@charset "UTF-8";
/* CSS Document */
/*ヘッダータイトルスクロール*/
.headerScroll {
  height: 1300rem;
  position: relative;
  z-index: 2;
}
.headerScrollContents {
  position: sticky;
  top: 100rem;
}
/*ヘッダータイトルスクロール*/
.headerContents {
  margin-top: 80rem;
  position: relative;
}
@media (max-width: 640px) {
}
.topHeading {
  font-size: 100rem;
  line-height: 1.5;
  letter-spacing: 20rem;
}
.horizontalLine {
  display: block;
  width: 200rem;
  background-color: #000;
  height: 6rem;
  margin-top: 50rem;
}
.topHeadingEn {
  font-size: 33rem;
  margin-top: 50rem;
}
.headerContents img {
  position: absolute;
  top: 250rem;
}
@media (max-width: 640px) {
  .headerSpLogo {
    width: 400rem;
  }
  .headerContentsSp{
    width: 80% !important;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .topHeading {
    font-size: 70rem;
    line-height: 1.5;
    z-index: 2;
    margin-top: 80rem;
  }
  .horizontalLine {
    top: 370rem;
  }
  .topHeadingEn {
    font-size: 28rem;
    top: 410rem;
  }
}
/*ヘッダースライド*/
@media (max-width: 640px) {
  .headerScroll{
    height: 1900rem;
  }
  .headerScrollContents {
    top: 200rem;
  }
  .headerContents img {
    top: 0;
  }
  .headerContentsImgSp {
    top: 65rem!important;
    height: 63vh;
  }
}

/*下層共通*/
/*Policy 会社案内*/
/*{
  width:var(--container-max-width);
  margin-left:var(--margin-left);
}*/
/*ABOUT*/
.section-about p {
  line-height: 2;
  font-size: 30rem;
  margin-bottom: 40rem;
}
/*NEWS*/
.section-news {
  background-color: #6496ac;
  padding: 80rem 100rem;
  color: #fff;
}
@media(max-width: 640px){
  .section-news {
    padding: 80rem 60rem;
  }
}
.section-news h2 {
  color: #fff;
}
@media (max-width: 640px) {
  .newsTitle {
    margin-bottom: 60rem;
  }
}
.section-news a {
  color: #fff;
  font-weight: 400;
}
.section-news h3 {
  color: #fff;
}
.newsItem {
  display: flex;
  gap: 80rem;
  padding: 40rem 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 640px) {
  .newsItem {
    display: block;
  }
  .newsItem time {
    margin-bottom: 10rem;
    display: block;
  }
}
.newsContents {
  width: 100%;
  height:380rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 640px) {
  .newsContents {
    height: 550rem;
  }
}
.newsItemTopBorder{
  border-top: 1px solid #fff;
}

/*SERVICE*/
.section-service h3 {
  margin-bottom: 40rem;
}
.section-service ul {
  line-height: 2.5;
}
.section-service  a {
  color: #000;
}
.serviceContent {
  position: relative;
  margin-bottom: 80rem;
}
.serviceMap {
  position: absolute;
  z-index: -1;
  width: 590rem;
  right: 0;
  bottom: 0;
}
.serviceAnnotation {
  font-weight: 400;
  display: block;
  margin-top: 10rem;
}
.serviceContent ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
　padding-top:30rem;
}
.serviceContent ul li {
  width: calc(100% / 3 - 20rem);
}
.servicePlace {
  cursor: pointer;
}
@media (max-width: 640px) {
  .serviceMap {
    bottom: 330rem;
  }
  .servicePlace {
    width: 100%;
  }
  .serviceContent ul {
    display: flex;
    gap: 10rem 10rem;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30rem;
  }
  .serviceContent ul li {
    width: calc(100% / 2 - 10rem);
  }
  .btnLine {
    margin-top: 0!important;
  }
}
.btnLine {
    margin-top: 0!important;
  }
.serviceMapList {
	margin-top:40rem;
}
/*採用*/
.recruitList {
}
.recruitLead {
  font-size: 50rem;
  letter-spacing: 8rem;
  margin-bottom: 20rem;
}
.recruitText {
  font-size: 30rem;
  margin-bottom: 20rem;
  letter-spacing: 6rem;
}
.recruitLists {
  display: flex;
}
.recruitList {
  flex: 1;
  margin-bottom: 10rem;
}
.profileContents ul {
  display: flex;
  gap: 40rem;
  padding: 40rem 60rem;
  background-color: #F8F8F8;
  margin-bottom: 10rem;
}
.profileItem{
  flex: 1;
}
.profileInfo {
  flex: 3;
  font-weight: 400;
}
.profileAddr {
  font-size: 20rem;
  display: block;
  padding: 5rem 0 15rem;
}
@media (max-width: 640px) {
  .recruitLead {
    font-size: 44rem;
  }
  .recruitLists {
    display: block;
  }
  .profileContents ul {
    display: block;
    padding: 30rem 40rem;
  }
  .profileItem {
    font-size: 30rem;
    margin-bottom: 10rem;
  }
}
/*お問い合わせ*/
.section-contact {
  padding: 80rem 100rem;
  background-color: #F8F8F8;
}
.contactText {
  font-size: 50rem;
  letter-spacing: 8rem;
  margin: 6rem 0 20rem;
}
.contactContents {
  display: flex;
  gap: 80rem;
}
.contactTel, .contactFormBnr {
  flex: 1;
  height: 200rem;
}
.contactTel p {
  letter-spacing: 6rem;
}
.contactTel a {
  color: #000;
  font-size: 50rem;
  letter-spacing: 8rem;
}
.contactFormBnr {
  background-color: #3988a2;
  color: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
}
.contactFormBnr a {
  color: #fff;
}
@media (max-width: 640px) {
  .contactFormBnr{
    font-size: 30rem;
    letter-spacing: 4rem;
  }
  .section-contact {
    padding: 80rem 60rem;
  }
  .contactContents {
    display: block;
  }
}
/*MAPポップアップ*/
.popUp-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 背景の暗転 */
  display: none; /* 初期状態では非表示 */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popUp-content {
  background: #fff;
  padding: 50rem;
  border-radius: 20rem;
  position: relative;
  width: 80%;
  box-sizing: border-box;
  max-width: 1200rem;
  height: 90%;
  overflow: scroll;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 640px) {
  .popUp-content {
    width: 95%;
  }
}

.close-btn {
  position: absolute;
  top: 2rem;
  right: 38rem;
  font-size: 24px;
  cursor: pointer;
}
/*ポップアップコンテンツ内容*/
.mapContentsBtn {
  flex-wrap: wrap;
  display: flex;
  gap: 20rem;
  text-align: center;
  align-items: center;
}
.mapContentBtn {
  width: 353rem;
  line-height: 1.5;
  padding: 10rem 13rem;
  background-color: #3988a2;
  color: #fff;
  height: 59rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18rem;
}
@media (max-width: 640px) {
  .mapContentBtn {
    width: 605rem;
  }
}

.mapContentBtn a{
  color: #fff;
}
.popUpImg {
  width: 100%;
  margin-bottom: 20rem;
}
.popUp-content h3 {
  margin-bottom: 20rem;
}