@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 48px);
  }
}
.__inner.__side {
  width: calc(100% - (100% - 99.375 * 1rem) / 2);
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .__inner.__side {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__side {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__side {
    width: calc(100% - 48px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 48px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "";
  display: block;
  width: 0.65em;
  aspect-ratio: 1/1;
  background-color: #c2bbb4;
  margin-top: 0.45em;
  margin-right: 0.6em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
  width: auto;
  aspect-ratio: unset;
  margin-top: 0;
}

.__txtAnimation {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.375rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .__txtAnimation {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__txtAnimation {
    font-size: min(5vw, 1.375em);
  }
}
.__txtAnimation span {
  line-height: 1em;
  letter-spacing: 0.04em;
}
.__txtAnimation .__row {
  overflow-y: hidden;
  display: inline-block;
}
.__txtAnimation .__row span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0, 0.7, 0.4, 1) 0.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(1) span {
  transition-delay: 0.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(2) span {
  transition-delay: 0.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(3) span {
  transition-delay: 0.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(4) span {
  transition-delay: 0.36s;
}
.__txtAnimation.__inview .__row:nth-of-type(5) span {
  transition-delay: 0.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(6) span {
  transition-delay: 0.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(7) span {
  transition-delay: 0.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(8) span {
  transition-delay: 0.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(9) span {
  transition-delay: 0.56s;
}
.__txtAnimation.__inview .__row:nth-of-type(10) span {
  transition-delay: 0.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(11) span {
  transition-delay: 0.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(12) span {
  transition-delay: 0.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(13) span {
  transition-delay: 0.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(14) span {
  transition-delay: 0.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(15) span {
  transition-delay: 0.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(16) span {
  transition-delay: 0.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(17) span {
  transition-delay: 0.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(18) span {
  transition-delay: 0.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(19) span {
  transition-delay: 0.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(20) span {
  transition-delay: 1s;
}
.__txtAnimation.__inview .__row:nth-of-type(21) span {
  transition-delay: 1.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(22) span {
  transition-delay: 1.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(23) span {
  transition-delay: 1.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(24) span {
  transition-delay: 1.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(25) span {
  transition-delay: 1.2s;
}
.__txtAnimation.__inview .__row:nth-of-type(26) span {
  transition-delay: 1.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(27) span {
  transition-delay: 1.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(28) span {
  transition-delay: 1.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(29) span {
  transition-delay: 1.36s;
}
.__txtAnimation.__inview .__row:nth-of-type(30) span {
  transition-delay: 1.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(31) span {
  transition-delay: 1.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(32) span {
  transition-delay: 1.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(33) span {
  transition-delay: 1.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(34) span {
  transition-delay: 1.56s;
}
.__txtAnimation.__inview .__row:nth-of-type(35) span {
  transition-delay: 1.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(36) span {
  transition-delay: 1.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(37) span {
  transition-delay: 1.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(38) span {
  transition-delay: 1.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(39) span {
  transition-delay: 1.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(40) span {
  transition-delay: 1.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(41) span {
  transition-delay: 1.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(42) span {
  transition-delay: 1.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(43) span {
  transition-delay: 1.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(44) span {
  transition-delay: 1.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(45) span {
  transition-delay: 2s;
}
.__txtAnimation.__inview .__row:nth-of-type(46) span {
  transition-delay: 2.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(47) span {
  transition-delay: 2.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(48) span {
  transition-delay: 2.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(49) span {
  transition-delay: 2.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(50) span {
  transition-delay: 2.2s;
}
.__txtAnimation.__inview .__row:nth-of-type(51) span {
  transition-delay: 2.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(52) span {
  transition-delay: 2.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(53) span {
  transition-delay: 2.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(54) span {
  transition-delay: 2.36s;
}
.__txtAnimation.__inview .__row:nth-of-type(55) span {
  transition-delay: 2.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(56) span {
  transition-delay: 2.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(57) span {
  transition-delay: 2.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(58) span {
  transition-delay: 2.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(59) span {
  transition-delay: 2.56s;
}
.__txtAnimation.__inview .__row:nth-of-type(60) span {
  transition-delay: 2.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(61) span {
  transition-delay: 2.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(62) span {
  transition-delay: 2.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(63) span {
  transition-delay: 2.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(64) span {
  transition-delay: 2.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(65) span {
  transition-delay: 2.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(66) span {
  transition-delay: 2.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(67) span {
  transition-delay: 2.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(68) span {
  transition-delay: 2.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(69) span {
  transition-delay: 2.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(70) span {
  transition-delay: 3s;
}
.__txtAnimation.__inview .__row:nth-of-type(71) span {
  transition-delay: 3.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(72) span {
  transition-delay: 3.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(73) span {
  transition-delay: 3.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(74) span {
  transition-delay: 3.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(75) span {
  transition-delay: 3.2s;
}
.__txtAnimation.__inview .__row:nth-of-type(76) span {
  transition-delay: 3.24s;
}
.__txtAnimation.__inview .__row:nth-of-type(77) span {
  transition-delay: 3.28s;
}
.__txtAnimation.__inview .__row:nth-of-type(78) span {
  transition-delay: 3.32s;
}
.__txtAnimation.__inview .__row:nth-of-type(79) span {
  transition-delay: 3.36s;
}
.__txtAnimation.__inview .__row:nth-of-type(80) span {
  transition-delay: 3.4s;
}
.__txtAnimation.__inview .__row:nth-of-type(81) span {
  transition-delay: 3.44s;
}
.__txtAnimation.__inview .__row:nth-of-type(82) span {
  transition-delay: 3.48s;
}
.__txtAnimation.__inview .__row:nth-of-type(83) span {
  transition-delay: 3.52s;
}
.__txtAnimation.__inview .__row:nth-of-type(84) span {
  transition-delay: 3.56s;
}
.__txtAnimation.__inview .__row:nth-of-type(85) span {
  transition-delay: 3.6s;
}
.__txtAnimation.__inview .__row:nth-of-type(86) span {
  transition-delay: 3.64s;
}
.__txtAnimation.__inview .__row:nth-of-type(87) span {
  transition-delay: 3.68s;
}
.__txtAnimation.__inview .__row:nth-of-type(88) span {
  transition-delay: 3.72s;
}
.__txtAnimation.__inview .__row:nth-of-type(89) span {
  transition-delay: 3.76s;
}
.__txtAnimation.__inview .__row:nth-of-type(90) span {
  transition-delay: 3.8s;
}
.__txtAnimation.__inview .__row:nth-of-type(91) span {
  transition-delay: 3.84s;
}
.__txtAnimation.__inview .__row:nth-of-type(92) span {
  transition-delay: 3.88s;
}
.__txtAnimation.__inview .__row:nth-of-type(93) span {
  transition-delay: 3.92s;
}
.__txtAnimation.__inview .__row:nth-of-type(94) span {
  transition-delay: 3.96s;
}
.__txtAnimation.__inview .__row:nth-of-type(95) span {
  transition-delay: 4s;
}
.__txtAnimation.__inview .__row:nth-of-type(96) span {
  transition-delay: 4.04s;
}
.__txtAnimation.__inview .__row:nth-of-type(97) span {
  transition-delay: 4.08s;
}
.__txtAnimation.__inview .__row:nth-of-type(98) span {
  transition-delay: 4.12s;
}
.__txtAnimation.__inview .__row:nth-of-type(99) span {
  transition-delay: 4.16s;
}
.__txtAnimation.__inview .__row:nth-of-type(100) span {
  transition-delay: 4.2s;
}
.__txtAnimation.__inview .__row span {
  transform: translateY(0);
}

.__ttlstyle01 {
  width: -moz-fit-content;
  width: fit-content;
  border-top: solid 3px #c2bbb4;
  border-bottom: solid 3px #c2bbb4;
  font-size: max(1.0625rem, 1em);
  padding: 0.2em 2em 0.1em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 {
    font-size: 0.85em;
    padding: 0.3em 1.4em 0.2em;
  }
}

.__ttlstyle02 {
  padding-bottom: 0.3em;
  border-bottom: solid 3px #c2bbb4;
}

.__ttlstyle03::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #c2bbb4;
  margin-right: 0.8em;
}

a.__txtlink {
  color: #333;
  display: inline;
  text-decoration: underline;
}

.__hover-style {
  transition: all 0.36s ease;
}
.__hover-style:hover {
  opacity: 0.7;
}

.__linkbtn a {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #6c744d;
  box-shadow: 2px 2px 6px rgba(40, 40, 40, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 27em;
  font-size: 0.95em;
  padding: 1.2em 2.4em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn a {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn a {
    width: 100%;
  }
}
.__linkbtn a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5b6435;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.24s ease, transform 0.24s ease 0.24s;
}
.__linkbtn a span.__txt {
  letter-spacing: 0.12em;
}
.__linkbtn a:hover::before {
  opacity: 1;
  transform: scaleX(1);
  transition: opacity 0.24s ease, transform 0.24s ease;
}
.__linkbtn.__black a {
  background-color: #333;
}
.__linkbtn.__black a::before {
  background-color: #222;
}
.__linkbtn.__terracotta a {
  background-color: #a8533d;
}
.__linkbtn.__terracotta a::before {
  background-color: #a93e22;
}
.__linkbtn.__white a {
  color: #333;
  background-color: #f5f6f7;
}
.__linkbtn.__white a::before {
  background-color: #fff;
}

.__content-style01 .sec-catch {
  margin-top: 1.2em;
}
.__content-style01 .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-txt {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-txt {
    margin-top: 2em;
  }
}
.__content-style01 .sec-txt p {
  font-size: max(1.0625rem, 1em);
  line-height: 2em;
}
.__content-style01 .sec-link {
  margin-top: 3em;
}
.__content-style01 .flex-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .flex-wrap {
    display: block;
  }
}
.__content-style01 .flex-wrap .txt-wrap {
  width: 56.875rem;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .flex-wrap .txt-wrap {
    width: 100%;
    padding-bottom: 0;
  }
}
.__content-style01 .flex-wrap .img-wrap {
  width: calc(100% - 56.875rem - 6.25vw);
  box-shadow: 2px 2px 6px rgba(40, 40, 40, 0.2);
}
@media screen and (max-width: 1199px) {
  .__content-style01 .flex-wrap .img-wrap {
    width: calc(100% - 27em - 5em);
    aspect-ratio: 3/2;
    margin-top: -3.5em;
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 .flex-wrap .img-wrap {
    width: min(100%, 400px);
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .flex-wrap .img-wrap {
    margin-top: 3em;
  }
}
.__content-style01 .flex-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__bg-pattern {
  background-image: url(../images/bg-pattern.png);
  background-size: 6.25rem 6.25rem;
  background-repeat: repeat;
}
@media screen and (max-width: 991px) {
  .__bg-pattern {
    background-size: 48px 48px;
  }
}

.__fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.6s cubic-bezier(0, 0.7, 0.4, 1) 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: 2px 2px 16px rgba(40, 40, 40, 0.2);
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 0 30px;
  transition: all 0.36s ease;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    height: 96px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 72px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.48s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 285px;
  margin-left: -0.5%;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 249.375px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 228px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(60vw, 171px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-image: url(../images/bg-pattern.png);
    background-size: 6.25rem 6.25rem;
    background-repeat: repeat;
    width: 240px;
    height: 100vh;
    padding: 0 30px;
    padding-top: 100px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.48s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.48s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.48s 0.36s ease;
  }
}
header .header-menu nav {
  margin-right: 3.75rem;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav {
    margin-right: 0;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: max(1.0625rem, 1em);
  margin: 0 1.2em;
  padding: 0.32em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    font-size: 1em;
    padding: 0.4em 0;
    margin: 1.2em 0;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #c2bbb4;
  width: 100%;
  height: 2.2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
@media screen and (min-width: 1200px) {
  header .header-menu nav ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
  }
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a::before {
  transform: scaleX(1);
}
header .header-menu .header-others {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-others {
    display: block;
    margin-top: 2em;
  }
}
header .header-menu .header-others .other-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875em;
  padding: 0 1.6em;
  height: 2.7em;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-others .other-item {
    width: 100%;
    height: 3.2em;
  }
}
header .header-menu .header-others .other-item div, header .header-menu .header-others .other-item span, header .header-menu .header-others .other-item a {
  font-size: 1em;
  line-height: 1em;
}
header .header-menu .header-others .other-item.__recruit {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #a8533d;
  box-shadow: 2px 2px 16px rgba(40, 40, 40, 0.2);
}
header .header-menu .header-others .other-item.__recruit::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #a93e22;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.24s ease, transform 0.24s ease 0.24s;
}
header .header-menu .header-others .other-item.__recruit i {
  font-size: 0.75em;
  margin-left: 0.6em;
}
header .header-menu .header-others .other-item.__recruit:hover::before {
  opacity: 1;
  transform: scaleX(1);
  transition: opacity 0.24s ease, transform 0.24s ease;
}
header .header-menu .header-others .other-item.__tel {
  border: solid 1px #333;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-others .other-item.__tel {
    margin-left: 0;
    margin-top: 1.4em;
  }
}
header .header-menu .header-others .other-item.__tel .num-txt {
  font-weight: 700;
  font-size: 1.125em;
}
header .header-menu .header-others .other-item.__tel .num-txt span, header .header-menu .header-others .other-item.__tel .num-txt a {
  letter-spacing: 0.04em;
}
header .header-menu .header-others .other-item.__tel .num-txt i {
  margin-right: 0.2em;
}
header.__scroll .header-inner {
  height: 84px;
}
@media screen and (max-width: 1599px) {
  header.__scroll .header-inner {
    height: 80px;
  }
}
@media screen and (max-width: 1199px) {
  header.__scroll .header-inner {
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  header.__scroll .header-inner {
    height: 60px;
  }
}

/* footer
---------------------------------------------------- */
footer {
  padding-top: 6.25rem;
  background-image: url(../images/bg-img.jpg);
  background-attachment: fixed;
}
@media screen and (max-width: 1199px) {
  footer {
    background-attachment: scroll;
    background-size: cover;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 80px;
  }
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 320px;
  margin-left: -0.5%;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 288px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 256px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 208px;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 2em;
}
footer .footer-inner .footer-left .footer-info p {
  font-size: 0.975em;
  line-height: 1.4em;
  margin-top: 0.8em;
}
footer .footer-inner .footer-left .footer-info p span, footer .footer-inner .footer-left .footer-info p a {
  font-size: 1em;
  letter-spacing: 0.06em;
}
footer .footer-inner .footer-left .footer-info p a {
  display: inline;
}
footer .footer-inner .footer-menu {
  margin-top: 1.6em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-menu {
    margin-top: 4em;
  }
}
footer .footer-inner .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul {
    display: block;
  }
}
footer .footer-inner .footer-menu ul li a {
  font-family: "Zen Old Mincho", serif;
  font-size: max(1.0625rem, 1em);
  margin: 0 2.25rem;
  padding: 0.24em 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul li a {
    margin: 1em 0;
  }
}
footer .footer-inner .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
footer .footer-inner .footer-menu ul li:nth-of-type(1) a {
  margin-left: 0;
}
footer .copyright {
  margin-top: -1.4em;
  padding-bottom: 10.625rem;
}
@media screen and (max-width: 1199px) {
  footer .copyright {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 991px) {
  footer .copyright {
    margin-top: 6em;
    padding-bottom: 30px;
  }
}
footer .copyright p {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  footer .copyright p {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright p {
    font-size: 10px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
}
#pagetop a {
  width: 72px;
  height: 72px;
  background-color: #333;
  transition: all 0.36s ease;
}
@media screen and (max-width: 1199px) {
  #pagetop a {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 60px;
    height: 60px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: auto;
}
#pagetop a:hover {
  background-color: #222;
}/*# sourceMappingURL=common.css.map */