@charset "UTF-8";
*,
*:after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  color: #333333;
  font-weight: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  overflow-x: hidden;
  line-height: 1.75;
  letter-spacing: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

img,
svg {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

figure {
  margin: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0rem;
  margin: 0rem;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
}

p {
  padding: 0rem;
  margin: 0rem;
  line-height: 1.75;
}

div {
  line-height: 1.75;
}

article,
aside,
details,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

ul,
ol {
  list-style: none;
}

ul {
  font-size: 0;
}

ul li {
  font-size: 1rem;
  margin: 0rem;
}

iframe {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
  border: solid 0px;
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.8rem;
  color: #DEDEDE;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.8rem;
  color: #DEDEDE;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.8rem;
  color: #DEDEDE;
}

::selection {
  background: #00C8C5;
  /* 選択色 */
  color: #fff;
  /*文字色*/
}

::-moz-selection {
  background: #00C8C5;
  /* 選択色 */
  color: #fff;
  /*文字色*/
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=submit],
button,
textarea,
select {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  letter-spacing: 1px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  width: auto;
  display: inline-block;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

select::-ms-expand {
  display: none;
}

.recaptcha-wrap {
  width: 100%;
  max-width: 304px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.recaptcha-wrap._v3 {
  max-width: 256px;
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 10000;
  transition: 0.3s ease;
}
.l-header .l-main-inner {
  position: relative;
}
.l-header .logo-wrap {
  position: absolute;
  top: 16px;
  z-index: -1;
}
.l-header .logo-wrap .text {
  font-size: 12px;
  margin-bottom: 12px;
}
.l-header .logo-wrap .logo {
  max-width: 150px;
  transform: translateY(-5px);
}
.l-header .list {
  padding: 65px 0 20px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 26px;
}
@media only screen and (max-width: 800px) {
  .l-header .list {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 3rem;
    gap: 3rem;
    /* justify-content: center; */
  }
}
.l-header.is-show {
  opacity: 1;
}
.l-header.is-hidden {
  opacity: 0;
}
@media only screen and (max-width: 800px) {
  .l-header.is-hidden {
    opacity: 1;
  }
}

@media only screen and (max-width: 1300px) {
  .l-global-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 80vw;
    max-width: 380px;
    height: 100vh;
    padding: 15vh 0;
    background: #FFF;
    z-index: 12;
    /* opacity: 0; */
    transition: 300ms;
    pointer-events: none;
    overflow-y: scroll;
    z-index: 1000;
    transform: translateX(100%);
  }
  .is-drawerActive .l-global-nav {
    transform: translateX(0%);
    pointer-events: auto;
  }
  .l-global-nav .item {
    width: 100%;
  }
  .l-global-nav .item.is-on .c-menu-main-nest {
    display: block;
    position: inherit;
    transform: inherit;
    margin-top: 1rem;
    box-shadow: none;
  }
  .l-global-nav .link {
    padding: 0 0 1rem;
    border-bottom: 2px solid #F5F5F5;
  }
  .l-global-nav .btn-wrap {
    width: 100%;
    flex-direction: column;
  }
  .l-global-nav .btn-wrap .c-btn-more {
    width: 100%;
  }
}

.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  appearance: none;
  border: none;
  background-color: transparent;
}

.p-hamburger {
  position: relative;
  outline: none;
  background: #00C8C5;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
  display: none;
  z-index: 1001;
}
@media only screen and (max-width: 1300px) {
  .p-hamburger {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .p-hamburger {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .p-hamburger {
    width: 45px;
    height: 45px;
  }
}
.p-hamburger[aria-expanded=true] {
  border: 1px solid #FFF;
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 48px;
  height: 2px;
  background-color: #FFF;
  transition: inherit;
}
@media only screen and (max-width: 800px) {
  .p-hamburger__line {
    width: 6.2068965517vw;
  }
}
.p-hamburger__line::before, .p-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 5px;
  transition: inherit;
}
.p-hamburger__line::before {
  top: -12px;
}
@media only screen and (max-width: 800px) {
  .p-hamburger__line::before {
    top: -8px;
  }
}
.p-hamburger__line::after {
  top: 12px;
}
@media only screen and (max-width: 800px) {
  .p-hamburger__line::after {
    top: 8px;
  }
}
.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}
.p-hamburger[aria-expanded=true] .p-hamburger__line::before, .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background: #FFF;
}
.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  transform: rotate(45deg);
}
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  transform: rotate(-45deg);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.sub-page._form .l-footer {
  border-top: 2px solid #F5F5F5;
}

.l-footer .item-wrap {
  max-width: 1280px;
  margin: auto;
}
.l-footer .foot-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 72px 0 58px;
}
@media only screen and (max-width: 1100px) {
  .l-footer .foot-wrap {
    padding: 56px 1.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .l-footer .foot-wrap {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .l-footer .foot-wrap {
    padding: 64px 0 40px;
  }
}
.l-footer .foot-wrap .list-link-blank {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 580px) {
  .l-footer .foot-wrap .list-link-blank {
    justify-content: center;
  }
}
.l-footer .foot-wrap .list {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 800px) {
  .l-footer .foot-wrap .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(3, 1fr); */
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
}
.l-footer .foot-wrap .list .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: fit-content;
}
.l-footer .foot-wrap .list .item .link {
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .foot-wrap .list .item .link:hover {
    color: #00C8C5;
  }
}
.l-footer .foot-wrap .list .item {
  /* &._link-blank {
      flex-direction: row;
      transform: translateY(-2.5rem);

      @media only screen and (max-width: $Bp-Mobile) {
          transform: inherit;
      }
  } */
}
.l-footer .logo {
  max-width: 200px;
  margin-top: 1rem;
}
@media only screen and (max-width: 800px) {
  .l-footer .logo {
    max-width: 300px;
    margin-top: 0;
  }
}
.l-footer .logo a {
  display: block;
}
.l-footer .aside-nav {
  padding: 1rem;
}
.l-footer .aside-nav .list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 580px) {
  .l-footer .aside-nav .list {
    gap: 1.5rem;
  }
}
.l-footer .aside-nav .item a {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 500;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .l-footer .aside-nav .item a {
    font-size: 12px;
  }
}
.l-footer .link-lower {
  background: #F5F5F5;
  padding: 1rem 0;
  text-align: center;
}
.l-footer .link-lower .link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #888888;
  margin: 0 auto 3px;
}
@media only screen and (max-width: 580px) {
  .l-footer .link-lower .link {
    font-size: 12px;
  }
}
.l-footer .link-lower .link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../../img/icon/link-gray.svg) no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.root-wrap {
  width: 100%;
  overflow: hidden;
  touch-action: manipulation;
}

.l-main-inner {
  width: 100%;
  max-width: 1144px;
  padding: 0 32px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .l-main-inner {
    max-width: 1064px;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .l-main-inner {
    padding: 0 1.5rem;
  }
}
.l-main-inner._wide {
  max-width: 1344px;
}

.l-card-body {
  background: #FFF;
  border-radius: 30px;
  padding: 64px 55px;
}
@media only screen and (max-width: 800px) {
  .l-card-body {
    padding: 2rem;
    border-radius: 20px;
  }
}

.c-btn-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 316px;
  height: 56px;
  text-align: center;
  background-color: #E83644;
  border-radius: 50px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-link:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.c-btn-link span {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 1px;
  font-weight: bold;
  color: #FFF;
}
.c-btn-link._white {
  background-color: #FFF;
  border: 2px solid #E83644;
}
.c-btn-link._white span {
  color: #E83644;
}
.c-btn-link._orange {
  background: #f48745;
}
.c-btn-link._fv {
  width: 234px;
}

.c-card-feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 32px 0;
  width: 100%;
  background-color: #FFF;
  border-radius: 20px;
}
.c-card-feature .img {
  width: 120px;
  height: 120px;
  margin-bottom: 0;
}
.c-card-feature .text {
  font-size: clamp(20px, 1vw, 21px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .c-card-feature .text {
    font-size: 18px;
  }
}

.c-card-task {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  align-items: center;
  /* padding: 0 45px; */
  /*     @media only screen and (max-width: 1000px) {
          padding: 0 24px;
      } */
}
@media only screen and (max-width: 800px) {
  .c-card-task {
    padding: 0;
  }
}
.c-card-task {
  /* &:nth-child(2n) {
      &::before {
          content: "";
          position: absolute;
          left: -40px;
          width: 2px;
          height: 400px;
          background-color: $Beige;

          @media only screen and (max-width: $Bp-11inch) {
              height: 100%;
          }

          @media only screen and (max-width: $Bp-7inch) {
              content: none;
          }
      }
  } */
  /* &._01 {
      grid-area: 1 / 1 / 2 / 2;
  }
  &._02 {
      grid-area: 1 / 2 / 2 / 3;
  }
  &._03 {
      grid-area: 2 / 1 / 3 / 3;
      width: 500px;
  } */
}
.c-card-task .icon {
  width: 180px;
  height: 180px;
}
.c-card-task .title {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
}
@media only screen and (max-width: 800px) {
  .c-card-task .title {
    justify-content: center;
    gap: 16px;
  }
}
@media only screen and (max-width: 580px) {
  .c-card-task .title {
    flex-wrap: nowrap;
    align-items: center;
  }
}
.c-card-task .title .num {
  min-width: 68px;
  /* height: 68px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 0;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  background: #E83644;
  color: #FFF;
  border-radius: 10px;
}
@media only screen and (max-width: 800px) {
  .c-card-task .title .num {
    font-size: 22px;
  }
}
.c-card-task .title .num::before {
  content: "課題";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #FFF;
}
.c-card-task .title .text {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 580px) {
  .c-card-task .title .text br {
    display: none;
  }
}
.c-card-task .text-light {
  color: #888888;
}

.c-card-point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 24px 24px 32px;
  border-radius: 20px;
  background: #F3F0E9;
}
@media only screen and (max-width: 800px) {
  .c-card-point {
    gap: 8px;
  }
}
.c-card-point .title {
  font-size: clamp(20px, 1vw, 21px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 800px) {
  .c-card-point .title {
    gap: 8px;
  }
}
.c-card-point .title::before {
  content: attr(data-num);
  width: 55px;
  height: 50px;
  font-size: 28px;
  line-height: 1;
  background-color: #E83644;
  color: #FFF;
  border-radius: 10px;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .c-card-point .title::before {
    width: 50px;
    height: 45px;
    font-size: 24px;
  }
}
.c-card-point .title span {
  font-size: clamp(20px, 1vw, 21px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .c-card-point .title span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-card-point .title br {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .c-card-point .title br {
    display: block;
  }
}
.c-card-point .text {
  font-size: 14px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1000px) {
  .c-card-point .text {
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .c-card-point .text {
    text-align: left;
  }
}

.c-card-support {
  background: #F3F0E9;
  border-radius: 20px;
  padding: 40px;
}
@media only screen and (max-width: 850px) {
  .c-card-support {
    padding: 32px;
  }
}
.c-card-support .contents {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
@media only screen and (max-width: 850px) {
  .c-card-support .contents {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.c-card-support .wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 850px) {
  .c-card-support .wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-card-support .img {
  max-width: 110px;
  width: 100%;
  aspect-ratio: 1/1;
}
.c-card-support .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-card-support .text-box {
  max-width: 400px;
}
@media only screen and (max-width: 850px) {
  .c-card-support .text-box {
    max-width: none;
  }
}
.c-card-support .title {
  font-size: clamp(20px, 1vw, 21px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 850px) {
  .c-card-support .title {
    text-align: center;
  }
}
.c-card-support .text {
  letter-spacing: 0;
}
@media only screen and (max-width: 850px) {
  .c-card-support .text {
    text-align: center;
  }
}
.c-card-support .c-btn-link {
  min-width: 234px;
  max-width: 234px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button,
textarea,
select {
  color: #000;
}

input[type=submit] {
  color: #000;
}

.c-heading-section {
  font-size: clamp(24px, 1vw, 26px);
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.5;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .c-heading-section {
    font-size: 20px;
  }
}
.c-heading-section span {
  font-size: clamp(36px, 1vw, 28px);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #E83644;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .c-heading-section span {
    font-size: 24px;
  }
}

.c-list-anchor-link {
  transition: 0.3s;
}
.c-list-anchor-link span {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 1px;
  font-weight: 500;
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  .c-list-anchor-link:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

.c-list-note {
  counter-reset: listnum;
}
.c-list-note .item {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 1px;
  font-weight: 500;
  color: #888888;
  font-weight: 400;
  text-indent: -2.25em;
  padding-left: 2.25em;
}
.c-list-note .item::before {
  counter-increment: listnum;
  content: "※" counter(listnum);
  color: #E83644;
  padding-right: 8px;
}

.c-list-sns-share .item {
  cursor: pointer;
  margin-right: 1rem;
}

.root-wrap.is-loading {
  opacity: 0;
}

.root-wrap {
  opacity: 1;
}

body .c-loading-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999999;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

body.is-trans .c-loading-wrap {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}

.c-loading-wrap .inner {
  width: 100%;
  height: 100%;
}

.c-md-cta {
  position: relative;
  padding: 64px 1.5rem;
  text-align: center;
  background-color: #ACE5F0;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 580px) {
  .c-md-cta {
    padding: 32px 1.5rem;
  }
}
.c-md-cta::after, .c-md-cta::before {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: url(../../../img/toc/images/gear.svg);
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  opacity: 0.2;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .c-md-cta::after, .c-md-cta::before {
    display: none;
  }
}
.c-md-cta::after {
  top: 30%;
  right: -10%;
}
.c-md-cta::before {
  bottom: 30%;
  left: -10%;
}
.c-md-cta .title {
  margin-bottom: 48px;
}
@media only screen and (max-width: 800px) {
  .c-md-cta .title {
    margin-bottom: 24px;
  }
}
.c-md-cta .title span {
  position: relative;
  font-size: clamp(20px, 1vw, 21px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-weight: bold;
  z-index: 1;
  background: linear-gradient(transparent 70%, #FFDA87 30%);
}
.c-md-cta .btn-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 40px;
  justify-content: center;
  margin: 0 auto;
}
.c-md-cta._v2 {
  padding: 100px 1.5rem 64px;
  background: #E7E1D3;
}
.c-md-cta._v2::after, .c-md-cta._v2::before {
  background-image: none;
}
.c-md-cta._v2 .title span {
  background: none;
}

.c-md-sp-none {
  display: block;
}
@media only screen and (max-width: 580px) {
  .c-md-sp-none {
    display: none;
  }
}

.c-md-sp-only {
  display: none;
}
@media only screen and (max-width: 580px) {
  .c-md-sp-only {
    display: block;
  }
}

.c-table-common {
  height: 100%;
  min-width: 760px;
}
.c-table-common .table-head,
.c-table-common .table-data {
  vertical-align: middle;
  position: relative;
}
.c-table-common .table-head::after,
.c-table-common .table-data::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #F3F0E9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-table-common .table-head span,
.c-table-common .table-data span {
  display: block;
}
.c-table-common .table-head {
  font-weight: bold;
}
.c-table-common .table-head._note sup {
  color: #E83644;
  font-weight: 500;
}
.c-table-common .table-data {
  text-align: center;
}
.c-table-common .table-data._text span {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 500;
  font-weight: 400;
  color: #888888;
  padding: 9.5px 24px;
  text-align: left;
}
.c-table-common .table-data._icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.c-table-common .table-data._none span::after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background-color: #888888;
  margin: auto;
}
.c-table-common .table-data._note span {
  color: #E83644;
}
.c-table-common .table-data._attention span {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
}
.c-table-common .table-data._attention span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-left: 2px solid #E83644;
  border-right: 2px solid #E83644;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.c-table-common .table-row:last-of-type .table-data._attention span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-left: 2px solid #E83644;
  border-right: 2px solid #E83644;
  border-bottom: 2px solid #E83644;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.c-table-common .table-heading .table-head span {
  text-align: center;
  padding: 10px 26px;
}
.c-table-common .table-heading .table-head._attention {
  position: relative;
  color: #FFF;
}
.c-table-common .table-heading .table-head._attention > span {
  position: relative;
  z-index: 1;
  border: 2px solid #E83644;
  border-radius: 10px 10px 0 0;
}
.c-table-common .table-heading .table-head._attention::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #E83644;
  border-radius: 10px 10px 0 0;
  position: absolute;
  border: 2px solid #E83644;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.c-table-common .table-body .table-row:nth-of-type(even) {
  background: #F9F8F4;
}
.c-table-common .table-body .table-head span {
  padding: 10px 24px;
}
.c-table-common .colgroup-heading {
  width: 230px;
}
@media only screen and (max-width: 1100px) {
  .c-table-common .colgroup-heading {
    width: 180px;
  }
}
.c-table-common .colgroup-heading._border {
  border-right: 1px solid #F3F0E9;
}
.c-table-common .colgroup-data {
  width: 170px;
}
@media only screen and (max-width: 1100px) {
  .c-table-common .colgroup-data {
    width: 140px;
  }
}
.c-table-common .colgroup-data._border {
  border-right: 1px solid #F3F0E9;
}
.c-table-common .colgroup-text._border {
  border-right: 1px solid #F3F0E9;
}

.c-table-wrap {
  overflow-x: auto;
}

.scroll-hint.is-right-scrollable {
  background: none !important;
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: none !important;
}

.scroll-hint.is-left-scrollable {
  background: none !important;
}

.p-top-firstview {
  background-image: url(../../../img/toc/images/mv_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ACE5F0;
  margin-top: 110px;
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .p-top-firstview {
    margin-top: 108px;
  }
}
@media only screen and (max-width: 800px) {
  .p-top-firstview {
    margin-top: 92px;
    background-image: none;
    background-color: #ACE5F0;
    height: 400px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top-firstview {
    margin-top: 77px;
  }
}
.p-top-firstview .l-main-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .p-top-firstview .l-main-inner {
    justify-content: center;
  }
}
.p-top-firstview .container {
  width: 500px;
}
.p-top-firstview .btn-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 40px;
}
@media only screen and (max-width: 800px) {
  .p-top-firstview .btn-wrap {
    justify-content: center;
  }
}

.p-top-feature {
  padding: 100px 0 80px;
  background-color: #F3F0E9;
}
@media only screen and (max-width: 800px) {
  .p-top-feature {
    padding: 60px 0;
  }
}
.p-top-feature .text-wrap {
  margin: 0 auto 56px;
}
@media only screen and (max-width: 800px) {
  .p-top-feature .text-wrap {
    margin: 0 auto 40px;
  }
}
.p-top-feature .text-wrap .c-heading-section {
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .p-top-feature .text-wrap .c-heading-section {
    margin-bottom: 24px;
  }
}
.p-top-feature .text-wrap .text {
  text-align: center;
}
.p-top-feature .text-wrap .text:not(:last-child) {
  margin-bottom: 1.75rem;
}
.p-top-feature .feature-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 900px) {
  .p-top-feature .feature-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 40px;
    justify-items: center;
  }
}
@media only screen and (max-width: 580px) {
  .p-top-feature .feature-wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 900px) {
  .p-top-feature .feature-wrap .c-card-feature:last-of-type {
    grid-area: 2/1/3/3;
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 580px) {
  .p-top-feature .feature-wrap .c-card-feature:last-of-type {
    grid-area: auto;
    width: 100%;
  }
}
.p-top-feature .c-btn-link {
  margin: 0 auto;
}

.p-top-task {
  padding: 80px 0;
}
@media only screen and (max-width: 800px) {
  .p-top-task {
    padding: 60px 0;
  }
}
.p-top-task .task-wrap {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-rows: repeat(2, 1fr); */
  grid-column-gap: 72px;
  /* grid-row-gap: 64px; */
  margin: 56px 0;
}
@media only screen and (max-width: 800px) {
  .p-top-task .task-wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    margin: 48px 0;
  }
  .p-top-task .task-wrap .c-card-task {
    grid-area: auto;
    width: auto;
  }
}
.p-top-task .c-btn-link {
  margin: 0 auto;
}

.p-top-interface {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 800px) {
  .p-top-interface {
    padding: 60px 0 80px;
  }
}
.p-top-interface .text-wrap {
  margin-bottom: 56px;
}
@media only screen and (max-width: 800px) {
  .p-top-interface .text-wrap {
    margin-bottom: 40px;
  }
}
.p-top-interface .text-wrap .c-heading-section {
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .p-top-interface .text-wrap .c-heading-section {
    margin-bottom: 24px;
  }
}
.p-top-interface .text-wrap .text {
  text-align: center;
}
.p-top-interface .mock-card {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 56px 107px;
  background-color: #F3F0E9;
  border-radius: 30px;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .p-top-interface .mock-card {
    padding: 56px 80px;
    flex-direction: column;
    gap: 32px;
  }
}
@media only screen and (max-width: 800px) {
  .p-top-interface .mock-card {
    padding: 56px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top-interface .mock-card {
    padding: 56px 32px;
  }
}
.p-top-interface .mock-card .img {
  width: 370px;
}
@media only screen and (max-width: 800px) {
  .p-top-interface .mock-card .img {
    max-width: 370px;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .p-top-interface .mock-card .img {
    width: 80%;
  }
}
.p-top-interface .mock-card .container {
  width: calc(100% - 370px - 64px);
}
@media only screen and (max-width: 1080px) {
  .p-top-interface .mock-card .container {
    width: 100%;
  }
}
.p-top-interface .mock-card .title {
  margin-bottom: 1rem;
}
.p-top-interface .mock-card .title span {
  font-size: clamp(20px, 1vw, 21px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #E83644;
}

.p-top-point {
  padding: 0 0 120px;
}
@media only screen and (max-width: 800px) {
  .p-top-point {
    padding: 0 0 60px;
  }
}
.p-top-point .text-wrap {
  margin-bottom: 56px;
}
@media only screen and (max-width: 800px) {
  .p-top-point .text-wrap {
    margin-bottom: 40px;
  }
}
.p-top-point .text-wrap .c-heading-section {
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .p-top-point .text-wrap .c-heading-section {
    margin-bottom: 24px;
  }
}
.p-top-point .text-wrap .text {
  text-align: center;
}
.p-top-point .point-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 42px;
  grid-row-gap: 0px;
}
@media only screen and (max-width: 1000px) {
  .p-top-point .point-wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 42px;
  }
}

.p-top-plan {
  position: relative;
  padding: 100px 0 80px;
  background-color: #F3F0E9;
}
@media only screen and (max-width: 800px) {
  .p-top-plan {
    padding: 50px 0 40px;
  }
}
.p-top-plan .text-wrap {
  margin: 0 auto 56px;
}
@media only screen and (max-width: 800px) {
  .p-top-plan .text-wrap {
    margin-bottom: 2rem;
  }
}
.p-top-plan .text-wrap .c-heading-section {
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .p-top-plan .text-wrap .c-heading-section {
    margin-bottom: 24px;
  }
}
.p-top-plan .text {
  text-align: center;
}
.p-top-plan .c-list-note {
  margin-top: 3rem;
}
@media only screen and (max-width: 800px) {
  .p-top-plan .c-list-note {
    margin-top: 2rem;
  }
}
.p-top-plan .c-btn-link {
  margin: 56px auto 0;
}
@media only screen and (max-width: 800px) {
  .p-top-plan .c-btn-link {
    margin-top: 2rem;
  }
}

.p-top-support {
  padding: 80px 0;
}
@media only screen and (max-width: 800px) {
  .p-top-support {
    padding: 60px 0;
  }
}
.p-top-support .l-main-inner._900 {
  max-width: 964px;
}
.p-top-support .text-wrap {
  margin-bottom: 56px;
}
@media only screen and (max-width: 800px) {
  .p-top-support .text-wrap {
    margin-bottom: 40px;
  }
}
.p-top-support .text-wrap .text {
  text-align: center;
}
.p-top-support .c-heading-section {
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .p-top-support .c-heading-section {
    margin-bottom: 24px;
  }
}
.p-top-support .list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-top-flow {
  padding: 80px 0;
  background: #F3F0E9;
}
@media only screen and (max-width: 800px) {
  .p-top-flow {
    padding: 60px 0;
  }
}
.p-top-flow .l-main-inner._900 {
  max-width: 964px;
}
.p-top-flow .text-wrap {
  margin-bottom: 56px;
}
@media only screen and (max-width: 800px) {
  .p-top-flow .text-wrap {
    margin-bottom: 48px;
  }
}
.p-top-flow .text-wrap .text {
  text-align: center;
}
.p-top-flow .title {
  font-size: clamp(20px, 1vw, 21px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 800px) {
  .p-top-flow .title {
    font-size: 18px;
  }
}
.p-top-flow .c-heading-section {
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .p-top-flow .c-heading-section {
    margin-bottom: 24px;
  }
}

.l-footer {
  padding: 64px 2rem 12px;
}
@media only screen and (max-width: 800px) {
  .l-footer {
    padding: 40px 2rem 12px;
  }
}
.l-footer .menu {
  font-size: 14px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 580px) {
  .l-footer .menu {
    gap: 8px;
    flex-direction: column;
  }
}
.l-footer .menu a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .menu a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 580px) {
  .l-footer .menu span {
    display: none;
  }
}
.l-footer .img {
  max-width: 74px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 12px;
}
.l-footer .img > a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer .copyright {
  font-size: 13px;
  letter-spacing: 0;
  color: #888888;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .l-header-toc .l-main-inner {
    padding: 0 1rem 0 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .l-header-toc .l-main-inner {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header-toc .contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    height: 108px;
  }
}
@media only screen and (max-width: 800px) {
  .l-header-toc .contents {
    height: 92px;
  }
}
@media only screen and (max-width: 580px) {
  .l-header-toc .contents {
    height: 77px;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header-toc .logo-wrap {
    position: static;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header-toc .logo-wrap .logo {
    max-width: 150px;
    margin: 0;
    transform: inherit;
  }
}
@media only screen and (max-width: 580px) {
  .l-header-toc .logo-wrap .text {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .l-header-toc .anchor-link {
    display: none;
  }
}
.l-header-toc .btn-hamburger {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  background: #e83644;
  display: none;
  /* position: fixed; */
  top: 14px;
  right: 1rem;
  z-index: 20000;
}
@media only screen and (max-width: 1100px) {
  .l-header-toc .btn-hamburger {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .l-header-toc .btn-hamburger {
    top: 16px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .l-header-toc .btn-hamburger {
    width: 45px;
    height: 45px;
  }
}
.l-header-toc .btn-hamburger .border-box {
  width: 48px;
  height: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 800px) {
  .l-header-toc .btn-hamburger .border-box {
    width: 6.2vw;
    gap: 8px;
  }
}
@media only screen and (max-width: 580px) {
  .l-header-toc .btn-hamburger .border-box {
    gap: 6px;
  }
}
.l-header-toc .btn-hamburger .border-box span {
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.l-header-toc .btn-hamburger._js-active .border-box {
  width: 50%;
  aspect-ratio: 1/1;
  position: relative;
  transform: rotate(45deg);
}
.l-header-toc .btn-hamburger._js-active .border-box span {
  position: absolute;
}
.l-header-toc .btn-hamburger._js-active .border-box span:first-of-type {
  top: 50%;
  transform: translateY(-50%);
}
.l-header-toc .btn-hamburger._js-active .border-box span:nth-of-type(2) {
  display: none;
}
.l-header-toc .btn-hamburger._js-active .border-box span:last-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.l-header-toc .nav-wrap {
  display: none;
  max-width: 400px;
  width: 100%;
  height: 100vh;
  padding: 8rem 2rem 0;
  background: #F9F8F4;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-header-toc .nav-wrap::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 580px) {
  .l-header-toc .nav-wrap {
    max-width: none;
  }
}
.l-header-toc .global-nav {
  padding-bottom: 150px;
}
.l-header-toc .global-nav .menu-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.l-header-toc .item-menu {
  border-bottom: 2px solid #F3F0E9;
  transition: 0.3s;
}
.l-header-toc .item-menu .inner {
  padding: 1rem 0;
}
.l-header-toc .item-menu .text {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-toc .item-menu:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

.bg-header-toc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333333;
  opacity: 0.7;
  z-index: 9999;
  display: none;
}

html._no-scroll,
body._no-scroll {
  overflow: hidden;
}

/*# sourceMappingURL=main.css.map */
