@charset "UTF-8";
@font-face {
  font-family: GreatVibes-Regular;
  src: url(../font/GreatVibes-Regular.ttf) format("truetype");
}
html {
  font-size: 0.85px;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
  background: #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(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% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s 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_y.is-animated {
  transform-origin: right;
  animation: scaled_x 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 100%;
  height: 120rem;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 70rem;
}
header.fixed {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  animation: 0.5s fadeIn ease-in-out forwards;
}
header .logo {
  width: 300rem;
  display: flex;
}
header ul {
  height: 100%;
  display: flex;
}
header ul li {
  height: 100%;
  margin: 0 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header ul li:hover:after {
  width: 100%;
}
header ul li:hover a {
  color: #52aca9;
}
header ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 5rem solid #52aca9;
  position: absolute;
  transition: 0.3s;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
header ul li.contact {
  margin: 0;
  margin-left: 50rem;
  transition: 0.3s;
}
header ul li.contact:hover {
  opacity: 0.75;
}
header ul li.contact a {
  width: 240rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #52aca9;
}
header ul li.contact a .icon {
  width: 51rem;
  margin-bottom: 10rem;
  display: flex;
}
header ul li.contact a .lbl {
  font-weight: 600;
  font-size: 21.74rem;
  line-height: 48.03rem;
  text-align: left;
  color: #fff;
}
header ul li a {
  font-weight: 600;
  font-size: 21.74rem;
  line-height: 51.39rem;
  text-align: left;
  color: #3e3e3e;
  transition: 0.3s;
}
@keyframes copySlideIn2 {
  0% {
    transform: scale(0, 1);
    transform-origin: center left;
  }
  48% {
    transform: scale(1, 1);
    transform-origin: center left;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: center right;
  }
  to {
    transform: scale(0, 1);
    transform-origin: center right;
  }
}
.frontview {
  width: 100%;
  position: relative;
  display: flex;
}
.frontview .catchcopy {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 145.97rem;
  line-height: 1;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.frontview .catchcopy.start span.ap:after {
  animation-play-state: running;
}
.frontview .catchcopy.start span.ap span.in {
  opacity: 1;
}
.frontview .catchcopy span.ap {
  display: inline-block;
  position: relative;
}
.frontview .catchcopy span.ap:nth-child(1) {
  width: 60%;
}
.frontview .catchcopy span.ap:nth-child(1):after {
  animation-delay: 0.1s;
}
.frontview .catchcopy span.ap:nth-child(2):after {
  animation-delay: 0.3s;
}
.frontview .catchcopy span.ap:nth-child(3):after {
  animation-delay: 0.5s;
}
.frontview .catchcopy span.ap span.in {
  transition-delay: 0.97s;
  transition-property: opacity;
  display: block;
  opacity: 0;
}
.frontview .catchcopy span.ap:after {
  content: "";
  width: 100%;
  height: 102%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn2;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
.frontview .catchcopy span.gap {
  font-weight: 600;
  font-size: 60.1rem;
  line-height: 1;
  padding: 10rem 2rem 5rem 20rem;
  text-align: left;
  position: relative;
  color: #000;
  background: white;
}
.frontview .catchcopy span.gap span.b1 {
  color: #5BA9A9;
}

.our-policy__container {
  width: 100%;
  padding: 140rem 0;
  position: relative;
}
.our-policy__container .content__wrapper {
  width: 58.8541666667%;
  background: #5ba9a9;
  margin: 0 0 0 auto;
  padding: 200rem 0;
  padding-left: 12%;
}
.our-policy__container .content__wrapper .lbl__txt {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 145.97rem;
  line-height: 1;
  padding: 20rem 30rem 4rem;
  background: white;
  text-align: left;
  display: inline-block;
  color: #5ba9a9;
}
.our-policy__container .content__wrapper .c__txt {
  width: 84%;
  margin-top: 60rem;
  font-weight: 300;
  font-size: 27.74rem;
  line-height: 68.62rem;
  text-align: left;
  color: #fff;
}
.our-policy__container .image__wrapper {
  width: 51.1458333333%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-title .en__txt {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 101.74rem;
  line-height: 1.2;
  text-align: center;
  color: #5ba9a9;
}
.section-title .ja__txt {
  font-weight: 600;
  font-size: 27.74rem;
  line-height: 1.2;
  text-align: center;
  color: #3e3e3e;
}

.section-services {
  background: #e5e5e5;
  padding: 130rem 0 100rem;
}
.section-services .content__items {
  max-width: 1680rem;
  width: 95%;
  margin: auto;
  margin-top: 120rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.section-services .content__items .item {
  width: 50%;
  margin-bottom: 80rem;
  padding: 0 30rem;
  text-align: center;
  cursor: pointer;
}
.section-services .content__items .item:hover .inner__wrapper .image__wrapper img {
  transform: scale(1.05);
}
.section-services .content__items .item .inner__wrapper {
  height: 100%;
  border-radius: 29.28rem;
  background: #fff;
  overflow: hidden;
}
.section-services .content__items .item .inner__wrapper .image__wrapper {
  display: flex;
  width: 100%;
  height: 650rem;
  overflow: hidden;
}
.section-services .content__items .item .inner__wrapper .image__wrapper img {
  transition: 0.3s;
}
.section-services .content__items .item .inner__wrapper .num {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 74.67rem;
  line-height: 80.62rem;
  border-radius: 15.41rem;
  padding: 15rem 30rem;
  margin-top: 0;
  background: #fff;
  position: relative;
  top: -80rem;
  display: inline-block;
  text-align: left;
  color: #5ba9a9;
}
.section-services .content__items .item .inner__wrapper .title__txt {
  font-weight: 600;
  font-size: 44.73rem;
  line-height: 83rem;
  margin-top: -50rem;
  text-align: center;
  color: #111;
}
.section-services .content__items .item .inner__wrapper .c__txt {
  font-weight: 300;
  font-size: 23.11rem;
  line-height: 45.46rem;
  text-align: left;
  color: #191919;
  padding: 30rem 40rem 100rem;
}

.section-result {
  margin-top: 120rem;
  background: #5ba9a9;
  padding: 120rem 0;
  display: block;
}
.section-result .content__wrapper {
  width: 72.3958333333%;
  margin: 0 0 0 auto;
  position: relative;
  display: flex;
}
.section-result .content__wrapper .catch__wrapper {
  position: absolute;
  left: -25%;
  bottom: 120rem;
}
.section-result .content__wrapper .catch__wrapper .lbl {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 145.97rem;
  line-height: 157.6rem;
  display: inline-block;
  text-align: left;
  color: #5ba9a9;
  background: #fff;
  padding: 12rem 40rem 0;
}
.section-result .content__wrapper .catch__wrapper .c__txt {
  font-weight: 300;
  font-size: 27.74rem;
  line-height: 68.62rem;
  margin-top: 30rem;
  text-align: left;
  color: #fff;
}

.section-contact {
  padding: 150rem 0;
}
.section-contact.subview {
  background: #f0eeee;
  margin-bottom: 200rem;
}
.section-contact .gap__txt {
  font-weight: 300;
  font-size: 23.11rem;
  line-height: 45.46rem;
  margin-top: 45rem;
  text-align: center;
  color: #191919;
}
.section-contact .contact__items {
  margin-top: 50rem;
  display: flex;
  justify-content: center;
}
.section-contact .contact__items .item {
  width: 689.57rem;
  height: 370.58rem;
  padding-top: 70rem;
  margin: 0 11rem;
  background: #52aca9;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
}
.section-contact .contact__items .item:hover {
  opacity: 0.75;
}
.section-contact .contact__items .item .mail__icon {
  width: 89rem;
  display: flex;
}
.section-contact .contact__items .item .contact__lbl {
  font-weight: 600;
  font-size: 34.96rem;
  line-height: 1.5;
  margin-top: 20rem;
  text-align: left;
  color: #fff;
}
.section-contact .contact__items .item .g__txt {
  font-weight: 300;
  font-size: 23.11rem;
  line-height: 1.5;
  margin-top: 20rem;
  text-align: left;
  color: #fff;
}
.section-contact .contact__items .item .tel__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-contact .contact__items .item .tel__inner .tel__icon {
  width: 67rem;
  display: flex;
  margin-right: 20rem;
}
.section-contact .contact__items .item .tel__inner .tel__lbl {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 71.3rem;
  line-height: 1;
  text-align: left;
  color: #fefefe;
}

footer {
  width: 100%;
  background: url(../img/footer_bg.png);
  background-size: cover;
  padding: 280rem 0 30rem;
}
footer .logo__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .logo__wrapper .logo {
  width: 407rem;
  display: flex;
  margin-right: 115rem;
}
footer .logo__wrapper .address__txt {
  font-weight: 300;
  font-size: 27.74rem;
  line-height: 68.62rem;
  text-align: left;
  color: #fff;
}
footer .logo__wrapper .address__txt a {
  color: #fff;
}
footer .footer-menu {
  margin-top: 90rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-menu li {
  margin: 0 40rem;
  position: relative;
}
footer .footer-menu li:hover:after {
  width: 100%;
}
footer .footer-menu li:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 2rem solid white;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  transition: 0.3s;
}
footer .footer-menu li a {
  font-weight: 300;
  font-size: 27.74rem;
  line-height: 68.62rem;
  text-align: left;
  color: #fff;
}

.copyright {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 36.5rem;
  line-height: 1.5;
  margin-top: 80rem;
  text-align: center;
  color: #fff;
}

.subfrontview {
  width: 100%;
  height: 585rem;
  margin-top: 120rem;
  position: relative;
}
.subfrontview .sub__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subfrontview .sub__title .en__txt {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 101.74rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.subfrontview .sub__title .ja__txt {
  font-weight: 300;
  font-size: 27.74rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.breadcrumb {
  width: 86.4583333333%;
  margin: 30rem auto 0;
}
.breadcrumb a, .breadcrumb span {
  font-weight: 300;
  font-size: 19.08rem;
  line-height: 1;
  text-align: left;
  color: #000;
}

.company-content__wrapper {
  width: 86.4583333333%;
  margin: 50rem auto 170rem;
}
.company-content__wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.company-content__wrapper table tr {
  border-top: 1rem solid #a1a1a1;
}
.company-content__wrapper table tr td {
  font-weight: 300;
  font-size: 27.72rem;
  line-height: 55.43rem;
  padding: 45rem 0;
  text-align: left;
  color: #000;
}
.company-content__wrapper table tr td:first-child {
  font-weight: 600;
  width: 20%;
  padding-left: 40rem;
}
.company-content__wrapper .map__wrapper {
  width: 100%;
  height: 440rem;
  margin-top: 50rem;
}
.company-content__wrapper .map__wrapper iframe {
  width: 100%;
  height: 100%;
}

.works-wrapper {
  max-width: 1700rem;
  width: 95%;
  margin: 80rem auto 200rem;
}
.works-wrapper .item__wrapper {
  width: 100%;
  margin-bottom: 40rem;
}
.works-wrapper .item__wrapper .year__bar {
  width: 100%;
  height: 81.66rem;
  background: #52aca9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.works-wrapper .item__wrapper .year__bar.open span.icon:after {
  content: "\f106";
}
.works-wrapper .item__wrapper .year__bar span.icon {
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  border: 2rem solid white;
  position: absolute;
  right: 30rem;
  top: 50%;
  transform: translateY(-50%);
}
.works-wrapper .item__wrapper .year__bar span.icon:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 22rem;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.works-wrapper .item__wrapper .year__bar span.lbl {
  font-weight: 600;
  font-size: 27.73rem;
  line-height: 1;
  text-align: left;
  color: #fff;
}
.works-wrapper .item__wrapper .content__wrapper {
  width: 100%;
  padding-bottom: 100rem;
  display: none;
}
.works-wrapper .item__wrapper .content__wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.works-wrapper .item__wrapper .content__wrapper table tr th {
  background: #f2f2f2;
  font-weight: 600;
  font-size: 27.72rem;
  line-height: 1.5;
  padding: 10rem 0;
  text-align: left;
  color: #000;
}
.works-wrapper .item__wrapper .content__wrapper table tr th:nth-child(1) {
  width: 40%;
  padding-left: 80rem;
}
.works-wrapper .item__wrapper .content__wrapper table tr th:nth-child(2) {
  width: 45%;
}
.works-wrapper .item__wrapper .content__wrapper table tr th:nth-child(3) {
  width: 15%;
  text-align: right;
  padding-right: 20rem;
}
.works-wrapper .item__wrapper .content__wrapper table tr td {
  font-weight: 300;
  font-size: 27.72rem;
  line-height: 1.5;
  padding: 20rem 0;
  text-align: left;
  color: #000;
  border-bottom: 1rem solid #a1a1a1;
}
.works-wrapper .item__wrapper .content__wrapper table tr td:nth-child(3) {
  text-align: right;
  padding-right: 20rem;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0 !important;
}

.contact-wrapper {
  max-width: 1660rem;
  width: 95%;
  margin: 100rem auto 150rem;
  text-align: center;
}
.contact-wrapper .detail__text {
  display: inline-block;
  font-weight: 600;
  font-size: 28.1rem;
  line-height: 49.18rem;
  text-align: left;
  color: #4d566c;
}
.contact-wrapper .contact-form {
  width: 100%;
  margin-top: 100rem;
}
.contact-wrapper .contact-form table {
  width: 100%;
  border-collapse: collapse;
}
.contact-wrapper .contact-form table tr:last-child td:first-child {
  vertical-align: top;
}
.contact-wrapper .contact-form table tr td {
  font-weight: 300;
  font-size: 28.1rem;
  line-height: 49.18rem;
  padding: 50rem 0;
  text-align: left;
  color: #4d566c;
}
.contact-wrapper .contact-form table tr td p {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-wrapper .contact-form table tr td span {
  background: #52aca9;
  font-weight: 600;
  font-size: 21.08rem;
  line-height: 36.89rem;
  padding: 3rem 15rem;
  text-align: left;
  color: #fff;
}
.contact-wrapper .contact-form table tr td:first-child {
  width: 36%;
}
.contact-wrapper .contact-form table tr td input[type=text], .contact-wrapper .contact-form table tr td input[type=email] {
  width: 100%;
  height: 82.82rem;
  background: #f5f6f7;
  padding-left: 20rem;
  font-size: 22rem;
  border: 0;
}
.contact-wrapper .contact-form table tr td textarea {
  width: 100%;
  height: 409.51rem;
  background: #f5f6f7;
  padding: 20rem;
  font-size: 22rem;
  border: 0;
}
.contact-wrapper .contact-form .send__btn {
  max-width: 1070.18rem;
  width: 100%;
  height: 124.05rem;
  background: #5ba9a9;
  margin: auto;
  margin-top: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 42.05rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.thanks-wrapper {
  margin: 80%;
  margin: 100rem auto 150rem;
}
.thanks-wrapper .t__txt {
  font-size: 40rem;
  text-align: center;
  line-height: 1.6;
}
.thanks-wrapper .top__btn {
  max-width: 500rem;
  width: 100%;
  height: 100.05rem;
  background: #5ba9a9;
  margin: auto;
  margin-top: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 32.05rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 0.8px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.6px;
  }
}
@media screen and (max-width: 850px) {
  html {
    font-size: 0.5px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1vw;
  }
  header {
    width: 100%;
    height: 126rem;
    position: relative;
    padding-left: 0;
  }
  header .logo {
    width: 375rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .frontview {
    width: 100%;
    height: 1320rem;
  }
  .frontview .catchcopy {
    width: -moz-max-content;
    width: max-content;
    padding-left: 10rem;
    font-size: 160rem;
    top: auto;
    bottom: 100rem;
    left: 50%;
    transform: translate(-50%);
  }
  .frontview .catchcopy span.gap {
    font-size: 66rem;
  }
  .our-policy__container .content__wrapper {
    width: 950rem;
    margin: 0 auto 0 0;
    padding: 730rem 0 140rem;
    padding-left: 67rem;
  }
  .our-policy__container .image__wrapper {
    width: 810rem;
    position: absolute;
    left: auto;
    right: 0;
    top: 190rem;
    transform: unset;
  }
  .section-title .en__txt {
    font-size: 132rem;
  }
  .section-title .ja__txt {
    font-size: 36rem;
  }
  .section-services .content__items {
    width: 916rem;
  }
  .section-services .content__items .item {
    width: 100%;
    margin-bottom: 80rem;
    padding: 0;
  }
  .section-services .content__items .item .inner__wrapper .image__wrapper {
    height: 790rem;
  }
  .section-services .content__items .item .inner__wrapper .num {
    font-size: 87rem;
  }
  .section-services .content__items .item .inner__wrapper .title__txt {
    font-size: 52rem;
  }
  .section-services .content__items .item .inner__wrapper .c__txt {
    font-size: 27rem;
    line-height: 53rem;
  }
  .section-result {
    margin-top: 150rem;
    padding: 130rem 0 400rem;
  }
  .section-result .content__wrapper {
    width: 936rem;
    height: 850rem;
  }
  .section-result .content__wrapper img {
    -o-object-position: 5%;
       object-position: 5%;
  }
  .section-result .content__wrapper .catch__wrapper {
    left: -42rem;
    bottom: -240rem;
  }
  .section-result .content__wrapper .catch__wrapper .lbl {
    font-size: 189rem;
    line-height: 1;
    padding: 20rem 40rem 0;
  }
  .section-result .content__wrapper .catch__wrapper .c__txt {
    font-weight: 300;
    width: 90%;
    margin: auto;
    font-size: 36rem;
    letter-spacing: -0.05em;
    line-height: 89rem;
    margin-top: 160rem;
  }
  .section-contact .gap__txt {
    width: 90%;
    margin: auto;
    font-weight: 300;
    font-size: 30rem;
    line-height: 59rem;
    margin-top: 75rem;
    text-align: left;
  }
  .section-contact .contact__items {
    margin-top: 60rem;
    display: block;
  }
  .section-contact .contact__items .item {
    width: 895rem;
    height: 480rem;
    padding-top: 90rem;
    margin: auto;
    margin-bottom: 50rem;
  }
  .section-contact .contact__items .item .mail__icon {
    width: 116rem;
  }
  .section-contact .contact__items .item .contact__lbl {
    font-size: 46rem;
    line-height: 1.5;
    margin-top: 44rem;
  }
  .section-contact .contact__items .item .g__txt {
    font-weight: 300;
    font-size: 30rem;
    line-height: 1.5;
    margin-top: 26rem;
  }
  .section-contact .contact__items .item .tel__inner .tel__icon {
    width: 86rem;
    display: flex;
    margin-right: 25rem;
  }
  .section-contact .contact__items .item .tel__inner .tel__lbl {
    font-size: 92rem;
  }
  footer {
    width: 100%;
    background: url(../img/footer_bg_sp.png);
    background-size: cover;
    padding: 240rem 0 30rem;
    text-align: center;
  }
  footer .logo__wrapper {
    display: block;
  }
  footer .logo__wrapper .logo {
    width: 530rem;
    margin: auto;
  }
  footer .logo__wrapper .address__txt {
    font-size: 36rem;
    display: inline-block;
    line-height: 89rem;
    margin-top: 60rem;
  }
  footer .footer-menu li a {
    font-weight: 300;
    font-size: 36rem;
    line-height: 1.5;
  }
  footer .footer-menu {
    width: 500rem;
    margin: auto;
    margin-top: 90rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer-menu li {
    width: 50%;
    text-align: left;
    margin: 20rem 0;
  }
  .copyright {
    font-size: 47rem;
  }
  header {
    justify-content: right;
  }
  .sp-menu {
    width: 130rem;
    height: 100%;
    background: #56AAAA;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .sp-menu.open .inner span:nth-child(1) {
    top: 19rem;
    transform: rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 19rem;
    transform: rotate(-45deg);
  }
  .sp-menu .inner {
    width: 49rem;
    height: 40rem;
    position: relative;
  }
  .sp-menu .inner span {
    width: 100%;
    height: 0;
    border-bottom: 2rem solid white;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
  }
  .sp-menu .inner span + span {
    top: 19.8rem;
  }
  .sp-menu .inner span + span + span {
    top: 40rem;
  }
  header ul {
    display: block;
    width: 100%;
    height: 100vh;
    background: white;
    position: fixed;
    top: 126rem;
    padding-top: 200rem;
    left: 0;
    z-index: 2;
    display: none;
  }
  header ul li {
    width: 845rem;
    height: auto;
    margin: auto;
    justify-content: left;
    border-top: 1rem solid #000;
  }
  header ul li:hover {
    background: #f3f3f3;
  }
  header ul li:hover:after {
    content: unset;
  }
  header ul li:last-child {
    border-bottom: 1rem solid #000;
  }
  header ul li a {
    width: 100%;
    font-weight: 600;
    font-size: 28rem;
    color: #52aca9;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 60rem 0 60rem 20rem;
  }
  header ul li a .circle {
    width: 41rem;
  }
  header ul li a .circle img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  header ul li a .en {
    font-size: 74rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin: 10rem 30rem 0 38rem;
    line-height: 1;
    color: #000;
  }
  header ul li.contact {
    margin: 0;
    margin-left: auto;
  }
  header ul li.contact a {
    width: 380rem;
    height: auto;
    padding: 30rem 0;
  }
  header ul li.contact a .lbl {
    font-weight: 600;
    font-size: 38rem;
    line-height: 1.5;
  }
  header ul li.contact a .icon {
    width: 79rem;
  }
  .company-content__wrapper {
    width: 95%;
    margin: 80rem auto 200rem;
  }
  .breadcrumb a, .breadcrumb span {
    font-size: 22rem;
  }
  .company-content__wrapper table tr td {
    font-size: 30rem;
  }
  .company-content__wrapper table tr td:first-child {
    width: 30%;
  }
  .subfrontview {
    margin-top: 126rem;
  }
  .works-wrapper .item__wrapper .year__bar span.lbl {
    font-size: 32rem;
  }
  .works-wrapper .item__wrapper .content__wrapper table tr th {
    font-size: 30rem;
  }
  .works-wrapper .item__wrapper .content__wrapper {
    overflow: scroll;
  }
  .works-wrapper .item__wrapper .content__wrapper table {
    width: 150%;
  }
  .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 0.8 !important;
  }
  .contact-wrapper .detail__text {
    font-size: 34rem;
    line-height: 1.6;
  }
  .contact-wrapper .contact-form table tr {
    display: grid;
  }
  .contact-wrapper .contact-form table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .contact-wrapper .contact-form table tr td {
    font-size: 30rem;
    line-height: 1.5;
  }
  .contact-wrapper .contact-form table tr td input[type=text], .contact-wrapper .contact-form table tr td input[type=email] {
    width: 100%;
    height: 100.82rem;
    font-size: 30rem;
  }
  .contact-wrapper .contact-form table tr td p {
    width: auto;
    display: flex;
    justify-content: left;
  }
  .contact-wrapper .contact-form table tr td span {
    font-size: 24rem;
    margin-left: 30rem;
  }
  .contact-wrapper .contact-form table tr td textarea {
    height: 500.51rem;
    padding: 20rem;
    font-size: 24rem;
  }
}/*# sourceMappingURL=style.css.map */