@charset "UTF-8";
/*-- globalフォルダの直下の_index.scss --*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[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-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

*:focus {
  outline: none;
}

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

body a:link, body a:hover, body a:visited, body a:active {
  color: #333;
}
body a:focus {
  outline: none;
}
body a:hover {
  opacity: 0.8;
}

dd {
  margin: 0;
}

/*wordpress関連*/
.page-content,
.entry-content,
.entry-summary {
  margin-top: 0;
}

.post,
.page {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  font-family: "Noto Sans JP", "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(15px, 2.083svw, 16px);
  line-height: 1.7 !important;
  color: #333;
}

h1, h2, h3, h4, h5, h6, p, span, strong, ul, li, dl, dt, dd, div {
  font-family: "Noto Sans JP", "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

/*さくらウェブフォント*/
.font-ryumin {
  font-family: "リュウミン M-KL";
}

/*font-size:clamp()ブレークポイント768px;*/
/*font-size: clamp(16px, 2.083vw, 24px);ブレークポイント768px*/
header, #fixed-header {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #25262b;
  padding: 0.6em 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-wrap .head-left {
  font-size: clamp(20px, 2.6vw, 29px);
  letter-spacing: 0.07cap;
  line-height: 1.3;
}
.head-wrap .head-left strong {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
  display: block;
  font-family: "Noto Sans JP", "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*min10px~max20px*/
}
.head-wrap .head-tel-icon {
  font-size: clamp(16px, 2.083vw, 24px);
  letter-spacing: 0.08cap;
}
.head-wrap .head-tel-icon a {
  display: flex;
  align-items: center;
}
.head-wrap .head-tel-icon i {
  background-color: #25262b;
  border-radius: 5px;
  padding: 0.5em;
  color: #fff;
}

/*fixed navi*/
#fixed-header {
  position: fixed;
  top: -93px;
  height: inherit;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s;
  min-width: 100%;
  z-index: 1;
}

#fixed-header.is-show {
  top: 0;
}

#content {
  height: 2000px;
}

/*common.css*/
#h_top {
  background-color: #fff;
  padding-top: 1em;
}

@media print, screen and (min-width: 768px) {
  header, #fixed-header {
    padding: 1.2em 0;
  }
  .head-wrap {
    align-items: center;
  }
  .head-wrap .head-right .head-place-txt {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .head-wrap .head-right .head-tel-icon {
    display: flex;
    justify-content: flex-end;
  }
  .head-wrap .head-right .head-tel-icon i {
    margin-right: 10px;
    font-size: 80%;
  }
  .fixed-head-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
body a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body a:hover img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

/*mainvi*/
.mainvi-area-wrap {
  position: relative;
  /*height: 80vh;*/
  margin-bottom: clamp(5rem, 4.545rem + 2.27vw, 6.25rem); /*min80px~max100px*/
}

.m-vi-scrool {
  position: absolute;
  bottom: 2%;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-align: center;
}
.m-vi-scrool p::before {
  content: "Scroll";
  font-size: clamp(15px, 1.95vw, 20px);
}
.m-vi-scrool i {
  font-size: clamp(15px, 1.95vw, 20px);
}

/*anime*/
#loading-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Set your background color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1; /*ローディングアニメがメインビジュアルに収まるように（9999だと全体に表示される） */
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

#loading-logo {
  width: 80%; /* Set the size of your logo */
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#main-content {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#main-content .hero-catch {
  display: flex;
  z-index: 0;
  position: absolute;
  top: 50%;
  flex-direction: column;
  transform: translateY(-50%);
  left: 0.5em;
}
#main-content .hero-catch span {
  width: fit-content;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.3em 0.4em;
  font-size: clamp(26px, 6.66vw, 64px); /*ブレークポイント390px*/
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12cap;
  margin-bottom: 10px;
}
#main-content .main-vi-img {
  height: 75vh;
  background: url(../images/main-vi.png?20240125_6) no-repeat center;
  background-size: cover;
}

/*contents*/
.index-about-wrap {
  background: url(../images/bk_logomark.png) no-repeat;
  background-size: contain;
  background-position: 0 center;
  z-index: -1;
}

.index-about-box {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.index-about-box .index-about-inR {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 1em;
}

.index-work-wrap, .index-staff-wrap, .index-recruit-wrap {
  position: relative;
}
.index-work-wrap.index-work-wrap::after, .index-work-wrap.index-staff-wrap::before, .index-work-wrap.index-recruit-wrap::after, .index-staff-wrap.index-work-wrap::after, .index-staff-wrap.index-staff-wrap::before, .index-staff-wrap.index-recruit-wrap::after, .index-recruit-wrap.index-work-wrap::after, .index-recruit-wrap.index-staff-wrap::before, .index-recruit-wrap.index-recruit-wrap::after {
  content: "";
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.index-work-wrap.index-work-wrap::after, .index-work-wrap.index-staff-wrap::before, .index-staff-wrap.index-work-wrap::after, .index-staff-wrap.index-staff-wrap::before, .index-recruit-wrap.index-work-wrap::after, .index-recruit-wrap.index-staff-wrap::before {
  top: 0;
}
.index-work-wrap.index-recruit-wrap::after, .index-staff-wrap.index-recruit-wrap::after, .index-recruit-wrap.index-recruit-wrap::after {
  bottom: 0;
}

.index-work-wrap::after {
  background: url(../images/index_work_bk.png) no-repeat;
  height: 131px;
  background-position-x: 94%;
}

.index-work-box1, .index-work-box2 {
  border-radius: 0 0 8px 0;
  border: 5px solid #e7e8ef;
  border-left: 0;
  border-top: 0;
  padding: 0.5em;
}
.index-work-box1 .index-work-lbl, .index-work-box2 .index-work-lbl {
  text-align: center;
}
.index-work-box1 .index-work-txt, .index-work-box2 .index-work-txt {
  padding: 0.5em;
}

.index-work-2c dl {
  margin-bottom: 40px;
}
.index-work-2c dl:last-child {
  margin-bottom: 0;
}

.index-staff-wrap::before {
  background: url(../images/index_staff_bk.png) no-repeat;
  height: 139px;
  background-position-x: 4%;
}

.index-recruit-wrap::after {
  background: url(../images/index_recruit_bk.png) no-repeat;
  height: 140px;
  background-position-x: 94%;
}

.index-common-box .index-common-L {
  background: url(../images/bk_naname.svg) no-repeat center;
  background-size: contain;
  padding-top: clamp(1rem, 0.636rem + 1.82vw, 2rem); /*min1rem~max2rem*/
  padding-bottom: clamp(1rem, 0.636rem + 1.82vw, 2rem); /*min1rem~max2rem*/
  margin-bottom: 40px;
}
.index-common-box .index-common-L h3 {
  font-size: clamp(20px, 2.6vw, 24px);
  text-align: center;
  font-weight: 500;
}

.contact-area-wrap {
  background-color: #e7e8ef;
  padding: 3em 0;
}
.contact-area-wrap .hours-txt {
  font-size: 18px;
  text-align: center;
}

.index-contact-box {
  margin-bottom: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem); /*min30px~max40px*/
}
.index-contact-box .index-contact-tel {
  font-size: clamp(26px, 3.385vw, 50px);
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
.index-contact-box .index-contact-tel i {
  padding-right: 0.5em;
}

/*common-contents*/
.inner {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.wide-inner {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.narrow-inner {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

/*見出し*/
.cont-lbl-h2 {
  font-size: clamp(26px, 2.6vw, 36px);
  text-align: center;
}
.cont-lbl-h2 span {
  display: block;
  font-family: "Noto Sans JP", "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(15px, 1.953vw, 18px);
}

.cont-lbl-h3 {
  font-size: clamp(18px, 2.343vw, 24px);
  font-weight: 500;
  margin-bottom: 20px;
}

/*共通フォントサイズ*/
.font-msize {
  font-size: clamp(16px, 2.08vw, 18px);
}

@media print, screen and (min-width: 768px) {
  #loading-logo {
    max-width: 647px; /* Set the size of your logo */
  }
  .hero-catch {
    left: 0 !important;
  }
  .index-about-wrap {
    background-position: 15% 0;
  }
  .index-about-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-about-box .index-about-inL {
    width: 26.7001308306%;
  }
  .index-about-box .index-about-inR {
    width: 68.3013455365%;
    padding: 2em 2.5em;
  }
  .index-work-box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
  }
  .index-work-box1 .index-work-lbl {
    width: 31.6696224981%; /*12:3.8*/
  }
  .index-work-box1 .index-work-txt {
    padding: 1em;
    width: 66.7111407605%; /*12:8*/
  }
  .index-work-2c {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-work-2c .index-work-box2 {
    width: 48.309178744%;
    margin-bottom: 0;
  }
  .index-common-box, .index-contact-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-common-box .index-common-L, .index-common-box .index-common-R, .index-common-box .index-contact-tel, .index-common-box .index-contact-btn, .index-contact-box .index-common-L, .index-contact-box .index-common-R, .index-contact-box .index-contact-tel, .index-contact-box .index-contact-btn {
    width: 48.309178744%;
  }
  .index-common-box .index-common-L, .index-common-box .index-contact-tel, .index-contact-box .index-common-L, .index-contact-box .index-contact-tel {
    margin-bottom: 0;
  }
  footer .footer-nav-wrap li {
    width: fit-content;
  }
}
@media print, screen and (min-width: 1366px) {
  .main-vi-img {
    height: 730px !important;
  }
}
@media print, screen and (min-width: 992px) {
  .main-vi-img {
    background-size: contain !important;
    background-position: right !important;
  }
}
@media print, screen and (max-width: 767px) {
  .mainvi-area-wrap.wide-inner {
    max-width: 100%;
    padding: 0;
  }
}
/*メインビジュアル横向きの場合のスタイル */
@media screen and (orientation: landscape) and (max-width: 899px) {
  #loading-container {
    top: 20%;
  }
  #loading-container #loading-logo {
    max-width: 500px;
  }
  .mainvi-area-wrap {
    height: 100vh;
  }
  .mainvi-area-wrap .main-vi-img {
    background-position: right !important;
    background-size: contain !important;
  }
  .mainvi-area-wrap .hero-catch span {
    font-size: 34px !important;
  }
}
/*メインビジュアル横向きの場合のスタイル */
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .main-vi-img {
    background-size: cover !important;
    background-position: center !important;
  }
}
footer .footer-area-wrap {
  padding-top: clamp(3.75rem, 3.295rem + 2.27vw, 5rem); /*min60px~max80px*/
  padding-bottom: 70px;
}
footer .footer-area-wrap figure {
  max-width: 455px;
  margin: 0 auto;
}
footer .footer-area-wrap figure img {
  margin-bottom: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem); /*min30px~max40px*/
}
footer .footer-area-wrap p {
  margin-bottom: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem); /*min30px~max40px*/
}
footer .footer-area-wrap small {
  text-align: center;
  display: block;
}
footer .footer-nav-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*min20px~max30px*/
}
footer .footer-nav-wrap li {
  width: 48.309178744%; /*w58%*/
  text-align: center;
}
footer .footer-nav-wrap li a {
  display: inline-block;
  padding: 0.8em 1em;
}
footer .footer-nav-wrap li a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

/*pagetop*/
#scroll-to-top-btn {
  position: fixed;
  bottom: 70px;
  right: 10px;
  height: 30px;
  width: 30px;
  background-color: #25262b;
  border: none;
  border-radius: 50%;
  outline: none;
  opacity: 0;
  transition-duration: 0.5s;
  display: flex;
  justify-content: center;
}
#scroll-to-top-btn span {
  display: block;
  border-top: #ffffff 2px solid;
  border-right: #ffffff 2px solid;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  top: 12px;
  position: absolute;
}

.is-show2:hover {
  background-color: rgba(107, 107, 107, 0.9) !important;
}

/*固定お問い合わせボタン*/
#sp-fixed-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #25262b;
  width: 100%;
}
#sp-fixed-menu p {
  text-align: center;
}
#sp-fixed-menu p a {
  padding: 0.8em;
  display: flow;
  width: -webkit-fill-available;
}
#sp-fixed-menu p a:link, #sp-fixed-menu p a:visited, #sp-fixed-menu p a:hover, #sp-fixed-menu p a:active {
  color: #fff;
}
#sp-fixed-menu p a i {
  padding-right: 10px;
  padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  footer .footer-nav-wrap li {
    width: fit-content;
  }
  footer .footer-nav-wrap li a {
    padding: 1em;
  }
  /*pagetop*/
  #scroll-to-top-btn {
    height: 50px;
    width: 50px;
    bottom: 10px;
  }
  #scroll-to-top-btn span {
    width: 15px;
    height: 15px;
    top: 22px;
  }
}
@media print, screen and (min-width: 992px) {
  footer .footer-area-wrap {
    padding-bottom: 20px;
  }
  /*固定お問い合わせボタン*/
  #sp-fixed-menu {
    bottom: 15%;
    max-width: 42px;
    background-color: rgba(0, 0, 0, 0);
  }
  #sp-fixed-menu p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #sp-fixed-menu p a {
    background-color: #25262b;
    border-radius: 5px;
    padding: 2em 1em;
    display: inline;
  }
  #sp-fixed-menu p a i {
    padding-bottom: 10px;
    padding-right: 0;
  }
}
/*@include g.mq(xsm) {
	#sp-fixed-menu{
		p{
			a{
				display: inline-block;
				padding: .5em;
			}
		}
	}
}*/
.hidden-xsm,
.hidden-sm,
.hidden-md,
.hidden-lg {
  display: none;
}

/*隙*/
.common-space {
  margin-bottom: clamp(5rem, 4.545rem + 2.27vw, 6.25rem); /*min80px~max100px*/
}

.common-space2 {
  margin-bottom: clamp(7.5rem, 6.818rem + 3.41vw, 9.375rem); /*min120px~max150px*/
}

.common-box-bt1 {
  margin-bottom: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem); /*min40px~max50px*/
}

.common-box-bt2 {
  margin-bottom: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem); /*min30px~max40px*/
}

.cont-lbl-bt1 {
  margin-bottom: clamp(1.563rem, 1.449rem + 0.57vw, 1.875rem); /*min25px~max30px*/
}

.cont-lbl-bt2 {
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*min10px~max20px*/
}

.contents-center {
  text-align: center;
}

.contents-right {
  text-align: right;
}

.contents-left {
  text-align: left;
}

/*汎用*/
.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 500;
}

@media print, screen and (max-width: 767px) {
  .hidden-xsm {
    display: none !important;
  }
  .visible-xsm {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  /*order*/
  .order {
    order: 2;
  }
}
@media print, screen and (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media print, screen and (min-width: 1366px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
.common-btn {
  border-radius: 50px;
  background-color: #25262b;
  padding: 0.5em 1.8em;
  display: inline-block;
}
.common-btn:link, .common-btn:visited, .common-btn:hover, .common-btn:active {
  color: #fff;
}
.common-btn i {
  padding-right: 0.5em;
}

.index-contact-btn .common-btn {
  padding: 1.2em 2.8em;
}

/*スクロール*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 45px;
  height: auto;
  transition: 0.3s;
  background: none;
  /*   デフォルトは非表示 */
  opacity: 0;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .important-btn a {
    padding: 0.8rem 3rem;
  }
  .white-bg-btn {
    justify-content: flex-end;
  }
  .white-bg-btn a {
    padding: 0.8rem 4rem;
  }
  .pagetop {
    max-width: 65px;
  }
}
.main-other-wrap {
  position: relative;
  border-bottom: 1px solid #999;
  /*background: linear-gradient(to right,  #ffffff 0%,#ffffff 27%,#e7e8ef 27%,#e7e8ef 100%);*/
  background-color: #e7e8ef;
  margin-bottom: clamp(5rem, 4.545rem + 2.27vw, 6.25rem); /*min80px~max100px*/
}
.main-other-wrap .main-other-logo {
  background: url(../images/main_other_logo.png) no-repeat;
  background-size: contain;
  background-position-x: right;
  height: 261px;
}
.main-other-wrap .main-other-logo .main-other-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.main-other-wrap .main-other-logo .main-other-box .main-other-h2 {
  width: 76%;
  display: inline-block;
}
.main-other-wrap .main-other-logo .main-other-box .main-other-h2 span {
  /*border-radius: 5px;
  background-color: rgba($color: #ffffff, $alpha: .8);
  padding: .2em .6em;*/
  border-bottom: 5px solid #fff;
  font-size: clamp(22px, 5.64vw, 48px);
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.12cap;
  display: inline-block;
}
.main-other-wrap .main-other-logo .main-other-box .main-other-p {
  font-size: clamp(18px, 4.61vw, 28px); /*ブレークポイント390px*/
  width: 22%;
  text-align: right;
}
.main-other-wrap .pankuzu-wrap {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
.main-other-wrap .pankuzu-wrap p {
  padding: 0.5em 15px;
  font-size: clamp(12px, 1.56vw, 14px);
}

/*会社案内ページ*/
.company-gree-wrap .company-gree-h {
  margin-bottom: 40px;
}
.company-gree-wrap .company-gree-box .company-gree-inL {
  margin-bottom: 30px;
}
.company-gree-wrap .company-gree-box .company-gree-inR img {
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*min10px~max20px*/
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.company-gree-wrap .company-gree-box .company-gree-inR figcaption {
  text-align: right;
}

.company-philosophy-bk {
  position: relative;
  padding-bottom: 3em;
}
.company-philosophy-bk::after {
  content: "";
  background: url(../images/company_rinen_bk.png) no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: 0;
  height: 80%;
  width: 100%;
  max-width: 1320px;
  padding: 0 15px;
  z-index: -1;
}

.company-philosophy-box .company-philosophy-L {
  margin-bottom: 30px;
}
.company-philosophy-box .company-philosophy-L .company-philosophy-L-in {
  background-color: #fff;
  padding: 1em;
}
.company-philosophy-box .company-philosophy-L .company-philosophy-L-in p {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*min16px~max18px*/
}
.company-philosophy-box .company-philosophy-R img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.company-map-box .company-map-L {
  margin-bottom: 20px;
}
.company-map-box .google-maps {
  padding-bottom: 90%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.company-map-box .google-maps iframe {
  width: 100%;
}

.work-lead-wrap {
  background: url(../images/bk_naname.svg) no-repeat center;
  background-size: contain;
  padding: clamp(2rem, 1.636rem + 1.82vw, 3rem) 15px; /*min2rem~max3rem*/
}
.work-lead-wrap .work-lead-h3 {
  text-align: center;
  font-size: clamp(18px, 2.343vw, 24px);
  font-weight: 500;
  line-height: 1.9;
}

.work-area1-wrap p {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*min16px~max18px*/
  text-align: center;
}

.work-area1-ul .work-area1-li {
  width: 100%; /*12:12*/
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*min20px~max30px*/
}
.work-area1-ul .work-area1-li:last-child {
  margin-bottom: 0;
}

.work-a2-truck-bg {
  position: relative;
  background: url(../images/bk_sankaku.svg) no-repeat;
  background-position: top right;
  background-size: contain;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: 0;
  height: 80%;
  width: 100%;
  z-index: -1;
}
.work-a2-truck-bg .work-a2-truck-box {
  padding: clamp(1rem, 0.636rem + 1.82vw, 2rem) 0; /*min1rem~max2rem*/
}

.work-area3-bg {
  position: relative;
  padding-bottom: clamp(2rem, 1.636rem + 1.82vw, 3rem); /*min2rem~max3rem*/
}
.work-area3-bg::after {
  content: "";
  background: url(../images/work_area3_bk.png) no-repeat;
  background-position: bottom center;
  background-size: 270%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: 0;
  height: 80%;
  width: 100%;
  z-index: -1;
}
.work-area3-bg .work-area3-box .work-area3-L {
  margin-bottom: 30px;
}
.work-area3-bg .work-area3-box .work-area3-R img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.recruit-area1-wrap .recruit-area1-L {
  margin-bottom: 50px;
}
.recruit-area1-wrap .recruit-area1-R p {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*min16px~max18px*/
}

.recruit-read2-wrap .recruit-read2-txt {
  margin-bottom: 30px;
}
.recruit-read2-wrap .recruit-read2-img img {
  border-radius: 50%;
}

.recruit-read-wrap .recruit-read-txt {
  margin-bottom: 30px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*min16px~max18px*/
}

.staff-lead-bg {
  position: relative;
  padding: 2em 0;
}
.staff-lead-bg::before {
  content: "";
  background-color: #e7e8ef;
  width: 60%;
  position: absolute;
  right: 0;
  transform: translateY(-3%) translateX(0%);
  height: 100%;
  z-index: -1;
}
.staff-lead-bg .staff-lead-wrap .staff-lead-L {
  margin-bottom: 30px;
}
.staff-lead-bg .staff-lead-wrap .staff-lead-L .cont-lbl-h2 {
  text-align: left;
}
.staff-lead-bg .staff-lead-wrap .staff-lead-L p {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*min16px~max18px*/
}

.staff-area-wrap .staff-area-box {
  margin-bottom: clamp(3.75rem, 3.295rem + 2.27vw, 5rem); /*min60px~max80px*/
}
.staff-area-wrap .staff-area-box:last-child {
  margin-bottom: 0;
}
.staff-area-wrap .staff-area-box .staff-area-img img {
  border-radius: 5px;
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*min10px~max20px*/
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.staff-area-wrap .staff-area-box .staff-area-img figcaption {
  padding: 0 1em;
}

/*ポリシー*/
.policy-area-wrap div {
  margin-bottom: clamp(3.125rem, 2.898rem + 1.14vw, 3.75rem); /*min50px～max60px*/
}
.policy-area-wrap div:last-child {
  margin-bottom: 0;
}
.policy-area-wrap .policy-li-style1 ol {
  list-style-position: inside;
  padding: 0.8em 0 0 2em;
}
.policy-area-wrap .policy-li-style1 ol li {
  list-style: decimal;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

/*見出し*/
.other-lbl-bold {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*min16px~max18px*/
  font-weight: 500;
}

.name-lbl-wrap {
  border-radius: 5px;
  background-color: #e7e8ef;
  padding: 0.5em 1.5em;
  display: inline-block;
}

.other-lbl-gl {
  text-align: center;
  padding: 1em;
  background-color: #e7e8ef;
  width: 100%;
  font-weight: 500;
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*max20px~min30px*/
}

/*汎用*/
.w-harf-box .w-harf-in:first-child {
  margin-bottom: 30px;
}

.comment-li-wrap li {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*min16px~max18px*/
  font-weight: 500;
  margin-bottom: 15px;
}
.comment-li-wrap li::before {
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 0.5em;
}
.comment-li-wrap li:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .main-other-wrap .main-other-logo {
    height: 311px;
  }
  .main-other-wrap .main-other-logo .main-other-box {
    max-width: 1140px;
  }
  .main-other-wrap .pankuzu-wrap p {
    padding: 1em 15px;
  }
  .company-gree-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .company-gree-wrap .company-gree-h {
    width: 25%; /*12:3*/
  }
  .company-gree-wrap .company-gree-box {
    width: 73.3137829912%; /*12:8.8*/
    display: flex;
    justify-content: space-between;
  }
  .company-gree-wrap .company-gree-box .company-gree-inL {
    width: 64.391500322%; /*9:5.8*/
    margin-bottom: 0;
  }
  .company-gree-wrap .company-gree-box .company-gree-inR {
    width: 33.3333333333%; /*9:3*/
  }
  .company-philosophy-bk::after {
    height: 60%;
  }
  .company-philosophy-box {
    display: flex;
    justify-content: space-between;
  }
  .company-philosophy-box .company-philosophy-L {
    width: 63.2911392405%; /*12:7.6*/
    margin-bottom: 0;
  }
  .company-philosophy-box .company-philosophy-L .company-philosophy-L-in {
    padding: 3em 5em 3em 3em;
  }
  .company-philosophy-box .company-philosophy-L .company-philosophy-L-in h2 {
    text-align: left;
  }
  .company-philosophy-box .company-philosophy-R {
    width: 33.3333333333%; /*12:4*/
    display: flex;
    align-items: center;
  }
  .company-map-box {
    display: flex;
    justify-content: space-between;
  }
  .company-map-box .company-map-L {
    width: 25%; /*12:3*/
    margin-bottom: 0;
  }
  .company-map-box .google-maps {
    width: 72.5163161711%; /*12:8.7*/
    padding-bottom: 37%;
  }
  .work-area1-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .work-area1-ul .work-area1-li {
    width: 47.5059382423%; /*12:5.7*/
  }
  .work-area1-ul .work-area1-li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .work-area1-ul .work-area1-li2 {
    width: 100%;
    max-width: 437px;
    margin: 0 auto;
  }
  .work-a2-truck-bg::after {
    height: 220px;
  }
  .work-area3-bg::after {
    background-size: cover;
    height: 56%;
  }
  .work-area3-bg .work-area3-box {
    display: flex;
    justify-content: space-between;
  }
  .work-area3-bg .work-area3-box .work-area3-L {
    width: 65.0195058518%; /*12:8*/
    margin-bottom: 0;
  }
  .work-area3-bg .work-area3-box .work-area3-R {
    width: 31.6957210777%; /*12:3.8*/
  }
  .work-area3-bg .work-area3-box .work-area3-R img {
    width: 100%;
  }
  .recruit-area1-wrap {
    display: flex;
    justify-content: space-between;
  }
  .recruit-area1-wrap .recruit-area1-L {
    width: 34.1997264022%; /*12:4.1*/
    margin-bottom: 0;
  }
  .recruit-area1-wrap .recruit-area1-R {
    width: 63.2911392405%; /*12:7.6*/
  }
  .recruit-read2-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recruit-read2-wrap .recruit-read2-txt {
    width: 58.3090379009%; /*12:7*/
    margin-bottom: 0;
  }
  .recruit-read2-wrap .recruit-read2-img {
    width: 33.3000333%; /*12:4*/
  }
  .recruit-read-wrap {
    display: flex;
    justify-content: space-between;
  }
  .recruit-read-wrap .recruit-read-txt {
    width: 55.8035714286%; /*12:6.7*/
    margin-bottom: 0;
  }
  .recruit-read-wrap .recruit-read-img {
    width: 41.7014178482%; /*12:5*/
  }
  .recruit-read-wrap .recruit-read-img img {
    max-width: 534px;
    width: 100%;
  }
  .staff-lead-bg {
    padding: 3em 0;
  }
  .staff-lead-bg::before {
    transform: translateY(-8%) translateX(0%);
  }
  .staff-lead-bg .staff-lead-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .staff-lead-bg .staff-lead-wrap .staff-lead-L {
    width: 65.0195058518%; /*12:7.8*/
    margin-bottom: 0;
  }
  .staff-lead-bg .staff-lead-wrap .staff-lead-R {
    width: 32.4991875203%; /*12:3.9*/
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .staff-lead-bg .staff-lead-wrap .staff-lead-R img {
    max-width: 349px;
    width: 100% !important;
  }
  .staff-area-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .staff-area-wrap .staff-area-box {
    width: 41.7014178482%; /*12:5*/
  }
  .staff-area-wrap .staff-area-box .staff-area-img img {
    width: 100%;
    max-width: 395px;
  }
  /*汎用*/
  .w-harf-box {
    display: flex;
    justify-content: space-between;
  }
  .w-harf-box .w-harf-in {
    width: 48.5908649174%; /*12:5.83*/
  }
  .w-harf-box .w-harf-in img {
    max-width: 538px;
    width: 100%;
  }
  .w-harf-box .w-harf-in:first-child {
    margin-bottom: 0;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.header__title {
  max-width: 48px;
}

@media print, screen and (min-width: 768px) {
  .header__title {
    max-width: 64px;
  }
}
.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease 0.4s;
}

@media print, screen and (min-width: 768px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 90%;
  }
}
@media print, screen and (min-width: 992px) {
  .header__nav {
    width: 80%;
  }
}
@media print, screen and (min-width: 1366px) {
  .header__nav {
    width: 70%;
  }
}
@media print, screen and (min-width: 768px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: initial;
  }
}
.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .nav-items .active::before {
    font: var(--fa-font-solid);
    content: "\f08e";
    padding-right: 0.3em;
  }
}
.nav-items__item {
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem); /*min14px~max16px*/
  margin: 0 20px;
}

.nav-items__item a {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.nav-contact-btn {
  font-size: 90%;
}
.nav-contact-btn a {
  background-color: #25262b;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  display: inline-block;
}
.nav-contact-btn a:link, .nav-contact-btn a:visited, .nav-contact-btn a:active, .nav-contact-btn a:hover {
  color: #fff;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .nav-items__item {
    display: flex;
    align-items: center;
    margin: 0 10px;
  }
  .nav-items__item:nth-last-child(2) {
    margin-right: 0;
  }
  .nav-items__item a {
    margin-bottom: 0;
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 28px;
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media print, screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 10px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

.common-tbl-01 {
  border: none;
  width: 100%;
}
.common-tbl-01 tr {
  border-bottom: 1px solid #999;
}
.common-tbl-01 tr:first-child {
  border-top: 1px solid #999;
}
.common-tbl-01 th, .common-tbl-01 td {
  border-left: none;
  border-right: none;
  display: block;
  padding: 0.8em 1em;
}
.common-tbl-01 th {
  text-align: center;
  font-weight: normal;
  background-color: #e7e8ef;
}

.common-tbl-01-2 {
  width: 100%;
}
.common-tbl-01-2 tr:first-child {
  border-top: none;
}
.common-tbl-01-2 tr, .common-tbl-01-2 th, .common-tbl-01-2 td {
  border: none;
}
.common-tbl-01-2 th, .common-tbl-01-2 td {
  padding: 0.2em 0;
}
.common-tbl-01-2 th {
  background: none;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .common-tbl-01 th, .common-tbl-01 td {
    display: table-cell;
  }
  .common-tbl-01 th {
    width: 25%; /*12:3*/
    padding: 1.2em 1em;
    vertical-align: middle;
  }
  .common-tbl-01 td {
    width: 73.3137829912%; /*12:8.8*/
    padding: 1.2em 3.5em 1.2em 2.5em;
  }
  .common-tbl-01-2 th, .common-tbl-01-2 td {
    padding: 0.1em 0;
  }
}

/*# sourceMappingURL=style.css.map */
