/* flex */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /*line-height: 0;*/
  /*margin-top: 1.5em;*/ }

.flex-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.between {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-1 {
  width: 100% !important; }

.l-2 {
  width: 48% !important; }

.l-3 {
  width: 32% !important; }
  .flex .l-3 {
    margin-left: calc(7% / 2);
    margin-bottom: 1.3em; }
    .flex .l-3:nth-child(3n+1) {
      margin-left: 0; }
  .option .l-3 {
    margin: 0; }

.l-3x2 {
  width: 66.666% !important; }

.l-4 {
  width: 23.5% !important; }
  .flex .l-4 {
    margin-left: calc(6% / 3);
    margin-bottom: 2em; }
    .flex .l-4:nth-child(4n+1) {
      margin-left: 0; }

.l-4x3 {
  width: 74% !important; }

.l-5 {
  width: 18% !important; }

.l-5x4 {
  width: 80% !important; }

.l-6 {
  width: 15% !important; }

.l-6x5 {
  width: 81% !important;
  width: 81% !important; }

.fit, .fit .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1; }

.service .fit {
  margin: 0 0.4em; }

.arch .fit {
  margin-bottom: 4em; }

.fb.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* color */
.red {
  color: #DA4F23; }

.blue {
  color: #339BD8; }

.dblue {
  color: #1A2C59; }

.green {
  color: #8EB84F; }

.orange {
  color: #E99F25; }

.moss {
  color: #7C773C; }

.white {
  color: #fff; }

.beige {
  color: #FDF3DB; }

.brown {
  color: #4E3B30; }

.dgray {
  color: #707070; }

.bg-green {
  background: #8EB84F; }

.bg-orange {
  background: #E99F25; }

.bg-moss {
  background: #7C773C; }

.bg-beige {
  background: #FDF3DB; }

/* Media Query */
.hide {
  display: none !important; }

@media screen and (max-width: 599px) {
  .hide-s {
    display: none !important; } }
@media screen and (max-width: 1024px) {
  .hide-m {
    display: none !important; } }
@media screen and (max-width: 1199px) {
  .hide-l {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  .hide-xl {
    display: none !important; } }
/* font */
.bold {
  font-weight: 700; }

.txt-min {
  font-size: 0.85em; }

.txt-mid {
  font-size: 1.16em; }

.txt-big {
  font-size: 1.5em; }

.txt-l {
  text-align: left; }

.txt-r {
  text-align: right; }

.txt-block {
  display: inline-block; }

.center {
  text-align: center; }

body {
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  text-align: justify; }

.wrapper {
  overflow: hidden; }

img {
  width: 100%; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  line-height: 1.7; }

p {
  margin-bottom: 0; }

header .social {
  background: #242424;
  /*padding: 0.2em 1em;
  font-size: 14px;*/
  height: 20px; }
  header .social a {
    color: #fff;
    text-decoration: none;
    margin-left: 1em; }
  header .social .flex-center {
    justify-content: end; }
header .sns {
  max-width: 17px;
  line-height: 0; }
header .header-logo img {
  max-width: 250px; }
header .header-menu {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5em; }
  header .header-menu .menu-space {
    width: 2em; }
  header .header-menu a {
    display: inline-block;
    text-decoration: none;
    color: #242424;
    text-align: center; }
  header .header-menu a:not(.logo), header .header-menu .menu-space {
    padding: 1.5em 1.2em 0; }

.hero {
  height: 700px;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -170px;
  z-index: -1; }

.hero .hero-txt {
  z-index: 2;
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1em;
  max-width: 630px;
  background: url(./../img/hero_txt_l_.png) no-repeat center center;
  background-size: contain; }

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1; }

h2 {
  display: inline-block;
  font-weight: 500;
  font-size: 2em;
  margin: 2em 0 0.2em;
  border-bottom: 1px solid;
  padding-bottom: 0.2em;
  line-height: 1.4;
  color: #4E3B30; }

h3 {
  font-weight: 500;
  font-size: 1.4em;
  margin: 0 0 1em;
  line-height: 1.4; }

h4 {
  margin: 0 0 0.5em;
  font-size: 1.15em; }
  .sct-black h4 {
    border-bottom: 1px solid;
    padding-bottom: 0.2em;
    font-size: 1.25em;
    margin-bottom: 1em; }

.title-en {
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 2em;
  color: #4E3B30; }

.movie {
  position: relative;
  margin: 0 auto; }

.movie video {
  width: 100%; }

.movie .play-btn1, .movie .play-btn2 {
  display: block;
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); }

.movie .play-btn1.playActive, .movie .play-btn2.playActive {
  display: none; }

.os-head {
  background: url(./../img/index02.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 3em;
  padding-bottom: 2em; }
  .os-head h2, .os-head .title-en {
    color: #fff; }
  .os-head h2 {
    border-bottom: 1px solid #fff; }

.sct-beige {
  background: #FDF3DB;
  padding: 4em 0; }

.index03 {
  max-width: 550px; }

.flow {
  margin: 2em 0 3em; }
  .flow .arrow {
    position: relative;
    width: 7%;
    background-color: #D69976;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 2em;
    line-height: 1.1; }
    .flow .arrow:after {
      position: absolute;
      content: '';
      height: calc(4em / 2);
      width: 100%;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      background-color: #D69976;
      left: 0;
      bottom: -2em; }
  .flow .flow-r {
    width: 91%; }

.caption {
  font-size: 13px;
  color: #707070;
  line-height: 1.3em; }

.sct-black {
  background: #242424;
  padding: 1.5em;
  color: #fff; }

.sct-beige2 {
  background: #ECD3AA;
  padding: 3em 2em; }
  .sct-beige2 .between:not(:last-child) {
    margin-bottom: 2em; }
  .sct-beige2 h2 {
    margin-top: 0em; }

.name {
  max-width: 95px; }

h3:has(+ .about) {
  margin: 0 0 0.3em; }

.about .between {
  padding: 0.2em 0.2em 0.2em 1em; }
  .about .between:nth-child(odd) {
    background: #E6E4E4; }
  .about .between:nth-child(even) {
    background: #fff; }

.boshu.box-center {
  max-width: 700px; }
.boshu .between {
  padding: 0.5em 0;
  border-bottom: 1px solid; }
  .boshu .between:first-child {
    border-top: 1px solid; }
.boshu .l-3 {
  width: 24% !important;
  padding-left: 0.2em;
  font-weight: 500; }
.boshu .l-3x2 {
  width: 75% !important; }

.confirm {
  background: #E6E4E4;
  padding: 0.8em;
  margin-bottom: 2em; }

.g-recaptcha div {
  display: inline-block;
  margin-top: 0.5em; }

.mail {
  max-width: 197px;
  vertical-align: text-bottom;
  pointer-events: none; }

.btn {
  text-decoration: none;
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.9em 2em;
  text-align: center;
  line-height: 1;
  background: #4E3B30;
  color: #fff;
  border-radius: 5px; }

.btn-light {
  text-decoration: none;
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.9em 2em;
  text-align: center;
  line-height: 1;
  color: #4E3B30;
  border: 1px solid;
  border-radius: 5px; }

.box-center {
  max-inline-size: max-content;
  margin-inline: auto; }

form {
  margin: 0 auto;
  text-align: left;
  width: 80%; }
  form input[type=text], form input[type=email], form select {
    padding: 0.6em;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%; }
  form textarea {
    height: 15em;
    padding: 0.6em;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%; }

tr {
  display: block;
  padding: 2em 0.5em; }

th, td {
  display: inline-block;
  vertical-align: top; }

th {
  margin: 0 0 0.3em;
  font-weight: 500;
  width: 22%; }

td {
  width: 77%; }

[type=submit] {
  margin: 0 auto;
  width: 12em !important;
  display: block;
  padding: 1em; }
  [type=submit]:not(:disabled) {
    background: #4E3B30;
    border: 2px solid #4E3B30;
    color: #fff; }
  [type=submit]:disabled {
    color: #fff;
    background: #bfbfbf; }

label.check {
  display: block;
  background: #fff;
  margin: 1.5em 0;
  padding: 1em 0.8em;
  border: 2px solid #DA4F23; }

input[type=checkbox] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  opacity: 1; }

.txt-s {
  font-size: 0.85em; }

.grecaptcha-badge {
  visibility: hidden; }

a {
  display: block; }

.map {
  position: relative;
  width: 100%;
  padding-top: 480px;
  overflow: hidden; }

.map iframe {
  position: absolute;
  top: -240px;
  left: 0;
  width: 100%;
  height: calc(100% + 240px + 240px);
  pointer-events: none; }

footer {
  background: #966B0B;
  color: #fff;
  padding: 2em 0; }
  footer .flex-center {
    justify-content: normal; }
  footer .footer-l {
    max-width: 120px;
    margin-right: 1em; }

/* adjust */
.mar-t-0 {
  margin-top: 0 !important; }

.mar-t-1em {
  margin-top: 1em; }

.mar-b-1em {
  margin-bottom: 1em; }

.mar-l-1em {
  margin-left: 1em; }

.mar-r-1em {
  margin-right: 1em; }

.mar-tb-1em {
  margin-top: 1em;
  margin-bottom: 1em; }

.mar-t-2em {
  margin-top: 2em; }

.mar-b-2em {
  margin-bottom: 2em; }

.mar-t-3em {
  margin-top: 3em; }

.mar-b-3em {
  margin-bottom: 3em; }

.mar-t-4em {
  margin-top: 4em; }

.mar-b-4em {
  margin-bottom: 4em; }

.mar-t-5em {
  margin-top: 5em; }

.mar-b-5em {
  margin-bottom: 5em; }

.pdd-1em {
  padding: 1em; }

.pdd-tb-2em {
  padding: 2em 0; }

.pdd-rl-05em {
  padding: 0 0.5em; }

.pdd-t-1em {
  padding-top: 1em; }

.pdd-b-1em {
  padding-bottom: 1em; }

.pdd-l-1em {
  padding-left: 1em; }

.pdd-r-1em {
  padding-right: 1em; }

.pdd-t-2em {
  padding-top: 2em; }

.pdd-b-2em {
  padding-bottom: 2em; }

.pdd-t-3em {
  padding-top: 3em; }

.pdd-b-3em {
  padding-bottom: 3em; }

.pdd-t-4em {
  padding-top: 4em; }

.pdd-b-4em {
  padding-bottom: 4em; }

.pdd-t-5em {
  padding-top: 5em; }

.pdd-b-5em {
  padding-bottom: 5em; }

/* responsive */
@media screen and (min-width: 600px) {
  .hide-s {
    display: block; }

  .show-s {
    display: none; } }
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 0.5em; }

  img:not(.no-mar) {
    margin-top: 1em; }

  .hero .hero-txt {
    max-width: 400px;
    background: url(./../img/hero_txt_s_.png) no-repeat center center;
    background-size: contain; }

  video {
    margin-top: 1em; }

  .recruit {
    padding-bottom: 4em; }
    .recruit .title-en {
      margin-bottom: 1.5em; }
    .recruit img {
      max-width: 500px;
      margin: 0 0 1.5em; }

  .company h2 {
    margin-top: 0; }

  .flow .arrow {
    width: 11%; }
  .flow .flow-r {
    width: 87%; }

  form th, form td {
    width: 100%; }

  .reverse-m {
    flex-direction: column-reverse; }

  .m-1 {
    width: 100% !important; }

  .m-2 {
    width: 48% !important; }

  .flex .l-4:nth-child(4n+1) {
    margin-left: auto; }

  .flex .m-2:nth-child(even) {
    margin-left: 4%; }
  .flex .m-2:nth-child(odd) {
    margin-left: 0; }

  .m-3 {
    width: 31% !important; }
    .flex .m-3 {
      margin-left: calc(7% / 2); }
      .flex .m-3:nth-child(3n+1) {
        margin-left: 0; }

  .m-3x2 {
    width: 66% !important; }

  .m-4 {
    width: 23.5% !important; }

  .m-4x3 {
    width: 74% !important; }

  .show-l, .show-s {
    display: none; }

  .show-m {
    display: block; } }
@media screen and (max-width: 599px) {
  header .social {
    height: 10px; }
  header .header-logo {
    width: 50px; }
  header img {
    margin-top: 0; }
  header .flex {
    align-items: center; }
  header .header-menu {
    font-size: 0.8em;
    margin: 0.5em 0; }
    header .header-menu a:not(.logo), header .header-menu .menu-space {
      padding: 0 0.8em; }
    header .header-menu a:last-child {
      padding-right: 0; }

  .hero {
    margin-top: 0;
    height: 500px; }
    .hero .hero-txt {
      max-width: 320px; }

  h2 {
    font-size: 1.65em;
    line-height: 1.3; }

  .title-en {
    font-size: 1.25em;
    line-height: 1.2; }

  h3 {
    font-size: 1.25em; }

  .flow .arrow {
    width: 15%; }
  .flow .flow-r {
    width: 82%; }

  form, th, td {
    width: 100%; }

  footer {
    margin-top: 4em; }
    footer .footer-l {
      max-width: 80px; }

  .hide-s {
    display: none; }

  .reverse-s {
    flex-direction: column-reverse; }

  .s-1 {
    width: 100% !important; }

  .s-2 {
    width: 48% !important; }
    .flex .s-2 {
      margin-left: 2% !important;
      margin-bottom: 1em; }
      .flex .s-2:nth-child(odd) {
        margin-left: 0 !important; }

  .flex .m-3:nth-child(3n+1) {
    margin-left: auto; }

  .s-3 {
    width: 33.333% !important; }

  .s-3x2 {
    width: 62% !important; }

  .show-l, .show-m {
    display: none; }

  .show-s {
    display: block; }

  .l-6 {
    width: 22% !important; }

  .l-6x5 {
    width: 74% !important; } }
