@charset "UTF-8";
@font-face {
  font-family: RyuminPro-Regular;
  src: url(../font/A-OTF-RyuminPro-Regular.otf) format("opentype");
}
@font-face {
  font-family: Futura-Medium;
  src: url(../font/Futura_PT_Medium.otf) format("opentype");
}
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

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

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

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

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.frontview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.frontview video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontview .catch__text {
  position: absolute;
  top: calc(50% + 3.4rem);
  left: calc(50% - 64rem + 10rem);
  transform: translateY(-50%);
}
.frontview .catch__text.is-show h1 .bar span {
  transform: translate3d(0, 0, 0);
}
.frontview .catch__text.is-show p .bar span {
  transform: translate3d(0, 0, 0);
}
.frontview .catch__text h1 {
  font-weight: normal;
  font-size: 10rem;
  letter-spacing: 0.04em;
  line-height: 14.1rem;
  text-align: left;
  color: #003985;
}
.frontview .catch__text h1 .bar {
  display: inline-block;
  overflow: hidden;
}
.frontview .catch__text h1 .bar span {
  transition: 0.7s;
  transform: translate3d(0, 109%, 0);
  display: inline-block;
}
.frontview .catch__text p {
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.12em;
  line-height: 6.13rem;
  margin-top: 7.5rem;
  text-align: left;
  color: #1a1311;
}
.frontview .catch__text p .bar {
  display: inline-block;
  overflow: hidden;
}
.frontview .catch__text p .bar span {
  transition: 0.7s;
  transform: translate3d(0, 109%, 0);
  display: inline-block;
}
.frontview .scroll__bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 10rem;
}
.frontview .scroll__bar .lbl {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
  color: #1a1311;
}
.frontview .scroll__bar .icon {
  width: 2rem;
  display: flex;
  margin-top: 1rem;
}

header {
  width: 100%;
  padding: 2.5rem 0 2.5rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: 0.5s;
  opacity: 1;
}
header.fixed {
  padding: 1.5rem 0 1.5rem 5rem;
  position: fixed;
  animation: fadeIn 0.5s forwards;
  background: white;
}
header.is-show {
  opacity: 1;
  transform: translate(0);
}
header .logo {
  width: 27.79rem;
  display: flex;
  transition: 0.3s;
}
header .logo:hover {
  opacity: 0.7;
}
header nav {
  padding: 0.4rem 1rem 0.4rem 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header nav .nav-menu {
  width: 59rem;
  height: 66rem;
  padding: 8rem 5.8rem;
  background: #003985;
  position: absolute;
  top: -1rem;
  right: 2rem;
  display: none;
}
header nav .nav-menu .logo {
  width: 29.2rem;
  display: flex;
}
header nav .nav-menu .w-menu {
  margin-top: 11rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header nav .nav-menu .w-menu li {
  width: 22rem;
  padding: 2rem 0;
}
header nav .nav-menu .w-menu li:nth-child(2n) {
  width: 18rem;
}
header nav .nav-menu .w-menu li a {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  position: relative;
}
header nav .nav-menu .w-menu li a:hover {
  opacity: 1;
}
header nav .nav-menu .w-menu li a:hover:after {
  width: 100%;
}
header nav .nav-menu .w-menu li a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.1rem solid #fff;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  transition: 0.3s;
}
header nav .nav-menu .w-menu li .btn {
  width: 18.74rem;
  height: 4.88rem;
  border-radius: 2.44rem;
  background: #30a053;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
header nav .nav-menu .w-menu li .btn:hover {
  background: white;
}
header nav .nav-menu .w-menu li .btn:hover span {
  color: #30a053;
}
header nav .nav-menu .w-menu li .btn:after {
  content: unset;
}
header nav .nav-menu .w-menu li .btn.c01 {
  background: #1a1311;
}
header nav .nav-menu .w-menu li .btn.c01:hover {
  background: white;
}
header nav .nav-menu .w-menu li .btn.c01:hover span {
  color: #1A1311;
}
header nav .nav-menu .w-menu li .btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  color: #fff;
  transition: 0.3s;
}
header nav .nav-menu .insta__privacy {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .nav-menu .insta__privacy a {
  transition: 0.3s;
}
header nav .nav-menu .insta__privacy a:hover {
  opacity: 0.7;
}
header nav .nav-menu .insta__privacy .insta {
  width: 1.92rem;
  display: flex;
}
header nav .nav-menu .insta__privacy .privacy {
  display: flex;
  align-items: center;
}
header nav .nav-menu .insta__privacy .privacy .icon {
  width: 1.08rem;
  margin-right: 0.8rem;
  display: flex;
}
header nav .nav-menu .insta__privacy .privacy .lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  color: #fff;
}
header nav ul {
  display: flex;
  justify-content: center;
}
header nav ul li {
  padding: 0 2rem;
}
header nav ul li a {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.45rem;
  text-align: right;
  color: #003985;
  transition: 0.3s;
}
header nav ul li a:hover {
  opacity: 0.7;
}
header nav .p-menu {
  padding: 0 2rem;
  margin-left: 2rem;
  background: #30a053;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
header nav .p-menu.open {
  background: transparent;
}
header nav .p-menu.open .p__lbl {
  opacity: 0;
}
header nav .p-menu.open .sp-menu span:nth-child(1) {
  top: 0.5rem;
  transform: rotate(45deg);
}
header nav .p-menu.open .sp-menu span:nth-child(2) {
  width: 0;
}
header nav .p-menu.open .sp-menu span:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-45deg);
}
header nav .p-menu .p__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  line-height: 2.8rem;
  text-align: right;
  color: #fff;
  transition: 0.3s;
}
header nav .p-menu .sp-menu {
  width: 4.34rem;
  height: 1.04rem;
  margin-left: 2.4rem;
  position: relative;
}
header nav .p-menu .sp-menu span {
  width: 100%;
  height: 0rem;
  background: transparent;
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
header nav .p-menu .sp-menu span + span {
  top: 0.5rem;
}
header nav .p-menu .sp-menu span + span + span {
  top: 1rem;
}

.sp-link-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.sp-link-bar ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp-link-bar ul li {
  width: 90rem;
  height: 35rem;
}
.sp-link-bar ul li.contact a {
  background: #15AE67;
}
.sp-link-bar ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003985;
  font-size: 16rem;
  font-weight: 600;
  color: white;
}

.problem__slider {
  height: 100vh;
  position: relative;
  z-index: -1;
}
.problem__slider .swiper-wrapper {
  height: 100%;
}

.problem__item {
  width: 100%;
  height: 100vh;
  display: flex;
  background: #fff;
  position: relative;
}
.problem__item.c01:after {
  background: #1A1311;
}
.problem__item.c01 h2 {
  color: white;
}
.problem__item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
.problem__item h2 {
  width: 100%;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: center;
  color: #1a1311;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.problem__item h2 span {
  line-height: 1.7;
  font-size: 3.5rem;
  display: block;
}

.detail__content {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background: url(../img/bg.webp);
  background-size: cover;
  padding: 16rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.detail__content .scroll__bar {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.detail__content .scroll__bar .lbl {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
  color: #1a1311;
}
.detail__content .scroll__bar .icon {
  width: 2rem;
  display: flex;
  margin-top: 1rem;
}
.detail__content p {
  font-weight: normal;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: center;
  color: #003985;
}
.detail__content p span {
  font-size: 4rem;
  color: #1A1311;
  line-height: 1.7;
}

.space-min {
  width: 100%;
  height: 20vh;
  position: sticky;
  top: 0;
}

.problem__reason {
  width: auto;
  margin: auto;
  padding: 10rem 0;
}
.problem__reason .title__wrapper {
  width: 110rem;
  margin: auto;
}
.problem__reason .title__wrapper .t__gap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  color: #30a053;
}
.problem__reason .title__wrapper .t__txt {
  font-weight: normal;
  font-size: 4rem;
  line-height: 7rem;
  margin-top: 1.2rem;
  text-align: left;
  color: #003985;
}
.problem__reason .reason-detail {
  width: 95rem;
  margin: auto;
  margin-top: 12rem;
}
.problem__reason .reason-detail .c__image {
  width: 100%;
  display: flex;
}
.problem__reason .reason-detail .c__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-top: 2.6rem;
  text-align: left;
  color: #1a1311;
}
.problem__reason .reason__items {
  width: 110rem;
  margin: auto;
  margin-top: 6.6rem;
  display: flex;
  justify-content: space-between;
}
.problem__reason .reason__items .r__item {
  width: 30rem;
}
.problem__reason .reason__items .r__item:nth-child(2) {
  animation-delay: 0.3s;
}
.problem__reason .reason__items .r__item:nth-child(3) {
  animation-delay: 0.6s;
}
.problem__reason .reason__items .r__item .c__image {
  width: 30rem;
  display: flex;
}
.problem__reason .reason__items .r__item .content__text {
  margin-top: 4rem;
}
.problem__reason .reason__items .r__item .content__text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: left;
  color: #1a1311;
}
.problem__reason .reason__items .r__item .content__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.8rem;
  margin-top: 2.2rem;
  text-align: justify;
  color: #1a1311;
}

.service__content {
  width: 100%;
  height: auto;
  padding: 6rem 0;
  background: url(../img/service_bg.webp);
  background-size: 100% 100%;
}
.service__content .title__wrapper {
  width: 110rem;
  margin: auto;
}
.service__content .title__wrapper .t__gap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  color: #30a053;
}
.service__content .title__wrapper .t__txt {
  font-weight: normal;
  font-size: 4rem;
  line-height: 7rem;
  margin-top: 1.2rem;
  text-align: left;
  color: #003985;
}
.service__content .service__items {
  width: 77rem;
  margin: auto;
  margin-top: 12rem;
}
.service__content .service__items .s__item {
  width: 100%;
  margin-bottom: 10rem;
}
.service__content .service__items .s__item .c__image {
  width: 100%;
  display: flex;
  position: relative;
}
.service__content .service__items .s__item .c__image p {
  font-weight: 600;
  font-size: 2rem;
  line-height: 4.3rem;
  text-align: left;
  color: #1a1311;
  position: absolute;
  left: 0;
  top: 2.5rem;
}
.service__content .service__items .s__item .c__image p span {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 0 0.8rem;
  margin: 0.45rem 0;
}
.service__content .service__items .s__item .content__text {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.service__content .service__items .s__item .content__text .t__text .t__lbl {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  text-align: left;
  color: #1a1311;
}
.service__content .service__items .s__item .content__text .t__text .t__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-top: 3rem;
  text-align: justify;
  color: #1a1311;
}
.service__content .service__items .s__item .content__text .t__text .c__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin-top: 2rem;
  text-align: justify;
  color: #1a1311;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.service__content .service__items .s__item .content__text .ct__content {
  width: 46rem;
}
.service__content .service__items .s__item .content__text .ct__content .c__list li {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.2rem;
  padding-left: 2.2rem;
  position: relative;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.63rem;
  text-align: left;
  color: #1a1311;
}
.service__content .service__items .s__item .content__text .ct__content .c__list li:after {
  content: "▶";
  font-size: 1.5rem;
  color: #30A053;
  position: absolute;
  left: 0;
  top: 0;
}
.service__content .service__items .s__item .content__text .ct__content .price__content {
  width: 100%;
  margin-top: 2.5rem;
  border-top: 0.1rem solid #1a1311;
  padding-top: 1.5rem;
}
.service__content .service__items .s__item .content__text .ct__content .price__content .p__item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.service__content .service__items .s__item .content__text .ct__content .price__content .p__item .lbl {
  width: 10rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-right: 1.5rem;
  margin-bottom: 0.2rem;
  text-align: left;
  color: #1a1311;
}
.service__content .service__items .s__item .content__text .ct__content .price__content .p__item .price {
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 1.2;
  text-align: left;
  color: #1a1311;
  position: relative;
}
.service__content .service__items .s__item .content__text .ct__content .price__content .p__item .price .n__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2.1rem;
  text-align: left;
  color: #1a1311;
  position: absolute;
  right: 0;
  bottom: -1.8rem;
}
.service__content .service__items .s__item .content__text .ct__content .price__content .p__item .price .gap {
  font-weight: 600;
  font-size: 2rem;
}
.service__content .service__items .s__item .content__text .ct__content .price__content .p__item .price .np {
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 0.5rem;
  font-size: 1.6rem;
}
.service__content .service__items .s__item .content__text .ct__content .price__content .detail__btn {
  width: 18.06rem;
  height: 6.34rem;
  margin: 2.5rem 0 2.5rem auto;
  border-radius: 1rem;
  background: white;
  border: 0.1rem solid #1a1311;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.service__content .service__items .s__item .content__text .ct__content .price__content .detail__btn:hover {
  background: #1a1311;
}
.service__content .service__items .s__item .content__text .ct__content .price__content .detail__btn:hover span {
  color: white;
}
.service__content .service__items .s__item .content__text .ct__content .price__content .detail__btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  color: #1a1311;
  transition: 0.3s;
}
.service__content .service__items .s__item .content__text .ct__content .price__content .g__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin-top: 2rem;
  text-align: left;
  color: #1a1311;
}
.service__content .service__items .s__item .gap__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.63rem;
  margin-top: 2.7rem;
  text-align: left;
  color: #1a1311;
}
.service__content .service__items .s__item .gap__txt span {
  display: inline-block;
  padding-left: 2rem;
  text-indent: -1.5rem;
}
.service__content .contact__content {
  width: 95rem;
  background: url(../img/contact_bg.webp);
  background-size: 100% 100%;
  margin: auto;
  margin-top: 9rem;
  padding: 2.5rem 3rem;
}
.service__content .contact__content .c__lbl {
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 6.13rem;
  text-align: left;
  color: #1a1311;
}
.service__content .contact__content .tel__part {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.service__content .contact__content .tel__part .t__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: center;
  color: #1a1311;
}
.service__content .contact__content .tel__part .tel {
  display: flex;
  align-items: center;
  margin-left: 4rem;
}
.service__content .contact__content .tel__part .tel .icon {
  width: 2.7rem;
  margin-top: 0.4rem;
  display: flex;
  margin-right: 1rem;
}
.service__content .contact__content .tel__part .tel .lbl {
  font-weight: 600;
  font-size: 3rem;
  line-height: 5.25rem;
  text-align: left;
  color: #003985;
}
.service__content .contact__content .mail__btn {
  width: 57rem;
  height: 5.5rem;
  margin-top: 3.2rem;
  margin-top: 2.8rem;
  background: #30a053;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service__content .contact__content .mail__btn:hover {
  background: white;
}
.service__content .contact__content .mail__btn:hover .lbl {
  color: #30a053;
}
.service__content .contact__content .mail__btn:hover .icon svg path {
  stroke: #30a053;
}
.service__content .contact__content .mail__btn:hover .icon svg line {
  stroke: #30a053;
}
.service__content .contact__content .mail__btn .icon {
  width: 3.36rem;
  margin-right: 1.8rem;
  display: flex;
}
.service__content .contact__content .mail__btn .icon svg {
  width: 100%;
  height: 100%;
}
.service__content .contact__content .mail__btn .icon svg path {
  transition: 0.3s;
}
.service__content .contact__content .mail__btn .icon svg line {
  transition: 0.3s;
}
.service__content .contact__content .mail__btn .lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: center;
  color: #fff;
}

.case__content {
  padding: 11rem 0;
  background: #ebebeb;
}
.case__content .title__wrapper {
  width: 110rem;
  margin: auto;
}
.case__content .title__wrapper .t__gap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  color: #30a053;
}
.case__content .title__wrapper .t__txt {
  font-weight: normal;
  font-size: 4rem;
  line-height: 7rem;
  margin-top: 1.2rem;
  text-align: left;
  color: #003985;
}
.case__content .case__items {
  width: 95rem;
  margin: auto;
  margin-bottom: 6rem;
  margin-top: 13rem;
}
.case__content .case__items .c__item {
  margin-bottom: 6rem;
}
.case__content .case__items .c__item .c__lbl {
  width: 100%;
  height: 5.56rem;
  border-radius: 2.78rem;
  padding-left: 2.9rem;
  background: #003985;
  display: flex;
  justify-content: left;
  align-items: center;
}
.case__content .case__items .c__item .c__lbl span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: left;
  color: #fff;
}
.case__content .case__items .c__item .c__content {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}
.case__content .case__items .c__item .c__content .c__part {
  width: 45rem;
}
.case__content .case__items .c__item .c__content .c__part .part {
  width: 43.6rem;
  height: 14.38rem;
  background: url(../img/part_bg.webp);
  background-size: 100% 100%;
  padding: 2.4rem 4rem;
}
.case__content .case__items .c__item .c__content .c__part .part span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  color: #1a1311;
}
.case__content .case__items .c__item .c__content .c__part table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 3.5rem;
}
.case__content .case__items .c__item .c__content .c__part table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 0.5rem 0;
  text-align: left;
  color: #003985;
}
.case__content .case__items .c__item .c__content .c__part table tr td:first-child {
  width: 13rem;
  vertical-align: top;
}
.case__content .case__items .c__item .c__content .c__part table tr td:first-child .lbl {
  width: 10.8rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  background: transparent;
  border: 0.1rem solid #1a1311;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.45rem;
  text-align: center;
  color: #1a1311;
}
.case__content .case__items .c__item .c__content .c__part .gap__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.03em;
  text-align: left;
  color: #1a1311;
}
.case__content .case__items .note__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.8rem;
  margin-top: 5rem;
  text-align: right;
  color: #1a1311;
}

.flow-faq {
  padding: 10rem 0;
  background: url(../img/faq-case-bg.webp);
  background-size: 100% 100%;
}
.flow-faq .title__wrapper {
  width: 110rem;
  margin: auto;
}
.flow-faq .title__wrapper .t__gap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  color: #30a053;
}
.flow-faq .title__wrapper .t__txt {
  font-weight: normal;
  font-size: 4rem;
  line-height: 7rem;
  margin-top: 1.2rem;
  text-align: left;
  color: #003985;
}
.flow-faq .flow__items {
  width: 77rem;
  margin: auto;
  margin-top: 12rem;
  margin-bottom: 18rem;
}
.flow-faq .flow__items .f__item {
  width: 77rem;
  height: auto;
  padding: 3rem;
  background: #fff;
  display: flex;
  align-items: flex-start;
}
.flow-faq .flow__items .f__item .f__part {
  width: 14rem;
}
.flow-faq .flow__items .f__item .f__part .f__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  color: #1a1311;
}
.flow-faq .flow__items .f__item .f__part .icon {
  width: 8.7rem;
  display: flex;
  margin: auto;
  margin-top: 2rem;
}
.flow-faq .flow__items .f__item .f__part .icon.c01 {
  width: 10rem;
}
.flow-faq .flow__items .f__item .content__text {
  padding-left: 3rem;
}
.flow-faq .flow__items .f__item .content__text .c__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: left;
  color: #1a1311;
}
.flow-faq .flow__items .f__item .content__text .c__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-top: 1.5rem;
  text-align: left;
  color: #1a1311;
}
.flow-faq .flow__items .f__item .content__text .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 2rem;
  line-height: 2.63rem;
  text-align: left;
  color: #1a1311;
}
.flow-faq .flow__items .f__item .content__text .n__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2.1rem;
  padding-left: 10rem;
  text-align: left;
  color: #1a1311;
}
.flow-faq .flow__items .f__arrow {
  width: 1.04rem;
  margin: 1.4rem auto;
}
.flow-faq .faq__items {
  width: 95rem;
  margin: auto;
  margin-top: 13rem;
}
.flow-faq .faq__items .f__item {
  width: 100%;
  height: auto;
  padding: 2rem 3rem;
  background: #fff;
  border: 0.4rem solid #ebebeb;
  border-bottom: 0;
}
.flow-faq .faq__items .f__item:last-child {
  border-bottom: 0.4rem solid #ebebeb;
}
.flow-faq .faq__items .f__item .title {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.flow-faq .faq__items .f__item .title.open .down__arrow {
  transform: scale(-1, -1) translateY(-50%);
}
.flow-faq .faq__items .f__item .title .down__arrow {
  width: 2.3rem;
  height: 1.8rem;
  background: url(../img/down_arrow.webp);
  background-size: 100% 100%;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.5s;
  transform-origin: top;
}
.flow-faq .faq__items .f__item .title .t__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: center;
  color: #003985;
}
.flow-faq .faq__items .f__item .title .t__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  padding-left: 3rem;
  border-left: 0.1rem solid #003985;
  margin-left: 3rem;
  text-align: left;
  color: #003985;
}
.flow-faq .faq__items .f__item .a__box {
  padding: 2rem 0 0;
  display: none;
}
.flow-faq .faq__items .f__item .a__box .a__inner {
  display: flex;
}
.flow-faq .faq__items .f__item .a__box .a__inner .a__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: left;
  color: #1a1311;
}
.flow-faq .faq__items .f__item .a__box .a__inner .a__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: justify;
  color: #1a1311;
  padding-left: 3rem;
  margin-left: 3rem;
}
.flow-faq .contact__content {
  width: 95rem;
  margin: auto;
  margin-top: 9.5rem;
}
.flow-faq .contact__content .c__lbl {
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 6.13rem;
  text-align: center;
  color: #1a1311;
}
.flow-faq .contact__content .c__bar {
  width: 100%;
  height: 6.5rem;
  margin-top: 1.2rem;
  background: #30a053;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow-faq .contact__content .c__bar .lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 2rem;
  line-height: 3.5rem;
  text-align: center;
  color: #fff;
}
.flow-faq .contact__content .c__bar .tel {
  display: flex;
  align-items: center;
}
.flow-faq .contact__content .c__bar .tel .icon {
  width: 2.72rem;
  margin-right: 1rem;
  display: flex;
}
.flow-faq .contact__content .c__bar .tel .t__lbl {
  font-weight: 600;
  font-size: 3rem;
  line-height: 5.25rem;
  text-align: left;
  color: #fff;
}
.flow-faq .contact__content .c__bar .mail__btn {
  width: 34.41rem;
  height: 100%;
  background: #003985;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #003985;
  transition: 0.3s;
}
.flow-faq .contact__content .c__bar .mail__btn:hover {
  background: white;
}
.flow-faq .contact__content .c__bar .mail__btn:hover .m__lbl {
  color: #003985;
}
.flow-faq .contact__content .c__bar .mail__btn:hover .icon svg path {
  stroke: #003985;
}
.flow-faq .contact__content .c__bar .mail__btn:hover .icon svg line {
  stroke: #003985;
}
.flow-faq .contact__content .c__bar .mail__btn .icon {
  width: 3.36rem;
  display: flex;
}
.flow-faq .contact__content .c__bar .mail__btn .icon svg {
  width: 100%;
  height: 100%;
}
.flow-faq .contact__content .c__bar .mail__btn .icon svg path {
  transition: 0.3s;
}
.flow-faq .contact__content .c__bar .mail__btn .icon svg line {
  transition: 0.3s;
}
.flow-faq .contact__content .c__bar .mail__btn .m__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-left: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.company__content {
  background: #003985;
  padding: 9.4rem 0;
}
.company__content .content__inner {
  width: 95rem;
  margin: auto;
}
.company__content .content__inner .title__wrapper {
  width: 100%;
  margin: auto;
}
.company__content .content__inner .title__wrapper .t__gap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  color: #30a053;
}
.company__content .content__inner .title__wrapper .t__txt {
  font-weight: normal;
  font-size: 4rem;
  line-height: 7rem;
  margin-top: 1.2rem;
  text-align: left;
  color: #fff;
}
.company__content .content__inner .ceo__content {
  width: 100%;
  margin-top: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.company__content .content__inner .ceo__content .c__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: justify;
  color: #fff;
}
.company__content .content__inner .ceo__content .c__text p span {
  font-size: 2rem;
}
.company__content .content__inner .ceo__content .c__image {
  width: 30rem;
  display: flex;
}
.company__content .content__inner .company__info {
  margin-top: 9rem;
}
.company__content .content__inner .company__info .c__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: left;
  color: #fff;
}
.company__content .content__inner .company__info table {
  margin-top: 2rem;
  width: 100%;
  border-collapse: collapse;
}
.company__content .content__inner .company__info table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 0.5rem 0;
  text-align: left;
  color: #fff;
}
.company__content .content__inner .company__info table tr td:last-child {
  padding-left: 4rem;
}
.company__content .content__inner .company__info table tr td:first-child {
  width: 14rem;
  border-right: 0.1rem solid #fff;
}
.company__content .content__inner .map {
  width: 100%;
  height: 49rem;
  margin-top: 6rem;
}
.company__content .content__inner .map iframe {
  width: 100%;
  height: 100%;
}
.company__content .entry__bar {
  width: 105.22rem;
  height: 6.46rem;
  margin: auto;
  margin-top: 7rem;
  border-radius: 3.23rem;
  padding: 0 5rem;
  background: #fff;
  border: 0.2rem solid #003985;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company__content .entry__bar .lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: left;
  color: #003985;
}
.company__content .entry__bar .entry__btn {
  display: flex;
  align-items: center;
}
.company__content .entry__bar .entry__btn:hover .e__lbl:after {
  width: 100%;
}
.company__content .entry__bar .entry__btn .e__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  color: #1a1311;
  position: relative;
}
.company__content .entry__bar .entry__btn .e__lbl:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.1rem solid #1a1311;
  position: absolute;
  left: 0;
  bottom: -0.5em;
  transition: 0.3s;
}
.company__content .entry__bar .entry__btn .icon {
  width: 2.41rem;
  margin-left: 2rem;
  display: flex;
}

footer {
  padding: 6rem 0;
}
footer .footer__inner {
  width: 104rem;
  margin: auto;
}
footer .footer__inner .f__logo {
  width: 29.2rem;
  display: flex;
}
footer .footer__inner .footer__info {
  margin-top: 4.5rem;
  display: flex;
  justify-content: space-between;
}
footer .footer__inner .footer__info .info {
  width: 30rem;
}
footer .footer__inner .footer__info .info .address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2.1rem;
  text-align: left;
  color: #1a1311;
}
footer .footer__inner .footer__info .info .insta__privacy {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer__inner .footer__info .info .insta__privacy .insta {
  width: 1.92rem;
  display: flex;
}
footer .footer__inner .footer__info .info .insta__privacy .privacy {
  display: flex;
  align-items: center;
}
footer .footer__inner .footer__info .info .insta__privacy .privacy .icon {
  width: 1.08rem;
  margin-right: 0.8rem;
  display: flex;
}
footer .footer__inner .footer__info .info .insta__privacy .privacy .lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  color: #1a1311;
}
footer .footer__inner .footer__info .footer__menu {
  display: flex;
  align-items: flex-start;
}
footer .footer__inner .footer__info .footer__menu ul {
  width: 40rem;
  display: flex;
  flex-wrap: wrap;
}
footer .footer__inner .footer__info .footer__menu ul li {
  width: 60%;
  margin-bottom: 0.8rem;
}
footer .footer__inner .footer__info .footer__menu ul li:nth-child(2n) {
  width: 40%;
}
footer .footer__inner .footer__info .footer__menu ul li a {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  color: #003985;
}
footer .footer__inner .footer__info .footer__menu .topPage {
  width: 5.8rem;
  display: flex;
  margin-top: 5rem;
}
footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 3rem;
  text-align: center;
  color: #1a1311;
}

.modal__wrapper {
  width: 77rem;
  height: 61rem;
  padding: 8rem 5rem;
  background: #fff;
  filter: drop-shadow(0.7rem 0.7rem 0.5rem rgba(26, 19, 17, 0.3));
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  display: none;
}
.modal__wrapper .close__btn {
  width: 2.2rem;
  display: flex;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
}
.modal__wrapper .m__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2.1rem;
  text-align: left;
  color: #1a1311;
}
.modal__wrapper .content__items {
  margin-top: 3.9rem;
}
.modal__wrapper .content__items .c__item {
  margin-bottom: 7rem;
  display: flex;
  justify-content: space-between;
}
.modal__wrapper .content__items .c__item:last-child {
  margin-bottom: 0;
}
.modal__wrapper .content__items .c__item .c__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: left;
  color: #1a1311;
}
.modal__wrapper .content__items .c__item table {
  width: 40rem;
  border-collapse: collapse;
}
.modal__wrapper .content__items .c__item table tr:nth-child(2n) td {
  background: #ebebeb;
}
.modal__wrapper .content__items .c__item table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 3.3rem;
  padding-left: 2rem;
  text-align: left;
  color: #1a1311;
}

@media screen and (max-width: 1160px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 6.5px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2666666vw;
  }
  .frontview {
    width: 100%;
    height: 667rem;
  }
  header {
    width: 100%;
    padding: 12rem 24rem;
  }
  header.fixed {
    padding: 12rem 24rem;
  }
  header .logo {
    width: 250rem;
  }
  header nav .p-menu .sp-menu {
    width: 30rem;
    height: 18rem;
    margin-left: 0;
  }
  header nav .p-menu .sp-menu span {
    width: 100%;
    height: 0rem;
    background: transparent;
    border-bottom: 2rem solid #003985;
  }
  header nav .p-menu .sp-menu span + span {
    top: 9rem;
  }
  header nav .p-menu .sp-menu span + span + span {
    top: 18rem;
  }
  header nav {
    padding: 0;
    background: transparent;
  }
  header nav .p-menu {
    padding: 0;
    background: transparent;
  }
  .frontview .catch__text {
    width: 100%;
    position: absolute;
    top: calc(50% + 20rem);
    left: 0;
    padding-left: 20rem;
    text-align: center;
  }
  .frontview .catch__text h1 {
    font-weight: normal;
    font-size: 35rem;
    letter-spacing: 0;
    line-height: 45rem;
    display: block;
  }
  .frontview .catch__text p {
    font-size: 20rem;
    line-height: 1.5;
    margin-top: 20.5rem;
  }
  .problem__item h2 {
    width: 100%;
    font-weight: 600;
    font-size: 15rem;
    line-height: 29rem;
  }
  .problem__item {
    width: 100%;
    height: 667rem;
  }
  .problem__item h2 span {
    line-height: 1.7;
    font-size: 30rem;
  }
  .detail__content {
    padding: 74rem 0;
  }
  .detail__content p {
    font-size: 15rem;
    line-height: 28rem;
    margin-top: 0;
  }
  .detail__content p span {
    font-size: 25rem;
  }
  .detail__content .scroll__bar {
    margin-top: 10rem;
  }
  .detail__content .scroll__bar .lbl {
    font-size: 11rem;
  }
  .detail__content .scroll__bar .icon {
    width: 16rem;
    margin-top: 4rem;
  }
  .frontview .scroll__bar {
    bottom: 145rem;
  }
  .frontview .scroll__bar .lbl {
    font-size: 11rem;
  }
  .frontview .scroll__bar .icon {
    width: 16rem;
    margin-top: 4rem;
  }
  .problem__reason {
    padding: 75rem 0;
  }
  .problem__reason .title__wrapper {
    width: 330rem;
  }
  .problem__reason .title__wrapper .t__gap {
    font-size: 15rem;
    line-height: 28rem;
  }
  .problem__reason .title__wrapper .t__txt {
    font-size: 22rem;
    line-height: 38rem;
    margin-top: 22rem;
    letter-spacing: 0;
  }
  .problem__reason .reason-detail {
    width: 100%;
    margin: auto;
    margin-top: 60rem;
  }
  .problem__reason .reason-detail .c__txt {
    width: 330rem;
    margin: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 15rem;
    line-height: 26rem;
    margin-top: 30rem;
  }
  .problem__reason .reason__items {
    width: 325rem;
    margin: auto;
    margin-top: 70rem;
    display: block;
  }
  .problem__reason .reason__items .r__item {
    width: 100%;
    margin-bottom: 40rem;
  }
  .problem__reason .reason__items .r__item:last-child {
    margin-bottom: 0;
  }
  .problem__reason .reason__items .r__item .c__image {
    width: 100%;
  }
  .problem__reason .reason__items .r__item .content__text {
    margin-top: 35rem;
  }
  .problem__reason .reason__items .r__item .content__text h3 {
    font-size: 18rem;
    line-height: 32rem;
  }
  .problem__reason .reason__items .r__item .content__text p {
    font-weight: normal;
    font-size: 15rem;
    line-height: 26rem;
    margin-top: 25rem;
  }
  .service__content {
    width: 100%;
    height: auto;
    padding: 60rem 0 100rem;
    background: url(../img/service_bg.webp);
    background-size: 100% 100%;
  }
  .service__content .title__wrapper {
    width: 340rem;
  }
  .service__content .title__wrapper .t__gap {
    font-size: 15rem;
    line-height: 28rem;
  }
  .service__content .title__wrapper .t__txt {
    font-weight: normal;
    font-size: 22rem;
    line-height: 42rem;
    margin-top: 22rem;
    text-align: justify;
    letter-spacing: -0.05em;
    font-feature-settings: "fwid";
  }
  .service__content .service__items {
    width: 325rem;
    margin: auto;
    margin-top: 60rem;
  }
  .service__content .service__items .s__item .c__image p {
    font-size: 15rem;
    line-height: 31rem;
    text-align: left;
    color: #1a1311;
    position: absolute;
    left: 0;
    top: 10.5rem;
  }
  .service__content .service__items .s__item .c__image p span {
    margin: 3rem 0;
    padding: 0 8rem;
  }
  .service__content .service__items .s__item .c__image {
    height: 250rem;
  }
  .service__content .service__items .s__item .content__text {
    margin-top: 27rem;
    display: block;
  }
  .service__content .service__items .s__item .content__text .t__text .t__lbl {
    font-weight: 600;
    font-size: 40rem;
    line-height: 70rem;
  }
  .service__content .service__items .s__item .content__text .t__text .t__txt {
    font-size: 15rem;
    line-height: 26rem;
    margin-top: 25rem;
  }
  .service__content .service__items .s__item .content__text .t__text .c__txt {
    font-size: 12rem;
    line-height: 21rem;
    margin-top: 10rem;
    padding-left: 15rem;
    text-indent: -15rem;
  }
  .service__content .service__items .s__item .content__text .ct__content {
    width: 100%;
    margin-top: 20rem;
  }
  .service__content .service__items .s__item .content__text .ct__content .c__list li {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 0.2rem;
    padding-left: 22rem;
    position: relative;
    font-weight: 600;
    font-size: 14rem;
    line-height: 24rem;
  }
  .service__content .service__items .s__item .content__text .ct__content .c__list li:after {
    content: "▶";
    font-size: 15rem;
  }
  .service__content .service__items .s__item .content__text .ct__content .price__content {
    width: 100%;
    margin-top: 30rem;
    border-top: 1px solid #1a1311;
    padding-top: 35rem;
  }
  .service__content .service__items .s__item .content__text .ct__content .price__content .p__item {
    display: block;
    align-items: flex-end;
    margin-bottom: 40rem;
  }
  .service__content .service__items .s__item .content__text .ct__content .price__content .p__item .lbl {
    width: 100%;
    font-size: 15rem;
    line-height: 26rem;
    margin-right: 0;
    margin-bottom: 10rem;
  }
  .service__content .service__items .s__item .content__text .ct__content .price__content .p__item .price {
    font-size: 35rem;
  }
  .service__content .service__items .s__item .content__text .ct__content .price__content .p__item .price .gap {
    font-size: 20rem;
  }
  .service__content .service__items .s__item .content__text .ct__content .price__content .p__item .price .np {
    font-size: 15rem;
  }
  .service__content .service__items .s__item .content__text .ct__content .price__content .g__txt {
    font-size: 12rem;
    line-height: 1.5;
    margin-top: 29rem;
  }
  .service__content .service__items .s__item .gap__txt {
    font-size: 14rem;
    line-height: 22rem;
    margin-top: 18rem;
    text-align: justify;
  }
  .service__content .service__items .s__item {
    width: 100%;
    margin-bottom: 50rem;
  }
  .service__content .service__items .s__item .content__text .ct__content .price__content .p__item .price .n__txt {
    font-size: 12rem;
    line-height: 21rem;
    text-align: left;
    color: #1a1311;
    position: absolute;
    right: auto;
    bottom: -21rem;
    left: 0;
  }
  .service__content .service__items .s__item .content__text .ct__content .price__content .detail__btn {
    width: 180rem;
    height: 63rem;
    margin: 25rem auto;
    border-radius: 10rem;
    background: white;
    border: 1px solid #1a1311;
  }
  .service__content .service__items .s__item .content__text .ct__content .price__content .detail__btn span {
    font-size: 15rem;
    line-height: 1;
  }
  .service__content .contact__content {
    width: 325rem;
    height: 130rem;
    background: url(../img/contact_bg_sp.webp);
    background-size: 100% 100%;
    margin: auto;
    margin-top: 0;
    padding: 11rem 16rem;
    position: relative;
  }
  .service__content .contact__content .c__lbl {
    font-weight: normal;
    font-size: 24rem;
    line-height: 1.5;
  }
  .service__content .contact__content .tel__part {
    display: block;
    align-items: center;
    margin-top: 11rem;
  }
  .service__content .contact__content .tel__part .t__lbl {
    font-size: 15rem;
    line-height: 28rem;
  }
  .service__content .contact__content .tel__part .tel .icon {
    width: 27rem;
    margin-right: 10rem;
  }
  .service__content .contact__content .tel__part .tel .lbl {
    font-weight: 600;
    font-size: 30rem;
    line-height: 1.4;
  }
  .service__content .contact__content .mail__btn {
    width: 325rem;
    height: 55rem;
    margin-top: 3.2rem;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: -55rem;
  }
  .service__content .contact__content .mail__btn .icon {
    width: 27rem;
    margin-right: 14rem;
  }
  .service__content .contact__content .mail__btn .lbl {
    font-size: 15rem;
    line-height: 1;
  }
  .case__content {
    padding: 44rem 0;
  }
  .case__content .title__wrapper {
    width: 325rem;
  }
  .case__content .title__wrapper .t__gap {
    font-size: 15rem;
    line-height: 26rem;
  }
  .case__content .title__wrapper .t__txt {
    font-weight: normal;
    font-size: 22rem;
    line-height: 38rem;
    margin-top: 22rem;
  }
  .case__content .case__items {
    width: 325rem;
    margin: auto;
    margin-bottom: 35rem;
    margin-top: 60rem;
  }
  .case__content .case__items .c__item .c__lbl {
    width: 100%;
    height: 45rem;
    border-radius: 30rem;
    padding-left: 0;
    justify-content: center;
  }
  .case__content .case__items .c__item .c__lbl span {
    font-size: 15rem;
    line-height: 1;
  }
  .case__content .case__items .c__item .c__content {
    margin-top: 35rem;
    display: block;
  }
  .case__content .case__items .c__item .c__content .c__part {
    width: 100%;
    margin-bottom: 40rem;
  }
  .case__content .case__items .c__item .c__content .c__part .part {
    width: 100%;
    height: 120rem;
    background: url(../img/part_bg_sp.webp);
    background-size: 100% 100%;
    padding: 10rem 30rem;
  }
  .case__content .case__items .c__item .c__content .c__part .part.c01 {
    padding-top: 19rem;
  }
  .case__content .case__items .c__item .c__content .c__part .part span {
    font-size: 15rem;
    line-height: 21rem;
  }
  .case__content .case__items .c__item .c__content .c__part table {
    margin-top: 35rem;
  }
  .case__content .case__items .c__item .c__content .c__part table tr {
    display: grid;
  }
  .case__content .case__items .c__item .c__content .c__part table tr td:first-child .lbl {
    width: 98rem;
    height: 23rem;
    border-radius: 13rem;
    background: transparent;
    border: 1px solid #1a1311;
    font-size: 12rem;
    line-height: 1.5;
  }
  .case__content .case__items .c__item .c__content .c__part table tr td {
    font-weight: 600;
    font-size: 15rem;
    line-height: 26rem;
    padding: 7rem 0;
  }
  .case__content .case__items .c__item .c__content .c__part table tr td:first-child {
    width: 100%;
    vertical-align: top;
    padding-bottom: 0;
  }
  .case__content .case__items .c__item .c__content .c__part .gap__txt {
    font-size: 13rem;
    margin-top: 12rem;
    line-height: 24rem;
  }
  .case__content .case__items .c__item .c__content .c__part .gap__txt span {
    font-size: 10rem;
    vertical-align: bottom;
  }
  .case__content .case__items .note__txt {
    font-size: 15rem;
    line-height: 28rem;
    margin-top: 30rem;
    text-align: left;
  }
  .flow-faq {
    padding: 100rem 0;
    background: url(../img/faq-case-bg.webp);
    background-size: 100% 100%;
  }
  .flow-faq .title__wrapper {
    width: 325rem;
  }
  .flow-faq .title__wrapper .t__gap {
    font-size: 15rem;
    line-height: 26rem;
  }
  .flow-faq .title__wrapper .t__txt {
    font-size: 22rem;
    line-height: 40rem;
    margin-top: 22rem;
    letter-spacing: -0.05em;
  }
  .flow-faq .flow__items {
    width: 325rem;
    margin: auto;
    margin-top: 60rem;
    margin-bottom: 100rem;
  }
  .flow-faq .flow__items .f__item {
    width: 100%;
    height: auto;
    padding: 22rem;
    background: #fff;
    display: block;
    position: relative;
  }
  .flow-faq .flow__items .f__item .content__text .c__lbl {
    font-size: 18rem;
    line-height: 35rem;
  }
  .flow-faq .flow__items .f__item .content__text .c__txt {
    font-size: 15rem;
    line-height: 26rem;
    margin-top: 20rem;
    text-align: justify;
  }
  .flow-faq .flow__items .f__item .content__text .txt {
    font-size: 14rem;
    margin-top: 20rem;
    line-height: 24rem;
  }
  .flow-faq .flow__items .f__item .content__text .n__txt {
    font-size: 12rem;
    line-height: 21rem;
    padding-left: 0;
    margin-top: 13rem;
  }
  .flow-faq .flow__items .f__item .f__part .f__lbl {
    font-size: 16rem;
    line-height: 28rem;
    text-align: left;
  }
  .flow-faq .flow__items .f__item .f__part {
    width: 100%;
  }
  .flow-faq .flow__items .f__item .f__part .icon {
    width: 68rem;
    margin-top: 0;
    position: absolute;
    top: 26rem;
    right: 21rem;
  }
  .flow-faq .flow__items .f__arrow {
    width: 11rem;
    margin: 14rem auto;
  }
  .flow-faq .faq__items {
    width: 325rem;
    margin: auto;
    margin-top: 60rem;
  }
  .flow-faq .faq__items .f__item {
    width: 100%;
    height: auto;
    padding: 20rem;
    background: #fff;
    border: 4rem solid #ebebeb;
    border-bottom: 0;
  }
  .flow-faq .faq__items .f__item .title {
    display: block;
  }
  .flow-faq .faq__items .f__item .title .t__lbl {
    font-size: 20rem;
    line-height: 35rem;
    display: block;
    text-align: left;
  }
  .flow-faq .faq__items .f__item .title .t__txt {
    font-size: 15rem;
    line-height: 26rem;
    padding-left: 0;
    border-left: 0;
    margin-top: 20rem;
    display: block;
    margin-left: 0;
  }
  .flow-faq .faq__items .f__item .a__box {
    padding: 20rem 0 0;
  }
  .flow-faq .faq__items .f__item .a__box .a__inner {
    display: block;
  }
  .flow-faq .faq__items .f__item .a__box .a__inner .a__lbl {
    font-size: 20rem;
    line-height: 35rem;
  }
  .flow-faq .faq__items .f__item .a__box .a__inner .a__txt {
    font-size: 15rem;
    line-height: 26rem;
    text-align: justify;
    color: #1a1311;
    padding-left: 0;
    margin-left: 0;
    display: block;
    margin-top: 10rem;
  }
  .flow-faq .faq__items .f__item .title .down__arrow {
    width: 23rem;
    height: 18rem;
    top: 20rem;
  }
  .flow-faq .contact__content {
    width: 325rem;
    margin: auto;
    margin-top: 60rem;
  }
  .flow-faq .contact__content .c__lbl {
    font-weight: normal;
    font-size: 24rem;
    line-height: 1.5;
  }
  .flow-faq .contact__content .c__bar {
    width: 100%;
    height: auto;
    padding: 20rem 0 0;
    margin-top: 12rem;
    flex-wrap: wrap;
    display: block;
  }
  .flow-faq .contact__content .c__bar .mail__btn {
    width: 100%;
    height: 65rem;
    border: 1px solid #003985;
  }
  .flow-faq .contact__content .c__bar .mail__btn .icon {
    width: 33rem;
  }
  .flow-faq .contact__content .c__bar .mail__btn .m__lbl {
    font-size: 18rem;
    margin-left: 30rem;
    line-height: 1;
  }
  .flow-faq .contact__content .c__bar .lbl {
    font-size: 15rem;
    padding-left: 0;
    line-height: 1.5;
    text-align: center;
    display: block;
  }
  .flow-faq .contact__content .c__bar .tel {
    justify-content: center;
    margin-bottom: 10rem;
  }
  .flow-faq .contact__content .c__bar .tel .icon {
    width: 27rem;
    margin-right: 10rem;
  }
  .flow-faq .contact__content .c__bar .tel .t__lbl {
    font-size: 30rem;
    line-height: 1.5;
  }
  .flow-faq .faq__items .f__item:last-child {
    border-bottom: 4rem solid #ebebeb;
  }
  .company__content {
    padding: 50rem 0;
  }
  .company__content .content__inner {
    width: 335rem;
  }
  .company__content .content__inner .title__wrapper .t__gap {
    font-size: 15rem;
    line-height: 26rem;
  }
  .company__content .content__inner .title__wrapper .t__txt {
    font-size: 20rem;
    letter-spacing: -0.03em;
    line-height: 35rem;
    margin-top: 25rem;
  }
  .company__content .content__inner .ceo__content {
    width: 100%;
    margin-top: 40rem;
    display: block;
  }
  .company__content .content__inner .ceo__content .c__text p {
    font-size: 15rem;
    line-height: 26rem;
  }
  .company__content .content__inner .ceo__content .c__text p span.c01 {
    font-size: 14rem;
  }
  .company__content .content__inner .ceo__content .c__text p span {
    font-size: 18rem;
  }
  .company__content .content__inner .ceo__content .c__image {
    width: 165rem;
    margin: auto;
    display: flex;
    margin-bottom: 20rem;
  }
  .company__content .content__inner .company__info {
    margin-top: 40rem;
  }
  .company__content .content__inner .company__info .c__txt {
    font-size: 14rem;
    line-height: 26rem;
  }
  .company__content .content__inner .company__info table {
    margin-top: 40rem;
  }
  .company__content .content__inner .company__info table tr td {
    font-size: 15rem;
    line-height: 26rem;
    padding: 15rem 0;
  }
  .company__content .content__inner .company__info table tr td:last-child {
    padding-top: 5rem;
  }
  .company__content .content__inner .company__info table tr {
    display: grid;
  }
  .company__content .content__inner .company__info table tr td:first-child {
    width: 100%;
    border-right: 0;
    padding-bottom: 0;
  }
  .company__content .content__inner .map {
    width: 375rem;
    margin-left: -20rem;
    height: 235rem;
    margin-top: 30rem;
  }
  .company__content .entry__bar {
    width: 325rem;
    height: 181rem;
    margin: auto;
    margin-top: 40rem;
    border-radius: 90rem;
    padding: 0 5rem;
    background: #fff;
    border: 1px solid #003985;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .company__content .entry__bar .lbl {
    font-size: 15rem;
    line-height: 26rem;
    margin-bottom: 10rem;
    text-align: center;
  }
  .company__content .entry__bar .entry__btn .e__lbl {
    font-size: 16rem;
    line-height: 28rem;
  }
  .company__content .entry__bar .entry__btn .icon {
    width: 24rem;
    margin-left: 20rem;
  }
  footer .footer__inner {
    width: 325rem;
  }
  footer {
    padding: 33rem 0 40rem;
  }
  footer .footer__inner .f__logo {
    width: 300rem;
  }
  footer .footer__inner .footer__info {
    margin-top: 40rem;
    display: block;
  }
  footer .footer__inner .footer__info .info {
    width: 100%;
  }
  footer .footer__inner .footer__info .info .address {
    font-size: 12rem;
    line-height: 21rem;
  }
  footer .footer__inner .footer__info .info .insta__privacy {
    margin-top: 22rem;
    display: inline-flex;
    align-items: center;
  }
  footer .footer__inner .footer__info .info .insta__privacy .insta {
    width: 19rem;
  }
  footer .footer__inner .footer__info .info .insta__privacy .privacy .icon {
    width: 10rem;
    margin-right: 8rem;
  }
  footer .footer__inner .footer__info .info .insta__privacy .privacy .lbl {
    font-size: 10rem;
    line-height: 1;
  }
  footer .footer__inner .footer__info .info .insta__privacy .privacy {
    margin-top: 0;
    margin-left: 15rem;
  }
  footer .copyright {
    font-size: 10rem;
    line-height: 20rem;
    margin-top: 27rem;
  }
  footer .footer__inner .footer__info .footer__menu .topPage {
    width: 58rem;
    position: absolute;
    right: 0;
    top: -53rem;
  }
  footer .footer__inner .footer__info .footer__menu {
    position: relative;
  }
  header nav .nav-menu {
    width: 335rem;
    height: 92vh;
    overflow: auto;
    padding: 45rem 28rem 0;
    background: #003985;
    position: absolute;
    top: -10rem;
    right: -5rem;
  }
  header nav .nav-menu .logo {
    width: 260rem;
  }
  header nav .nav-menu .w-menu {
    margin-top: 50rem;
    display: block;
  }
  header nav .nav-menu .w-menu li {
    width: 100%;
    padding: 10rem 0;
  }
  header nav .nav-menu .w-menu li a {
    font-size: 16rem;
    display: block;
    text-align: center;
  }
  header nav .nav-menu .w-menu li:nth-child(2n) {
    width: 100%;
    text-align: center;
  }
  header nav .nav-menu .w-menu li .btn {
    width: 149rem;
    height: 39rem;
    margin: auto;
    border-radius: 20rem;
  }
  header nav .nav-menu .w-menu li .btn span {
    font-size: 14rem;
    line-height: 1;
  }
  header nav .nav-menu .insta__privacy .insta {
    width: 20rem;
  }
  header nav .nav-menu .insta__privacy .privacy .lbl {
    font-size: 10rem;
    line-height: 1;
  }
  header nav .nav-menu .insta__privacy .privacy .icon {
    width: 10rem;
    margin-right: 7rem;
  }
  header nav .nav-menu .insta__privacy {
    margin-top: 10rem;
    padding: 0 45rem;
  }
  header nav .p-menu.open .sp-menu span:nth-child(1) {
    top: 9rem;
  }
  header nav .p-menu.open .sp-menu span:nth-child(3) {
    top: 9rem;
  }
  header nav .p-menu.open .sp-menu span {
    border-color: white;
  }
  .modal__wrapper {
    width: 325rem;
    height: 90vh;
    overflow: auto;
    padding: 20rem 24rem;
    background: #fff;
    filter: drop-shadow(7.54rem 7.54rem 5.38rem rgba(26, 19, 17, 0.3));
  }
  .modal__wrapper .m__lbl {
    font-size: 12rem;
    line-height: 21rem;
  }
  .modal__wrapper .content__items .c__item {
    margin-bottom: 35rem;
    display: block;
  }
  .modal__wrapper .content__items {
    margin-top: 30rem;
  }
  .modal__wrapper .content__items .c__item .c__lbl {
    font-size: 20rem;
    line-height: 35rem;
  }
  .modal__wrapper .content__items .c__item table {
    width: 100%;
  }
  .modal__wrapper .content__items .c__item table tr td {
    font-weight: 600;
    font-size: 16rem;
    line-height: 38rem;
    padding-left: 4rem;
  }
  .modal__wrapper .close__btn {
    width: 17rem;
    top: 17rem;
    right: 18rem;
  }
  .service__content .service__items .s__item .gap__txt span {
    display: inline-block;
    padding-left: 20rem;
    text-indent: -15rem;
  }
  .flow-faq .flow__items .f__item .f__part .icon.c01 {
    width: 92rem;
  }
}/*# sourceMappingURL=style.css.map */