@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : support.css
Description : 働く環境
===================================================================== */
/* ========================================================
    submv
======================================================== */
@media screen and (min-width: 768px) {
  .submv.index .submv_column::after {
    background-image: url(../images/support/submv_bg01_pc.jpg);
  }
}
.submv.index .submv_ttl > span {
  font-weight: 700;
}

/* ========================================================
    welfare
======================================================== */
.welfare {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .welfare {
    padding: 12rem 0;
  }
}
.welfare .inner {
  max-width: 1840px;
}
.welfare_column {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .welfare_column {
    width: 80%;
    margin: 0 auto;
  }
}
.welfare_lead {
  position: relative;
  width: 100%;
  text-align: left;
  color: #00184D;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .welfare_lead {
    margin: 0 auto 12rem;
    text-align: left;
    width: 100%;
  }
}
.welfare_ttl {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .welfare_ttl {
    padding-bottom: 1.5rem;
  }
}
.welfare_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 105.9701492537%;
  height: 3px;
  background-color: #e31d1a;
}
@media screen and (min-width: 768px) {
  .welfare_ttl::before {
    width: 100%;
  }
}
.welfare_ttl > span {
  position: relative;
  display: inline-block;
  color: #306cc7;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .welfare_ttl > span {
    font-size: 1.8rem;
  }
}
.welfare_ttl > em {
  display: block;
  margin-top: 0.15em;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
.welfare_wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .welfare_wrap {
    width: 100%;
    margin: 6rem auto 0;
  }
}
.welfare_img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .welfare_img {
    width: 47.1428571429%;
  }
}
.welfare_img > picture {
  display: block;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.welfare_list {
  position: relative;
  width: 88.0597014925%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .welfare_list {
    width: 23.5714285714%;
    margin: 0;
  }
}
.welfare_list > li {
  width: 100%;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .welfare_list > li {
    margin-top: 2.4rem;
  }
}
.welfare_list > li:first-child {
  margin-top: 0;
}
.welfare_list > li > span {
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .welfare_list > li > span {
    font-size: 2rem;
  }
}
.welfare_list > li > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.3em;
  height: 100%;
  background-color: #306cc7;
}

/* ========================================================
    office
======================================================== */
.office {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .office {
    padding: 7rem 0;
  }
}
.office::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, #e7edf8 0%, #dbf0f0 100%);
  z-index: -2;
}
.office .inner {
  max-width: 1880px;
}
.office_column {
  position: relative;
  width: 100%;
}
.office_ttl {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
  text-align: left;
}
.office_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 105.9701492537%;
  height: 3px;
  background-color: #e31d1a;
}
@media screen and (min-width: 768px) {
  .office_ttl::before {
    width: 100%;
  }
}
.office_ttl > span {
  position: relative;
  display: inline-block;
  color: #e31d1a;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .office_ttl > span {
    font-size: 1.8rem;
  }
}
.office_ttl > em {
  display: block;
  margin-top: 0.15em;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
.office_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .office_wrap {
    width: 80%;
    margin: 6rem auto 0;
  }
}
.office_text {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .office_text {
    text-align: center;
  }
}
.office_img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2.8rem;
}
.office_img > li {
  width: 47.7611940299%;
  margin: 3.2rem 0 0 4.4776119403%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .office_img > li {
    width: 31.4285714286%;
    margin: 3.2rem 0 0 2.8571428571% !important;
  }
}
.office_img > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .office_img > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .office_img > li:hover > figure > img {
    transform: scale(1.05);
  }
}
.office_img > li > figure {
  position: relative;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.office_img > li > figure::before {
  content: "";
  position: absolute;
  right: 2.9850746269%;
  bottom: 4.6511627907%;
  display: block;
  width: 10.1492537313%;
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon_zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}
.office_img > li > figure > img {
  transition: 0.3s ease;
}
.office_popupimg {
  position: relative;
  width: 100%;
}
.office_popupimg > figure {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .office_popupimg > figure {
    border-radius: 2rem;
  }
}/*# sourceMappingURL=support.css.map */