html.sfotaku-page-html {
  font-size: clamp(5px, 0.694444vw, 10px);
  scroll-padding-top: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  html.sfotaku-page-html {
    font-size: 2.67vw;
  }
}

html.sfotaku-form-page-html body {
  background-color: #F6F7F9;
}

body.sfotaku-page {
  font-size: 1.6rem;
  color: #222;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  /* modal base */
}
body.sfotaku-page.header-open {
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .sp-show {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .pc-show {
    display: none !important;
  }
}
body.sfotaku-page .cmn-title {
  letter-spacing: 0.04em;
}
body.sfotaku-page .cmn-title .ja {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .cmn-title .ja {
    font-size: 2.4rem;
  }
}
body.sfotaku-page .cmn-title .ja .small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .cmn-title .ja .small {
    font-size: 1.8rem;
  }
}
body.sfotaku-page .cmn-title .en {
  font-family: "DM Sans", sans-serif;
  display: block;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #888;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .cmn-title .en {
    margin-top: 0.4rem;
    font-size: 1.2rem;
  }
}
body.sfotaku-page .cmn-button {
  display: flex;
  gap: 1.6rem;
  font-weight: bold;
  color: #405695;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .cmn-button {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .cmn-button:hover {
    opacity: 0.7;
  }
}
body.sfotaku-page .sfotaku-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.4rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header {
    height: 8rem;
  }
}
body.sfotaku-page .sfotaku-header.is-open .sfotaku-header__logo {
  color: #fff;
}
body.sfotaku-page .sfotaku-header.is-open .sfotaku-header__body {
  opacity: 1;
  pointer-events: auto;
}
body.sfotaku-page .sfotaku-header.is-open .sfotaku-header__hamburger {
  background-color: #fff;
}
body.sfotaku-page .sfotaku-header.is-open .sfotaku-header__hamburger .line {
  background-color: #405695;
}
body.sfotaku-page .sfotaku-header.is-open .sfotaku-header__hamburger .line:nth-of-type(1) {
  transform: rotate(45deg) translate(0.45rem, 0.45rem);
}
body.sfotaku-page .sfotaku-header.is-open .sfotaku-header__hamburger .line:nth-of-type(2) {
  opacity: 0;
}
body.sfotaku-page .sfotaku-header.is-open .sfotaku-header__hamburger .line:nth-of-type(3) {
  transform: rotate(-45deg) translate(0.4rem, -0.4rem);
}
body.sfotaku-page .sfotaku-header__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 4rem;
  max-width: 1440px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header__inner {
    padding: 0 2rem;
  }
}
body.sfotaku-page .sfotaku-header__logo {
  position: relative;
  z-index: 2;
}
body.sfotaku-page .sfotaku-header__logo a {
  height: 100%;
  display: flex;
}
body.sfotaku-page .sfotaku-header__logo svg {
  width: 15.2rem;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header__body {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    z-index: 1;
    background-color: #405695;
    padding: 8.4rem 2rem 2rem;
  }
}
body.sfotaku-page .sfotaku-header__body-inner {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header__body-inner {
    background-color: #fff;
    flex-direction: column;
    gap: 0;
    border-radius: 0.6rem;
  }
}
body.sfotaku-page .sfotaku-header__nav {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header__nav {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .sfotaku-header__nav a {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .sfotaku-header__nav a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header__nav a {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 2.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.sfotaku-page .sfotaku-header__nav a:after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.46875%200.726562L16.001%208.72552L7.46875%2016.7245%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M0%208.72656H15.9979%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
body.sfotaku-page .sfotaku-header__buttons {
  display: flex;
  gap: 1.2rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header__buttons {
    flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem;
    width: 100%;
  }
}
body.sfotaku-page .sfotaku-header__button {
  padding: 0 1.6rem;
  border-radius: 0.6rem;
  background-color: #405695;
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 4rem;
  font-weight: bold;
  border: 0.2rem solid #405695;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header__button {
    position: relative;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
    justify-content: center;
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .sfotaku-header__button {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .sfotaku-header__button:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header__button > span {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header__button .icon {
    width: 1.5rem;
  }
}
body.sfotaku-page .sfotaku-header__button.--reverse {
  background-color: #F2F5FC;
  border: 0.25rem solid #405695;
  color: #405695;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header__button.--reverse .icon {
    width: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .sfotaku-header__button svg {
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-header__button .arrow {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    top: 2rem;
    right: 2rem;
  }
}
body.sfotaku-page .sfotaku-header__hamburger {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  background-color: #405695;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .sfotaku-header__hamburger {
    display: none;
  }
}
body.sfotaku-page .sfotaku-header__hamburger .line {
  width: 1.6rem;
  height: 0.2rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
body.sfotaku-page .sfotaku-footer {
  background-color: #F6F7F9;
}
body.sfotaku-page .sfotaku-footer__contact {
  max-width: 1440px;
  margin: auto;
  padding: 12rem 20rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-footer__contact {
    padding: 6.4rem 2rem;
    flex-direction: column;
    gap: 5.6rem;
  }
}
body.sfotaku-page .sfotaku-footer__contact .item {
  width: 52rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-footer__contact .item {
    width: 100%;
  }
}
body.sfotaku-page .sfotaku-footer__contact .title {
  margin: 2rem 0 0;
  font-size: 3.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-footer__contact .title {
    font-size: 2.4rem;
  }
}
body.sfotaku-page .sfotaku-footer__contact .title .en {
  font-size: 1.4rem;
  color: #888;
  margin: 0.8rem 0 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-footer__contact .title .en {
    font-size: 1.2rem;
    margin: 0.4rem 0 0;
    font-weight: 400;
  }
}
body.sfotaku-page .sfotaku-footer__contact .text {
  margin: 3.2rem 0 0;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-footer__contact .text {
    margin: 2.4rem 0 0;
    font-size: 1.6rem;
  }
}
body.sfotaku-page .sfotaku-footer__contact .icon {
  width: 8rem;
  height: 8rem;
}
body.sfotaku-page .sfotaku-footer__contact .button {
  position: relative;
  margin: 4rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  height: 5.6rem;
  color: #fff;
  background-color: #405695;
  border-radius: 0.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .sfotaku-footer__contact .button {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .sfotaku-footer__contact .button:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-footer__contact .button {
    width: 100%;
  }
}
body.sfotaku-page .sfotaku-footer__contact .button .arrow {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1.6rem;
  height: 1.6rem;
}
body.sfotaku-page .sfotaku-footer__contact .button.--reverse {
  background-color: #F2F5FC;
  border: 0.25rem solid #405695;
  color: #405695;
}
body.sfotaku-page .sfotaku-footer__bottom {
  background-color: #222;
  color: #fff;
}
body.sfotaku-page .sfotaku-footer__bottom-inner {
  max-width: 1440px;
  margin: auto;
  padding: 4rem 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-footer__bottom-inner {
    padding: 5.6rem 2rem;
    flex-direction: column;
    gap: 4.8rem;
    align-items: flex-start;
  }
}
body.sfotaku-page .sfotaku-footer__nav {
  display: flex;
  align-items: center;
  gap: 4rem;
  font-size: 1.4rem;
}
body.sfotaku-page .sfotaku-footer__nav a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .sfotaku-footer__nav a {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .sfotaku-footer__nav a:hover {
    opacity: 0.7;
  }
}
body.sfotaku-page .sfotaku-footer__nav .arrow {
  width: 1.2rem;
  height: 1.2rem;
}
body.sfotaku-page .sfotaku-footer__copy {
  font-size: 1.2rem;
}
body.sfotaku-page .cta-buttons {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-top: 1px solid #405695;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .cta-buttons {
    display: none;
  }
}
body.sfotaku-page .cta-buttons.is-fixed {
  opacity: 1;
}
body.sfotaku-page .cta-buttons__item {
  position: relative;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 5.6rem;
  background-color: #405695;
  color: #fff;
  font-weight: bold;
}
body.sfotaku-page .cta-buttons__item.--reverse {
  background-color: #F2F5FC;
  color: #405695;
}
body.sfotaku-page .cta-buttons__item .arrow {
  width: 1rem;
  height: 1rem;
  right: 2rem;
  top: 2.3rem;
  position: absolute;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
body.sfotaku-page .top-mv {
  background-image: url(../images/mv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-mv {
    background-image: url(../images/mv-bg-sp.png);
  }
}
body.sfotaku-page .top-mv__inner {
  max-width: 1440px;
  margin: auto;
}
body.sfotaku-page .top-mv__body {
  padding: 18rem 20rem 14rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-mv__body {
    padding: 12rem 2rem 6.4rem;
  }
}
body.sfotaku-page .top-mv__title {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-mv__title {
    font-size: 2.6rem;
  }
}
body.sfotaku-page .top-mv__box {
  margin: 2.4rem 0 0;
  width: 73rem;
  height: 9rem;
  background: #222;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-mv__box {
    width: 33rem;
    height: 4.3rem;
    margin: 1.4rem 0 0;
    letter-spacing: 0.01em;
  }
}
body.sfotaku-page .top-mv__box .typingText {
  font-size: 5.2rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-mv__box .typingText {
    font-size: 2.3rem;
  }
}
body.sfotaku-page .top-mv__box .typingText::after {
  content: "|";
  color: #fff;
  animation: blink 1s infinite;
}
body.sfotaku-page .top-mv__buttons {
  display: flex;
  gap: 2rem;
  margin: 5.6rem 0 0;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-mv__buttons {
    flex-direction: column;
    gap: 1.6rem;
    margin: 4.8rem 0 0;
  }
}
body.sfotaku-page .top-mv__button {
  position: relative;
  width: 32rem;
  height: 7.2rem;
  border-radius: 0.6rem;
  background-color: #405695;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .top-mv__button {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .top-mv__button:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-mv__button {
    position: relative;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
    justify-content: center;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-mv__button > span {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: bold;
  }
}
body.sfotaku-page .top-mv__button .icon {
  width: 1.5rem;
}
body.sfotaku-page .top-mv__button.--reverse {
  background-color: #F2F5FC;
  border: 0.25rem solid #405695;
  color: #405695;
}
body.sfotaku-page .top-mv__button.--reverse .icon {
  width: 2rem;
}
body.sfotaku-page .top-mv__button .arrow {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 2.8rem;
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-mv__button .arrow {
    top: 2rem;
  }
}
body.sfotaku-page .top-logo {
  padding: 4.6rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-logo {
    padding: 3rem 0;
  }
}
body.sfotaku-page .top-logo .slider_parent {
  position: relative;
  overflow: hidden;
}
body.sfotaku-page .top-logo .slider_parent .slider {
  display: flex;
  gap: 2rem;
}
body.sfotaku-page .top-logo .slider_parent ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
}
body.sfotaku-page .top-logo .slider_parent ul img {
  height: 8rem;
}
body.sfotaku-page .top-logo .slider_parent + .slider_parent {
  margin-top: 2rem;
}
body.sfotaku-page .top-logo .text_scroll {
  animation: scroll 40s linear infinite;
}
body.sfotaku-page .top-logo .text_scroll_reverse {
  animation: scroll 40s linear infinite;
  animation-direction: reverse !important;
}
body.sfotaku-page .top-logo .logos {
  flex-shrink: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-logo .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  body.sfotaku-page .top-logo .slider_parent ul li img {
    height: 5rem;
    width: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  body.sfotaku-page .top-logo .slider_parent ul li img {
    height: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-logo .text_scroll {
    animation: scroll 30s linear infinite;
  }
}
body.sfotaku-page .top-service {
  background-color: #F6F7F9;
}
body.sfotaku-page .top-service__inner {
  max-width: 1440px;
  margin: auto;
  padding: 12rem 20rem 12rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-service__inner {
    padding: 6.4rem 2rem;
  }
}
body.sfotaku-page .top-service__body {
  position: relative;
  margin: 4.8rem 0 14.4rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-service__body {
    margin: 2.4rem 0 4rem;
    display: flex;
    gap: 1.2rem;
    padding: 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-service__body > ul {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
    padding-top: 7.2rem;
  }
}
body.sfotaku-page .top-service__arrow {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-service__arrow {
    width: 4.5rem;
    flex-shrink: 0;
  }
}
body.sfotaku-page .top-service__item {
  border-radius: 0.6rem;
  border: 0.1rem solid #ccc;
  background-color: #fff;
  padding: 1.6rem 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  width: 20rem;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .top-service__item {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .top-service__item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-service__item {
    position: relative;
    padding: 1.6rem;
    width: 100%;
  }
}
body.sfotaku-page .top-service__item img {
  width: 1.6rem;
  height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .top-service__item:first-of-type {
    top: 15.4rem;
    left: 8rem;
  }
  body.sfotaku-page .top-service__item:nth-of-type(2) {
    top: 1.2rem;
    left: 30.7rem;
  }
  body.sfotaku-page .top-service__item:nth-of-type(3) {
    top: 15.4rem;
    right: 30.8rem;
  }
  body.sfotaku-page .top-service__item:nth-of-type(4) {
    top: 1.2rem;
    right: 7.9rem;
  }
}
body.sfotaku-page .top-service__other ul {
  margin: 3.2rem 0 0;
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-service__other ul {
    flex-direction: column;
    margin: 2rem 0 0;
    gap: 1.6rem;
  }
}
body.sfotaku-page .top-service__other li {
  width: 32rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-service__other li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
}
body.sfotaku-page .top-service__other li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-service__other li img {
    width: 14rem;
  }
}
body.sfotaku-page .top-service__other li .text {
  font-size: 1.8rem;
  margin: 2rem 0 0;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-service__other li .text {
    font-size: 1.6rem;
    margin: 0;
  }
}
body.sfotaku-page .top-service__other li .link {
  margin: 0.8rem 0 0;
  font-size: 1.4rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .top-service__other li .link {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .top-service__other li .link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-service__other li .link {
    gap: 0.45rem;
  }
}
body.sfotaku-page .top-service__other li .link:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.46875%200.726562L16.001%208.72552L7.46875%2016.7245%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M0%208.72656H15.9979%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
}
body.sfotaku-page .top-service__other-title {
  font-size: 2.4rem;
  font-weight: bold;
}
body.sfotaku-page .top-works__inner {
  max-width: 1440px;
  margin: auto;
  padding: 12rem 20rem 12rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-works__inner {
    padding: 6.4rem 2rem;
  }
}
body.sfotaku-page .top-works ul {
  margin: 4.8rem 0 0;
  display: flex;
  gap: 3.1rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-works ul {
    margin: 3.2rem 0 0;
    gap: 3.2rem;
    flex-direction: column;
  }
}
body.sfotaku-page .top-works li {
  width: 32rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-works li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .top-works li a {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .top-works li a:hover {
    opacity: 0.7;
  }
}
body.sfotaku-page .top-works li img {
  width: 32rem;
  height: 19.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-works li img {
    width: 33.5rem;
    height: 20.7rem;
  }
}
body.sfotaku-page .top-works h3 {
  font-size: 1.8rem;
  margin: 2rem 0 0;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-works h3 {
    margin: 1.6rem 0 0;
    font-size: 1.6rem;
  }
}
body.sfotaku-page .top-knowledge {
  background-color: #F6F7F9;
}
body.sfotaku-page .top-knowledge__inner {
  max-width: 1440px;
  margin: auto;
  padding: 12rem 20rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-knowledge__inner {
    padding: 6.4rem 2rem;
  }
}
body.sfotaku-page .top-knowledge__list {
  margin: 4.8rem 0 5.6rem;
  display: flex;
  gap: 4.8rem 3rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-knowledge__list {
    margin: 3.2rem 0 4.8rem;
    gap: 3.2rem;
    flex-direction: column;
  }
}
body.sfotaku-page .top-knowledge__item {
  width: 32rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-knowledge__item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .top-knowledge__item a {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .top-knowledge__item a:hover {
    opacity: 0.7;
  }
}
body.sfotaku-page .top-knowledge__item img {
  width: 100%;
  height: 19.8rem;
  border-radius: 0.6rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-knowledge__item img {
    height: auto;
  }
}
body.sfotaku-page .top-knowledge__item .title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin: 2rem 0 1.2rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-knowledge__item .title {
    margin: 1.6rem 0 1.2rem;
  }
}
body.sfotaku-page .top-knowledge__item .tags {
  display: flex;
  gap: 0.8rem;
}
body.sfotaku-page .top-knowledge__item .tag {
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.4rem 0.8rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-knowledge__item .tag {
    font-size: 1.4rem;
  }
}
body.sfotaku-page .top-youtube__inner {
  max-width: 1440px;
  margin: auto;
  padding: 12rem 20rem 12rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-youtube__inner {
    padding: 6.4rem 2rem;
  }
}
body.sfotaku-page .top-youtube__list {
  margin: 4.8rem 0 5.6rem;
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-youtube__list {
    gap: 3.2rem;
    margin: 3.2rem 0 4.8rem;
    flex-direction: column;
  }
}
body.sfotaku-page .top-youtube__list iframe {
  width: 32rem;
  height: 18rem;
  border-radius: 0.6rem;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .top-youtube__list iframe {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .top-youtube__list iframe:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .top-youtube__list iframe {
    width: 33.5rem;
    height: 19rem;
  }
}
body.sfotaku-page .form-header {
  padding: 4.4rem 4rem;
  width: 144rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-header {
    width: 100%;
    padding: 3.2rem 2rem;
  }
}
body.sfotaku-page .form-header__logo svg {
  width: 15.2rem;
}
body.sfotaku-page .form-footer {
  background-color: #222;
  color: #fff;
  padding: 3rem 0;
  font-size: 1.2rem;
  text-align: center;
}
body.sfotaku-page .form-body {
  margin: 1.6rem auto 12rem;
  width: 124rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-body {
    width: 100%;
    margin: 2.4rem 0 8rem;
  }
}
body.sfotaku-page .form-body h1.title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-body h1.title {
    gap: 0.4rem;
  }
}
body.sfotaku-page .form-body h1.title .ja {
  font-size: 3.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-body h1.title .ja {
    font-size: 2.4rem;
  }
}
body.sfotaku-page .form-body h1.title .en {
  font-size: 1.4rem;
  font-weight: 400;
  color: #888;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-body h1.title .en {
    font-size: 1.2rem;
  }
}
body.sfotaku-page .form-body .title-simple {
  margin: 1.6rem 0 2.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-body .title-simple {
    font-size: 2.4rem;
    margin: 0 2rem 1.6rem;
    text-align: left;
  }
}
body.sfotaku-page .form-body .text {
  margin: 4rem 0 5.6rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-body .text {
    margin: 3.2rem 0 0;
  }
}
body.sfotaku-page .form-body .text a {
  text-decoration: underline;
}
body.sfotaku-page .form-body .title-h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-body .title-h2 {
    display: none;
  }
}
body.sfotaku-page .form-body .images {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-body .images {
    display: none;
  }
}
body.sfotaku-page .form-body .images--two {
  gap: 2rem;
}
body.sfotaku-page .form-body .images--two img {
  width: calc(50% - 1rem);
}
body.sfotaku-page .form-body .images--three {
  gap: 2rem;
}
body.sfotaku-page .form-body .images--three img {
  width: calc(33% - 1.3rem);
}
body.sfotaku-page .form-body__two-column {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-body__two-column {
    flex-direction: column;
    gap: 0;
  }
}
body.sfotaku-page .form-body__two-column .left {
  width: 48rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-body__two-column .left {
    padding: 0 0 4rem;
    width: calc(100% - 4rem);
    margin: 0 2rem 4rem;
    border-bottom: 1px solid #ccc;
  }
}
body.sfotaku-page .form-body__two-column .right {
  width: 48rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .form-body__two-column .right {
    width: 100%;
  }
}
body.sfotaku-page .sfotaku-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
body.sfotaku-page .sfotaku-modal.is-open {
  display: flex;
}
body.sfotaku-page .sfotaku-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
body.sfotaku-page .sfotaku-modal__panel {
  position: relative;
}
body.sfotaku-page .sfotaku-modal__body {
  width: 80rem;
  max-height: 90vh;
  background: #fff;
  border-radius: 0.6rem;
  z-index: 1;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.sfotaku-page .sfotaku-modal__body::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__body {
    width: 89vw;
    max-height: 84vh;
  }
}
body.sfotaku-page .sfotaku-modal__inner {
  padding: 8rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__inner {
    padding: 6rem 2rem;
  }
}
body.sfotaku-page .sfotaku-modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
body.sfotaku-page .sfotaku-modal__close:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2238%22%20height%3D%2238%22%20rx%3D%225%22%20fill%3D%22%23F2F5FC%22%20stroke%3D%22%23405695%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M14%2014L25.9971%2025.9987%22%20stroke%3D%22%23405695%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M26%2014L14.0029%2025.9987%22%20stroke%3D%22%23405695%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 4rem;
  height: 4rem;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__close {
    top: 1rem;
    right: 1rem;
  }
}
body.sfotaku-page .sfotaku-modal__title {
  font-size: 2.6rem;
  background-color: #222;
  color: #f6f6f6;
  padding: 0 0.8rem 0.4rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__title {
    font-size: 1.8rem;
    padding: 0 0.8rem 0.2rem;
  }
}
body.sfotaku-page .sfotaku-modal__subtitle {
  margin: 1.2rem 0 0;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__subtitle {
    font-size: 1.8rem;
  }
}
body.sfotaku-page .sfotaku-modal__subtitle strong {
  font-size: 3.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__subtitle strong {
    font-size: 2.2rem;
  }
}
body.sfotaku-page .sfotaku-modal__text {
  margin: 3.5rem 0 0;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__text {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
  }
}
body.sfotaku-page .sfotaku-modal__item {
  position: relative;
  margin: 5.7rem 0 0;
  border: 1px solid #222;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__item {
    margin: 4rem 0 0;
  }
}
body.sfotaku-page .sfotaku-modal__item .title {
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #fff;
  position: absolute;
  top: -1.7rem;
  left: 2.2rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__item .title {
    font-size: 1.7rem;
    top: -1.4rem;
    left: 1.2rem;
    padding: 0 1rem;
  }
}
body.sfotaku-page .sfotaku-modal__item ul {
  padding: 4rem 3.2rem 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__item ul {
    padding: 3rem 2rem 2.2rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
body.sfotaku-page .sfotaku-modal__item li {
  display: flex;
  gap: 0.5rem;
}
body.sfotaku-page .sfotaku-modal__item li:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #405695;
  border-radius: 50%;
  margin-top: 1.1rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__item li:before {
    margin-top: 0.8rem;
  }
}
body.sfotaku-page .sfotaku-modal__button {
  margin: 5.6rem auto 0;
  position: relative;
  width: 32rem;
  height: 5.6rem;
  border-radius: 0.6rem;
  background-color: #F2F5FC;
  border: 0.25rem solid #405695;
  color: #405695;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  body.sfotaku-page .sfotaku-modal__button {
    transition: opacity 0.3s ease-in-out;
  }
  body.sfotaku-page .sfotaku-modal__button:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__button {
    position: relative;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
    justify-content: center;
    font-weight: bold;
    margin: 4rem auto 0;
  }
}
body.sfotaku-page .sfotaku-modal__button .arrow {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 1.8rem;
  right: 1.8rem;
}
@media only screen and (max-width: 767px) {
  body.sfotaku-page .sfotaku-modal__button .arrow {
    top: 2rem;
  }
}

.single-case__body {
  padding: 10.4rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .single-case__body {
    padding: 10.4rem 1.6rem 0;
  }
}
.single-case__inner {
  width: 104rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.p-case-section-02 {
  margin-bottom: 16rem;
}
.p-case-section-02__headingWrapper {
  width: 96rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14rem;
  padding-bottom: 6.5rem;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 767px) {
  .p-case-section-02__headingWrapper {
    padding-top: 1rem;
    padding-bottom: 5.6rem;
  }
}
.p-case-section-02__heading01 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.34;
}
.p-case-section-02__name {
  margin-bottom: 1.3rem;
  font-size: 1.8rem;
}
.p-case-section-02__eyecatch {
  height: 14.5rem;
}
.p-case-section-02__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case-section-02__textWrapper {
  margin-top: 4rem;
}
.p-case-section-02__textWrapper p {
  font-size: 1.8rem;
  padding-left: 2.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-case-section-02__textWrapper p {
    font-size: 1.4rem;
  }
}
.p-case-section-02__textWrapper p:first-of-type {
  position: relative;
  padding-left: 2.5rem;
}
.p-case-section-02__textWrapper p:first-of-type::before {
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 1.2rem;
  height: 1px;
  background-color: #000;
  content: "";
}
@media only screen and (max-width: 767px) {
  .p-case-section-02__textWrapper p:first-of-type::before {
    top: 1.1rem;
  }
}
.p-case-section-02__textWrapper h2 {
  margin-top: 7rem;
  margin-bottom: 4.9rem;
  font-size: 3.2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-case-section-02__textWrapper h2 {
    font-size: 2rem;
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
  }
}
.p-case-section-02__textWrapper h2:not(:first-of-type) {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-case-section-02__textWrapper h2:not(:first-of-type) {
    margin-top: 4.8rem;
  }
}
.p-case-section-02__textWrapper h3 {
  position: relative;
  margin-bottom: 1.8rem;
  padding-left: 2.5rem;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: -0.005em;
}
@media only screen and (max-width: 767px) {
  .p-case-section-02__textWrapper h3 {
    font-size: 1.8rem;
  }
}
.p-case-section-02__textWrapper h3:not(:first-of-type) {
  margin-top: 6.2rem;
}
@media only screen and (max-width: 767px) {
  .p-case-section-02__textWrapper h3:not(:first-of-type) {
    margin-top: 3.2rem;
  }
}
.p-case-section-02__textWrapper h3::before {
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 1.2rem;
  height: 0.2rem;
  background-color: #000;
  content: "";
}
@media only screen and (max-width: 767px) {
  .p-case-section-02__textWrapper h3::before {
    top: 1.4rem;
  }
}

.c-contentBlock02 {
  width: 108rem;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-contentBlock02 {
    width: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

.c-breadCrumb {
  margin-top: 19.7rem;
  margin-bottom: 4.7rem;
}
@media only screen and (max-width: 767px) {
  .c-breadCrumb {
    margin-top: 12rem;
    margin-bottom: 4rem;
  }
}
.c-breadCrumb__list {
  display: flex;
  gap: 2.8rem;
}
.c-breadCrumb__item {
  position: relative;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .c-breadCrumb__item {
    font-size: 1.2rem;
  }
}
.c-breadCrumb__item:first-of-type a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.c-breadCrumb__item:last-of-type a {
  pointer-events: none;
}
.c-breadCrumb__item:after {
  display: block;
  position: absolute;
  top: 1.3rem;
  left: calc(100% + 0.9rem);
  width: 0.6rem;
  height: 0.6rem;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  content: "";
}
@media only screen and (max-width: 767px) {
  .c-breadCrumb__item:after {
    top: 1.2rem;
  }
}
.c-breadCrumb__item:last-of-type::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-case-section-02 {
    margin-bottom: 36.7rem;
  }
  .p-case-section-02__heading01 {
    font-size: 3.4rem;
  }
  .p-case-section-02__name {
    font-size: 2.2rem;
  }
  .p-case-section-02__eyecatch {
    width: 80rem;
    height: 34rem;
    margin-right: auto;
    margin-left: auto;
  }
  .p-case-section-02__logo {
    width: 80rem;
    margin-right: auto;
    margin-left: auto;
  }
  .p-case-section-02__textWrapper {
    width: 96rem;
    max-width: 100%;
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
  }
}/*# sourceMappingURL=sfotaku.css.map */