@charset "UTF-8";
.heading-line-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.heading-line-wrap .h2sub {
  font-size: 14px;
  margin-left: 0.5em;
}
@media (max-width: 500px) {
  .heading-line-wrap .h2sub {
    margin-left: 0;
  }
}
.heading-line-wrap h2 {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 800px) {
  .heading-line-wrap h2 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .heading-line-wrap h2 {
    font-size: 6vw;
  }
}
.heading-line-wrap .mt1em {
  margin-top: 1rem;
}
.heading-line-wrap .line {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease;
}
.heading-line-wrap.active .line {
  transform: scaleX(1);
}

.w1000 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .w1000 {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.box80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 500px) {
  .box80 {
    padding-bottom: 0;
  }
}

.page-mainv {
  background-size: cover;
}

.page-production-dept .page-mainv {
  width: 100%;
  background-image: url("../img/production-dept/seisaku_main.jpg");
  background-position: center;
  background-size: cover;
  height: 800px;
}
@media (max-width: 800px) {
  .page-production-dept .page-mainv {
    background-image: url("../img/production-dept/seisaku_main_sp.jpg");
    height: 100vh;
  }
}
.page-production-dept .contbox {
  padding-top: 80px;
  margin-bottom: 80px;
}
.page-production-dept .contbox p {
  line-height: 2em;
}
@media (max-width: 800px) {
  .page-production-dept .contbox p {
    font-size: 3.2vw;
  }
}
.page-production-dept .service-box {
  background-color: #f2f5f4;
  padding-bottom: 80px;
}
.page-production-dept .service-box .flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-production-dept .service-box .flex2 .leftbox {
  flex: 1;
  padding-left: 3rem;
}
.page-production-dept .service-box .flex2 .leftbox li {
  margin-bottom: 1em;
  list-style-position: outside;
  list-style-type: disc;
}
@media (max-width: 800px) {
  .page-production-dept .service-box .flex2 .leftbox li {
    font-size: 3.2vw;
  }
}
.page-production-dept .service-box .flex2 .rightbox {
  width: 50%;
  max-width: 580px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .page-production-dept .service-box .flex2 .rightbox {
    width: 100%;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
  }
}
.page-production-dept .service-box .flex2 .rightbox .swiper-slide:after {
  background-color: initial;
}
.page-production-dept .service-box .flex2 .rightbox .swiper-slide img {
  width: 100%;
}
.page-production-dept .works-box .title-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .page-production-dept .works-box .title-row .arrowlink {
    display: none;
  }
}
.page-production-dept .works-box .worksbox {
  display: flex;
  position: relative;
}
@media (max-width: 900px) {
  .page-production-dept .works-box .worksbox {
    flex-wrap: wrap;
  }
}
.page-production-dept .works-box .worksbox .sticky-box {
  width: 33.3333333333%;
  height: 400px;
  position: sticky;
  top: 120px;
  padding: 10px;
  z-index: 10;
}
@media (max-width: 900px) {
  .page-production-dept .works-box .worksbox .sticky-box {
    position: initial;
    width: 100%;
    height: auto;
    height: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-production-dept .works-box .worksbox .sticky-box .arrowlink {
    margin-top: 0;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  .page-production-dept .works-box .worksbox .sticky-box .arrowlink {
    width: 90vw;
    margin-left: 20vw;
  }
}
.page-production-dept .works-box .worksbox .works-content {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-production-dept .works-box .worksbox .works-content .box {
  width: 50%;
  padding: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .page-production-dept .works-box .worksbox .works-content .box {
    padding: 3vw;
  }
}
.page-production-dept .works-box .worksbox .works-content .box p.title {
  font-family: "Antonio", sans-serif;
  margin-left: 1rem;
  margin-top: 0.5em;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media (max-width: 8000px) {
  .page-production-dept .works-box .worksbox .works-content .box p.title {
    margin-left: 0;
    font-size: 4vw;
    line-height: 1.4em;
  }
}
.page-production-dept .works-box .worksbox .works-content .box p.place {
  margin-left: 1rem;
  font-size: 14px;
}
@media (max-width: 8000px) {
  .page-production-dept .works-box .worksbox .works-content .box p.place {
    margin-top: 0.8em;
    margin-left: 0;
    font-size: 3vw;
    line-height: 1.4em;
  }
}
.page-production-dept .works-box .worksbox .works-content .box .img {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
}
.page-production-dept .works-box .worksbox .works-content .box .img .tag {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background-color: white;
  border: 1px solid #1c1c1c;
  font-size: 12px;
  padding: 6px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2em;
}
.page-production-dept .works-box .worksbox .works-content .box .img img {
  width: 100%;
  transition: 0.3s;
}
.page-production-dept .works-box .worksbox .works-content .box .img img:hover {
  transform: scale(1.2);
}
.page-production-dept .works-box .worksbox .works-content .box:nth-child(2n) {
  margin-top: 0px;
}
@media (max-width: 1200px) {
  .page-production-dept .works-box .worksbox .works-content .box:nth-child(2n) {
    margin-top: 0vw;
  }
}
.page-production-dept .works-box .worksbox .works-content .box:nth-child(2n+1) {
  margin-top: -170px;
}
@media (max-width: 1200px) {
  .page-production-dept .works-box .worksbox .works-content .box:nth-child(2n+1) {
    margin-top: -10vw;
  }
}
.page-production-dept .works-box .worksbox .works-content .box:first-child {
  margin-top: 0;
}
.page-production-dept .works-box .worksbox .works-content .box:nth-child(2) {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .page-production-dept .works-box .worksbox .works-content .box:nth-child(2) {
    margin-top: 5vw;
  }
}
.page-production-dept .txcenter {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media (min-width: 801px) {
  .page-production-dept .txcenter {
    display: none;
  }
}
.page-production-dept .txcenter .arrowlink {
  margin: 0;
}
.page-production-dept .works-content {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-production-dept .works-content .box {
  width: 33%;
  padding: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .page-production-dept .works-content .box {
    padding: 3vw;
    width: 48%;
    padding: 1vw;
  }
}
.page-production-dept .works-content .box p.title {
  margin-left: 1rem;
  margin-top: 0.5em;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.page-production-dept .works-content .box p.place {
  margin-left: 1rem;
  font-size: 14px;
}
.page-production-dept .works-content .box .img {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
}
.page-production-dept .works-content .box .img .tag {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background-color: white;
  border: 1px solid #1c1c1c;
  font-size: 12px;
  padding: 6px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2em;
}
.page-production-dept .works-content .box .img img {
  width: 100%;
  transition: 0.3s;
}
.page-production-dept .works-content .box .img img:hover {
  transform: scale(1.2);
}
.page-production-dept .eventlist {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .page-production-dept .eventlist {
    margin-top: 0;
  }
}
.page-production-dept .eventlist ul {
  margin-left: 2em;
}
.page-production-dept .eventlist li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.03em;
}
@media (max-width: 600px) {
  .page-production-dept .eventlist li {
    font-size: 3.2vw;
  }
}
.page-production-dept .eventlist p.year {
  margin-top: 2em;
  font-size: 32px;
  font-weight: bold;
  color: #2f4399;
  margin-bottom: 0.5em;
}
@media (max-width: 600px) {
  .page-production-dept .eventlist p.year {
    font-size: 4.5vw;
  }
}
.page-production-dept .eventlist a {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.page-production-dept .eventlist a:hover {
  border-color: #2f4399;
}
.page-production-dept .floatwin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8); /* 白色・不透明度80% */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-production-dept .floatwin.disnone {
  display: none;
}
.page-production-dept .floatwin .inner {
  background-color: white;
  width: 80%;
  max-width: 860px;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #6d6d6d;
  position: relative;
  padding-right: 10px;
  padding-right: 10px;
}
@media (max-width: 500px) {
  .page-production-dept .floatwin .inner {
    width: 100%;
    margin: 0;
    max-width: 96vw;
    padding: 4vw;
  }
}
.page-production-dept .floatwin .inner .w460 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
}
.page-production-dept .floatwin .inner .closebtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .page-production-dept .floatwin .inner .closebtn {
    width: 35px;
    right: 10px;
    top: 10px;
  }
}
.page-production-dept .floatwin .inner .scroll_item {
  margin-top: 50px;
  max-height: calc(80vh - 50px);
  font-family: "Antonio", sans-serif;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 500px) {
  .page-production-dept .floatwin .inner .scroll_item {
    max-height: calc(90vh - 50px);
  }
}
.page-production-dept .floatwin .inner h3 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
.page-production-dept .floatwin .inner hr.w3 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
  border: none;
  height: 2px;
  border-top: 2px solid #2f4399;
}
.page-production-dept .floatwin .inner .imgbox {
  width: 100%;
}
.page-production-dept .floatwin .inner .imgbox img {
  width: 100%;
}
.page-production-dept .floatwin .inner h4 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-production-dept .floatwin .inner .flex2 {
  display: flex;
  flex-wrap: wrap;
}
.page-production-dept .floatwin .inner .flex2.mt2 {
  margin-top: 2rem;
}
.page-production-dept .floatwin .inner .flex2.flex1 > div {
  width: 100%;
}
.page-production-dept .floatwin .inner .flex2 > div {
  width: 50%;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 800px) {
  .page-production-dept .floatwin .inner .flex2 > div {
    width: 100%;
  }
}
.page-production-dept .floatwin .inner .flex2 > div p.title {
  margin-top: 1rem;
  font-weight: bold;
}
.page-production-dept .floatwin .inner .flex2 > div p.title::before {
  content: "・";
}
.page-production-dept .floatwin .inner .flex2 > div p.item {
  margin-top: 0.4rem;
  line-height: 1.4;
  font-size: 14px;
  margin-left: 1em;
}
.page-production-dept .floatwin .inner p.memo {
  font-weight: bold;
  margin-top: 2rem;
}
.page-production-dept .flex4 {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media (max-width: 800px) {
  .page-production-dept .flex4 {
    justify-content: center;
  }
}
.page-production-dept .flex4 > div {
  border: 1px solid #6d6d6d;
  width: 31.3333333333%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px;
  margin-bottom: 60px;
  border-radius: 0.5rem;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 1000px) {
  .page-production-dept .flex4 > div {
    width: 48%;
  }
}
@media (max-width: 800px) {
  .page-production-dept .flex4 > div {
    width: 96%;
  }
}
.page-production-dept .flex4 > div .tar {
  display: flex;
  justify-content: end;
  margin-top: 35px;
  margin-bottom: 1em;
  width: calc(100% - 1em);
}
.page-production-dept .flex4 > div .lightbox-link {
  font-size: 14px;
  text-align: left;
  position: relative;
  margin-left: 40px;
  cursor: pointer;
}
.page-production-dept .flex4 > div .lightbox-link::before {
  content: "+";
  position: absolute;
  left: -48px;
  top: -12px;
  transition: 0.4s;
  display: flex;
  justify-content: left;
  padding-left: 13px;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50px;
}
.page-production-dept .flex4 > div .lightbox-link.andmore.hover::before {
  width: 8.5em;
}
.page-production-dept .flex4 > div .lightbox-link.hover::before {
  width: 9em;
}
.page-production-dept .flex4 > div img {
  width: 100%;
  margin-top: 1rem;
}
.page-production-dept .flex4 > div h3 {
  font-size: 24px;
  font-weight: bold;
}
.page-production-dept .flex4 > div hr.w3 {
  border-bottom: 1px solid #2f4399;
  width: 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.7rem;
  margin-bottom: 1.2rem;
}
.page-production-dept .flex4 > div p {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.page-production-dept .flex4 > div p.cate {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 1.3;
}
.page-production-dept .flex4 > div .minh8 {
  min-height: 8em;
}

.page-facility-management .page-mainv {
  width: 100%;
  background-image: url("../img/facility-management/facility_main.jpg");
  background-position: center;
  height: 800px;
}
@media (max-width: 800px) {
  .page-facility-management .page-mainv {
    background-image: url("../img/facility-management/facility_main_sp.jpg");
    height: 100vh;
  }
}
.page-facility-management .contbox {
  padding-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .page-facility-management .contbox {
    padding-top: 30px;
  }
}
.page-facility-management .contbox p {
  line-height: 2em;
}
@media (max-width: 800px) {
  .page-facility-management .contbox p {
    font-size: 3.2vw;
  }
}
.page-facility-management .shitei_kanri,
.page-facility-management .itaku_kanri,
.page-facility-management .gijutsu_kyouryoku {
  padding-top: 100px;
}
.page-facility-management .shitei_kanri h3,
.page-facility-management .itaku_kanri h3,
.page-facility-management .gijutsu_kyouryoku h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.page-facility-management .shitei_kanri hr.h3under,
.page-facility-management .itaku_kanri hr.h3under,
.page-facility-management .gijutsu_kyouryoku hr.h3under {
  width: 3.6rem;
  height: 2px;
  border: none;
  border-top: 2px solid #2f4399;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}
.page-facility-management .shitei_kanri {
  background-color: #f2f5f4;
  padding-bottom: 60px;
}
.page-facility-management .shitei_kanri .kanribox {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  gap: 30px;
}
@media (max-width: 600px) {
  .page-facility-management .shitei_kanri .kanribox {
    padding: 3vw;
  }
}
@media (max-width: 800px) {
  .page-facility-management .shitei_kanri .kanribox {
    display: block;
  }
}
.page-facility-management .shitei_kanri .kanribox p.citysp {
  text-align: right;
  color: #f2f5f4;
}
@media (max-width: 600px) {
  .page-facility-management .shitei_kanri .kanribox p.citysp {
    font-size: 8vw;
  }
}
.page-facility-management .shitei_kanri .kanribox .leftbox {
  width: 43%;
}
@media (max-width: 800px) {
  .page-facility-management .shitei_kanri .kanribox .leftbox {
    width: 100%;
  }
}
.page-facility-management .shitei_kanri .kanribox .leftbox p.name {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
}
.page-facility-management .shitei_kanri .kanribox .leftbox img {
  width: 100%;
}
.page-facility-management .shitei_kanri .kanribox .rightbox {
  flex: 1;
  position: relative;
}
@media (max-width: 800px) {
  .page-facility-management .shitei_kanri .kanribox .rightbox {
    margin-top: 2rem;
    width: 100%;
  }
}
.page-facility-management .shitei_kanri .kanribox .rightbox p.city {
  position: absolute;
  text-align: right;
  font-weight: bold;
  right: 0;
  top: 0;
  font-size: 55px;
  color: #f2f5f4;
}
.page-facility-management .shitei_kanri .kanribox .rightbox .address {
  position: absolute;
  bottom: 0;
}
@media (max-width: 800px) {
  .page-facility-management .shitei_kanri .kanribox .rightbox .address {
    position: relative;
  }
}
.page-facility-management .shitei_kanri .kanribox .rightbox .address p {
  margin-bottom: 0rem;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .page-facility-management .shitei_kanri .kanribox .rightbox .address p {
    font-size: 3.2vw;
  }
}
.page-facility-management .shitei_kanri .kanribox .rightbox a.arrowlink {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 800px) {
  .page-facility-management .shitei_kanri .kanribox .rightbox a.arrowlink {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
}
.page-facility-management .itaku_kanri .flex2,
.page-facility-management .gijutsu_kyouryoku .flex2 {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-facility-management .itaku_kanri .flex2 .hallbox,
.page-facility-management .gijutsu_kyouryoku .flex2 .hallbox {
  width: 48%;
  margin-bottom: 60px;
  display: flex;
  align-items: end;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .page-facility-management .itaku_kanri .flex2 .hallbox,
  .page-facility-management .gijutsu_kyouryoku .flex2 .hallbox {
    gap: 10px;
    width: 49%;
  }
}
@media (max-width: 1000px) {
  .page-facility-management .itaku_kanri .flex2 .hallbox,
  .page-facility-management .gijutsu_kyouryoku .flex2 .hallbox {
    flex-wrap: wrap;
    width: 45%;
  }
}
@media (max-width: 800px) {
  .page-facility-management .itaku_kanri .flex2 .hallbox,
  .page-facility-management .gijutsu_kyouryoku .flex2 .hallbox {
    width: 49%;
  }
}
.page-facility-management .itaku_kanri .flex2 .hallbox .imgbox,
.page-facility-management .gijutsu_kyouryoku .flex2 .hallbox .imgbox {
  width: 40%;
}
@media (max-width: 1000px) {
  .page-facility-management .itaku_kanri .flex2 .hallbox .imgbox,
  .page-facility-management .gijutsu_kyouryoku .flex2 .hallbox .imgbox {
    width: 100%;
  }
}
.page-facility-management .itaku_kanri .flex2 .hallbox img,
.page-facility-management .gijutsu_kyouryoku .flex2 .hallbox img {
  width: 100%;
}
.page-facility-management .itaku_kanri .flex2 .rightbox,
.page-facility-management .gijutsu_kyouryoku .flex2 .rightbox {
  flex: 1;
}
.page-facility-management .itaku_kanri .flex2 .rightbox p.name,
.page-facility-management .gijutsu_kyouryoku .flex2 .rightbox p.name {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 600px) {
  .page-facility-management .itaku_kanri .flex2 .rightbox p.name,
  .page-facility-management .gijutsu_kyouryoku .flex2 .rightbox p.name {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .page-facility-management .itaku_kanri .flex2 .rightbox p.name,
  .page-facility-management .gijutsu_kyouryoku .flex2 .rightbox p.name {
    font-size: 3.6vw;
  }
}
.page-facility-management .itaku_kanri .flex2 .rightbox p.name span,
.page-facility-management .gijutsu_kyouryoku .flex2 .rightbox p.name span {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 500px) {
  .page-facility-management .itaku_kanri .flex2 .rightbox p.name span,
  .page-facility-management .gijutsu_kyouryoku .flex2 .rightbox p.name span {
    font-size: 3.2vw;
  }
}
.page-facility-management .itaku_kanri .flex2 .rightbox table,
.page-facility-management .gijutsu_kyouryoku .flex2 .rightbox table {
  margin-top: 1rem;
  width: 100%;
}
.page-facility-management .itaku_kanri .flex2 .rightbox table tr td,
.page-facility-management .gijutsu_kyouryoku .flex2 .rightbox table tr td {
  font-size: 14px;
  padding-left: 1em;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  border: 1px solid #6d6d6d;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .page-facility-management .itaku_kanri .flex2 .rightbox table tr td,
  .page-facility-management .gijutsu_kyouryoku .flex2 .rightbox table tr td {
    padding-right: 1em;
    font-size: 3.2vw;
  }
}
@media (max-width: 600px) {
  .page-facility-management .itaku_kanri .flex2 .rightbox table tr td,
  .page-facility-management .gijutsu_kyouryoku .flex2 .rightbox table tr td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.page-facility-management .itaku_kanri .flex2 .rightbox table tr td:first-child,
.page-facility-management .gijutsu_kyouryoku .flex2 .rightbox table tr td:first-child {
  text-align: center;
  padding-left: 0;
  width: 5rem;
  font-family: "Antonio", sans-serif;
  font-weight: 300;
  background-color: #f2f5f4;
}
@media (max-width: 800px) {
  .page-facility-management .itaku_kanri .flex2 .rightbox table tr td:first-child,
  .page-facility-management .gijutsu_kyouryoku .flex2 .rightbox table tr td:first-child {
    width: 100%;
    border-bottom: none;
    border-top: none;
    font-size: 3.2vw;
  }
}
.page-facility-management .itaku_kanri .flex2 .rightbox table tr td a,
.page-facility-management .gijutsu_kyouryoku .flex2 .rightbox table tr td a {
  border-bottom: 1px solid #000;
}
.page-facility-management .itaku_kanri .flex2 .rightbox table tr:first-child td:first-child,
.page-facility-management .gijutsu_kyouryoku .flex2 .rightbox table tr:first-child td:first-child {
  border-top: 1px solid #6d6d6d;
}

.page-theater-system .page-mainv {
  width: 100%;
  background-image: url("../img/theater-system/theater_main.jpg");
  background-position: center;
  height: 800px;
}
@media (max-width: 800px) {
  .page-theater-system .page-mainv {
    background-image: url("../img/theater-system/theater_main_sp.jpg");
    height: 100vh;
  }
}
.page-theater-system .contbox {
  margin-top: 80px;
}
@media (max-width: 800px) {
  .page-theater-system .contbox {
    margin-top: 30px;
  }
}
.page-theater-system .contbox p {
  line-height: 2em;
}
@media (max-width: 800px) {
  .page-theater-system .contbox p {
    font-size: 3.2vw;
  }
}
.page-theater-system .contbox .flex4 {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .page-theater-system .contbox .flex4 {
    justify-content: center;
  }
}
.page-theater-system .contbox .flex4 > div {
  margin-bottom: 2rem;
  border: 1px solid #6d6d6d;
  width: 45%;
  border-radius: 1rem;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 1000px) {
  .page-theater-system .contbox .flex4 > div {
    width: 48%;
  }
}
@media (max-width: 800px) {
  .page-theater-system .contbox .flex4 > div {
    width: 96%;
  }
}
.page-theater-system .contbox .flex4 > div img {
  width: 80%;
  margin-top: 2rem;
}
.page-theater-system .contbox .flex4 > div h3 {
  font-size: 24px;
  font-weight: bold;
}
.page-theater-system .contbox .flex4 > div hr.w3 {
  border-bottom: 1px solid #2f4399;
  width: 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.7rem;
  margin-bottom: 1.2rem;
}
.page-theater-system .contbox .flex4 > div p {
  font-size: 14px;
}
.page-theater-system .contbox .flex4 > div .minh8 {
  min-height: 8em;
}
.page-theater-system .stage-design {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f2f5f4;
}
.page-theater-system .stage-design #pref01,
.page-theater-system .stage-design #pref02,
.page-theater-system .stage-design #pref03,
.page-theater-system .stage-design #pref04,
.page-theater-system .stage-design #pref05,
.page-theater-system .stage-design #pref06,
.page-theater-system .stage-design #pref07,
.page-theater-system .stage-design #pref08 {
  cursor: pointer;
}
.page-theater-system .stage-design .flex2 {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .page-theater-system .stage-design .flex2 {
    display: block;
    width: 100%;
    flex-wrap: wrap;
  }
  .page-theater-system .stage-design .flex2 > div {
    width: 100%;
  }
}
.page-theater-system .stage-design .flex2 > div {
  flex: 1;
}
.page-theater-system .stage-design .prefbox {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
.page-theater-system .stage-design .prefbox h3 {
  font-size: 23px;
  background-color: #2f4399;
  color: white;
  margin-bottom: 1rem;
  padding: 10px;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .page-theater-system .stage-design .prefbox h3 {
    font-size: 5vw;
  }
}
.page-theater-system .stage-design .prefbox .table {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-theater-system .stage-design .prefbox .table .tr {
  display: flex;
}
.page-theater-system .stage-design .prefbox .table .tr .th {
  width: 8em;
  font-weight: bold;
}
@media (max-width: 800px) {
  .page-theater-system .stage-design .prefbox .table .tr .th {
    width: 7em;
    font-size: 3.2vw;
  }
}
.page-theater-system .stage-design .prefbox .table .tr .td {
  flex: 1;
}
@media (max-width: 800px) {
  .page-theater-system .stage-design .prefbox .table .tr .td {
    font-size: 3.2vw;
  }
}
.page-theater-system .stage-design .prefbox .table.tbl1 {
  padding-left: 1rem;
}
@media (max-width: 800px) {
  .page-theater-system .stage-design .prefbox .table.tbl1 {
    padding-left: 0;
  }
}
.page-theater-system .stage-design .prefbox .table.tbl1 .tr {
  width: 100%;
}
.page-theater-system .stage-design .prefbox .table.tbl2 .tr {
  width: 47%;
}
@media (max-width: 1000px) {
  .page-theater-system .stage-design .prefbox .table.tbl2 .tr {
    width: 100%;
  }
}
.page-theater-system .stage-design .prefbox .table .td,
.page-theater-system .stage-design .prefbox .table .th {
  font-size: 14px;
  padding: 0.5rem;
}
.page-theater-system .stage-design .prefbox .table .th {
  color: #2f4399;
}
.page-theater-system .stage-design .prefbox .table .td,
.page-theater-system .stage-design .prefbox .table .th {
  border-bottom: 1px solid #6d6d6d;
}
.page-theater-system .stage-design .backmap {
  margin-top: 1rem;
}
.page-theater-system .stage-design .backmap a {
  display: flex;
  justify-content: end;
  align-items: center;
}
.page-theater-system .stage-design .backmap img {
  width: 1.5em;
  margin-left: 0.5em;
}

.animebox {
  visibility: hidden;
}

.animebox {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease;
}

.animebox.show {
  opacity: 1;
  visibility: visible;
}

.page-mainv {
  background-repeat: no-repeat;
}

.page-about .page-mainv {
  width: 100%;
  background-image: url("../img/about/about_main.jpg");
  background-position: center;
  background-size: cover;
}
@media (max-width: 800px) {
  .page-about .page-mainv {
    background-position: 30%;
  }
}
.page-about .page-mainv .w1200 {
  position: relative;
  width: 100%;
  height: 800px;
}
@media (max-width: 800px) {
  .page-about .page-mainv .w1200 {
    height: 100vh;
  }
}
.page-about .page-mainv .w1200 .page-titlebox {
  position: absolute;
  width: 50%;
  bottom: 50px;
  left: 0;
  color: white;
}
@media (max-width: 1200px) {
  .page-about .page-mainv .w1200 .page-titlebox {
    padding-left: 3vw;
  }
}
@media (max-width: 1000px) {
  .page-about .page-mainv .w1200 .page-titlebox {
    bottom: 220px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .page-about .page-mainv .w1200 .page-titlebox {
    bottom: 160px;
  }
}
@media (max-width: 600px) {
  .page-about .page-mainv .w1200 .page-titlebox {
    bottom: 140px;
  }
}
.page-about .page-mainv .w1200 .page-titlebox .h2text {
  font-size: 15px;
}
.page-about .page-mainv .w1200 .page-titlebox h2 {
  margin-top: 0.5rem;
  font-size: 80px;
}
@media (max-width: 1000px) {
  .page-about .page-mainv .w1200 .page-titlebox h2 {
    font-size: 70px;
  }
}
@media (max-width: 800px) {
  .page-about .page-mainv .w1200 .page-titlebox h2 {
    font-size: 65px;
  }
}
.page-about .page-mainv .w1200 ul.pagelinkarrow {
  width: 30em;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  bottom: 50px;
  right: 2em;
}
@media (max-width: 800px) {
  .page-about .page-mainv .w1200 ul.pagelinkarrow {
    padding-left: 2vw;
    right: 0;
    width: 100%;
    padding-right: 2vw;
    bottom: 1vw;
  }
}
@media (max-width: 600px) {
  .page-about .page-mainv .w1200 ul.pagelinkarrow {
    border-top: 1px dotted white;
    padding-top: 1rem;
  }
}
.page-about .page-mainv .w1200 ul.pagelinkarrow li {
  width: 33.3333333333%;
  margin-bottom: 1em;
}
.page-about .page-mainv .w1200 ul.pagelinkarrow li a {
  color: white;
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (max-width: 600px) {
  .page-about .page-mainv .w1200 ul.pagelinkarrow li a {
    font-size: 3.2vw;
  }
}
.page-about .page-mainv .w1200 ul.pagelinkarrow li img {
  margin-left: 0.5em;
  width: 2.4em;
}
.page-about .numbering ol {
  margin-left: 1em;
  list-style-position: outside;
}
.page-about .numbering ol li {
  list-style: decimal;
}
.page-about .numbering p {
  margin-top: 1em;
  margin-left: 0.5em;
}
.page-about .vision-box {
  background-color: #f2f5f4;
}
.page-about .vision-box .flex2 {
  display: flex;
  gap: 30px;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 900px) {
  .page-about .vision-box .flex2 {
    flex-wrap: wrap;
  }
}
.page-about .vision-box .flex2 > div {
  flex: 1;
}
.page-about .vision-box .flex2 .sticky-box {
  position: sticky;
  height: 400px;
  position: sticky;
  top: 120px;
  padding: 10px;
  z-index: 10;
}
@media (max-width: 900px) {
  .page-about .vision-box .flex2 .sticky-box {
    position: relative;
    flex: initial;
    width: 100%;
  }
}
.page-about .vision-box .flex2 .sticky-box p {
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 600px) {
  .page-about .vision-box .flex2 .sticky-box p {
    font-size: 6.6vw;
  }
}
@media (max-width: 900px) {
  .page-about .vision-box .flex2 .sticky-box {
    position: initial;
    width: 100%;
    height: auto;
    height: initial;
  }
}
.page-about .vision-box .flex2 .content .textrow {
  margin-bottom: 3em;
}
.page-about .vision-box .flex2 .content .textrow p:nth-child(2) {
  margin-top: 1rem;
  text-align: justify;
}
@media (max-width: 800px) {
  .page-about .vision-box .flex2 .content .textrow p:nth-child(2) {
    font-size: 3.2vw;
  }
}
.page-about .vision-box .flex2 .content p {
  line-height: 1.6;
  font-size: 15px;
}
.page-about .vision-box .flex2 .content .blueback {
  display: inline-block;
  background-color: #2f4399;
  color: white;
  border-radius: 4px;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
  font-size: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
@media (max-width: 600px) {
  .page-about .vision-box .flex2 .content .blueback {
    font-size: 3.4vw;
  }
}
@media (max-width: 900px) {
  .page-about .vision-box .flex2 .content .blueback {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .page-about .vision-box .flex2 .content .blueback {
    font-size: 4vw;
  }
}
.page-about .vision-box .flex2 .content .blueback.show {
  opacity: 1;
  transform: translateY(0);
}
.page-about .profile-box {
  padding-bottom: 120px;
}
.page-about .profile-box .flex2 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 800px) {
  .page-about .profile-box .flex2 {
    gap: 0;
  }
}
.page-about .profile-box .flex2 > div {
  flex: 1;
}
@media (max-width: 800px) {
  .page-about .profile-box .flex2 > div {
    flex: initial;
    width: 100%;
  }
}
.page-about .profile-box .flex2 table {
  width: 100%;
}
.page-about .profile-box .flex2 td {
  font-size: 14px;
  line-height: 1.6;
  padding: 6px;
  vertical-align: top;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1000px) {
  .page-about .profile-box .flex2 td {
    font-size: 3.2vw;
  }
}
.page-about .profile-box .flex2 td:first-child {
  font-weight: bold;
  width: 10em;
}
@media (max-width: 1000px) {
  .page-about .profile-box .flex2 td:first-child {
    width: 8em;
  }
}
.page-about .profile-box .flex2 td span.name {
  font-weight: bold;
}
.page-about .profile-box .flex2 td.mb1em {
  padding-bottom: 1em;
}
.page-about .profile-box .flex2 tr:last-child td {
  border-bottom: none;
}
@media (max-width: 800px) {
  .page-about .profile-box .flex2 tr:last-child td {
    border-bottom: 1px solid #aaa;
  }
}
.page-about .history-box {
  padding-bottom: 120px;
  background-color: #f2f5f4;
}
.page-about .history-box .flex2img {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.page-about .history-box .flex2img .imgbox {
  flex: 1;
}
.page-about .history-box .flex2img .imgbox img {
  width: 100%;
}
.page-about .history-box .tablebox {
  display: flex;
  justify-content: center;
}
.page-about .history-box .tablebox table {
  width: 100%;
  max-width: 860px;
}
.page-about .history-box .tablebox table td {
  border-bottom: 1px solid #aaa;
  padding: 1em;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media (max-width: 800px) {
  .page-about .history-box .tablebox table td {
    font-size: 3.2vw;
  }
}
.page-about .history-box .tablebox table td:first-child {
  padding-left: 1em;
  width: 5.5em;
  text-align: left;
}
@media (max-width: 800px) {
  .page-about .history-box .tablebox table td:first-child {
    width: 6em;
    padding-left: 0.5em;
    text-align: left;
  }
}
.page-about .history-box .tablebox table td:nth-child(2) {
  text-align: right;
  width: 4em;
  padding-left: 0;
}
@media (max-width: 600px) {
  .page-about .history-box .tablebox table td {
    padding: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .page-about .history-box .tablebox table td:first-child {
    text-align: right;
    width: 4em;
  }
  .page-about .history-box .tablebox table td:nth-child(2) {
    width: 3em;
    padding-right: 0.5em;
  }
  .page-about .history-box .tablebox table td:last-child {
    padding-left: 1em;
    padding-right: 0.5em;
  }
}
.page-about .access-box {
  padding-bottom: 120px;
}
.page-about .access-box .gmapbox {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-about .access-box .gmapbox p.txt {
  font-size: 14px;
  margin-bottom: 1em;
}
.page-about .access-box .map-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* アスペクト比 16:9 */
}
.page-about .access-box .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-about .access-box .centerbox {
  display: flex;
  justify-content: center;
}
.page-about .access-box .centerbox .arrowlink {
  margin-top: 2rem;
}
.page-about .aboutfootermenu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 90px;
  overflow: hidden;
}
.page-about .aboutfootermenu ul.pagelinkarrowSp {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  background-color: #f2f5f4;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-about .aboutfootermenu ul.pagelinkarrowSp li {
  width: 33.3333333333%;
  margin-bottom: 0.5em;
}
.page-about .aboutfootermenu ul.pagelinkarrowSp li a {
  color: black;
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (max-width: 600px) {
  .page-about .aboutfootermenu ul.pagelinkarrowSp li a {
    font-size: 3.2vw;
  }
}
.page-about .aboutfootermenu ul.pagelinkarrowSp li img {
  margin-left: 0.5em;
  width: 2em;
  transform: rotate(180deg);
}
@media (max-width: 500px) {
  .page-about .pageTop {
    bottom: 90px;
  }
  .page-about .fotterbox {
    padding-bottom: 90px;
  }
}

.results-public {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f5f4;
}
@media (max-width: 500px) {
  .results-public {
    padding-bottom: 0;
  }
}
.results-public .row {
  margin-top: 120px;
}
@media (max-width: 500px) {
  .results-public .row {
    margin-top: 3rem;
  }
}
.results-public .row:first-child {
  margin-top: 0;
}
.results-public .worksbox {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.results-public .worksbox p.year {
  margin-top: 2em;
  font-size: 32px;
  font-weight: bold;
  color: #2f4399;
}
@media (max-width: 800px) {
  .results-public .worksbox p.year {
    font-size: 4.5vw;
  }
}
.results-public .worksbox ul {
  margin-right: 1em;
  margin-top: 2em;
  font-size: 14px;
  margin-left: 2em;
  list-style-position: outside;
  list-style-type: disc;
}
@media (max-width: 800px) {
  .results-public .worksbox ul {
    margin-top: 1em;
  }
}
.results-public .worksbox ul.notype {
  list-style-type: none;
  margin-left: 1em;
}
@media (max-width: 800px) {
  .results-public .worksbox ul.notype {
    padding-bottom: 3em;
  }
}
.results-public .worksbox ul.notype li {
  line-height: 2;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .results-public .worksbox ul.notype li {
    font-size: 3vw;
    display: inline;
  }
}
.results-public .worksbox ul li {
  margin-bottom: 1em;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.03em;
}
@media (max-width: 800px) {
  .results-public .worksbox ul li {
    font-size: 3.2vw;
  }
}

.numtext {
  font-size: 26px;
}
@media (max-width: 800px) {
  .numtext {
    font-size: 16px;
  }
}/*# sourceMappingURL=page.css.map */