@charset "UTF-8";
/* Black colors, White colors */
/* Beige colors */
/* Orange colors */
/* Yellow colors */
/* Blue colors */
/* Brown colors */
/* Green colors */
/* Purple colors */
/* Red colors */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: #FFF;
  font-family: "noto-sans-cjk-jp", "Noto Sans CJK JP", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", YuGothic, "游ゴシック", verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #1F1F1F;
  font-weight: 600;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.57;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1104px;
  }
  body .main-wrapper {
    min-height: 100vh;
  }
}

video,
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
}
a[href^="mailto:"] {
  color: inherit;
}
a[href^="mailto:"]:hover {
  text-decoration: none;
}

:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px #1F1F1F;
  box-shadow: none;
}

sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 60%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

small {
  font-size: 16px;
}

.l-content {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .l-content {
    max-width: 100%;
    padding: 0 32px;
  }
}

.l-content-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.l-content-small {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .l-content-small {
    max-width: 100%;
    width: 100%;
    padding: 0 32px;
  }
}

.l-content-base {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-content-base {
    max-width: 100%;
    padding: 0 32px;
  }
}

.l-header {
  background-color: #FFF;
  padding-top: 96px;
}
.l-header__logo {
  z-index: 1002;
}
.l-header__menu {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  background-color: #333333;
  border-radius: 36px;
  cursor: pointer;
  transition: all 0.25s 0s ease;
}
.l-header__menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 16px;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 8px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.l-header__menu span:nth-child(1) {
  top: 10px;
}
.l-header__menu span:nth-child(2) {
  top: 20px;
}
.l-header__menu.open span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.l-header__menu.open span:nth-child(2) {
  top: 15px;
  transform: rotate(-45deg);
}
.l-header__inner {
  max-width: 1360px;
  min-width: 1119px;
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0 auto;
  padding: 8px 40px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  border-radius: 40px;
}
.l-header__nav {
  display: flex;
  align-items: center;
  color: #000;
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 24px;
}
.l-header__nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__nav-item a {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  padding: 4px 0;
}
.l-header__nav-item a:hover {
  color: #E55F00;
  transition: all 0.3s;
}
.l-header__nav-item:last-child {
  border: 2px solid #333333;
  height: 48px;
  border-radius: 10px;
  margin-left: 24px;
}
.l-header__nav-item:last-child a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 24px;
}
.l-header__nav-item:last-child.active > a {
  border-bottom: none;
}
.l-header__nav .active > a {
  color: #E55F00;
  border-bottom: 2px solid #E55F00;
}
.l-header__btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 16px;
  padding: 0 24px;
  height: 48px;
  color: #FFF;
  background-color: #333333;
  border: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.l-header__btn:hover {
  color: #FFF;
  background-color: #EC6C00;
}

@media screen and (min-width: 769px) {
  .l-header__inner.header-sticky {
    padding: 0 0 0 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  .l-header__inner.header-sticky .l-header__nav {
    height: 100%;
  }
  .l-header__inner.header-sticky .l-header__btn {
    height: 100%;
    padding: 12px 44px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    position: relative;
    padding-top: 54px;
  }
  .l-header__logo {
    width: 184px;
  }
  .l-header__inner {
    top: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 11px 20px;
    border-radius: 0;
  }
  .l-header__inner.header-sticky {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  .l-header__menu {
    display: block;
    z-index: 1001;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__nav.nav-active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    padding-top: 88px;
    background: linear-gradient(180deg, #F9B309 29.97%, #FBC02D 73.91%);
    z-index: 101;
  }
  .l-header__nav.nav-active .header-sticky {
    background-color: transparent;
    box-shadow: none;
  }
  .l-header__nav.nav-active .l-header__nav-list {
    flex-direction: column;
    align-items: unset;
    width: 100%;
    height: auto;
    gap: 0;
  }
  .l-header__nav.nav-active .l-header__nav-item {
    padding: clamp(14px, 2vh, 28px) 32px;
    border-bottom: 1px solid #FFF;
    min-height: 44px;
  }
  .l-header__nav.nav-active .l-header__nav-item a {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    color: #000;
    font-size: clamp(14px, 4vw, 16px);
  }
  .l-header__nav.nav-active .l-header__nav-item:first-child {
    border-top: 1px solid #FFF;
  }
  .l-header__nav.nav-active .l-header__nav-item:last-child {
    border: none;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    height: auto;
    margin-left: 0;
  }
  .l-header__nav.nav-active .l-header__nav-item.active a {
    color: #EC6C00;
  }
  .l-header__nav.nav-active .l-header__copy {
    width: 100%;
  }
  .l-header__nav.nav-active .l-header__copy-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }
  .l-header__nav.nav-active .l-header__copy-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
  }
  .l-header__nav.nav-active .l-header__copy-item:not(:first-child)::before {
    content: "｜";
    margin-right: 10px;
    margin-left: 10px;
  }
  .l-header__btn {
    position: fixed;
    left: 0;
    right: 0;
    top: 92dvh;
    max-width: 320px;
    margin: 0 auto;
    z-index: 102;
  }
}
@media screen and (max-width: 325px) {
  .l-header__inner {
    height: 64px;
    min-width: 100%;
  }
  .l-header__nav.nav-active {
    padding-top: 64px;
  }
  .l-header__nav.nav-active .l-header__nav-item {
    padding: clamp(8px, 1vh, 20px) 20px;
  }
  .l-header__nav.nav-active .l-header__nav-item a {
    font-size: 12px;
  }
  .l-header__nav.nav-active .l-header__copy-list {
    margin-top: 20px;
  }
  .l-header__nav.nav-active .l-header__copy-item a {
    font-size: 10px;
  }
  .l-header__btn {
    max-width: 280px;
    height: 40px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  }
}
.l-footer {
  display: block;
  background: linear-gradient(180deg, #F9B309 29.97%, #FBC02D 73.91%);
  position: relative;
  padding-top: 60px;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 0 0 60px 60px;
  background: #FFF;
  box-shadow: 0 14px 16px 0 rgba(0, 0, 0, 0.16);
}
.l-footer__content {
  max-width: 1374px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.l-footer__career {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  width: 384px;
}
.l-footer__career p {
  font-size: 32px;
  font-weight: 900;
  line-height: 51px;
  color: #333333;
}
.l-footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 15px 40px 15px;
  max-width: 1374px;
  margin: 0 auto;
}
.l-footer .wrapper__info {
  display: flex;
  align-items: center;
}
.l-footer .wrapper__info-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.l-footer .wrapper__info-btn {
  padding: 0 27px;
  margin-left: 51px;
}
.l-footer .wrapper__info-btn:last-child {
  margin-left: 16px;
}
.l-footer__line {
  width: 100%;
  height: 1px;
  background-color: #FFF;
}
.l-footer__copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 42px 0;
}
.l-footer__copy-left p {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.l-footer__copy-right-list {
  display: flex;
  align-items: center;
}
.l-footer__copy-right-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.l-footer__copy-right-item:not(:first-child)::before {
  content: "｜";
  margin-right: 10px;
  margin-left: 10px;
}
.l-footer__scrolltop {
  position: absolute;
  bottom: calc(100% + 32px);
  right: 32px;
  cursor: pointer;
  border-radius: 50%;
  background: #EAEAEC;
}
.l-footer__scrolltop::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  -webkit-mask: url(../images/icon/arrow-up.svg) center/15px auto no-repeat;
          mask: url(../images/icon/arrow-up.svg) center/15px auto no-repeat;
  background: #333333;
}
.l-footer__scrolltop:hover {
  background: #F27A00;
}
.l-footer__scrolltop:hover::before {
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .l-footer {
    display: block;
    padding-top: 40px;
  }
  .l-footer::before {
    height: 32px;
    border-radius: 0 0 32px 32px;
  }
  .l-footer__content {
    padding: 0 32px;
  }
  .l-footer__career {
    width: 288px;
    padding-top: 50px;
  }
  .l-footer__career p {
    font-size: 24px;
    line-height: 38px;
  }
  .l-footer__wrapper {
    width: 100%;
    display: block;
    padding: 32px 0 0 0;
  }
  .l-footer .wrapper__logo {
    margin-bottom: 56px;
    width: 215px;
    margin-left: 32px;
  }
  .l-footer .wrapper__info {
    display: block;
    text-align: center;
  }
  .l-footer .wrapper__info-list {
    display: block;
  }
  .l-footer .wrapper__info-item {
    padding: 22px 32px;
    border-bottom: 1px solid #FFF;
  }
  .l-footer .wrapper__info-item a {
    font-size: 16px;
    font-weight: 500;
  }
  .l-footer .wrapper__info-item:first-child {
    border-top: 1px solid #FFF;
  }
  .l-footer__copy {
    width: 100%;
    flex-direction: column-reverse;
    padding-top: 32px;
    margin: 0;
  }
  .l-footer__copy-left {
    margin-top: 40px;
  }
  .l-footer__copy-right-item {
    white-space: nowrap;
  }
  .l-footer__copy-right-item:not(:first-child)::before {
    content: "｜";
    margin-right: 1px;
    margin-left: 1px;
  }
  .l-footer__scrolltop {
    bottom: calc(100% + 16px);
  }
}
.kv__title {
  font-size: 56px;
  line-height: 70px;
  font-weight: 900;
  color: #333333;
  margin: 64px 0 40px 0;
}
.kv__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 350;
  color: #000;
  width: 511px;
  margin-bottom: 30px;
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .kv {
    overflow-x: hidden;
  }
  .kv .l-content-base {
    padding-left: 20px;
    padding-right: 20px;
  }
  .kv__title {
    font-size: 40px;
    line-height: 50px;
    margin: 28px 0 16px 0;
  }
  .kv__text {
    max-width: 300px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.p-top .l-content-wrapper {
  max-width: 1088px;
  padding-left: 80px;
}
.p-top .l-content-slider {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.p-top .service-section {
  padding: 116px 0;
}
.p-top .case-section {
  padding: 116px 0 132px 0;
  position: relative;
  transition: background-color 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-top .case-section.show-overlay {
  background-color: #FFC659;
}
.p-top .people-section {
  padding: 116px 0 128px 0;
}
.p-top .fact-section {
  padding: 116px 0 128px 0;
}
.p-top .qa-section {
  padding: 130px 0 100px 0;
}
.p-top .qa-section > .qa {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top .l-content-wrapper {
    padding-left: 0;
  }
  .p-top .service-section {
    padding: 80px 32px 48px 32px;
  }
  .p-top .case-section {
    padding: 80px 32px 48px 32px;
  }
  .p-top .people-section {
    padding: 32px 32px 24px 32px;
  }
  .p-top .fact-section {
    padding: 80px 32px 50px 32px;
  }
  .p-top .qa-section {
    padding: 80px 0 32px 0;
  }
}
.p-sub__content {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 176px;
}
.p-sub main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 1279.9px) {
  .p-sub__content {
    padding-left: 13.75%;
  }
}
@media screen and (max-width: 768px) {
  .p-sub__content {
    padding-left: 32px;
    padding-right: 32px;
    overflow-x: hidden;
  }
}
.p-company-map .map iframe {
  max-width: 100%;
  filter: grayscale(100%);
}

.p-privacy-policy__heading {
  text-align: center;
  padding: 60px 0 40px;
}
.p-privacy-policy__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
}
.p-privacy-policy__information {
  text-align: end;
  margin-top: 40px;
  margin-bottom: 20px;
}
.p-privacy-policy__content .p-privacy-policy__text {
  margin-bottom: 20px;
}
.p-privacy-policy__content--list .content__list--item {
  counter-increment: list;
}
.p-privacy-policy__content--list .content__list--item::before {
  content: counter(list) ".";
  margin-right: 10px;
}
.p-privacy-policy__content--footer {
  text-align: end;
}
.p-privacy-policy__contact {
  margin-top: 40px;
}
.p-privacy-policy__contact--title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 10px;
}
.p-privacy-policy__download {
  margin-top: 45px;
}
.p-privacy-policy__download a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #FF6600;
}

@media screen and (min-width: 1079.9px) and (max-width: 1319.9px) {
  .p-privacy-policy__information {
    padding-right: 32px;
  }
  .p-privacy-policy__content {
    padding-right: 32px;
  }
}
.p-terms__heading {
  margin-bottom: 50px;
}
.p-terms__heading--title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.p-terms__heading--sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.p-terms__content--text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.p-terms__content--part {
  margin-bottom: 30px;
}
.p-terms__content--part.list ul li {
  counter-increment: list;
}
.p-terms__content--part.list ul li::before {
  content: counter(list) ".";
  margin-right: 10px;
}
.p-terms__footer {
  text-align: end;
}

@media screen and (min-width: 1079.9px) and (max-width: 1319.9px) {
  .p-terms__heading {
    padding-right: 32px;
  }
  .p-terms__content {
    padding-right: 32px;
  }
  .p-terms__footer {
    margin-right: 32px;
  }
}
.p-member__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.p-member__content--list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.p-member__content--list__item {
  display: flex;
  width: 100%;
  padding-top: 72px;
  scroll-margin-top: 18px;
}
.p-member__content--list__item--image {
  width: 480px;
  height: 480px;
  margin: 0 auto;
  position: relative;
}
.p-member__content--list__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-member__content--list__item--image .image-a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-member__content--list__item--image .image-b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.p-member__content--list__item--image:hover .image-a {
  display: none;
  animation: zoom-out 0.3s ease;
}
.p-member__content--list__item--image:hover .image-b {
  display: block;
  animation: zoom-in 0.3s ease;
  animation-fill-mode: forwards;
}
.p-member__content--list__item--content {
  width: calc(100% - 480px);
  background-color: #FFF;
  padding: 24px 48px 24px 64px;
  margin: 0 auto;
  color: #333333;
}
.p-member__content--list__item--content .item--content__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.p-member__content--list__item--content .item--content__title--left {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-member__content--list__item--content .item--content__title .item__center--right {
  display: flex;
  align-items: center;
  gap: 28px;
}
.p-member__content--list__item--content .item--content__title--center {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.p-member__content--list__item--content .item--content__title--right {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.p-member__content--list__item--content .item--content__history {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: 48px;
  margin-bottom: 32px;
}
.p-member__content--list__item--content .item--content__history--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-member__content--list__item--content .item--content__history--description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.p-member__content--list__item--content .item--content__job {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 32px;
}
.p-member__content--list__item--content .item--content__job--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-member__content--list__item--content .item--content__job--description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.p-member__content--list__item--content .item--content__motto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 32px;
}
.p-member__content--list__item--content .item--content__motto--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-member__content--list__item--content .item--content__motto--description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-member__content--list {
    grid-template-columns: 1fr;
  }
  .p-member__content--list__item {
    flex-direction: column;
    scroll-margin-top: 30px;
    padding-top: 42px;
  }
  .p-member__content--list__item--image {
    width: 100%;
    height: 326px;
  }
  .p-member__content--list__item--content {
    width: 100%;
    padding: 24px 0;
  }
}
.p-case {
  width: 100%;
}
.p-case__content {
  width: 100%;
  margin-top: 72px;
}
.p-case__content--heading {
  display: block;
  margin-bottom: 97px;
}
.p-case__content--heading__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.p-case__content--list__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 48px;
}
.p-case__content--list__item--image {
  width: 320px;
  height: 320px;
}
.p-case__content--list__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case__content--list__item--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - 550px);
  color: #333333;
}
.p-case__content--list__item--content .item--content__category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.p-case__content--list__item--content .item--content__category .item--content__category--tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  padding: 1px 11px;
  border-radius: 12px;
  background-color: #EAEAEC;
  width: -moz-fit-content;
  width: fit-content;
}
.p-case__content--list__item--content .item--content__category .item--content__category--tag.category--1 {
  background-color: #E1F5E9;
}
.p-case__content--list__item--content .item--content__category .item--content__category--tag.category--2 {
  background-color: #E3EBFF;
}
.p-case__content--list__item--content .item--content__category .item--content__category--tag.category--3 {
  background-color: #E9DCF3;
}
.p-case__content--list__item--content .item--content__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 16px 0 0;
}
.p-case__content--list__item--content .item--content__profile {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 32px;
  margin-bottom: 4px;
}
.p-case__content--list__item--content .item--content__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.p-case__content--list__item--content .item--content__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1F80FF;
  margin-top: 16px;
}
.p-case__content--list__item:not(:first-child) {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-case {
    margin-top: 32px;
  }
  .p-case__content--heading {
    display: block;
    margin-bottom: 48px;
  }
  .p-case__content--heading__title {
    font-size: 32px;
  }
  .p-case__content--heading__text {
    font-size: 16px;
  }
  .p-case__content--list__item {
    flex-direction: column;
    gap: 0;
  }
  .p-case__content--list__item--image {
    width: 300px;
    height: 200px;
    margin: 0 auto 8px auto;
  }
  .p-case__content--list__item--content {
    width: 100%;
  }
  .p-case__content--list__item--content .item--content__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 160px;
    height: 48px;
    margin: 24px auto 0 auto;
    border: 1px solid #1F80FF;
    border-radius: 40px;
    background-color: transparent;
  }
  .p-case__content--list__item--content .item--content__link::after {
    content: "";
    position: absolute;
    background-image: url("../images/icon/arrow-link.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.p-case-detail {
  width: 100%;
}
.p-case-detail__content {
  width: 100%;
  margin-top: 72px;
}
.p-case-detail__content--list {
  padding-bottom: 40px;
}
.p-case-detail__content--list__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.p-case-detail__content--list__item--image {
  width: 320px;
  height: 320px;
}
.p-case-detail__content--list__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case-detail__content--list__item--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - 380px);
  color: #333333;
  padding-top: 20px;
}
.p-case-detail__content--list__item--content .item--content__category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.p-case-detail__content--list__item--content .item--content__category .item--content__category--tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  padding: 1px 11px;
  border-radius: 12px;
  background-color: #EAEAEC;
  width: -moz-fit-content;
  width: fit-content;
}
.p-case-detail__content--list__item--content .item--content__category .item--content__category--tag.category--1 {
  background-color: #E1F5E9;
}
.p-case-detail__content--list__item--content .item--content__category .item--content__category--tag.category--2 {
  background-color: #E3EBFF;
}
.p-case-detail__content--list__item--content .item--content__category .item--content__category--tag.category--3 {
  background-color: #E9DCF3;
}
.p-case-detail__content--list__item--content .item--content__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 16px 0 0;
}
.p-case-detail__content--list__item--content .item--content__profile {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 32px;
  margin-bottom: 4px;
}
.p-case-detail__content--list__item--content .item--content__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.p-case-detail__content--list__item--content .item--content__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1F80FF;
  margin-top: 16px;
}
.p-case-detail__content--consult {
  margin-top: 32px;
}
.p-case-detail__content--consult .item-consult__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.p-case-detail__content--consult .item-consult__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 4px;
}

@media screen and (min-width: 1079.9px) and (max-width: 1319.9px) {
  .p-case-detail__content {
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-case-detail {
    margin-top: 32px;
  }
  .p-case-detail__content {
    margin-top: 52px;
  }
  .p-case-detail__content--list__item {
    flex-direction: column;
    gap: 0;
  }
  .p-case-detail__content--list__item--image {
    width: 300px;
    height: 200px;
    margin: 0 auto 8px auto;
    padding: 0;
  }
  .p-case-detail__content--list__item--content {
    width: 100%;
  }
}
.p-contact__google-form iframe {
  width: 100%;
}
.p-contact__google-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.p-contact__google-list--item {
  border: 2px solid #cccccc;
  border-radius: 10px;
  padding: 14px 24px;
  transition: all 0.2s ease-in-out;
}
.p-contact__google-list--item:hover {
  color: #E55F00;
}
.p-contact__google-list--title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-contact__google-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .p-contact__google-list--item {
    padding: 12px 18px;
  }
}
.p-business {
  color: #000;
}
.p-business__content--heading---title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
.p-business__content--heading---text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 40px;
}
.p-business__content--info {
  padding: 32px 48px;
  background-color: #F3F3F5;
}
.p-business__content--info---title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.p-business__content--info---sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.p-business__content--info---content {
  margin-top: 16px;
}
.p-business__content--info---content.vertical-content {
  padding: 16px;
  background-color: #FFF;
}
.p-business__content--info---content.horizontal-content {
  display: grid;
  grid-template-columns: auto 384px;
  gap: 48px;
  width: 100%;
}
.p-business__content--info---content .info-content__item {
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #E8EAEA;
  padding: 16px 0;
}
.p-business__content--info---content .info-content__item.item-not-border {
  padding-bottom: 0;
  border-bottom: none;
}
.p-business__content--info---content .info-content__item.item-border {
  padding-bottom: 8px;
  border-bottom: 1px solid #333333;
}
.p-business__content--info---content .info-content__item.item-border .info-content__item--text:first-child {
  font-size: 14px;
  font-weight: 700;
}
.p-business__content--info---content .info-content__item.item-with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-business__content--info---content .info-content__item.item-with-link:has(a) a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1F80FF;
}
.p-business__content--info---content .info-content__item:first-child {
  padding-top: 0;
}
.p-business__content--info---content .info-content__item--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.p-business__content--info---content .info-content__item--text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.p-business__content--info---content .info-content__item:has(.info-content__item--title) .info-content__item--text {
  margin-top: 12px;
}
.p-business__content--info---content .info-content-horizontal__item {
  width: 100%;
}
.p-business__content--info---content .info-content-horizontal__item--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
.p-business__content--info---content .info-content-horizontal__item--sub {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.p-business__content--info---content .info-content-horizontal__item--sub .item-sub__job {
  width: 100%;
  padding: 16px;
  background-color: #FFF;
}
.p-business__content--info---content .info-content-horizontal__item--sub .item-sub__job--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 1px solid #333333;
}
.p-business__content--info---content .info-content-horizontal__item--sub .item-sub__job--text {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  border-bottom: 1px solid #E8EAEA;
  padding: 2px 0;
}
.p-business__content--info---content .info-content-horizontal__item--sub .item-sub__job--text---label {
  white-space: nowrap;
}
.p-business__content--info---content .info-content-horizontal__item--sub .item-sub__age {
  width: 100%;
  padding: 16px;
  background-color: #FFF;
}
.p-business__content--info---content .info-content-horizontal__item--sub .item-sub__age--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 1px solid #333333;
}
.p-business__content--info---content .info-content-horizontal__item--sub .item-sub__age--text {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  border-bottom: 1px solid #E8EAEA;
  padding: 2px 0;
}
.p-business__content--info---content .info-content-horizontal__item--sub .item-sub__age--text---label {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .p-business__content--heading---title {
    font-size: 22px;
  }
  .p-business__content--heading---text {
    font-size: 14px;
  }
  .p-business__content--info {
    padding: 24px 18px;
  }
  .p-business__content--info---title {
    font-size: 18px;
  }
  .p-business__content--info---sub {
    font-size: 14px;
  }
  .p-business__content--info---content.horizontal-content {
    grid-template-columns: 1fr;
  }
  .p-business__content--info---content .info-content__item.item-with-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .p-business__content--info---content .info-content__item.item-with-link:has(a) a {
    font-size: 14px;
  }
  .p-business__content--info---content .info-content__item--title {
    font-size: 12px;
  }
  .p-business__content--info---content .info-content__item--text {
    font-size: 14px;
  }
  .p-business__content--info---content .info-content-horizontal__item--sub {
    flex-direction: column;
  }
  .p-business__content--info---content .info-content-horizontal__item--sub .item-sub__job--title {
    font-size: 14px;
  }
  .p-business__content--info---content .info-content-horizontal__item--sub .item-sub__job--text {
    align-items: flex-start;
    font-size: 14px;
  }
  .p-business__content--info---content .info-content-horizontal__item--sub .item-sub__job--text---label {
    white-space: wrap;
  }
  .p-business__content--info---content .info-content-horizontal__item--sub .item-sub__age--title {
    font-size: 14px;
  }
  .p-business__content--info---content .info-content-horizontal__item--sub .item-sub__age--text {
    align-items: flex-start;
    gap: 32px;
    font-size: 14px;
  }
  .p-business__content--info---content .info-content-horizontal__item--sub .item-sub__age--text---label {
    white-space: wrap;
  }
}
c-btn, .c-btn__secondary, .c-btn__primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border: 0;
}

.c-btn__primary {
  color: #FFF;
  background: #333333;
}

.c-btn__secondary {
  color: #000;
  border: 2px solid #333333;
  background: none;
}

.fullwidth-slider {
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.fullwidth-slider .slick-slider.return * {
  transition: none !important;
}
.fullwidth-slider .slick-slider .slick-list {
  transition: all 1s ease;
}
.fullwidth-slider .slick-slider.prev .slick-list {
  padding-right: 280px;
}
.fullwidth-slider .slick-slider.prev .slick-slide.slick-current {
  margin-left: 20px;
  margin-right: 190px;
}
.fullwidth-slider .slick-slider.prev .slick-slide.slick-current .slider__item {
  transform: translate(0, -40px);
}
.fullwidth-slider .slick-track {
  left: 68%;
  will-change: transform;
}
.fullwidth-slider .slick-dots {
  bottom: 12px;
  z-index: 3;
}
.fullwidth-slider .slick-dots li button:before {
  font-size: 12px;
}
.fullwidth-slider .slick-dots li.pre-active button:before {
  opacity: 0.75;
  color: #000;
}
.fullwidth-slider .slick-dots li.hidden {
  opacity: 0;
  pointer-events: none;
}
.fullwidth-slider .slick-slide {
  width: 265px;
  padding: 200px 0;
  padding-top: 220px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  transition: all 1s ease;
  will-change: transform;
}
.fullwidth-slider .slick-slide.slick-current {
  margin-left: 190px;
}
.fullwidth-slider .slick-slide.slick-current .slider__item {
  width: 436px;
  height: 360px;
  transform: translate(-170px, -40px);
}
.fullwidth-slider .slick-slide.slick-current .slider__item .slider__item-content-text {
  width: 400px;
  transition: width 0.5s 0s ease;
}
.fullwidth-slider .slick-slide .slider__item {
  width: 265px;
  height: 200px;
  flex: none;
  transition: all 1s ease;
  will-change: transform;
}
.fullwidth-slider .slick-prev,
.fullwidth-slider .slick-next {
  z-index: 1000;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.fullwidth-slider .slick-prev:hover,
.fullwidth-slider .slick-next:hover {
  background: rgba(0, 0, 0, 0.6);
}
.fullwidth-slider .slick-prev {
  left: 10px;
}
.fullwidth-slider .slick-next {
  right: 10px;
}

.slider {
  position: relative;
  margin: 0 auto;
  padding: 35px 0;
}
.slider__link {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  top: -10px;
  left: 11.5%;
  z-index: 1;
}
.slider__link-text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: normal;
}
.slider__link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #EAEAEC;
}
.slider__link-icon svg {
  stroke: #333333;
}
.slider__link:hover .slider__link-text {
  color: #F27A00;
  transition: all 0.3s ease-in;
}
.slider__link:hover .slider__link-icon {
  background-color: #F27A00;
  transition: all 0.3s ease-in;
}
.slider__link:hover .slider__link-icon svg {
  stroke: #FFF;
}
.slider__item {
  padding: 16px;
  background-color: #FFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 265px;
  height: 200px;
  display: block;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  cursor: pointer;
}
.slider__item:hover {
  border: 1px solid #CB4A00;
}
.slider__item--scaled {
  width: 436px;
}
.slider__item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider__item-heading-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.slider__item-heading .item-heading__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #F9B309;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
.slider__item-heading .item-heading__avatar.avatar--1 {
  background-color: #94631E;
}
.slider__item-heading .item-heading__avatar.avatar--2 {
  background-color: #53BB47;
}
.slider__item-heading .item-heading__avatar.avatar--3 {
  background-color: #9E49CF;
}
.slider__item-heading .item-heading__avatar.avatar--4 {
  background-color: #299FF4;
}
.slider__item-heading .item-heading__avatar.avatar--5 {
  background-color: #FF4D4F;
}
.slider__item-heading .item-heading__name {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.slider__item-content {
  margin-top: 16px;
  overflow: hidden;
}
.slider__item-content-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  width: 230px;
  transition: width 0.5s 0.5s ease;
}
.slider__item-content-text.text-truncated {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 4.5em;
}
.slider__item-content-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #0064FF;
  cursor: pointer;
}
.slider__item .btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #333333;
  color: #FFF;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.slider__item .btn:hover {
  background-color: #555;
}
.slider__container {
  height: 360px;
  opacity: 0;
}
.slider__container.slick-initialized {
  transition: opacity 0.3s;
  height: auto;
  opacity: 1;
}
.slider__container .slick-slide {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 265px;
  height: 200px;
  opacity: 1;
  margin: 0 20px;
  margin-bottom: 40px;
  z-index: 1;
}
.slider__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  max-width: 400px;
  bottom: 78px;
  left: 11.5%;
}
.slider__controls-left, .slider__controls-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.slider__control-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 50%;
  border: 1px transparent;
  background-color: #EAEAEC;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slider__control-btn:hover {
  border-color: #F88A00;
  color: #F88A00;
}
.slider__control-btn.active {
  background-color: #F88A00;
  border-color: #F88A00;
  color: #FFF;
}
.slider__control-btn--pause:hover {
  color: #FFF;
  background-color: #F27A00;
}
.slider__control-btn--prev {
  margin-right: 6px;
}
.slider__control-btn--prev:hover, .slider__control-btn--next:hover {
  color: #FFF;
  background-color: #F88A00;
}
.slider__icon {
  display: block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
}
.slider__icon.pause {
  -webkit-mask: url("../images/icon/pause-media.svg") no-repeat center;
          mask: url("../images/icon/pause-media.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.slider__icon.play {
  -webkit-mask: url("../images/icon/play-media.svg") no-repeat center;
          mask: url("../images/icon/play-media.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 24px;
  height: 24px;
  margin-left: 2px;
}
.slider__icon.prev {
  -webkit-mask: url("../images/icon/prev-media.svg") no-repeat center;
          mask: url("../images/icon/prev-media.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-right: 2px;
}
.slider__icon.next {
  -webkit-mask: url("../images/icon/next-media.svg") no-repeat center;
          mask: url("../images/icon/next-media.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-left: 2px;
}
.slider__progress {
  flex: 1;
  margin: 0 16px;
  width: 160px;
}
.slider__progress-bar {
  width: 100%;
  height: 1px;
  background-color: #EAEAEA;
  border-radius: 2px;
  overflow: hidden;
}
.slider__progress-fill {
  height: 100%;
  background-color: #F88A00;
  width: 0%;
  transition: width 0.3s ease;
}

@media screen and (max-width: 768px) {
  .slider {
    padding: 0;
    padding-bottom: 60px;
  }
  .slider__link {
    margin-left: 27px;
    top: 28px;
    left: 0;
  }
  .slider__container {
    height: 380px;
    padding-top: 40px;
  }
  .slider__container .slick-slide {
    width: 320px;
    height: 280px;
    margin: 0 12px;
  }
  .slider__container .slick-slide .slider__item {
    width: 320px;
    height: 280px;
  }
  .slider .slider__container.slick-initialized {
    height: 380px;
  }
  .slider .fullwidth-slider .slick-track {
    left: 0;
  }
  .slider .fullwidth-slider .slick-slide.slick-current {
    margin-left: 10px;
  }
  .slider__controls {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .slider__control-btn {
    display: none;
  }
  .slider__progress-bar {
    width: 160px;
    margin: 0 auto;
  }
  .fullwidth-slider .slick-slide {
    padding-top: 200px;
  }
  .fullwidth-slider .slick-slide .slider__item {
    transform: translate(0, -4px);
  }
  .fullwidth-slider .slick-slide.slick-current {
    margin-left: 20px;
    margin-right: 10px;
  }
  .fullwidth-slider .slick-slide.slick-current .slider__item {
    width: 320px;
    height: 280px;
    transform: translate(0, -4px);
  }
  .fullwidth-slider .slick-slide.slick-current .slider__item .slider__item-content-text {
    width: 230px;
    transition: none;
  }
}
.c-breadcrumbs {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #7F7F7F;
  padding-top: 64px;
  margin-bottom: 8px;
}
.c-breadcrumbs a {
  color: #333333;
  text-decoration: underline;
}
.c-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 11px 0;
}
.c-breadcrumbs ul li {
  flex: 0 1 auto;
  position: relative;
}
.c-breadcrumbs ul li::after {
  content: "/";
  display: inline-block;
  margin-left: 8px;
  color: #333333;
}
.c-breadcrumbs ul li:last-child::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    padding-top: 24px;
  }
}
.c-row {
  display: flex;
}
.c-row__col {
  flex: 1 0 0;
  max-width: 100%;
}
.c-row-company {
  gap: 48px;
}
.c-row-company .c-row__col--image {
  padding-top: 32px;
  max-width: 177px;
}
.c-row-company .c-row__col--image img {
  border-radius: 4px;
}
.c-row-package {
  gap: 24px;
  flex-wrap: wrap;
}
.c-row-package .c-row__col {
  flex: 1 0 auto;
  max-width: calc(25% - 18px);
}
.c-row-package .item {
  display: block;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  transition: 0.3s;
}
.c-row-package .item:hover {
  border-color: #F27A00;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.12);
}
.c-row-package .item .image {
  display: block;
  margin-bottom: 8px;
}
.c-row-package .item .title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  display: block;
  height: 48px;
}
.c-row-package-detail {
  gap: 48px;
}
.c-row-package-detail .c-row__col--image {
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .c-row-company {
    display: block;
  }
  .c-row-company .c-row__col--image {
    padding: 0 0 24px;
  }
  .c-row-package .c-row__col {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .c-row-package .c-row__col .item {
    width: 260px;
  }
  .c-row-package-detail {
    display: block;
  }
  .c-row-package-detail .c-row__col--image {
    display: flex;
    justify-self: center;
  }
}
.c-link-icon {
  color: #E55F00;
  text-decoration: underline;
}
.c-link-icon--pdf::after {
  content: "";
  background: url(../images/icon/icon-pdf.svg) 0 0/100% auto no-repeat;
  display: inline-block;
  margin-left: 12px;
  width: 16px;
  height: 18px;
}
.c-link.link--base {
  color: #E55F00;
}

.c-list li {
  position: relative;
  padding-left: 21px;
  line-height: 1.5;
}
.c-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

.c-table {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  border-spacing: 0;
}
.c-table th,
.c-table td {
  padding: 32px 32px 32px 48px;
  border-bottom: 1px solid #D1D1D4;
}
.c-table th {
  font-weight: bold;
}

.c-table--2 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  border-spacing: 0;
}
.c-table--2 th,
.c-table--2 td {
  padding: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.c-table--2 th.border--left,
.c-table--2 td.border--left {
  border-left: 1px solid #D9D9D9;
}
.c-table--2 th.border--right,
.c-table--2 td.border--right {
  border-right: 1px solid #D9D9D9;
}
.c-table--2 th {
  font-weight: bold;
  text-align: left;
  background: #F8F9F6;
}
.c-table--2 tr:first-child th,
.c-table--2 tr:first-child td {
  border-top: 1px solid #D9D9D9;
}

@media screen and (max-width: 768px) {
  .c-table th {
    display: block;
    text-align: left;
    padding: 24px 16px 4px;
    border-bottom: 0;
  }
  .c-table td {
    display: block;
    padding: 4px 16px 24px;
  }
  .c-table--2 tr:first-child th,
  .c-table--2 tr:first-child td {
    border-top: 0;
  }
  .c-table--2 th,
  .c-table--2 td {
    display: block;
    width: 100%;
    padding: 4px 16px 24px;
  }
  .c-table--2 th {
    background: none;
    padding: 24px 16px 4px;
    border-bottom: 0;
  }
  .c-table--2 th.sp-th__bold {
    text-align: start;
    padding: 24px 16px;
    background-color: #F8F9F6;
    border-bottom: 1px solid #D9D9D9;
  }
  .c-table--2 td.sp-td__center {
    padding: 16px 24px;
  }
  .c-table--scroll {
    overflow: auto;
    margin-bottom: 30px;
  }
  .c-table--scroll .c-table--2 {
    width: -moz-max-content;
    width: max-content;
  }
  .c-table--scroll .c-table--2 tbody tr:first-child th {
    border-top: 1px solid #D9D9D9;
  }
  .c-table--scroll .c-table--2 tbody tr th {
    width: 100px;
    display: table-cell;
  }
  .c-table--scroll .c-table--2 tbody tr td {
    width: 500px;
    display: table-cell;
  }
}
.c-heading-1 {
  position: relative;
}
.c-heading-1__title--2::after, .c-heading-1__title::after, .c-heading-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000;
  width: 100%;
}
.c-heading-1::after {
  width: calc(100vw + (100vw - 100%) / 2);
}
.c-heading-1__title--2, .c-heading-1__title {
  font-family: "Noto Serif JP", sans-serif;
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
  position: relative;
  z-index: 2;
  padding-bottom: 43px;
}
.c-heading-1__title--2::after, .c-heading-1__title::after {
  background-color: #CB4A00;
}
.c-heading-1__title--2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  padding-bottom: 24px;
}
.c-heading-1__subtitle {
  display: inline-block;
  color: #7F7F7F;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  padding-bottom: 24px;
  margin-left: 32px;
}
.c-heading-1__color-2::after {
  background-color: #333333;
}
.c-heading-1__color-2 .c-heading-1__title--2::after,
.c-heading-1__color-2 .c-heading-1__title::after {
  background-color: #F27A00;
}

.c-heading-3,
.c-heading-2 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}

.c-heading-3 {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .c-heading-1__title--2 {
    font-size: 32px;
  }
  .c-heading-1__subtitle {
    display: none;
  }
  .c-heading-1::after {
    width: calc(100vw - 32px);
  }
  .c-heading-1 .c-heading-1__title--2::after,
  .c-heading-1 .c-heading-1__title::after {
    max-width: 128px;
  }
  .c-heading-2 {
    font-size: 20px;
  }
}
.c-text {
  font-size: 16px;
  line-height: 1.5;
}
.c-text p:not(:last-child) {
  margin-bottom: 16px;
}
.c-text-box-gray {
  padding: 32px 48px;
  background: #F3F3F5;
}

@media screen and (max-width: 768px) {
  .c-text-box-gray {
    padding: 24px;
  }
}
.case {
  width: 100%;
  margin-top: 64px;
}
.case__content {
  width: 100%;
}
.case__content--heading {
  display: block;
  margin-bottom: 97px;
}
.case__content--heading__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.case__content--list__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.case__content--list__item--image {
  width: 480px;
  height: 320px;
}
.case__content--list__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__content--list__item--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - 550px);
}
.case__content--list__item--content .item--content__category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.case__content--list__item--content .item--content__category .item--content__category--tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  padding: 1px 11px;
  border-radius: 12px;
  background-color: #EAEAEC;
  width: -moz-fit-content;
  width: fit-content;
}
.case__content--list__item--content .item--content__category .item--content__category--tag.category--1 {
  background-color: #E1F5E9;
}
.case__content--list__item--content .item--content__category .item--content__category--tag.category--2 {
  background-color: #E3EBFF;
}
.case__content--list__item--content .item--content__category .item--content__category--tag.category--3 {
  background-color: #E9DCF3;
}
.case__content--list__item--content .item--content__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #333333;
  margin: 16px 0 8px;
}
.case__content--list__item--content .item--content__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
.case__content--list__item--content .item--content__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1F80FF;
  margin-top: 32px;
}
.case__content--list__item:not(:first-child) {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .case {
    margin-top: 32px;
  }
  .case__content--heading {
    display: block;
    margin-bottom: 48px;
  }
  .case__content--heading__title {
    font-size: 32px;
  }
  .case__content--heading__text {
    font-size: 16px;
  }
  .case__content--list__item {
    flex-direction: column;
    gap: 0;
  }
  .case__content--list__item--image {
    width: 300px;
    height: 200px;
    margin: 0 auto 8px auto;
  }
  .case__content--list__item--content {
    width: 100%;
  }
  .case__content--list__item--content .item--content__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 160px;
    height: 48px;
    margin: 24px auto 0 auto;
    border: 1px solid #1F80FF;
    border-radius: 40px;
    background-color: transparent;
  }
  .case__content--list__item--content .item--content__link::after {
    content: "";
    position: absolute;
    background-image: url("../images/icon/arrow-link.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.people {
  width: 100%;
  margin-top: 64px;
}
.people__content {
  width: 100%;
}
.people__content--heading {
  display: block;
  margin-bottom: 97px;
}
.people__content--heading__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.people__content--list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
}
.people__content--list__item {
  width: 100%;
}
.people__content--list__item--image {
  width: 480px;
  height: 480px;
  margin: 0 auto;
  position: relative;
}
.people__content--list__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.people__content--list__item--image .image-a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.people__content--list__item--image .image-b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.people__content--list__item--image:hover .image-a {
  display: none;
  animation: zoom-out 0.3s ease;
}
.people__content--list__item--image:hover .image-b {
  display: block;
  animation: zoom-in 0.3s ease;
  animation-fill-mode: forwards;
}
.people__content--list__item--content {
  width: 480px;
  background-color: #FFF;
  border-radius: 12px;
  padding: 32px 20px;
  margin: 0 auto;
}
.people__content--list__item--content .item--content__title {
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.people__content--list__item--content .item--content__title--left {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
.people__content--list__item--content .item--content__title .item__center--right {
  display: flex;
  align-items: center;
  gap: 28px;
}
.people__content--list__item--content .item--content__title--center {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
.people__content--list__item--content .item--content__title--right {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.people__content--list__item--content .item--content__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  margin: 24px 0;
}
.people__content--list__item--content .item--content__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0064FF;
}

@media screen and (max-width: 768px) {
  .people__content--heading {
    margin-bottom: 32px;
  }
  .people__content--heading__title {
    font-size: 32px;
  }
  .people__content--list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .people__content--list__item {
    width: 100%;
    margin-bottom: 24px;
  }
  .people__content--list__item--image {
    width: 326px;
    height: 326px;
    margin-bottom: 16px;
  }
  .people__content--list__item--content {
    width: 100%;
    padding: 16px 0;
  }
  .people__content--list__item--content .item--content__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .people__content--list__item--content .item--content__title--left {
    font-size: 14px;
  }
  .people__content--list__item--content .item--content__title .item__center--right {
    display: flex;
    justify-content: flex-start;
    gap: 28px;
  }
  .people__content--list__item--content .item--content__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 160px;
    height: 48px;
    margin: 24px auto 0 auto;
    border: 1px solid #1F80FF;
    border-radius: 40px;
    background-color: transparent;
  }
  .people__content--list__item--content .item--content__link::after {
    content: "";
    position: absolute;
    background-image: url("../images/icon/arrow-link.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.fact {
  width: 100%;
  margin-top: 64px;
}
.fact__content {
  width: 100%;
}
.fact__content--heading {
  display: block;
  margin-bottom: 97px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.fact__content--heading__text {
  color: #333333;
}
.fact__content--heading__text--sub {
  color: #7F7F7F;
}
.fact__content--list {
  margin-top: 120px;
  margin-left: 112px;
}
.fact__content--list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 16px;
  border-bottom: 1px solid #CCCCCC;
}
.fact__content--list__item--heading {
  width: 580px;
  max-width: 580px;
  margin-right: 0;
}
.fact__content--list__item--heading .item--heading__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
}
.fact__content--list__item--heading .item--heading__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-top: 13px;
}
.fact__content--list__item--number {
  width: calc(100% - 580px);
}
.fact__content--list__item--number .number__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fact__content--list__item--number .number__item--group {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  min-width: 127px;
}
.fact__content--list__item--number .number__item--number {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.5;
  color: #E46800;
}
.fact__content--list__item--number .number__item--number.number--pieces {
  color: #D86150;
}
.fact__content--list__item--number .number__item--number.number--normal {
  font-size: 32px;
  color: #1E1E1E;
}
.fact__content--list__item--number .number__item--unit {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #1F1F1F;
  margin-left: 10px;
}
.fact__content--list__item--number .number__item--unit.unit--pieces {
  margin-left: 8px;
}
.fact__content--list__item--number .number__item--unit.unit--normal {
  margin-left: 5px;
}
.fact__content--list__item--number .number__item--tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 15px;
  margin-right: 50px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  background-color: #000;
}
.fact__content--list__item--number .number__item--tag.tag--medium {
  padding: 2px 12px;
  margin-right: 0;
  color: #333333;
  background-color: #EAEAEC;
  width: 156px;
  max-width: 156px;
}
.fact__content--list__item--number .number__item--tag.tag--empty {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .fact {
    margin-top: 32px;
  }
  .fact__content--heading {
    margin-bottom: 32px;
  }
  .fact__content--heading__title {
    font-size: 32px;
  }
  .fact__content--list {
    margin-top: 0;
    margin-left: 0;
  }
  .fact__content--list__item {
    flex-direction: column;
    align-items: unset;
    padding: 32px 0;
  }
  .fact__content--list__item:first-child {
    border-top: 1px solid #E8EAEA;
  }
  .fact__content--list__item--heading {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .fact__content--list__item--heading .item--heading__title {
    font-size: 24px;
    white-space: normal;
  }
  .fact__content--list__item--number {
    width: 100%;
    padding-left: 68px;
  }
  .fact__content--list__item--number .number__item {
    justify-content: space-between;
  }
  .fact__content--list__item--number .number__item--group {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .fact__content--list__item--number .number__item--number {
    font-size: 48px;
  }
  .fact__content--list__item--number .number__item--tag {
    margin-right: 0;
  }
  .fact__content--list__item--number .number__item--unit {
    font-size: 20px;
  }
}
.qa {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.qa__heading {
  width: 280px;
}
.qa__heading-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
.qa__content {
  width: calc(100% - 355px);
}
.qa__content-item {
  padding: 32px 24px;
  border-bottom: 1px solid #E8EAEA;
}
.qa__content-item:first-child {
  border-top: 1px solid #E8EAEA;
}
.qa__content-item:not(:has(.qa__content-item--question.is-open)):hover {
  background-color: rgba(249, 179, 9, 0.1);
}
.qa__content-item--question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.qa__content-item--question:hover .qa__content-item--question-plus {
  color: #000;
}
.qa__content-item--question.is-open .qa__content-item--question-title {
  color: #B87D0E;
}
.qa__content-item--question.is-open .qa__content-item--question-title::before {
  color: #000;
}
.qa__content-item--question.is-open .qa__content-item--question-plus {
  color: #000;
}
.qa__content-item--question-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  position: relative;
  padding-left: 24px;
}
.qa__content-item--question-title::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.qa__content-item--question-plus {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #8A8A8A;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-width: 24px;
  text-align: center;
  font-family: monospace;
}
.qa__content-item--answer {
  padding: 32px 90px 8px 40px;
  display: none;
  overflow: hidden;
}
.qa__content-item--answer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .qa {
    flex-direction: column;
    gap: 0;
  }
  .qa__heading {
    width: 100%;
    padding: 0 24px;
  }
  .qa__heading-title {
    font-size: 32px;
  }
  .qa__content {
    width: 100%;
    margin-top: 40px;
  }
  .qa__content-item {
    padding: 25px 38px;
  }
  .qa__content-item--answer {
    padding: 22px 28px 8px 24px;
  }
  .qa__content-item--question-title::before {
    left: -10px;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal-overlay.show {
  display: flex;
  opacity: 1;
}
.modal-overlay.show .modal-container {
  transform: scale(1);
}

.modal-container {
  width: 540px;
  height: 480px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  transform: scale(0.8);
  transition: transform 0.3s ease;
  position: relative;
  margin: 80px;
}

.modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: -50px;
  right: 0;
  border: none;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 16;
  width: 40px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
}
.modal-close:hover {
  transform: scale(1.1);
}

.modal-content {
  flex: 1;
  padding: 20px;
  overflow: visible;
  position: relative;
}

.modal-slider {
  height: 100%;
  position: relative;
  overflow: visible;
}
.modal-slider__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal-slider__item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.modal-slider__item-heading-text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.modal-slider__item-heading-icon {
  flex-shrink: 0;
}
.modal-slider__item-content {
  flex: 1;
  overflow-y: auto;
  height: 350px;
  max-height: 350px;
}
.modal-slider__item-content-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.modal-slider .slick-dots {
  display: block !important;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  z-index: 15;
}
.modal-slider .slick-dots li {
  margin: 0 5px;
}
.modal-slider .slick-dots li button:before {
  font-size: 12px;
  color: #ccc;
  opacity: 1;
}
.modal-slider .slick-dots li.slick-active button:before {
  color: #F27A00;
}
.modal-slider .slick-prev,
.modal-slider .slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 15;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: block !important;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
}
.modal-slider .slick-prev:hover,
.modal-slider .slick-next:hover {
  border-color: #ccc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) scale(1.1);
}
.modal-slider .slick-prev:before,
.modal-slider .slick-next:before {
  display: none;
}
.modal-slider .slick-prev:after,
.modal-slider .slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-slider .slick-prev {
  left: -94px;
}
.modal-slider .slick-prev:after {
  background-image: url("../images/icon/left-arrow.svg");
}
.modal-slider .slick-next {
  right: -94px;
}
.modal-slider .slick-next:after {
  background-image: url("../images/icon/right-arrow.svg");
}

.modal-item-heading__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
}
.modal-item-heading__avatar.avatar--1 {
  background-color: #94631E;
}
.modal-item-heading__avatar.avatar--2 {
  background-color: #53BB47;
}
.modal-item-heading__avatar.avatar--3 {
  background-color: #9E49CF;
}
.modal-item-heading__avatar.avatar--4 {
  background-color: #299FF4;
}
.modal-item-heading__avatar.avatar--5 {
  background-color: #FF4D4F;
}

.modal-item-heading__name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1F1F1F;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .modal-container {
    width: 350px;
    height: 640px;
    max-height: calc(100vh - 190px);
  }
  .modal-content {
    padding: 0;
  }
  .modal-slider .slick-list {
    height: calc(100vh - 190px) !important;
  }
  .modal-slider .slick-track {
    height: 100%;
  }
  .modal-slider__item-content {
    height: calc(100vh - 300px);
    max-height: calc(100vh - 300px);
    min-width: 312px;
  }
  .modal-slider .slick-prev,
  .modal-slider .slick-next {
    display: none !important;
  }
  .modal-slider .slick-dots {
    width: -moz-fit-content;
    width: fit-content;
    left: 6px;
    bottom: -40px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
.service {
  width: 100%;
  margin-top: 64px;
}
.service__content {
  width: 100%;
}
.service__content--heading {
  margin-bottom: 48px;
}
.service__content--heading__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.service__content--title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 24px;
}
.service__content--title:not(:first-child) {
  margin-top: 48px;
}
.service__content--list {
  display: grid;
  grid-template-columns: 460px 525px;
  gap: 24px;
  row-gap: 8px;
}
.service__content--list__item {
  border-radius: 40px;
  padding: 10px 12px 10px 32px;
  background-color: #F3F3F5;
  position: relative;
}
.service__content--list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FC9600;
  transform: translateY(-50%);
}
.service__content--list__item .item__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
}
.service__content--note {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .service {
    margin-top: 32px;
  }
  .service__content--heading__text {
    font-size: 16px;
  }
  .service__content--list {
    grid-template-columns: repeat(1, 1fr);
  }
  .service__content--list__item .item__description {
    white-space: normal;
  }
}
.padding-0 {
  padding: 0 !important;
}

@media screen and (min-width: 769px) {
  .pd-top-0 {
    padding-top: 0 !important;
  }
  /* padding */
  .pd-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pd-top-6 {
    padding-top: 6px !important;
  }
  .pd-bottom-6 {
    padding-bottom: 6px;
  }
  /* margin */
  .mg-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .mg-top-6 {
    margin-top: 6px;
  }
  .mg-bottom-6 {
    margin-bottom: 6px;
  }
  /* padding */
  .pd-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pd-top-12 {
    padding-top: 12px !important;
  }
  .pd-bottom-12 {
    padding-bottom: 12px;
  }
  /* margin */
  .mg-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mg-top-12 {
    margin-top: 12px;
  }
  .mg-bottom-12 {
    margin-bottom: 12px;
  }
  /* padding */
  .pd-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .pd-top-18 {
    padding-top: 18px !important;
  }
  .pd-bottom-18 {
    padding-bottom: 18px;
  }
  /* margin */
  .mg-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .mg-top-18 {
    margin-top: 18px;
  }
  .mg-bottom-18 {
    margin-bottom: 18px;
  }
  /* padding */
  .pd-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pd-top-24 {
    padding-top: 24px !important;
  }
  .pd-bottom-24 {
    padding-bottom: 24px;
  }
  /* margin */
  .mg-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mg-top-24 {
    margin-top: 24px;
  }
  .mg-bottom-24 {
    margin-bottom: 24px;
  }
  /* padding */
  .pd-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pd-top-30 {
    padding-top: 30px !important;
  }
  .pd-bottom-30 {
    padding-bottom: 30px;
  }
  /* margin */
  .mg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mg-top-30 {
    margin-top: 30px;
  }
  .mg-bottom-30 {
    margin-bottom: 30px;
  }
  /* padding */
  .pd-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pd-top-36 {
    padding-top: 36px !important;
  }
  .pd-bottom-36 {
    padding-bottom: 36px;
  }
  /* margin */
  .mg-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .mg-top-36 {
    margin-top: 36px;
  }
  .mg-bottom-36 {
    margin-bottom: 36px;
  }
  /* padding */
  .pd-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .pd-top-42 {
    padding-top: 42px !important;
  }
  .pd-bottom-42 {
    padding-bottom: 42px;
  }
  /* margin */
  .mg-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .mg-top-42 {
    margin-top: 42px;
  }
  .mg-bottom-42 {
    margin-bottom: 42px;
  }
  /* padding */
  .pd-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pd-top-48 {
    padding-top: 48px !important;
  }
  .pd-bottom-48 {
    padding-bottom: 48px;
  }
  /* margin */
  .mg-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .mg-top-48 {
    margin-top: 48px;
  }
  .mg-bottom-48 {
    margin-bottom: 48px;
  }
  /* padding */
  .pd-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pd-top-54 {
    padding-top: 54px !important;
  }
  .pd-bottom-54 {
    padding-bottom: 54px;
  }
  /* margin */
  .mg-54 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .mg-top-54 {
    margin-top: 54px;
  }
  .mg-bottom-54 {
    margin-bottom: 54px;
  }
  /* padding */
  .pd-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pd-top-60 {
    padding-top: 60px !important;
  }
  .pd-bottom-60 {
    padding-bottom: 60px;
  }
  /* margin */
  .mg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mg-top-60 {
    margin-top: 60px;
  }
  .mg-bottom-60 {
    margin-bottom: 60px;
  }
  /* padding */
  .pd-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .pd-top-66 {
    padding-top: 66px !important;
  }
  .pd-bottom-66 {
    padding-bottom: 66px;
  }
  /* margin */
  .mg-66 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .mg-top-66 {
    margin-top: 66px;
  }
  .mg-bottom-66 {
    margin-bottom: 66px;
  }
  /* padding */
  .pd-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pd-top-72 {
    padding-top: 72px !important;
  }
  .pd-bottom-72 {
    padding-bottom: 72px;
  }
  /* margin */
  .mg-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .mg-top-72 {
    margin-top: 72px;
  }
  .mg-bottom-72 {
    margin-bottom: 72px;
  }
  /* padding */
  .pd-78 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .pd-top-78 {
    padding-top: 78px !important;
  }
  .pd-bottom-78 {
    padding-bottom: 78px;
  }
  /* margin */
  .mg-78 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  .mg-top-78 {
    margin-top: 78px;
  }
  .mg-bottom-78 {
    margin-bottom: 78px;
  }
  /* padding */
  .pd-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .pd-top-84 {
    padding-top: 84px !important;
  }
  .pd-bottom-84 {
    padding-bottom: 84px;
  }
  /* margin */
  .mg-84 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .mg-top-84 {
    margin-top: 84px;
  }
  .mg-bottom-84 {
    margin-bottom: 84px;
  }
  /* padding */
  .pd-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pd-top-90 {
    padding-top: 90px !important;
  }
  .pd-bottom-90 {
    padding-bottom: 90px;
  }
  /* margin */
  .mg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mg-top-90 {
    margin-top: 90px;
  }
  .mg-bottom-90 {
    margin-bottom: 90px;
  }
  /* padding */
  .pd-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pd-top-96 {
    padding-top: 96px !important;
  }
  .pd-bottom-96 {
    padding-bottom: 96px;
  }
  /* margin */
  .mg-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .mg-top-96 {
    margin-top: 96px;
  }
  .mg-bottom-96 {
    margin-bottom: 96px;
  }
  /* padding */
  .pd-102 {
    padding-top: 102px;
    padding-bottom: 102px;
  }
  .pd-top-102 {
    padding-top: 102px !important;
  }
  .pd-bottom-102 {
    padding-bottom: 102px;
  }
  /* margin */
  .mg-102 {
    margin-top: 102px;
    margin-bottom: 102px;
  }
  .mg-top-102 {
    margin-top: 102px;
  }
  .mg-bottom-102 {
    margin-bottom: 102px;
  }
  /* padding */
  .pd-108 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .pd-top-108 {
    padding-top: 108px !important;
  }
  .pd-bottom-108 {
    padding-bottom: 108px;
  }
  /* margin */
  .mg-108 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  .mg-top-108 {
    margin-top: 108px;
  }
  .mg-bottom-108 {
    margin-bottom: 108px;
  }
  /* padding */
  .pd-114 {
    padding-top: 114px;
    padding-bottom: 114px;
  }
  .pd-top-114 {
    padding-top: 114px !important;
  }
  .pd-bottom-114 {
    padding-bottom: 114px;
  }
  /* margin */
  .mg-114 {
    margin-top: 114px;
    margin-bottom: 114px;
  }
  .mg-top-114 {
    margin-top: 114px;
  }
  .mg-bottom-114 {
    margin-bottom: 114px;
  }
  /* padding */
  .pd-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pd-top-120 {
    padding-top: 120px !important;
  }
  .pd-bottom-120 {
    padding-bottom: 120px;
  }
  /* margin */
  .mg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mg-top-120 {
    margin-top: 120px;
  }
  .mg-bottom-120 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sp-pd-top-0 {
    padding-top: 0 !important;
  }
  /* padding */
  .sp-pd-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .sp-pd-top-6 {
    padding-top: 6px;
  }
  .sp-pd-bottom-6 {
    padding-bottom: 6px;
  }
  /* margin */
  .sp-mg-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .sp-mg-top-6 {
    margin-top: 6px;
  }
  .sp-mg-bottom-6 {
    margin-bottom: 6px;
  }
  /* padding */
  .sp-pd-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .sp-pd-top-12 {
    padding-top: 12px;
  }
  .sp-pd-bottom-12 {
    padding-bottom: 12px;
  }
  /* margin */
  .sp-mg-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .sp-mg-top-12 {
    margin-top: 12px;
  }
  .sp-mg-bottom-12 {
    margin-bottom: 12px;
  }
  /* padding */
  .sp-pd-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .sp-pd-top-18 {
    padding-top: 18px;
  }
  .sp-pd-bottom-18 {
    padding-bottom: 18px;
  }
  /* margin */
  .sp-mg-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .sp-mg-top-18 {
    margin-top: 18px;
  }
  .sp-mg-bottom-18 {
    margin-bottom: 18px;
  }
  /* padding */
  .sp-pd-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sp-pd-top-24 {
    padding-top: 24px;
  }
  .sp-pd-bottom-24 {
    padding-bottom: 24px;
  }
  /* margin */
  .sp-mg-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .sp-mg-top-24 {
    margin-top: 24px;
  }
  .sp-mg-bottom-24 {
    margin-bottom: 24px;
  }
  /* padding */
  .sp-pd-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sp-pd-top-30 {
    padding-top: 30px;
  }
  .sp-pd-bottom-30 {
    padding-bottom: 30px;
  }
  /* margin */
  .sp-mg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sp-mg-top-30 {
    margin-top: 30px;
  }
  .sp-mg-bottom-30 {
    margin-bottom: 30px;
  }
  /* padding */
  .sp-pd-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .sp-pd-top-36 {
    padding-top: 36px;
  }
  .sp-pd-bottom-36 {
    padding-bottom: 36px;
  }
  /* margin */
  .sp-mg-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .sp-mg-top-36 {
    margin-top: 36px;
  }
  .sp-mg-bottom-36 {
    margin-bottom: 36px;
  }
  /* padding */
  .sp-pd-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .sp-pd-top-42 {
    padding-top: 42px;
  }
  .sp-pd-bottom-42 {
    padding-bottom: 42px;
  }
  /* margin */
  .sp-mg-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .sp-mg-top-42 {
    margin-top: 42px;
  }
  .sp-mg-bottom-42 {
    margin-bottom: 42px;
  }
  /* padding */
  .sp-pd-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .sp-pd-top-48 {
    padding-top: 48px;
  }
  .sp-pd-bottom-48 {
    padding-bottom: 48px;
  }
  /* margin */
  .sp-mg-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .sp-mg-top-48 {
    margin-top: 48px;
  }
  .sp-mg-bottom-48 {
    margin-bottom: 48px;
  }
  /* padding */
  .sp-pd-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .sp-pd-top-54 {
    padding-top: 54px;
  }
  .sp-pd-bottom-54 {
    padding-bottom: 54px;
  }
  /* margin */
  .sp-mg-54 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .sp-mg-top-54 {
    margin-top: 54px;
  }
  .sp-mg-bottom-54 {
    margin-bottom: 54px;
  }
  /* padding */
  .sp-pd-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sp-pd-top-60 {
    padding-top: 60px;
  }
  .sp-pd-bottom-60 {
    padding-bottom: 60px;
  }
  /* margin */
  .sp-mg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sp-mg-top-60 {
    margin-top: 60px;
  }
  .sp-mg-bottom-60 {
    margin-bottom: 60px;
  }
  /* padding */
  .sp-pd-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .sp-pd-top-66 {
    padding-top: 66px;
  }
  .sp-pd-bottom-66 {
    padding-bottom: 66px;
  }
  /* margin */
  .sp-mg-66 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .sp-mg-top-66 {
    margin-top: 66px;
  }
  .sp-mg-bottom-66 {
    margin-bottom: 66px;
  }
  /* padding */
  .sp-pd-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .sp-pd-top-72 {
    padding-top: 72px;
  }
  .sp-pd-bottom-72 {
    padding-bottom: 72px;
  }
  /* margin */
  .sp-mg-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .sp-mg-top-72 {
    margin-top: 72px;
  }
  .sp-mg-bottom-72 {
    margin-bottom: 72px;
  }
  /* padding */
  .sp-pd-78 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .sp-pd-top-78 {
    padding-top: 78px;
  }
  .sp-pd-bottom-78 {
    padding-bottom: 78px;
  }
  /* margin */
  .sp-mg-78 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  .sp-mg-top-78 {
    margin-top: 78px;
  }
  .sp-mg-bottom-78 {
    margin-bottom: 78px;
  }
  /* padding */
  .sp-pd-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .sp-pd-top-84 {
    padding-top: 84px;
  }
  .sp-pd-bottom-84 {
    padding-bottom: 84px;
  }
  /* margin */
  .sp-mg-84 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .sp-mg-top-84 {
    margin-top: 84px;
  }
  .sp-mg-bottom-84 {
    margin-bottom: 84px;
  }
  /* padding */
  .sp-pd-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .sp-pd-top-90 {
    padding-top: 90px;
  }
  .sp-pd-bottom-90 {
    padding-bottom: 90px;
  }
  /* margin */
  .sp-mg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .sp-mg-top-90 {
    margin-top: 90px;
  }
  .sp-mg-bottom-90 {
    margin-bottom: 90px;
  }
  /* padding */
  .sp-pd-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .sp-pd-top-96 {
    padding-top: 96px;
  }
  .sp-pd-bottom-96 {
    padding-bottom: 96px;
  }
  /* margin */
  .sp-mg-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .sp-mg-top-96 {
    margin-top: 96px;
  }
  .sp-mg-bottom-96 {
    margin-bottom: 96px;
  }
  /* padding */
  .sp-pd-102 {
    padding-top: 102px;
    padding-bottom: 102px;
  }
  .sp-pd-top-102 {
    padding-top: 102px;
  }
  .sp-pd-bottom-102 {
    padding-bottom: 102px;
  }
  /* margin */
  .sp-mg-102 {
    margin-top: 102px;
    margin-bottom: 102px;
  }
  .sp-mg-top-102 {
    margin-top: 102px;
  }
  .sp-mg-bottom-102 {
    margin-bottom: 102px;
  }
  /* padding */
  .sp-pd-108 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .sp-pd-top-108 {
    padding-top: 108px;
  }
  .sp-pd-bottom-108 {
    padding-bottom: 108px;
  }
  /* margin */
  .sp-mg-108 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  .sp-mg-top-108 {
    margin-top: 108px;
  }
  .sp-mg-bottom-108 {
    margin-bottom: 108px;
  }
  /* padding */
  .sp-pd-114 {
    padding-top: 114px;
    padding-bottom: 114px;
  }
  .sp-pd-top-114 {
    padding-top: 114px;
  }
  .sp-pd-bottom-114 {
    padding-bottom: 114px;
  }
  /* margin */
  .sp-mg-114 {
    margin-top: 114px;
    margin-bottom: 114px;
  }
  .sp-mg-top-114 {
    margin-top: 114px;
  }
  .sp-mg-bottom-114 {
    margin-bottom: 114px;
  }
  /* padding */
  .sp-pd-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sp-pd-top-120 {
    padding-top: 120px;
  }
  .sp-pd-bottom-120 {
    padding-bottom: 120px;
  }
  /* margin */
  .sp-mg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .sp-mg-top-120 {
    margin-top: 120px;
  }
  .sp-mg-bottom-120 {
    margin-bottom: 120px;
  }
}
.u-align-top {
  vertical-align: top !important;
  align-self: flex-start !important;
}

.u-align-middle {
  vertical-align: middle !important;
  align-self: center !important;
}

.u-align-bottom {
  vertical-align: bottom !important;
  align-self: flex-end !important;
}

.u-align-center {
  text-align: center !important;
  justify-content: center !important;
}

.u-align-left {
  text-align: left !important;
  justify-content: flex-start !important;
}

.u-align-right {
  text-align: right !important;
  justify-content: flex-end !important;
}

@media screen and (max-width: 768px) {
  .sp-u-align-center {
    text-align: center !important;
  }
  .sp-u-align-left {
    text-align: left !important;
  }
  .sp-u-align-right {
    text-align: right !important;
  }
}
.u-hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

.u-relative {
  position: relative !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .u-sp-block {
    display: block !important;
  }
  .u-sp-inline-block {
    display: inline-block !important;
  }
}
/* PC and mobile */
.fs-4 {
  font-size: 4px;
}

.fs-6 {
  font-size: 6px;
}

.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

/* PC only */
@media screen and (min-width: 769px) {
  .pc-fs-4 {
    font-size: 4px;
  }
  .pc-fs-6 {
    font-size: 6px;
  }
  .pc-fs-8 {
    font-size: 8px;
  }
  .pc-fs-10 {
    font-size: 10px;
  }
  .pc-fs-12 {
    font-size: 12px;
  }
  .pc-fs-14 {
    font-size: 14px;
  }
  .pc-fs-16 {
    font-size: 16px;
  }
  .pc-fs-18 {
    font-size: 18px;
  }
  .pc-fs-20 {
    font-size: 20px;
  }
}
/* Mobile only */
@media screen and (max-width: 768px) {
  .sp-fs-4 {
    font-size: 4px;
  }
  .sp-fs-6 {
    font-size: 6px;
  }
  .sp-fs-8 {
    font-size: 8px;
  }
  .sp-fs-10 {
    font-size: 10px;
  }
  .sp-fs-12 {
    font-size: 12px;
  }
  .sp-fs-14 {
    font-size: 14px;
  }
  .sp-fs-16 {
    font-size: 16px;
  }
  .sp-fs-18 {
    font-size: 18px;
  }
  .sp-fs-20 {
    font-size: 20px;
  }
}
/* Additional common font sizes */
.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-48 {
  font-size: 48px;
}

@media screen and (min-width: 769px) {
  .pc-fs-12 {
    font-size: 12px;
  }
  .pc-fs-14 {
    font-size: 14px;
  }
  .pc-fs-16 {
    font-size: 16px;
  }
  .pc-fs-18 {
    font-size: 18px;
  }
  .pc-fs-24 {
    font-size: 24px;
  }
  .pc-fs-32 {
    font-size: 32px;
  }
  .pc-fs-48 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .sp-fs-12 {
    font-size: 12px;
  }
  .sp-fs-14 {
    font-size: 14px;
  }
  .sp-fs-16 {
    font-size: 16px;
  }
  .sp-fs-18 {
    font-size: 18px;
  }
  .sp-fs-24 {
    font-size: 24px;
  }
  .sp-fs-32 {
    font-size: 32px;
  }
  .sp-fs-48 {
    font-size: 48px;
  }
}