@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=call");
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

[data-aos=slide-right] {
  opacity: 0;
}
[data-aos=slide-right].aos-animate {
  opacity: 1;
}

[data-aos=splash] {
  position: relative;
  overflow: hidden;
}
[data-aos=splash]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #111;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.2s;
}
[data-aos=splash]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
[data-aos=splash].aos-animate::before, [data-aos=splash].aos-animate::after {
  right: -100%;
}

@keyframes fadeBounce {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(30px);
  }
  60% {
    opacity: 1;
    transform: scale(1.05) translateY(-10px);
  }
  80% {
    transform: scale(0.95) translateY(5px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
[data-aos=fade-bounce] {
  opacity: 0;
  transform: scale(0.8) translateY(30px);
  transition-property: transform, opacity;
}
[data-aos=fade-bounce].aos-animate {
  animation: fadeBounce 0.6s ease-out forwards;
}

/*
Font Weight
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
*/
html {
  /* デフォルト1rem=10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  color: #000;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }
}
body #page {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .pc,
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .sp {
    display: none !important;
  }
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  opacity: 0.5;
}
a.right {
  margin-left: auto;
  width: max-content;
}
a.with-arrow {
  display: flex;
  align-items: center;
}
a.with-arrow::after {
  content: "\e5e1";
  font-family: "Material Symbols Outlined";
}
@media screen and (max-width: 750px) {
  a.with-arrow {
    padding: 0.2em 1em;
    position: relative;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  a.with-arrow::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 86 25">  <path d="M71.13,1l13.34,11.5-13.34,11.5H1V1h70.13M71.5,0H0v25h71.5l14.5-12.5L71.5,0h0Z"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0.5em;
  }
}

.skip-link {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #000;
  transition: all 0.6s;
  z-index: 999999;
}
.loader.hidden {
  opacity: 0;
}

.section + .section {
  margin-top: 18rem;
}
@media screen and (max-width: 750px) {
  .section + .section {
    margin-top: 9rem;
  }
}

.h2 {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-size: 3.4rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  width: max-content;
}
@media screen and (max-width: 750px) {
  .h2 {
    font-size: 2.4rem;
  }
}
.h2.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.h2 .right {
  margin-left: auto;
  width: max-content;
}
.h2 .en {
  font-size: 0.6em;
  line-height: 2;
}

.dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .dl {
    font-size: 1.3rem;
  }
}
.dl > dt {
  background: #f5f5f5;
  width: 20%;
  padding: 1em 2.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .dl > dt {
    width: 29%;
    padding: 1.3em 1em;
  }
}
.dl > dd {
  padding: 1em 2.5em;
  margin: 0;
  width: 80%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .dl > dd {
    width: 71%;
    padding: 1.3em 1em;
  }
}

.site-header {
  height: 10rem;
  display: flex;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 750px) {
  .site-header {
    height: 6rem;
  }
}
.site-header .site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 750px) {
  .site-header .site-branding {
    padding: 0 1rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .site-header .site-branding .left > a {
    position: relative;
    z-index: 999999;
  }
}
.site-header .site-branding .left > a .site-title object {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .site-header .site-branding .left > a .site-title object {
    max-width: 10rem;
  }
}
.site-header .site-branding .main-navigation .btn-trigger {
  display: none;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 99999;
  padding: 1.8rem 1rem;
  width: 5.5rem;
  height: 6rem;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .site-header .site-branding .main-navigation .btn-trigger {
    display: block;
  }
}
.site-header .site-branding .main-navigation .btn-trigger .btn-wrapper {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.site-header .site-branding .main-navigation .btn-trigger .btn-wrapper span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.site-header .site-branding .main-navigation .btn-trigger .btn-wrapper span:nth-of-type(1) {
  top: 0;
}
.site-header .site-branding .main-navigation .btn-trigger .btn-wrapper span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.site-header .site-branding .main-navigation .btn-trigger .btn-wrapper span:nth-of-type(3) {
  bottom: 0;
}
.site-header .site-branding .main-navigation .btn-trigger .btn-wrapper.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.site-header .site-branding .main-navigation .btn-trigger .btn-wrapper.is-active span:nth-child(2) {
  display: none;
}
.site-header .site-branding .main-navigation .btn-trigger .btn-wrapper.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .site-header .site-branding .main-navigation .main-navi-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.4s ease-out;
    padding: 15rem 0 4rem;
    width: 100%;
    height: 100dvh;
    transform: scale(0);
    transform-origin: 100% 0%;
    max-width: unset;
    background-color: #000;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .site-header .site-branding .main-navigation .main-navi-wrapper.is-active {
    transform: scale(1);
  }
}
@media screen and (max-width: 750px) {
  .site-header .site-branding .main-navigation .main-navi-wrapper .menu-container {
    width: 100%;
  }
  .site-header .site-branding .main-navigation .main-navi-wrapper .menu-container::before {
    content: "";
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.site-header .site-branding .main-navigation .main-navi-wrapper .menu-container .menu {
  display: flex;
  gap: 3em;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 750px) {
  .site-header .site-branding .main-navigation .main-navi-wrapper .menu-container .menu {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .site-header .site-branding .main-navigation .main-navi-wrapper .menu-container .menu .menu-item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .site-header .site-branding .main-navigation .main-navi-wrapper .menu-container .menu .menu-item a {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 2rem 3rem;
    font-size: 1.2rem;
  }
  .site-header .site-branding .main-navigation .main-navi-wrapper .menu-container .menu .menu-item a::after {
    content: "\e5e1";
    font-family: "Material Symbols Outlined";
  }
}
.site-header .site-branding .main-navigation .main-navi-wrapper .menu-container .menu .menu-item.box a {
  border: solid 1px #000;
  padding: 0.3em 0.5em;
}
@media screen and (max-width: 750px) {
  .site-header .site-branding .main-navigation .main-navi-wrapper .menu-container .menu .menu-item.box a {
    width: max-content;
    margin: 0 auto;
    padding: 0.5em 1em;
    font-size: 1.6rem;
  }
  .site-header .site-branding .main-navigation .main-navi-wrapper .menu-container .menu .menu-item.box a::after {
    display: none;
  }
}
.site-header .site-branding .main-navigation .main-navi-wrapper .menu-container .menu .menu-item.box a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.site-header .site-branding .info-wrapper {
  display: none;
}
@media screen and (max-width: 750px) {
  .site-header .site-branding .info-wrapper {
    display: block;
  }
}

main.page {
  margin-top: 10rem;
}
@media screen and (max-width: 750px) {
  main.page {
    margin-top: 6rem;
  }
}
main.page .page-header {
  aspect-ratio: 128/35;
  background-size: cover;
  background-repeat: no-repeat;
}
main.page .page-header .content {
  position: relative;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin: 0 auto;
}
main.page .page-header .content .h1 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  padding: 5.4rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  font-size: 3.6rem;
  font-weight: 200;
}
@media screen and (max-width: 750px) {
  main.page .page-header .content .h1 {
    left: 2rem;
    padding: 4rem 2.5rem;
    font-size: 2.4rem;
  }
}
main.page .page-header .content .h1 .en {
  font-size: 0.65em;
}

main.page-index .hero {
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main.page-index .hero .video-wrapper {
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}
main.page-index .hero .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.page-index .hero .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
main.page-index .hero .content .logo {
  width: 100%;
  max-width: 40rem;
}
@media screen and (max-width: 750px) {
  main.page-index .hero .content .logo {
    max-width: 22.3rem;
  }
}
main.page-index .section-pretext {
  padding: 10rem 2rem;
}
@media screen and (max-width: 750px) {
  main.page-index .section-pretext {
    padding: 4rem 1rem;
  }
}
main.page-index .section-pretext .content {
  font-size: 4.6rem;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  main.page-index .section-pretext .content {
    font-size: 2rem;
    text-align: unset;
  }
}
main.page-index .bg-wrapper {
  background-color: #f5f5f5;
  padding: 11rem 0 17rem;
}
@media screen and (max-width: 750px) {
  main.page-index .bg-wrapper {
    padding: 4rem 0 17rem;
  }
}
main.page-index .section-company {
  padding: 6rem;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  main.page-index .section-company {
    padding: 0;
  }
}
main.page-index .section-company .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  background-image: url(../images/index/madjoy.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 14.1rem;
}
@media screen and (max-width: 750px) {
  main.page-index .section-company .content {
    background-size: 16rem;
    padding-bottom: 4rem;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 750px) {
  main.page-index .section-company .content > .left {
    order: 2;
  }
}
main.page-index .section-company .content > .left .left-wrapper {
  width: max-content;
}
@media screen and (max-width: 750px) {
  main.page-index .section-company .content > .left .left-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
main.page-index .section-company .content > .left .left-wrapper a {
  margin-top: 2em;
  font-family: "Noto Serif JP", serif;
}
main.page-index .section-company .content > .center {
  justify-self: center;
}
@media screen and (max-width: 750px) {
  main.page-index .section-company .content > .center {
    order: 1;
  }
}
main.page-index .section-company .content > .center img {
  width: 100%;
  max-width: 18rem;
}
@media screen and (max-width: 750px) {
  main.page-index .section-company .content > .center img {
    max-width: 8rem;
  }
}
@media screen and (max-width: 750px) {
  main.page-index .section-company .content > .right {
    display: none;
  }
}
main.page-index .section-equipment {
  background-color: #000;
  background-image: url(../images/index/equipment_back.png);
  background-repeat: no-repeat;
  padding: 6rem;
  width: 100%;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  main.page-index .section-equipment {
    padding: 4rem 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 2rem);
    background-image: url(../images/index/equipment_back_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
main.page-index .section-equipment .content {
  display: grid;
  grid-template-columns: 1fr max-content;
  justify-content: space-between;
  align-items: center;
  position: relative;
  column-gap: 15rem;
}
@media screen and (max-width: 750px) {
  main.page-index .section-equipment .content {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
main.page-index .section-equipment .content .h2 {
  color: #fff;
}
@media screen and (max-width: 750px) {
  main.page-index .section-equipment .content > .left {
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  main.page-index .section-equipment .content > .right {
    order: 1;
  }
}
main.page-index .section-equipment .content > .right a {
  color: #fff;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  main.page-index .section-equipment .content > .right a {
    margin-left: unset;
    margin-right: auto;
  }
  main.page-index .section-equipment .content > .right a::after {
    background-image: url("data:image/svg+xml;utf8,%3Csvg id='_レイヤー_1' data-name='レイヤー 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 25'%3E%3Cpath d='M71.13,1l13.34,11.5-13.34,11.5H1V1h70.13M71.5,0H0v25h71.5l14.5-12.5L71.5,0h0Z' style='fill:%23fff'/%3E%3C/svg%3E");
  }
}
main.page-index .section-equipment .content::after {
  content: "建築機械設備設計";
  font-size: 13.6rem;
  color: #55575b;
  position: absolute;
  right: -6rem;
  bottom: -1.02em;
}
@media screen and (max-width: 750px) {
  main.page-index .section-equipment .content::after {
    content: "建築機械\a設備設計";
    white-space: pre;
    font-size: 7.5rem;
    left: 0;
    right: unset;
    bottom: -15rem;
    line-height: 1.2;
  }
}
main.page-index .section-access {
  margin-top: 17rem;
}
main.page-index .section-access .map {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
main.page-index .section-access .map iframe {
  width: 100%;
  height: 100%;
  min-height: 35.5rem;
}
main.page-index .section-access .map iframe .gm-style .place-card {
  display: none;
}
main.page-index .section-access .address {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  main.page-index .section-access .address {
    font-size: 1.4rem;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
  }
}

main.page-company .page-header {
  background-image: url(../images/company/header_back.jpg);
}
@media screen and (max-width: 750px) {
  main.page-company .page-header {
    background-image: url(../images/company/header_back_sp.jpg);
    aspect-ratio: 375/170;
  }
}
main.page-company .content-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  margin-top: 13rem;
}
@media screen and (max-width: 750px) {
  main.page-company .content-header {
    margin-top: 8rem;
    gap: 4rem;
  }
}
main.page-company .section-company {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15rem;
}
@media screen and (max-width: 750px) {
  main.page-company .section-company {
    margin-top: 4rem;
    padding: 0 2rem;
  }
}

main.page-sekkei .page-header {
  background-image: url(../images/sekkei/header_back.jpg);
}
@media screen and (max-width: 750px) {
  main.page-sekkei .page-header {
    background-image: url(../images/sekkei/header_back_sp.jpg);
    aspect-ratio: 375/170;
  }
}
main.page-sekkei .content-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  margin-top: 13rem;
}
@media screen and (max-width: 750px) {
  main.page-sekkei .content-header {
    margin-top: 8rem;
    gap: 4rem;
  }
}
main.page-sekkei .indent {
  padding-left: 1em;
}
main.page-sekkei .indent-first {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  main.page-sekkei .section {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
main.page-sekkei .section .h2 {
  margin-bottom: 1em;
}
main.page-sekkei .section-blueprint {
  margin-top: 13rem;
}
@media screen and (max-width: 750px) {
  main.page-sekkei .section-blueprint {
    margin-top: 8rem;
  }
}
main.page-sekkei .section-blueprint .content {
  display: grid;
  grid-template-columns: 47% 1fr;
  gap: 5rem;
}
@media screen and (max-width: 750px) {
  main.page-sekkei .section-blueprint .content {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 750px) {
  main.page-sekkei .section-blueprint .content .left {
    order: 2;
  }
}
main.page-sekkei .section-blueprint .content .right {
  max-width: 60rem;
}
@media screen and (max-width: 750px) {
  main.page-sekkei .section-blueprint .content .right {
    order: 1;
  }
}
main.page-sekkei .section-bim {
  margin-top: 13rem;
}
@media screen and (max-width: 750px) {
  main.page-sekkei .section-bim {
    margin-top: 9rem;
  }
}
main.page-sekkei .section-bim .content {
  display: grid;
  grid-template-columns: 47% 1fr;
  gap: 5rem;
}
@media screen and (max-width: 750px) {
  main.page-sekkei .section-bim .content {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
main.page-sekkei .section-bim .content .left {
  order: 2;
}
@media screen and (max-width: 750px) {
  main.page-sekkei .section-bim .content .left {
    order: 3;
  }
}
main.page-sekkei .section-bim .content .right {
  max-width: 55rem;
  margin-left: auto;
  order: 1;
}
main.page-sekkei .section-bim .content .full {
  order: 3;
  max-width: 120rem;
  margin: 0 auto;
  grid-column: 4/1;
}
@media screen and (max-width: 750px) {
  main.page-sekkei .section-bim .content .full {
    order: 2;
    grid-column: unset;
  }
}
main.page-sekkei .p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  main.page-sekkei .p {
    font-size: 1.4rem;
  }
}

main.page-contact .page-header {
  background-image: unset;
  aspect-ratio: unset;
  height: 10rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .page-header .content .h1 {
    position: unset;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
}
main.page-contact .form-wrapper {
  width: 100%;
  max-width: 106rem;
  margin: 12rem auto 14rem;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  main.page-contact .form-wrapper {
    margin: 6rem auto 8rem;
  }
}
main.page-contact .form-wrapper .form-actions {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .form-wrapper .form-actions {
    flex-direction: column;
    align-items: center;
  }
}
main.page-contact .form-wrapper .form-actions button,
main.page-contact .form-wrapper .form-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 3.2rem;
  background-color: #666666;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-decoration: none;
  width: 100%;
  max-width: 30rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .form-wrapper .form-actions button,
  main.page-contact .form-wrapper .form-actions .button {
    width: 100%;
  }
}
main.page-contact .form-wrapper .form-actions button:hover,
main.page-contact .form-wrapper .form-actions .button:hover {
  opacity: 0.7;
}
main.page-contact .contact-form,
main.page-contact .contact-complete {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form,
  main.page-contact .contact-complete {
    padding: 4rem 2.6rem;
  }
}
main.page-contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form {
    gap: 4rem;
    padding: 0;
  }
}
main.page-contact .contact-form .form-intro {
  margin: 0;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form .form-intro {
    margin: 0 auto;
    width: max-content;
    text-align: unset;
  }
}
main.page-contact .contact-form .form-group {
  display: grid;
  grid-template-columns: 21% 1fr;
  gap: 1rem 4rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form .form-group {
    gap: 1.2rem;
    grid-template-columns: 1fr;
  }
}
main.page-contact .contact-form label {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form label {
    font-size: 1.5rem;
    width: 55%;
  }
}
main.page-contact .contact-form label.multi-line {
  align-self: start;
  margin-top: 1em;
}
main.page-contact .contact-form input[type=text],
main.page-contact .contact-form input[type=email],
main.page-contact .contact-form input[type=tel],
main.page-contact .contact-form textarea {
  padding: 1.4rem 1.6rem;
  border: 1px solid #d7d7d7;
  border-radius: 0.2rem;
  font-size: 1.6rem;
  font-family: inherit;
  background-color: #fdfdfd;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form input[type=text],
  main.page-contact .contact-form input[type=email],
  main.page-contact .contact-form input[type=tel],
  main.page-contact .contact-form textarea {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
  }
}
main.page-contact .contact-form input[type=text]:focus,
main.page-contact .contact-form input[type=email]:focus,
main.page-contact .contact-form input[type=tel]:focus,
main.page-contact .contact-form textarea:focus {
  outline: none;
  border-color: #7b7b7b;
}
main.page-contact .contact-form textarea {
  min-height: 16rem;
  resize: vertical;
}
main.page-contact .contact-form .text-consent {
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form .text-consent {
    margin-top: 3rem;
  }
}
main.page-contact .contact-form .text-consent .scroll {
  overflow-y: scroll;
  height: 18rem;
  background-color: #fafafa;
  border: solid 1px #ccc;
  border-radius: 0.2rem;
}
main.page-contact .contact-form .text-consent .scroll .content {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 2rem 5rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form .text-consent .scroll .content {
    font-size: 1.3rem;
    padding: 2rem;
  }
}
main.page-contact .contact-form .text-consent .scroll .content h5 {
  font-size: 1.8rem;
  font-weight: 200;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form .text-consent .scroll .content h5 {
    font-size: 1.5rem;
  }
}
main.page-contact .contact-form .form-consent {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
main.page-contact .contact-form .form-consent label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form .form-consent label {
    width: 100%;
  }
}
main.page-contact .contact-form .form-consent input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
}
main.page-contact .contact-form .form-label {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form .form-label {
    justify-content: flex-start;
  }
}
main.page-contact .contact-form .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form .form-checkboxes {
    gap: 1.2rem;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
main.page-contact .contact-form .form-checkboxes label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form .form-checkboxes label {
    width: auto;
  }
}
main.page-contact .contact-form .form-checkboxes input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  border: solid 1px #ccc;
}
main.page-contact .contact-form .error-message {
  margin: 0;
  font-size: 1.3rem;
  color: #c83a3a;
  grid-column: 4/1;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form .error-message {
    grid-column: unset;
  }
}
main.page-contact .contact-form .form-required,
main.page-contact .contact-form-confirm .form-required {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.3em 0.8em;
  background-color: #808080;
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form .form-required,
  main.page-contact .contact-form-confirm .form-required {
    font-size: 1.1rem;
  }
}
main.page-contact .contact-form-confirm .confirm-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dedede;
}
main.page-contact .contact-form-confirm .confirm-row {
  display: flex;
  gap: 4rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form-confirm .confirm-row {
    flex-direction: column;
    gap: 1rem;
    padding: 1.8rem 0;
  }
}
main.page-contact .contact-form-confirm .confirm-row dt {
  width: 26rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-form-confirm .confirm-row dt {
    width: auto;
  }
}
main.page-contact .contact-form-confirm .confirm-row dd {
  margin: 0;
  flex: 1;
  line-height: 1.8;
}
main.page-contact .contact-form-confirm .form-actions button:first-child {
  background-color: #f5f5f5;
  color: #000;
  border: 1px solid #000;
}
main.page-contact .contact-complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
main.page-contact .contact-complete .form-intro {
  max-width: 56rem;
  margin: 0;
  line-height: 1.9;
}
main.page-contact .contact-info {
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
}
@media screen and (max-width: 750px) {
  main.page-contact .contact-info {
    margin-bottom: 4rem;
  }
}
main.page-contact .contact-info .tel {
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
main.page-contact .contact-info .tel > span {
  font-variation-settings: "FILL" 1;
  font-size: 0.9em;
}

.cta-wrapper .content {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 13rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 1.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (max-width: 750px) {
  .cta-wrapper .content {
    padding: 4rem 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .cta-wrapper .content > img {
    max-width: 15rem;
  }
}
.cta-wrapper .content .address {
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .cta-wrapper .content .address {
    font-size: 1.2rem;
  }
}

.site-footer {
  background-image: url(../images/common/footer_back.png);
  background-repeat: repeat-y;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .site-footer {
    background-image: url(../images/common/footer_back_sp.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
.site-footer .content {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.2rem 0 6.3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 750px) {
  .site-footer .content {
    padding: 3.2rem 1rem 3.5rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .site-footer .content .left {
    display: none;
  }
}
.site-footer .content .right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10rem;
}
@media screen and (max-width: 750px) {
  .site-footer .content .right {
    gap: 3rem;
  }
}
.site-footer .content .right .footer-navi-wrapper {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 750px) {
  .site-footer .content .right .footer-navi-wrapper {
    flex-direction: column;
  }
}
.site-footer .content .right .footer-navi-wrapper .footer-menu {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  display: flex;
  gap: 2em;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 750px) {
  .site-footer .content .right .footer-navi-wrapper .footer-menu {
    margin: 0;
    flex-direction: column;
    gap: 0.5em;
    font-size: 1.2rem;
  }
}
.site-footer .content .right .footer-navi-wrapper .image img {
  max-width: 5rem;
  margin-left: auto;
}
.site-footer .content .right .copy {
  font-size: 1.2rem;
  color: #fff;
  justify-self: flex-end;
}
@media screen and (max-width: 750px) {
  .site-footer .content .right .copy {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */