@media print, screen and (min-width: 769px) {
  .ispc_line {
    display: inline-block;
  }
}
@media screen and (max-width: 768.98px) {
  .ispc_line {
    display: none;
  }
}
.fontJaBold,
.office_link__txt,
.office_btn__link,
.officeArea_top__des,
.officeArea_top__btn,
.officeArea_content__introduce,
.officeArea_content__item-ttl,
.officeAreaContactSp_VRLink {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.office {
  padding: 130px 0 200px;
}
@media print, screen and (min-width: 769px) {
  .office {
    background-image: linear-gradient(#e1f1f1 0%, #fff calc(800 / 1920 * 100%));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .office {
    padding: 100px 0 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .office {
    padding: 80px 0 130px;
  }
}
@media screen and (max-width: 768.98px) {
  .office {
    padding: 10.666666666666666vw 0 26.666666666666668vw;
  }
}
.office_ttl {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1;
  font-size: 28px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .office_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768.98px) {
  .office_ttl {
    font-size: 4.8vw;
  }
}
.office_des {
  margin: 40px 40px 80px;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media print, screen and (min-width: 769px) {
  .office_des {
    text-align: center;
  }
}
@media screen and (max-width: 768.98px) {
  .office_des {
    margin: 0 5.333333333333333vw 10.666666666666666vw;
    font-size: 4vw;
  }
}
.office_list {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .office_list {
    row-gap: 40px;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .office_list {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768.98px) {
  .office_list {
    row-gap: 0.533333333333333vw;
    justify-content: space-between;
  }
}
.office_list__item {
  flex: 0 0 calc(386 / 1200 * 100%);
  margin: 0 1.666666666666667% 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .office_list__item {
    flex: 0 0 calc(580 / 1200 * 100%);
    margin: 0;
  }
}
@media screen and (max-width: 768.98px) {
  .office_list__item {
    flex: 0 0 calc(186.5 / 375 * 100%);
    margin: 0;
  }
}
.office_list__item:nth-child(3n) {
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .office_list__item:nth-child(3n) {
    margin: 0 3.333333333333333% 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .office_list__item:nth-child(2n) {
    margin: 0;
  }
}
.office_list__item-link {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 768.98px) {
  .office_list__item-link {
    background-color: #78b3bc;
    border-radius: 0;
    padding: 0 10.666666666666666vw 0 5.333333333333333vw;
    line-height: 1.3;
    min-height: 14.666666666666666vw;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .office_list__item-link:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1025px) {
  .office_list__item-link:hover:before,
  .office_list__item-link:hover:after {
    bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .office_list__item-link:hover .office_list__item-thumb--outer {
    transform: scale(1.06);
  }
}
.office_list__item-link:before,
.office_list__item-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 40px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768.98px) {
  .office_list__item-link:before,
  .office_list__item-link:after {
    background-color: transparent;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 4vw;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    width: 8px;
    height: 8px;
  }
}
.office_list__item-link:before {
  transform: translateX(-11px) rotate(40deg);
}
@media screen and (max-width: 768.98px) {
  .office_list__item-link:before {
    display: none;
  }
}
.office_list__item-link:after {
  transform: translateX(-3px) rotate(-40deg);
}
@media screen and (max-width: 768.98px) {
  .office_list__item-link:after {
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 768.98px) {
  .office_list__item-thumb {
    display: none;
  }
}
.office_list__item-thumb--outer {
  transition: all 0.7s ease;
  position: relative;
}
.office_list__item-thumb--outer:before {
  content: "";
  position: absolute;
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.office_list__item-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 768.98px) {
  .office_list__item-txt {
    position: relative;
  }
}
.office_list__item-txt--name,
.office_list__item-txt--note {
  color: #fff;
  font-weight: bold;
}
.office_list__item-txt--name {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .office_list__item-txt--name {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768.98px) {
  .office_list__item-txt--name {
    display: none;
  }
}
.office_list__item-txt--note {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media print, screen and (min-width: 769px) {
  .office_list__item-txt--note {
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .office_list__item-txt--note {
    font-size: 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .office_list__item-txt--note {
    font-size: 3.466666666666667vw;
    text-align: center;
  }
}
.office_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 80px 150px;
}
@media print, screen and (min-width: 769px) {
  .office_link {
    row-gap: 30px;
    column-gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .office_link {
    row-gap: 30px;
    column-gap: 30px;
    padding: 100px 80px 80px;
  }
}
@media screen and (max-width: 768.98px) {
  .office_link {
    padding: 13.333333333333334vw 5.333333333333333vw;
    row-gap: 3.466666666666667vw;
    column-gap: 5.333333333333333vw;
  }
}
.office_link__item {
  line-height: 1;
}
.office_link__txt {
  color: #333;
  line-height: 1;
  font-size: 18px;
}
@media screen and (max-width: 768.98px) {
  .office_link__txt {
    font-size: 3.466666666666667vw;
  }
}
@media screen and (max-width: 768.98px) {
  .office_btn {
    padding: 0 5.333333333333333vw;
  }
}
.office_btn__link {
  width: 380px;
  margin: 0 auto;
  padding: 20px 0 20px 50px;
  background-color: #437177;
  border: 5px solid #437177;
  border-radius: 35px;
  display: block;
  position: relative;
  color: #fff;
  line-height: 1;
  font-size: 18px;
}
@media screen and (max-width: 768.98px) {
  .office_btn__link {
    width: 100%;
    text-align: center;
    font-size: 4vw;
    padding: 5.866666666666666vw 0 6.133333333333333vw;
    border-width: 0;
    border-radius: 9.333333333333334vw;
  }
}
.office_btn__link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: all 0.4s ease;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) translateX(-2px) rotate(225deg);
}
@media screen and (max-width: 768.98px) {
  .office_btn__link:after {
    width: 10px;
    height: 10px;
    right: 7.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .office_btn__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1025px) {
  .office_btn__link:hover:after,
  .office_btn__link .office_btn__link:after {
    right: 20px;
  }
}
.officeArea {
  padding-bottom: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .officeArea {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768.98px) {
  .officeArea {
    padding-bottom: 13.333333333333334vw;
  }
}
.officeArea_top {
  position: relative;
}
.officeArea_top__detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768.98px) {
  .officeArea_top__detail {
    display: none;
  }
}
.officeArea_top__img {
  position: relative;
}
.officeArea_top__img img {
  object-fit: cover;
  max-height: 800px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .officeArea_top__img img {
    min-height: 500px;
  }
}
@media screen and (max-width: 768.98px) {
  .officeArea_top__img img {
    max-height: unset;
  }
}
@media print, screen and (min-width: 769px) {
  .officeArea_top__img:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
  }
}
.officeArea_top__ttl {
  margin: 0;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768.98px) {
  .officeArea_top__ttl {
    color: #333;
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.3;
  }
}
.officeArea_top__des {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768.98px) {
  .officeArea_top__des {
    color: #333;
    text-align: center;
    font-size: 4.266666666666667vw;
    margin: 1.866666666666667vw 0 6.133333333333333vw;
  }
}
.officeArea_top__wrap {
  display: flex;
  align-items: center;
  column-gap: 19px;
  margin: 35px 0 0;
}
.officeArea_top__address,
.officeArea_top__map {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
.officeArea_top__map {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .officeArea_top__map:hover {
    opacity: 0.6;
  }
}
.officeArea_top__btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 34px 10px 35px;
  font-size: 14px;
  margin: 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .officeArea_top__btn:hover {
    background-color: #fff;
    color: #333;
  }
}
.officeArea_content {
  padding-top: 94px;
}
@media screen and (max-width: 768.98px) {
  .officeArea_content {
    padding-top: 7.2vw;
  }
}
.officeArea_content__introduce {
  margin: 0 0 115px;
  font-size: 18px;
}
@media print, screen and (min-width: 769px) {
  .officeArea_content__introduce {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .officeArea_content__introduce {
    text-align: left;
  }
}
@media screen and (max-width: 768.98px) {
  .officeArea_content__introduce {
    margin: 0 0 13.333333333333334vw;
    font-size: 4vw;
    font-weight: normal;
    line-height: 1.74;
  }
}
.officeArea_content__item {
  margin-top: 100px;
}
@media print, screen and (min-width: 769px) {
  .officeArea_content__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.officeArea_content__item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  .officeArea_content__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768.98px) {
  .officeArea_content__item {
    margin-top: 13.333333333333334vw;
  }
}
.officeArea_content__item-thumb {
  flex: 0 0 calc(650 / 1200 * 100%);
  overflow: hidden;
  border-radius: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .officeArea_content__item-thumb {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768.98px) {
  .officeArea_content__item-thumb {
    border-radius: 5.333333333333333vw;
  }
}
.officeArea_content__item-info {
  flex: 0 0 calc(500 / 1200 * 100%);
}
.officeArea_content__item-ttl {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768.98px) {
  .officeArea_content__item-ttl {
    margin: 0 0 6.133333333333333vw;
    font-size: 4.266666666666667vw;
  }
}
.officeArea_content__item-des {
  margin: 0;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768.98px) {
  .officeArea_content__item-des {
    margin: 6.133333333333333vw 0 0;
    font-size: 4vw;
  }
}
.officeAreaContactSp {
  margin: 5.333333333333333vw 0 10.666666666666666vw;
}
@media print, screen and (min-width: 769px) {
  .officeAreaContactSp {
    display: none;
  }
}
.officeAreaContactSp_VRLink {
  font-size: 3.733333333333333vw;
  color: #333;
  text-decoration: underline;
  line-height: 2;
}
.officeAreaContactSp_MapLink {
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  color: #333;
  font-size: 3.2vw;
}
.officeAreaContactSp_txt {
  margin: 0;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 3.733333333333333vw;
}
