@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  color: #000000;
  max-height: 100%;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 4vw;
  }
}

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

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

q, blockquote {
  quotes: none;
}

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

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    min-width: 100%;
  }
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000000;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

ul, ol, li {
  list-style-type: none;
}

body {
  position: relative;
  width: 1280px;
  min-width: 100%;
  font-family: "noto sans jp", sans-serif;
  box-sizing: border-box;
  color: #000000;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
}

.no-scroll {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 70px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5vw;
  }
}

.sec_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #000000;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reverse {
  flex-direction: row-reverse;
}

.gridbox {
  display: grid;
}

.imagebox {
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .imagebox {
    width: 100%;
    margin-bottom: 5vw;
  }
}

.textbox {
  box-sizing: border-box;
  position: relative;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .textbox {
    width: 100%;
    font-size: 4vw;
  }
}

.btn_box {
  display: flex;
  justify-content: center;
}

.about_btn {
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  width: 278px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.about_btn:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 50px;
  background: url(/images/common/button_yajirushi.webp) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .about_btn {
    width: -moz-fit-content;
    width: fit-content;
    box-sizing: border-box;
    width: 80.2vw;
    height: 15vw;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .about_btn:before {
    content: "";
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 15vw;
    height: 11vw;
    background: url(/images/common/button_yajirushi.webp) center/contain no-repeat;
  }
}
/* セクション、見出し
----------------------------------------------------------- */
.common_sec {
  width: 1280px;
  min-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .header_wrapper {
  position: relative;
}
.common_sec .sec_header .sec_subtitle {
  font-size: 20px;
  letter-spacing: 0.2em;
}
.common_sec .sec_header .sec_title {
  font-size: 24px;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
  }
  .common_sec .sec_header .sec_title {
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    z-index: 10;
  }
  .common_sec .sec_header .sec_subtitle {
    font-size: 4vw;
    letter-spacing: 0.2em;
  }
  .common_sec .sec_body {
    padding: 0;
  }
}

.contact_box {
  background-color: #928977;
  padding: 90px 100px 75px;
  margin-bottom: 140px;
}
.contact_box .contact_title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #FFEB00;
  padding-bottom: 55px;
  margin-bottom: 30px;
}
.contact_box .contact_title::before {
  content: "";
  position: absolute;
  width: 523px;
  height: 136px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -68%);
  background: url(/images/common/CONTACT.webp) center/contain no-repeat;
}
.contact_box .contact_text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.contact_box .tel_box {
  margin-top: 30px;
  text-align: center;
}
.contact_box .tel_box .tel_number {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: inline-block;
}
.contact_box .tel_box .tel_number::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 32px;
  left: -40px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/tel.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .contact_box {
    padding: 10vw 5vw;
    margin-bottom: 13.8vw;
  }
  .contact_box .contact_title {
    font-size: 5vw;
    padding-bottom: 5vw;
    margin-bottom: 3vw;
  }
  .contact_box .contact_title::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 11vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -68%);
    background: url(/images/common/CONTACT.webp) center/contain no-repeat;
  }
  .contact_box .contact_text {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
  }
  .contact_box .tel_box {
    margin-top: 30px;
    text-align: center;
  }
  .contact_box .tel_box .tel_number {
    font-size: 8vw;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 10vw;
  }
  .contact_box .tel_box .tel_number::before {
    content: "";
    position: absolute;
    width: 7vw;
    height: 8vw;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/tel.webp) center/contain no-repeat;
  }
}

.recruitbox {
  background-color: rgba(146, 137, 119, 0.1);
  padding: 50px 0 95px;
}
.recruitbox .inner {
  padding: 0;
}
.recruitbox .sec_header {
  padding-left: 75px;
  margin-bottom: 10px;
}
.recruitbox .sec_header .sec_title {
  margin-bottom: 10px;
}
.recruitbox .sec_header .sec_subtitle {
  font-size: 20px;
  font-weight: bold;
}
.recruitbox .flexbox {
  -moz-column-gap: 100px;
       column-gap: 100px;
  align-items: flex-end;
}
.recruitbox .flexbox .textbox {
  padding-bottom: 40px;
}
.recruitbox .flexbox .imagebox {
  position: relative;
}
.recruitbox .flexbox .imagebox .box_text {
  position: absolute;
  top: 100px;
  left: 0;
  transform: translateX(-450px);
}
.recruitbox .flexbox .imagebox .box_text .white_line {
  background: none;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  padding: 0 20px;
  display: inline-block;
  line-height: 1.7;
}
.recruitbox .flexbox .imagebox .box_text .white_line .big {
  font-size: 70px;
  font-weight: bold;
}
.recruitbox .flexbox .imagebox .box_text .white_line:nth-of-type(1) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recruitbox {
    padding: 10vw 0 20vw;
  }
  .recruitbox .inner {
    padding: 0;
  }
  .recruitbox .sec_header {
    padding-left: 5vw;
    margin-bottom: 5vw;
    width: 80%;
  }
  .recruitbox .sec_header .sec_title {
    margin-bottom: 2vw;
  }
  .recruitbox .sec_header .sec_subtitle {
    font-size: 4vw;
    font-weight: bold;
  }
  .recruitbox .flexbox {
    flex-direction: column-reverse;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-end;
  }
  .recruitbox .flexbox .textbox {
    padding-bottom: 0;
  }
  .recruitbox .flexbox .imagebox {
    position: relative;
    margin-bottom: 10vw;
  }
  .recruitbox .flexbox .imagebox .box_text {
    position: absolute;
    top: 37vw;
    left: 0;
    transform: initial;
    text-align: left;
  }
  .recruitbox .flexbox .imagebox .box_text .white_line {
    background: none;
    font-size: 5vw;
    font-weight: bold;
    padding: 0 3vw;
    display: inline-block;
    line-height: 1.7;
  }
  .recruitbox .flexbox .imagebox .box_text .white_line .big {
    font-size: 8vw;
    font-weight: bold;
  }
  .recruitbox .flexbox .imagebox .box_text .white_line:nth-of-type(1) {
    margin-bottom: 1vw;
  }
}

/* ==== ワイプアニメーション（左→右）==== */
/* ---- ワイプアニメーション（左→右、白背景が残る） ---- */
.wipe {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  color: #000;
}

/* 白帯（最初は width 0） */
.wipe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1; /* テキストの裏 */
}

/* テキストフェード */
.wipe.show {
  animation: textFade 0.8s forwards;
}

/* 白帯が横に伸びる（消えない）*/
.wipe.show::before {
  animation: wipeSlide 0.8s ease-out forwards;
  width: 100%; /* ← アニメ後も保持 */
}

@keyframes wipeSlide {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.breadcrumb {
  display: flex;
  width: 1280px;
  max-width: 100%;
  padding: 160px 0 10px 35px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
}
.breadcrumb .item:not(:first-of-type) {
  position: relative;
  padding-left: 3em;
}
.breadcrumb .item:not(:first-of-type):before {
  content: "＞";
  position: absolute;
  left: 1em;
  top: 0;
}
.breadcrumb .item {
  letter-spacing: 0.1em;
  color: #fff;
}
.breadcrumb .item a {
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: flex;
    width: 1280px;
    max-width: 100%;
    padding: 5.5vw 0 8vw 2.7vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .breadcrumb .item {
    font-size: 3.4vw;
  }
  .breadcrumb .item a {
    font-size: 3.4vw;
  }
  .breadcrumb .item:not(:first-of-type) {
    position: relative;
    padding-left: 2em;
  }
  .breadcrumb .item:not(:first-of-type):before {
    content: "＞";
    position: absolute;
    left: 0.7em;
    top: 0;
  }
}

.nav {
  position: absolute;
  z-index: 2;
  top: 450px;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background-color: rgba(51, 51, 51, 0.9);
}
.nav .list {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.nav .list .item a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #fff;
}
.nav .item:not(:last-of-type) {
  padding: 0 35px 0 0;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .nav .list {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
  }
  .nav .list .item {
    width: 15vw;
    text-align: center;
    margin-right: 0;
    border-right: 1px solid #fff;
  }
  .nav .list .item a {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .nav .item:last-of-type {
    border-right: none;
  }
  .nav .item:not(:last-of-type) {
    padding: 0;
  }
}

.lead_sec {
  box-sizing: border-box;
  width: 1280px;
  min-width: 100%;
  padding: 30px 20px;
  margin: 70px auto 100px;
}
.lead_sec .sec_title {
  position: relative;
  z-index: 5;
  margin: 60px 50px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.lead_sec .sec_text {
  position: relative;
  z-index: 5;
  width: 706px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    padding: 5.5vw 0;
    margin-bottom: 13.8vw;
    margin-top: 10.8vw;
    width: initial;
  }
  .lead_sec .sec_title {
    font-size: 5.3vw;
    margin: 5.5vw 0 16vw 0;
    margin-bottom: 13.8vw;
  }
  .lead_sec .sec_text {
    font-size: 4vw;
    margin: 0 auto 13.8vw;
  }
}

/* トップに戻るボタン
----------------------------------------------------------- */
.to_top:hover {
  opacity: 0.7;
}

.to_top img {
  position: absolute;
  right: 0;
  left: 875px;
  bottom: 0;
  top: -290px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .to_top {
    right: 10px;
    bottom: 130px;
    text-align: center;
    margin: 20px;
  }
  .to_top img {
    position: unset;
  }
}
html {
  scroll-behavior: smooth;
}

#pagetop {
  /* レイアウト */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 見た目 */
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  /* デフォルトは非表示 */
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 15px;
    bottom: 20vw;
  }
}

/* 矢印 */
.pagetop-arrow {
  width: 56px;
  height: 56px;
  /*
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg); */
}

/* スクロールされたときに適用されるCSS */
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

/* ヘッダー・フッター・スマホ固定ボタン
----------------------------------------------------------- */
.header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header .header_left {
  padding: 10px 0 0 10px;
}
.header .header_left .title {
  color: #fff;
  display: flex;
  align-items: center;
}
.header .header_left .title .top_box .page_title {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}
.header .header_left .title .top_box .flexbox {
  justify-content: flex-start;
  margin-top: 10px;
}
.header .header_left .title .top_box .company_name {
  font-size: 17px;
  color: #fff;
  padding-left: 10px;
  letter-spacing: 0.1em;
}
.header .header_left .title .top_box .company_name .big {
  font-size: 22px;
  font-weight: bold;
}
.header .header_right {
  position: relative;
  z-index: 5;
  display: flex;
  padding-right: 10px;
  /* --------------------------- */
  /* メニュー（親）のスタイル */
  /* --------------------------- */
  /* --------------------------- */
  /* メニュー（親）の直接動作に関係する箇所 */
  /* --------------------------- */
  /* 親をhover時 */
  /* --------------------------- */
  /* メガメニュー(子)のスタイル */
  /* --------------------------- */
}
.header .header_right .menu_box {
  display: flex;
  padding-top: 30px;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header .header_right .menu_box .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  justify-content: flex-start;
}
.header .header_right .menu_box .list .item a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #fff;
}
.header .header_right .menu_box .list .item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.header .header_right .menu_box .list .item a:hover:after {
  background: #FFEB00;
}
.header .header_right .menu_box .list .menu-parent a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 0px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.header .header_right .menu {
  position: relative;
}
.header .header_right .menu-parent {
  width: initial;
}
.header .header_right .menu-parent_a {
  display: block;
}
.header .header_right .menu-child_ul {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 10px;
}
@media (hover: hover) {
  .header .header_right .menu-parent:hover .menu-parent_a {
    transition: all 0.3s;
  }
}
.header .header_right .menu-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  color: #333;
}
.header .header_right .menu-child_ul {
  list-style-type: disc;
}
.header .header_right .menu-child_li {
  width: 260px;
  margin: 0 auto;
  line-height: 2;
}
.header .header_right .menu-child_li:hover {
  color: #FFEB00;
}
.header .header_right .child_text, .header .header_right .menu-child_li-a {
  text-align: center;
  font-size: 12px;
}
.header .header_right .child_text:hover, .header .header_right .menu-child_li-a:hover {
  color: #FFEB00;
}
@media screen and (max-width: 1071px) and (min-width: 768px) {
  .header .header_right .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
    width: 100%;
    min-width: initial;
    padding: 0;
    height: 80px;
    box-sizing: border-box;
  }
  .header .flexbox {
    display: block;
  }
  .header .header_left {
    padding: 10px 0 0 10px;
  }
  .header .header_left .title_box {
    display: flex;
    align-items: center;
  }
  .header .header_left .title_box .top_box .page_title {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .header .header_left .title_box .top_box .company_name {
    width: 57.25vw;
  }
  .header .header_left .title_box .top_box .company_name img {
    width: 100%;
  }
  .header .header_right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_header {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 18.7vw;
  }
  .sp_header .logo_box .sp_logobox {
    display: flex;
    align-items: center;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .sp_header .logo_box .logo_img {
    width: 15vw;
    min-width: initial;
    padding-left: 2vw;
    padding-top: 2vw;
  }
  .sp_header .logo_box .logo_text {
    line-height: 1.3;
    font-size: 3vw;
    padding-top: 2vw;
    color: #fff;
  }
  .sp_header .logo_box .logo_text .big {
    font-size: 5vw;
    font-weight: bold;
    padding-top: 1vw;
  }
}
.ham {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 10px;
  right: 10px;
  width: 90px;
  height: 80px;
  background: #5C5C5C;
  transition: all 0.4s;
}
.ham a {
  display: none;
  width: 100%;
  height: 100%;
  background: #5C5C5C;
  font-size: 13px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham .menu_border:nth-of-type(1) {
  top: 25px;
}
.ham .menu_border:nth-of-type(2) {
  top: 40px;
}
.ham .menu_border:nth-of-type(3) {
  top: 55px;
}
.ham a.active span:nth-of-type(1) {
  top: 40px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 40px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .ham {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 18.7vw;
    height: 18.7vw;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    text-align: center;
  }
  .ham span {
    position: absolute;
    left: 0;
    right: 0;
    width: 9.4vw;
    height: 1px;
    margin: 0 auto;
    background: #FFEB00;
    transition: 0.5s;
  }
  .ham span:nth-of-type(1) {
    top: 5.5vw;
  }
  .ham span:nth-of-type(2) {
    top: 9.5vw;
  }
  .ham span:nth-of-type(3) {
    top: 13.5vw;
  }
  .ham .menu_text {
    position: absolute;
    top: 2.5vw;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 25px;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 40px;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 55px;
  }
  .ham a.active span:nth-of-type(1) {
    top: 9.5vw;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 9.5vw;
    transform: rotate(-45deg);
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -93px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  transition: 0.4s;
}
.copy_header.show {
  top: 0;
}
.copy_header .copy_nav {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.copy_header .copy_nav .header_left {
  padding: 10px 0 0 20px;
}
.copy_header .copy_nav .header_left .title {
  display: flex;
  align-items: center;
}
.copy_header .copy_nav .header_left .title .top_box .page_title {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000000;
}
.copy_header .copy_nav .header_left .title .top_box .flexbox {
  justify-content: flex-start;
  margin-top: 10px;
}
.copy_header .copy_nav .header_left .title .top_box .company_name {
  font-size: 17px;
  color: #000000;
  padding-left: 20px;
}
.copy_header .copy_nav .header_left .title .top_box .company_name .big {
  font-size: 22px;
  font-weight: bold;
}
.copy_header .copy_nav .header_right {
  padding-right: 30px;
  position: relative;
  z-index: 5;
  display: flex;
  /* --------------------------- */
  /* メニュー（親）のスタイル */
  /* --------------------------- */
  /* --------------------------- */
  /* メニュー（親）の直接動作に関係する箇所 */
  /* --------------------------- */
  /* 親をhover時 */
  /* --------------------------- */
  /* メガメニュー(子)のスタイル */
  /* --------------------------- */
}
.copy_header .copy_nav .header_right .menu_box {
  display: flex;
  align-items: center;
  padding-top: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.copy_header .copy_nav .header_right .menu_box .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  justify-content: flex-start;
}
.copy_header .copy_nav .header_right .menu_box .list .item a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.copy_header .copy_nav .header_right .menu_box .list .item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.copy_header .copy_nav .header_right .menu_box .list .item a:hover:after {
  background: #FFEB00;
}
.copy_header .copy_nav .header_right .menu {
  position: relative;
}
.copy_header .copy_nav .header_right .menu-parent {
  width: initial;
}
.copy_header .copy_nav .header_right .menu-parent_a {
  display: block;
}
.copy_header .copy_nav .header_right .menu-child_ul {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 10px;
}
@media (hover: hover) {
  .copy_header .copy_nav .header_right .menu-parent:hover .menu-parent_a {
    transition: all 0.3s;
  }
}
.copy_header .copy_nav .header_right .menu-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  color: #333;
}
.copy_header .copy_nav .header_right .menu-child_ul {
  list-style-type: disc;
}
.copy_header .copy_nav .header_right .menu-child_li {
  width: 260px;
  margin: 0 auto;
  line-height: 2;
}
.copy_header .copy_nav .header_right .menu-child_li:hover {
  color: #FFEB00;
}
.copy_header .copy_nav .header_right .child_text, .copy_header .copy_nav .header_right .menu-child_li-a {
  text-align: center;
  font-size: 12px;
  font-feature-settings: "palt";
}
.copy_header .copy_nav .header_right .child_text:hover, .copy_header .copy_nav .header_right .menu-child_li-a:hover {
  color: #FFEB00;
}
@media screen and (max-width: 768px) {
  .copy_header .copy_nav {
    display: none;
  }
}
@media screen and (max-width: 1071px) and (min-width: 768px) {
  .copy_header .header_right .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 819px) and (min-width: 768px) {
  .copy_header .header_right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 1001;
  top: -93px;
  right: 10px;
  width: 90px;
  height: 80px;
  background: #F08300;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 10px;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #F08300;
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.copy_ham .menu_border:nth-of-type(1) {
  top: 25px;
}
.copy_ham .menu_border:nth-of-type(2) {
  top: 40px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 55px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 40px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 40px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .copy_ham {
    display: none;
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap_inner {
  width: 1280px;
  max-width: 100%;
  padding: 160px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ham_sitemap .link_text {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .link_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 20px;
  background: url(/images/common/ham_arrow.webp) center/contain no-repeat;
}
.ham_sitemap .link_text a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .link_text2 {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  width: 25%;
  padding-left: 1.5em;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 20px;
  background: url(/images/common/ham_arrow.webp) center/contain no-repeat;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
}
.ham_sitemap .sitemap02 .item {
  position: relative;
  width: 25%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap02 .item a {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 .item p {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 .item img {
  width: clamp(45px, 5.891vw, 75.4133px);
  height: clamp(45px, 5.891vw, 75.4133px);
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .ham_sitemap {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .ham_sitemap.active {
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap_inner {
    width: 1280px;
    max-width: 100%;
    padding: 21.3vw 5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_text {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .link_text:before {
    display: none;
  }
  .ham_sitemap .link_text a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .link_text2 {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
    text-align: center;
  }
  .ham_sitemap .link_text2:before {
    display: none;
  }
  .ham_sitemap .text {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    color: #fff;
  }
  .ham_sitemap .company_name {
    text-align: center;
    margin-bottom: 13.8vw;
  }
  .ham_sitemap .sitemap01 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap01 .list {
    display: block;
  }
  .ham_sitemap .sitemap01 .item {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap01 .item:before {
    display: none;
  }
  .ham_sitemap .sitemap01 .item a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 5vw 0 5vw 4vw;
    border-bottom: 1px solid #928977;
    box-sizing: border-box;
    color: #000000;
    font-size: 4.5vw;
    position: relative;
  }
  .ham_sitemap .sitemap01 .item a::before {
    position: absolute;
    content: ">";
    font-size: 4vw;
    color: #928977;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
  .ham_sitemap .sitemap01 .menu-child_ul_sp {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .ham_sitemap .sitemap01 .menu-child_ul_sp .menu-parent_sp {
    display: inline-block;
  }
  .menu-parent_sp + .ham_sitemap .sitemap01 .menu-child_ul_sp {
    height: auto;
  }
  .ham_sitemap .sitemap02 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap02 .list {
    display: flex;
    flex-wrap: wrap;
    margin: 8vw 0;
  }
  .ham_sitemap .sitemap02 .item {
    position: relative;
    width: 50%;
    margin-bottom: 5.5vw;
    box-sizing: border-box;
    text-align: center;
  }
  .ham_sitemap .sitemap02 .item a {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 4vw;
  }
  .ham_sitemap .sitemap02 .item p {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 4vw;
  }
  .ham_sitemap .sitemap02 .item img {
    width: 15.4vw;
    height: 15.4vw;
    padding-right: 0;
    padding-bottom: 2.7vw;
  }
  .ham_sitemap .companylogo_img {
    margin: 10vw auto 10vw;
    display: flex;
    align-items: center;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    justify-content: center;
  }
  .ham_sitemap .companylogo_img .h_logo {
    width: 20%;
  }
  .ham_sitemap .companylogo_img .company_name_sp {
    font-size: 5vw;
    font-weight: bold;
  }
  .ham_sitemap .nav_contact {
    text-align: center;
  }
  .ham_sitemap .nav_contact .company_name_sp {
    font-size: 7vw;
    font-weight: bold;
    margin-bottom: 10vw;
  }
  .ham_sitemap .nav_contact .tel_btn {
    width: 71%;
    margin: 0 auto 5.5vw;
    text-align: center;
  }
  .ham_sitemap .nav_contact .tel_btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1vw 0 0;
    box-sizing: border-box;
  }
  .ham_sitemap .nav_contact .tel_btn a:hover {
    opacity: 1;
    transition: none;
  }
  .ham_sitemap .nav_contact .tel_btn .btn_inner {
    position: relative;
    width: 187px;
    margin: 0 auto;
  }
  .ham_sitemap .nav_contact .tel_btn .text01 {
    position: relative;
    z-index: 3;
    padding-top: 5px;
    padding-right: 5em;
    margin: 0 0 5px;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #474747;
  }
  .ham_sitemap .nav_contact .tel_btn .tel_num {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: -10px auto 0;
    padding-left: 15px;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #474747;
  }
  .ham_sitemap .nav_contact .tel_btn .tel_num:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -10px;
    background: url(/images/common/phon_icon_green.webp) center/contain no-repeat;
    width: 20px;
    height: 25px;
  }
  .ham_sitemap .nav_contact .flexbox {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    text-align: left;
    padding-top: 5vw;
    padding-bottom: 2vw;
  }
  .ham_sitemap .nav_contact .flexbox .address_text {
    font-size: 4.5vw;
    font-weight: bold;
  }
  .ham_sitemap .nav_contact .flexbox .logo {
    width: 15%;
    min-width: 15%;
  }
  .ham_sitemap .nav_contact .address_bottom {
    font-weight: bold;
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.footer .inner {
  padding: 0;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.footer .gmap iframe {
  width: 620px;
  height: 403px;
}
.footer .menu_box {
  padding-top: 45px;
  margin-bottom: 80px;
}
.footer .menu_box .list {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  justify-content: center;
}
.footer .menu_box .list .item a {
  color: #fff;
  position: relative;
}
.footer .menu_box .list .item a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.footer .menu_box .list .item a:hover:after {
  background: #FFEB00;
}
.footer .last_box {
  display: flex;
  margin: 0 auto;
  padding: 125px 55px 80px;
  justify-content: center;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.footer .last_box .company_name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  color: #fff;
}
.footer .last_box .tel_num {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-bottom: 50px;
}
.footer .last_box .flexbox {
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.footer .last_box .flexbox .address_text {
  font-weight: bold;
  color: #fff;
}
.footer .last_box .flexbox:last-of-type {
  margin-bottom: 0;
}
.footer .footer_bottom {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.footer .footer_bottom .bottom_text {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    min-width: initial;
    width: 100%;
    margin: 0 auto;
    padding-top: 10vw;
  }
  .footer .inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer .gmap iframe {
    width: 100%;
    height: 79vw;
  }
  .footer .menu_box {
    padding: 0 5vw;
    margin-bottom: 10vw;
  }
  .footer .menu_box .list {
    display: block;
  }
  .footer .menu_box .list .item {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
  .footer .last_box {
    display: block;
    margin: 0 auto;
    padding: 10vw 5vw;
    justify-content: center;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .footer .last_box .company_name {
    font-size: 7vw;
    margin-bottom: 1vw;
    text-align: center;
  }
  .footer .last_box .telbox {
    text-align: center;
  }
  .footer .last_box .tel_num {
    font-size: 7vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 10vw;
  }
  .footer .last_box .flexbox {
    justify-content: flex-start;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    align-items: flex-start;
    margin-bottom: 5vw;
  }
  .footer .last_box .flexbox .logo {
    width: 15%;
    min-width: initial;
  }
  .footer .last_box .flexbox .address_text {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.7;
  }
  .footer .last_box .flexbox:last-of-type {
    margin-bottom: 10vw;
  }
  .footer .footer_bottom {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .footer .footer_bottom .bottom_text {
    font-size: 4vw;
    padding: 5vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 20vw;
    display: flex;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
  }
  .sp_fixed .fix_tel {
    width: 50%;
    margin: 0;
  }
  .sp_fixed .fix_tel a {
    width: 100%;
    height: 100%;
  }
  .sp_fixed .fix_tel .text01 {
    font-size: 2.75vw;
    letter-spacing: 0.01em;
    text-align: center;
    color: #534741;
    margin-bottom: 1.25vw;
  }
  .sp_fixed .fix_tel .tel_num {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    padding-left: 1.5em;
    font-size: 5.25vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #534741;
    position: relative;
  }
  .sp_fixed .fix_tel .tel_num::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/common/phon_icon_green.webp) center/contain no-repeat;
    left: 0.5em;
    width: 2.87vw;
    height: 3.26vw;
  }
  .sp_fixed .fix_tel .tel_num::before img {
    width: 100%;
  }
  .sp_fixed .fix_entry {
    width: 50%;
  }
  .sp_fixed .fix_entry img {
    width: 100%;
  }
}

.sp_space {
  height: 0;
  position: relative;
}
.sp_space .telbox_sp {
  position: fixed;
  bottom: -6vw;
  width: 19vw;
  right: 2vw;
  height: 25vw;
  z-index: 100;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* PCのみに適用するためのメディアクエリ (例: 画面幅769px以上) */
@media (min-width: 769px) {
  :target {
    scroll-margin-top: 128px;
  }
}/*# sourceMappingURL=common.css.map */