@charset "UTF-8";
/* //////////////////////////////////////////////////

仕事を知る要定

////////////////////////////////////////////////// */
/*
$d_green: #015A49;
$gray: #EFF2F1;

$place_holder: #d5d5d5;
$white: #ffffff;
$error: #ffa9a9;
$error_bg: #ffe7e7;
*/
.title_img .ttl_box .c-secttl.color {
  color: #232528;
}

.movie_cont {
  margin-top: -18rem;
  padding: 18rem 0 3rem;
  background: #4d8f92;
}
.movie_cont .movie-ttl {
  margin-bottom: 2rem;
  padding: 1.2rem 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.movie_cont .movie-ttl .sub {
  font-size: 1em;
}
.movie_cont .movie-ttl .main {
  font-size: 1.25em;
}
.movie_cont .movie-body {
  margin-bottom: 3rem;
}
.movie_cont .movie-body iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie_cont .movie-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
.movie_cont .movie-links .item {
  display: flex;
  justify-content: space-between;
  height: 5rem;
  padding: 0 2.4rem;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  background: #fff;
  border-radius: 8px;
}
.movie_cont .movie-links .item .icon {
  width: 1em;
}

@media screen and (min-width: 769px) {
  .movie_cont {
    margin-top: -50rem;
    padding: 50rem 0 8rem;
  }
  .movie_cont .c-s_inner {
    width: min(76rem, 90%);
  }
  .movie_cont .movie-ttl {
    margin-bottom: 5.2rem;
    padding: 2.4rem 0;
    font-size: 2.4rem;
  }
  .movie_cont .movie-body {
    margin-bottom: 12rem;
  }
  .movie_cont .movie-links {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
  .movie_cont .movie-links .item {
    height: 10rem;
    padding: 0 2.4rem;
    font-size: 1.8rem;
  }
}
.work_cont {
  padding-bottom: 4rem;
  background: #ebeff3;
}
.work_cont::before {
  background: #4d8f92;
}
.work_cont .title_img {
  position: relative;
  z-index: auto;
  height: 32rem;
}
.work_cont .title_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.work_cont .title_img .ttl_box {
  position: absolute;
  z-index: 1;
  top: 10rem;
  left: 0;
  width: 100%;
  color: #fff;
}
.work_cont .title_img .ttl_box .c-secttl {
  margin-bottom: 2rem;
}
.work_cont .title_img .ttl_box .c-secttl::before {
  background: linear-gradient(to right, #fffcd8 0%, #bad8ff 100%);
}
.work_cont .title_img .ttl_box .c-secttl::after {
  content: none;
}
.work_cont .work-inner {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  margin-bottom: 3rem;
  padding: 1.6rem 2rem 2rem;
  border-radius: 16px;
  background: #fff;
}
.work_cont .work-inner .work-readimg {
  margin-bottom: 2.8rem;
}
.work_cont .work-inner .work-readimg img {
  border-radius: 16px;
}
.work_cont .work-inner .work-ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  color: #0B1A66;
  font-size: 1.6rem;
}
.work_cont .work-inner .work-ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6rem;
  height: 1px;
  background: #0B1A66;
}
.work_cont .work-inner .work-ttl .main {
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.5em;
}
.work_cont .work-body {
  margin-bottom: 2.8rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #ebeff3;
}
.work_cont .work-info .work-info_list:first-child {
  margin-bottom: 2.8rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #ebeff3;
}
.work_cont .work-info .work-info_list:first-child .list {
  letter-spacing: -0.02em;
}
.work_cont .work-info .work-info_list .ttl {
  text-align: center;
}
.work_cont .work-info .work-info_list .ttl .ttl_inner {
  display: inline-block;
  vertical-align: middle;
  height: 3.6rem;
  margin-bottom: 3rem;
  padding: 0 3.6rem;
  line-height: 3.6rem;
  font-size: 1.6rem;
  border: 1px solid #232528;
  border-radius: 100vw;
}
.work_cont .work-info .work-info_list .list .item {
  margin: 0 1em 1.2rem 0;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.work_cont .work-info .work-info_list .list .item::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  margin-right: 0.6em;
  aspect-ratio: 1/1;
  background: #FDD73F;
}
.work_cont .work-info .work-info_list .list .item .item_col {
  display: block;
  margin-left: -0.4em;
  text-indent: -0.8em;
}
.work_cont .work-info .etc {
  text-align: right;
  font-size: 1rem;
}
.work_cont .work-miryoku {
  padding: 4rem 1.6rem 2.8rem;
  background: #FDD73F;
  border-radius: 16px;
}
.work_cont .work-miryoku .work-miryoku-ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1rem;
}
.work_cont .work-miryoku .work-miryoku-ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6rem;
  height: 1px;
  background: #232528;
  transform: translateX(-50%);
}
.work_cont .work-miryoku .work-miryoku-ttl .main {
  font-size: 2.4em;
}
.work_cont .work-miryoku .work-miryoku-ttl .sub {
  letter-spacing: -0.05em;
}
.work_cont .work-miryoku .work-miryoku-body .item {
  margin: 0 1em 1.2rem 0;
  padding-left: 1.5em;
  text-indent: -1.8em;
}
.work_cont .work-miryoku .work-miryoku-body .item::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  margin-right: 1em;
  aspect-ratio: 1/1;
  background: #fab112;
}
.work_cont .work-miryoku .work-miryoku-body .item b {
  font-size: 1.18em;
}

@media screen and (min-width: 769px) {
  .work_cont {
    padding-bottom: 4rem;
  }
  .work_cont .title_img {
    height: 54rem;
  }
  .work_cont .title_img .ttl_box {
    top: 20rem;
  }
  .work_cont .work-inner {
    margin-top: -10rem;
    margin-bottom: 3rem;
    padding: 3.6rem 3.6rem 4.8rem;
  }
  .work_cont .work-inner .work_pcbox {
    display: flex;
    flex-flow: row-reverse nowrap;
    column-gap: 8rem;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  .work_cont .work-inner .work-readimg {
    flex: 1 1 auto;
    width: 46.6rem;
    margin-bottom: 0;
  }
  .work_cont .work-inner .work-ttl {
    flex: 1 1 auto;
    width: calc(100% - 55rem);
    font-size: 1.8rem;
  }
  .work_cont .work-inner .work-ttl .sub {
    margin-bottom: 0.25em;
  }
  .work_cont .work-body {
    margin-bottom: 8rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  .work_cont .work-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.8rem;
    width: 90%;
    margin: 0 auto;
  }
  .work_cont .work-info .work-info_list:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #ebeff3;
  }
  .work_cont .work-info .work-info_list:first-child .list {
    letter-spacing: 0;
  }
  .work_cont .work-info .etc {
    grid-area: 2/1/3/3;
  }
  .work_cont .work-miryoku {
    padding: 3.6rem 5.2rem 4.8rem;
  }
  .work_cont .work-miryoku .work-miryoku-ttl {
    margin-bottom: 3.6rem;
    font-size: 1.2rem;
  }
  .work_cont .work-miryoku .work-miryoku-body .item b {
    font-size: 1.25em;
  }
}
.day_cont {
  padding-bottom: 4rem;
  background: #fff;
}
.day_cont::before {
  background: #ebeff3;
}
.day_cont .title_img {
  position: relative;
  z-index: auto;
  height: 32rem;
}
.day_cont .title_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.day_cont .title_img .ttl_box {
  position: absolute;
  z-index: 1;
  top: 10rem;
  left: 0;
  width: 100%;
  color: #fff;
}
.day_cont .title_img .ttl_box .c-secttl {
  margin-bottom: 2rem;
}
.day_cont .title_img .ttl_box .c-secttl::before {
  background: linear-gradient(to right, #fffcd8 0%, #bad8ff 100%);
}
.day_cont .title_img .ttl_box .c-secttl::after {
  content: none;
}
.day_cont .c-s_inner-l {
  margin: auto;
  width: 86%;
  box-sizing: border-box;
}
.day_cont .c-s_inner-l .day-inner {
  display: grid;
  gap: 4rem;
}
.day_cont .c-s_inner-l .day-inner .day-ttl {
  margin-bottom: 0.5em;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
.day_cont .day-inner {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  margin-bottom: 3rem;
  padding: 3rem 2rem 2rem 3rem;
  border-radius: 16px;
  background: #ebeff3;
}
.day_cont .day-inner .item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: start;
  gap: 1em;
}
.day_cont .day-inner .item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 1em;
  left: 0;
  width: 1px;
  height: calc(100% + 3em);
  background: #ed7300;
  transform: translateX(-0.65rem);
}
.day_cont .day-inner .item + .item {
  margin-top: 4rem;
}
.day_cont .day-inner .item:last-child::before {
  content: none;
}
.day_cont .day-inner .item .year {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  line-height: 1.5;
  font-size: 2rem;
}
.day_cont .day-inner .item .year::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  height: 1.2rem;
  background: #ed7300;
  border-radius: 50%;
  transform: translateX(-100%);
}
@media screen and (min-width: 769px) {
  .day_cont {
    padding-bottom: 4rem;
  }
  .day_cont .title_img {
    height: 54rem;
  }
  .day_cont .title_img .ttl_box {
    top: 20rem;
  }
  .day_cont .c-s_inner-l {
    width: 120rem;
  }
  .day_cont .c-s_inner-l .day-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  .day_cont .c-s_inner-l .day-inner .day-ttl {
    margin-bottom: 1.25em;
    font-size: 2.2rem;
  }
  .day_cont .day-inner {
    margin-top: -10rem;
    margin-bottom: 3rem;
    padding: 4.8rem 6.8rem;
  }
  .day_cont .day-inner .add_list {
    display: block;
  }
  .day_cont .day-inner .item {
    grid-template-columns: 14rem 1fr;
  }
  .day_cont .day-inner .item::before {
    top: 1.5em;
    height: calc(100% + 6em);
    transform: translateX(-0.85rem);
  }
  .day_cont .day-inner .item + .item {
    margin-top: 8rem;
  }
  .day_cont .day-inner .item .year {
    font-size: 2.4rem;
  }
  .day_cont .day-inner .item .year::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .day_cont .day-inner .item .body {
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
}
.interview_cont {
  position: relative;
  z-index: 1;
}
.interview_cont .c-secttl {
  margin-bottom: 6rem;
  text-align: center;
}
.interview_cont .c-secttl::before {
  content: none;
}
.interview_cont .c-secttl::after {
  left: 50%;
  transform: translateX(-50%);
}
.interview_cont .c-secttl .c-secttl-jp {
  justify-content: center;
  margin-bottom: 0.5em;
}
.interview_cont .swiper_box {
  position: relative;
  z-index: 1;
}
.interview_cont .swiper_box .square {
  position: absolute;
  z-index: -1;
  top: -2rem;
  right: 0;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 8px;
  background: linear-gradient(55deg, #BAD8FF 0%, #FFFCD8 100%);
}
.interview_cont .swiper {
  width: 100vw;
  margin: 0 0 6.4rem -7vw;
}
.interview_cont .swiper .swiper-wrapper {
  margin-bottom: 1.6rem;
}
.interview_cont .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  z-index: 1;
  width: 31.2rem;
  padding: 0 1.6rem;
}
.interview_cont .swiper .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  object-position: 70% center;
  width: 100%;
  aspect-ratio: 56/84;
  border-radius: 10px;
}
.interview_cont .swiper .swiper-wrapper .swiper-slide .staff_info {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.interview_cont .swiper .swiper-wrapper .swiper-slide .staff_info .staff_info-inner {
  margin: 0 1.6rem;
  padding: 3rem 2rem 1.5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 10px;
}
.interview_cont .swiper .swiper-wrapper .swiper-slide .staff_info .copy {
  margin-bottom: 1.6rem;
  padding-top: 1.2rem;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
}
.interview_cont .swiper .swiper-wrapper .swiper-slide .staff_info .info .info_top {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.interview_cont .swiper .swiper-wrapper .swiper-slide .staff_info .info .info_top .label {
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0 1.4rem;
  line-height: 2.8rem;
  border: 1px solid #fff;
  border-radius: 100vw;
}
.interview_cont .swiper .swiper-wrapper .swiper-slide .staff_info .info .info_top .initial {
  font-size: 3rem;
}
.interview_cont .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .staff_info {
  opacity: 1;
  transition: opacity 0.3s;
}
.interview_cont .swiper .swiper-scrollbar {
  position: revert;
  width: 28rem;
  height: 6px;
  margin: 0 auto;
  background: #ebeff3;
  border-radius: 0;
}
.interview_cont .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #FDD73F;
  border-radius: 0;
}
.interview_cont .link_box .link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.8rem;
  width: 20rem;
  height: 4rem;
  margin: 0 auto;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
}
.interview_cont .link_box .link .icon {
  width: 3rem;
}
.interview_cont .link_box .link .icon img {
  vertical-align: middle;
}
.interview_cont .decoration .decoration_01 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -23vw;
  width: 120%;
  height: 70%;
  background: #0B1A66;
  transform: skewX(-42deg);
}

@media screen and (min-width: 769px) {
  .interview_cont {
    margin-top: 15rem;
    padding: 0 0 10rem;
  }
  .interview_cont .interview__wrap {
    width: 100%;
  }
  .interview_cont .swiper_box .square {
    right: auto;
    left: -1.4rem;
  }
  .interview_cont .swiper {
    margin: 0;
    width: 100%;
    padding-bottom: 2.2rem;
  }
  .interview_cont .swiper .swiper-wrapper {
    margin-bottom: 1.6rem;
    align-items: end;
  }
  .interview_cont .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    z-index: 1;
    width: 33.3333333333%;
  }
  .interview_cont .swiper .swiper-wrapper .swiper-slide img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 56/84;
    border-radius: 10px;
  }
  .interview_cont .swiper .swiper-wrapper .swiper-slide .staff_info {
    opacity: 1;
  }
  .interview_cont .swiper .swiper-scrollbar {
    width: 33.3333333333%;
    margin: 2em auto 0;
  }
  .interview_cont .link_box .link {
    margin: 0;
    color: #232528;
    border: 1px solid #232528;
  }
  .interview_cont .link_box .link .icon {
    transition: transform 0.3s;
  }
  .interview_cont .link_box .link:hover .icon {
    transform: translateX(0.5em);
  }
  .interview_cont .decoration .decoration_01 {
    bottom: 0;
    right: -23vw;
    width: 70%;
    height: 100%;
  }
  .interview_cont .decoration .decoration_02 {
    position: absolute;
    z-index: -1;
    top: -30rem;
    right: 0;
    width: 10rem;
    height: 40rem;
    background: #FAB112;
    transform: skewX(-40deg);
  }
}
.careermap_cont {
  position: relative;
  z-index: 1;
  padding: 12rem 0 4rem;
  background: #ebeff3;
}
.careermap_cont::before {
  background: #fff;
}
.careermap_cont .c-secttl {
  margin-bottom: 6rem;
  text-align: center;
}
.careermap_cont .c-secttl::before {
  content: none;
}
.careermap_cont .c-secttl::after {
  left: 50%;
  transform: translateX(-50%);
}
.careermap_cont .c-secttl .c-secttl-jp {
  justify-content: center;
  margin-bottom: 0.5em;
}
.careermap_cont .careermap-inner {
  padding-bottom: 8rem;
}
.careermap_cont .careermap-body {
  margin-bottom: 2.4rem;
}
.careermap_cont .careermap-img .item {
  width: 90rem;
}
.careermap_cont .swiper .swiper-scrollbar {
  position: revert;
  height: 6px;
  margin: 1.6rem auto 0;
  background: #fff;
  border-radius: 0;
}
.careermap_cont .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0B1A66;
  border-radius: 0;
}
.careermap_cont .swiper .scroll-hint-icon-wrap {
  z-index: 1;
}
.careermap_cont .swiper .scroll-hint-icon-wrap .scroll-hint-icon {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .careermap_cont {
    padding-top: 18rem;
  }
  .careermap_cont .careermap-img .item {
    width: 100%;
  }
  .careermap_cont .swiper .swiper-scrollbar {
    display: none;
  }
  .careermap_cont .swiper .scroll-hint-icon-wrap {
    display: none;
  }
}
.welfare_cont {
  padding: 0 0 10rem;
  background: #ebeff3;
}
.welfare_cont .c-secttl {
  margin-bottom: 6rem;
  text-align: center;
}
.welfare_cont .c-secttl::before {
  content: none;
}
.welfare_cont .c-secttl::after {
  left: 50%;
  transform: translateX(-50%);
}
.welfare_cont .c-secttl .c-secttl-jp {
  justify-content: center;
  margin-bottom: 0.5em;
}
.welfare_cont .icon_list .icon_list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}
.welfare_cont .icon_list .icon_list-grid .item {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0.8rem;
  background: #fff;
  border-radius: 8px;
}
.welfare_cont .icon_list .icon_list-grid .item::before {
  content: "";
  display: block;
  width: 80%;
  aspect-ratio: 1/1;
  background: #eee;
  margin: 0 auto 0.8rem;
}
.welfare_cont .icon_list .icon_list-grid .item p {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  font-size: 1rem;
}
.welfare_cont .icon_list .etc {
  text-align: right;
  font-size: 1rem;
}
.welfare_cont .welfare_add {
  margin-top: 3rem;
}
.welfare_cont .welfare_add .bnr_link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  aspect-ratio: 8/3;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(3px 2px 4px rgba(0, 0, 0, 0.5));
}
.welfare_cont .welfare_add .bnr_link .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.welfare_cont .welfare_add .bnr_link .bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 74%);
}
.welfare_cont .welfare_add .bnr_link .bg img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welfare_cont .welfare_add .bnr_link .txt {
  padding: 2rem;
  color: #fff;
  font-size: 1.6rem;
}
.welfare_cont .welfare_add .bnr_link .txt .icon {
  display: inline-block;
  width: 1em;
  margin-left: 0.5em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .welfare_cont {
    padding: 0 0 14rem;
  }
  .welfare_cont .icon_list .icon_list-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.6rem;
    margin-bottom: 1.2rem;
  }
  .welfare_cont .icon_list .icon_list-grid .item {
    padding: 1.6rem;
  }
  .welfare_cont .icon_list .icon_list-grid .item p {
    font-size: 1.2rem;
  }
  .welfare_cont .icon_list .en_gothic {
    font-size: 1.2rem;
  }
  .welfare_cont .welfare_add {
    margin-top: 12rem;
  }
  .welfare_cont .welfare_add .bnr_link {
    width: min(780px, 100%);
    margin: 0 auto;
    aspect-ratio: 8/2;
  }
  .welfare_cont .welfare_add .bnr_link .txt {
    padding-left: 4.8rem;
    font-size: 2.4rem;
  }
}
.detail_links {
  padding: 6.4rem 0 0;
  background: #ebeff3;
}
.detail_links .c-secttl {
  margin-bottom: 6rem;
  text-align: center;
}
.detail_links .c-secttl::before {
  content: none;
}
.detail_links .c-secttl::after {
  left: 50%;
  transform: translateX(-50%);
}
.detail_links .c-secttl .c-secttl-jp {
  justify-content: center;
  margin-bottom: 0.5em;
}
.detail_links .detail_links-ttl {
  margin-bottom: 3rem;
}
.detail_links .detail_links-ttl .ttl {
  display: flex;
  align-items: flex-end;
  column-gap: 1.2rem;
  margin-bottom: 5rem;
  line-height: 1;
  font-size: 2.4rem;
}
.detail_links .detail_links-ttl .ttl .en {
  font-style: italic;
  font-size: 0.6em;
}
.detail_links .detail_links-inner .item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  aspect-ratio: 394/200;
}
.detail_links .detail_links-inner .item:nth-child(1) .link_name {
  color: #232528;
  background: #fdd73f;
}
.detail_links .detail_links-inner .item:nth-child(2) .link_name {
  background: #4d8f92;
}
.detail_links .detail_links-inner .item:nth-child(3) .link_name {
  background: #407cba;
}
.detail_links .detail_links-inner .item:nth-child(4) .link_name {
  background: #232528;
}
.detail_links .detail_links-inner .link_name {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column wrap;
  row-gap: 0.6rem;
  justify-content: center;
  width: 68%;
  height: 100%;
  padding-left: 3rem;
  color: #fff;
  border-radius: 0 16px 16px 0;
}
.detail_links .detail_links-inner .link_name .read {
  margin-bottom: 1.4rem;
  font-size: 1.1rem;
}
.detail_links .detail_links-inner .link_name .read b {
  font-size: 1.4em;
  line-height: 1;
}
.detail_links .detail_links-inner .link_name .body {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 2rem;
  line-height: 1;
}
.detail_links .detail_links-inner .link_name .body .icon {
  width: 2rem;
}
.detail_links .detail_links-inner .link_name .sub {
  font-size: 0.9rem;
}
.detail_links .detail_links-inner .img {
  height: 100%;
  text-align: right;
}
.detail_links .detail_links-inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .detail_links {
    padding: 8rem 0 12rem;
  }
  .detail_links .detail_links-ttl .ttl {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
  .detail_links .detail_links-inner {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 1.5rem));
    gap: 3rem;
  }
  .detail_links .detail_links-inner .item {
    height: 26.4rem;
    aspect-ratio: 281/132;
  }
  .detail_links .detail_links-inner .link_name {
    row-gap: 0.6rem;
    padding-left: 3rem;
    color: #fff;
    border-radius: 0 16px 16px 0;
  }
  .detail_links .detail_links-inner .link_name .read {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  .detail_links .detail_links-inner .link_name .body {
    column-gap: 2rem;
    font-size: 3rem;
  }
  .detail_links .detail_links-inner .link_name .body .icon {
    width: 3rem;
  }
  .detail_links .detail_links-inner .link_name .sub {
    font-size: 1.3rem;
  }
}
.recruit_links {
  padding: 10rem 0 4rem;
}
.recruit_links .c-secttl {
  margin-bottom: 6rem;
  text-align: center;
}
.recruit_links .c-secttl::before {
  content: none;
}
.recruit_links .c-secttl::after {
  left: 50%;
  transform: translateX(-50%);
}
.recruit_links .c-secttl .c-secttl-jp {
  justify-content: center;
  margin-bottom: 0.5em;
}
.recruit_links .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
.recruit_links .links .item {
  text-align: center;
  font-size: 1.2rem;
}
.recruit_links .links .item::before {
  content: "";
  display: block;
  aspect-ratio: 4/2.5;
  background: #eee;
  border-radius: 10px;
  margin-bottom: 0.4rem;
}

@media screen and (min-width: 769px) {
  .recruit_links {
    padding: 10rem 0 12rem;
  }
  .recruit_links .links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.6rem;
  }
  .recruit_links .links .item {
    font-size: 1.6rem;
  }
  .recruit_links .links .item::before {
    content: "";
    display: block;
    aspect-ratio: 4/2;
    background: #eee;
    border-radius: 10px;
    margin-bottom: 0.4rem;
  }
  .recruit_links .wide {
    margin-top: 5.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .recruit_links .wide .item::before {
    aspect-ratio: 4/1.25;
  }
}
.leasing .movie_cont .movie-ttl {
  color: #232528;
  border-top: 1px solid #232528;
  border-bottom: 1px solid #232528;
}
.leasing .movie_cont,
.leasing .work_cont::before {
  background: #FDD73F;
}
.leasing .link_leasing {
  display: none !important;
}
.leasing .work_cont .title_img img {
  width: 126%;
}

.planning .movie_cont,
.planning .work_cont::before {
  background: #4d8f92;
}
.planning .link_planning {
  display: none !important;
}
.planning .day_cont .title_img img {
  object-position: center 28%;
}

.maintenance .movie_cont,
.maintenance .work_cont::before {
  background: #407cba;
}
.maintenance .link_maintenance {
  display: none !important;
}
.maintenance .work_cont .title_img img {
  object-position: center 15%;
}

.administration .movie_cont,
.administration .work_cont::before {
  background: #232528;
}
.administration .work_cont {
  padding-bottom: 6.4rem;
}
.administration .link_administration {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .administration .work-info {
    grid-template-columns: 1fr;
  }
  .administration .work-info .work-info_list:first-child {
    padding-bottom: 4.8rem;
    border-right: none;
    border-bottom: 1px solid #ebeff3;
  }
  .administration .work-info .work-info_list .list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 1em;
  }
  .administration .work-info .work-info_list .etc {
    margin-right: 1em;
  }
  .administration .work_cont {
    padding-bottom: 10rem;
  }
}
.company_links {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.company_links .company_links-ttlbox {
  margin-bottom: 5.2rem;
  text-align: center;
}
.company_links .company_links-ttlbox .company_links-ttl_en {
  margin-bottom: 1.2rem;
  line-height: 1;
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
}
.company_links .company_links-ttlbox .company_links-ttl {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
}
.company_links .company_links-items .company_links-items-top {
  display: flex;
  flex-flow: row wrap;
  row-gap: 2rem;
  column-gap: 1.5rem;
  margin-bottom: 2rem;
}
.company_links .company_links-items .company_links-items-top .item {
  flex: 0 0 calc((100% - 1.5rem) / 2);
  width: calc((100% - 1.5rem) / 2);
}
.company_links .company_links-items .data {
  display: none;
}
.company_links .company_links-items .item .img {
  overflow: hidden;
  margin-bottom: 0.8rem;
  font-size: 0;
  background: #000;
  border-radius: 8px;
}
.company_links .company_links-items .item .img img {
  opacity: 0.68;
  object-fit: cover;
  aspect-ratio: 5/3;
}
.company_links .company_links-items .item .name {
  display: flex;
  align-items: center;
  text-align: center;
  column-gap: 1rem;
  font-size: 1.2rem;
}
.company_links .company_links-items .item .name .icon {
  line-height: 1;
  width: 1.2em;
  transition: all 0.3s;
}
.company_links .company_links-items .company_links-items-bottom .item .img img {
  aspect-ratio: 4/1.2;
}

@media screen and (min-width: 769px) {
  .company_links {
    margin-bottom: 16rem;
  }
  .company_links .company_links-ttlbox {
    margin-bottom: 8rem;
  }
  .company_links .company_links-ttlbox .company_links-ttl_en {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .company_links .company_links-ttlbox .company_links-ttl {
    font-size: 2.6rem;
  }
  .company_links .company_links-items .company_links-items-top {
    justify-content: center;
    row-gap: 5rem;
    column-gap: 3.6rem;
    margin-bottom: 5rem;
  }
  .company_links .company_links-items .company_links-items-top .item {
    flex: 0 0 calc((100% - 7.2rem) / 3);
    width: calc((100% - 7.2rem) / 3);
  }
  .company_links .company_links-items .item {
    position: relative;
    z-index: 1;
  }
  .company_links .company_links-items .item:hover .img img {
    transform: scale(1.1);
  }
  .company_links .company_links-items .item .img img {
    aspect-ratio: auto;
    transition: all 0.3s;
  }
  .company_links .company_links-items .item .name {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    transform: translateY(-50%);
  }
  .company_links .company_links-items .company_links-items-bottom .item {
    display: block;
    width: min(76rem, 90%);
    margin: 0 auto;
  }
  .company_links .company_links-items .company_links-items-bottom .item .img img {
    aspect-ratio: 4/0.89;
  }
}
/*# sourceMappingURL=detail.css.map */
