@font-face {
  font-family: "Righteous";
  font-display: swap;
  src: url("../font/Righteous-Regular.woff") format("woff");
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

:root {
  --black: #1B1B1B;
  --white: #fff;
  --yellow: #eb3b6d;
  --orange: #E77F41;
  --green: #eb3b6d;
  --gradation: linear-gradient(90deg, #FEDA1B 0%, #E77F41 100%);
}

p {
  font-size: 14px;
  color: var(--black);
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.14px;
}

@media screen and (max-width: 1023px) {
  p {
    font-size: 14px;
  }
}

@media screen and (max-width: 649px) {
  p {
    font-size: 13px;
    line-height: 26px;
  }
}

.text-orange {
  color: var(--orange);
}

.text-sm {
  font-size: 12px;
}

@media screen and (max-width: 649px) {
  .text-sm {
    font-size: 11px;
  }
}

:root {
  --z-index_20: 20;
  --z-index_10: 10;
  --z-index_5: 5;
  --z-index-1: -1;
  --z-index-5: -5;
  --z-index-10: -10;
  --z-index-20: -20;
}

.d__only-pc {
  display: block;
}

@media screen and (max-width: 1023px) {
  .d__only-pc {
    display: none !important;
  }
}

.d__only-tab {
  display: none;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .d__only-tab {
    display: block !important;
  }
}

.d__only-sp {
  display: none !important;
}

@media screen and (max-width: 649px) {
  .d__only-sp {
    display: block !important;
  }
}

.d__none-pc {
  display: none;
}

@media screen and (max-width: 1023px) {
  .d__none-pc {
    display: block !important;
  }
}

.d__none-sp {
  display: block;
}

@media screen and (max-width: 649px) {
  .d__none-sp {
    display: none !important;
  }
}

.container {
  width: 1240px;
  max-width: 100%;
  padding: 0 20px;
  margin: auto;
}

@media screen and (max-width: 1023px) {
  .container {
    width: 700px;
  }
}

.container__sm {
  width: 1120px;
}

@media screen and (max-width: 649px) {
  .container__sm {
    width: 500px;
  }
}

@media screen and (max-width: 649px) {
  .container {
    padding: 0 15px;
  }
}

.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 649px) {
  .flex-box {
    display: block;
  }
}

.cvarea__box {
  position: relative;
  padding: 0 20px;
}

@media screen and (max-width: 649px) {
  .cvarea__box {
    padding: 0;
    max-width: 500px;
    margin: auto;
  }
}

.cvarea__bg {
  width: 100%;
}

.cvarea__text1 {
  position: absolute;
  bottom: 17%;
  left: 7%;
  width: 20.5%;
}

@media screen and (max-width: 649px) {
  .cvarea__text1 {
    bottom: 45%;
    left: 4%;
    width: 56%;
  }
}

.cvarea__text2 {
  position: absolute;
  bottom: 17%;
  left: 30%;
  width: 28%;
}

@media screen and (max-width: 649px) {
  .cvarea__text2 {
    bottom: 15%;
    left: 4%;
    width: 58%;
  }
}

.cvarea__btn {
  position: absolute;
  right: 5%;
  bottom: 15%;
  line-height: 62px;
  border-radius: 20px;
}

@media screen and (max-width: 1023px) {
  .cvarea__btn {
    border-radius: 15px;
  }
}

@media screen and (max-width: 649px) {
  .cvarea__btn {
    border-radius: 10px;
  }
}

.cvarea__btn .btn {
  font-size: 20px;
  position: relative;
  padding: 0px 15px 0px 0px;
 margin-right:60px;
}

@media screen and (max-width: 1023px) {
  .cvarea__btn .btn {
    font-size: 16px;
  }
}

.cvarea__btn .btn img {
  width: 62px;
}

@media screen and (max-width: 1023px) {
  .cvarea__btn .btn img {
    width: 37px;
  }
}

@media screen and (max-width: 649px) {
  .cvarea__btn {
    width: 100%;
    height: 11%;
    padding: 0 4%;
    bottom: 2%;
    left: 0;
  }

  .cvarea__btn .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .cvarea__btn img {
    width: 41px !important;
    margin-top: 1px;
  }

  .cvarea__btn span {
    padding-right: 20px;
  }
}

.cvarea p {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  bottom: 2%;
  left: 3%;
}

@media screen and (max-width: 1023px) {
  .cvarea p {
    bottom: 0;
    line-height: 1;
  }
}

@media screen and (max-width: 649px) {
  .cvarea p {
    bottom: -8%;
    left: 5%;
    width: 90%;
    line-height: 1.2;
    text-align: center;
  }
}

.card {
  margin-top: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .card {
    display: block;
    margin: 60px auto 0;
    max-width: 500px;
  }
}

.card__content {
  position: relative;
  border-radius: 15px;
  width: 47%;
  height: 230px;
  margin-left: 7px;
  margin-bottom: 70px;
  background: linear-gradient(to bottom, #FEDA1B 40%, #FEDA1B 40%, #fff 40%, #fff 60%, #fff 60%);
}

@media screen and (max-width: 1023px) {
  .card__content {
    width: 100%;
    height: 235px;
    margin-bottom: 50px;
    background: linear-gradient(to bottom, #FEDA1B 35%, #FEDA1B 35%, #fff 35%, #fff 65%, #fff 65%);
  }

  .card__content:nth-child(2n) .card__text {
    margin: 0 0 0 auto;
  }

  .card__content:nth-child(2n) .card__img {
    left: 10px;
  }
}

.card__content::after {
  content: "";
  display: block;
  border: 2px solid var(--black);
  border-radius: 15px;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
}

.card__number {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  background-image: url("../image/card-numver.webp");
  width: 54px;
  height: 54px;
  background-size: contain;
  background-position: center;
  z-index: var(--z-index_5);
}

@media screen and (max-width: 1023px) {
  .card__number {
    width: 55%;
    height: 60px;
    top: -36px;
    line-height: 55px;
    font-size: 24px;
    background-repeat: no-repeat;
  }
}

.card__text {
  max-width: 64%;
}

@media screen and (max-width: 649px) {
  .card__text {
    max-width: 58%;
  }
}

.card__text h3 {
  font-size: 20px;
  padding: 0 25px;
  height: 93px;
  display: flex;
  align-items: center;
  border-radius: 15px 15px 0 0;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .card__text h3 {
    font-size: 20px;
    padding: 0 15px;
    height: 85px;
    line-height: 1.3;
  }
}

.card__text p {
  padding: 3.5% 5% 0;
  max-width: 100%;
}

@media screen and (max-width: 649px) {
  .card__text p {
    padding: 6% 6% 0;
  }
}

.card__img {
  position: absolute;
  top: 56%;
  right: 17px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 115px;
  height: 240px;
}

@media screen and (max-width: 1023px) {
  .card__img {
    right: 15px;
    width: 115px;
    top: 57%;
  }
}

.card__img img {
  object-fit: cover;
}

.drop-card {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .drop-card {
    display: block;
    margin: 60px auto 0;
    max-width: 500px;
  }
}

.drop-card__content {
  position: relative;
  border-radius: 18px;
  width: 47%;
  margin-left: 7px;
  margin-top: 70px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #000;
}

@media screen and (max-width: 1023px) {
  .drop-card__content {
    width: 100%;
    margin-top: 35px;
    background: var(--white);
  }

  .drop-card__content:nth-child(2n) .card__text {
    margin: 0 0 0 auto;
  }

  .drop-card__content:nth-child(2n) .card__img {
    left: 10px;
  }
}

.drop-card__content::after {
  content: "";
  display: block;
  /* border: 2px solid var(--black); */
  border-radius: 15px;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
}

.drop-card__number {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: var(--yellow);
  font-size: 24px;
  text-align: center;
  line-height: 55px;
  font-weight: 700;
  background-image: url("../images/drop.png");
  width: 35px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: var(--z-index_5);
}

@media screen and (max-width: 1023px) {
  .drop-card__number {
    width: 55%;
    height: 50px;
    top: -40px;
    line-height: 55px;
    font-size: 24px;
    background-repeat: no-repeat;
    padding-left: 2px;
  }
}

.drop-card__text h3 {
  font-size: 20px;
  padding: 0 6px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 15px 0 0;
  background-color: var(--black);
  color: var(--white);
}

@media screen and (max-width: 1023px) {
  .drop-card__text h3 {
    font-size: 20px;
    padding: 0 15px;
    height: 60px;
    line-height: 1.3;
  }
}

.drop-card__text p {
  padding: 3.5% 5% 0;
  max-width: 100%;
}

.drop-card__img {
  padding: 10px;
}

@media screen and (max-width: 1023px) {
  .drop-card__img {
    padding: 15px;
  }
}

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 46px;
  /*  background-color: var(--black);*/
  font-weight: 700;
  padding: 6px 15px 6px 6px;
  border-radius: 15px;
  background-size: 201% 100%;
  transition: background-position 0.3s ease;
  white-space: nowrap;
}

@media screen and (max-width: 1023px) {
  .btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    line-height: 33px;
    padding: 2px 5px 3px;
  }
}

.btn__red {
  border: 2px solid #eb3b6d;
  color: #eb3b6d;
/*  background-image: linear-gradient(to right, var(--black) 50%, var(--orange) 50%);*/
}

.btn__orange {
  border: 2px solid #ff9e46;
  color: #ff9e46;
/*  background-image: linear-gradient(to right, var(--black) 50%, var(--orange) 50%);*/
}

.btn__green {
  border: 2px solid var(--green);
  color: var(--green);
  background-image: linear-gradient(to right, var(--black) 50%, var(--green) 50%);
}

.btn .btn-arrow__red {
  background-image: url(../image/btn-arrow__red.png);
  transition: background-image 0.3s ease;
  background-repeat: no-repeat;
  width: 25px;
  height: 9px;
  background-size: contain;
  display: inline-block;
  margin-left: 15px;
}

@media screen and (max-width: 649px) {
  .btn .btn-arrow__red {
    margin-right: 10px;
  }
}

.btn .btn-arrow__orange {
  background-image: url(../image/btn-arrow__orange.webp);
  transition: background-image 0.3s ease;
  background-repeat: no-repeat;
  width: 25px;
  height: 9px;
  background-size: contain;
  display: inline-block;
  margin-left: 15px;
}

@media screen and (max-width: 649px) {
  .btn .btn-arrow__orange {
    margin-right: 10px;
  }
}

.btn .btn-arrow__green {
  background-image: url(../images/btn-arrow__green.png);
  transition: background-image 0.3s ease;
  background-repeat: no-repeat;
  width: 25px;
  height: 9px;
  background-size: contain;
  display: inline-block;
  margin-left: 15px;
}

@media screen and (max-width: 649px) {
  .btn .btn-arrow__green {
    margin-right: 5px;
  }
}

.btn .btn-arrow__green--sp {
  background-image: url(../images/btn-arrow__green.png);
  width: 50px;
  margin-left: 0;
}

.btn img {
  width: 46px;
  margin-right: 10px;
}

@media screen and (max-width: 1023px) {
  .btn img {
    width: 33px;
    margin-right: 13px;
  }
}

.btn:hover {
  color: var(--black);
  background-position: -99% 0;
}

.btn:hover span {
  transform: translateX(5px);
  background-image: url(../image/btn-arrow__black.webp);
}

.btn .btn-arrow__green--sp:hover {
  background-image: url(../image/btn-arrow__long--blk.webp);
}

@media screen and (max-width: 649px) {
  .btn__box {
    text-align: right;
  }
}

.tab {
  /* ã‚¢ã‚¯ãƒ†ã‚£ãƒ–ãªã‚¿ãƒ– */
  /* ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³éžè¡¨ç¤º */
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
}

@media screen and (max-width: 649px) {
  .tab-wrap {
    margin-top: 20px;
    font-size: 14px;
    gap: 30px;
  }
}

.tab-label {
/*  font-family: "Righteous", cursive;*/
  font-size: 21px;
  color: rgba(27, 27, 27, 0.4);
  border-bottom: 2px solid rgba(27, 27, 27, 0.4);
  margin-right: 5px;
  order: -1;
}

@media screen and (max-width: 649px) {
  .tab-label {
    font-size: 14px;
  }
}

.tab-content {
  width: 100%;
  display: none;
}

.tab-switch:checked+.tab-label {
  color: var(--black);
  border-bottom: 2px solid var(--black);
  font-weight: bold;
}

.tab-switch:checked+.tab-label+.tab-content {
  display: block;
}

.tab-switch {
  display: none;
}

/* ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚¿ã‚¤ãƒˆãƒ« */
.section-title {
  position: relative;
}

.section-title span::after {
  display: block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px transparent;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: -5;
}

@media screen and (max-width: 649px) {
  .section-title span::after {
    left: 2px;
    top: 2px;
  }
}

.section-title__main {
  font-family: "Righteous", cursive;
  font-size: 54px;
  line-height: 1;
  margin-bottom: -7px;
  position: relative;
  overflow: hidden;
  color: #fff;
  -webkit-text-stroke: 2px var(--black);
}

@media screen and (max-width: 1023px) {
  .section-title__main {
    font-size: 48px;
  }
}

@media screen and (max-width: 649px) {
  .section-title__main {
    font-size: 36px;
    -webkit-text-stroke: 1px var(--black);
  }
}

.section-title__main span {
  padding-right: 5px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  animation: fadeInUp 1s forwards;
}

@media screen and (max-width: 649px) {
  .section-title__main span {
    padding-right: 0;
  }
}

.section-title__sub {
  display: inline-block;
  margin-left: 24px;
  font-size: 21px;
  font-weight: 700;
  padding: 0 10px;
  border-radius: 0 20px;
  border-bottom: 2px solid var(--black);
  border-left: 2px solid var(--black);
}

@media screen and (max-width: 1023px) {
  .section-title__sub {
    font-size: 18px;
    border-radius: 0 10px;
  }
}

@media screen and (max-width: 649px) {
  .section-title__sub {
    font-size: 14px;
    margin-left: 10px;
    border-bottom: 1px solid var(--black);
    border-left: 1px solid var(--black);
    letter-spacing: 0;
  }
}

.section-title {
  /* ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚¿ã‚¤ãƒˆãƒ« - ABOUT */
  /* ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚¿ã‚¤ãƒˆãƒ« - HOW TO */
  /* ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚¿ã‚¤ãƒˆãƒ« - partner */
  /* ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚¿ã‚¤ãƒˆãƒ« - service */
  /* ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚¿ã‚¤ãƒˆãƒ« - CHALLENGE */
  /* ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚¿ã‚¤ãƒˆãƒ« - topics */
  /* ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚¿ã‚¤ãƒˆãƒ« - menu */
}

.section-title__about--color span:nth-child(1)::after {
  content: "A";
  background-color: #eb3b6d;
}

.section-title__about--color span:nth-child(2)::after {
  content: "B";
  background-color: #eb3b6d;
}

.section-title__about--color span:nth-child(3)::after {
  content: "O";
  background-color: #eb3b6d;
}

.section-title__about--color span:nth-child(4)::after {
  content: "U";
  background-color: #eb3b6d;
}

.section-title__about--color span:nth-child(5)::after {
  content: "T";
  background-color: #eb3b6d;
}

.section-title__howto--color span:nth-child(1)::after {
  content: "B";
  background-color: #eb3b6d;
}

.section-title__howto--color span:nth-child(2)::after {
  content: "U";
  background-color: #eb3b6d;
}

.section-title__howto--color span:nth-child(3)::after {
  content: "S ";
  background-color: #eb3b6d;
}

.section-title__howto--color span:nth-child(4)::after {
  content: "I";
  background-color: #eb3b6d;
}

.section-title__howto--color span:nth-child(5)::after {
  content: "N";
  background-color: #eb3b6d;
}

.section-title__howto--color span:nth-child(6)::after {
  content: "E";
  background-color: #eb3b6d;
}

.section-title__howto--color span:nth-child(7)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__howto--color span:nth-child(8)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__partner--white span:nth-child(1)::after {
  content: "P";
  background-color: #eb3b6d;
}

.section-title__partner--white span:nth-child(2)::after {
  content: "A";
  background-color: #eb3b6d;
}

.section-title__partner--white span:nth-child(3)::after {
  content: "R";
  background-color: #eb3b6d;
}

.section-title__partner--white span:nth-child(4)::after {
  content: "T";
  background-color: #eb3b6d;
}

.section-title__partner--white span:nth-child(5)::after {
  content: "N";
  background-color: #eb3b6d;
}

.section-title__partner--white span:nth-child(6)::after {
  content: "E";
  background-color: #eb3b6d;
}

.section-title__partner--white span:nth-child(7)::after {
  content: "R";
  background-color: #eb3b6d;
}

.section-title__service--white span:nth-child(1)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__service--white span:nth-child(2)::after {
  content: "T";
  background-color: #eb3b6d;
}

.section-title__service--white span:nth-child(3)::after {
  content: "R";
  background-color: #eb3b6d;
}

.section-title__service--white span:nth-child(4)::after {
  content: "E";
  background-color: #eb3b6d;
}

.section-title__service--white span:nth-child(5)::after {
  content: "N";
  background-color: #eb3b6d;
}

.section-title__service--white span:nth-child(6)::after {
  content: "G";
  background-color: #eb3b6d;
}

.section-title__service--white span:nth-child(7)::after {
  content: "T";
  background-color: #eb3b6d;
}

.section-title__service--white span:nth-child(8)::after {
  content: "H";
  background-color: #eb3b6d;
}

.section-title__service--white span:nth-child(9)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__service--color span:nth-child(1)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__service--color span:nth-child(2)::after {
  content: "E";
  background-color: #eb3b6d;
}

.section-title__service--color span:nth-child(3)::after {
  content: "R";
  background-color: #eb3b6d;
}

.section-title__service--color span:nth-child(4)::after {
  content: "V";
  background-color: #eb3b6d;
}

.section-title__service--color span:nth-child(5)::after {
  content: "I";
  background-color: #eb3b6d;
}

.section-title__service--color span:nth-child(6)::after {
  content: "C";
  background-color: #eb3b6d;
}

.section-title__service--color span:nth-child(7)::after {
  content: "E";
  background-color: #eb3b6d;
}

.section-title__challenge--color span:nth-child(1)::after {
  content: "M";
  background-color: #eb3b6d;
}

.section-title__challenge--color span:nth-child(2)::after {
  content: "E";
  background-color: #eb3b6d;
}

.section-title__challenge--color span:nth-child(3)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__challenge--color span:nth-child(4)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__challenge--color span:nth-child(5)::after {
  content: "A";
  background-color: #eb3b6d;
}

.section-title__challenge--color span:nth-child(6)::after {
  content: "G";
  background-color: #eb3b6d;
}

.section-title__challenge--color span:nth-child(7)::after {
  content: "E";
  background-color: #eb3b6d;
}

.section-title__cases--white span:nth-child(1)::after {
  content: "W";
  background-color: #eb3b6d;
}

.section-title__cases--white span:nth-child(2)::after {
  content: "O";
  background-color: #eb3b6d;
}

.section-title__cases--white span:nth-child(3)::after {
  content: "R";
  background-color: #eb3b6d;
}

.section-title__cases--white span:nth-child(4)::after {
  content: "K";
  background-color: #eb3b6d;
}

.section-title__cases--white span:nth-child(5)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__topics--white span:nth-child(1)::after {
  content: "T";
  background-color: #eb3b6d;
}

.section-title__topics--white span:nth-child(2)::after {
  content: "O";
  background-color: #eb3b6d;
}

.section-title__topics--white span:nth-child(3)::after {
  content: "P";
  background-color: #eb3b6d;
}

.section-title__topics--white span:nth-child(4)::after {
  content: "I";
  background-color: #eb3b6d;
}

.section-title__topics--white span:nth-child(5)::after {
  content: "C";
  background-color: #eb3b6d;
}

.section-title__topics--white span:nth-child(6)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__menu--white span:nth-child(1)::after {
  content: "M";
  background-color: white;
}

.section-title__menu--white span:nth-child(2)::after {
  content: "E";
  background-color: white;
}

.section-title__menu--white span:nth-child(3)::after {
  content: "N";
  background-color: white;
}

.section-title__menu--white span:nth-child(4)::after {
  content: "U";
  background-color: white;
}

.section-title__worry--color span:nth-child(1)::after {
  content: "W";
  background-color: #eb3b6d;
}

.section-title__worry--color span:nth-child(2)::after {
  content: "O";
  background-color: #eb3b6d;
}

.section-title__worry--color span:nth-child(3)::after {
  content: "R";
  background-color: #eb3b6d;
}

.section-title__worry--color span:nth-child(4)::after {
  content: "R";
  background-color: #eb3b6d;
}

.section-title__worry--color span:nth-child(5)::after {
  content: "Y";
  background-color: #eb3b6d;
}

.section-title__tasks--color span:nth-child(1)::after {
  content: "T";
  background-color: #eb3b6d;
}

.section-title__tasks--color span:nth-child(2)::after {
  content: "A";
  background-color: #eb3b6d;
}

.section-title__tasks--color span:nth-child(3)::after {
  content: "S ";
  background-color: #eb3b6d;
}

.section-title__tasks--color span:nth-child(4)::after {
  content: "K";
  background-color: #eb3b6d;
}

.section-title__tasks--color span:nth-child(5)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__why--white span:nth-child(1)::after {
  content: "W";
  background-color: #eb3b6d;
}

.section-title__why--white span:nth-child(2)::after {
  content: "H";
  background-color: #eb3b6d;
}

.section-title__why--white span:nth-child(3)::after {
  content: "Y";
  background-color: #eb3b6d;
}

.section-title__why--white span:nth-child(4)::after {
  content: "?";
  background-color: #eb3b6d;
}

.section-title__norisk--white span:nth-child(1)::after {
  content: "N";
  background-color: white;
}

.section-title__norisk--white span:nth-child(2) {
  padding-right: 30px;
}

.section-title__norisk--white span:nth-child(2)::after {
  content: "0 ";
  background-color: white;
}

.section-title__norisk--white span:nth-child(3)::after {
  content: "R";
  background-color: white;
}

.section-title__norisk--white span:nth-child(4)::after {
  content: "I";
  background-color: white;
}

.section-title__norisk--white span:nth-child(5)::after {
  content: "S";
  background-color: white;
}

.section-title__norisk--white span:nth-child(6)::after {
  content: "K";
  background-color: white;
}

.section-title__case--white span:nth-child(1)::after {
  content: "C";
  background-color: #eb3b6d;
}

.section-title__case--white span:nth-child(2)::after {
  content: "A";
  background-color: #eb3b6d;
}

.section-title__case--white span:nth-child(3)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__case--white span:nth-child(4)::after {
  content: "E";
  background-color: #eb3b6d;
}

.section-title__course--white span:nth-child(1)::after {
  content: "C";
  background-color: #eb3b6d;
}

.section-title__course--white span:nth-child(2)::after {
  content: "O";
  background-color: #eb3b6d;
}

.section-title__course--white span:nth-child(3)::after {
  content: "U";
  background-color: #eb3b6d;
}

.section-title__course--white span:nth-child(4)::after {
  content: "R";
  background-color: #eb3b6d;
}

.section-title__course--white span:nth-child(5)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__course--white span:nth-child(6)::after {
  content: "E";
  background-color: #eb3b6d;
}

.section-title__step--color span:nth-child(1)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__step--color span:nth-child(2)::after {
  content: "T";
  background-color: #eb3b6d;
}

.section-title__step--color span:nth-child(3)::after {
  content: "E ";
  background-color: #eb3b6d;
}

.section-title__step--color span:nth-child(4)::after {
  content: "P";
  background-color: #eb3b6d;
}

.section-title__reason--color span:nth-child(1)::after {
  content: "P";
  background-color: #eb3b6d;
}

.section-title__reason--color span:nth-child(2)::after {
  content: "R";
  background-color: #eb3b6d;
}

.section-title__reason--color span:nth-child(3)::after {
  content: "O";
  background-color: #eb3b6d;
}

.section-title__reason--color span:nth-child(4)::after {
  content: "B";
  background-color: #eb3b6d;
}

.section-title__reason--color span:nth-child(5)::after {
  content: "L";
  background-color: #eb3b6d;
}

.section-title__reason--color span:nth-child(6)::after {
  content: "E";
  background-color: #eb3b6d;
}
.section-title__reason--color span:nth-child(7)::after {
  content: "M";
  background-color: #eb3b6d;
}

.section-title__point--white span:nth-child(1)::after {
  content: "P";
  background-color: white;
}

.section-title__point--white span:nth-child(2)::after {
  content: "O";
  background-color: white;
}

.section-title__point--white span:nth-child(3)::after {
  content: "I";
  background-color: white;
}

.section-title__point--white span:nth-child(4)::after {
  content: "N";
  background-color: white;
}

.section-title__point--white span:nth-child(5)::after {
  content: "T";
  background-color: white;
}

.section-title__support--color span:nth-child(1)::after {
  content: "S";
  background-color: #eb3b6d;
}

.section-title__support--color span:nth-child(2)::after {
  content: "U";
  background-color: #eb3b6d;
}

.section-title__support--color span:nth-child(3)::after {
  content: "P";
  background-color: #eb3b6d;
}

.section-title__support--color span:nth-child(4)::after {
  content: "P";
  background-color: #eb3b6d;
}

.section-title__support--color span:nth-child(5)::after {
  content: "O";
  background-color: #eb3b6d;
}

.section-title__support--color span:nth-child(6)::after {
  content: "R";
  background-color: #eb3b6d;
}

.section-title__support--color span:nth-child(7)::after {
  content: "T";
  background-color: #eb3b6d;
}

.section-title__outline--color span:nth-child(1)::after {
  content: "O";
  background-color: #eb3b6d;
}

.section-title__outline--color span:nth-child(2)::after {
  content: "U";
  background-color: #eb3b6d;
}

.section-title__outline--color span:nth-child(3)::after {
  content: "T";
  background-color: #eb3b6d;
}

.section-title__outline--color span:nth-child(4)::after {
  content: "L";
  background-color: #eb3b6d;
}

.section-title__outline--color span:nth-child(5)::after {
  content: "I";
  background-color: #eb3b6d;
}

.section-title__outline--color span:nth-child(6)::after {
  content: "N";
  background-color: #eb3b6d;
}

.section-title__outline--color span:nth-child(7)::after {
  content: "E";
  background-color: #eb3b6d;
}

.section-title__contact--color span:nth-child(1)::after {
  content: "C";
  background-color: #eb3b6d;
}

.section-title__contact--color span:nth-child(2)::after {
  content: "O";
  background-color: #eb3b6d;
}

.section-title__contact--color span:nth-child(3)::after {
  content: "N";
  background-color: #eb3b6d;
}

.section-title__contact--color span:nth-child(4)::after {
  content: "T";
  background-color: #eb3b6d;
}

.section-title__contact--color span:nth-child(5)::after {
  content: "A";
  background-color: #eb3b6d;
}

.section-title__contact--color span:nth-child(6)::after {
  content: "C";
  background-color: #eb3b6d;
}

.section-title__contact--color span:nth-child(7)::after {
  content: "T";
  background-color: #eb3b6d;
}

.section-title__qa--white span:nth-child(1)::after {
  content: "Q";
  background-color: #eb3b6d;
}

.section-title__qa--white span:nth-child(2) {
  font-family: "Noto Sans JP", sans-serif;
}

.section-title__qa--white span:nth-child(2)::after {
  content: "&";
  font-family: "Noto Sans JP", sans-serif;
  background-color: #eb3b6d;
}

.section-title__qa--white span:nth-child(3)::after {
  content: "A";
  background-color: #eb3b6d;
}

.background-image {
  position: fixed;
  z-index: var(--z-index-10);
  width: 100%;
}

.background-image__box {
  position: relative;
  height: 100vh;
}

.background-image__box--1 {
  animation: backgroundDelay 0.5s ease-in-out forwards;
  opacity: 0;
  animation-delay: 1.5s;
}

.background-image__box--2 {
  animation: backgroundDelay 0.5s ease-in-out forwards;
  opacity: 0;
  animation-delay: 2s;
}

.background-image__content {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.background-image .triangle-lg__gradation {
  width: 14%;
  top: 63%;
  left: 37%;
  animation: triangle-lg__gradation 5s ease-in-out infinite;
}

.background-image .triangle-lg__border {
  width: 14%;
  top: 7%;
  left: 81%;
  animation: triangle-lg__border 4s ease-in-out infinite;
}

.background-image .triangle-md {
  width: 8%;
  top: 6%;
  left: 3%;
  animation: triangle-md 3s ease-in-out infinite;
}

.background-image .triangle-sm {
  width: 2.5%;
  transform: rotate(-18.524deg);
  top: 64%;
  left: 93%;
  animation: rotate 30s linear infinite;
}

.background-image .square-lg__orange {
  width: 4%;
  transform: rotate(-20deg);
  top: 75%;
  left: 9%;
  animation: rotate 40s linear infinite;
}

.background-image .square-lg__gradation {
  width: 4%;
  top: 0%;
  left: 73%;
  animation: square-lg__gradation 6s ease-in-out infinite;
}

.background-image .square-md1 {
  width: 2.2%;
  top: 27%;
  left: 86%;
  animation: square-md1 6s ease-in-out infinite;
}

.background-image .square-md2 {
  width: 2.2%;
  top: 9%;
  left: 48%;
  animation: square-md2 4s ease-in-out infinite;
}

.background-image .square-sm {
  width: 1.5%;
  animation: square-md__1 5s ease-in-out infinite;
  top: 72%;
  left: 13%;
}

.background-image .circle-lg {
  width: 16%;
  top: 62%;
  left: 3%;
  animation: rotate 60s ease-in-out infinite;
}

.background-image .circle-md {
  width: 10%;
  top: 14%;
  left: 81%;
  animation: rotate 60s linear infinite;
}

.background-image .circle-sm {
  width: 7%;
  top: 63%;
  left: 98%;
  animation: slideUpAndDown 4s ease-in-out infinite;
}

.background-image .circle-line_yellow {
  width: 9%;
  top: 18%;
  left: 41%;
  animation: slideUpAndDown 3s ease-in-out infinite;
}

.background-image .circle-line_orange {
  width: 4.5%;
  top: 48%;
  left: 92%;
  animation: rotate 25s ease-in-out infinite;
}

.background-image__sp .triangle-lg__gradation {
  width: 24%;
  top: 62%;
  left: 84%;
  animation: triangle-lg__gradation 2.5s ease-in-out infinite;
}

.background-image__sp .triangle-lg__border1 {
  width: 32%;
  top: 0%;
  left: 74%;
  animation: triangle-lg__border2 2s ease-in-out infinite;
}

.background-image__sp .triangle-lg__border2 {
  width: 32%;
  top: 65%;
  left: 0%;
  animation: triangle-lg__border 2s ease-in-out infinite;
}

.background-image__sp .triangle-md {
  width: 16%;
  top: 40%;
  left: 2%;
  animation: triangle-md 1.5s ease-in-out infinite;
}

.background-image__sp .triangle-sm {
  width: 4.5%;
  transform: rotate(-18.524deg);
  top: 88%;
  left: 75%;
  animation: rotate 15s linear infinite;
}

.background-image__sp .square-lg__orange {
  width: 6%;
  transform: rotate(-20deg);
  top: 65%;
  left: 35%;
  animation: rotate 20s linear infinite;
}

.background-image__sp .square-lg__gradation {
  width: 6%;
  top: -5%;
  left: 70%;
  animation: square-lg__gradation 3s ease-in-out infinite;
}

.background-image__sp .square-md1 {
  width: 3.5%;
  top: 20%;
  left: 86%;
  animation: square-md1 3s ease-in-out infinite;
}

.background-image__sp .square-md2 {
  width: 3.5%;
  top: 5%;
  left: 10%;
  animation: square-md2 2s ease-in-out infinite;
}

.background-image__sp .square-sm {
  width: 3%;
  animation: square-md__1 2.5s ease-in-out infinite;
  top: 62%;
  left: 42%;
}

.background-image__sp .circle-lg {
  width: 30%;
  top: 50%;
  left: 17%;
  animation: rotate 30s ease-in-out infinite;
}

.background-image__sp .circle-md1 {
  width: 19%;
  top: 5%;
  left: 80%;
  animation: rotate 30s linear infinite;
}

.background-image__sp .circle-md2 {
  width: 14%;
  top: 86%;
  left: 84%;
  animation: rotate 30s linear infinite;
}

.background-image__sp .circle-sm {
  width: 10%;
  top: -10%;
  left: 40%;
  animation: slideUpAndDown 2s ease-in-out infinite;
}

.background-image__sp .circle-line_yellow {
  width: 18%;
  top: 8%;
  left: -9%;
  animation: slideUpAndDown 1.5s ease-in-out infinite;
}

.background-image__sp .circle-line_orange {
  width: 8%;
  top: 38%;
  left: 80%;
  animation: rotate 12s ease-in-out infinite;
}

@keyframes backgroundDelay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideUpAndDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes triangle-lg__gradation {

  0%,
  100% {
    transform: translateY(0) rotate(44.339deg);
  }

  50% {
    transform: translateY(-20px) rotate(44.339deg);
  }
}

@keyframes triangle-lg__border {

  0%,
  100% {
    transform: translateY(0) rotate(44.339deg);
  }

  50% {
    transform: translateY(20px) translateX(-10px) rotate(44.339deg);
  }
}

@keyframes triangle-lg__border2 {

  0%,
  100% {
    transform: translateY(0) rotate(-20.338deg);
  }

  50% {
    transform: translateY(20px) translateX(-10px) rotate(-20.338deg);
  }
}

@keyframes triangle-md {

  0%,
  100% {
    transform: translateY(0) rotate(14.695deg);
  }

  50% {
    transform: translateY(-10px) translateX(10px) rotate(14.695deg);
  }
}

@keyframes square-lg__gradation {

  0%,
  100% {
    transform: translateY(0) rotate(9.418deg);
  }

  50% {
    transform: translateY(20px) translateX(-20px) rotate(9.418deg);
  }
}

@keyframes square-md1 {

  0%,
  100% {
    transform: translateY(0) rotate(21.453deg);
  }

  50% {
    transform: translateY(-40px) rotate(10.453deg);
  }
}

@keyframes square-md2 {

  0%,
  100% {
    transform: translateY(0) rotate(-31.058deg);
  }

  50% {
    transform: translateY(-20px) rotate(-31.058deg);
  }
}

.l-header {
  background: #fff !important;
  color: #000 !important;
  box-shadow: 0px 6px 8px 0px rgba(27, 27, 27, 0.25);
}

@media screen and (max-width: 1023px) {
  .l-header {
    background: transparent !important;
    box-shadow: none;
    padding-top: 5px;
  }
}

@media screen and (max-width: 649px) {
  .l-header {
    padding-top: 8px;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__content {
    border: none !important;
  }
}

#menu-global-nav li {
  border-right: 2px solid #D9D9D9;
  height: 75px;
  margin: 0 !important;
  padding: 0 !important;
}

#menu-global-nav li a {
  transition: color 0.3s ease, border-width 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  /* è¦ç´ å†…ã®ã‚ªãƒ¼ãƒãƒ¼ãƒ•ãƒ­ãƒ¼ã‚’éš ã™ */
}

#menu-global-nav li a::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-bottom: 2px solid transparent;
  transition: width 0.3s ease, border-color 0.3s ease;
  border-color: var(--yellow);
}

#menu-global-nav li a:hover {
  color: #eb3b6d;
}

#menu-global-nav li a:hover::before {
  width: 100%;
  border-color: var(--yellow);
}

#menu-global-nav li:nth-child(1) {
  border-left: 2px solid #D9D9D9;
  padding: 0 !important;
}

.p-global-nav .c-navbar__item>a {
  margin: 0 10px;
  padding: 0 5px;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .c-site-branding__title {
    margin-top: 10px;
  }
}

.c-site-branding__title img {
  margin-top: -5px;
}

#menu-drawer-nav li {
  position: relative;
}

#menu-drawer-nav li::after {
  content: "";
  display: block;
  background-image: url(../image/btn-arrow__white.webp);
  transition: background-image 0.3s ease;
  background-repeat: no-repeat;
  width: 35px;
  height: 9px;
  background-size: contain;
  display: inline-block;
  margin-left: 15px;
  position: absolute;
  right: 5px;
  top: 50%;
}

#menu-drawer-nav li:last-child::after {
  display: none;
}

/* ãƒ‰ãƒ­ãƒ¯ãƒ¼ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³ */
@media (max-width: 1023px) {

  /* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ */
  .c-hamburger-btn__bar {
    border: 1px solid var(--black);
  }

  .c-hamburger-btn__label {
    display: none;
  }

  .c-hamburger-btn__bars {
    height: 23px;
    width: 30px;
  }

  .c-hamburger-btn__bar:nth-of-type(2) {
    top: 9px;
  }

  .c-hamburger-btn__bar:nth-of-type(3) {
    top: 18px;
  }

  .c-hamburger-btn {
    position: relative;
    top: 5px;
  }

  .c-drawer {
    background-size: cover;
    color: var(--white);
    font-weight: 700;
  }

  #drawer-nav .c-drawer__menu {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .menu-item {
    font-size: 1rem;
    padding: 10px 0px;
  }

  .menu-item:nth-child(1),
  .menu-item:nth-child(5) {
    border-bottom: 1px solid #fff;
  }

  .menu-item:nth-child(3),
  .menu-item:nth-child(7) {
    border-bottom: 1px solid #fff;
  }

  .menu-item:nth-child(2),
  .menu-item:nth-child(4),
  .menu-item:nth-child(6) {
    border-bottom: 1px solid var(--white);
  }

  #drawer-nav #hamburger-btn {
    position: relative;
    left: calc(100% - 40px);
    margin-top: 10px;
  }

  .current-menu-item {
    color: #FF8945 !important;
  }

  #drawer-nav .menu-item-1471 {
    width: 90%;
    border-bottom: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translatex(-50%);
  }
}

@media (max-width: 1023px) and (max-height: 620px) {
  #drawer-nav .c-drawer__menu {
    padding-top: 0px !important;
  }
}

@media (max-width: 1023px) and (max-height: 570px) {
  #drawer-nav .menu-item {
    padding: 7px 0px;
  }
}

.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(2) {
  background-color: transparent;
  border: none;
}

#drawer-nav {
  width: 308px !important;
}

.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:first-of-type,
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(3) {
  border: 1px solid var(--white);
}

.c-drawer-close-zone {
  background-color: rgba(27, 27, 27, 0.6);
}

/* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼çµ‚ã‚ã‚Š */
footer {
  background: #ff859b;
  padding-top: 30px;
}

@media screen and (max-width: 1023px) {
  footer {
    padding-top: 90px;
  }
}

.footer__menu {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .footer__menu {
    margin-top: 10px;
    display: block;
    padding-left: 0;
  }
}

.footer__menu li {
  list-style: none;
  border-bottom: 1px solid #fff;
  width: 13.5%;
}

@media screen and (max-width: 1023px) {
  .footer__menu li {
    width: 100%;
  }
}

.footer__menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.footer__menu li a .arrow {
  width: 20px;
}

@media screen and (max-width: 649px) {
  .footer__menu li a .arrow {
    width: 30px;
  }
}

.footer__bottom {
  margin-top: 70px;
  margin-bottom: 70px;
  align-items: flex-end;
}

@media screen and (max-width: 1023px) {
  .footer__bottom {
    margin-top: 40px;
    margin-bottom: 45px;
    justify-content: center;
  }
}

.footer__bottom--left {
  gap: 50px;
  align-items: flex-end;
}

@media screen and (max-width: 1023px) {
  .footer__bottom--left {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.footer__bottom--right {
  width: 35%;
  max-width: 300px;
}

.footer__bottom--right a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0px 10px 0px 0px;
  color: #eb3b6d;
}

.footer__logo {
  width: 120px;
}

@media screen and (max-width: 1023px) {
  .footer__logo {
    width: 24%;
  }
}

.footer__text-box {
}

@media screen and (max-width: 1023px) {
  .footer__text-box {
    text-align: center;
  }
}

.footer__text-box p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .footer__text-box p {
    margin-top: 10px;
  }
}

.footer__text-box a {
  color: #fff;
  padding: 10px 10px 10px 0;
  margin-right: 15px;
}

@media screen and (max-width: 1023px) {
  .footer__text-box a {
    margin-right: 0;
    padding-left: 0;
  }
}

.footer__text-box a:hover {
  opacity: 0.7;
}

#menu-footer-cta {
  background-color: var(--black);
}

#menu-footer-cta .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  line-height: 42px;
  max-width: 500px;
  margin: auto;
  border-radius: 15px;
}

#menu-footer-cta img {
  width: 42px;
}

#menu-footer-cta span {
  margin-right: 20px;
}

#menu-footer-cta a {
  color: var(--white);
  margin: 3px;
}

.l-footer {
  border-top: none;
}

.fv-img {
  width: 100%;
  z-index: var(--z-index-20);
  margin-top: 0 !important;
}

.top-fv {
  position: relative;
}

@media screen and (max-width: 649px) {
  .top-fv {
    max-width: 375px;
  }
}

.top-fv__main {
  height: 810px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .top-fv__main {
    height: 80vh;
    min-height: 570px;
  }
}

@media screen and (max-width: 649px) {
  .top-fv__main {
    height: calc(100vh - 130px);
    min-height: 570px;
  }
}

.top-fv__main--title {
  width: 45%;
  position: absolute;
  bottom: 56%;
  left: 47px;
  animation: fvTitleZoomIn 0.6s forwards;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .top-fv__main--title {
    width: 80%;
    bottom: 510px;
    left: 10%;
    z-index: var(--z-index_10);
  }
}

@media screen and (max-width: 649px) {
  .top-fv__main--title {
    width: 94%;
    bottom: 70%;
    left: 5px;
    z-index: var(--z-index_10);
  }
}

.top-fv__main--title-bg {
  width: 96%;
  left: 52%;
  z-index: var(--z-index-5);
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .top-fv__main--title-bg {
    left: 4%;
    bottom: 480px;
  }
}

@media screen and (max-width: 649px) {
  .top-fv__main--title-bg {
    width: 101%;
    left: 0%;
    bottom: 390px;
  }
}

.top-fv__main--subtitle {
  width: 14.5%;
  position: absolute;
  bottom: 72%;
  left: 7%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  animation: slideUp 0.5s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .top-fv__main--subtitle {
    width: 27%;
    left: 35%;
    bottom: 630px;
    z-index: var(--z-index_10);
  }
}

@media screen and (max-width: 649px) {
  .top-fv__main--subtitle {
    width: 45%;
    bottom: 475px;
    left: 30%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: var(--z-index_5);
  }
}

.top-fv__main--girl {
  position: absolute;
  width: 70%;
  left: 35%;
  bottom: 3%;
  z-index: var(--z-index_5);
  animation: slideUp 0.5s forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .top-fv__main--girl {
    width: 82%;
    bottom: 0;
    left: 6%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media screen and (max-width: 649px) {
  .top-fv__main--girl {
    width: 112%;
    bottom: 20%;
    left: -11%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.top-fv__main--bg-sp1,
.top-fv__main--bg-sp2,
.top-fv__main--bg-sp3 {
  width: 35%;
  position: absolute;
  z-index: var(--z-index-10);
}

@media screen and (max-width: 1023px) and (min-width: 650px) {

  .top-fv__main--bg-sp1,
  .top-fv__main--bg-sp2,
  .top-fv__main--bg-sp3 {
    width: 50%;
  }
}

.top-fv__main--bg-sp1 {
  top: -5%;
  left: 3%;
  animation: fadeIn 0.7s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .top-fv__main--bg-sp1 {
    top: -5%;
    left: -10%;
  }
}

@media screen and (max-width: 649px) {
  .top-fv__main--bg-sp1 {
    width: 92%;
    top: 0%;
    left: 0%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.top-fv__main--bg-sp2 {
  top: 220px;
  left: 160px;
  animation: fadeIn 0.7s forwards;
  animation-delay: 1.1s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .top-fv__main--bg-sp2 {
    width: 50%;
    top: 30%;
    left: -5%;
  }
}

@media screen and (max-width: 649px) {
  .top-fv__main--bg-sp2 {
    display: none;
  }
}

.top-fv__main--bg-sp3 {
  width: 23%;
  bottom: 280px;
  right: -3%;
  animation: fadeIn 0.7s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .top-fv__main--bg-sp3 {
    width: 32%;
    bottom: 25%;
    right: 0%;
  }
}

@media screen and (max-width: 649px) {
  .top-fv__main--bg-sp3 {
    width: 55%;
    bottom: 25%;
    right: -50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@keyframes fvTitleZoomIn {
  0% {
    transform: scale(0);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(30%);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.top-about {
  margin-top: 120px !important;
}

@media screen and (max-width: 1023px) {
  .top-about {
    margin-top: 40px !important;
    width: 100%;
  }
}

.top-about__box {
  margin-top: 30px;
  gap: 80px;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .top-about__box {
    gap: 5%;
  }
}

@media screen and (max-width: 649px) {
  .top-about__box {
    margin-top: 90%;
  }
}

.top-about__image {
  width: 37%;
  flex-shrink: 0;
}

@media screen and (max-width: 649px) {
  .top-about__image {
    position: absolute;
    width: 102%;
    top: 18%;
    right: -3%;
  }
}

.top-howto {
  margin-top: 200px !important;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .top-howto {
    margin-top: 85px !important;
    width: 100%;
  }
}

.top-howto .section-title {
  position: absolute;
  top: -30px;
}

@media screen and (max-width: 649px) {
  .top-howto .section-title {
    position: static;
    top: 0;
  }
}

.top-howto__box {
  margin-top: 30px;
  gap: 80px;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .top-howto__box {
    gap: 5%;
    margin-top: 25%;
  }
}

@media screen and (max-width: 649px) {
  .top-howto__box {
    font-size: 36px;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 25px;
  }
}

.top-howto__image {
  width: 29%;
  flex-shrink: 0;
}

@media screen and (max-width: 649px) {
  .top-howto__image {
    width: 66%;
  }
}

.top-howto__text {
  margin-top: 120px;
}

.top-howto__text p {
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .top-howto__text p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 649px) {
  .top-howto__text {
    margin-top: 10px;
  }

  .top-howto__text p {
    margin-bottom: 0;
  }
}

.top-howto .btn__box {
  margin-top: 40px;
}

@media screen and (max-width: 649px) {
  .top-howto .btn__box {
    margin: 0 0 0 auto;
  }
}

.top-howto .btn__box img {
  margin-right: 50px;
}

.top-howto .btn__box span {
  margin-left: 20px;
}

.top-howto .btn__box i,
.top-challenge__btn i{
  margin-left: 0;
  display: inline-block;
  font-style: normal;
  width: 80px;
}

.top-partner {
  width: 100%;
  margin-top: 180px !important;
  padding: 165px 0;
  background: #ffdbcb;
  z-index: var(--z-index-5);
}

@media screen and (max-width: 1023px) {
  .top-partner {
    margin-top: 90px !important;
    padding: 90px 0;
  }
}

.top-partner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/yellow-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: var(--z-index-1);
}

.top-partner__box {
  max-width: 630px;
  margin: 70px auto 40px;
  gap: 28px;
}

@media screen and (max-width: 649px) {
  .top-partner__box {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: center;*/
    width: 80%;
    gap: 3vw;
    margin: 25px auto 5px;
  }
}

@media screen and (max-width: 649px) {
  .top-partner__app {
    width: 70px;
    margin-bottom: 0;
    line-height: 10px;
    line-height: 16px;
    padding-bottom: 10px;
  }
}

.top-partner__app p {
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
}

.top-partner__text {
  text-align: center;
}

.top-service {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 90px;
  position: relative;
  margin-top: 0 !important;
}

@media screen and (max-width: 1023px) {
  .top-service {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 649px) {
  .top-service {
    padding-bottom: 40px;
  }
}

.top-service::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff859b;
  z-index: var(--z-index-20);
}

.top-service__box {
  max-width: 790px;
  margin: 120px auto 0;
}

@media screen and (max-width: 1023px) {
  .top-service__box {
    margin: 60px auto 0;
    max-width: 500px;
  }
}

@media screen and (max-width: 649px) {
  .top-service__box {
    display: block;
  }
}

.top-service .card__text h3{
  color: #fff;
}

.top-service .card__content{
  background:linear-gradient(to bottom, #eb3b6d 40%, #eb3b6d 40%, #fff 40%, #fff 60%, #fff 60%);
}

.top-cvarea1 {
  width: 100%;
}

.top-cvarea1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, var(--orange) 50%, transparent 50%);
  z-index: var(--z-index-20);
}

.top-cvarea1 .cvarea__box {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .top-cvarea1 .cvarea__box {
    width: 100%;
  }
}

.top-challenge {
  padding-top: 180px;
}

@media screen and (max-width: 1023px) {
  .top-challenge {
    padding-top: 130px;
    width: 100%;
  }
}

.top-challenge__worry {
  width: 100%;
  margin: 70px auto 70px auto;
  position: relative;
}

@media screen and (max-width: 649px) {
  .top-challenge__worry {
  margin: 20px auto;
  }
}

.top-challenge__worry--girl {
  width: 100%;
}

@media screen and (max-width: 649px) {
  .top-challenge__worry--girl {
    width: 100%;
  }
}

.top-challenge__worry--1 {
  position: absolute;
  width: 170px;
  top: 0;
  right: 24px;
}

@media screen and (max-width: 649px) {
  .top-challenge__worry--1 {
    width: 50%;
    top: -15%;
    right: 5%;
  }
}

.top-challenge__worry--2 {
  position: absolute;
  width: 140px;
  top: 30px;
  left: 0;
}

@media screen and (max-width: 649px) {
  .top-challenge__worry--2 {
    width: 40%;
    top: -2%;
    left: 0%;
  }
}

.top-challenge__worry--3 {
  position: absolute;
  width: 130px;
  top: 36%;
  right: 0%;
}

@media screen and (max-width: 649px) {
  .top-challenge__worry--3 {
    width: 35%;
    top: 26%;
    right: 0%;
  }
}

.top-challenge__worry--4 {
  position: absolute;
  width: 140px;
  top: 50%;
  left: 33px;
}

@media screen and (max-width: 649px) {
  .top-challenge__worry--4 {
    width: 38%;
    top: 43%;
    left: 9%;
  }
}

.top-challenge__worry--5 {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.top-challenge__box {
  gap: 80px;
}

@media screen and (max-width: 1023px) {
  .top-challenge__box {
    margin-top: 20px;
    gap: 30px;
  }
}

.top-challenge__box .btn {
  margin-top: 60px;
}

.top-challenge__content {
  display: flex;
  margin-bottom: 20px;
  gap: 4%;
}

.top-challenge__image {
  width: 23%;
  margin-left: 50px;
  flex-shrink: 0;
}

@media screen and (max-width: 1023px) {
  .top-challenge__image {
    width: 30%;
    margin-left: 0;
  }
}

.top-challenge__text {
  margin-top: 30px;
}

@media screen and (max-width: 649px) {
  .top-challenge__text {
    margin-top: 0;
  }
}

.top-challenge__text p {
  margin-top: 30px;
}

@media screen and (max-width: 1023px) and (min-width: 649px) {
  .top-challenge__text p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 649px) {
  .top-challenge__text p {
    margin-top: 0;
  }
}

.top-challenge__btn {
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .top-challenge__btn a {
    margin-top: 20px !important;
    padding: 3px 3px 3px;
  }

  .top-challenge__btn img {
    margin-right: 30px;
  }

  .top-challenge__btn span {
    margin-left: 20px;
  }
}

.top-topics {
  width: 100%;
  margin-top: 180px !important;
  padding: 165px 0 70px;
  background: #ffdbcb;
  z-index: var(--z-index_5);
}

@media screen and (max-width: 1023px) {
  .top-topics {
    margin-top: 90px !important;
    padding: 95px 0 25px;
  }
}

.top-topics__contents {
  width: 100%;
  z-index: var(--z-index_5);
  background: rgba(254, 218, 27, 0.85);
  padding-bottom: 20px;
}

.top-topics__contents .snow-monkey-posts {
  max-width: 100%;
  padding: 0 20px;
  margin: auto;
  width: 1120px;
}

.top-topics__article {
  margin-top: 60px !important;
}

@media screen and (max-width: 649px) {
  .top-topics__article {
    margin-top: 20px !important;
  }
}

.c-entries__item {
  border-top: none !important;
  border-bottom: 1px solid var(--black) !important;
}

.snow-monkey-recent-posts {
  border-top: none !important;
}

.c-entry-summary__figure {
  width: 140px !important;
}

@media screen and (max-width: 649px) {
  .c-entry-summary__figure {
    width: 110px !important;
  }
}

.c-entry-summary__header {
  font-size: 16px !important;
}

.c-entry-summary__content {
  font-size: 14px !important;
}

.top-cvarea2 {
  width: 100%;
  padding: 110px 0 0;
  background: rgba(254, 218, 27, 0.85);
}

@media screen and (max-width: 1023px) {
  .top-cvarea2 {
    padding: 0 0 40px;
  }
}

.top-cvarea2 .cvarea__box {
  margin: auto;
}

.agency-fv {
  position: relative;
}

@media screen and (max-width: 649px) {
  .agency-fv {
    max-width: 375px;
  }
}

.agency-fv__main {
  height: 810px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .agency-fv__main {
    height: 80vh;
    min-height: 570px;
  }
}

@media screen and (max-width: 649px) {
  .agency-fv__main {
    height: calc(100vh - 130px);
    min-height: 570px;
  }
}

.agency-fv__main--title {
  width: 47%;
  position: absolute;
  bottom: 50%;
  left: 20%;
  animation: fvTitleZoomIn 0.6s forwards;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .agency-fv__main--title {
    width: 60%;
    top: 12%;
    left: 21%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 649px) {
  .agency-fv__main--title {
    width: 106%;
    bottom: 410px;
    left: -5%;
  }
}

.agency-fv__main--subtitle {
  width: 8%;
  position: absolute;
  bottom: 70%;
  left: 44%;
  animation: slideUp 0.5s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .agency-fv__main--subtitle {
    width: 12%;
    top: 12%;
    left: 65%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: var(--z-index_10);
  }
}

@media screen and (max-width: 649px) {
  .agency-fv__main--subtitle {
    width: 18%;
    bottom: 510px;
    left: 76%;
    z-index: var(--z-index_10);
  }
}

.agency-fv__main--girl {
  position: absolute;
  width: 60%;
  left: 50%;
  bottom: 4%;
  z-index: var(--z-index_5);
  animation: slideUp 0.5s forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .agency-fv__main--girl {
    top: 30%;
    left: 10%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
  }
}

@media screen and (max-width: 649px) {
  .agency-fv__main--girl {
    width: 145%;
    bottom: 0%;
    left: -16%;
  }
}

.agency-fv__main--point {
  position: absolute;
  width: 26%;
  bottom: 21%;
  left: 59%;
  z-index: var(--z-index_5);
  animation: fadeIn 0.7s forwards;
  animation-delay: 1.4s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .agency-fv__main--point {
    width: 60%;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 649px) {
  .agency-fv__main--point {
    width: 83%;
    bottom: 8%;
    left: 8%;
  }
}

.agency-fv__main .agency-fv__main--bg-sp1,
.agency-fv__main--bg-sp2,
.agency-fv__main--bg-sp3 {
  position: absolute;
  z-index: var(--z-index-10);
}

.agency-fv__main--bg-sp1 {
  width: 36%;
  top: -5%;
  left: 13%;
  animation: fadeIn 0.7s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .agency-fv__main--bg-sp1 {
    top: -5%;
    left: -10%;
    width: 70%;
  }
}

@media screen and (max-width: 649px) {
  .agency-fv__main--bg-sp1 {
    width: 92%;
    top: -14%;
    left: -47%;
  }
}

.agency-fv__main--bg-sp2 {
  width: 24%;
  top: 448px;
  left: 134px;
  animation: fadeIn 0.7s forwards;
  animation-delay: 1.1s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .agency-fv__main--bg-sp2 {
    width: 45%;
    top: 495px;
    left: 4px;
  }
}

@media screen and (max-width: 649px) {
  .agency-fv__main--bg-sp2 {
    width: 62%;
    top: 98px;
    left: 4px;
  }
}

.agency-fv__main--bg-sp3 {
  width: 24%;
  bottom: 100px;
  left: 440px;
  animation: fadeIn 0.7s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .agency-fv__main--bg-sp3 {
    width: 45%;
    bottom: 25%;
    right: -20%;
  }
}

@media screen and (max-width: 649px) {
  .agency-fv__main--bg-sp3 {
    width: 62%;
    top: 285px;
    left: -105px;
  }
}

.agency-worry {
  padding-top: 120px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .agency-worry {
    padding-top: 70px;
    width: 100%;
  }
}

.agency-worry__worry {
  max-width: 345px;
  width: 100%;
  height: 390px;
  margin: 70px auto 0;
  position: relative;
}

@media screen and (max-width: 649px) {
  .agency-worry__worry {
    height: 420px;
    margin-top: 0;
  }
}

.agency-worry__worry--girl {
  position: absolute;
  position: absolute;
  width: 370px;
  bottom: 64px;
  left: 47%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: var(--z-index-1);
}

@media screen and (max-width: 649px) {
  .agency-worry__worry--girl {
    width: 95%;
    bottom: 19%;
  }
}

.agency-worry__worry--1 {
  position: absolute;
  width: 135px;
  top: 5px;
  right: 20px;
}

@media screen and (max-width: 649px) {
  .agency-worry__worry--1 {
    width: 40%;
    top: 5%;
    right: 7%;
  }
}

.agency-worry__worry--2 {
  position: absolute;
  width: 150px;
  top: 50px;
  left: 30px;
}

@media screen and (max-width: 649px) {
  .agency-worry__worry--2 {
    width: 43%;
    top: 17%;
    left: 7%;
  }
}

.agency-worry__worry--3 {
  position: absolute;
  width: 140px;
  top: 28%;
  right: 0;
}

@media screen and (max-width: 649px) {
  .agency-worry__worry--3 {
    width: 40%;
    top: 30%;
    right: 0%;
  }
}

.agency-worry__worry--4 {
  position: absolute;
  width: 150px;
  top: 46%;
  left: 0;
}

@media screen and (max-width: 649px) {
  .agency-worry__worry--4 {
    width: 48%;
    top: 45%;
    left: 0%;
  }
}

.agency-worry__worry--5 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.agency-worry p {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 649px) {
  .agency-worry p {
    margin-top: 15px;
  }
}

.agency-tasks {
  margin-top: 150px !important;
  width: 100%;
}

@media screen and (max-width: 649px) {
  .agency-tasks {
    margin-top: 85px !important;
  }
}

.agency-tasks__cards {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 649px) {
  .agency-tasks__cards {
    margin-top: 20px;
  }
}

.agency-tasks__card {
  background-color: var(--yellow);
  border-radius: 15px;
  width: 260px;
  position: relative;
}

@media screen and (max-width: 649px) {
  .agency-tasks__card {
    width: 160px;
  }
}

.agency-tasks__card:nth-child(1)::before {
  content: "1";
  color: #000;
  font-size: 22px;
  font-weight: 900;
  -webkit-text-stroke: 1px var(--black);
  position: absolute;
  left: 6%;
}

@media screen and (max-width: 649px) {
  .agency-tasks__card:nth-child(1)::before {
    font-size: 22px;
  }
}

.agency-tasks__card:nth-child(2)::before {
  content: "2";
  color: #000;
  font-size: 22px;
  font-weight: 900;
  -webkit-text-stroke: 1px var(--black);
  position: absolute;
  left: 6%;
}

@media screen and (max-width: 649px) {
  .agency-tasks__card:nth-child(2)::before {
    font-size: 22px;
  }
}

.agency-tasks__card::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: var(--black);
  position: absolute;
  top: 13%;
}

@media screen and (max-width: 649px) {
  .agency-tasks__card::after {
    width: 30px;
    top: 33px;
  }
}

.agency-tasks__card--img {
  width: 120px;
  padding: 18px 0;
  margin: auto;
}

@media screen and (max-width: 649px) {
  .agency-tasks__card--img {
    width: 120px;
    padding: 11px 0;
  }
}

.agency-tasks__card h3 {
  background-color: var(--black);
  color: var(--yellow);
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 649px) {
  .agency-tasks__card h3 {
    font-size: 18px;
  }
}

.agency-tasks__card p {
  padding: 5px 15px 10px;
  font-size: 13px;
}

@media screen and (max-width: 649px) {
  .agency-tasks__card p {
    padding: 15px 10px;
    letter-spacing: 0em;
  }
}

.agency-why {
  margin-top: 180px !important;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 180px;
  position: relative;
}

@media screen and (max-width: 649px) {
  .agency-why {
    margin-top: 95px !important;
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 1023px) {
  .agency-why {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

.agency-why::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffdbcb;
  z-index: var(--z-index-20);
}

.agency-why__box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 740px;
  margin: 50px auto 30px;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .agency-why__box {
    max-width: 500px !important;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 649px) {
  .agency-why__box {
    margin: 30px auto;
  }
}

.agency-why__box p {
  font-size: 13px;
}

.agency-why__bottom {
  margin: 20px auto 0;
  width: 740px;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  .agency-why__bottom {
    margin: 20px auto 0;
  }
}

.agency-why__bottom p {
  font-size: 13px;
}

.agency-why__bottom-img {
  position: relative;
  width: 345px;
  height: 245px;
}

@media screen and (max-width: 649px) {
  .agency-why__bottom-img {
    margin-top: 10px;
  }
}

.agency-why__bottom-img .agency-why__girl {
  position: absolute;
  width: 210px;
  left: 20px;
}

.agency-why__bottom-img .agency-why__heart {
  position: absolute;
  width: 95px;
  top: 0;
  right: 0;
}

.agency-why__bottom-img .agency-why__text {
  position: absolute;
  width: 220px;
  top: 100px;
  left: 20px;
}

.agency-why__bottom-img .agency-why__yellow-arrow {
  position: absolute;
  width: 520px;
  bottom: 0;
}

.agency-why__bottom-img .agency-why__gray-arrow {
  position: absolute;
  width: 520px;
  bottom: 0;
}

.agency-why__bottom-img .agency-why__gray-text {
  position: absolute;
  color: #D9D9D9;
  bottom: 0px;
  right: 50px;
}

.agency-norisk {
  width: 100%;
  padding: 175px 0 370px;
  background: rgba(254, 218, 27, 0.85);
  z-index: var(--z-index-5);
}

.agency-norisk .container {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .agency-norisk .container {
    max-width: 700px;
  }
}

@media screen and (max-width: 649px) {
  .agency-norisk .container {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .agency-norisk {
    padding: 90px 0 200px;
  }
}

@media screen and (max-width: 649px) {
  .agency-norisk {
    padding-bottom: 100px;
  }
}

.agency-norisk::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/yellow-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: var(--z-index-1);
}

.agency-norisk__box {
  position: absolute;
  right: 5%;
  top: -30%;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .agency-norisk__box {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
  }
}

@media screen and (max-width: 649px) {
  .agency-norisk__box {
    position: static;
  }
}

.agency-norisk__box--text {
  background-color: var(--white);
  border-radius: 15px;
  padding: 33px 80px 33px 33px;
  position: relative;
  width: 54.5%;
  margin: 30px 0 0 auto;
}

@media screen and (max-width: 649px) {
  .agency-norisk__box--text {
    padding: 22px 130px 22px 15px;
    width: 100%;
  }
}

.agency-norisk__box--text::after {
  content: "";
  display: block;
  background-image: url(../image/agency-norisk.webp);
  background-size: contain;
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15%;
  right: -89%;
}

@media screen and (max-width: 649px) {
  .agency-norisk__box--text::after {
    height: 220px;
    bottom: 0;
    right: -70%;
  }
}

.agency-cvarea {
  width: 100%;
}

.agency-cvarea .cvarea__girl {
  position: absolute;
  bottom: 18%;
  width: 75%;
  z-index: var(--z-index_5);
  left: 10%;
}

@media screen and (max-width: 649px) {
  .agency-cvarea .cvarea__girl {
    bottom: 50px;
  }
}

.agency-cvarea .cvarea__text1 {
  bottom: 10%;
  left: 7%;
}

@media screen and (max-width: 649px) {
  .agency-cvarea .cvarea__text1 {
    bottom: 38%;
    left: 5%;
    width: 48%;
  }
}

.agency-cvarea .cvarea__text2 {
  bottom: -2%;
  left: 30%;
  width: 27%;
}

@media screen and (max-width: 649px) {
  .agency-cvarea .cvarea__text2 {
    bottom: 30%;
    left: 61%;
    width: 35%;
  }
}

.agency-cvarea .cvarea__btn {
  right: 5%;
  bottom: 7%;
}

@media screen and (max-width: 649px) {
  .agency-cvarea .cvarea__btn {
    bottom: 3%;
    height: 42px;
    z-index: var(--z-index_10);
  }
}

.agency-cvarea1 {
  width: 100%;
  margin-top: -200px !important;
}

@media screen and (max-width: 1023px) {
  .agency-cvarea1 {
    margin-top: -150px !important;
  }
}

@media screen and (max-width: 649px) {
  .agency-cvarea1 {
    margin-top: 0 !important;
  }
}

.agency-cvarea1 .cvarea__box {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 649px) {
  .agency-cvarea1 .cvarea__box {
    width: 100%;
  }
}

.agency-service {
  width: 100%;
  margin-top: 190px !important;
}

@media screen and (max-width: 649px) {
  .agency-service {
    margin-top: 100px !important;
  }
}

.agency-service__graph {
  max-width: 350px;
  margin: 40px auto 90px;
}

@media screen and (max-width: 649px) {
  .agency-service__graph {
    margin: 20px auto;
  }
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .agency-service__box {
    max-width: 500px !important;
    margin: auto;
  }
}

.agency-service .card {
  gap: 2%;
  width: 740px;
  max-width: 100%;
  margin: auto;
}

.agency-service .card__content {
  height: 100%;
  background: var(--white);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 649px) {
  .agency-service .card__content {
    padding-bottom: 30px;
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

.agency-service .card__text {
  max-width: 100%;
}

.agency-service .card__text h3 {
  background: var(--yellow);
  height: 70px;
  justify-content: center;
  color: #fff;
}

@media screen and (max-width: 649px) {
  .agency-service .card__text h3 {
    height: 70px;
    font-size: 22px;
  }
}

@media screen and (max-width: 649px) {
  .agency-service .card__text p {
    padding-top: 2%;
  }
}

.agency-service .card__content:nth-child(1) p,.agency-service .card__content:nth-child(2) p {
  position: relative;
  margin-left: 25px;
  font-size: 13px;
}

@media screen and (max-width: 649px) {
  .agency-service .card__content:nth-child(1) p,.agency-service .card__content:nth-child(2) p {
    margin-left: 15px;
  }
}

.agency-service .card__content:nth-child(1) p::before {
  content: "";
  display: block;
  background-image: url(../images/check.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: 18px;
}

@media screen and (max-width: 649px) {
  .agency-service .card__content:nth-child(1) p::before {
    left: -10px;
    top: 12px;
  }
}

.agency-service .card__content:nth-child(1) .card__img {
  top: 75%;
  right: 0;
  z-index: var(--z-index_5);
  width: 110px !important;
  height: 100% !important;
}

@media screen and (max-width: 649px) {
  .agency-service .card__content:nth-child(1) .card__img {
    width: 105px !important;
    top: 75%;
    right: 5px;
  }
}

.agency-service .card__content:nth-child(2) .card__img {
  position: static;
  -webkit-transform: none;
  margin: auto;
  height: 100%;
  width: 90%;
  margin-top: 10px;
}

.agency-service .card__content:nth-child(2) p::before {
  content: "";
  display: block;
  background-image: url(../images/arrowUp.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: 18px;
}

@media screen and (max-width: 649px) {
  .agency-service .card__content:nth-child(1) p::before {
    left: -10px;
    top: 12px;
  }
}

.agency-service .card__content:nth-child(3) {
}

@media screen and (max-width: 1023px) {
  .agency-service .card__content:nth-child(3) {
    margin-top: 0;
    min-height: 270px;
  }
}

.agency-service .card__content:nth-child(3) p {
}

@media screen and (max-width: 649px) {
  .agency-service .card__content:nth-child(3) p {
    margin-bottom: 0;
/*    width: 67%;*/
  }
}

.agency-service .card__content:nth-child(3) .card__img {
  position: absolute;
  top: 65%;
  width: 115px;
}

@media screen and (max-width: 649px) {
  .agency-service .card__content:nth-child(3) .card__img {
    width: 110px;
    right: 5%;
  }
}

.agency-service .card__content:nth-child(4) .card__img {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  width: 330px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 649px) {
  .agency-service .card__content:nth-child(4) .card__img {
    width: 90%;
    margin-top: 10px;
  }
}

.agency-service .card__content:nth-child(5) {
  margin-top: -270px;
}

@media screen and (max-width: 1023px) {
  .agency-service .card__content:nth-child(5) {
    margin-top: 0;
  }
}

.agency-service .card__content:nth-child(5) p {
  margin-top: 90px;
}

@media screen and (max-width: 649px) {
  .agency-service .card__content:nth-child(5) p {
    margin-top: 100px;
  }
}

.agency-service .card__content:nth-child(5) .card__img {
  top: 82%;
  right: 9%;
  width: 85%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .agency-service .card__content:nth-child(5) .card__img {
    top: 79%;
    right: 12%;
    width: 75%;
  }
}

@media screen and (max-width: 649px) {
  .agency-service .card__content:nth-child(5) .card__img {
    top: 83%;
    right: 8%;
    width: 85%;
  }
}

.agency-case {
  width: 100%;
  margin-top: 120px !important;
  padding: 60px 0 60px;
  background: #ffdbcb;
}

@media screen and (max-width: 649px) {
  .agency-case {
    margin-top: 90px !important;
    padding-top: 85px;
    padding-bottom: 50px;
  }
}

.agency-case__content {
  position: relative;
  border-radius: 15px;
  margin-left: 7px;
  margin-top: 8px;
  margin-bottom: 5%;
  background: var(--white);
  padding: 20px;
  border: 2px solid var(--black);
  box-shadow: 8px 8px 0 #fff;
}

@media screen and (max-width: 1023px) {
  .agency-case__content {
    width: 100%;
    padding: 25px 15px 20px;
  }
}

@media screen and (max-width: 649px) {
  .agency-case__content p {
    font-size: 12px;
    line-height: 2;
  }
}

.agency-case__content--arrow {
  width: 25px;
  margin: auto;
}

/*.agency-case__content::after {
  content: "";
  display: block;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: -1;
  background: #fff;
}*/

.agency-case__content:nth-child(1) p,
.agency-case__content:nth-child(7) p {
  width: 85%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 649px) {

  .agency-case__content:nth-child(1) p,
  .agency-case__content:nth-child(7) p {
    width: 70%;
  }
}

.agency-case__content:nth-child(1) .agency-case__content--img,
.agency-case__content:nth-child(7) .agency-case__content--img {
  position: absolute;
  top: 7%;
  right: 2%;
  width: 100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {

  .agency-case__content:nth-child(1) .agency-case__content--img,
  .agency-case__content:nth-child(7) .agency-case__content--img {
    width: 95px;
    top: 57%;
  }
}

.agency-case__content:nth-child(7)::after {
  display: none;
}

.agency-case__content--title-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
  z-index: 1;
}

@media screen and (max-width: 649px) {
  .agency-case__content--title-img {
    width: 115px;
  }
}

.agency-case__content h3 {
  background-color: var(--black);
  padding-left: 45px;
  display: inline-block;
  color: var(--white);
  width: 310px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 649px) {
  .agency-case__content h3 {
    padding-left: 50px;
    width: 105%;
    max-width: 455px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    margin-bottom: 8px;
  }
}

.agency-case__content p .underline {
  width: 100%;
  height: 9px;
  background: linear-gradient(transparent 50%, transparent 50%, #FEDA1B 50%, #FEDA1B 50%, #FEDA1B 50%);
}

.agency-course {
  width: 100%;
  padding-top: 170px;
  padding-bottom: 180px;
  position: relative;
  margin-top: 0 !important;
}

@media screen and (max-width: 649px) {
  .agency-course {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 1023px) {
  .agency-course {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.agency-course::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff859b;
  z-index: var(--z-index-20);
}

.agency-course__box {
  justify-content: space-between;
  margin-top: 44px;
}

@media screen and (max-width: 1023px) {
  .agency-course__box {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 44px auto 0;
  }
}

.agency-course__content {
  background: var(--white);
  position: relative;
  border-radius: 15px;
  padding: 15px 30px;
  min-height: 200px;
  gap: 20px;
  justify-content: space-between;
  width: calc(100% / 2);
}

.agency-course__text{max-width: 310px}

@media screen and (max-width: 1023px) {
  .agency-course__content {
    display: block;
    padding: 15px 12px;
    min-height: 360px;
    width: calc(100% / 2);
  }
}

.agency-course__content:nth-child(1)::before {
  content: "A";
  color: var(--black);
  font-size: 22px;
  font-weight: 900;
  position: absolute;
  left: 3%;
  top: 0;
}

.agency-course__content:nth-child(2)::before {
  content: "B";
  color: var(--black);
  font-size: 22px;
  font-weight: 900;
  position: absolute;
  left: 3%;
  top: 0;
}

.agency-course__content::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 18%;
  left: 0;
}

@media screen and (max-width: 1023px) {
  .agency-course__content::after {
    top: 10%;
    width: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .agency-course__content .agency-course__img {
    text-align: center;
    margin-bottom: 10px;
  }
}

.agency-course__content img {
  width: 150px;
}

@media screen and (max-width: 1023px) {
  .agency-course__content img {
    width: 135px;
  }
}

.agency-course__content p {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 10px;
  margin-left: 15px;
}

@media screen and (max-width: 649px) {
  .agency-course__content p {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 15px;
  }
}

.agency-course__content p::before {
  content: "";
  display: block;
  background-image: url(../image/heart.webp);
  width: 15px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 4px;
}

@media screen and (max-width: 1023px) {
  .agency-course__content p::before {
    left: -19px;
    top: 8px;
  }
}

.agency-course__content p:last-child {
  margin-left: 0;
}

.agency-course__content p:last-child::before {
  display: none;
}

.agency-step {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative;
}

@media screen and (max-width: 649px) {
  .agency-step {
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 1023px) {
  .agency-step {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

.agency-step__box {
  margin-top: 65px;
  position: relative;
}

@media screen and (max-width: 649px) {
  .agency-step__box {
    margin-top: 25px;
  }
}

.agency-step__box::after {
  content: "";
  display: block;
  width: 2px;
  height: 270px;
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: 18px;
  z-index: var(--z-index-10);
}

@media screen and (max-width: 649px) {
  .agency-step__box::after {
    height: 75%;
    left: 18px;
  }
}

.agency-step__content {
  display: flex;
  margin-bottom: 40px;
  height: 80px;
}

@media screen and (max-width: 1023px) {
  .agency-step__content {
    flex-direction: column;
  }
}

@media screen and (max-width: 649px) {
  .agency-step__content {
    margin-bottom: 30px;
    height: 100%;
  }
}

.agency-step__content h3 {
  width: 260px;
  background: var(--yellow);
  border-radius: 30px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  padding-left: 55px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .agency-step__content h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .agency-step__content h3 {
    height: 27px;
    line-height: 27px;
    width: 230px;
    padding-left: 45px;
    margin-bottom: 10px;
  }
}

.agency-step__content h3 span {
/*  font-family: "Righteous", cursive;*/
  font-weight: 400;
  position: absolute;
  left: 0;
  top: -5px;
  background-color: var(--black);
  border-radius: 30px;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  color: var(--yellow);
  border: 1px solid var(--yellow);
}

.agency-step__content h3::after {
/*  font-family: "Righteous", cursive;*/
  font-weight: 400;
  line-height: 1.2;
  content: "STEP";
  display: block;
  position: absolute;
  font-size: 10px;
  left: 5px;
  top: -14px;
  z-index: var(--z-index-5);
  background: var(--white);
}

.agency-step__content p {
  line-height: 40px;
  padding-left: 20px;
}

@media screen and (max-width: 1023px) {
  .agency-step__content p {
    padding-left: 40px;
    line-height: 2;
  }
}

.agency-cvarea2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent 50%, #ff859b 50%);
}

.liver-fv {
  width: 100%;
  margin-top: 0 !important;
}

.liver-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--yellow);
  z-index: var(--z-index-20);
}

@media screen and (max-width: 649px) {
  .liver-fv .container {
    max-width: 375px;
  }
}

.liver-fv__main {
  height: 740px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .liver-fv__main {
    height: 80vh;
    min-height: 570px;
  }
}

@media screen and (max-width: 649px) {
  .liver-fv__main {
    height: calc(100vh - 130px);
    min-height: 570px;
  }
}

.liver-fv__main--title {
  width: 45%;
  position: absolute;
  bottom: 50%;
  left: 90px;
  z-index: var(--z-index_10);
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .liver-fv__main--title {
    bottom: 62%;
    left: 19%;
    width: 60%;
    z-index: var(--z-index_10);
  }
}

@media screen and (max-width: 649px) {
  .liver-fv__main--title {
    width: 95%;
    left: 10px;
    bottom: 70%;
  }
}

.liver-fv__main--girl {
  position: absolute;
  width: 42%;
  bottom: 19%;
  left: 51%;
  animation: slideUp 0.5s forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .liver-fv__main--girl {
    width: 55%;
    bottom: 13%;
    left: 22%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media screen and (max-width: 649px) {
  .liver-fv__main--girl {
    width: 73%;
    bottom: 32%;
    left: 14%;
  }
}

.liver-fv__main--point {
  position: absolute;
  width: 26%;
  bottom: 13%;
  left: 58%;
  z-index: var(--z-index_5);
  animation: fadeIn 0.7s forwards;
  animation-delay: 1.4s;
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .liver-fv__main--point {
    width: 50%;
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media screen and (max-width: 649px) {
  .liver-fv__main--point {
    width: 75%;
    bottom: 10%;
  }
}

.liver-fv__main .liver-fv__main--bg-sp1,
.liver-fv__main--bg-sp2,
.liver-fv__main--bg-sp3 {
  position: absolute;
  z-index: var(--z-index-5);
}

@media screen and (max-width: 1023px) and (min-width: 650px) {

  .liver-fv__main .liver-fv__main--bg-sp1,
  .liver-fv__main--bg-sp2,
  .liver-fv__main--bg-sp3 {
    width: 50%;
  }
}

.liver-fv__main--bg-sp1 {
  width: 37%;
  top: 0;
  left: -2%;
  animation: fadeIn 0.7s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .liver-fv__main--bg-sp1 {
    top: -5%;
    left: -10%;
  }
}

@media screen and (max-width: 649px) {
  .liver-fv__main--bg-sp1 {
    width: 82%;
    top: -11%;
    left: 21%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.liver-fv__main--bg-sp2 {
  width: 34%;
  bottom: -85px;
  left: 140px;
  animation: fadeIn 0.7s forwards;
  animation-delay: 1.1s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .liver-fv__main--bg-sp2 {
    width: 50%;
    bottom: -10%;
    left: 55%;
  }
}

@media screen and (max-width: 649px) {
  .liver-fv__main--bg-sp2 {
    width: 84%;
    bottom: -30px;
  }
}

.liver-fv__main--bg-sp3 {
  width: 22%;
  top: 400px;
  left: 470px;
  animation: fadeIn 0.7s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .liver-fv__main--bg-sp3 {
    width: 32%;
    top: 455px;
    left: 0px;
  }
}

@media screen and (max-width: 649px) {
  .liver-fv__main--bg-sp3 {
    width: 56%;
    top: 415px;
    left: 35px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.liver-fv .circle-md {
  width: 105px;
  top: 20%;
  left: 10%;
  animation: rotate 60s ease-in-out infinite;
}

@media screen and (max-width: 649px) {
  .liver-fv .circle-md {
    width: 36px;
    top: 70%;
    left: 20%;
  }
}

.liver-fv .circle-line_orange {
  width: 64px;
  top: 20%;
  left: 55%;
  z-index: var(--z-index_20);
  animation: rotate 60s ease-in-out infinite;
}

.liver-fv .square-md2 {
  width: 56px;
  top: 60%;
  left: 90%;
  transform: rotate(44.339deg);
  animation: square-md2 4s ease-in-out infinite;
}

@media screen and (max-width: 649px) {
  .liver-fv .square-md2 {
    top: 40%;
  }
}

.liver-fv .square-sm {
  width: 23px;
  top: 55%;
  left: 96%;
  transform: rotate(10deg);
  animation: square-md2 3s ease-in-out infinite;
}

@media screen and (max-width: 649px) {
  .liver-fv .square-sm {
    width: 20px;
    top: 5%;
    left: 86%;
  }
}

.liver-fv .square-sm2 {
  width: 23px;
  top: 86%;
  left: 84%;
  transform: rotate(10deg);
  animation: square-md2 2s ease-in-out infinite;
}

.fv-slider {
  position: relative;
}

.fv-slider img {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 15s infinite;
}

.fv-slider img:nth-of-type(1) {
  animation: change-img-anim-first 15s infinite;
  animation-delay: 0s;
}

.fv-slider img:nth-of-type(2) {
  animation-delay: 5s;
}

.fv-slider img:nth-of-type(3) {
  animation-delay: 10s;
}

@keyframes change-img-anim-first {
  0% {
    opacity: ï¼‘;
  }

  30% {
    opacity: 1;
  }

  36% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  36% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.liver-reason {
  margin-top: 50px !important;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 180px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .liver-reason {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 649px) {
  .liver-reason {
    margin-top: 130px !important;
    padding-top: 0;
    padding-bottom: 110px;
  }
}

.liver-reason__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 740px;
  margin: 70px auto 30px;
}

@media screen and (max-width: 1023px) {
  .liver-reason__box {
    margin: 80px auto 0;
    max-width: 500px;
  }
}

.liver-reason__box .drop-card__content {
  margin-top: 60px;
}

.liver-reason__bottom {
  margin-top: 20px;
  max-width: 740px;
  margin: auto;
}

@media screen and (max-width: 1023px) {
  .liver-reason__bottom {
    margin: 20px auto 0;
    max-width: 700px;
  }
}

.liver-reason__bottom-img {
  position: relative;
  width: 345px;
  height: 255px;
}

.liver-reason__bottom-img .liver-reason__girl {
  position: absolute;
  width: 155px;
  left: 80px;
}

.liver-reason__bottom-img .liver-reason__text {
  position: absolute;
  width: 205px;
  top: 150px;
  left: 70px;
}

.liver-reason__bottom-img .liver-reason__yellow-arrow {
  position: absolute;
  width: 345px;
  bottom: 0;
}

.liver-reason__bottom-img .liver-reason__gray-arrow {
  position: absolute;
  width: 345px;
  bottom: 0;
}

.liver-reason__bottom-img .liver-reason__gray-text {
  position: absolute;
  text-align: center;
  color: #808080;
  font-size: 14px;
  line-height: 1.2em;
  bottom: -20px;
  right: 20px;
}

.liver-norisk {
  width: 100%;
  padding: 175px 0 370px;
  background: #ffdbcb;
  z-index: var(--z-index-5);
}

.liver-norisk .container {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .liver-norisk .container {
    max-width: 700px;
  }
}

@media screen and (max-width: 649px) {
  .liver-norisk .container {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .liver-norisk {
    padding: 90px 0 200px;
  }
}

@media screen and (max-width: 649px) {
  .liver-norisk {
    padding-bottom: 100px;
  }
}

.liver-norisk::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/yellow-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: var(--z-index-1);
}

.liver-norisk__box {
  position: absolute;
  right: 5%;
  top: -30%;
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
  .liver-norisk__box {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
  }
}

@media screen and (max-width: 649px) {
  .liver-norisk__box {
    position: static;
  }
}

.liver-norisk__box--text {
  background-color: var(--white);
  border-radius: 15px;
  padding: 33px 80px 33px 33px;
  position: relative;
  width: 84.5%;
  margin: 30px 0 0 auto;
}

@media screen and (max-width: 649px) {
  .liver-norisk__box--text {
    padding: 22px 130px 22px 15px;
    width: 100%;
  }
}

.liver-norisk__box--text::after {
  content: "";
  display: block;
/*  background-image: url(../image/liver-norisk.webp);*/
  background-size: contain;
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15%;
  right: -87%;
}

@media screen and (max-width: 649px) {
  .liver-norisk__box--text::after {
    height: 220px;
    bottom: 0;
    right: -70%;
  }
}

.liver-cvarea1 {
  margin-top: -200px !important;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .liver-cvarea1 {
    margin-top: -150px !important;
  }
}

@media screen and (max-width: 649px) {
  .liver-cvarea1 {
    margin-top: 0 !important;
    background: rgba(254, 218, 27, 0.85);
    z-index: var(--z-index_5);
  }
}

.liver-cvarea1 .cvarea__box {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .liver-cvarea1 .cvarea__box {
    width: 100%;
  }
}

@media screen and (max-width: 649px) {
  .liver-cvarea1 .cvarea__btn img {
    width: 35px !important;
    margin-top: 1px;
  }
}

.liver-point {
  width: 100%;
  margin-top: -220px !important;
  padding-top: 90px;
  padding-bottom: 110px;
  position: relative;
  background: #ffdbcb;
  z-index: var(--z-index-5);
}

@media screen and (max-width: 1023px) {
  .liver-point {
    padding-top: 300px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 649px) {
  .liver-point {
    margin-top: 0px !important;
    padding-top: 0px;
    padding-bottom: 40px;
    z-index: 0;
  }
}

.liver-point__box {
  max-width: 780px;
  margin: 120px auto 0;
}

@media screen and (max-width: 1023px) {
  .liver-point__box {
    margin: 60px auto 0;
    max-width: 500px;
  }
}

@media screen and (max-width: 649px) {
  .liver-point__box {
    display: block;
  }
}

.liver-point .card__content {
  background: var(--white);
  height: 100%;
  position: relative;
}

.liver-point .card__content p {
  position: relative;
  margin-left: 15px;
}

.liver-point .card__content p::before {
  content: "";
  display: block;
  background-image: url(../image/check.webp);
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: -6px;
  top: 18px;
}

@media screen and (max-width: 649px) {
  .liver-point .card__content p::before {
    left: -10px;
    top: 11px;
  }
}

.liver-point .card__content:nth-child(1) p:nth-child(6) {
  right: 0;
  bottom: 130px;
  position: absolute;
}

@media screen and (max-width: 1023px) {
  .liver-point .card__content:nth-child(1) p:nth-child(6) {
    right: 90px;
    bottom: 115px;
  }
}

@media screen and (max-width: 649px) {
  .liver-point .card__content:nth-child(1) p:nth-child(6) {
    right: -10px;
  }
}

.liver-point .card__content:nth-child(1) p:nth-child(7) {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 10px 0 0 10px;
  right: 0;
  bottom: 30px;
  position: absolute;
  height: 80px;
  text-align: center;
  display: grid;
  place-items: center center;
  padding: 0 5%;
}

.liver-point .card__content:nth-child(1) p:nth-child(7)::before {
  display: none;
}

.liver-point .card__content:nth-child(1) .card__img {
  top: 110px;
  width: 115px;
  height: 200px;
}

@media screen and (max-width: 1023px) {
  .liver-point .card__content:nth-child(1) .card__img {
    top: 105px;
    width: 105px;
  }
}

.liver-point .card__content:nth-child(1) .card__img2 {
  width: 115px;
  height: 200px;
  margin: 10px 10px 20px;
}

@media screen and (max-width: 1023px) {
  .liver-point .card__content:nth-child(1) .card__img2 {
    width: 105px;
  }
}

.liver-point .card__content:nth-child(2) p {
  padding: 1.5% 6%;
}

.liver-point .card__content:nth-child(2) p::before {
  top: 9px;
}

.liver-point .card__content:nth-child(2) .card__img {
  position: static;
  -webkit-transform: none;
  width: 80%;
  margin: 10px auto 20px;
}

@media screen and (max-width: 1023px) {
  .liver-point .card__content:nth-child(2) .card__img {
    height: 60%;
    padding-bottom: 30px;
  }
}

.liver-point .card__content:nth-child(3) {
  margin-top: -50px;
}

@media screen and (max-width: 1023px) {
  .liver-point .card__content:nth-child(3) {
    margin-top: 0;
  }
}

.liver-point .card__content:nth-child(3) p {
  padding: 1.5% 6%;
}

.liver-point .card__content:nth-child(3) p::before {
  top: 9px;
}

.liver-point .card__content:nth-child(3) p:nth-child(6) {
  font-size: 10px;
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 1023px) {
  .liver-point .card__content:nth-child(3) p:nth-child(6) {
    margin-left: -8px;
    padding-bottom: 15px;
    text-wrap: nowrap;
  }
}

.liver-point .card__content:nth-child(3) p:nth-child(6)::before {
  display: none;
}

.liver-point .card__content:nth-child(3) p:nth-child(6) .card__img {
  top: 140px;
}

.liver-point .card__text {
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  .liver-point .card__text p {
    padding: 2% 6%;
  }
}

.liver-point .card h3 {
  background: linear-gradient(90deg, #E77F41 0%, #FEDA1B 100%);
  color: var(--white);
}

.liver-point .card .border-with-circle {
  width: 90%;
  margin: 5px 10px;
  border-bottom: 1px solid var(--black);
  position: relative;
}

.liver-point .card .border-with-circle::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--black);
}

.liver-support {
  width: 100%;
  padding-top: 180px;
}

@media screen and (max-width: 1023px) {
  .liver-support {
    padding-top: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .liver-support__box1 {
    display: block;
    max-width: 500px;
    margin: 20px auto 0;
  }
}

.liver-support__image1 {
  width: 710px;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 1023px) {
  .liver-support__image1 {
    display: block;
    margin: auto;
    width: 360px;
  }
}

.liver-support__girl--box {
  position: relative;
  width: 345px;
  height: 290px;
}

@media screen and (max-width: 649px) {
  .liver-support__girl--box {
    margin-top: 20px;
  }
}

.liver-support__girl--box img {
  position: absolute;
  width: 245px;
  right: 0;
}

.liver-support__girl1 {
  width: 114px !important;
  left: 0;
  bottom: 0;
}

.liver-support__girl2 {
  top: 0;
}

.liver-support__girl3 {
  top: 59px;
}

.liver-support__girl4 {
  top: 102px;
}

.liver-support__girl5 {
  top: 161px;
}

.liver-support__girl6 {
  top: 204px;
}

.liver-support__maneger--box {
  position: relative;
  width: 345px;
  height: 145px;
}

@media screen and (max-width: 1023px) {
  .liver-support__maneger--box {
    margin: 30px 0 0 auto;
  }
}

.liver-support__maneger--box img {
  position: absolute;
}

.liver-support__maneger1 {
  width: 90px;
  top: 20%;
  right: 0%;
}

.liver-support__maneger2 {
  width: 265px;
  left: 0;
}

.liver-support__box2 {
  align-items: flex-start;
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  .liver-support__box2 {
    display: block;
    max-width: 500px;
    margin: 30px auto 0;
  }
}

.liver-support__text2 {
  border-bottom: 1px solid var(--black);
  width: 345px;
}

.liver-support__text2 p {
  font-size: 17px;
}

@media screen and (max-width: 1023px) {
  .liver-support__text2 {
    padding: 0;
  }
}

.liver-support__image2 {
  width: 710px;
  height: 320px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .liver-support__image2 {
    width: 100%;
    height: 450px;
    margin-top: 30px;
  }
}

.liver-support__image2 img {
  width: 335px;
  position: absolute;
}

.liver-support__case1 {
  top: 0;
  left: 0;
}

.liver-support__case2 {
  top: 15%;
  right: 0%;
}

@media screen and (max-width: 1023px) {
  .liver-support__case2 {
    top: 24%;
  }
}

.liver-support__case3 {
  bottom: 0;
  left: 0;
}

.liver-step {
  width: 100%;
  padding-top: 170px;
  padding-bottom: 90px;
  position: relative;
}

@media screen and (max-width: 649px) {
  .liver-step {
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 1023px) {
  .liver-step {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

.liver-step__box {
  margin-top: 65px;
  position: relative;
}

@media screen and (max-width: 649px) {
  .liver-step__box {
    margin-top: 25px;
  }
}

.liver-step__box::after {
  content: "";
  display: block;
  width: 2px;
  height: 350px;
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: 18px;
  z-index: var(--z-index-10);
}

@media screen and (max-width: 1023px) {
  .liver-step__box::after {
    height: 83%;
  }
}

@media screen and (max-width: 649px) {
  .liver-step__box::after {
    height: 76%;
  }
}

.liver-step__content {
  display: flex;
  margin-bottom: 40px;
  height: 70px;
}

@media screen and (max-width: 1023px) {
  .liver-step__content {
    flex-direction: column;
  }
}

@media screen and (max-width: 649px) {
  .liver-step__content {
    margin-bottom: 15px;
    height: 100%;
  }
}

.liver-step__content h3 {
  width: 260px;
  background: var(--yellow);
  border-radius: 30px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  padding-left: 55px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .liver-step__content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    height: 27px;
    line-height: 27px;
    width: 220px;
    padding-left: 45px;
  }
}

.liver-step__content h3 span {
/*  font-family: "Righteous", cursive;*/
  font-weight: 400;
  position: absolute;
  left: 0;
  top: -3px;
  background-color: var(--black);
  border-radius: 30px;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  color: var(--yellow);
  border: 1px solid var(--yellow);
}

.liver-step__content h3::after {
/*  font-family: "Righteous", cursive;*/
  font-weight: 400;
  line-height: 1.2;
  content: "STEP";
  display: block;
  position: absolute;
  font-size: 10px;
  left: 5px;
  top: -14px;
  z-index: var(--z-index-5);
  background: var(--white);
  color: #000;
}

.liver-step__content p {
  line-height: 40px;
  padding-left: 20px;
}

@media screen and (max-width: 1023px) {
  .liver-step__content p {
    padding-left: 40px;
    line-height: 2;
  }
}

.liver-cvarea2 {
  width: 100%;
  z-index: 0;
  padding-bottom: 40px;
}

@media screen and (max-width: 649px) {
  .liver-cvarea2 {
    margin-top: 0 !important;
  }
}

.liver-cvarea2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent 50%, rgba(254, 218, 27, 0.85) 50%);
}

@media screen and (max-width: 649px) {
  .liver-cvarea2 .cvarea__box {
    width: 100%;
  }
}

.fv-img__qa {
  margin-bottom: 0;
}

.qa {
  width: 100%;
  padding: 120px 0 30px;
  background: #ffdbcb;
  margin-top: 0 !important;
}

@media screen and (max-width: 649px) {
  .qa {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}

.qa .tab-label {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.qa .tab-wrap {
  gap: 60px;
}

@media (max-width: 649px) {
  .qa .tab-wrap {
    gap: 30px;
    margin-bottom: 30px;
  }
}

/* ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ */
/* ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ */
#accordion ul {
  list-style: none;
  margin: 0 auto;
  padding-left: 0 !important;
}

#accordion ul li {
  margin-bottom: 30px;
  border-radius: 16px;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

@media (max-width: 649px) {
  #accordion ul li {
    margin-bottom: 12px;
  }
}

#accordion .accordion_q {
  position: relative;
  padding: 25px 25px 25px 75px;
  font-size: 20px;
}

@media (max-width: 649px) {
  #accordion .accordion_q {
    padding: 15px 45px 15px 55px;
    font-size: 13px;
  }
}

#accordion .accordion_q::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/qa__q.png);
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 10px;
}

@media (max-width: 649px) {
  #accordion .accordion_q::before {
    width: 33px;
    height: 33px;
  }
}

#accordion .accordion_q::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--black);
  border-right: solid 2px var(--black);
  transform: rotate(135deg);
}

@media (max-width: 649px) {
  #accordion .accordion_q::after {
    top: -8px;
  }
}

#accordion .arrow::after {
  transform: rotate(-45deg);
}

#accordion .accordion_a {
  display: none;
  padding: 20px 25px 25px 75px;
  border-radius: 0px 0px 15px 15px;
  background-color: rgba(255, 219, 203, .5);
  position: relative;
  font-size: 14px;
}

@media (max-width: 649px) {
  #accordion .accordion_a {
    padding: 15px 45px 15px 55px;
    font-size: 13px;
  }
}

#accordion .accordion_a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/qa__a.png);
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 10px;
}

::before {}

@media (max-width: 649px) {
  #accordion .accordion_a::before {
    width: 33px;
    height: 33px;
  }
}

@media (max-width: 649px) {
  #accordion #accordion ul {
    width: 80%;
    margin: 35px auto 0 auto;
  }

  #accordion #accordion ul li {
    margin-bottom: 20px;
    padding: 25px;
    font-size: 16px;
    line-height: 24px;
  }
}

.company {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  padding-top: 80px;
  padding-bottom: 160px;
}

@media (max-width: 649px) {
  .company {
    padding-top: 30px;
    padding-bottom: 72px;
  }
}

.company__table {
  width: 600px;
  margin: auto;
  margin-top: 72px;
  border-collapse: collapse;
}

.company__table th,
.company__table td {
  padding: 10px 20px;
  font-size: 14px;
}

.company__table tr {
  border-bottom: 1px solid #D9D9D9;
}

.company__table tr:nth-child(1) {
  border-top: 1px solid #D9D9D9;
}

.company__table th {
  font-weight: bold;
  padding: 30px 0;
  text-align: left;
}

@media (max-width: 649px) {
  .company__table {
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 90px;
  }

  .company__table th,
  .company__table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }
}

.company-cvarea {
  width: 100%;
  z-index: 0;
  padding-bottom: 40px;
}

@media screen and (max-width: 649px) {
  .company-cvarea {
    margin-top: 0 !important;
  }
}

.company-cvarea::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 50%, rgba(254, 218, 27, 0.85) 50%);
}

@media screen and (max-width: 649px) {
  .company-cvarea .cvarea__box {
    width: 100%;
  }
}

/* ãƒ•ã‚©ãƒ¼ãƒ  */
.contact {
  width: 100%;
  margin-top: 80px !important;
}

@media screen and (max-width: 649px) {
  .contact {
    margin-top: 30px !important;
  }
}

.bl_contact-line {
  width: 345px;
  background-color: var(--black);
  border-radius: 15px;
  padding: 24px 0;
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

@media (max-width: 649px) {
  .bl_contact-line {
    width: 100%;
    margin-top: 24px !important;
    margin-bottom: 30px !important;
  }
}

.bl_contact-line h2 {
  background-color: transparent !important;
  border-left: none !important;
  margin-bottom: 0;
}

.bl_contact-line_figure {
  margin-bottom: 10px;
}

.bl_contact-line_figure img {
  width: 50px;
  margin: 10px 0;
}

.bl_contact {
  max-width: 834px;
  background-color: rgba(255, 219, 203, .2);
  border-radius: 15px;
  padding: 45px 35px;
}

@media screen and (max-width: 649px) {
  .bl_contact {
    padding: 20px 15px;
  }
}

.bl_contact h2 {
  background-color: transparent !important;
  border-left: none !important;
  margin-bottom: 24px;
}

@media screen and (max-width: 649px) {
  .bl_contact h2 {
    font-size: 20px;
  }
}

.bl_contact .company__title-text {
  font-weight: 400;
}

.bl_contact form {
  margin-top: 45px;
  padding: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 649px) {
  .bl_contact form {
    padding: 0;
    margin-top: 24px;
  }
}

.bl_contact select {
  width: 150px;
  height: 30px;
}

.bl_contact [data-action] {
  margin-top: 20px;
  padding: 5px 20px !important;
}

.bl_contact [data-action=confirm] {
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  width: 390px;
  height: 60px;
  border-radius: 15px;
  background-image: linear-gradient(to right, var(--black) 50%, var(--yellow) 50%);
  transition: background-position 0.3s ease;
  background-size: 201% 100%;
}

@media screen and (max-width: 649px) {
  .bl_contact [data-action=confirm] {
    width: 100%;
    height: 42px;
    font-size: 16px;
  }
}

.bl_contact [data-action=confirm]:hover {
  color: #fff !important;
  background-position: -99% 0;
}

.bl_contact [data-action=confirm]:hover span {
  transform: translateX(5px);
  background-image: url(../image/btn-arrow__black.webp);
}

.bl_contact [data-action=complete] {
  color: var(--yellow) !important;
  font-size: 20px;
  font-weight: 700;
  width: 390px;
  height: 60px;
  border-radius: 15px;
  background-image: linear-gradient(to right, var(--black) 50%, var(--yellow) 50%);
  transition: background-position 0.3s ease;
  background-size: 201% 100%;
}

@media screen and (max-width: 649px) {
  .bl_contact [data-action=complete] {
    width: 100%;
    height: 42px;
    font-size: 16px;
  }
}

.bl_contact [data-action=complete]:hover {
  color: var(--black) !important;
  background-position: -99% 0;
}

.bl_contact [data-action=complete]:hover span {
  transform: translateX(5px);
  background-image: url(../image/btn-arrow__black.webp);
}

.smf-item__col--label {
  margin-right: 20px;
}

.smf-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 24px 0 !important;
}

@media screen and (max-width: 649px) {
  .smf-item {
    padding: 24px 0 !important;
  }
}

.smf-item:nth-child(1) {
  border-top: 1px solid #d9d9d9;
}

.smf-item__label {
  display: inline-block;
  position: relative;
  font-size: 14px !important;
  font-weight: 700;
}

.required .smf-item__label::after {
  content: "\5fc5\9808";
  background-color: #FF0100;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: 15px;
  padding: 3px 7px;
  margin: 0px 2px;
  line-height: 1em;
  white-space: nowrap;
  position: absolute;
  top: 5px;
  right: -45px;
}

.smf-form--simple-table .smf-item__col--controls {
  background: var(--white);
  border: 1px solid #d9d9d9;
  border-radius: 7px;
}

.smf-item__controls .smf-select-control {
  width: 100%;
}

.smf-item__controls select {
  width: 100%;
  height: 50px;
  padding-left: 15px !important;
}

@media screen and (max-width: 649px) {
  .smf-item__controls select {
    height: 35px;
  }
}

.smf-item__controls input {
  width: 100%;
  height: 50px;
  padding-left: 15px !important;
}

@media screen and (max-width: 649px) {
  .smf-item__controls input {
    height: 35px;
  }
}

.smf-item__controls textarea {
  padding-left: 15px !important;
  padding-top: 10px !important;
}

.smf-item__col.smf-item__col--label {
  display: flex;
  align-items: center;
}

.smf-form .smf-item .smf-select-control__toggle:before {
  border-color: var(--black);
  height: 15px;
  right: 20px;
  top: calc(50% - 10px);
  width: 15px;
}

@media screen and (max-width: 649px) {
  .smf-form .smf-item .smf-select-control__toggle:before {
    height: 10px;
    right: 15px;
    top: calc(50% - 8px);
    width: 10px;
  }
}

.bl_form figure {
  margin-bottom: 10px;
}

.bl_input-date {
  display: flex;
  margin-bottom: 10px;
}

.bl_input-date div {
  margin: 0px !important;
  margin-right: 5px !important;
}

.bl_input-date p {
  margin-right: 10px !important;
}

.bl_input-date select {
  width: 50px;
}

.el_form-adress .smf-placeholder {
  margin-top: 0px !important;
}

.el_terms {
  width: 100%;
  height: 200px;
  padding-left: 5px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  overflow-y: scroll;
}

select {
  color: #000 !important;
  font-size: 16px !important;
}

.bl_term .smf-placeholder {
  margin-top: 10px !important;
}

@media (min-width: 640px) {
  .smf-radio-buttons-control__control div {
    margin-right: 10px !important;
  }
}

@media (max-width: 639px) {
  .smf-item__col--label {
    margin-bottom: 5px;
  }
}

.contact__bottom {
  font-weight: 400;
  margin-bottom: 160px;
  margin-top: 10px !important;
}

@media screen and (max-width: 649px) {
  .contact__bottom {
    margin-bottom: 100px;
  }
}

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