@charset "UTF-8";
/*
Theme Name:白峯公式サイト

*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --txt-greeting: clamp(1rem, 6vw, 3rem);
  --txt-cate: clamp(1.2rem, 1vw, 1.5rem);
  --txt-tel: clamp(1rem, 5vw, 4rem);
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  line-height: 1.8;
  font-size: 1.3rem;
  font-weight: 500;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: .2rem;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media only screen and (min-width: 1441px) {
  body {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1920px) {
  body {
    font-size: 1.6rem;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #333;
  background: transparent;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #4d4d4d;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::selection {
  color: #FFFFFF;
  background: #404040;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

#main-vusial {
  margin: auto;
  position: relative;
  height: calc(100vh - 20px);
  margin-top: 20px;
  height: calc(100dvh - 20px);
}

@media only screen and (min-width: 1025px) {
  #main-vusial {
    right: inherit;
    width: 97%;
  }
}

#main-vusial .mv {
  -webkit-clip-path: inset(0px 0px round 20px 0px 0 0px);
  clip-path: inset(0px 0px round 20px 0px 0 0px);
  position: relative;
  height: 68vh;
  left: 3vw;
}

@media only screen and (min-width: 1025px) {
  #main-vusial .mv {
    -webkit-clip-path: inset(0px 0px round 20px 20px 0 0px);
    clip-path: inset(0px 0px round 20px 20px 0 0px);
    left: inherit;
    height: 75vh;
  }
}

#main-vusial .mv::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;
  z-index: 1;
}

#main-vusial .mv #top-slide {
  height: 75vh;
  position: relative;
}

#main-vusial .mv #top-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
}

#main-vusial .mv #top-slide::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

#main-vusial .mv h1 {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
  color: #FFFFFF;
}

@media only screen and (min-width: 1025px) {
  #main-vusial .mv h1 {
    top: 40px;
  }
}

#main-vusial .mv h1 img {
  width: 150px;
}

@media only screen and (min-width: 1025px) {
  #main-vusial .mv h1 img {
    width: 500px;
  }
}

#main-vusial .mv .main-en {
  position: absolute;
/*   top: 150px; */
  top: 208px;
  left: 30px;
  z-index: 2;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  line-height: 1.6;
}

#main-vusial .mv .main-en-sp {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
}

#main-vusial .mv .main-en-sp img {
  width: 80%;
}

#main-vusial .mv .catch {
  z-index: 2;
  color: #FFFFFF;
  position: absolute;
  left: 20px;
  bottom: 80px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

@media only screen and (min-width: 1025px) {
  #main-vusial .mv .catch {
    font-size: 6.2rem;
    right: 130px;
    left: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 3vw;
  }
}

.header-part {
  height: calc(30vh - 0px);
  height: calc(30dvh - 0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .header-part {
/*
    height: calc(25vh - 20px);
    height: calc(25dvh - 20px);
*/
    height:auto;
  }
}

.header-part h2 {
  font-size: 2rem;
  margin-top: 3vw;
  margin-left: 3vw;
}

@media only screen and (min-width: 1025px) {
  .header-part h2 {
    font-size: 3.3rem;
    margin-top: 0.5vw;
    margin-left: inherit;
  }
}

@media only screen and (min-width: 1025px) {
  .header-part h2 br {
    display: none;
  }
}

#top-container.m_fixed {
  padding-top: -45px;
}

.home.l-header {
  padding: 0;
  margin-top: 10px;
}

.l-header {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
  position: fixed;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 20px 1.5% 0;
}

.l-header h3 {
  width: 210px;
  margin-left: 3vw;
}

@media only screen and (min-width: 1025px) {
  .l-header h3 {
    width: 310px;
    margin-left: inherit;
  }
}

.l-header .base-logo {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-header .base-logo {
    display: inherit;
  }
}

@media only screen and (min-width: 1025px) {
  .l-header .sp-logo {
    display: none;
  }
}

.l-header .nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-header .nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header .global {
  margin-right: 1.5vw;
  font-size: 1.4rem;
}

.l-header .global ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .2rem;
}

.l-header .global ul li {
  margin-left: 2vw;
}

.l-header .global ul li a {
  position: relative;
}

.l-header .global ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-header .global ul li a:hover::after {
  width: 100%;
}

.l-header.home {
  position: relative;
}

.l-header.m_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFFFFF;
  margin-top: 0;
}

@media only screen and (min-width: 1025px) {
  .l-header.m_fixed {
    padding: 10px 1.5% 20px;
  }
}

.l-header.m_fixed .openbtn {
  position: fixed;
}

.l-header h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-sub {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.nav-sub ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-sub ul li {
  margin-right: 1vw;
}

.nav-sub ul li.contact a {
  background: #555;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 15px 30px;
}

.nav-sub ul li.mail {
  top: 0;
  position: relative;
}

.nav-sub ul li.mail a {
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  padding: 10px;
  position: relative;
  display: block;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-sub ul li.mail a:hover {
  background: #000000;
}

.nav-sub ul li.mail a:hover::before {
  background: url(images/mail_w.svg) no-repeat;
}

.nav-sub ul li.mail a::before {
  content: "";
  display: block;
  background: url(images/mail.svg) no-repeat;
  width: 20px;
  height: 16px;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-sub ul li.tel {
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: -0.01rem;
}

.nav-sub ul li.tel a {
  display: block;
  background: #333;
  border-radius: 50px;
  height: 45px;
  padding: 0 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-sub ul li.tel a::before {
  content: "";
  display: block;
  background: url(images/tel.svg) no-repeat;
  width: 20px;
  height: 16px;
  margin-right: 1rem;
}

.nav-sub ul li.lan {
  border: 1px solid #000000;
  border-radius: 50px;
  letter-spacing: .3rem;
  height: 45px;
  text-align: center;
  width: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.3rem;
}

.nav-sub ul li.lan span {
  display: inline-block;
  text-align: center;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.nav-sub ul li.lan ul {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.nav-sub.pt-f ul li.mail a {
  border-color: #FFFFFF;
}

.nav-sub.pt-f ul li.mail a::before {
  background: url(images/mail_w.svg) no-repeat;
}

.nav-sub.pt-f ul li.mail a:hover {
  background: #FFFFFF;
}

.nav-sub.pt-f ul li.mail a:hover::before {
  background: url(images/mail.svg) no-repeat;
}

.nav-sub.pt-f ul li.tel a {
  background: #FFFFFF;
  color: #000000;
}

.nav-sub.pt-f ul li.tel a::before {
  background: url(images/tel_b.svg) no-repeat;
}

.greet {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 1025px) {
  .greet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

.greet h4 {
  font-size: 2.6rem;
  margin-left: 5vw;
  margin-right: 10vw;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 60px;
  line-height: 1.7;
}

@media only screen and (min-width: 1025px) {
  .greet h4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 3rem;
    margin-top: 0;
    line-height: 1.5;
  }
}

.greet .txt {
  margin-top: 30px;
  margin-left: 5vw;
  line-height: 2.3;
  max-height: 420px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

@media only screen and (min-width: 1025px) {
  .greet .txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 60px;
    margin-left: 3vw;
  }
}

.greet .pic {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 40px;
}

@media only screen and (min-width: 1025px) {
  .greet .pic {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-right: 0;
  }
}

.greet .pic img {
  position: relative;
}

.greet.greet-btm {
  margin-top: 100px;
  position: relative;
}

.greet.greet-btm h4 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 5vw;
  margin-left: 3vw;
}

.greet.greet-btm .txt {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .greet.greet-btm .txt {
    margin-left: 8vw;
  }
}

.greet.greet-btm .txt .txt-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}

.greet.greet-btm .txt .txt-inner .btn-base {
  -webkit-writing-mode: horizontal-tb !important;
  -ms-writing-mode: lr-tb !important;
  writing-mode: horizontal-tb !important;
  margin-top: 30px;
  text-align: center;
}

.greet.greet-btm .pic {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 0;
  padding-left: 40px;
}

section.top-service {
  margin-top: 100px;
  background: #eaeaea;
  padding-top: 140px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

@media only screen and (min-width: 1025px) {
  section.top-service {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

section.top-service .service-block {
  max-width: 1500px;
  margin: 100px auto;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  section.top-service .service-block {
    margin: 200px auto;
  }
}

section.top-service .service-block .service-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

@media only screen and (min-width: 1025px) {
  section.top-service .service-block .service-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-bottom: 150px;
  }
}

section.top-service .service-block .service-column .service-l {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  section.top-service .service-block .service-column .service-l {
    width: 45%;
  }
}

section.top-service .service-block .service-column .service-l .sub-txt {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  section.top-service .service-block .service-column .service-l .sub-txt {
    margin-top: 40px;
  }
}

section.top-service .service-block .service-column .service-l .sub-txt img {
  border-radius: 10px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

section.top-service .service-block .service-column .service-l .sub-en {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  section.top-service .service-block .service-column .service-l .sub-en {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

section.top-service .service-block .service-column .service-l .sub-tit {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  line-height: 1;
}

@media only screen and (min-width: 1025px) {
  section.top-service .service-block .service-column .service-l .sub-tit {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  section.top-service .service-block .service-column .service-r {
    width: 45%;
  }
}

section.top-service .service-block .service-column .service-r img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

section.top-service .service-block .service-column .sp-arrow {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 1025px) {
  section.top-service .service-block .service-column .sp-arrow {
    display: none;
  }
}

section.top-service .service-block .service-column .sp-arrow::before {
  content: "";
  display: block;
  background: url(images/sp_arrow.svg) no-repeat;
  width: 50px;
  height: 50px;
}

section.top-service .service-block .btn-base {
  margin-top: 40px;
}

#work-slide {
  padding-right: 25%;
  margin-top: 100px;
  margin-left: 8vw;
}

@media only screen and (min-width: 1025px) {
  #work-slide {
    margin-top: 7vw;
  }
}

@media only screen and (min-width: 1025px) {
  #work-slide .work-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#work-slide .work-block img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  #work-slide .work-block img {
    width: 47%;
  }
}

#work-slide .work-block .tit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  #work-slide .work-block .tit-wrap {
    display: block;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  #work-slide .work-block .detail {
    width: 47%;
  }
}

#work-slide .num {
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .3rem;
}

@media only screen and (min-width: 1025px) {
  #work-slide .num {
    margin-bottom: 50px;
  }
}

#work-slide h5 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1025px) {
  #work-slide h5 {
    margin-bottom: 30px;
  }
}

#work-slide dl {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  section.top-works .btn-base {
    text-align: right;
    margin-top: 50px;
    margin-right: 7vw;
  }
}

section.top-news {
  padding-top: 130px;
  margin: 150px 0 0;
  background: #eaeaea;
  padding-bottom: 120px;
}

@media only screen and (min-width: 1025px) {
  section.top-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 150px 7vw 0 0;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  section.top-news .txt-block {
    width: 35%;
  }
}

section.top-news .news-inner .detail {
  width: 75%;
}

@media only screen and (min-width: 1025px) {
  section.top-news .news-inner .pic {
    width: 15%;
    height: 15%;
  }
}

@media only screen and (min-width: 1025px) {
  .btn-base.list-news {
    text-align: right;
    margin-right: 7vw;
  }
}

section.top-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 150px;
  margin-right: 7vw;
}

section.top-company .txt-block {
  width: 35%;
}

section.top-company .company-inner {
  width: 65%;
}

section.top-company .company-inner dl {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

section.top-company .company-inner dl dt {
  width: 400px;
}

section.top-company .company-inner dl dd {
  width: 100%;
}

section.contact {
  background: #EAEAEA;
  border-radius: 30px;
  width: 95%;
  margin: 150px auto 0;
  padding: 100px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  section.contact {
    padding: 100px 80px;
    margin: 200px auto 0;
  }
}

section.contact .txt {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  section.contact .txt {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  section.contact .txt br {
    display: none;
  }
}

section.contact dl dt {
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

section.contact dl dd {
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  section.contact dl dd {
    font-size: 3.1rem;
  }
}

.l-footer {
  margin-top: 50px;
  position: relative;
  height: 550px;
}

@media only screen and (min-width: 1025px) {
  .l-footer {
    height: 700px;
  }
}

.l-footer .add {
  font-size: 1.3rem;
}

.l-footer #footer-slide {
  height: 550px;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .l-footer #footer-slide {
    height: 700px;
  }
}

.l-footer #footer-slide::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
  z-index: 1;
}

.l-footer #footer-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
}

.l-footer .footer-inner {
  z-index: 10;
  color: #FFFFFF;
  width: 90%;
  top: 80px;
  position: absolute;
  margin: auto;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: 60px;
    top: inherit;
    top: 20px;
    height: auto;
  }
}

.l-footer .footer-inner .f-logo {
  position: relative;
}

.l-footer .footer-inner .f-logo img {
  width: 200px !important;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner .f-logo img {
    width: 300px !important;
  }
}

.l-footer .footer-inner .f-logo span {
  display: block;
}

.l-footer .footer-inner .f-logo-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
}

.l-footer .footer-inner .f-logo-inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 20px;
  line-height: 0.5;
}

.l-footer .footer-inner .f-logo-inner ul li {
  margin-right: 15px;
}

.l-footer .footer-inner .f-logo-inner ul a {
  color: #FFFFFF;
  font-size: 2.5rem;
  line-height: 1;
}

.l-footer .footer-inner .f-nav-wrap {
  position: relative;
  margin-top: 80px;
  margin-left: 50vw;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner .f-nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 20px;
    margin-top: 0;
    margin-left: 0;
  }
}

.l-footer .footer-inner .f-nav-wrap .nav-sub .mail {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner .f-nav-wrap .nav-sub .mail {
    display: inherit;
  }
}

.l-footer .footer-inner .f-nav {
  margin-left: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-right: 1.5vw;
  font-size: 1.3rem;
}

.l-footer .footer-inner .f-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner .f-nav ul {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    margin-bottom: 0;
  }
}

.l-footer .footer-inner .f-nav ul li {
  width: 50%;
  margin-bottom: 15px;
}

.l-footer .footer-inner .f-nav ul li.about {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.l-footer .footer-inner .f-nav ul li.service {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner .f-nav ul li.service {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.l-footer .footer-inner .f-nav ul li.works {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner .f-nav ul li.works {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.l-footer .footer-inner .f-nav ul li.news {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner .f-nav ul li.news {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.l-footer .footer-inner .f-nav ul li.company {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner .f-nav ul li.company {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}

.l-footer .footer-inner .f-nav ul li.sp-contact {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner .f-nav ul li.sp-contact {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner .f-nav ul li {
    margin-left: 2vw;
    width: auto;
    margin-bottom: 0;
  }
}

.l-footer .footer-inner .f-nav ul li a {
  color: #FFFFFF;
}

.l-footer .footer-inner .f-nav ul li.contact a {
  background: #FFFFFF;
  color: #000000;
  border-radius: 50px;
  padding: 15px 30px;
}

.l-footer .footer-inner .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 2rem;
  margin-top: 20px;
}

.l-footer .footer-inner .sns a {
  color: #FFFFFF;
}

.l-footer .footer-inner .sns li {
  margin-right: 10px;
}

.news-inner {
  width: 90%;
  margin: 80px auto 0;
  border-top: 1px solid #aaa;
  padding-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .news-inner {
    margin: inherit;
    border-top: none;
    padding-top: 0;
    margin: auto;
  }
}

.news-block a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #aaa;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .news-block a {
    padding-bottom: 50px;
  }
}

.news-block a .pic {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 15%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100px;
  height: 100px;
  margin-right: 3rem;
}

@media only screen and (min-width: 1025px) {
  .news-block a .pic {
    width: 10%;
    height: 10%;
  }
}

.news-block a .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.news-block a .detail {
  width: 85%;
  position: relative;
}

.news-block a .detail span.cate {
  background: #333;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 2rem;
  border-radius: 100px;
  line-height: 1.5;
  font-size: 1.2rem;
  position: relative;
  top: -2px;
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .news-block a .detail span.cate {
    font-size: 1.4rem;
  }
}

.news-block a .detail .sp-date {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.2rem;
  color: #727171;
}

@media only screen and (min-width: 1025px) {
  .news-block a .detail .sp-date {
    display: none;
  }
}

.news-block a .detail .txt {
  margin-top: 20px;
}

.news-block a .detail .date {
  position: absolute;
  right: 0;
  bottom: -40px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.2rem;
  color: #727171;
}

.news-block a .detail h5 {
  font-size: 1.5rem;
  line-height: 2;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .news-block a .detail h5 {
    font-size: 2rem;
  }
}

.news-block a .detail h5 .news-tit {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .news-block a .detail h5 .news-tit {
    display: inline-block;
  }
}

/* ----------------------------------

共通

---------------------------------- */
.pc-only {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .pc-only {
    display: inherit !important;
  }
}

@media only screen and (min-width: 1025px) {
  .sp-only {
    display: none !important;
  }
}

#secound-wrap {
  margin-top: 140px;
}

.base-wrap {
  width: 90%;
  margin: auto;
}

.btn-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-base {
  white-space: nowrap;
}

.btn-base a {
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 17px 75px;
  background: #FFFFFF;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  width: 95%;
  margin: 50px auto 0;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .btn-base a {
    display: inline-block;
    width: auto;
    margin: inherit;
  }
}

.btn-base a:hover {
  background: #000000;
  color: #FFFFFF;
}

.txt-block {
  margin-left: 5vw;
}

.sub-en {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .2rem;
  line-height: 1;
}

@media only screen and (min-width: 1025px) {
  .sub-en {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.sub-tit {
  font-size: 2.4rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1025px) {
  .sub-tit {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1025px) {
  .sp-br {
    display: none;
  }
}

.sub-txt {
  margin-top: 40px;
  line-height: 2;
}

.sub-pic {
  height: 70vw;
  margin-top: 30px;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .sub-pic {
    margin-top: 100px;
    height: 25vw;
    width: 90%;
  }
}

.sub-pic img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1025px) {
  .sub-pic img {
    border-top-right-radius: 40px;
  }
}

/* スライドの動き等速 */
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.btn-column {
  width: 80%;
  margin: auto;
  white-space: nowrap;
}

@media only screen and (min-width: 1025px) {
  .btn-column {
    margin-top: 70px;
    width: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .btn-column ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1025px) {
  .btn-column ul li {
    margin: 0 20px;
  }
}

.btn-column .btn-base a {
  margin-top: 30px;
  padding: 15px 0;
}

@media only screen and (min-width: 1025px) {
  .btn-column .btn-base a {
    margin-top: 0px;
    padding: 18px 75px;
  }
}

#se-head-content {
  height: 100vh;
}

#se-head-content .tit-en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#se-head-content .tit-block {
  height: 35vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  padding-top: 100px;
}

#se-head-content .tit-block h2 {
  font-size: 2.4rem;
}

@media only screen and (min-width: 1025px) {
  #se-head-content .tit-block h2 {
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 1025px) {
  #se-head-content .tit-block br {
    display: none;
  }
}

#se-head-content .head-img {
  height: 65vh;
  position: relative;
  right: -20px;
}

@media only screen and (min-width: 1025px) {
  #se-head-content .head-img {
    right: 0;
  }
}

#se-head-content .head-img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
  -o-object-position: center bottom;
  object-position: center bottom;
  border-top-left-radius: 40px;
}

@media only screen and (min-width: 1025px) {
  #se-head-content .head-img img {
    border-top-left-radius: 0;
  }
}

#main-content {
  margin-top: 10vw;
}

.btn-right {
  text-align: right;
  margin-top: 7vw;
  margin-right: 5vw;
}

/* ----------------------------------

about

---------------------------------- */
#company {
  margin-top: -100px;
  padding-top: 100px;
}

.se-greet {
  margin-top: 120px;
}

@media only screen and (min-width: 1025px) {
  .se-greet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
  }
}

.se-greet .greet-l {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .se-greet .greet-l {
    padding-left: 5vw;
    width: 45%;
  }
}

.se-greet .greet-l h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
}

@media only screen and (min-width: 1025px) {
  .se-greet .greet-l h3 {
    font-size: 3rem;
  }
}

.se-greet .greet-r {
  position: relative;
  right: -30px;
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .se-greet .greet-r {
    width: 50%;
    right: 0;
    margin-top: 0;
  }
}

.se-greet .name {
  font-size: 1.4rem;
  display: block;
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .se-greet .name {
    font-size: 1.8rem;
  }
}

.sdgs {
  background: #eee;
  padding: 150px 0 80px;
  margin-top: 150px;
}

@media only screen and (min-width: 1025px) {
  .sdgs {
    padding: 15vw 0;
    margin-top: 15vw;
  }
}

.sdgs .sdgs-head {
  text-align: left;
  width: 90%;
  margin: 0 auto 6vw;
}

@media only screen and (min-width: 1025px) {
  .sdgs .sdgs-head {
    text-align: center;
  }
}

.sdgs .sdgs-head h4 {
  margin-bottom: 50px;
  font-size: 2.2rem;
}

@media only screen and (min-width: 1025px) {
  .sdgs .sdgs-head h4 {
    font-size: 2.9rem;
  }
}

.sdgs .sdgs-block {
  background: #FFFFFF;
  border-radius: 30px;
  max-width: 1400px;
  margin: 0 auto 50px;
  width: 90%;
  padding: 7vw;
}

.sdgs .sdgs-block .label {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 20px;
}

.sdgs .sdgs-block .label::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  position: relative;
}

.sdgs .sdgs-block h4 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .sdgs .sdgs-block h4 {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 1025px) {
  .sdgs .sdgs-block h4 br {
    display: none;
  }
}

.sdgs .sdgs-block .sdgs-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 1025px) {
  .sdgs .sdgs-block .sdgs-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

@media only screen and (min-width: 1025px) {
  .sdgs .sdgs-block .sdgs-column .sdgs-icon {
    width: 35%;
    margin-left: 40px;
    min-width: 200px;
  }
}

.sdgs .sdgs-block .sdgs-column .sdgs-icon ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .sdgs .sdgs-block .sdgs-column .sdgs-icon ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.sdgs .sdgs-block .sdgs-column .sdgs-icon ul li {
  margin-right: 10px;
}

@media only screen and (min-width: 1025px) {
  .sdgs .sdgs-block .sdgs-column .sdgs-icon ul li {
    margin-left: 20px;
    width: 100%;
    margin-right: 0;
  }
}

.sdgs .sdgs-block .sdgs-column .sdgs-icon ul li img {
  width: 50px;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .sdgs .sdgs-block .sdgs-column .sdgs-icon ul li img {
    width: 100%;
  }
}

.sdgs .sdgs-block .sdgs-column .sdgs-icon.three {
  width: 61%;
  min-width: 310px;
}

.sdgs .sdgs-block .sdgs-detail .num-type01 {
  border-top: 2px dashed #000;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sdgs .sdgs-block .sdgs-detail .num-type01 ul {
  margin-left: 10px;
}

.sdgs .sdgs-block .sdgs-detail .num-type01 ul li {
  counter-increment: number;
  padding-left: 1.3em;
  text-indent: -1.9em;
}

.sdgs .sdgs-block .sdgs-detail .num-type01 ul li::before {
  content: "" counter(number) "、";
}

.sdgs .sdgs-block .sdgs-detail .num-type02 ul li {
  list-style: disc;
  list-style-position: inside;
}

.sdgs .sdgs-block .sdgs-detail .num-block dt {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .sdgs .sdgs-block .sdgs-detail .num-block dt {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.txt-att {
  background: #f2f2f2;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 30px;
  border-radius: 20px;
  width: 90%;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1025px) {
  .txt-att {
    font-size: 1.5rem;
    padding: 40px 80px;
    border-radius: 100px;
    margin: 100px auto 0;
  }
}

section.company {
  width: 90%;
  margin: 15vw auto 10vw;
  margin: 130px auto 10vw;
}

@media only screen and (min-width: 1025px) {
  section.company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15vw auto 10vw;
  }
}

section.company .company-inner {
  border-top: 1px solid #000;
  padding-top: 15px;
  margin-top: 80px;
}

@media only screen and (min-width: 1025px) {
  section.company .company-inner {
    width: 65%;
    margin-top: 0;
  }
}

section.company .company-inner dl {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px 15px 10px;
}

@media only screen and (min-width: 1025px) {
  section.company .company-inner dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

section.company .company-inner dl dt {
  width: 300px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  section.company .company-inner dl dt {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

section.company .company-inner dl dt br {
  display: none;
}

@media only screen and (min-width: 1025px) {
  section.company .company-inner dl dt br {
    display: block;
  }
}

section.company .company-inner dl dd {
  width: 100%;
}

section.company .txt-block {
  margin-left: 0;
}

.tit-base-en {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}

@media only screen and (min-width: 1025px) {
  .tit-base-en {
    font-size: 2.8rem;
    margin-top: 0;
  }
}

.map {
  position: relative;
  width: 90%;
  height: 0;
  padding-top: 120%;
  /* 比率を4:3に固定 */
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .map {
    padding-top: 40%;
  }
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------

建築工事

---------------------------------- */
.se-head-base {
  width: 90%;
  margin: 10vw auto 5vw;
}

@media only screen and (min-width: 1025px) {
  .se-head-base {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 1025px) {
  .se-head-base .head-base-l {
    width: 30%;
  }
}

@media only screen and (min-width: 1025px) {
  .se-head-base .head-base-r {
    width: 65%;
    border-left: 1px dashed #333;
    padding-left: 5vw;
  }
}

.se-head-base .txt-block {
  margin-left: 0;
}

.se-head-base .txt-block .sub-tit {
  font-size: 2.4rem;
}

@media only screen and (min-width: 1025px) {
  .se-head-base .txt-block .sub-tit {
    font-size: 3.3rem;
  }
}

.se-head-base .txt-block .sub-en {
  margin-bottom: 10px;
}

.se-head-base .head-sub {
  margin-top: 40px;
  font-size: 2.2rem;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .se-head-base .head-sub {
    font-size: 2.5rem;
    margin-top: 100px;
    margin-bottom: 0;
  }
}

.works-txt {
  width: 90%;
  margin: 30px auto 0;
}

#kenchiku-slide {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1025px) {
  #kenchiku-slide {
    margin-bottom: 300px;
  }
}

#kenchiku-slide .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1.2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

section.kenchiku-content {
  margin: 100px auto;
  padding: 80px 0 50px;
  background: #eaeaea;
}

@media only screen and (min-width: 1025px) {
  section.kenchiku-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #000;
    background: none;
    width: 90%;
    padding: 3vw 0 0 0;
    margin: 15vw auto;
  }
}

section.kenchiku-content .txt-block {
  width: 90%;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 1025px) {
  section.kenchiku-content .txt-block {
    width: 35%;
    margin: 0;
  }
}

section.kenchiku-content .kenchiku-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  section.kenchiku-content .kenchiku-inner {
    width: 65%;
  }
}

section.kenchiku-content .kenchiku-inner .kenchiku-block {
  padding-bottom: 4vw;
  margin-bottom: 4vw;
}

@media only screen and (min-width: 1025px) {
  section.kenchiku-content .kenchiku-inner .kenchiku-block {
    border-bottom: 1px solid #000;
  }
}

section.kenchiku-content .kenchiku-inner .kenchiku-block .num {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 10px;
}

section.kenchiku-content .kenchiku-inner .kenchiku-block .num-tit {
  font-size: 2rem;
  margin-bottom: 20px;
}

section.kenchiku-content .kenchiku-inner .kenchiku-block .img {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  section.kenchiku-content .kenchiku-inner .kenchiku-block .img {
    margin-bottom: 30px;
  }
}

section.kenchiku-content .kenchiku-inner .kenchiku-block .img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

/* ----------------------------------

土木工事

---------------------------------- */
section.public-service {
  padding: 0px 0 50px;
  margin-bottom: 15vw;
}

@media only screen and (min-width: 1025px) {
  section.public-service {
    background: #eaeaea;
    padding: 15vw 0 7vw;
  }
}

section.public-service .sub-line {
  border-top: 1px solid #000;
  width: 90%;
  margin: auto;
  display: none;
}

@media only screen and (min-width: 1025px) {
  section.public-service .sub-line {
    display: inherit;
  }
}

section.public-service .txt-block {
  padding-top: 50px;
}

section.public-service .public-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 90%;
  margin: 7vw auto;
}

section.public-service .public-block {
  background: #FFFFFF;
  border-radius: 40px;
  width: 48%;
  padding: 10px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  section.public-service .public-block {
    width: 30%;
    padding: 30px 40px;
  }
}

section.public-service .public-block dl {
  margin-bottom: 20px;
}

section.public-service .public-block dl dt {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

section.public-service .public-block dl dd {
  text-align: center;
}

section.public-service .public-block dl dd img {
  width: 80%;
}

/* ----------------------------------

その他事業

---------------------------------- */
.other-column {
  width: 90%;
  margin: 130px auto 0;
}

@media only screen and (min-width: 1025px) {
  .other-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin: 10vw auto 0;
  }
}

@media only screen and (min-width: 1025px) {
  .other-column .other-pic {
    width: 40%;
  }
}

.other-column .other-pic img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1.2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .other-column .other-detail {
    width: 50%;
  }
}

.other-column .other-detail .pic-sp {
  margin-bottom: 60px;
}

.other-column .other-detail .pic-sp img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 20px;
}

.other-column .other-detail h5 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .other-column .other-detail h5 {
    font-size: 3rem;
  }
}

.other-column .other-detail .txt {
  margin-bottom: 40px;
}

.other-column .price .tit-price {
  font-size: 2rem;
  margin-bottom: 10px;
}

.other-column .price .price-att {
  font-size: 1.2rem;
  margin-top: 30px;
}

.other-column .price .price-att ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.other-column .price .price-att ul li::before {
  content: "※";
  display: block;
}

.price-column dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}

.price-column dl dt {
  width: 50%;
  border-right: 1px dashed #000;
  padding: 10px;
}

@media only screen and (min-width: 1025px) {
  .price-column dl dt {
    padding: 5px;
  }
}

.price-column dl dt span {
  font-size: 1.2rem;
  margin-left: .5rem;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .price-column dl dt span {
    display: inline-block;
  }
}

.price-column dl dd {
  width: 50%;
  padding: 10px;
}

@media only screen and (min-width: 1025px) {
  .price-column dl dd {
    text-align: center;
    padding: 5px;
  }
}

.price-column dl dd span {
  font-size: 1.2rem;
  margin-left: .5rem;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .price-column dl dd span {
    display: inline-block;
  }
}

.price-column dl:last-child {
  border-bottom: 2px solid #000;
}

.price-column .type-tr {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.price-column .type-tr dt {
  text-align: center;
  padding: 5px;
}

@media only screen and (min-width: 1025px) {
  .price-column .type-tr dt {
    padding: 0;
  }
}

.price-column .type-tr dd {
  text-align: center;
  padding: 5px;
}

@media only screen and (min-width: 1025px) {
  .price-column .type-tr dd {
    padding: 0;
  }
}

/* ----------------------------------

お問い合わせ

---------------------------------- */
@media only screen and (min-width: 1025px) {
  .contact-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-head .sub-tit {
    font-size: 3.3rem;
  }
  .contact-head .sub-en {
    margin-bottom: 10px;
  }
}

.contact-head .tel-block {
  background: #eaeaea;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
}

@media only screen and (min-width: 1025px) {
  .contact-head .tel-block {
    background: none;
    text-align: left;
    padding: 0;
    border-radius: 0px;
  }
}

.contact-head .txt-block {
  margin-left: 0;
}

@media only screen and (min-width: 1025px) {
  .contact-head .txt-block {
    width: 60%;
  }
}

.contact-head .tel-block {
  margin: 50px 0 30px;
}

@media only screen and (min-width: 1025px) {
  .contact-head .tel-block {
    width: 50%;
    padding-left: 5vw;
    padding-bottom: 1vw;
    border-left: 1px dashed #555;
    margin: 0;
  }
}

.contact-head .tel-block dl {
  line-height: 1.5;
}

.contact-head .tel-block dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}

@media only screen and (min-width: 1025px) {
  .contact-head .tel-block dl dt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.contact-head .tel-block dl dd {
  font-size: var(--txt-tel);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
}

@media only screen and (min-width: 1025px) {
  .contact-head .tel-block dl dd {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}

.contact-head .tel-block dl dd::before {
  content: "";
  display: block;
  background: url(images/tel_b.svg) no-repeat;
  width: 35px;
  height: 25px;
  margin-right: 1rem;
}

.contact-head .tel-block dl dd span {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .contact-head .tel-block dl dd span {
    font-size: 1.7rem;
    padding-left: 45px;
    margin-top: 0;
  }
}

.contact-att {
  margin-top: 20px;
}

.contact-att dt {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  .contact-att dt {
    font-size: 1.7rem;
  }
}

.contact-att dd {
  font-size: 1.3rem;
}

@media only screen and (min-width: 1025px) {
  .contact-att dd {
    font-size: 1.5rem;
  }
}

.contact-form {
  margin-top: 10vw;
  margin-bottom: 10vw;
}

.contact-form dl {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .contact-form dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

.contact-form dl dt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .contact-form dl dt {
    width: 20%;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .contact-form dl dt span {
    display: block;
    margin-top: 30px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1025px) {
  .contact-form dl dd {
    width: 75%;
  }
}

.contact-form dl.hissu dt::after {
  content: "必須";
  display: block;
  background: #555;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0px 10px;
  border-radius: 5px;
  margin-left: .5rem;
}

.contact-form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 1025px) {
  .contact-form input {
    font-size: 1.7rem;
  }
}

.contact-form input[type="text"] {
  width: 100%;
  padding: 10px;
}

.contact-form input[type="email"] {
  width: 100%;
  padding: 10px;
}

.contact-form input[type="tel"] {
  width: 100%;
  padding: 10px;
}

.contact-form textarea {
  width: 100%;
  padding: 10px;
}

@media only screen and (min-width: 1025px) {
  .contact-form textarea {
    font-size: 1.7rem;
  }
}

.contact-form .p-postal-code {
  width: 200px !important;
}

.contact-form .h-adr span.title {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .contact-form .privacy-wrap {
    margin-left: 23vw;
    font-size: 1.4rem;
  }
}

.contact-form .privacy-wrap .privacy-inner {
  overflow-y: auto;
  height: 350px;
  margin-top: 20px;
  background: #D7D7D8;
  padding: 30px;
}

.contact-form .privacy-wrap .privacy-inner dl {
  display: block;
}

.contact-form .privacy-wrap .privacy-inner dl dt, .contact-form .privacy-wrap .privacy-inner dl dd {
  width: auto;
}

@media only screen and (min-width: 1025px) {
  .contact-form .privacy-wrap .privacy-inner dl dt {
    font-size: 1.4rem;
  }
}

.contact-form .wpcf7-submit {
  background: #333;
  color: #FFFFFF;
  display: block;
  width: 320px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  margin-top: 7vw;
  border-radius: 100px;
  padding: 25px 30px;
  font-size: 1.4rem;
  -webkit-transition: .5s;
  transition: .5s;
  border: none;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .contact-form .wpcf7-submit {
    margin-left: 7vw;
  }
}

.contact-form .wpcf7-submit:hover {
  background: #666;
}

.wpcf7-previous {
  color: #FFFFFF;
  display: block;
  width: 320px;
  position: relative;
  border-radius: 100px;
  padding: 25px 30px;
  font-size: 1.4rem;
  -webkit-transition: .5s;
  transition: .5s;
  border: none;
  cursor: pointer;
  background: #333;
  font-size: 1.4rem !important;
}

.wpcf7-previous:hover {
  background: #666;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 100px;
}

@media only screen and (min-width: 1025px) {
  .btn-wrap {
    margin-top: 7vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.btn-wrap li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .btn-wrap li {
    margin: 1vw;
    margin-bottom: 0;
  }
}

.page-id-16 .wpcf7-submit {
  position: relative !important;
  left: 0 !important;
  -webkit-transform: inherit !important;
  transform: inherit !important;
  margin-top: 0;
  margin-left: 0;
}

/*========= ハンバーガーメニュー ===============*/
.home .openbtn {
  position: relative;
}

.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 0px;
  cursor: pointer;
  width: 70px;
  height: 65px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active {
  position: fixed;
}

.openbtn.fixed {
  top: 18px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 35%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 24px;
}

.openbtn span:nth-of-type(3) {
  top: 33px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 35%;
  top: 9px;
  -webkit-transform: translateY(6px) rotate(-35deg);
  transform: translateY(6px) rotate(-35deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 35%;
  -webkit-transform: translateY(-18px) rotate(35deg);
  transform: translateY(-18px) rotate(35deg);
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #eaeaea;
  /*動き*/
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: .5;
}

#g-nav .logo-sp {
  margin: 20px 0 0 20px;
}

#g-nav .logo-sp img {
  width: 200px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px 30px 30px;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list .main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 90%;
  margin: 80px  auto 0;
}

#g-nav.panelactive #g-nav-list .main-menu li {
  width: 45%;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 30px;
  letter-spacing: .3rem;
}

#g-nav.panelactive #g-nav-list .main-menu li span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: .1rem;
}

#g-nav.panelactive #g-nav-list .tel {
  margin-top: 50px;
}

#g-nav.panelactive #g-nav-list .tel a {
  background: #333;
  color: #FFFFFF;
  border-radius: 100px;
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.9rem;
}

#g-nav.panelactive #g-nav-list .tel a::before {
  content: "";
  display: block;
  background: url(images/tel.svg) no-repeat;
  width: 25px;
  height: 20px;
  margin-right: 1rem;
}

#g-nav.panelactive #g-nav-list .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 2.2rem;
}

#g-nav.panelactive #g-nav-list .sns li {
  margin: 0 10px;
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

/*スライドが非アクティブのときは矢印ボタンを非表示にする*/
.swiper:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

.swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}

#inner-slide {
  position: relative;
}

.sw-ar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  margin-top: -50px;
}

.sw-ar-wrap #inner-pagination {
  color: #999;
  width: auto;
  text-align: center;
  position: relative;
  top: 2px;
}

.sw-ar-wrap .swiper-button-prev, .sw-ar-wrap .swiper-button-next {
  position: relative;
  color: #333;
  margin-top: auto;
  right: 0;
  left: 0;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .sw-ar-wrap .swiper-button-prev, .sw-ar-wrap .swiper-button-next {
    display: none;
  }
}

.sw-ar-wrap .swiper-button-prev::after, .sw-ar-wrap .swiper-button-next::after {
  font-size: 1.5rem;
}

/* ----------------------------------

施工事例

---------------------------------- */
dl.keyword {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  dl.keyword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

dl.keyword dt {
  margin-right: 2rem;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

dl.keyword ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1025px) {
  dl.keyword ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

dl.keyword ul li {
  margin-right: 5px;
  width: 30%;
}

@media only screen and (min-width: 1025px) {
  dl.keyword ul li {
    margin-right: 1vw;
    width: auto;
  }
}

dl.keyword ul li a {
  background: #333;
  display: block;
  border-radius: 100px;
  color: #FFFFFF;
  width: auto;
  text-align: center;
  font-size: 1.2rem;
  padding: 4px 0;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  dl.keyword ul li a {
    width: 130px;
    font-size: 1.4rem;
  }
}

dl.keyword ul li a:hover {
  opacity: .8;
}

section.works-list {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  section.works-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

section.works-list::after {
  content: "";
  display: block;
  width: 30%;
}

section.works-list .works-block .cate {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 30px;
  display: block;
}

section.works-list .works-block .key ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.works-list .works-block .key ul li {
  margin-right: 5px;
}

@media only screen and (min-width: 1025px) {
  section.works-list .works-block .key ul li {
    margin-right: 1vw;
  }
}

section.works-list .works-block .key ul li a {
  background: #333;
  display: block;
  border-radius: 100px;
  color: #FFFFFF;
  width: auto;
  text-align: center;
  font-size: 1.2rem;
  padding: 4px 10px;
}

@media only screen and (min-width: 1025px) {
  section.works-list .works-block .key ul li a {
    font-size: 1.4rem;
    width: 130px;
  }
}

section.works-list .works-block .tit-key {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

section.works-list .works-block h4 {
  font-size: 2rem;
  margin-bottom: 30px;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  section.works-list .works-block h4 {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

section.works-list .works-block .pic {
  border-radius: 20px;
  overflow: hidden;
}

section.works-list .works-block img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

section.works-list .works-block img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.inner {
  margin: 0 auto;
  padding: 0 20px;
}

/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
  margin-bottom: 10vw;
}

@media only screen and (min-width: 1025px) {
  .modal__trigger {
    width: 31%;
    margin-bottom: 5vw;
  }
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: calc(100% - 5vw);
  padding: 0 20px 20px 0;
  background: #fff;
  width: 90%;
  border-top-right-radius: 40px;
  display: table;
}

@media only screen and (min-width: 1025px) {
  .modal__container {
    width: 80%;
  }
}

.modal__inner {
  position: relative;
  overflow-y: auto;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 5vw;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: #323232;
  cursor: pointer;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

@media only screen and (min-width: 1025px) {
  .modal__close {
    width: 54px;
    height: 54px;
  }
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}

.works-pop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 1025px) {
  .works-pop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

@media only screen and (min-width: 1025px) {
  .works-pop .pic {
    width: 48%;
  }
}

.works-pop .pic img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.works-pop .pic-sp {
  margin-top: 30px;
}

.works-pop .pic-sp img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 20px;
}

@media only screen and (min-width: 1025px) {
  .works-pop .detail {
    width: 48%;
  }
}

.works-pop .detail h4 {
  font-size: 2.3rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .works-pop .detail h4 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}

.works-pop .detail .key ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.works-pop .detail .key ul li {
  margin-right: 1vw;
  width: 30%;
}

@media only screen and (min-width: 1025px) {
  .works-pop .detail .key ul li {
    width: auto;
  }
}

.works-pop .detail .key ul li a {
  background: #333;
  display: block;
  border-radius: 100px;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2rem;
  padding: 4px 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.works-pop .detail .key ul li a:hover {
  opacity: .8;
}

@media only screen and (min-width: 1025px) {
  .works-pop .detail .key ul li a {
    width: 130px;
    font-size: 1.4rem;
  }
}

.works-pop .detail .tit-key {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.works-pop .detail .price-column {
  border-top: 2px solid #000;
  margin-top: 50px;
}

.works-pop .detail .price-column dd {
  text-align: left;
}

/* ----------------------------------

記事

---------------------------------- */
.news-wrap {
  max-width: 920px;
  margin: auto;
  width: 90%;
}

.news-tit-wrap {
  border-bottom: 1px solid #000;
  position: relative;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .news-tit-wrap {
    padding-bottom: 1vw;
  }
}

.news-tit-wrap .cate {
  background: #333;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 1.3rem;
  display: inline-block;
  margin-bottom: 20px;
}

.news-tit-wrap h2 {
  font-size: 2rem;
}

@media only screen and (min-width: 1025px) {
  .news-tit-wrap h2 {
    font-size: 3.5rem;
  }
}

.news-tit-wrap .date {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #666;
  font-size: 1.3rem;
}

@media only screen and (min-width: 1025px) {
  .news-tit-wrap .date {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 30px;
  }
}

.page-inner {
  margin: 4vw auto 13vw;
}

.wp-block-image img {
  margin: 2vw 0;
  border-radius: 20px;
}




/* ----------------------------------

Gtranslate

---------------------------------- */

html[lang=en] body *,
html[lang=mn] body *{
	word-break: break-all;
}
html[lang=mn] body{
	letter-spacing: .05rem;
}
html[lang=en] .header-part,
html[lang=mn] .header-part {
	height:auto;
}
.nav-sub ul li.lan select{
	width: 90%;
    border: 0;
    outline: none;
}
#g-nav div.lan{
	margin-top:2em;
}
#g-nav div.lan select{
    display: block;
    width: 80%;
    border: 0;
    font-size: 1.7rem;
    color:#000;
    text-align: center;
    background: #fff;
    border-radius: 35px;
    padding: 20px;
    margin: 0 auto;
    -webkit-appearance:none;
}
html[lang=en] .greet h4,
html[lang=en] .greet .txt,
html[lang=mn] .greet h4,
html[lang=mn] .greet .txt{
	writing-mode: unset;
}
@media only screen and (min-width: 1025px) {
	html[lang=en] .greet,
	html[lang=mn] .greet {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 10px;
		grid-template-rows: 250px auto auto;
		grid-template-columns: 55% 45%;
	}
	html[lang=en] .greet h4,
	html[lang=mn] .greet h4 {
		grid-column-start: 2;
		grid-row-start: 1;
		margin-left: 3vw;
		margin-right: 2vw;
	}
	html[lang=en] .greet .txt,
	html[lang=mn] .greet .txt {
	    grid-column-start: 2;
	    grid-row-start: 2;
	    margin-top:0;
		margin-right: 2vw;
	}
	html[lang=en] .greet .pic,
	html[lang=mn] .greet .pic {
	    grid-row: span 2 / span 2;
	    grid-column-start: 1;
	    grid-row-start: 1;
	}
	html[lang=en] .greet.greet-btm,
	html[lang=mn] .greet.greet-btm {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    grid-template-rows: repeat(2, 1fr);
	    gap: 10px;
	    grid-template-rows: 200px auto auto;
	    grid-template-columns: 58% 42%;
	}
	html[lang=en] .greet.greet-btm h4,
	html[lang=mn] .greet.greet-btm h4 {
	    grid-column-start: 1;
	    grid-row-start: 1;
	    margin-right: 0;
	}
	html[lang=en] .greet.greet-btm .txt,
	html[lang=mn] .greet.greet-btm .txt {
	    grid-column-start: 1;
	    grid-row-start: 2;
	    margin-left: 3vw;
	}
	html[lang=en] .greet.greet-btm .txt .txt-inner,
	html[lang=mn] .greet.greet-btm .txt .txt-inner {
	    display: block;
	}
	html[lang=en] .greet.greet-btm .pic,
	html[lang=mn] .greet.greet-btm .pic {
	    grid-row: span 2 / span 2;
	    grid-column-start: 2;
	    grid-row-start: 1;
	}
}
@media only screen and (max-width: 1024px) {
	html[lang=en] .btn-base,
	html[lang=mn] .btn-base {
	    white-space: normal;
	}
	html[lang=en] #main-vusial .mv .catch,
	html[lang=mn] #main-vusial .mv .catch {
		max-width: 85%;
	}
	html[lang=en] .txt-block,
	html[lang=mn] .txt-block{
		margin-right: 5vw;
	}
	html[lang=en] .greet .txt,
	html[lang=mn] .greet .txt{
		max-height: none;
		margin-right: 5vw;
	}
	html[lang=en] #se-head-content .tit-block,
	html[lang=mn] #se-head-content .tit-block {
		height:auto;
	}
	html[lang=en] .tit-base-en,
	html[lang=mn] .tit-base-en {
	    padding: 0 5%;
	}
	html[lang=mn] .l-footer .footer-inner .f-nav-wrap {
	    margin-left: 35vw;
	}
}
	    grid-row: span 2 / span 2;
	    grid-column-start: 1;
	    grid-row-start: 1;
	}
	html[lang=en] .greet.greet-btm,
	html[lang=mn] .greet.greet-btm {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    grid-template-rows: repeat(2, 1fr);
	    gap: 10px;
	    grid-template-rows: 200px auto auto;
	    grid-template-columns: 58% 42%;
	}
	html[lang=en] .greet.greet-btm h4,
	html[lang=mn] .greet.greet-btm h4 {
	    grid-column-start: 1;
	    grid-row-start: 1;
	    margin-right: 0;
	}
	html[lang=en] .greet.greet-btm .txt,
	html[lang=mn] .greet.greet-btm .txt {
	    grid-column-start: 1;
	    grid-row-start: 2;
	    margin-left: 3vw;
	}
	html[lang=en] .greet.greet-btm .txt .txt-inner,
	html[lang=mn] .greet.greet-btm .txt .txt-inner {
	    display: block;
	}
	html[lang=en] .greet.greet-btm .pic,
	html[lang=mn] .greet.greet-btm .pic {
	    grid-row: span 2 / span 2;
	    grid-column-start: 2;
	    grid-row-start: 1;
	}
}
@media only screen and (max-width: 1024px) {
	html[lang=en] .btn-base,
	html[lang=mn] .btn-base {
	    white-space: normal;
	}
	html[lang=en] .greet .txt,
	html[lang=mn] .greet .txt{
		max-height: none;
		margin-right: 5vw;
	}
}