@charset "UTF-8";
#top{
  width:100%;
  overflow-x: hidden !important;
}
#hbgbtn {
  position: fixed;
  z-index: 9999999;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-color: #b18559;
  cursor: pointer;
}
#hbgbtn .btninner {
  position: relative;
}
#hbgbtn .btninner span {
  height: 1px;
  width: 40px;
  background-color: #FFF;
  position: absolute;
  transition: 0.5s;
}
#hbgbtn .btninner span:nth-child(1) {
  top: 12px;
  left: 15px;
}
#hbgbtn .btninner span:nth-child(2) {
  top: 24px;
  left: 15px;
}
#hbgbtn .btninner span:nth-child(3) {
  top: 36px;
  left: 15px;
}
#hbgbtn .btninner span.openbtn:nth-child(1) {
  top: 24px;
  transform: rotate(315deg);
  transition: 0.5s;
}
#hbgbtn .btninner span.openbtn:nth-child(2) {
  top: 24px;
  width: 0px;
  left: 50%;
  transition: 0.5s;
}
#hbgbtn .btninner span.openbtn:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
  transition: 0.5s;
}
#hbgbtn .btninner p {
  color: #fff;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: lighter;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 42px;
}
body {
  overflow-x: hidden;
}
.topimg {
  width: 100%;
  background-image: url(img/top_img.jpg);
  background-position: 10% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.topimg .topglass {
  display: none;
}
.topimg .glass {
  position: absolute;
  width: clamp(19.188rem, 14.892rem + 21.48vw, 25.188rem);
  height: clamp(5.5rem, 4.292rem + 6.04vw, 7.188rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
}
.topimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.topimg h1 img {
  width: clamp(19.188rem, 14.892rem + 21.48vw, 25.188rem);
  height: auto;
}
.topcover {
  display: none;
}
.topimg .scrollnav {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.topimg .scrollnav p {
  color: #000;
  display: block;
  font-weight: lighter;
}
.topimg .scrollnav_move {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  bottom: 44px;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  border: solid 1px rgba(255, 255, 255, 0.7);
  -webkit-animation-name: circle;
          animation-name: circle;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes circle {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: 49px;
  }
}
@keyframes circle {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: 49px;
  }
}

.pc-header {
  display: none;
}

.sp-header {
  display: none;
  height: 60px;
  width: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 0 40px;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.overlay ul {
  list-style-type: none;
  margin-top: 60px;
}
.overlay ul li {
  margin-top: 10px;
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.2s, transform 0.2s;
}
.overlay ul li a {
  text-decoration: none;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 10px;
  display: flex;
  justify-content: space-around;
}
.overlay ul li:nth-child(1) {
  position: relative;
}
.overlay ul li:nth-child(1)::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  pointer-events: none;
}
.overlay ul li:nth-child(2) {
  position: relative;
}
.overlay ul li:nth-child(2)::after {
  content: "";
  height: 1px;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.overlay ul li:nth-child(2):hover::after {
  width: 100%;
  transition: 0.5s;
  pointer-events: none;
}
.overlay ul li:nth-child(3) {
  position: relative;
}
.overlay ul li:nth-child(3)::after {
  content: "";
  height: 1px;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.overlay ul li:nth-child(3):hover::after {
  width: 100%;
  transition: 0.5s;
  pointer-events: none;
}
.overlay ul li:nth-child(4) {
  position: relative;
}
.overlay ul li:nth-child(4)::after {
  content: "";
  height: 1px;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.overlay ul li:nth-child(4):hover::after {
  width: 100%;
  transition: 0.5s;
  pointer-events: none;
}
.overlay ul li:nth-child(5) {
  position: relative;
}
.overlay ul li:nth-child(5)::after {
  content: "";
  height: 1px;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.overlay ul li:nth-child(5):hover::after {
  width: 100%;
  transition: 0.5s;
  pointer-events: none;
}
.overlay .overlay_btn1 {
  margin-top: 40px;
}
.overlay .overlay_btn1 a {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-decoration: none;
  color: #000;
  border: #000 solid 1px;
  padding: 10px 38px;
}
.overlay .overlay_btn1 a:hover {
  color: #FFF;
  background-color: #000;
}
.overlay .overlay_btn2 {
  margin-top: 40px;
}
.overlay .overlay_btn2 a {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-decoration: none;
  color: #000;
  border: #000 solid 1px;
  padding: 10px 30px;
}
.overlay .overlay_btn2 a:hover {
  color: #FFF;
  background-color: #000;
}
.overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.overlay.show li {
  opacity: 1;
  transform: none;
}
.overlay.show li:nth-child(1) {
  transition-delay: 50ms;
}
.overlay.show li:nth-child(2) {
  transition-delay: 100ms;
}
.overlay.show li:nth-child(3) {
  transition-delay: 150ms;
}
.overlay.show li:nth-child(4) {
  transition-delay: 200ms;
}
.overlay.show li:nth-child(5) {
  transition-delay: 250ms;
}

.section1 {
  transform: translateZ(1px);
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  background-color: #f7f7f5;
  padding-bottom: 40px;
}
.section1 h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.section1 h2 img {
  display: block;
  margin-left: 5%;
  width: clamp(7.5rem, 3.473rem + 20.13vw, 13.125rem);
  height: auto;
}
.section1 .imgbox {
  margin-right: 10%;
}
.section1 .imgbox img {
  max-width: 100%;
  height: auto;
}
.section1 .sec1-1 {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(200px);
  transition: 1s;
}
.section1 .sec1-1.appearpc {
  opacity: 1;
  transform: translateY(0);
}
.section1 .imgbox-pc{
  display: none;
}
.section1 .sec1-1 h3 {
  font-size: clamp(1.438rem, 0.856rem + 2.91vw, 2.25rem);
  text-align: right;
  font-family: "Yu Mincho", "YuMincho";
  color: #321e0a;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section1 .sec1-1 p {
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #321e0a;
  text-align: left;
}
.section1 .sec1-1-pc {
  display: none;
}
.section1 .sec1-2 {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.section1 .sec1-2 .imgbox {
  margin-right: 0;
  margin-left: 15%;
}
.section1 .sec1-2 .imgbox-pc2 {
  display: none;
}
.section1 .sec1-2 .textbox {
  position: absolute;
  top: 80%;
  left: 0;
  width: 85%;
  background-color: #fff;
  opacity: 0;
  transform: translateY(200px);
  transition: 1.5s;
}
.section1 .sec1-2 .textbox.appearpc {
  opacity: 1;
  transform: translateY(0);
}
.section1 .sec1-2 .textbox h3 {
  font-size: clamp(1.25rem, 0.534rem + 3.58vw, 2.25rem);
  font-family: "Yu Mincho", "YuMincho";
  color: #321e0a;
  text-align: center;
  padding: 10px;
}
.section1 .sec1-2 .textbox dl {
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-left: 10%;
  padding-right: 10%;
}
.section1 .sec1-2 .textbox dl dd {
  padding-bottom: 20px;
}
.section1 .imgbox2 {
  margin-right: 15%;
}
.section1 .imgbox2 img {
  max-width: 100%;
  height: auto;
}

.section2 {
  transform: translateZ(1px);
  position: relative;
  z-index: 2;
  background-color: #f7f7f5;
}
.section2 .section2_inner {
  opacity: 0;
  transform: translateY(200px);
  transition: 2s;
}
.section2 .section2_inner.appearpc {
  opacity: 1;
  transform: translateY(0);
}
.section2 .section2_inner h3 {
  font-size: clamp(1rem, 0.374rem + 3.13vw, 1.875rem);
  font-family: "Yu Mincho", "YuMincho";
  font-weight: lighter;
  display: flex;
  width: 40%;
  background-color: #b5a37d;
  color: #FFF;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.section2 .section2_inner p {
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  width: 80%;
  margin-left: 5%;
}
.section2 .section2_inner .imgbox2-1 p {
  margin-left: 0;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 80px;
}
.section2 .section2_inner .imgbox2-1 p img {
  display: block;
  width: clamp(12.5rem, 2.478rem + 50.11vw, 26.5rem);
  margin: 0 auto;
}

.section3 {
  transform: translateZ(1px);
  z-index: 2;
  position: relative;
  padding-bottom: 100px;
  background-color: #FFF;
}
.section3 .menu1 {
  opacity: 0;
  transform: translateY(200px);
  transition: 1s;
}
.section3 .menu1.appearpc {
  opacity: 1;
  transform: translateY(0);
}
.section3 .menu2 {
  opacity: 0;
  transform: translateY(200px);
  transition: 1.3s;
}
.section3 .menu2.appearpc {
  opacity: 1;
  transform: translateY(0);
}
.section3 .menu3 {
  opacity: 0;
  transform: translateY(200px);
  transition: 1.6s;
}
.section3 .menu3.appearpc {
  opacity: 1;
  transform: translateY(0);
}
.section3 .menu4 {
  opacity: 0;
  transform: translateY(200px);
  transition: 1.8s;
}
.section3 .menu4.appearpc {
  opacity: 1;
  transform: translateY(0);
}
.section3 h2 {
  text-align: right;
  margin-right: 5%;
  padding-top: 20px;
  padding-bottom: 10px;
}
.section3 h2 img {
  width: clamp(5rem, 1.909rem + 15.45vw, 9.318rem);
  height: auto;
}
.section3 ul {
  margin-left: 20%;
  list-style-type: none;
}
.section3 ul li {
  padding-bottom: 20px;
}
.section3 ul li a {
  position: relative;
  z-index: 2;
  display: flex;
  width: clamp(16rem, 80vw, 38.349rem);
  height: 70px;
  justify-content: center;
  align-items: center;
  background-color: #580b18;
  text-decoration: none;
  color: #FFF;
  flex-direction: column;
}
.section3 ul li a span {
  font-size: 14px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.section3 ul li a.pic {
  display: none;
}
.section3 ul li:nth-child(1) img {
  width: clamp(3.75rem, 2.965rem + 3.93vw, 4.847rem);
  height: auto;
}
.section3 ul li:nth-child(2) img {
  width: clamp(4.688rem, 3.793rem + 4.47vw, 5.938rem);
  height: auto;
}
.section3 ul li:nth-child(3) img {
  width: clamp(6.25rem, 4.023rem + 11.14vw, 9.361rem);
  height: auto;
}
.section3 ul li:nth-child(4) img {
  width: clamp(12.5rem, 9.553rem + 14.73vw, 16.616rem);
  height: auto;
}
.section3 p {
  position: absolute;
  left: 0;
  top: 10%;
}
.section3 p img {
  max-width: 100%;
  height: auto;
}

.section4 {
  transform: translateZ(1px);
  background-color: #f7f7f5;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.section4 h2 {
  margin-left: 5%;
  padding-top: 20px;
  padding-bottom: 10px;
}
.section4 h2 img {
  width: clamp(8.75rem, 3.218rem + 27.66vw, 16.478rem);
  height: auto;
}
.section4 .sec4pictbox1 {
  display: flex;
  justify-content: center;
}
.section4 .sec4pictbox1 p:nth-of-type(1) {
  opacity: 0;
  transform: translateY(-200px);
  transition: 1s;
}
.section4 .sec4pictbox1 p:nth-of-type(1).appearpc {
  opacity: 1;
  transform: translateY(0);
}
.section4 .sec4pictbox1 p:nth-of-type(2) {
  opacity: 0;
  transform: translateY(200px);
  transition: 1s;
  transition-delay: 0.3s;
}
.section4 .sec4pictbox1 p:nth-of-type(2).appearpc {
  opacity: 1;
  transform: translateY(0);
}
.section4 .sec4pictbox1 img {
  max-width: 100%;
  height: auto;
}
.section4 .sec4pictbox2 {
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(200px);
  transition: 1s;
  transition-delay: 0.6s;
}
.section4 .sec4pictbox2 img {
  max-width: 100%;
  height: auto;
}
.section4 .sec4pictbox2.appearpc {
  opacity: 1;
  transform: translateY(0);
}

.section5 {
  transform: translateZ(1px);
  position: relative;
  z-index: 2;
  background-color: #f7f7f5;
  padding-bottom: 50px;
}
.section5 .recruitbtn {
  width: 100%;
  height: 70px;
  background-color: #580b18;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section5 .recruitbtn .recinner {
  margin: 0 auto;
  display: block;
}
.section5 .recruitbtn .recinner p {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.section5 .recruitcontent {
  width: 90%;
  margin: 0 auto;
  display: none;
}
.section5 .recruitcontent h4 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #580b18;
  color: #321e0a;
}
.section5 .recruitcontent p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.section5 .recruitcontent .text {
  padding-top: 100px;
}
.section5 .recruitcontent .text p {
  font-size: 16px;
}

.section6 {
  transform: translateZ(1px);
  position: relative;
  z-index: 2;
  background-color: #f7f7f5;
}
.section6 .map {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.section6 .map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
}

.banner_outer {
  transform: translateZ(1px);
  width: 100%;
  background-color: #f7f7f5;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.banner_outer .banner {
  background-color: #f7f7f5;
  width: 90%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  display: block;
  justify-content: space-between;
  padding-bottom: 50px;
}
.banner_outer .banner p{
  text-align: center;
}
.banner_outer .banner img {
  max-width: 100%;
  height: auto;
}
.banner_outer .banner .banner2 {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.fixedbox {
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  opacity: 0;
  pointer-events: none;
}
.fixedbox.appear {
  opacity: 1;
  pointer-events: auto;
}
.fixedbox p {
  width: 49.9%;
}
.fixedbox a {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  background-color: #321e0a;
  text-decoration: none;
}
.fixedbox a span {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  color: #FFF;
}
.fixedbox a img {
  width: 22px;
  height: 22px;
  padding-right: 3px;
}
.fixedbox #border {
  width: 0.2%;
  height: 70px;
  background-color: #FFF;
}

.fixedbox2 {
  z-index: 3;
  position: fixed;
  bottom: 80px;
  right: 10px;
  opacity: 0.4;
  display: none;
}
.fixedbox2.appear {
  display: block;
  opacity: 0.4;
}
.fixedbox2:active {
  opacity: 1;
}

footer {
  transform: translateZ(1px);
  position: relative;
  z-index: 2;
  background-color: #193d04;
  color: #FFF;
}
footer .company {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}
footer .company p {
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
footer .copyright {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 80px;
}
footer .copyright p {
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 768px) and (min-height: 500px) {
  #top{
    width:100%;
    overflow-x: hidden !important;
  }
  .topimg h1 img{
    width: clamp(18.75rem, 11.393rem + 15.33vw, 25.188rem);
    height: auto;
  }
  .topimg .glass{
    width: clamp(18.75rem, 11.393rem + 15.33vw, 25.188rem);
    height: clamp(5.35rem, 3.25rem + 4.38vw, 7.188rem);
  }
  .topimg {
    background-image: url(img-pc/mainimage.jpg);
    background-size: cover;
    background-position: center;
    width: 100vw;
    margin: 0 auto;
    background-repeat: no-repeat;
    z-index: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .topimg .topglass {
    display: block;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .topimg .topglass .tel-header {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .topimg .topglass .tel-header p img{
    width: clamp(1.875rem, 0.446rem + 2.98vw, 3.125rem);
    height: auto;
  }

  .topimg .topglass .tel-header span {
    color: #FFF;
    font-size: clamp(1rem, 0.357rem + 1.34vw, 1.563rem);
    vertical-align: bottom;
    white-space: nowrap;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .topimg .topglass .tel-number {
    width: 70%;
    margin: 0 auto;
    color: #FFF;
    font-size: clamp(1rem, 0.357rem + 1.34vw, 1.563rem);
    text-align: right;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .topimg .topglass .pc-header {
    display: block;
    color: #FFF;
    width: 70%;
    margin: 0 auto;
    margin-top: 80px;
  }
  .topimg .topglass .pc-header ul {
    list-style-type: none;
  }
  .topimg .topglass .pc-header ul li a {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .topimg .topglass .pc-header ul li a span{
    font-size: clamp(0.813rem, 0.598rem + 0.45vw, 1rem);
  }
  .topimg .topglass .pc-header ul li:nth-child(1) a img {
    width:clamp(2.813rem, 1.248rem + 3.26vw, 4.181rem);
    height: auto;
  }
  .topimg .topglass .pc-header ul li:nth-child(2) a img {
    width: clamp(2.813rem, 1.21rem + 3.34vw, 4.215rem);
    height: auto;
  }
  .topimg .topglass .pc-header ul li:nth-child(3) a img {
    width: clamp(2.813rem, 0.373rem + 5.08vw, 4.947rem);
    height: auto;
  }
  .topimg .topglass .pc-header ul li:nth-child(4) a img {
    width: clamp(3.75rem, -0.883rem + 9.65vw, 7.804rem);
    height: auto;
  }
  .topimg .topglass .pc-header ul li:nth-child(5) a img {
    width: clamp(2.813rem, 1.15rem + 3.46vw, 4.268rem);
    height: auto;
  }
  .topimg .topglass .pc-header ul li:nth-child(4) a span {
    font-size: clamp(0.75rem, 0.464rem + 0.6vw, 1rem);
  }
  .topimg .topglass .pc-header ul li:nth-child(1) {
    position: relative;
  }
  .topimg .topglass .pc-header ul li:nth-child(1)::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
    pointer-events: none;
  }
  .topimg .topglass .pc-header ul li:nth-child(2) {
    position: relative;
  }
  .topimg .topglass .pc-header ul li:nth-child(2)::after {
    content: "";
    height: 1px;
    width: 0px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .topimg .topglass .pc-header ul li:nth-child(2):hover::after {
    width: 100%;
    transition: 0.5s;
    pointer-events: none;
  }
  .topimg .topglass .pc-header ul li:nth-child(3) {
    position: relative;
  }
  .topimg .topglass .pc-header ul li:nth-child(3)::after {
    content: "";
    height: 1px;
    width: 0px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .topimg .topglass .pc-header ul li:nth-child(3):hover::after {
    width: 100%;
    transition: 0.5s;
    pointer-events: none;
  }
  .topimg .topglass .pc-header ul li:nth-child(4) {
    position: relative;
  }
  .topimg .topglass .pc-header ul li:nth-child(4)::after {
    content: "";
    height: 1px;
    width: 0px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .topimg .topglass .pc-header ul li:nth-child(4):hover::after {
    width: 100%;
    transition: 0.5s;
    pointer-events: none;
  }
  .topimg .topglass .pc-header ul li:nth-child(5) {
    position: relative;
  }
  .topimg .topglass .pc-header ul li:nth-child(5)::after {
    content: "";
    height: 1px;
    width: 0px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .topimg .topglass .pc-header ul li:nth-child(5):hover::after {
    width: 100%;
    transition: 0.5s;
    pointer-events: none;
  }
  .topcover {
    display: block;
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: -2;
  }
  .overlay ul {
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .section1 .imgbox {
    display: none;
  }
  .section1 h2 {
    display: none;
  }
  .section1 .imgbox-pc {
    display: block;
    background-image: url(img-pc/img1.jpg);
    background-size: cover;
    background-position: top;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
  }
  .section1 .imgbox-pc .sec1-1-pc {
    padding: 20px;
    position: absolute;
    top: 40%;
    width: 40%;
    margin-left: 5%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    opacity: 0;
    transform: translateY(200px);
    transition: 1s;
  }
  .section1 .imgbox-pc .sec1-1-pc h3 {
    font-family: "Yu Mincho", "YuMincho";
    font-size: 36px;
  }
  .section1 .imgbox-pc .sec1-1-pc p {
    font-family: "Yu Mincho", "YuMincho";
  }
  .section1 .imgbox-pc .sec1-1-pc.appearpc {
    opacity: 1;
    transform: translateY(0);
  }
  .section1 .sec1-1 {
    display: none;
  }
  .section1 .sec1-1-pc {
    display: block;
  }
  .section1 .sec1-2 {
    position: relative;
  }
  .section1 .sec1-2 .imgbox {
    display: none;
  }
  .section1 .sec1-2 .imgbox-pc2 {
    display: block;
  }
  .section1 .sec1-2 .imgbox-pc2 p {
    text-align: end;
  }
  .section1 .sec1-2 .imgbox-pc2 p img {
    max-width: 100%;
    height: auto;
  }
  .section1 .sec1-2 .textbox {
    width: 60%;
    padding: 20px;
    position: absolute;
    right: 0;
    left: initial;
    opacity: 0;
    transform: translateY(200px);
    transition: 1s;
  }
  .section1 .sec1-2 .textbox.appearpc {
    opacity: 1;
    transform: translateY(0);
  }
  .section1 .imgbox2 {
    margin-right: auto;
  }
  .section1 .imgbox2 img {
    max-width: 100%;
    height: auto;
  }
  .section2 .section2_inner {
    opacity: 0;
    transform: translateY(200px);
    transition: 2s;
    max-width: 1400px;
    margin:0 auto;
  }
  .section2 .section2_inner h3 {
    width: 25%;
  }
  .section2 .section2_inner.appearpc {
    opacity: 1;
    transform: translateY(0);
  }
  .section3_inner{
    max-width: 1400px;
    margin: 0 auto;
  }
  .section3 h2 {
    text-align: left;
    margin-right: 0;
    margin-left: 5%;
  }
  .section3 p {
    display: none;
  }
  .section3 ul {
    width: 100%;
    margin: 0 auto;
  }
  .section3 ul li {
    display: flex;
    justify-content: center;
  }
  .section3 ul li a.pic {
    display: block;
  }
  .section3 ul li:nth-child(1) {
    justify-content: right;
    max-width: 100%;
    height: auto;
  }
  .section3 ul li:nth-child(1):nth-child(1) a {
    width: 568px;
    height: 400px;
  }
  .section3 ul li:nth-child(1):nth-child(1) a:nth-child(1) {
    background-color: transparent;
  }
  .section3 ul li:nth-child(1):nth-child(1) a:nth-child(1) img {
    width: auto;
    height: 400px;
  }
  .section3 ul li:nth-child(1):nth-child(1) a:nth-child(2) {
    height: 400px;
    width: 200px;
  }
  .section3 ul li:nth-child(2) {
    justify-content: left;
  }
  .section3 ul li:nth-child(2) a {
    width: 568px;
    height: 400px;
  }
  .section3 ul li:nth-child(2) a:nth-child(1) {
    height: 400px;
    width: 200px;
  }
  .section3 ul li:nth-child(2) a:nth-child(2) {
    background-color: transparent;
  }
  .section3 ul li:nth-child(2) a:nth-child(2) img {
    width: auto;
    height: 400px;
  }
  .section3 ul li:nth-child(3) {
    justify-content: right;
  }
  .section3 ul li:nth-child(3):nth-child(3) a {
    width: 568px;
    height: 200px;
  }
  .section3 ul li:nth-child(3):nth-child(3) a:nth-child(1) {
    background-color: transparent;
  }
  .section3 ul li:nth-child(3):nth-child(3) a:nth-child(1) img {
    width: auto;
    height: 200px;
  }
  .section3 ul li:nth-child(3):nth-child(3) a:nth-child(2) {
    height: 200px;
    width: 200px;
  }
  .section3 ul li:nth-child(4) {
    justify-content: left;
  }
  .section3 ul li:nth-child(4) a {
    width: 468px;
    height: 200px;
  }
  .section3 ul li:nth-child(4) a:nth-child(1) {
    height: 200px;
    width: 300px;
  }
  .section3 ul li:nth-child(4) a:nth-child(2) {
    background-color: transparent;
  }
  .section3 ul li:nth-child(4) a:nth-child(2) img {
    width: auto;
    height: 200px;
  }
  .section3 .menu1 {
    display: flex;
    opacity: 0;
    transform: translateX(100px);
    transition: 1s;
  }
  .section3 .menu1.appearpc {
    opacity: 1;
    transform: translateX(0);
  }
  .section3 .menu2 {
    display: flex;
    opacity: 0;
    transform: translateX(-100px);
    transition: 1.2s;
  }
  .section3 .menu2.appearpc {
    opacity: 1;
    transform: translateX(0);
  }
  .section3 .menu3 {
    display: flex;
    opacity: 0;
    transform: translateX(100px);
    transition: 1.4s;
  }
  .section3 .menu3.appearpc {
    opacity: 1;
    transform: translateX(0);
  }
  .section3 .menu4 {
    display: flex;
    opacity: 0;
    transform: translateX(-100px);
    transition: 1.6s;
  }
  .section3 .menu4.appearpc {
    opacity: 1;
    transform: translateX(0);
  }
  .section4_inner{
    max-width: 1400px;
    margin:0 auto;
  }
  .section5 .recruitcontent{
    max-width: 1400px;
    margin:0 auto;
  }
  .section6 .map{
    max-width: 1400px;
    margin: 0 auto;
  }
  .banner_outer .banner {
    display: flex;
    max-width: 1400px;
    margin:0 auto;
  }
  .fixedbox2:hover {
    opacity: 1;
  }
  .banner_outer .banner .banner2 {
    padding-left: 10px;
    padding-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .section3 ul {
    width: 80%;
  }
}

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