@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
@import "/Portals/0/css/base_res.css";
@import "/Portals/0/css/contents_recruit.css";
html {
  font-size: 100%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", system-ui;
  font-weight: 400;
  line-height: 2;
  font-size: 100%;
  color: #333;
  letter-spacing: 0.05em;
  background-color: #fffdf2;
}

#blockskip {
  display: none;
}

.inner {
  width: 100%;
  max-width: calc(1000px + 6%);
  margin: 0 auto;
  padding: 0 3%;
}

a[id^=dnn_ctr]:hover {
  opacity: 1;
}

.content_middle {
  padding: 100px 0;
}

.content_01 {
  padding: 100px 0;
  background: url(/Portals/0/images/recruit/index/bg_img001.jpg) no-repeat center/cover;
}

.content_02 {
  padding: 10px 0 100px;
}

.content_03 {
  padding: 100px 0;
  background: url(/Portals/0/images/recruit/index/bg_img002.jpg) no-repeat center/cover;
}

.content_04 {
  padding: 100px 0;
  background: url(/Portals/0/images/recruit/index/bg_img004.jpg) no-repeat center/cover;
}

._1Column_db .content_top {
  margin-bottom: 95px;
}

.breadcrumb {
  margin: 0 0 95px;
  padding: 5px 0;
  background-color: #fe696f;
}
.breadcrumb [id*=BREADCRUMB] {
  display: inline;
  flex-wrap: wrap;
  color: #fff;
}
.breadcrumb [id*=BREADCRUMB] a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb [id*=BREADCRUMB] a:hover {
  text-decoration: underline;
}
.breadcrumb [id*=BREADCRUMB] span.separator {
  padding: 0 0.5em;
  font-size: 100%;
}
.breadcrumb > .inner > span > a.breadcrumbItem:first-child {
  display: none;
}
.breadcrumb > .inner > span > a.breadcrumbItem:first-child + span.separator {
  display: none;
}

._1Column_db .breadcrumb {
  margin-bottom: 0;
}

#footer {
  background-color: #ffb0b3;
  margin: 0;
  padding: 100px 0 0;
}
#footer .inner {
  max-width: 1000px;
}
#footer .foot_bottom {
  margin-top: 90px;
}
#footer .copyright {
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
#footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5px;
  z-index: 10;
}
#footer .pagetop a {
  display: block;
  background: url(/Portals/0/images/recruit/common/toppage.png) no-repeat center/contain;
  width: 80px;
  height: 80px;
  text-indent: -200%;
  overflow: hidden;
  cursor: pointer;
}

._1Column #footer {
  margin-top: 140px;
}

._1Column_db #footer {
  margin-top: 140px;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
#header .head_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  height: 130px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}

._1Column #header,
._1Column_db #header {
  background: url(/Portals/0/images/recruit/common/h1.jpg) no-repeat center center/cover;
}

.editMode #header {
  position: relative;
}

.pagetitle {
  height: 332px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.pagetitle:before {
  content: "";
  position: absolute;
  -webkit-backdrop-filter: contrast(0.8);
  backdrop-filter: contrast(0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.pagetitle h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 332px;
  margin: 0;
  padding: 0 0.5em;
  color: #fff;
  font-size: 2.25em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.pagetitle .pagetitle_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pagetitle .pagetitle_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.editMode .pagetitle {
  height: auto;
}
body.editMode .pagetitle:before {
  display: none;
}
body.editMode .pagetitle h1 {
  color: #333;
  height: auto;
}
body.editMode .pagetitle .pagetitle_bg {
  position: static;
  transform: translate(0, 0);
}

.pagetitle.db {
  height: auto;
  padding: 50px 0;
  background-color: #ffb0b3;
}
.pagetitle.db:before {
  display: none;
}
.pagetitle.db h1 {
  display: block;
  height: auto;
  color: #333;
  font-size: 2.25em;
  letter-spacing: 0.05em;
  line-height: 2;
}
.pagetitle.db .db_heading h1 {
  color: #fe696f;
  font-size: 3.125em;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.1em;
}
.pagetitle.db .db_heading h1 span {
  display: block;
  color: #333;
  line-height: 1;
  margin-top: 27px;
  font-size: 0.4em;
  font-style: normal;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .inner {
    width: 100%;
  }
  .content_middle {
    padding: 50px 0;
  }
  .content_01 {
    padding: 50px 0;
    background-image: url(/Portals/0/images/recruit/index/sp_bg_img001.jpg);
  }
  .content_02 {
    padding: 10px 0 60px;
  }
  .content_03 {
    padding: 60px 0;
    background-image: url(/Portals/0/images/recruit/index/sp_bg_img002.jpg);
  }
  .content_04 {
    padding: 25% 0 50px;
    background-position: center top;
    background-size: 100%;
  }
  ._1Column_db .content_top {
    margin-bottom: 75px;
  }
  .breadcrumb {
    margin: 0 0 75px;
  }
  #footer {
    padding: 50px 0 0;
  }
  #footer .foot_bottom {
    margin-top: 40px;
  }
  #footer .copyright {
    padding: 30px 0 18vw 0;
    font-size: 12px;
  }
  #footer .pagetop {
    bottom: 17vw;
    right: 5px;
    z-index: 10;
  }
  #footer .pagetop a {
    width: 60px;
    height: 60px;
  }
  #header .head_inner {
    height: 80px;
  }
  #header .logo {
    width: 31vw;
    max-width: 163px;
  }
  .pagetitle {
    height: 178px;
  }
  .pagetitle h1 {
    height: 178px;
    font-size: 24px;
  }
  .pagetitle.db {
    padding: 30px 0;
  }
  .pagetitle.db .db_heading h1 {
    font-size: 2.5em;
  }
  .pagetitle.db .db_heading h1 span {
    margin-top: 16px;
  }
}
/*
  以下、スキン固有の記述をする
*/
