@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
body {
  font-size: 14px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
  background: url(../images/bg2.jpg) repeat top center #f5f5f5;
}
@media screen and (min-width: 835px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.6s ease;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 1600px) {
  .wrapper {
    padding: 0;
  }
}

.sec-bottom {
  margin-bottom: 84px;
}
@media screen and (min-width: 431px) {
  .sec-bottom {
    margin-bottom: 120px;
  }
}

iframe {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f7f7f7;
}

.error-404 {
  text-align: center;
  margin: 30vh 0 200px;
  padding: 0 2vh;
}
.error-404 h1 {
  font-size: 3rem;
  color: #333;
}
@media screen and (min-width: 431px) {
  .error-404 h1 {
    font-size: 5rem;
  }
}
.error-404 p {
  margin: 3rem 0;
  line-height: 1.75;
}
.error-404 a {
  border: #333 dotted 1px;
  padding: 1rem;
  margin: 0 auto;
  width: 30%;
}

.thank-you {
  text-align: center;
  font-weight: 600;
  padding: 300px 0;
}
.thank-you h1 {
  margin-bottom: 20px;
}
.thank-you p {
  line-height: 1.9;
  margin-bottom: 40px;
}
.thank-you a {
  border: #333 dotted 1px;
  padding: 1rem;
  margin: 0 auto;
  width: 30%;
}

.l-header {
  /* ハンバーガー */
}
@media screen and (min-width: 835px) {
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    z-index: 100;
    transition: height 0.3s ease;
  }
}
.l-header .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background-color: #fff;
  height: 100%;
}
.l-header .header-flex .title-bg {
  flex-basis: clamp(180px, 23.3vw, 336px);
  padding: 8px 20px;
  background-color: #6f6f6f;
  clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.l-header .header-flex .title-bg .site-title {
  width: clamp(104px, 11.7vw, 169px);
  height: auto;
}
.l-header .header-flex .pc-only {
  display: none;
}
@media screen and (min-width: 835px) {
  .l-header .header-flex .pc-only {
    display: block;
    flex-basis: calc(100% - clamp(180px, 23.3vw, 336px));
  }
}
@media screen and (min-width: 1025px) {
  .l-header .header-flex .pc-only {
    flex-basis: 50%;
  }
}
.l-header .header-flex .pc-only .pc-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
}
.l-header .header-flex .pc-only .pc-nav li {
  text-align: center;
}
.l-header .header-flex .pc-only .pc-nav li .en {
  display: block;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.l-header .header-flex .pc-only .pc-nav li .ja {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.l-header .header-flex .pc-only .pc-nav .header-bg {
  height: 120px;
  width: 240px;
  background-color: #6f6f6f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: opacity 0.6s ease, height 0.3s ease;
}
.l-header .sp-only {
  padding: 8px 20px;
  position: fixed;
  top: 8px;
  right: 0;
  z-index: 1001;
}
@media screen and (min-width: 835px) {
  .l-header .sp-only {
    display: none;
  }
}
.l-header .sp-only .hamburger {
  position: relative;
  width: 33px;
  height: 23px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
}
.l-header .sp-only .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.l-header .sp-only .hamburger span:nth-child(1) {
  top: 0;
}
.l-header .sp-only .hamburger span:nth-child(2) {
  top: 10px;
}
.l-header .sp-only .hamburger span:nth-child(3) {
  top: 20px;
}
.l-header .sp-only .hamburger.active span {
  background: #fff;
}
.l-header .sp-only .hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.l-header .sp-only .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.l-header .sp-only .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}
.l-header .sp-only .sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  padding: 80px 20px;
  background-color: #6f6f6f;
}
.l-header .sp-only .sp-nav.active {
  transform: translateX(0);
}
.l-header .sp-only .list {
  font-size: 16px;
  padding: 0 20px;
}
.l-header .sp-only .list .nav-link {
  padding: 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
}

.mv {
  width: 100%;
  height: 60vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .mv {
    height: 100vh;
  }
}
@media screen and (min-width: 431px) {
  .mv {
    justify-content: flex-start;
  }
}
.mv .mv-bg,
.mv .next-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1.5s ease;
  z-index: -1;
}
.mv .mv-bg::before,
.mv .next-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.mv .mv-bg {
  opacity: 1;
  z-index: -1;
}
.mv .next-bg {
  opacity: 0;
  z-index: -2;
}
.mv .fade-out {
  opacity: 0;
}
.mv .title-container {
  color: #fff;
  font-size: clamp(18px, 2.7vw, 40px);
  font-family: "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width: 431px) {
  .mv .title-container {
    padding-left: 102px;
  }
}
.mv .title-container .title {
  font-size: clamp(18px, 2.7vw, 40px);
}
.mv .title-container .title .en {
  display: block;
  font-size: clamp(48px, 8.3vw, 120px);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  transform: skewX(-15deg);
  margin-top: 4px;
  margin-bottom: clamp(8px, 1.2vw, 18px);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.l-footer {
  background: #605f5f;
  color: #fff;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 64px;
  z-index: -1;
  line-height: 1.5;
}
.l-footer .footer-logo {
  width: clamp(150px, 15.8vw, 228px);
  margin: 0 auto;
}
.l-footer h2 {
  font-size: clamp(18px, 2.2vw, 32px);
  margin: 12px 0 20px;
}
.l-footer address {
  font-size: 14px;
  font-style: normal;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .l-footer address {
    width: 540px;
    gap: 16px;
    justify-content: flex-start;
    margin: 0 auto 4px;
  }
}
.l-footer address h3 {
  min-width: 84px;
  font-size: 15px;
}
@media screen and (min-width: 835px) {
  .l-footer address h3 {
    text-align: right;
  }
}
.l-footer address span {
  font-size: clamp(14px, 1.2vw, 16px);
  display: block;
}
.l-footer .footer_contact {
  font-size: 18px;
  margin: 40px 0 20px;
}
.l-footer nav {
  margin-top: clamp(42px, 4.3vw, 62px);
}
.l-footer nav .footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 68%;
  margin: 0 auto;
}
.l-footer nav .footer-list li .list {
  color: #fff;
}
.l-footer .permission_num {
  margin: 20px 0;
  font-size: 13px;
}

.footer_sns {
  padding: 20px 0;
  text-align: center;
}
.footer_sns a {
  background: #FFF;
  border-radius: 50%;
  display: inline-flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
}
.footer_sns a img {
  width: 20px;
}

body.home .text {
  text-align: center;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  body.home .news .pc-flex {
    display: flex;
    justify-content: space-between;
    gap: 68px;
  }
}
@media screen and (min-width: 835px) {
  body.home .news .pc-flex .title-wrapper {
    flex-basis: clamp(46px, 4.1vw, 60px);
  }
}
body.home .news .pc-flex .title-wrapper h2 {
  font-size: clamp(46px, 4.1vw, 60px);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
  transform: skewX(-15deg);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
body.home .news .pc-flex .news-list {
  padding: 10px;
}
@media screen and (min-width: 835px) {
  body.home .news .pc-flex .news-list {
    flex-basis: calc(100% - clamp(46px, 4.1vw, 60px) - 68px);
  }
}
body.home .news .pc-flex .news-list time {
  color: #605f5f;
}
body.home .news .pc-flex .news-list p {
  font-size: 16px;
  line-height: 1.8;
  padding: 4px 0 16px;
  border-bottom: 1px solid #605f5f;
  margin-bottom: 15px;
  position: relative;
  font-weight: normal;
}
body.home .news .pc-flex .news-list p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/arrow.svg");
}
@media screen and (min-width: 835px) {
  body.home .news .btn-wrapper {
    margin-top: -100px;
  }
}
body.home .news .btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
body.home .news .btn-wrapper .btn {
  background: linear-gradient(90deg, rgb(96, 95, 95) 40%, rgb(198, 195, 195) 100%);
  color: #fff;
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  text-align: left;
  margin-top: 24px;
  width: 180px;
}
body.home .news .btn-wrapper .btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 60%;
  transform: translateY(-60%);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/arrow-btn.svg");
}
body.home .news .btn-wrapper .btn .bg-arrow {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
  background: #d9d9d9;
  pointer-events: none;
  width: 68px;
  height: 100%;
}
@media screen and (min-width: 835px) {
  body.home .news .btn-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  body.home .news .btn-wrapper .btn {
    background: linear-gradient(90deg, rgb(96, 95, 95) 40%, rgb(198, 195, 195) 100%);
    color: #fff;
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    text-align: left;
    margin-top: 24px;
    width: 180px;
  }
  body.home .news .btn-wrapper .btn::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 60%;
    transform: translateY(-60%);
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    background-image: url("../images/arrow-btn.svg");
  }
  body.home .news .btn-wrapper .btn .bg-arrow {
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
    background: #d9d9d9;
    pointer-events: none;
    width: 68px;
    height: 100%;
  }
}
body.home .business img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 835px) {
  body.home .business .container {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    gap: 10px;
  }
}
body.home .business .container .pc-show {
  display: none;
}
@media screen and (min-width: 835px) {
  body.home .business .container .pc-show {
    display: block;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 2s ease, transform 2s ease;
  }
  body.home .business .container .pc-show.show {
    opacity: 1;
    transform: translateY(0);
  }
}
body.home .business .container .imageArea1,
body.home .business .container .imageArea2,
body.home .business .container .imageArea3 {
  height: 430px;
}
@media screen and (min-width: 1600px) {
  body.home .business .container .imageArea1,
  body.home .business .container .imageArea2,
  body.home .business .container .imageArea3 {
    height: 600px;
  }
}
body.home .business .container .imageArea1::before,
body.home .business .container .imageArea2::before,
body.home .business .container .imageArea3::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
body.home .business .container .imageArea1 {
  width: 21%;
}
body.home .business .container .imageArea2 {
  width: 23%;
  transform: translateY(60px);
}
body.home .business .container .imageArea3 {
  width: 12.3%;
}
body.home .business .container .text-box {
  padding: 32px 20px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  body.home .business .container .text-box {
    width: 460px;
    text-align: left;
  }
}
@media screen and (min-width: 835px) {
  body.home .business .container .text-box .title-wrapper {
    text-align: left;
  }
}
body.home .business .container .text-box .text-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 835px) {
  body.home .business .container .text-box .text-title {
    text-align: left;
  }
}
@media screen and (min-width: 835px) {
  body.home .business .container .text-box .text {
    text-align: left;
  }
}
body.home .business .container .text-box .btn-wrapper {
  display: flex;
  justify-content: center;
}
body.home .business .container .text-box .btn-wrapper .btn {
  background: linear-gradient(90deg, rgb(96, 95, 95) 40%, rgb(198, 195, 195) 100%);
  color: #fff;
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  text-align: left;
  margin-top: 24px;
  width: 242px;
}
body.home .business .container .text-box .btn-wrapper .btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 60%;
  transform: translateY(-60%);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/arrow-btn.svg");
}
body.home .business .container .text-box .btn-wrapper .btn .bg-arrow {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
  background: #d9d9d9;
  pointer-events: none;
  width: 68px;
  height: 100%;
}
@media screen and (min-width: 835px) {
  body.home .business .container .text-box .btn-wrapper {
    display: flex;
    justify-content: left;
  }
  body.home .business .container .text-box .btn-wrapper .btn {
    background: linear-gradient(90deg, rgb(96, 95, 95) 40%, rgb(198, 195, 195) 100%);
    color: #fff;
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    text-align: left;
    margin-top: 24px;
    width: 242px;
  }
  body.home .business .container .text-box .btn-wrapper .btn::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 60%;
    transform: translateY(-60%);
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    background-image: url("../images/arrow-btn.svg");
  }
  body.home .business .container .text-box .btn-wrapper .btn .bg-arrow {
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
    background: #d9d9d9;
    pointer-events: none;
    width: 68px;
    height: 100%;
  }
}
body.home .business .container .sp-show {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  body.home .business .container .sp-show {
    display: none;
  }
}
body.home .info .btn-wrapper {
  display: flex;
  justify-content: center;
}
body.home .info .btn-wrapper .btn {
  background: linear-gradient(90deg, rgb(96, 95, 95) 40%, rgb(198, 195, 195) 100%);
  color: #fff;
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  text-align: left;
  margin-top: 24px;
  width: 224px;
}
body.home .info .btn-wrapper .btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 60%;
  transform: translateY(-60%);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/arrow-btn.svg");
}
body.home .info .btn-wrapper .btn .bg-arrow {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
  background: #d9d9d9;
  pointer-events: none;
  width: 68px;
  height: 100%;
}
@media screen and (min-width: 835px) {
  body.home .info .text {
    padding-top: 36px;
    margin-bottom: 60px;
  }
}
body.home .info .recruit,
body.home .info .company {
  padding: 40px 20px;
  transition: background-color 0.5s ease, flex-basis 0.3s ease;
  flex-basis: 50%;
}
@media screen and (min-width: 835px) {
  body.home .info .recruit,
  body.home .info .company {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 835px) {
  body.home .info .container {
    display: flex;
    height: 500px;
  }
}
body.home .info .container .recruit {
  background: #cac9c9;
}
body.home .info .container .recruit:hover {
  background: #000;
  color: #fff;
  flex-basis: 70%;
}
body.home .info .company {
  background: #aaaaaa;
}
body.home .info .company:hover {
  background: #000;
  color: #fff;
  flex-basis: 70%;
}
@media screen and (min-width: 835px) {
  body.home .pc-hide {
    display: none;
  }
}

body.page-id-12 .sec-title {
  font-size: clamp(26px, 2.7vw, 40px);
  margin-bottom: clamp(54px, 5.1vw, 74px);
}
@media screen and (min-width: 835px) {
  body.page-id-12 .pc-inner {
    margin-left: auto;
    max-width: 968px;
    width: 100%;
  }
}
body.page-id-12 .titleBlock {
  background-image: url("../images/company_bg_title.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-top: 300px;
}
body.page-id-12 .titleBlock .title {
  padding: 0 5%;
}
body.page-id-12 .titleBlock .title h2 {
  display: block;
  font-size: clamp(48px, 8.3vw, 120px);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  transform: skewX(-15deg);
  margin-top: 4px;
  margin-bottom: clamp(8px, 1.2vw, 18px);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
body.page-id-12 .titleBlock .title p {
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  body.page-id-12 .greeting .mainBlock {
    display: grid;
    grid-template-columns: 1fr min(20vw - 58px, 240px) 345px;
  }
}
body.page-id-12 .greeting .mainBlock .company-image {
  width: 80%;
  margin: 0 auto 0;
}
@media screen and (min-width: 835px) {
  body.page-id-12 .greeting .mainBlock .company-image {
    width: 60%;
    grid-column: 1/3;
    grid-row: 1/2;
    height: 100%;
  }
}
body.page-id-12 .greeting .mainBlock .company-image img {
  height: 100%;
}
@media screen and (min-width: 835px) {
  body.page-id-12 .greeting .mainBlock .company-image img {
    height: auto;
  }
}
body.page-id-12 .greeting .mainBlock .company-text {
  line-height: 2;
  background: #FFF;
  padding: calc(3em + 20vw) 1em 3em;
  margin: -20vw 0 0 0;
}
@media screen and (min-width: 835px) {
  body.page-id-12 .greeting .mainBlock .company-text {
    margin-top: 85px;
    background-color: white;
    grid-column: 2/4;
    grid-row: 1/2;
    padding-left: 86px;
    padding-top: 86px;
    padding-right: 86px;
    padding-bottom: 40px;
  }
}
body.page-id-12 .greeting .mainBlock .company-text h3 {
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.5;
}
body.page-id-12 .greeting .mainBlock .company-text .text {
  margin: 42px 0;
  font-weight: normal;
}
body.page-id-12 .greeting .mainBlock .company-text .name {
  text-align: right;
  font-weight: normal;
}
body.page-id-12 .greeting .mainBlock .company-text .name span {
  font-size: 22px;
  margin-left: 8px;
}
body.page-id-12 .overview .list-cont .lists {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(30px, 3.3vw, 48px) 30px;
}
@media screen and (min-width: 835px) {
  body.page-id-12 .overview .list-cont .lists {
    font-size: 20px;
  }
}
body.page-id-12 .overview .list-cont .lists .list {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
}
body.page-id-12 .overview .list-cont .lists .list dt {
  line-height: 2;
}
body.page-id-12 .overview .list-cont .lists .list dd {
  margin-left: 0;
  font-weight: normal;
  line-height: 2;
}
body.page-id-12 .history .list-cont .lists {
  margin-bottom: 32px;
  border-bottom: 1px solid #d9d9d9;
}
body.page-id-12 .history .list-cont .lists:last-child {
  border-bottom: none;
}
body.page-id-12 .history .list-cont .lists dt {
  margin-bottom: 18px;
}
body.page-id-12 .history .list-cont .lists dt em {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: clamp(60px, 5.5vw, 80px);
  color: #d9d9d9;
  line-height: 1;
  margin: 0 0 -0.25em;
}
@media screen and (min-width: 835px) {
  body.page-id-12 .history .list-cont .lists dt em {
    margin: 0 0 -0.25em -0.5em;
  }
}
body.page-id-12 .history .list-cont .lists dt small {
  font-size: 20px;
  display: block;
}
body.page-id-12 .history .list-cont .lists dd {
  margin-bottom: 32px;
  line-height: 2;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  body.page-id-12 .history .list-cont .lists dd {
    font-size: 20px;
  }
}

body.page-id-10 .sec-title {
  font-size: clamp(26px, 2.7vw, 40px);
  margin-bottom: clamp(54px, 5.1vw, 74px);
}
@media screen and (min-width: 835px) {
  body.page-id-10 .pc-inner {
    margin-left: auto;
    max-width: 968px;
    width: 100%;
  }
}
body.page-id-10 .titleBlock {
  background-image: url("../images/business_bg_title.png");
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-top: 300px;
}
body.page-id-10 .titleBlock .title {
  padding: 0 5%;
}
body.page-id-10 .titleBlock .title h2 {
  display: block;
  font-size: clamp(48px, 8.3vw, 120px);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  transform: skewX(-15deg);
  margin-top: 4px;
  margin-bottom: clamp(8px, 1.2vw, 18px);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
body.page-id-10 .titleBlock .title p {
  font-size: 18px;
}
body.page-id-10 .page-business-main {
  padding: 0 5%;
}
@media screen and (min-width: 1025px) {
  body.page-id-10 .page-business-main {
    flex-basis: calc(100% - 324px - 80px);
    padding: 0;
  }
}
body.page-id-10 .page-business-main .civil .img,
body.page-id-10 .page-business-main .building .img {
  margin-bottom: 40px;
}
body.page-id-10 .page-business-main .civil .img img,
body.page-id-10 .page-business-main .building .img img {
  min-height: 162px;
  width: 100%;
}
body.page-id-10 .page-business-main .civil h2,
body.page-id-10 .page-business-main .building h2 {
  font-size: 24px;
}
body.page-id-10 .page-business-main .civil p,
body.page-id-10 .page-business-main .building p {
  font-weight: normal;
  margin: 18px 0 24px;
  line-height: 2;
}
body.page-id-10 .page-business-main .civil .service-wrapper h3,
body.page-id-10 .page-business-main .building .service-wrapper h3 {
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 24px;
  position: relative;
}
body.page-id-10 .page-business-main .civil .service-wrapper h3::after,
body.page-id-10 .page-business-main .building .service-wrapper h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 30px;
  background-color: #6f6f6f;
}
body.page-id-10 .page-business-main .civil .service-wrapper .lists,
body.page-id-10 .page-business-main .building .service-wrapper .lists {
  font-weight: normal;
  line-height: 2;
  font-size: 12px;
  background: #f5f5f5;
  padding: 14px 4px;
}
@media screen and (min-width: 1025px) {
  body.page-id-10 .page-business-main .civil .service-wrapper .lists,
  body.page-id-10 .page-business-main .building .service-wrapper .lists {
    font-size: 16px;
    padding: 16px;
  }
}
body.page-id-10 .page-business-main .civil .service-wrapper .lists .list,
body.page-id-10 .page-business-main .building .service-wrapper .lists .list {
  display: flex;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 24px;
  align-items: flex-start;
  border-bottom: 1px solid #d9d9d9;
}
body.page-id-10 .page-business-main .civil .service-wrapper .lists .list:last-child,
body.page-id-10 .page-business-main .building .service-wrapper .lists .list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
body.page-id-10 .page-business-main .civil .service-wrapper .lists .list dt,
body.page-id-10 .page-business-main .building .service-wrapper .lists .list dt {
  flex-basis: clamp(85px, 12.5vw, 180px);
}
body.page-id-10 .page-business-main .civil .service-wrapper .lists .list dd,
body.page-id-10 .page-business-main .building .service-wrapper .lists .list dd {
  flex-basis: calc(100% - clamp(85px, 12.5vw, 180px) - 12px);
}
body.page-id-10 .page-business-main .license .title {
  display: flex;
  margin-bottom: 24px;
}
body.page-id-10 .page-business-main .license .title h2 {
  font-size: 24px;
  flex-basis: 142px;
}
body.page-id-10 .page-business-main .license .title hr {
  width: calc(100% - 142px);
  margin-top: 10px;
}
body.page-id-10 .page-business-main .license .license-wrapper .license-cont {
  margin-bottom: 40px;
}
body.page-id-10 .page-business-main .license .license-wrapper .license-cont h3 {
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 24px;
  position: relative;
}
body.page-id-10 .page-business-main .license .license-wrapper .license-cont h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 30px;
  background-color: #6f6f6f;
}
body.page-id-10 .page-business-main .license .license-wrapper .license-cont ul {
  line-height: 2;
  font-size: 12px;
  letter-spacing: 0.2em;
  background: #f5f5f5;
  padding: 12px 12px;
}
@media screen and (min-width: 1025px) {
  body.page-id-10 .page-business-main .license .license-wrapper .license-cont ul {
    font-size: 14px;
  }
}
body.page-id-10 .page-business-main .license .license-wrapper .license-cont ul li {
  list-style-type: disc;
  list-style-position: inside;
}

body.page-id-24 .sec-title {
  font-size: clamp(26px, 2.7vw, 40px);
  margin-bottom: clamp(54px, 5.1vw, 74px);
  margin-top: clamp(54px, 5.1vw, 74px);
}
@media screen and (min-width: 835px) {
  body.page-id-24 .pc-inner {
    margin-left: auto;
    max-width: 968px;
    width: 100%;
  }
}
body.page-id-24 .titleBlock {
  background-image: url("../images/company_bg_title.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-top: 300px;
}
body.page-id-24 .titleBlock .title {
  padding: 0 5%;
}
body.page-id-24 .titleBlock .title h2 {
  display: block;
  font-size: clamp(48px, 8.3vw, 120px);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  transform: skewX(-15deg);
  margin-top: 4px;
  margin-bottom: clamp(8px, 1.2vw, 18px);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
body.page-id-24 .titleBlock .title p {
  font-size: 18px;
}
body.page-id-24 dl.lists_cond {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(30px, 3.3vw, 48px) 30px;
}
@media screen and (min-width: 835px) {
  body.page-id-24 dl.lists_cond {
    font-size: 20px;
  }
}
body.page-id-24 dl.lists_cond .list {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
}
body.page-id-24 dl.lists_cond .list dt {
  line-height: 2;
}
body.page-id-24 dl.lists_cond .list dd {
  margin-left: 0;
  font-weight: normal;
  line-height: 2;
}

.recruit-qa {
  line-height: 1.6;
}
.recruit-qa dt {
  margin: 1em 0;
  font-size: 1.2em;
}
.recruit-qa dd {
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: solid 1px;
}

body.page-id-16 .titleBlock {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1025px) {
  body.page-id-16 .titleBlock {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1025px) {
  body.page-id-16 .titleBlock .title {
    padding: 64px 118px;
  }
}
body.page-id-16 .titleBlock .title h2 {
  display: block;
  font-size: clamp(48px, 8.3vw, 120px);
  font-family: "M PLUS 2", serif;
  font-weight: bold;
  transform: skewX(-15deg);
  margin-top: 4px;
  margin-bottom: clamp(8px, 1.2vw, 18px);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
body.page-id-16 .titleBlock .title p {
  font-size: 18px;
}

.btn_wrap {
  text-align: center;
  margin-bottom: 30px;
}
.btn_wrap .btn-secondary {
  display: inline-flex;
  padding: 1em 2em;
  border: solid 2px;
  border-radius: 6px;
}

@media screen and (min-width: 1025px) {
  .sec-contact-form .form-bg {
    padding: 64px 118px;
  }
}
@media screen and (min-width: 1025px) {
  .sec-contact-form .form-item {
    display: flex;
    align-items: center;
    gap: 102px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
  }
}
@media screen and (min-width: 1025px) {
  .sec-contact-form .ttl-container {
    min-width: 265px;
  }
}
.sec-contact-form .form-ttl {
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  padding-right: 52px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .sec-contact-form .form-ttl {
    font-size: 18px;
    padding-right: 60px;
    margin-bottom: 0;
  }
}
.sec-contact-form .form-ttl::after {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #605f5f;
  padding: 4px 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .sec-contact-form .form-ttl::after {
    font-size: 12px;
    padding: 8px;
  }
}
.sec-contact-form .form-ttl.__required::after {
  content: "必須";
  background: #ff6464;
  color: #FFF;
}
.sec-contact-form .form-ttl.__nonRequired::after {
  content: "任意";
  background: #c0c0c0;
}
.sec-contact-form .btn {
  width: fit-content;
  padding: 24px 64px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  border-radius: 40px;
  background: #484848;
}
.sec-contact-form .agree-checkbox:disabled {
  border-color: #777;
}

.sec-contact-form .form-bg {
  margin-bottom: 64px;
}
@media screen and (min-width: 1025px) {
  .sec-contact-form .form-bg {
    margin-bottom: 88px;
  }
}
.sec-contact-form .form-item {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .sec-contact-form .form-item {
    margin-bottom: 40px;
  }
}
.sec-contact-form .form-item.form-category {
  margin-bottom: 40px;
}
.sec-contact-form .form-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .sec-contact-form .form-radioContainer {
    display: flex;
    gap: 40px;
  }
}
.sec-contact-form label:has(input[type=radio]) {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.sec-contact-form .radio-txt {
  font-size: 16px;
}
.sec-contact-form input[type=radio],
.sec-contact-form input[type=checkbox] {
  appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #444;
  border-radius: 2px;
  position: relative;
}
.sec-contact-form input[type=radio]:checked::after,
.sec-contact-form input[type=checkbox]:checked::after {
  content: "";
  width: 15px;
  height: 8px;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.sec-contact-form .form-inputContainer,
.sec-contact-form .form-textareaContainer {
  width: 100%;
}
.sec-contact-form input[type=text],
.sec-contact-form input[type=email],
.sec-contact-form input[type=tel],
.sec-contact-form textarea {
  display: block;
  width: 100%;
  background: #f4f4f4;
  padding: 16px;
}
.sec-contact-form input[type=text]::placeholder,
.sec-contact-form input[type=email]::placeholder,
.sec-contact-form input[type=tel]::placeholder,
.sec-contact-form textarea::placeholder {
  color: #cac9c9;
}
.sec-contact-form textarea {
  min-height: 243px;
}
.sec-contact-form label:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sec-contact-form label:has(input[type=checkbox]) a {
  display: inline-block;
  text-decoration: underline;
}
.sec-contact-form .checkbox-txt {
  line-height: 1.7;
}
.sec-contact-form .btn {
  margin: 0 auto;
}

.sec-contact-confirm .form-bg {
  margin-bottom: 72px;
}
@media screen and (min-width: 1025px) {
  .sec-contact-confirm .form-bg {
    margin-bottom: 86px;
  }
}
.sec-contact-confirm .form-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .sec-contact-confirm .form-item {
    margin-bottom: 68px;
  }
}
.sec-contact-confirm .form-item:last-child {
  margin-bottom: 0;
}
.sec-contact-confirm .form-item p {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .sec-contact-confirm .form-item p {
    font-size: 18px;
  }
}
.sec-contact-confirm .form-message p {
  line-height: 1.9;
}
@media screen and (min-width: 1025px) {
  .sec-contact-confirm .form-message p {
    line-height: 1.7;
  }
}
.sec-contact-confirm .form-consent p {
  line-height: 1.7;
}
.sec-contact-confirm .btn-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1025px) {
  .sec-contact-confirm .btn-flex {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}

.privacy_desc {
  height: 200px;
  overflow-y: scroll;
  font-weight: normal;
  line-height: 1.5;
  font-size: 13px;
}
.privacy_desc h4 {
  font-size: 15px;
  margin: 0 0 1em;
}
.privacy_desc ol li {
  list-style: decimal;
  margin: 0.8em 0 0.8em 2em;
}
.privacy_desc ol li ul li {
  list-style: disc;
}

body.single .sec-title,
body.blog .sec-title {
  font-size: clamp(26px, 2.7vw, 40px);
  margin-bottom: clamp(54px, 5.1vw, 74px);
}
@media screen and (min-width: 835px) {
  body.single .pc-inner,
  body.blog .pc-inner {
    margin-left: auto;
    max-width: 968px;
    width: 100%;
  }
}
body.single .titleBlock,
body.blog .titleBlock {
  background-image: url("../images/company_bg_title.png");
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-top: 300px;
}
body.single .titleBlock .title,
body.blog .titleBlock .title {
  padding: 0 5%;
}
body.single .titleBlock .title h2,
body.blog .titleBlock .title h2 {
  display: block;
  font-size: clamp(48px, 8.3vw, 120px);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  transform: skewX(-15deg);
  margin-top: 4px;
  margin-bottom: clamp(8px, 1.2vw, 18px);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
body.single .titleBlock .title p,
body.blog .titleBlock .title p {
  font-size: 18px;
}
body.single article,
body.blog article {
  font-weight: normal;
  line-height: 1.8;
  margin-top: 60px;
  margin-bottom: 60px;
}
body.single article h1,
body.blog article h1 {
  font-size: 30px;
  margin: 60px 0;
}
body.single article time,
body.blog article time {
  font-size: 14px;
  display: block;
  opacity: 0.9;
  margin-bottom: 1em;
}
@media screen and (min-width: 835px) {
  body.single .news,
  body.blog .news {
    display: flex;
    justify-content: space-between;
    gap: 68px;
  }
}
@media screen and (min-width: 835px) {
  body.single .news .title-wrapper,
  body.blog .news .title-wrapper {
    flex-basis: clamp(46px, 4.1vw, 60px);
  }
}
body.single .news .title-wrapper h2,
body.blog .news .title-wrapper h2 {
  font-size: clamp(46px, 4.1vw, 60px);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
  transform: skewX(-15deg);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
body.single .news .news-list,
body.blog .news .news-list {
  padding: 10px;
}
@media screen and (min-width: 835px) {
  body.single .news .news-list,
  body.blog .news .news-list {
    flex-basis: calc(100% - clamp(46px, 4.1vw, 60px) - 68px);
  }
}
body.single .news .news-list time,
body.blog .news .news-list time {
  color: #605f5f;
}
body.single .news .news-list p,
body.blog .news .news-list p {
  font-size: 16px;
  line-height: 1.8;
  padding: 4px 0 16px;
  border-bottom: 1px solid #605f5f;
  margin-bottom: 15px;
  position: relative;
  font-weight: normal;
}
body.single .news .news-list p::after,
body.blog .news .news-list p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/arrow.svg");
}
@media screen and (min-width: 835px) {
  body.single .news .btn-wrapper,
  body.blog .news .btn-wrapper {
    margin-top: -100px;
  }
}
body.single .news .btn-wrapper,
body.blog .news .btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
body.single .news .btn-wrapper .btn,
body.blog .news .btn-wrapper .btn {
  background: linear-gradient(90deg, rgb(96, 95, 95) 40%, rgb(198, 195, 195) 100%);
  color: #fff;
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  text-align: left;
  margin-top: 24px;
  width: 180px;
}
body.single .news .btn-wrapper .btn::after,
body.blog .news .btn-wrapper .btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 60%;
  transform: translateY(-60%);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/arrow-btn.svg");
}
body.single .news .btn-wrapper .btn .bg-arrow,
body.blog .news .btn-wrapper .btn .bg-arrow {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
  background: #d9d9d9;
  pointer-events: none;
  width: 68px;
  height: 100%;
}
@media screen and (min-width: 835px) {
  body.single .news .btn-wrapper,
  body.blog .news .btn-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  body.single .news .btn-wrapper .btn,
  body.blog .news .btn-wrapper .btn {
    background: linear-gradient(90deg, rgb(96, 95, 95) 40%, rgb(198, 195, 195) 100%);
    color: #fff;
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    text-align: left;
    margin-top: 24px;
    width: 180px;
  }
  body.single .news .btn-wrapper .btn::after,
  body.blog .news .btn-wrapper .btn::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 60%;
    transform: translateY(-60%);
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    background-image: url("../images/arrow-btn.svg");
  }
  body.single .news .btn-wrapper .btn .bg-arrow,
  body.blog .news .btn-wrapper .btn .bg-arrow {
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
    background: #d9d9d9;
    pointer-events: none;
    width: 68px;
    height: 100%;
  }
}

.article_back_btn {
  padding: 80px 0 40px;
}
.article_back_btn a {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 3.3vw, 16px);
  border: 1px solid;
  padding: 12px 56px 12px 56px;
  position: relative;
}
.article_back_btn a::after {
  content: "";
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/arrow.svg);
  margin-top: -5px;
}

.title-wrapper {
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
}
.title-wrapper .common-title {
  font-size: 43px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  transform: skewX(-15deg);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.title-wrapper .sub-title {
  font-size: clamp(18px, 1.5vw, 22px);
}

.contact {
  margin-bottom: -152px;
  position: relative;
}
.contact .container {
  padding: 34px 48px;
  background-color: #393939;
  color: #fff;
}
@media screen and (min-width: 1600px) {
  .contact .container {
    padding: 60px 80px;
  }
}
@media screen and (min-width: 835px) {
  .contact .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.contact .items .title-wrapper {
  text-align: left;
  margin-bottom: 12px;
}
@media screen and (min-width: 835px) {
  .contact .items p {
    font-size: 22px;
  }
}
.contact .info-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 46px;
  justify-content: space-between;
  align-items: center;
}
.contact .info-box p {
  line-height: 2;
  margin-bottom: 16px;
}
.contact .info-box .tel-link {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 3.3vw, 48px);
  color: #fff;
  position: relative;
  padding-left: clamp(32px, 4.1vw, 60px);
}
@media screen and (min-width: 835px) {
  .contact .info-box .tel-link {
    text-align: center;
  }
}
.contact .info-box .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(32px, 4.1vw, 60px);
  height: clamp(32px, 4.1vw, 60px);
  background-size: cover;
  background-position: center;
  background-image: url("../images/telephone.svg");
}
.contact .info-box .mail-link {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 3.3vw, 22px);
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 56px 12px 56px;
  position: relative;
}
.contact .info-box .mail-link::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/mail.svg");
}
.contact .info-box .mail-link::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/arrow_mail.svg");
}/*# sourceMappingURL=style.css.map */