html {
  scroll-behavior: smooth;
  font-family: "Noto Sans", sans-serif;
  color: #040404;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: initial;
  }
}

.top {
  position: fixed;
  top: 0;
  padding: 20px 30px;
  width: 100%;
  z-index: 10000;
  color: #040404;
}
@media screen and (max-width: 767px) {
  .top {
    padding: 7px 20px;
    width: 100vw;
    background-color: #fff4e5;
    z-index: 10000;
  }
}
.top .logo_menu {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .logo_menu .logo {
  position: relative;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .top .logo_menu .logo {
    position: relative;
    display: block;
    padding-top: 0px;
    z-index: 99999;
  }
}
.top .logo_menu .logo img {
  width: 100%;
  max-width: 90px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top .logo_menu .logo img {
    max-width: 50px;
  }
}
.top .logo_menu .menu_area {
  display: flex;
  text-align: end;
}
.top .logo_menu .menu_area .menu {
  font-size: 18px;
  font-weight: 700;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top .logo_menu .menu_area .menu {
    display: none;
  }
}
.top .logo_menu .menu_area .menu a {
  background-color: #fb5b45;
  padding: 0 8px;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .top .logo_menu .menu_area .menu a {
    font-size: 19px;
    text-align: left;
  }
}
.top .logo_menu .menu_area .menu.open {
  right: 0;
}

section {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  section {
    width: 100%;
  }
}
section .container {
  position: relative;
  display: block;
  margin: 0 clamp(160.2px, 20.83vw, 300px);
  width: calc(100% - clamp(160.2px, 20.83vw, 300px) * 2);
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  section .container {
    width: calc(100% - clamp(21.36px, 2.78vw, 40px) * 2);
    margin: 0 clamp(21.36px, 2.78vw, 40px);
    max-width: 100%;
  }
}
section .support {
  margin-top: -5vh;
}
section .support .title_jp {
  text-align: center;
}
section .support .support_banner {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-top: 2vw;
}
section .support .support_banner .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
}
@media screen and (max-width: 767px) {
  section .support .support_banner .link {
    width: 30%;
  }
}
section .support .support_banner .link img {
  width: 100%;
}
section .title_jp {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(19.22px, 2.5vw, 36px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fb5b45;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section .title_jp {
    font-size: clamp(8.02px, 6.58vw, 24px);
  }
}
section .title_en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(25.63px, 3.33vw, 48px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fb5b45;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section .title_en {
    font-size: clamp(10.02px, 8.22vw, 30px);
  }
}
section .title_en-jp {
  display: flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(8.01px, 1.04vw, 15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.33;
  color: #040404;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section .title_en-jp {
    font-size: clamp(4.34px, 3.56vw, 13px);
  }
}
section .title_en-jp::before {
  content: "";
  border-top: 1px solid #040404;
  margin-right: 1em;
  width: 1.25em;
}

main {
  background-image: url("../images/back_cityscape.png");
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main {
    background-image: none;
  }
}

#philosophy, #voice, #message, #staff {
  background-color: #ffffff;
}

#service, #sales, #company {
  background-color: #fff4e5;
}

#contact {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  #contact {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/back_cityscape_sp.png");
    background-size: cover;
  }
}

#first-view {
  position: relative;
  height: 105vh;
}
@media screen and (max-width: 767px) {
  #first-view {
    background-image: url("../images/back_cityscape_sp.png");
    background-size: cover;
    background-position: top center;
    width: 100%;
    pointer-events: none;
  }
}
#first-view::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff4e5;
  mix-blend-mode: multiply;
  z-index: 10;
}
#first-view .mask {
  background-color: #fff4e5;
  width: 100%;
  height: 100%;
  -webkit-animation: fade 2s;
          animation: fade 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 2;
}
@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#first-view .lead {
  position: fixed;
  top: 15%;
  left: 0%;
  margin: 0 auto;
  width: 100%;
  transform: scale(70%);
}
#first-view .lead .first_line {
  transform: translateX(0%);
}
#first-view .lead .second_line {
  transform: translate(0%, -100%);
}
#first-view .lead #order-1 {
  opacity: 0;
  -webkit-animation: fadein forwards 1s ease 1s;
          animation: fadein forwards 1s ease 1s;
}
#first-view .lead #order-2 {
  opacity: 0;
  -webkit-animation: fadein forwards 0.5s ease 1.3s;
          animation: fadein forwards 0.5s ease 1.3s;
}
#first-view .lead #order-3 {
  opacity: 0;
  -webkit-animation: fadein forwards 1s ease 1.6s;
          animation: fadein forwards 1s ease 1.6s;
}
#first-view .lead #order-4 {
  opacity: 0;
  -webkit-animation: fadein forwards 0.5s ease 1.9s;
          animation: fadein forwards 0.5s ease 1.9s;
}
#first-view .lead #order-5 {
  opacity: 0;
  -webkit-animation: fadein forwards 0.75s ease 2s;
          animation: fadein forwards 0.75s ease 2s;
}
#first-view .lead #order-6 {
  opacity: 0;
  -webkit-animation: fadein forwards 1s ease 2.5s;
          animation: fadein forwards 1s ease 2.5s;
}
#first-view .lead #order-7 {
  opacity: 0;
  -webkit-animation: fadein forwards 0.5s ease 2.8s;
          animation: fadein forwards 0.5s ease 2.8s;
}
#first-view .lead #order-8 {
  opacity: 0;
  -webkit-animation: fadein forwards 0.3s ease 3s;
          animation: fadein forwards 0.3s ease 3s;
}
#first-view .lead #order-9 {
  opacity: 0;
  -webkit-animation: fadein forwards 0.3s ease 3.1s;
          animation: fadein forwards 0.3s ease 3.1s;
}
#first-view .lead #order-10 {
  opacity: 0;
  -webkit-animation: fadein forwards 0.2s ease 3.7s;
          animation: fadein forwards 0.2s ease 3.7s;
}
#first-view .lead #order-11 {
  opacity: 0;
  -webkit-animation: fadein forwards 0.2s ease 3.8s;
          animation: fadein forwards 0.2s ease 3.8s;
}
#first-view .lead #order-12 {
  opacity: 0;
  -webkit-animation: fadein forwards 0.2s ease 3.9s;
          animation: fadein forwards 0.2s ease 3.9s;
}
#first-view .lead #order-13 {
  opacity: 0;
  -webkit-animation: fadein forwards 0.5s ease 4.3s;
          animation: fadein forwards 0.5s ease 4.3s;
}
#first-view .lead #order-14 {
  opacity: 0;
  -webkit-animation: fadein forwards 1.5s ease 4.8s;
          animation: fadein forwards 1.5s ease 4.8s;
}
#first-view .lead #order-15 {
  opacity: 0;
  -webkit-animation: fadein forwards 0.75s ease 5.8s;
          animation: fadein forwards 0.75s ease 5.8s;
}
@-webkit-keyframes fadein {
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes fadein {
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 767px) {
  #first-view .lead {
    top: 17.5%;
    left: 8%;
    width: 135%;
    transform: scale(100%);
  }
  #first-view .lead .first_line {
    transform: translateX(0%);
  }
  #first-view .lead .second_line {
    transform: translate(-39%, 15%);
  }
}

#philosophy {
  position: relative;
  margin-top: -5vh;
  padding: clamp(53.4px, 6.94vw, 100px) 0 clamp(160.2px, 20.83vw, 300px);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #philosophy {
    padding: clamp(33.4px, 27.4vw, 100px) 0 15vh;
  }
}
#philosophy .container {
  margin-top: 5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  #philosophy .container {
    margin-top: 8vw;
  }
}
#philosophy .inner-content {
  display: grid;
  grid-template-columns: 33% 66%;
  grid-template-areas: "side main";
}
@media screen and (max-width: 767px) {
  #philosophy .inner-content {
    grid-template-columns: 100%;
    grid-template-areas: "side" "main";
  }
}
#philosophy .inner-content .main {
  grid-area: main;
}
@media screen and (max-width: 767px) {
  #philosophy .inner-content .main {
    margin-top: 3em;
    width: 100%;
  }
}
#philosophy .inner-content .main .main-text {
  font-size: clamp(8.54px, 1.11vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1875;
  margin-top: clamp(32.04px, 4.17vw, 60px);
}
@media screen and (max-width: 767px) {
  #philosophy .inner-content .main .main-text {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#philosophy .inner-content .catchcopy {
  grid-area: side;
  writing-mode: vertical-rl;
  font-size: clamp(12.82px, 1.67vw, 24px);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2;
  color: #454545;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #philosophy .inner-content .catchcopy {
    font-size: clamp(6.35px, 5.21vw, 19px);
  }
}
#philosophy .philosophy-image {
  margin-top: clamp(32.04px, 4.17vw, 60px);
}
#philosophy .divider-top {
  position: absolute;
  top: -9%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #philosophy .divider-top {
    top: -3%;
  }
}
#philosophy .divider-top img {
  position: relative;
  display: block;
  width: 100%;
}
#philosophy .banner {
  display: block;
  width: calc(100% - clamp(160.2px, 20.83vw, 300px) * 2);
  max-width: 1440px;
  margin: 0 clamp(160.2px, 20.83vw, 300px);
  transform: translateY(-90%);
}
@media screen and (max-width: 767px) {
  #philosophy .banner {
    width: calc(100% - clamp(21.36px, 2.78vw, 40px) * 2);
    margin: 0 clamp(21.36px, 2.78vw, 40px);
    transform: translateY(-110%);
  }
}
#philosophy .banner img {
  width: 100%;
  height: auto;
}

#service {
  position: relative;
  padding-bottom: clamp(26.7px, 3.47vw, 50px);
  z-index: 100;
}
#service .divider-top {
  position: absolute;
  top: -7%;
  overflow: hidden;
  width: 100%;
  transform: translateY(-30%);
}
@media screen and (max-width: 767px) {
  #service .divider-top {
    top: -2%;
  }
}
#service .divider-top img {
  position: relative;
  display: block;
  width: 100%;
}
#service .service-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  margin-top: -13%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #service .service-bg-top {
    margin-top: -10vh;
    width: 50%;
  }
}
#service .container {
  position: relative;
  padding-top: 5%;
}
#service .inner-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: clamp(26.7px, 3.47vw, 50px);
}
@media screen and (max-width: 767px) {
  #service .inner-content {
    grid-template-columns: 100%;
    gap: 100px;
  }
}
#service .service-item {
  position: relative;
  padding: clamp(16.02px, 2.08vw, 30px) clamp(16.02px, 2.08vw, 30px) clamp(32.04px, 4.17vw, 60px);
  background-image: url(../images/service-item-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#service .service-num {
  text-align: center;
  font-size: clamp(14.95px, 1.94vw, 28px);
  font-weight: 700;
  color: #fb5b45;
}
@media screen and (max-width: 767px) {
  #service .service-num {
    font-size: clamp(7.35px, 6.03vw, 22px);
    margin-top: clamp(8.02px, 6.58vw, 24px);
  }
}
#service .service-num span {
  display: block;
  font-size: clamp(8.54px, 1.11vw, 16px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #service .service-num span {
    font-size: clamp(4.01px, 3.29vw, 12px);
  }
}
#service .service-title {
  text-align: center;
  font-size: clamp(0px, 1.67vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fb5b45;
  margin-top: clamp(21.36px, 2.78vw, 40px);
}
@media screen and (max-width: 767px) {
  #service .service-title {
    font-size: clamp(5.68px, 4.66vw, 17px);
  }
}
#service .service-text {
  margin-top: clamp(23.5px, 3.06vw, 44px);
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  #service .service-text {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#service .service-item-bg-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  transform: translate(-80%, 20%);
}
@media screen and (max-width: 767px) {
  #service .service-item-bg-left {
    width: 20%;
    transform: translate(-5%, 70%);
  }
}
#service .service-item-bg-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  transform: translate(80%, 20%);
}
@media screen and (max-width: 767px) {
  #service .service-item-bg-right {
    width: 20%;
    transform: translate(20%, 60%);
  }
}

#voice {
  position: relative;
  padding: clamp(53.4px, 6.94vw, 100px) 0 clamp(133.5px, 17.36vw, 250px);
  z-index: 100;
  overflow-x: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  #voice {
    padding: clamp(20.04px, 16.44vw, 60px) 0 clamp(33.4px, 27.4vw, 100px);
  }
}
#voice .voice-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #voice .container {
    padding: 0;
  }
}
#voice .inner-content {
  height: auto;
}
@media screen and (max-width: 767px) {
  #voice .inner-content {
    padding-right: clamp(21.36px, 2.78vw, 40px);
  }
}

#sales {
  position: relative;
  padding-bottom: clamp(240.3px, 31.25vw, 450px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sales {
    padding: clamp(20.04px, 16.44vw, 60px) 0 clamp(40.08px, 32.88vw, 120px);
  }
}
#sales .sales-bg-top {
  position: absolute;
  top: 0;
  right: -20%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  #sales .sales-bg-top {
    top: -7%;
    right: -3%;
    width: 55%;
  }
}
#sales .sales-lead {
  margin-top: clamp(32.04px, 4.17vw, 60px);
  font-size: clamp(12.82px, 1.67vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fb5b45;
}
@media screen and (max-width: 767px) {
  #sales .sales-lead {
    font-size: clamp(5.68px, 4.66vw, 17px);
  }
}
#sales .inner-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10.68px, 1.39vw, 20px);
  margin-top: clamp(32.04px, 4.17vw, 60px);
}
@media screen and (max-width: 767px) {
  #sales .inner-content {
    grid-template-columns: 100%;
    gap: clamp(10.02px, 8.22vw, 30px);
  }
}
#sales .inner-content .sales-item hr {
  margin: clamp(6.94px, 0.9vw, 13px) 0;
  border-top: 1px solid;
  color: #040404;
}
@media screen and (max-width: 767px) {
  #sales .inner-content .sales-item hr {
    margin: clamp(6.68px, 5.48vw, 20px) 0;
  }
}
#sales .inner-content .sales-title {
  display: flex;
  gap: 10px;
}
#sales .inner-content .sales-title .type {
  background-color: #fb5b45;
  border-radius: 15px;
  padding: 0 10px;
  font-size: clamp(7.48px, 0.97vw, 14px);
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #sales .inner-content .sales-title .type {
    font-size: clamp(4.34px, 3.56vw, 13px);
  }
}
#sales .inner-content .sales-title .address {
  font-size: clamp(8.54px, 1.11vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #sales .inner-content .sales-title .address {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#sales .view-more {
  position: relative;
  margin: 0 auto;
  background: #fb5b45;
  width: 14em;
  height: clamp(21.36px, 2.78vw, 40px);
  border-radius: 20px;
  margin-top: clamp(32.04px, 4.17vw, 60px);
  align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: clamp(21.36px, 2.78vw, 40px);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #sales .view-more {
    width: 10em;
    height: clamp(13.36px, 10.96vw, 40px);
    font-size: clamp(5.34px, 4.38vw, 16px);
    line-height: clamp(13.36px, 10.96vw, 40px);
  }
}
#sales .view-more .link-arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: clamp(5.34px, 0.69vw, 10px);
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: all 0.5s ease;
}
#sales .divider {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
#sales .divider img {
  position: relative;
  display: block;
  width: 100%;
}

#message {
  position: relative;
  z-index: 100;
  padding-bottom: clamp(53.4px, 6.94vw, 100px);
}
#message .message-bg-top {
  position: absolute;
  top: calc(clamp(53.4px, 6.94vw, 100px) * -1);
  left: 0;
  width: 25%;
  transform: translateY(-70%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #message .message-bg-top {
    top: -3%;
  }
}
#message .container {
  margin: 0 clamp(160.2px, 20.83vw, 300px);
}
@media screen and (max-width: 767px) {
  #message .container {
    margin: 0 clamp(21.36px, 2.78vw, 40px);
  }
}
#message .title_jp {
  margin-left: clamp(48.06px, 6.25vw, 90px);
}
@media screen and (max-width: 767px) {
  #message .title_jp {
    margin-inline: 0;
  }
}
#message .inner-content {
  padding: 0 clamp(48.06px, 6.25vw, 90px);
}
@media screen and (max-width: 767px) {
  #message .inner-content {
    padding-inline: 0;
  }
}
#message .inner-content .message-text {
  font-size: clamp(8.54px, 1.11vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1875;
  line-height: 2.1875;
  margin-top: clamp(32.04px, 4.17vw, 60px);
}
@media screen and (max-width: 767px) {
  #message .inner-content .message-text {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#message .inner-content .message-image {
  float: right;
  display: flex;
  margin: 0 0 clamp(10.68px, 1.39vw, 20px) clamp(10.68px, 1.39vw, 20px);
}
@media screen and (max-width: 767px) {
  #message .inner-content .message-image {
    margin-top: clamp(20.04px, 16.44vw, 60px);
    margin-inline: calc(clamp(21.36px, 2.78vw, 40px) * 2);
    margin-bottom: clamp(13.36px, 10.96vw, 40px);
  }
}
#message .inner-content .message-image img {
  width: 75%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 390px;
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  #message .inner-content .message-image img {
    margin-inline: auto;
    width: 100%;
    height: auto;
  }
}
#message .inner-content .message-image .president {
  writing-mode: vertical-rl;
  font-size: clamp(12.82px, 1.67vw, 24px);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fb5b45;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #message .inner-content .message-image .president {
    font-size: clamp(8.02px, 6.58vw, 24px);
  }
}
#message .inner-content .message-image .president span {
  position: relative;
  font-size: clamp(8.01px, 1.04vw, 15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #040404;
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  #message .inner-content .message-image .president span {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#message .inner-content .message-image .president span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -4em;
  transform: translateX(-100%);
  width: 1px;
  height: 3em;
  border-right: 1px solid #040404;
}

#staff {
  position: relative;
  padding: clamp(53.4px, 6.94vw, 100px) 0;
  overflow-x: hidden;
  z-index: 1;
}
#staff .-non-slider .swiper-wrapper {
  transform: inherit !important;
  margin-top: clamp(26.7px, 3.47vw, 50px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10.68px, 1.39vw, 20px);
}
#staff .-non-slider .swiper-slide {
  width: inherit !important;
  margin: 0 auto;
  text-align: center;
}
#staff .post {
  margin-top: clamp(8.01px, 1.04vw, 15px);
  font-size: clamp(8.01px, 1.04vw, 15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1875;
  color: #040404;
}
@media screen and (max-width: 767px) {
  #staff .post {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#staff .name {
  margin-top: clamp(5.34px, 0.69vw, 10px);
  font-size: clamp(12.82px, 1.67vw, 24px);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.21;
  color: #fb5b45;
}
@media screen and (max-width: 767px) {
  #staff .name {
    font-size: clamp(8.02px, 6.58vw, 24px);
  }
}

#company {
  position: relative;
  padding: clamp(53.4px, 6.94vw, 100px) 0;
  z-index: 100;
}
#company .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  #company .container {
    margin: 0 clamp(21.36px, 2.78vw, 40px);
  }
}
#company .company-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
}
@media screen and (max-width: 767px) {
  #company .company-bg-top {
    top: -11%;
    right: -2%;
    width: 50%;
  }
}
#company .inner-content {
  padding-top: clamp(26.7px, 3.47vw, 50px);
}
#company .company-item {
  position: relative;
  display: grid;
  grid-template-columns: 30% 70%;
  padding: clamp(5.34px, 0.69vw, 10px) 0;
  font-size: clamp(8.54px, 1.11vw, 16px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #company .company-item {
    grid-template-columns: 100%;
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#company .item-title {
  font-weight: 700;
  color: #fb5b45;
}
#company .item-content {
  font-weight: 500;
  color: #040404;
}
#company hr {
  border: 1px solid rgba(69, 69, 69, 0.25);
  margin: clamp(10.68px, 1.39vw, 20px) 0;
}
#company .company-bg-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  z-index: -1;
}

#contact {
  position: relative;
  padding: clamp(42.72px, 5.56vw, 80px) 0;
}
#contact .container {
  display: grid;
  width: calc(100% - clamp(53.4px, 6.94vw, 100px) * 2);
  margin: 0 clamp(53.4px, 6.94vw, 100px);
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right";
}
@media screen and (max-width: 767px) {
  #contact .container {
    width: calc(100% - clamp(21.36px, 2.78vw, 40px) * 2);
    margin-inline: clamp(21.36px, 2.78vw, 40px);
    grid-template-columns: 100%;
    grid-template-areas: "left" "right";
  }
}
#contact .left-area {
  grid-area: left;
}
#contact .right-area {
  grid-area: right;
  margin-left: clamp(26.7px, 3.47vw, 50px);
  color: #040404;
}
@media screen and (max-width: 767px) {
  #contact .right-area {
    margin-inline: 0;
  }
}
#contact .right-area hr {
  border-top: 1px solid rgba(69, 69, 69, 0.25);
  margin: 25px 10px;
}
#contact .contact-info {
  display: flex;
  margin-top: clamp(16.02px, 2.08vw, 30px);
  padding: clamp(10.68px, 1.39vw, 20px) clamp(18.69px, 2.43vw, 35px);
  background-color: #fb5b45;
  border-radius: 14px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #contact .contact-info {
    display: block;
    padding: 0;
    background-color: initial;
    border-radius: 0;
  }
}
#contact .contact-mean {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contact .contact-mean {
    width: 100%;
    background-color: #fb5b45;
    border-radius: clamp(6.68px, 5.48vw, 20px);
  }
}
#contact .contact-mean:first-child {
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #contact .contact-mean:first-child {
    border: none;
    margin-bottom: clamp(6.68px, 5.48vw, 20px);
  }
}
#contact .contact-mean .contact-title {
  margin-top: clamp(10.68px, 1.39vw, 20px);
  font-size: clamp(10.68px, 1.39vw, 20px);
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  #contact .contact-mean .contact-title {
    font-size: clamp(5.68px, 4.66vw, 17px);
  }
}
#contact .contact-mean .contact-icon {
  margin: 20px 0;
  height: clamp(16.02px, 2.08vw, 30px);
}
@media screen and (max-width: 767px) {
  #contact .contact-mean .contact-icon {
    margin: clamp(1.67px, 1.37vw, 5px) 0;
    height: 100%;
  }
}
#contact .contact-mean .contact-icon img {
  margin: 0 auto;
  max-width: 30px;
}
#contact .contact-mean a {
  text-decoration: none;
  color: #ffffff;
}
#contact .contact-mean a.telephone {
  margin-top: clamp(5.34px, 0.69vw, 10px);
  font-size: clamp(16.02px, 2.08vw, 30px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #contact .contact-mean a.telephone {
    font-size: clamp(8.02px, 6.58vw, 24px);
  }
}
#contact .contact-mean a.mail-link {
  position: relative;
  margin: 0 auto;
  padding: clamp(2.67px, 0.35vw, 5px) clamp(10.68px, 1.39vw, 20px);
  font-size: clamp(8.54px, 1.11vw, 16px);
  font-weight: 900;
  border: 1px solid #ffffff;
  border-radius: 25px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  #contact .contact-mean a.mail-link {
    padding: clamp(1.67px, 1.37vw, 5px) clamp(13.36px, 10.96vw, 40px);
    font-size: clamp(5.34px, 4.38vw, 16px);
  }
}
#contact .contact-mean a.mail-link .link-arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: clamp(5.34px, 0.69vw, 10px);
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: all 0.5s ease;
}
#contact .contact-mean a.mail-link:hover {
  background-color: #ffffff;
  color: #fb5b45;
}
#contact .contact-mean a.mail-link:hover .link-arrow {
  transform: translateY(-28%) rotate(135deg);
  background-color: rgba(255, 255, 255, 0.5333333333);
}
#contact .contact-mean a.mail-link:hover .link-arrow::before, #contact .contact-mean a.mail-link:hover .link-arrow::after {
  background-color: rgba(255, 255, 255, 0.5333333333);
}
#contact .contact-mean .business-hours, #contact .contact-mean .contact-text {
  margin-bottom: clamp(10.68px, 1.39vw, 20px);
  font-size: clamp(8.01px, 1.04vw, 15px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  #contact .contact-mean .business-hours, #contact .contact-mean .contact-text {
    font-size: clamp(5.01px, 4.11vw, 15px);
  }
}
#contact a {
  font-size: clamp(7.48px, 0.97vw, 14px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.2;
  color: #040404;
}
#contact .menu-list {
  display: grid;
  margin-right: clamp(32.04px, 4.17vw, 60px);
  margin-left: 1em;
  padding-top: clamp(21.36px, 2.78vw, 40px);
  grid-template-columns: repeat(4, auto);
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #contact .menu-list {
    display: none;
  }
}
#contact .menu-list a.list-item {
  text-decoration: none;
}
#contact .menu-list a.list-item span {
  margin-inline: 4px;
}
#contact .menu-list a.list-item .right-arrow {
  position: relative;
  display: inline-block;
  width: 6.2px;
  height: 10.5px;
}
#contact .menu-list a.list-item .right-arrow::before, #contact .menu-list a.list-item .right-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  margin-right: 0.5em;
  border-radius: 9999px;
  background-color: #fb5b45;
  transform-origin: calc(100% - 1px) 50%;
}
#contact .menu-list a.list-item .right-arrow::before {
  transform: rotate(45deg);
}
#contact .menu-list a.list-item .right-arrow::after {
  transform: rotate(-45deg);
}
#contact .company-info {
  margin-left: 1em;
  font-size: clamp(8.54px, 1.11vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  #contact .company-info {
    font-size: clamp(4.68px, 3.84vw, 14px);
  }
}
#contact .company-info span {
  margin-right: 1em;
}
#contact .company-info a {
  text-decoration: none;
  font-size: clamp(4.68px, 3.84vw, 14px);
}

.copyright {
  position: absolute;
  bottom: 0;
  font-size: clamp(6.94px, 0.9vw, 13px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.7;
  color: #040404;
  text-align: center;
  padding-top: clamp(16.02px, 2.08vw, 30px);
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: clamp(4.34px, 3.56vw, 13px);
  }
}

.floating_item {
  position: fixed;
  z-index: 200;
  bottom: clamp(21.36px, 2.78vw, 40px);
  right: clamp(21.36px, 2.78vw, 40px);
}
@media screen and (max-width: 767px) {
  .floating_item {
    z-index: 1000;
  }
}
.floating_item.hidden {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.floating_item .top-link {
  display: grid;
  place-items: center;
  background-color: #fb5b45;
  text-align: center;
  border-radius: 50%;
  width: clamp(21.36px, 2.78vw, 40px);
  height: clamp(21.36px, 2.78vw, 40px);
}
@media screen and (max-width: 767px) {
  .floating_item .top-link {
    width: clamp(16.7px, 13.7vw, 50px);
    height: clamp(16.7px, 13.7vw, 50px);
  }
}
.floating_item .top-link .link-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(20%) rotate(-45deg);
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .floating_item .top-link .link-arrow {
    width: clamp(3.84px, 3.15vw, 11.5px);
    height: clamp(3.84px, 3.15vw, 11.5px);
    transform: translateY(20%) rotate(-45deg);
  }
}

.upper {
  opacity: 0;
  transform: translate(0px, 70px);
  transition-delay: 200ms;
  transition-duration: 750ms;
  transition-timing-function: ease;
}
.upper.is-active {
  opacity: 1;
  transform: translate(0px, 0px);
}

#voice .swiper {
  width: 100vw;
}
@media screen and (max-width: 767px) {
  #voice .swiper {
    width: calc(100vw - clamp(21.36px, 2.78vw, 40px) * 2);
  }
}

@media screen and (max-width: 767px) {
  #staff .swiper {
    width: 100vw;
  }
  #staff .swiper .swiper-wrapper {
    margin-left: clamp(20.04px, 16.44vw, 60px);
  }
  #staff .swiper .swiper-slide {
    text-align: center;
  }
}

.swiper .swiper-wrapper {
  padding-bottom: clamp(32.04px, 4.17vw, 60px);
}
.swiper .swiper-slide, .swiper .staff-item {
  margin-top: clamp(32.04px, 4.17vw, 60px);
  gap: 20px;
  letter-spacing: 0.05em;
  line-height: 2.1875;
}
.swiper .swiper-slide .slide-image, .swiper .staff-item .slide-image {
  background-color: transparent;
}
.swiper .swiper-slide .slide-image img, .swiper .staff-item .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-slide .slide-customer, .swiper .staff-item .slide-customer {
  margin-top: clamp(8.01px, 1.04vw, 15px);
}
.swiper .swiper-slide .slide-voice, .swiper .staff-item .slide-voice {
  margin-top: clamp(8.01px, 1.04vw, 15px);
}
.swiper .swiper-nav {
  display: grid;
  grid-template-columns: 50px 50px 1fr;
  grid-template-areas: "left right bar";
  align-items: center;
  margin-bottom: clamp(21.36px, 2.78vw, 40px);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-nav {
    grid-template-columns: clamp(20.04px, 16.44vw, 60px) clamp(6.68px, 5.48vw, 20px) auto;
    gap: clamp(6.68px, 5.48vw, 20px);
  }
}
.swiper .swiper-button-prev {
  grid-area: left;
}
.swiper .swiper-button-next {
  grid-area: right;
}
.swiper .swiper-scrollbar {
  position: relative !important;
  background-color: #cccccc;
  grid-area: bar;
  transform: translateY(100%);
  width: 70% !important;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-scrollbar {
    width: 92.5% !important;
  }
}
.swiper .swiper-scrollbar-drag {
  background-color: #fb5b45;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  position: relative;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-button-prev, .swiper .swiper-button-next {
    width: clamp(6.68px, 5.48vw, 20px);
  }
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  content: "";
}
.swiper .swiper-button-prev::after {
  border-bottom: 13px solid transparent;
  border-right: 20px solid #fb5b45;
  border-top: 13px solid transparent;
}
.swiper .swiper-button-next::after {
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fb5b45;
  border-top: 13px solid transparent;
}
.swiper .swiper-slide img {
  height: auto;
  width: 100%;
}

.hmbg_menu-list .banner {
  display: grid;
  grid-template-columns: 30px 1fr;
  place-content: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fb5b45;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  padding: 10px 40px;
}
@media screen and (max-width: 767px) {
  .hmbg_menu-list .banner {
    position: absolute;
    width: 16em;
  }
}
.hmbg_menu-list .banner span {
  display: grid;
  place-content: center;
}
/*# sourceMappingURL=style.css.map */