img { max-width: 100%; vertical-align: bottom; }
:where(.footer) ul, :where(.footer) li { list-style: none; margin: 0; padding: 0; }
:where(.footer) a { text-decoration: none; transition: all 0.3s; color: inherit; }
/* ===== サイト共通フッター用スタイル（style-recruit.cssより該当クラスのみ抽出・マージ） ===== */
.footer {
  position: relative;
  display: flex;
}
.pagetop {
  position: absolute;
  top: 30px;
  right: 5%;
  width: 65px;
  height: 65px;
}
.footerInfo {
  width: 60%;
  background: #e7f6fd;
  border-radius: 0 150px 0 0;
  padding: 170px 0 0 calc((100% - 1200px) / 2);
}
.footerInfoContact {
  text-align: center;
  width: 355px;
}
.footerInfoContact-title {
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
.footerInfoContact-main-tel02 {
  border-bottom: 1px solid #000;
  padding: 0 0 20px;
  font-size: 40px;
  font-family: "Oswald", 游ゴシック体, Yu Gothic Medium, Yu Gothic, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
}
.footerInfoContact-main-tel02 a {
  color: #000;
}
.footerInfoContact-main-subtitle {
  padding-top: 20px;
  font-weight: bold;
  font-size: 20px;
}
.footerInfoContact-subtitle {
  font-weight: bold;
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 99px;
  position: relative;
  margin-bottom: 20px;
}
.footerInfoContact-subtitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 10px 0px 10px;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -20px;
}
.footerInfoContact-main {
  margin-bottom: 70px;
  border-bottom: 1px solid #000;
  font-family: "Oswald", 游ゴシック体, Yu Gothic Medium, Yu Gothic, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
}
.footerInfoContact-main-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dotted #000;
  padding: 20px 0;
  font-size: 40px;
}
.footerInfoContact-main-tel::before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 22px;
  margin-right: 15px;
  background: url(/img/common/ico-freedial.png) center center/contain no-repeat;
}
.footerInfoContact-main-tel a {
  color: #000;
}
.footerInfoContact-main-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  padding: 20px 0;
  font-size: 25px;
}
.footerInfoContact-main-mail::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/img/common/ico-mail.png) center center/contain no-repeat;
}
.footerInfoContact-main-mail a {
  color: #000;
}
.footerInfoAddress-logo {
  width: 170px;
  margin-bottom: 30px;
}
.footerInfoAddress-name {
  font-weight: bold;
  margin-bottom: 20px;
}
.footerInfoAddress-jusho {
  font-size: 13px;
  line-height: 1.8;
}
.footerNaviArea {
  flex: 1;
  margin-top: 60px;
  margin-left: -20%;
  padding: 110px 80px;
  border-radius: 150px 0 0 0;
  background: #13a7e8;
}
.footerNavi {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: bold;
}
.footerNavi a {
  color: #fff;
}
.footerNavi-ul-li {
  position: relative;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.71);
  padding: 18px 30px;
}
.footerNavi-ul-li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 26px;
  width: 1px;
  height: 28px;
  background: #fff;
}
.footerNavi-ul-li:last-child {
  border-bottom: none;
}
.footerNavi-ul-li a {
  display: block;
  padding: 8px 0;
}
.footerNavi-ul-li-ja {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}
.footerNavi-ul-li-en {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.footerNaviSub {
  margin-top: 10px;
  padding-left: 20px;
}
.footerNaviSub-li {
  font-size: 12px;
}
.footerCopy {
  display: block;
  color: #fff;
  text-align: right;
}
@media (max-width: 767px) {
  .footer {
    display: block;
  }
  .pagetop {
    position: fixed;
    top: auto;
    bottom: 40px;
  }
  .footerInfo {
    width: 90%;
    padding: 15vw 0;
    border-radius: 0 100px 100px 0;
  }
  .footerInfoContact {
    width: 80%;
    margin: 0 auto;
  }
  .footerInfoContact-main-tel {
    font-size: 7vw;
  }
  .footerInfoContact-main-mail {
    font-size: 6vw;
  }
  .footerInfoAddress {
    padding: 0 15px 0 10%;
  }
  .footerInfoAddress-jusho {
    font-size: 12px;
  }
  .footerNaviArea {
    width: 90%;
    margin: 10px 0 0 auto;
    padding: 50px 5% 30px 10%;
  }
  .footerNavi {
    display: block;
  }
  .footerCopy {
    margin-top: 30px;
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .footerInfo {
    padding-left: 3%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerInfo {
    width: 44%;
    border-radius: 0 100px 0 0;
    padding-top: 130px;
  }
  .footerInfoContact {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .footerInfoContact-main-tel {
    font-size: 4vw;
  }
  .footerInfoContact-main-mail {
    font-size: 4vw;
  }
  .footerInfoAddress {
    width: 80%;
  }
  .footerNaviArea {
    padding: 40px;
    margin-left: -5%;
    padding-right: 5%;
    border-radius: 100px 0 0 0;
  }
  .footerNavi {
    display: block;
  }
  .footerNavi-ul-li {
    padding-right: 0;
  }
  .footerNaviSub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
  }
  .footerNaviSub-li {
    width: 48%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .footerInfoAddress {
    width: 60%;
  }
  .footerNaviArea {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (hover: hover) {
  .footerNavi-ul-li a:hover {
    opacity: 0.7;
  }
}
.pswp-gallery-nav br,
.pswp-gallery-footer br {
  display: none;
}
@media (min-width: 980px) {
  .pswp-gallery-nav br,
  .pswp-gallery-footer br {
    display: block;
  }
}
[class^="pswp-gallery"] a:nth-of-type(n+2) { display: none; }
