@charset "UTF-8";
/*
	Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }

  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

html {
  height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  font-size: 2.564103vw;
}

@media screen and (min-width: 641px) {
  html {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1.008065vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 0.6944445vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.02em;
  position: relative;
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  animation: bodyAnimation 1s ease-in-out forwards;
}

body.no_scroll {
  overflow: hidden;
}
@keyframes bodyAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

.hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 769px) {
  .text_left {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) {
  .text_center {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) {
  .text_right {
    text-align: right !important;
  }
}
.xs_text_left {
  text-align: left;
}

.xs_text_center {
  text-align: center;
}

.xs_text_right {
  text-align: right;
}

.jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.jp-mincho {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.en_bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 700;
}

.en-gothic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
}

a:hover,
a:focus {
  border: none;
  text-decoration: none;
  outline: none;
}

a,
a::before,
a::after {
  transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  color: #333333;
}

i {
  margin-right: 0.8rem;
  vertical-align: -2px;
  font-size: 1rem;
}

img {
  display: block;
  width: 100%;
}

img.object_fit_img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}

figure {
  display: block;
  padding: 0;
  margin: 0;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

/*
IE用
onMousremove = "return false;" onMouseDown = "return false;"
*/
.bgWhite {
  background: #fff;
}

.bgGray {
  background: #f1f1f1;
}

.bgMaincolor {
  background: #1cca93 !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.ml00 {
  margin-left: 0 !important;
}

.mr00 {
  margin-right: 0 !important;
}
@keyframes hoverLineLeft {
  0% {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineRight {
  0% {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineLoop {
  0% {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(1);
  }
  50% {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(0);
  }
  50.01% {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineVerticalActive {
  0% {
    left: 0;
    top: 0;
    height: 0%;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@keyframes hoverLineVerticalRemove {
  0% {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
  }
  to {
    left: 0;
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
@keyframes hoverLineVerticalTop {
  0% {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(0);
  }
  to {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineVerticalBottom {
  0% {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(0);
  }
  to {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineLoopVertical {
  0% {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(1);
  }
  50% {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(0);
  }
  50.01% {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(0);
  }
  to {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes moveIn {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes moveOut {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes moveInOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes moveInVertical {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes moveOutVertical {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(200%);
  }
}
@keyframes moveInOutVertical {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(200%);
  }
}
@keyframes circleArrowActive {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
    stroke-width: 0.4;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    stroke-width: 0.6;
  }
}
@keyframes circleArrowRemove {
  0% {
    stroke-width: 0.6;
  }
  100% {
    stroke-width: 0.4;
  }
}
@keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 769px) {
      left: -100%;
    }
  }
}
@keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@keyframes plus_line1 {
  0% {
    transform: scaleX(1);
    transform-box: fill-box;
    transform-origin: 100% 0;
  }
  48% {
    transform: scaleX(0);
    transform-box: fill-box;
    transform-origin: 100% 0;
  }
  52% {
    transform: scaleX(0);
    transform-box: fill-box;
    transform-origin: 0 0;
  }
  to {
    transform: scaleX(1);
    transform-box: fill-box;
    transform-origin: 0 0;
  }
}
@keyframes plus_line2 {
  0% {
    transform: scaleY(1);
    transform-box: fill-box;
    transform-origin: 0 100%;
  }
  48% {
    transform: scaleY(0);
    transform-box: fill-box;
    transform-origin: 0 100%;
  }
  52% {
    transform: scaleY(0);
    transform-box: fill-box;
    transform-origin: 0 0;
  }
  to {
    transform: scaleY(1);
    transform-box: fill-box;
    transform-origin: 0 0;
  }
}
.pc,
.pc_inline_block,
.pc_tb,
.pc_tb_inline_block,
.tb,
.tb_inline_block {
  display: none;
}

.xs {
  display: block;
}

.xs_inline_block {
  display: inline-block;
}

.xs_inline {
  display: inline;
}

.tb_xs {
  display: block;
}

.tb_xs_inline_block {
  display: inline-block;
}

.sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  br.sp {
    display: initial;
  }
}

@media screen and (min-width: 641px) {
  .tb,
.pc_tb {
    display: block;
  }

  .tb_inline_block {
    display: inline-block;
  }

  .xs,
.xs_inline_block,
.xs_inline {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .pc {
    display: block;
  }

  .pc_inline_block,
.pc_tb_inline_block {
    display: inline-block;
  }

  .tb,
.tb_inline_block,
.tb_xs,
.tb_xs_inline_block {
    display: none;
  }
}
.c-animation__textSlideIn {
  overflow: hidden;
  display: inline-block;
}

.c-animation__textSlideIn .c-animation__textSlideIn-inner {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 0.9s ease;
}

.c-animation__textSlideIn.__hoverline {
  padding-bottom: 0.2rem;
}

.c-animation__textSlideIn.is_active .c-animation__textSlideIn-inner {
  transform: translate3d(0, 0, 0);
}

.c-animation__textSlideIn.__slow .c-animation__textSlideIn-inner {
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1.8s ease;
}

.c-animation__textSlideIn.__opacity .c-animation__textSlideIn-inner {
  opacity: 0;
}

.c-animation__textSlideIn.__opacity.is_active .c-animation__textSlideIn-inner {
  opacity: 1;
}

.c-animation__slidIn {
  opacity: 0;
  transform: translateY(3rem);
  animation: 0.8s ease both;
}

.c-animation__slidIn.js_scroll_event.is_active {
  animation-name: slideInAnimation;
}

.c-animation__slidIn:nth-of-type(1) {
  animation-delay: 100ms;
}

.c-animation__slidIn:nth-of-type(2) {
  animation-delay: 200ms;
}

.c-animation__slidIn:nth-of-type(3) {
  animation-delay: 300ms;
}

.c-animation__slidIn:nth-of-type(4) {
  animation-delay: 400ms;
}

.c-animation__slidIn:nth-of-type(5) {
  animation-delay: 500ms;
}

.c-animation__slidIn:nth-of-type(6) {
  animation-delay: 600ms;
}

.c-animation__slidIn:nth-of-type(7) {
  animation-delay: 700ms;
}

.c-animation__slidIn:nth-of-type(8) {
  animation-delay: 800ms;
}

.c-animation__slidIn:nth-of-type(9) {
  animation-delay: 900ms;
}

.c-animation__slidIn:nth-of-type(10) {
  animation-delay: 1000ms;
}
@keyframes slideInAnimation {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-animation__bounceIn {
  opacity: 0;
}

.c-animation__bounceIn.js_scroll_event.is_active {
  animation: bounceInAnimation;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
@keyframes bounceInAnimation {
  0%, 70%, 85%, 100% {
    animation-timing-function: ease;
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  70% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  85% {
    transform: scale3d(0.98, 0.98, 0.98);
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.c-animation__balloon_01.js_scroll_event.is_active {
  animation: balloonAnimation_01;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@keyframes balloonAnimation_01 {
  0% {
    transform: translateY(-0.1em);
  }
  25% {
    transform: translateY(0.2rem);
  }
  50% {
    transform: translateY(-0.2rem);
  }
  75% {
    transform: translateY(0.1rem);
  }
  85% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-0.1em);
  }
}
.c-animation__balloon_02.js_scroll_event.is_active {
  animation: balloonAnimation_02;
  animation-duration: 5.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-delay: 0.3s;
}
@keyframes balloonAnimation_02 {
  0% {
    transform: translateY(0.1rem);
  }
  25% {
    transform: translateY(-0.1rem);
  }
  50% {
    transform: translateY(0.2rem);
  }
  75% {
    transform: translateY(-0.3rem);
  }
  95% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(0.1rem);
  }
}
.c-animation__balloon_03.js_scroll_event.is_active {
  animation: balloonAnimation_01;
  animation-duration: 5.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
}

.c-animation__balloon_04.js_scroll_event.is_active {
  animation: balloonAnimation_02;
  animation-duration: 4.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

.c-dropshadow {
  filter: drop-shadow(0 0.4rem 0 rgba(0, 0, 0, 0.12));
}

@media screen and (min-width: 641px) {
  .c-dropshadow {
    filter: drop-shadow(0 0.2rem 0 rgba(0, 0, 0, 0.12));
  }
}
.c-boxshadow--inset {
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.12) inset;
}

@media screen and (min-width: 641px) {
  .c-boxshadow--inset {
    box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.12) inset;
  }
}
.c-btn {
  position: relative;
  text-align: center;
}

.c-btn a,
.c-btn button,
.c-btn .c-btn__item {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .c-btn a:hover .c-btn__inner,
.c-btn button:hover .c-btn__inner,
.c-btn .c-btn__item:hover .c-btn__inner {
    color: #fff;
  }

  .c-btn a:hover .c-btn__inner *,
.c-btn button:hover .c-btn__inner *,
.c-btn .c-btn__item:hover .c-btn__inner * {
    color: #fff;
    transition-delay: 0s;
  }

  .c-btn a:hover::before,
.c-btn button:hover::before,
.c-btn .c-btn__item:hover::before {
    left: 0;
    width: 100%;
  }
}
.c-btn a .c-btn__inner,
.c-btn button .c-btn__inner,
.c-btn .c-btn__item .c-btn__inner {
  position: relative;
  display: inline-block;
  padding: 0.8rem 1rem;
  min-width: 18rem;
  font-size: 1rem;
  text-align: center;
  z-index: 1;
  border: 1px solid #727171;
}

@media screen and (min-width: 769px) {
  .c-btn a .c-btn__inner,
.c-btn button .c-btn__inner,
.c-btn .c-btn__item .c-btn__inner {
    min-width: 32.8rem;
    padding: 1.2rem 3.6rem;
    font-size: 1.3rem;
  }
}
.c-btn a .c-btn__inner *,
.c-btn button .c-btn__inner *,
.c-btn .c-btn__item .c-btn__inner * {
  transition: 0.8s;
  transition-delay: 0.1s;
}

@media screen and (min-width: 769px) {
  .c-btn a .c-btn__inner,
.c-btn button .c-btn__inner,
.c-btn .c-btn__item .c-btn__inner {
    padding: 1.2rem 3.6rem;
    min-width: 32.8rem;
  }
}
.c-btn a::before,
.c-btn button::before,
.c-btn .c-btn__item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #727171;
  transition: 0.8s;
  display: block;
}

.c-btn.--mt {
  margin-top: 4rem;
}

@media screen and (min-width: 769px) {
  .c-btn.--mt {
    margin-top: 6rem;
  }
}
.c-btn.--white a,
.c-btn.--white button,
.c-btn.--white .c-btn__item {
  background: #f4f4f4;
}

.c-btn.--small a .c-btn__inner,
.c-btn.--small button .c-btn__inner,
.c-btn.--small .c-btn__item .c-btn__inner {
  min-width: 24.8rem;
}

.c-btn__textlink {
  display: inline-block;
}

.c-btn__textlink .__targetblank svg {
  width: 1.2em;
  height: 1em;
  vertical-align: -0.1em;
  display: inline-block;
}

.c-btn__textlink .__targetblank svg path {
  stroke: #fff;
}

.c-btn__textlink.__white {
  color: #fff;
}

.c-color--main {
  color: #1cca93 !important;
}

.c-color--default {
  color: #333333 !important;
}

.c-color--white {
  color: #fff !important;
}

.c-color--purple {
  color: #ac82a7;
}

.c-color--yellow {
  color: #fffd7c;
}

.c-collor__bg-blue {
  background: #f2f3f8;
}

.c-collor__bg-gray {
  background: #ebecf0;
}

.l-container {
  padding: 0 3.8rem;
}

@media screen and (min-width: 641px) {
  .l-container {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 1081px) {
  .l-container {
    max-width: 168rem;
    padding: 0 8%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1441px) {
  .l-container {
    max-width: 168rem;
    padding: 0 24rem;
  }
}
.l-container-l {
  padding: 0 4vw;
}

@media screen and (min-width: 992px) {
  .l-container-l {
    padding: 0 4rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1081px) {
  .l-container-l {
    max-width: 178rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1441px) {
  .l-container-l {
    padding: 0;
  }
}
.l-container-l .l-container__inner {
  padding: 0 0;
}

@media screen and (min-width: 992px) {
  .l-container-l .l-container__inner {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1081px) {
  .l-container-l .l-container__inner {
    padding: 0 5rem;
  }
}
.l-container-l .l-container__content {
  max-width: calc(1200px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .l-container-l .l-container__content {
    max-width: none;
    width: 100%;
    padding: 0 4vw;
  }
}
.l-container__inner {
  position: relative;
}

.l-container-sub-s {
  padding: 0 3.85rem;
}

@media screen and (min-width: 769px) {
  .l-container-sub-s {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 992px) {
  .l-container-sub-s {
    max-width: 144rem;
    padding: 0 20rem;
    margin: 0 auto;
  }
}
.l-container-sub-s.sp-s {
  padding: 0 2.2rem;
}

@media screen and (min-width: 769px) {
  .l-container-sub-s.sp-s {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 992px) {
  .l-container-sub-s.sp-s {
    padding: 0 20em;
  }
}
.l-container-sub {
  padding: 0 3.85rem;
}

@media screen and (min-width: 769px) {
  .l-container-sub {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 992px) {
  .l-container-sub {
    max-width: 144rem;
    padding: 0 13.1rem;
    margin: 0 auto;
  }
}
.l-container-sub.sp-s {
  padding: 0 2.2rem;
}

@media screen and (min-width: 769px) {
  .l-container-sub.sp-s {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 992px) {
  .l-container-sub.sp-s {
    padding: 0 13.1em;
  }
}
.l-container-sub-l {
  padding: 0 3.85rem;
}

@media screen and (min-width: 769px) {
  .l-container-sub-l {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 992px) {
  .l-container-sub-l {
    max-width: 144rem;
    padding: 0 8.2em;
    margin: 0 auto;
  }
}
.l-container-sub-l.sp-s {
  padding: 0 2.2rem;
}

@media screen and (min-width: 769px) {
  .l-container-sub-l.sp-s {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 992px) {
  .l-container-sub-l.sp-s {
    padding: 0 8.2em;
  }
}
.l-contentwrap {
  padding: 5rem 0;
}

@media screen and (min-width: 769px) {
  .l-contentwrap {
    padding: 6rem 0 12rem;
  }
}
@media screen and (min-width: 992px) {
  .l-contentwrap {
    padding: 6rem 0 12rem;
  }
}
.l-footer {
  background: #5b6f69;
  font-size: 16px;
  padding: 8rem 0 12rem;
}

@media screen and (min-width: 769px) {
  .l-footer {
    font-size: 16px;
  }
}
.l-footer__content {
  max-width: calc(1200px + 4rem);
  padding: 0 4rem;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .l-footer__content {
    max-width: none;
    width: 100%;
    padding: 0 4vw;
  }
}
.l-footer__detail {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .l-footer__detail {
    max-width: 38rem;
    text-align: left;
  }
}
.l-footer__detail-logo {
  margin: 0 0 4rem;
}

@media screen and (min-width: 769px) {
  .l-footer__detail-logo {
    margin: 2.5rem 0 5rem;
  }
}
.l-footer__detail-link {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin: 0 auto 4rem;
}

@media screen and (min-width: 769px) {
  .l-footer__detail-link {
    margin: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__detail-link:hover {
    color: #1cca93;
  }

  .l-footer__detail-link:hover span {
    border-color: rgba(28, 202, 147, 0.5);
  }

  .l-footer__detail-link:hover svg path {
    fill: #1cca93;
  }
}
.l-footer__detail-link span {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}

.l-footer__detail-link svg {
  display: inline-block;
  stroke: none;
  width: 9px;
  height: 7px;
  margin-left: 0.4rem;
  transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}

.l-footer__detail-link svg path {
  fill: #fff;
}

.l-footer__detail-copylight {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  opacity: 0.4;
  font-size: 10px;
  font-weight: 700;
  display: none;
}

@media screen and (min-width: 769px) {
  .l-footer__detail-copylight {
    position: absolute;
    left: 0;
    bottom: 1rem;
    display: block;
  }
}
.l-footer__copylight {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  opacity: 0.4;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  margin-top: 12rem;
}
@media screen and (max-width: 991px) {
  .l-footer__copylight {
    text-align: center;
    margin-top: 7.5rem;
  }
}
.l-footer__copylight br {
  display: none;
}
@media screen and (max-width: 991px) {
  .l-footer__copylight br {
    display: initial;
  }
}

.l-footer__navi-title {
  color: #fffd53;
  position: relative;
  padding-left: 20px;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.l-footer__navi-title::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  border-radius: 100%;
  background-color: #1cca93;
}

.l-footer__navi-list {
  margin-left: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.l-footer__navi-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 24.2%;
  margin-left: 1.0666%;
}
@media screen and (max-width: 992px) {
  .l-footer__navi-list li {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navi-list li {
    width: 100%;
  }
}
.l-footer__navi-list li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .l-footer__navi-list li:nth-child(3), .l-footer__navi-list li:nth-child(4) {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navi-list li:nth-child(2) {
    border-top: none;
  }
}
@media screen and (max-width: 992px) {
  .l-footer__navi-list li:nth-child(2), .l-footer__navi-list li:nth-child(4) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navi-list li:nth-child(2), .l-footer__navi-list li:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .l-footer__navi-list li:nth-child(3) {
    margin-left: 0;
  }
}

.l-footer__navi-list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  color: #fff;
  font-weight: 900;
  padding: 1.5rem 0.5rem 1.5rem 0.5rem;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .l-footer__navi-list a {
    font-size: 16px;
  }
}
@media screen and (min-width: 991px) {
  .l-footer__navi-list a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1099px) {
  .l-footer__navi-list a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1199px) {
  .l-footer__navi-list a {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__navi-list a:hover {
    color: #1cca93;
  }

  .l-footer__navi-list a.disabled:hover {
    color: #fff;
  }

  .l-footer__navi-list a:hover .icon {
    background-image: url(../img/common/menu_01.png);
  }

  .l-footer__navi-list a:hover .icon.--digitalbank {
    background-image: url(../img/common/menu_02.png);
  }

  .l-footer__navi-list a:hover .icon.--consulting {
    background-image: url(../img/common/menu_03.png);
  }

  .l-footer__navi-list a:hover .icon.--resources {
    background-image: url(../img/common/menu_04.png);
  }
}
.l-footer__navi-list .icon {
  background: url(../img/common/menu_01_white.png) no-repeat center center/contain;
  display: block;
  width: 2.8rem;
  height: 2.5rem;
  transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  margin-right: 1.3rem;
}

@media screen and (min-width: 769px) {
  .l-footer__navi-list .icon {
    width: 3rem;
    height: 3.3rem;
    margin-right: 1rem;
  }
}
.l-footer__navi-list .icon.--digitalbank {
  background-image: url(../img/common/menu_02_white.png);
}

.l-footer__navi-list .icon.--consulting {
  background-image: url(../img/common/menu_03_white.png);
}

.l-footer__navi-list .icon.--resources {
  background-image: url(../img/common/menu_04_white.png);
}

.l-header {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 1000;
}

@media screen and (min-width: 769px) {
  .l-header {
    display: block;
    transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
    font-size: 14px;
    transform: translateX(calc(100% - 6.8rem));
  }
}
@media screen and (min-width: 769px) {
  .l-header:hover {
    transform: translateX(0);
  }
}
@media screen and (min-width: 769px) {
  .l-header {
    font-size: 16px;
  }
}
.header_pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .header_pc {
    display: block;
  }
}

.l-header__navi-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.l-header__navi-title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: #fffd53;
  color: #1cca93;
  text-align: center;
  width: 6.8rem;
  border-radius: 1rem 0 0 1rem;
  border: 3px solid #1cca93;
  border-right: none;
  height: 30rem;
}

@media screen and (min-width: 769px) {
  .l-header__navi-title {
    height: 30rem;
  }
}
@media screen and (min-width: 1081px) {
  .l-header__navi-title {
    height: 23rem;
  }
}
.l-header__navi-title span {
  display: inline-block;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-weight: 900;
  line-height: 1.4;
  border-radius: 10rem;
}

.l-header__navi-title .icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}

.l-header__navi-title .line {
  display: inline-block;
  width: 1.2em;
  height: 0.2rem;
  background: #1cca93;
  margin: 0 auto;
}

.l-header__navi-title .line + .line {
  margin-top: 0.3rem;
}

.l-header__navi-list {
  padding: 2rem 2rem;
  background: #fff;
  border: 3px solid #1cca93;
  border-right: none;
  border-radius: 0 0 0 1rem;
}

.l-header__navi-list li {
  border-bottom: 1px solid rgba(182, 202, 194, 0.5);
}

.l-header__navi-list li:last-child {
  border-bottom: none;
}

.l-header__navi-list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-weight: 900;
  padding: 1rem 1rem 1rem 0;
}

@media screen and (min-width: 769px) {
  .l-header__navi-list a:hover {
    color: #1cca93;
  }
}
.l-header__navi-list .icon {
  background: url(../img/common/menu_01.png) no-repeat center center/contain;
  display: block;
  width: 3rem;
  height: 3.3rem;
  transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  margin-right: 1rem;
}

.l-header__navi-list .icon.--digitalbank {
  background-image: url(../img/common/menu_02.png);
}

.l-header__navi-list .icon.--consulting {
  background-image: url(../img/common/menu_03.png);
}

.l-header__navi-list .icon.--resources {
  background-image: url(../img/common/menu_04.png);
}

.header_menu_active .l-header__menuOpen {
  z-index: 0;
}

.l-header__menuIcon {
  position: fixed;
  top: 2rem;
  right: 1rem;
  z-index: 1000;
  width: 5.5rem;
  height: 5.5rem;
  background: #fffd53;
  border: 0.2rem solid #1cca93;
  border-radius: 100%;
}

@media screen and (min-width: 769px) {
  .l-header__menuIcon {
    display: none;
  }
}
.l-header__menuIcon .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  text-align: center;
}

.l-header__menuIcon .line {
  display: block;
  width: 1.5em;
  height: 0.2em;
  background: #1cca93;
  margin: 0 auto;
}

.l-header__menuIcon .line + .line {
  margin-top: 0.25em;
}

.l-header__menuClose .line {
  position: absolute;
  top: calc(50% - 0.2em);
  left: 0;
  right: 0;
  display: block;
  z-index: 1200;
  width: 1.6em;
  height: 0.2em;
  background: #1cca93;
  margin: 0 auto;
}

.l-header__menuClose .line + .line {
  margin-top: 0;
}

.l-header__menuClose .line:first-child {
  transform: rotate(-45deg);
}

.l-header__menuClose .line:last-child {
  transform: rotate(45deg);
}

.l-header__menuPopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
}

.l-header__menuPopup-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  background: rgba(0, 0, 0, 0.4);
}

.l-header__popupNavi {
  position: relative;
  z-index: 950;
  background: #fff;
  padding: 3rem 2rem 6rem;
}

.l-header__popupNavi-title {
  background: #fffd53;
  color: #1cca93;
  text-align: center;
  border-radius: 10rem;
  padding: 0.8rem 0;
  font-size: 13px;
  font-weight: 900;
}

.l-header__popupNavi-list {
  width: 80%;
  margin: 2.5rem auto 0;
}

.l-header__popupNavi-list li {
  border-bottom: 1px solid rgba(182, 202, 194, 0.5);
}

.l-header__popupNavi-list li:first-child {
  border-top: 1px solid rgba(182, 202, 194, 0.5);
}

.l-header__popupNavi-list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-weight: 900;
  padding: 1rem 0.5rem 1rem 0.5rem;
  font-size: 13px;
}

.l-header__popupNavi-list .icon {
  background: url(../img/common/menu_01.png) no-repeat center center/contain;
  display: block;
  width: 2.8rem;
  height: 2.5rem;
  transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  margin-right: 1.3rem;
}

.l-header__popupNavi-list .icon.--digitalbank {
  background-image: url(../img/common/menu_02.png);
}

.l-header__popupNavi-list .icon.--consulting {
  background-image: url(../img/common/menu_03.png);
}

.l-header__popupNavi-list .icon.--resources {
  background-image: url(../img/common/menu_04.png);
}

body {
  background: #1cca93;
}

.p-top__article-middle {
  background: url(../img/sp/bg_book_02.png) repeat-y top center/contain;
  padding-bottom: 5rem;
}

@media screen and (min-width: 769px) {
  .p-top__article-middle {
    background: url(../img/pc/bg_book_02.png) repeat-y top center/contain;
    padding-bottom: 13rem;
  }
}
.text_underline {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #1cca93;
}
.text_underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  position: absolute;
  z-index: -1;
  background-color: #fffd7c;
  bottom: 10%;
  left: 0;
}

a.disabled:hover {
  cursor: default;
}

.p-top__website {
  padding: 6rem 1.5rem 6rem;
}

@media screen and (min-width: 641px) {
  .p-top__website {
    padding: 6rem 3.5rem 6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top__website {
    padding: 11.5rem 0 15rem;
  }
}
.p-top__website a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 70rem;
  height: 10rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-top__website a {
    height: 20rem;
  }
}
.p-top__website a::after {
  content: "";
  display: block;
  background: #fff;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
}

@media screen and (min-width: 769px) {
  .p-top__website a::after {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top__website a:hover::after {
    transform: scale(1.05);
  }
}
.p-top__website figure {
  position: relative;
  z-index: 1;
}

.p-top__website figure img {
  display: block;
  width: 23.5rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-top__website figure img {
    width: 44rem;
  }
}
.p-top__website figure figcaption {
  width: 100%;
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .p-top__website figure figcaption {
    font-size: 16px;
  }
}
.p-top__website svg {
  position: absolute;
  right: 2rem;
  top: calc(50% - 4px);
  stroke: none;
  width: 9px;
  height: 8px;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-top__website svg {
    right: 4rem;
    width: 18px;
    height: 14px;
    top: calc(50% - 7px);
  }
}