@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}

.flex {
  display: flex;
}

main {
  color: #222222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #222222;
}

.contents-wrapper {
  display: flex;
  max-width: 1024px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
}

.section-wrapper {
  padding: 100px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 430px) {
  html {
    scroll-behavior: smooth;
  }
  .flex {
    display: flex;
  }
  main {
    color: #222222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
  a {
    text-decoration: none;
    color: #222222;
  }
  .contents-wrapper {
    display: flex;
    max-width: 1024px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 100%;
  }
  .section-wrapper {
    padding: 60px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h3 {
  color: #222222;
  font-size: 33.012px;
  font-weight: 900;
  line-height: 145%;
}

.line-brake {
  display: inline-block;
}

.dots {
  background: top left/1em 0.4em repeat-x radial-gradient(circle, #222 0.1em, rgba(0, 0, 0, 0) 0.1em);
  padding-top: 0.2em;
}

.cta-section {
  display: flex;
  gap: 32px;
}
.cta-section__button {
  width: fit-content;
  min-width: 280px;
  max-width: 286px;
  max-height: 74px;
  padding: 28px 28px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid black;
  font-weight: 700;
  letter-spacing: 0.48px;
}
.cta-section__button--contact {
  background: #222222;
  color: white;
  stroke: #F8ED4F;
}
.cta-section__button--contact:hover {
  border: 1px solid rgba(110, 110, 110, 0.9);
  background-color: rgba(110, 110, 110, 0.9);
  transition: all 300ms;
}
.cta-section__button--contact:hover svg {
  transform: translateX(10px);
  transition: transform 300ms;
}
.cta-section__button--document {
  background: white;
  color: #222222;
  stroke: #222222;
}
.cta-section__button--document:hover {
  background-color: #F8ED4F;
  transition: all 300ms;
}
.cta-section__button--document:hover #Icon_2 {
  transform: translateY(3px);
  transition: transform 300ms;
}

@media screen and (max-width: 600px) {
  .cta-section {
    display: flex;
    gap: 32px;
    flex-direction: column;
  }
}
.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 100%;
  text-align: center;
}
.section-title span {
  color: #222222;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 1.62px;
  line-height: 100%;
  margin-bottom: 8px;
}

.section-title::after {
  content: "";
  width: 44px;
  height: 4px;
  background: #F8ED4F;
  margin-top: 16px;
}

.section-title-black {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 100%;
}
.section-title-black span {
  color: #222222;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 1.62px;
  line-height: 100%;
  margin-bottom: 8px;
}

.section-title-black::after {
  content: "";
  width: 44px;
  height: 4px;
  background: black;
  margin-top: 16px;
}

@media screen and (max-width: 430px) {
  .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 100%;
  }
  .section-title span {
    color: #222222;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1.62px;
    line-height: 100%;
    margin-bottom: 8px;
  }
  .section-title::after {
    content: "";
    width: 44px;
    height: 4px;
    background: #F8ED4F;
    margin-top: 16px;
  }
  .section-title-black {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 100%;
  }
  .section-title-black span {
    color: #222222;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1.62px;
    line-height: 100%;
    margin-bottom: 8px;
  }
  .section-title-black::after {
    content: "";
    width: 44px;
    height: 4px;
    background: black;
    margin-top: 16px;
  }
}
.text-img-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-img-flex__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.text-img-flex__content__lead {
  font-weight: 700;
  line-height: 26px;
}
.text-img-flex__content__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.text-img-flex__content__list__item {
  display: list-item;
  gap: 12px;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 24px;
}
.text-img-flex__content__list__item::before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #F8ED4F;
  margin-top: 7px;
}

@media screen and (max-width: 840px) {
  .text-img-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .text-img-flex__content {
    gap: 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 180%;
  }
  .text-img-flex__content__lead {
    font-weight: 700;
    line-height: 26px;
  }
  .text-img-flex__content__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
  }
  .text-img-flex__content__list__item {
    display: list-item;
    gap: 16px;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    position: relative;
    padding-left: 24px;
  }
  .text-img-flex__content__list__item::before {
    display: inline-block;
    position: absolute;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background-color: #F8ED4F;
    margin-top: 4px;
  }
  .text-img-flex__img {
    width: 100%;
  }
}
.header {
  width: 100vw;
  height: 44px;
  position: fixed;
  background-color: #F8ED4F;
  z-index: 3;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 44px;
  padding: 0 2em;
}
.header__inner__logo {
  width: 84px;
  max-height: 44px;
}
.header__inner__logo a {
  display: block;
  max-height: 44px;
}
.header__inner__logo a img {
  width: 100%;
  height: auto;
  max-height: 44px;
}
.header__inner__toggle {
  display: block;
  position: sticky;
  width: 24px;
  height: 24px;
  cursor: pointer;
  right: 15px;
}
.header__inner__toggle span {
  display: block;
  position: absolute;
  width: 18px;
  border-bottom: solid 2px black;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  transition: 0.35s ease-in-out; /*変化の速度を指定*/
}
.header__inner__toggle span:nth-child(1) {
  top: 4px;
}
.header__inner__toggle span:nth-child(2) {
  top: 12px;
}
.header__inner__toggle span:nth-child(3) {
  top: 20px;
}
.header__inner__toggle.active {
  /* 1番目のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
}
.header__inner__toggle.active span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__inner__toggle.active span:nth-child(2), .header__inner__toggle.active span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 44px);
  text-align: center;
  background-color: #F8ED4F;
  transition: 300ms ease; /*滑らかに表示*/
  transform: ranslateX(100%);
  -webkit-transform: translateX(100%); /*画面より100%外へ押し出し非表示にさせる*/
}
.header__menu__list {
  display: flex;
  flex-direction: column;
  padding: 60px 32px;
  justify-content: space-between;
  height: 100%;
  max-height: 460px;
}
.header__menu__list__item {
  list-style: none;
  height: fit-content;
}
.header__menu__list__item__link {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: black;
  text-decoration: none;
  text-align: left;
}
.header__menu__list__item__link:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.header__menu__pc-button {
  display: none;
}
.header__menu .cta-section {
  justify-content: center;
  align-items: center;
  padding: 0 32px 35px;
}
.header__menu .cta-section__button {
  width: 100%;
  max-width: none;
}
.header__menu .cta-section__button__document {
  background-color: white;
}
.header__menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); /*メニューを元の位置へ戻す*/
}

@media screen and (min-width: 1120px) {
  .header {
    display: flex;
    gap: 39px;
    width: 100%;
    height: 76px;
    position: fixed;
    padding: 17px 48px;
  }
  .header__inner__logo {
    width: 112px;
    max-height: 44px;
  }
  .header__inner__toggle {
    display: none;
  }
  .header__menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
    width: 100%;
    text-align: center;
    background-color: transparent;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .header__menu__list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 0;
  }
  .header__menu__list__item__link {
    font-size: 14px;
    color: black;
    text-decoration: none;
    text-align: left;
  }
  .header__menu__pc-button {
    display: flex;
    align-items: center;
    gap: 14px;
    max-height: 44px;
  }
  .header__menu__pc-button__contact-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid black;
    background-color: #222222;
    color: white;
    font-size: 14px;
    font-weight: 700;
    max-height: 44px;
  }
  .header__menu__pc-button__contact-button:hover {
    border: 1px solid rgba(110, 110, 110, 0.9);
    background-color: rgba(110, 110, 110, 0.9);
    transition: all 300ms;
  }
  .header__menu__pc-button__document-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #222222;
    background-color: white;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    max-height: 44px;
    stroke: #222222;
  }
  .header__menu__pc-button__document-button:hover {
    background-color: #F8ED4F;
    transition: all 300ms;
  }
  .header__menu__pc-button__document-button:hover #Icon_2 {
    transform: translateY(3px);
    transition: transform 300ms;
  }
  .header__menu__sp-button {
    display: none;
  }
  .header__menu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*メニューを元の位置へ戻す*/
  }
}
.kv-section {
  width: 100%;
  height: 100vh;
  background-image: url(../../../images/top/Applica-kv3.png);
  background-size: cover;
  background-position: center;
}
.kv-section__wrapper {
  justify-content: left;
  height: 100%;
  align-items: center;
  gap: 60px;
  padding: 81px 0 81px 5.63vw;
  overflow: hidden;
}
.kv-section__wrapper__container__content {
  width: fit-content;
  color: black;
  font-size: max(2.94vw, 35px);
  font-weight: 900;
  line-height: 133.496%;
  letter-spacing: 0.05em;
}
.kv-section__wrapper__container__content span {
  font-size: max(2.33vw, 27px);
  letter-spacing: 0.05em;
}
.kv-section__wrapper__container__content--large {
  font-size: max(2.94vw, 35px) !important;
  letter-spacing: 0.05em;
}
.kv-section__wrapper__container__content--italic {
  width: fit-content;
  padding: 0 20px;
  margin-top: 20px;
  font-size: max(5.856vw, 60px);
  font-style: italic;
  letter-spacing: -0.1em !important;
  color: #F8ED4F;
  background-color: black;
}
.kv-section__wrapper__container__content--italic span:nth-child(1) {
  font-size: max(5.856vw, 60px);
  letter-spacing: -0.03em;
}
.kv-section__wrapper__container__content--italic span:nth-child(2) {
  font-size: max(5.856vw, 60px);
  letter-spacing: -0.07em;
}
.kv-section__wrapper__container__content--italic span:nth-child(3) {
  font-size: max(5.856vw, 60px);
  letter-spacing: -0.02em;
}
.kv-section__wrapper__container__content--italic span:nth-child(4) {
  font-size: 3.514vw;
  letter-spacing: 0.02em;
}
.kv-section__wrapper__container__button {
  font-size: 20px;
  height: 64px;
  margin-top: 75px;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 150%;
  background-color: white;
  padding: 20px;
}
.kv-section__wrapper__container__button:hover svg {
  transform: translateX(10px);
  transition: transform 300ms;
}

@media screen and (max-width: 960px) {
  .kv-section {
    height: auto;
    max-height: calc(100vh - 76px);
    background-position: left;
  }
  .kv-section__wrapper__container__button {
    font-size: 16px;
    height: 64px;
    margin-top: 75px;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 150%;
    background-color: white;
  }
  .kv-section__wrapper__container__content--italic {
    padding: 0 14px;
  }
}
@media screen and (max-width: 430px) {
  .kv-section {
    width: 100%;
    height: 100vh;
    background-color: #F8ED4F;
    background-image: url(../../../images/top/Applica-kv-sp.png);
    background-size: cover;
    background-position: center;
    max-height: none;
  }
  .kv-section__wrapper {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
  .kv-section__wrapper__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .kv-section__wrapper__container__content {
    width: 300px;
    color: black;
    font-size: 32px;
    font-weight: 900;
    line-height: 49.292px;
    letter-spacing: 2.56px;
    text-align: center;
  }
  .kv-section__wrapper__container__content span {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
  .kv-section__wrapper__container__content--large {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
  .kv-section__wrapper__container__content--italic {
    width: fit-content;
    padding: 10px 20px;
    margin-top: 16px;
    font-size: 65.347px;
    font-style: italic;
    letter-spacing: -0.1em !important;
    color: #F8ED4F;
    background-color: black;
  }
  .kv-section__wrapper__container__content--italic span:nth-child(1) {
    font-size: 65.347px;
    letter-spacing: -0.03em;
  }
  .kv-section__wrapper__container__content--italic span:nth-child(2) {
    font-size: 65.347px;
    letter-spacing: -0.07em;
  }
  .kv-section__wrapper__container__content--italic span:nth-child(3) {
    font-size: 65.347px;
    letter-spacing: -0.02em;
  }
  .kv-section__wrapper__container__content--italic span:nth-child(4) {
    font-size: 39.208px;
    letter-spacing: 0.02em;
  }
  .kv-section__wrapper__container__button {
    font-size: 16px;
    font-weight: 700;
    height: 64px;
    margin-top: 28.78px;
    padding: 16px 40px;
    line-height: 150%;
  }
  .kv-section__wrapper__container__button img {
    width: 13.5px;
    height: 13.5px;
    stroke-width: 2;
    stroke: #222222;
  }
}
@media screen and (max-width: 380px) {
  .kv-section {
    width: 100%;
    height: 100vh;
    background-color: #F8ED4F;
    background-size: cover;
    background-position: 50% 70%;
    max-height: none;
  }
  .kv-section__wrapper {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 0;
    margin-top: 32px;
  }
  .kv-section__wrapper__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .kv-section__wrapper__container__content {
    width: 300px;
    color: black;
    font-size: 28px;
    font-weight: 900;
    line-height: 49.292px;
    letter-spacing: 2.56px;
    text-align: center;
  }
  .kv-section__wrapper__container__content span {
    font-size: 24px;
    letter-spacing: 2.24px;
  }
  .kv-section__wrapper__container__content--large {
    font-size: 32px;
    letter-spacing: 1.8px;
  }
  .kv-section__wrapper__container__content--italic {
    width: fit-content;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 56px;
    font-style: italic;
    letter-spacing: -0.1em !important;
    color: #F8ED4F;
    background-color: black;
  }
  .kv-section__wrapper__container__content--italic span:nth-child(1) {
    font-size: 56.347px;
    letter-spacing: -0.03em;
  }
  .kv-section__wrapper__container__content--italic span:nth-child(2) {
    font-size: 56.347px;
    letter-spacing: -0.07em;
  }
  .kv-section__wrapper__container__content--italic span:nth-child(3) {
    font-size: 56.347px;
    letter-spacing: -0.02em;
  }
  .kv-section__wrapper__container__content--italic span:nth-child(4) {
    font-size: 39.208px;
    letter-spacing: 0.02em;
  }
  .kv-section__wrapper__container__button {
    font-size: 16px;
    font-weight: 700;
    height: 64px;
    margin-top: 20px;
    padding: 16px 40px;
    line-height: 150%;
  }
  .kv-section__wrapper__container__button img {
    width: 13.5px;
    height: 13.5px;
    stroke-width: 2;
    stroke: #222222;
  }
}
.news-section {
  background-color: white;
}
.news-section__wrapper__list {
  list-style: none;
}
.news-section__wrapper__list li {
  display: flex;
  padding: 20px 0px;
  align-items: center;
  border-bottom: 1px solid #aaa;
}
.news-section__wrapper__list li a {
  display: flex;
  gap: 64px;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
}
.news-section__wrapper__list li a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.news-section__wrapper__list li a p {
  white-space: nowrap;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.42px;
}

@media screen and (max-width: 430px) {
  .news-section {
    background-color: white;
  }
  .news-section__wrapper__list {
    list-style: none;
  }
  .news-section__wrapper__list li {
    display: flex;
    padding: 20px 0px;
    align-items: center;
  }
  .news-section__wrapper__list li a {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 30px;
  }
}
.about-section {
  background-color: #F3F4F7;
}
.about-section__wrapper__title {
  height: 100%;
}
.about-section__wrapper__title__text {
  text-align: center;
}
.about-section__wrapper__title__text__logo {
  padding: 0 12.969px 0 16.506px;
  margin-right: 4px;
  border-radius: 8px;
  background-color: #F8ED4F;
}
.about-section__wrapper__title__text__logo img {
  width: 131.117px;
}
.about-section__wrapper__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.about-section__wrapper__container__content {
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-weight: 400;
  line-height: 162.5%;
  width: 33.2vw;
  max-width: 444px;
}
.about-section__wrapper__container__content__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
}
.about-section__wrapper__container__content__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 840px) {
  .about-section__wrapper__title {
    width: 108%;
  }
  .about-section__wrapper__title__text {
    line-height: 52px;
    letter-spacing: 1.12px;
  }
  .about-section__wrapper__container {
    flex-direction: column-reverse;
  }
  .about-section__wrapper__container__content {
    gap: 32px;
    width: 100%;
    max-width: none;
    font-size: 18px;
  }
  .about-section__wrapper__container__content span {
    line-height: 34px;
  }
  .about-section__wrapper__container__content__list__item {
    align-items: flex-start;
    font-size: 16px;
    line-height: 160%;
  }
  .about-section__wrapper__container__content__list__item__img {
    width: 18px;
    margin: 4px;
  }
  .about-section__wrapper__container__img {
    width: 80%;
  }
}
.feature-section {
  background-image: url(../../../images/top/background-border.png);
  background-size: cover;
}
.feature-section__wrapper__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.feature-section__wrapper__container__inner {
  display: flex;
  flex-direction: column;
  padding: 34px 44px;
  align-items: flex-start;
  border-radius: 20px;
  border: 2px solid black;
  background: white;
}
.feature-section__wrapper__container__inner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.feature-section__wrapper__container__inner__content__title {
  display: flex;
  gap: 15px;
  justify-content: left;
  align-items: center;
}
.feature-section__wrapper__container__inner__content__title--number {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Maven Pro";
  font-size: 76px;
  font-weight: 900;
  line-height: 60px;
}
.feature-section__wrapper__container__inner__content__title--number::after {
  content: "";
  display: block;
  width: 2px;
  height: 51.5px;
  background-color: #222222;
}
.feature-section__wrapper__container__inner__content__title--text {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.24px;
}

@media screen and (max-width: 600px) {
  .feature-section__wrapper__container {
    width: 108%;
  }
  .feature-section__wrapper__container__inner {
    display: flex;
    flex-direction: column;
    padding: 20px 10px 40px;
    align-items: center;
    justify-content: center;
  }
  .feature-section__wrapper__container__inner__content {
    width: 100%;
  }
  .feature-section__wrapper__container__inner__content__title {
    flex-direction: column;
  }
  .feature-section__wrapper__container__inner__content__title--number {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #222222;
  }
  .feature-section__wrapper__container__inner__content__title--number::after {
    display: none;
  }
  .feature-section__wrapper__container__inner__content__title--text {
    text-align: center;
    line-height: 180%;
  }
}
.function-section {
  background-color: #F3F4F7;
}
.function-section__wrapper__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  border: 2px solid black;
  background-color: white;
  padding: 48px 44px 69px;
}
.function-section__wrapper__container__title {
  background-position: -14.02px -14.02px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 6px;
  padding: 54px 92.98px 78.96px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.function-section__wrapper__container__title:after {
  display: block;
  content: "";
  background-color: black;
  width: 44px;
  height: 4px;
  margin-top: 15px;
}
.function-section__wrapper__container__outer {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 100px;
}
.function-section__wrapper__container__outer__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.function-section__wrapper__container__outer__inner__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.function-section__wrapper__container__outer__inner__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.function-section__wrapper__container__outer__inner__content__list {
  display: flex;
  gap: 12px;
  max-width: 936px;
  align-items: center;
}
.function-section__wrapper__container__outer__inner__content__list__item {
  display: flex;
  width: 146px;
  padding: 24px 8px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background: #FFF;
}
.function-section__wrapper__container__outer__inner__content__list__item__text {
  width: 130px;
  color: #1d2939;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: center;
  height: 22px;
}
.function-section__wrapper__container__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 38px;
}
.function-section__wrapper__container__box__title {
  width: fit-content;
}
.function-section__wrapper__container__box__title__text {
  width: fit-content;
  font-weight: 700;
  line-height: 100%;
}
.function-section__wrapper__container__box__title__text .yellow-back {
  margin-right: 4px;
  background-color: #F8ED4F;
  padding: 7px 10px 10px 10px;
  border-radius: 8px;
}

@media screen and (max-width: 1050px) {
  .function-section__wrapper__container__title {
    background-position: -40.02px -14.02px;
    padding: 54px 60.98px 78.96px;
  }
  .function-section__wrapper__container__outer__inner__content__list {
    width: 600px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(158.487px, 158.487px));
    gap: 13px;
    justify-content: center;
  }
  .function-section__wrapper__container__outer__inner__content__list__item {
    width: 158.487px;
  }
  .function-section__wrapper__container__outer__inner__content__list__item__text {
    display: inline-block;
    vertical-align: center;
    width: 130px;
    height: 22px;
    color: #1d2939;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 110%;
  }
  .function-section__wrapper__container__box__title__text {
    font-weight: 900;
    line-height: 185.714%;
    font-size: 28px;
    text-align: center;
  }
  .function-section__wrapper__container__box__title__text .yellow-back {
    padding: 7px 10px;
  }
}
@media screen and (max-width: 600px) {
  .function-section {
    background-color: #F3F4F7;
  }
  .function-section__wrapper__container {
    padding: 40px 10px;
  }
  .function-section__wrapper__container__title {
    background-position: -40.02px -14.02px;
    padding: 54px 60.98px 78.96px;
  }
  .function-section__wrapper__container__outer {
    width: 100%;
  }
  .function-section__wrapper__container__outer__inner__content {
    width: 100%;
  }
  .function-section__wrapper__container__outer__inner__content__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 135px));
    gap: 13px;
    justify-content: center;
  }
  .function-section__wrapper__container__outer__inner__content__list__item {
    display: flex;
    width: 135px;
  }
  .function-section__wrapper__container__outer__inner__content__list__item__text {
    display: inline-block;
    vertical-align: center;
    width: 130px;
    font-size: 16px;
  }
}
.achievements-section {
  background-image: url(../../../images/top/background-border.png);
  background-size: cover;
}
.achievements-section__wrapper__content {
  background-image: url(../../../images/top/blue-bg.png);
  background-size: cover;
  width: 100%;
  border-radius: 20px;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.achievements-section__wrapper__content__img {
  width: 200px;
}
.achievements-section__wrapper__content__text {
  text-align: center;
  color: white;
  line-height: 200%;
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (max-width: 430px) {
  .achievements-section {
    background-image: url(../../../images/top/background-border.png);
    background-size: cover;
  }
  .achievements-section__wrapper__content {
    background-image: url(../../../images/top/blue-bg.png);
    background-size: cover;
    width: 100%;
    border-radius: 20px;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 100px 17px;
  }
  .achievements-section__wrapper__content__img {
    width: 200px;
  }
  .achievements-section__wrapper__content__text {
    text-align: center;
    color: white;
    line-height: 200%;
    font-weight: 400;
    letter-spacing: 1px;
  }
}
.slideshow-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slideshow-wrap .slideshow {
  display: flex;
}
.slideshow-wrap .slideshow .slideshow-content {
  display: flex;
  width: 150px;
  height: 90px;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.slideshow-wrap .slideshow .slideshow-content img {
  width: 90px;
  height: 90px;
  border-radius: 20px;
}

.slideshow {
  display: flex;
  animation: loop-slide 34s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.contact-section {
  background-color: #F3F4F7;
}
.contact-section__wrapper {
  gap: 40px;
  width: 100%;
}
.contact-section iframe {
  width: 100%;
  max-width: 1024px;
  height: 620px;
  border: 2px solid black;
  border-radius: 16px;
}

@media screen and (max-width: 430px) {
  .contact-section {
    background-color: #F3F4F7;
  }
  .contact-section__wrapper {
    gap: 40px;
    width: 100%;
  }
  .contact-section #askone-iframe {
    width: 100%;
    max-width: 1024px;
    height: 555px;
    border: 2px solid black;
    border-radius: 16px;
    padding: 10px;
    background: white;
  }
}
.chart-section__wrapper__table-container {
  width: 100%;
  overflow-x: auto;
  position: rerative;
  max-width: 1024px;
  border: 2px solid black;
  border-radius: 16px;
  padding: 44.5px;
}
.chart-section__wrapper__table-container table {
  width: 100%;
  max-width: 1024px;
  table-layout: fixed;
  border-spacing: 0;
  background-color: #fff;
}
.chart-section__wrapper__table-container table tr {
  background-color: white;
}
.chart-section__wrapper__table-container table tr th, .chart-section__wrapper__table-container table tr td {
  text-align: center;
  background-color: #F3F4F7;
  border-bottom: 1px solid white;
}
.chart-section__wrapper__table-container table tr th p, .chart-section__wrapper__table-container table tr td p {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
}
.chart-section__wrapper__table-container table tr .applica-line-header, .chart-section__wrapper__table-container table tr .applica-line-contents {
  background-color: #F8ED4F;
}
.chart-section__wrapper__table-container table tr .applica-line-header {
  padding-top: 10px;
}
.chart-section__wrapper__table-container table tr .applica-line-header img {
  width: 97.999px;
}
.chart-section__wrapper__table-container table tr .applica-line-contents p {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.84px;
  color: black;
}
.chart-section__wrapper__table-container table tr .row-title {
  width: 387px;
  height: 66px;
  font-weight: 700;
  position: relative;
  background-color: #F3F4F7;
  box-shadow: -5px 0 0 #fff;
}
.chart-section__wrapper__table-container table tr .top-left-td {
  border-radius: 16px 0px 0px 0px;
  box-shadow: -5px -5px 0 #fff;
}
.chart-section__wrapper__table-container table tr .bottom-left-td {
  border-radius: 0px 0px 0px 16px;
  box-shadow: -5px 5px 0 #fff;
}
.chart-section__wrapper__table-container table tr .blank {
  background-color: white;
  border: 1px solid white;
}
.chart-section__wrapper__table-container table tr .hyphen {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1.2px;
  color: #222222;
}
.chart-section__wrapper__price-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chart-section__wrapper__price-container .price-text {
  align-items: center;
  text-align: center;
  color: #222222;
  font-size: 33.012px;
  line-height: 60px;
  font-weight: 700;
}
.chart-section__wrapper__price-container .price-text .price-number {
  color: #F8ED4F;
  -webkit-text-stroke: 8px black;
  font-family: "Noto Sans JP";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 100%;
  paint-order: stroke;
  padding-left: 10px;
  padding-right: 6px;
}
.chart-section__wrapper__price-container .price-text .price-unit {
  color: #F8ED4F;
  -webkit-text-stroke: 8px black;
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3.4px;
  padding-right: 7px;
  paint-order: stroke;
}
.chart-section__wrapper__price-container .price-text .and {
  font-size: 30px;
  padding-right: 4px;
}
.chart-section__wrapper__price-container .price-text-under {
  width: fit-content;
  border-bottom: 6px solid #F8ED4F;
}

@media screen and (max-width: 840px) {
  .chart-section {
    padding: 60px 13px;
  }
  .chart-section__wrapper {
    align-items: center;
  }
  .chart-section__wrapper__table-container {
    padding: 17px;
  }
  .chart-section__wrapper__table-container table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    margin: 0 auto;
  }
  .chart-section__wrapper__table-container table tr th, .chart-section__wrapper__table-container table tr td {
    width: 154px;
    text-align: center;
    background-color: #F3F4F7;
    border-bottom: 1px solid white;
  }
  .chart-section__wrapper__table-container table tr th p, .chart-section__wrapper__table-container table tr td p {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 400;
  }
  .chart-section__wrapper__table-container table tr .applica-line-header, .chart-section__wrapper__table-container table tr .applica-line-contents {
    background-color: #F8ED4F;
  }
  .chart-section__wrapper__table-container table tr .applica-line-header {
    padding-top: 10px;
  }
  .chart-section__wrapper__table-container table tr .applica-line-header img {
    width: 97.999px;
  }
  .chart-section__wrapper__table-container table tr .applica-line-contents p {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.84px;
    color: black;
  }
  .chart-section__wrapper__table-container table tr .row-title {
    width: 160px;
    height: 66px;
    font-weight: 700;
    font-size: 16px;
    position: sticky;
    left: 0px;
    background-color: #F3F4F7;
    z-index: auto;
  }
  .chart-section__wrapper__table-container table tr .row-title::after {
    position: absolute;
    top: -1px;
    left: -160px;
    content: "";
    background-color: white;
    width: 100%;
    height: 120%;
    z-index: -2;
  }
  .chart-section__wrapper__table-container table tr .blank {
    background-color: white;
  }
  .chart-section__wrapper__table-container table tr .hyphen {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1.2px;
    color: #222222;
  }
  .chart-section__wrapper__price-container {
    gap: 32px;
  }
  .chart-section__wrapper__price-container .price-text {
    align-items: center;
    text-align: center;
    color: #222222;
    font-size: 24px;
    line-height: 27.231px;
    font-weight: 700;
  }
  .chart-section__wrapper__price-container .price-text .price-number {
    color: #F8ED4F;
    -webkit-text-stroke: 6px black;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 150%;
    paint-order: stroke;
    padding-left: 10px;
    padding-right: 6px;
  }
  .chart-section__wrapper__price-container .price-text .price-unit {
    color: #F8ED4F;
    -webkit-text-stroke: 6px black;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 3.4px;
    padding-right: 7px;
    paint-order: stroke;
  }
  .chart-section__wrapper__price-container .price-text .and {
    font-size: 30px;
    padding-right: 4px;
  }
  .chart-section__wrapper__price-container .price-text-under {
    width: 300px;
    border-bottom: 5px solid #F8ED4F;
    position: relative;
  }
  .chart-section__wrapper__price-container .price-text-under::before {
    content: "";
    display: block;
    width: 220px;
    height: 5px;
    background-color: #F8ED4F;
    position: absolute;
    top: 60px;
    left: calc(50% - 110px);
  }
}
.footer {
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 24px;
}
.footer__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 67px;
  max-width: 1024px;
  justify-content: space-between;
}
.footer__wrapper__container {
  justify-content: space-between;
  align-items: flex-start;
}
.footer__wrapper__container__menu {
  display: flex;
  gap: 28px;
}
.footer__wrapper__container__menu__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 168px;
}
.footer__wrapper__container__menu__list p {
  font-weight: 700;
  letter-spacing: 0.48px;
  color: white;
}
.footer__wrapper__container__menu__list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__wrapper__container__menu__list li {
  list-style: none;
}
.footer__wrapper__container__menu__list li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 14px;
}
.footer__wrapper__container__menu__list li a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.footer__wrapper .copylight {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding: 17.5px 0;
}

@media screen and (max-width: 760px) {
  .footer__wrapper__container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
  }
  .footer__wrapper__container__menu {
    justify-content: space-between;
  }
  .footer__wrapper__container__menu__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 168px;
  }
  .footer__wrapper__container__menu__list p {
    font-weight: 700;
    letter-spacing: 0.48px;
    color: white;
  }
  .footer__wrapper__container__menu__list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer__wrapper__container__menu__list li {
    list-style: none;
  }
  .footer__wrapper__container__menu__list li a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 14px;
  }
  .footer__wrapper .copylight {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding: 17.5px 0;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 67px;
    max-width: 1024px;
    justify-content: space-between;
  }
  .footer__wrapper__container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
  }
  .footer__wrapper__container__menu {
    flex-wrap: wrap;
    gap: 80px 0;
  }
  .footer__wrapper__container__menu__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 168px;
  }
  .footer__wrapper__container__menu__list p {
    font-weight: 700;
    letter-spacing: 0.48px;
    color: white;
  }
  .footer__wrapper__container__menu__list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer__wrapper__container__menu__list li {
    list-style: none;
  }
  .footer__wrapper__container__menu__list li a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 14px;
  }
  .footer__wrapper__container__menu .footer-menu-service {
    width: 100%;
  }
  .footer__wrapper .copylight {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding: 17.5px 0;
  }
}

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