#contents {
  position: relative;
  padding: 80px 0 0px;
}
/* body:not(.home) #contents { */
/* #contents {
  padding: 80px 0 0px;
}
.home #contents {
  z-index: 21;
} */
@media only screen and (min-width: 768px) {
  #contents {
    padding: 100px 0 0;
  }
}
/* =======================================
	contents-header
======================================= */
.contents-header {
  position: relative;
  overflow: hidden;
  /* height: 600px; */
}
.home .contents-header__inner {
  /* min-height: 500px; */
  /* aspect-ratio: 1/1; */
  position: relative;
}
/* .home .contents-header .wrap-container{
  position: relative;
  height: 100%;
} */
.catch-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 50px;
  padding-left: 5vw;
  width: 80%;
  background: #fff;
  opacity: .95;
  border-radius: 0 40px 0 0;
  z-index: 2;
}
.catch-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #185aa5;
  opacity: .03;
  border-radius: 0 40px 0 0;
}
.mainvisual-area{
  position: relative;
}
.mainvisual-wrap {
  display: flex;
}
.mainvisual-list {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  gap: 0;
	animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.mainvisual-list .mainvisual-item {
  width: 250vw;
}
.mainvisual-list img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@keyframes infinity-scroll-left {
  from {
  transform: translateX(0);
  }
  to {
  transform: translateX(-100%);
  }
}

@media only screen and (min-width: 768px) {
  .home .contents-header__inner{
    /* min-height: 650px; */
    /* max-height: 650px; */
    width: 100%;
    overflow: hidden;
    /* aspect-ratio: 2/1; */
  }
  .mainvisual-list .mainvisual-item {
    width: 130vw;
  }
  .catch-copy {
    margin: auto;
    width: 60%;
    max-width: 900px;
  }

}
@media only screen and (min-width: 1280px) {
  .catch-copy {
    padding-left: calc((100vw - 1240px)/2);
  }
}
.page-ttl-layer{
  padding: 60px 0 60px;
}
/* =======================================
	TITLE
======================================= */
.ttl-bloc{
  display: inline-block;
  position: relative;
}
.main-ttl{
  position: relative;
  font-size: 1.6rem;
  color: #185aa5;
  padding-left: 25px;
}
.main-ttl::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/common/deco_ttl.png) no-repeat center/contain;
}
.white .main-ttl::before{
  background: url(../img/common/deco_ttl_white.png) no-repeat center/contain;
}
.sub-ttl{
  font-size: 5rem;
  color: #185aa5;
  line-height: 1.2;
  letter-spacing: -.1rem;
}
.white .main-ttl,
.white .sub-ttl{
  color: #fff;
}
@media only screen and (min-width: 768px) {
.sub-ttl{
  font-size: 7rem;
}

}
/* =======================================
	contents-body
======================================= */
body:not(.home) .contents-body{
  position: relative;
}
body:not(.home) .contents-body__inner,
.contents-body__inner{
  position: relative;
  padding:100px 0;
}
.wrap-container,
.wrap-container_middle,
.wrap-container__narrow{
  margin-left:5vw;
  margin-right:5vw;
}
.bloc-header{
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
.contents-body__inner{
  position: relative;
  padding: 150px 0;
}
}
@media only screen and (min-width: 940px) {
  .wrap-container__narrow{
    margin: 0 auto;
    max-width: 900px;
  }
}
@media only screen and (min-width: 1120px) {
  .wrap-container_middle{
    margin: 0 auto;
    max-width: 1080px;
  }
}
@media only screen and (min-width: 1280px) {
  .wrap-container{
    margin: 0 auto;
    max-width: 1240px;
  }
}

/* =======================================
	共通
======================================= */
.bloc2,
.bloc28,
.bloc37,
.bloc73,
.bloc64,
.bloc46{
  gap: 50px;
}
.bloc4,
.bloc3{
  gap: 30px;
}
.bloc37 > div,
.bloc73 > div,
.bloc64 > div,
.bloc46 > div,
.bloc2 > div,
.bloc4 > div,
.bloc3 > div{
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bloc28 > div:nth-of-type(2),
  .bloc82 > div:nth-of-type(1){
    width: calc(80% - 25px);
  }
  .bloc28 > div:nth-of-type(1),
  .bloc82 > div:nth-of-type(2){
    width: calc(20% - 25px);
  }
  .bloc37 > div:nth-of-type(2),
  .bloc73 > div:nth-of-type(1){
    width: calc(70% - 25px);
  }
  .bloc37 > div:nth-of-type(1),
  .bloc73 > div:nth-of-type(2){
    width: calc(30% - 25px);
  }
  .bloc64 > div:nth-of-type(2),
  .bloc46 > div:nth-of-type(1){
    width: calc(40% - 25px);
  }
  .bloc64 > div:nth-of-type(1),
  .bloc46 > div:nth-of-type(2){
    width: calc(60% - 25px);
  }
  .bloc2 > div{
    width: calc(50% - 25px);
  }
  .bloc3 > div{
    width: calc((100% - 60px) / 3);
  }
  .bloc4 > div{
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 1110px) {
  .bloc4 > div{
    width: calc((100% - 90px) / 4);
  }
}
.intro p+p{
  margin-top: 20px;
}
.message{
  font-size: 2.6rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .message{
    font-size: 4.6rem;
  }

}
img.round{
  border-radius: 20px;
}

.color-area,
#single-recruit .bloc-header.top{
  padding: 20px 30px;
  border-radius: 20px;
  background: #e7eef6;
}
/* =======================================
	TOP-mission
======================================= */
.mission-wrap{
  margin: 0 5vw;
}
@media only screen and (min-width: 690px) {
.mission-wrap{
  margin: 0 auto;
  max-width: 650px;
}
}
#top-mission{
  color: #185aa5;
}
#top-mission::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: url(../img/background/bg_mission.png) no-repeat bottom center /cover;
  z-index: -1;
}
#top-mission .deco-circle{
  content: "";
  position: absolute;
top: -3vw;
  left: 10vw;
  width: 15vw;
  height: 15vw;
  background: url(../img/background/bg_about.png) no-repeat center /contain;
  z-index: -1;
}
/* =======================================
	TOP-about
======================================= */
#top-about .bloc64{
  align-items: center;
}
#top-about .img-area{
  position: relative;
}
#top-about .img-area::before{
  content: "";
  position: absolute;
  bottom: -60px;
  left: -140px;
  width: 285px;
  height: 285px;
  background: url(../img/background/bg_about.png) no-repeat center/contain;
  z-index: -1;
}
#top-about .link-area{
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #top-about .link-area{
    text-align: right;
  }
}
/* =======================================
	TOP-about
======================================= */
#top-interview{
  /* color: #fff; */
}
#top-interview .wrap-container{
  position: relative;
}
#top-interview .intro{
  color: #fff;
}
@media only screen and (min-width: 500px) {
  #top-interview .intro{
    padding-right: 30vw;
  }
  #top-interview .deco-object{
    position: absolute;
    top: 0;
    right: 0;
    height: 30vw;
    width: 30vw;
    background: url("../img/background/bg_interview.png") no-repeat center/contain;
    z-index: -1;
  }

}
.staff-list{
  font-size: 1.8rem;
}
.staff-list > div{
}
.staff-list a{
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
}
.staff-txt{
  padding: 0 20px 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.staff-txt::before{
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  background: #fff;
  border-radius: 0 20px 20px 20px;
  z-index: -1;
}
.staff-message{
  margin-bottom: 10px;
  flex-grow: 1;
}
.staff-division{
  font-size: 1.4rem;
  padding-right: 45px;
}
.staff-name{
  padding-right: 45px;
}
.staff-img div{
  mask: url(#staff-mask);
  -webkit-mask: url(#staff-mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  overflow: hidden; /* 拡大した画像がはみ出さないように */
}

.staff-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

a:hover .staff-img img {
  transform: scale(1.1); /* 拡大率はお好みで */
}
/* =======================================
	TOP-welfare
======================================= */
#top-welfare{
  /* padding-top: 150px; */
}
#top-welfare .deco-circle{
  position: absolute;
  bottom: -10vw;
  right: 0;
  height: 45vw;
  width: 45vw;
  background: url("../img/background/bg_welfare_bottom.png") no-repeat center/contain;
  z-index: -1;
}
#top-welfare .wrap-container{
  position: relative;
}
#top-welfare .deco-ttl{
  position: absolute;
  top: -100px;
  left: 10px;
  height: 70px;
  width: 120%;
  background: url("../img/background/bg_welfare_top.png") repeat-x top left/contain;
}
@media only screen and (min-width: 1360px) {
#top-welfare .deco-ttl{
  left: 30px;
}
}
@media only screen and (min-width: 1480px) {
#top-welfare .deco-ttl{
  left: 10px;
}
}
.recruit-list,
.welfare-list{
  gap: 30px;
}
.recruit-list > div,
.welfare-list > div{
  width: 100%;
}
.recruit-list a,
.welfare-list a{
  /* padding: 30px 20px 90px 20px; */
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.recruit-list .recruit-img,
.welfare-list .welfare-img{
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.recruit-list .recruit-img,
.welfare-list .welfare-img{
  transition: all .5s ease;
}
.recruit-list a:hover img,
.welfare-list a:hover img{
  transform: scale(1.1);
  transition: all .5s ease;
}
.recruit-list .recruit-ttl,
.welfare-list .welfare-ttl{
  font-size: 2rem;
  margin-bottom: 20px;
}
.recruit-list p.intro,
.welfare-list p.intro{
    padding-right: 70px;
  font-size: 1.4rem;
}
.recruit-list .circle-link,
.welfare-list .circle-link{
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  #top-welfare .deco-ttl{
    top: -150px;
  }
  .recruit-list > div{
    width: calc((100% - 60px)/3);
  }
  .welfare-list > div{
    width: calc(50% - 15px);
  }
  .welfare-list p.intro{
  }
}
/* =======================================
	TOP-recruit
======================================= */
#top-recruit .deco-object{
  position: absolute;
bottom: -20vw;
  left: 50%;
  height: 40vw;
  width: 40vw;
  background: url("../img/background/bg_recruit.png") no-repeat center/contain;
}
#top-recruit .bloc2{
  align-items: center;
}
#top-recruit .link-area{
  text-align: center;
}
@media only screen and (min-width: 768px) {
#top-recruit .link-area{
  text-align: right;
}
}
#top-recruit .entry-area a{
}
.entry-area{
}
.entry-area a{
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 50px 30px;
  border-radius: 40px;
  background: #185aa5;
  box-sizing: border-box;
  display: block;
}
.entry-area .bloc46{
  align-items: center;
  padding-right: 70px;
}
@media only screen and (min-width: 768px) {
  .entry-area .bloc46 > div:nth-of-type(1){
    width: calc(250px - 25px);
  }
  .entry-area .bloc46 > div:nth-of-type(2) {
      width: calc(100% - 250px - 25px);
  }
}
.entry-area a .circle-link{
  top: 50%;
  transform: translateY(-50%);
}

/* =======================================
	TOP-背景色
======================================= */
#top-about .bg-color__main{
  position: absolute;
  top: 0;
  left: 2.5vw;
  right: 0;
  width: 100%;
  height: 100%;
  background: #e7eef6;
  z-index: -1;
}
#top-about .bg-color__sub{
  position: absolute;
  bottom: 0;
  left: 2.0;
  right: 0;
  width: 100%;
  height: 100px;
  background: #185aa5;
  z-index: -2;
}
#top-interview .bg-color__main{
  position: absolute;
  top: 0;
  right: 2.5vw;
  width: 100%;
  height: 100%;
  background: #185aa5;
  z-index: -1;
}
#top-interview .bg-color__sub{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: #e7eef6;
  z-index: -2;
}
#top-welfare .bg-color__main{
  position: absolute;
  top: 0;
  left: 2.5vw;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f8fafc;
  z-index: -1;
}
#top-welfare .bg-color__sub{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: #185aa5;
  z-index: -2;
}
#top-welfare .bg-color__bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: #f2f2f2;
  z-index: -2;
}
#top-recruit .bg-color__main{
  position: absolute;
  top: 0;
  right: 2.5vw;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
}
#top-recruit .bg-color__sub{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8fafc;
  z-index: -2;
}
#footer .bg-color__main{
  position: absolute;
  top: 0;
  left: 2.5vw;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f8fafc;
  z-index: -1;
}
#footer .bg-color__sub{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: -2;
}
body:not(.home) .contents-header .bg-color__main{
  position: absolute;
  top: 0;
  left: 2.5vw;
  width: 100%;
  height: 100%;
  background: #e7eef6;
  /* z-index: -1; */
}
body:not(.home) .contents-header .bg-color__bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: #f2f2f2;
  z-index: -2;
}
body:not(.home) .contents-header .bg-color__main{
  border-radius: 0 0 0 20px;
}

body:not(.home) .contents-body > .bg-color__main{
  position: absolute;
  top: 0;
  right: 2.5vw;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
}
body:not(.home) .contents-body > .bg-color__sub{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #e7eef6;
  z-index: -2;
}
#top-welfare .bg-color__main,
#top-about .bg-color__main{
  border-radius: 20px 0 0 20px;
}

#top-interview .bg-color__main{
  border-radius: 0 20px 20px 0;
}
body:not(.home) .contents-body > .bg-color__main,
#top-recruit .bg-color__main{
  border-radius: 0 20px 0 0;
}
#footer .bg-color__main{
  border-radius: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  body:not(.home) .contents-header .bg-color__bottom,
  #top-welfare .bg-color__bottom,
  #top-about .bg-color__sub{
    height: 150px;
  }
  #top-welfare .bg-color__sub,
  #top-interview .bg-color__sub{
    height: calc(100% - 150px);
  }
  body:not(.home) .contents-header .bg-color__main,
  #top-welfare .bg-color__main,
  #top-about .bg-color__main{
    border-radius: 30px 0 0 30px;
  }

  #top-interview .bg-color__main{
    border-radius: 0 30px 30px 0;
  }
  body:not(.home) .contents-body > .bg-color__main,
  #top-recruit .bg-color__main{
    border-radius: 0 30px 0 0;
  }
  #footer .bg-color__main{
    border-radius: 30px 0 0 0;
  }

}
@media only screen and (min-width: 1280px) {
  body:not(.home) .contents-header .bg-color__main,
  #top-welfare .bg-color__main,
  #top-about .bg-color__main,
  #footer .bg-color__main{
    left: calc((100% - 1240px)/2/2);
  }
  body:not(.home) .contents-body > .bg-color__main,
  #top-recruit .bg-color__main,
  #top-interview .bg-color__main{
    right: calc((100% - 1240px)/2/2);
  }
}


@media only screen and (min-width: 1360px) {
  body:not(.home) .contents-header .bg-color__main,
  #top-welfare .bg-color__main,
  #top-about .bg-color__main{
    border-radius: 60px 0 0 60px;
  }

  #top-interview .bg-color__main{
    border-radius: 0 60px 60px 0;
  }
  body:not(.home) .contents-body > .bg-color__main,
  #top-recruit .bg-color__main{
    border-radius: 0 60px 0 0;
  }
  #footer .bg-color__main{
    border-radius: 60px 0 0 0;
  }
}
@media only screen and (min-width: 1480px) {
  body:not(.home) .contents-header .bg-color__main,
  #top-welfare .bg-color__main,
  #top-about .bg-color__main{
    border-radius: 120px 0 0 120px;
  }

  #top-interview .bg-color__main{
    border-radius: 0 120px 120px 0;
  }
  body:not(.home) .contents-body > .bg-color__main,
  #top-recruit .bg-color__main{
    border-radius: 0 120px 0 0;
  }
  #footer .bg-color__main{
    border-radius: 120px 0 0 0;
  }
  body:not(.home) .contents-header .bg-color__main,
  #top-welfare .bg-color__main,
  #top-about .bg-color__main,
  #footer .bg-color__main{
    left: calc((100% - 1240px)/2 - 100px);
  }
  body:not(.home) .contents-body > .bg-color__main,
  #top-recruit .bg-color__main,
  #top-interview .bg-color__main{
    right: calc((100% - 1240px)/2 - 100px);
  }
}

/* =======================================
	contents-footer
======================================= */

/* =======================================
	PAGE-interview
======================================= */
#single-interview .bloc-header{
  position: relative;
}
.interview-top{
  padding: 20px 30px;
  border-radius: 20px;
  background: #e7eef6;
  flex-direction: column;
  justify-content: space-between;
  display: inline-block;
}
/* .interview-ttl h3{
  font-size: 2.8rem;
  line-height: 1.4;
  color:  var(--color-accent);
} */
.interview-ttl .interview-name{
  font-size: 2.4rem;
  color:  var(--color-accent);
}
.profile-ttl{
  font-size: 1.8rem;
  font-weight: bold;
  color:  var(--color-accent);
}
.interview-img{
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 2/1;
}
.interview-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.interview-area .qa-box+.qa-box{
  margin-top: 30px;
}
.interview-area .bloc2 {
  gap: 30px;
  align-items: flex-start;
}
  #page-message .main-message,
  .interview-area .main-message {
  font-size: 3rem;
  margin-bottom: 30px;
  color:  var(--color-accent);
}
.interview-area .img-area{
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.interview-area .img-area img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.interview-area .question{
  padding-left: 35px;
  font-size: 1.8rem;
  font-weight: bold;
  /* color: var(--color-accent); */
  margin-bottom: 20px;
  position: relative;
}
.interview-area .question:before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
.interview-area .schedule-ttl{
  position: relative;
  font-size: 1.6rem;
  color: #185aa5;
  padding-left: 25px;
}
.interview-area .schedule-ttl::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/common/deco_ttl.png) no-repeat center/contain;
}
.schedule-list{
  padding-left: 30px;
  position: relative;
}
.schedule-list::before{
  content: "";
  position: absolute;
  top: 16px;
  left: 7.5px;
  bottom: 16px;
  transform: translateX(-50%);
  width: 2px;
  /* height: 100%; */
  background: var(--color-accent);
}
.schedule-list li{
  gap: 20px;
  position: relative;
}
.schedule-list li+li{
  margin-top: 20px;
}
.schedule-list .time{
  color:  var(--color-accent);
  width: 50px;
  position: relative;
}
#single-recruit .schedule-list li::before,
.schedule-list .time::before {
  position: absolute;
  top: 16px;
  left: -30px;
  transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: var(--color-accent);
}
.schedule-list .time-text{
  width: calc(100% - 50px - 20px);
}
.schedule-list .time-detail{
width: calc(100% - 70px);
  margin-left: 70px;
    border-radius: 10px;
    background: #e7eef6;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

#single-interview .link-area{
  padding: 20px 10px;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border: 1px solid var(--color-accent);
  border-radius: 20px;
  box-sizing: border-box;
}
#single-interview .link-area a{
  text-decoration: none;
}
#single-interview .link-area a.single-link{
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
#single-interview .link-area a.single-link .img-face{
  aspect-ratio: 1/1;
  border-radius: 50%;
  max-width: 120px;
  overflow: hidden;
}
#single-interview .link-area a.single-link .img-face img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}
#single-interview .link-area a.single-link:hover .img-face img{
  transform: scale(1.1);
  transition: all .5s ease;
}
.single-link p{
  font-size: 1.4rem;
}
.single-link__name{
  color: var(--color-accent);
  font-size: 1.8rem;
  display: block;
}
.single-link.previous{
  padding-left: 30px;
}
.single-link.next{
  padding-right: 30px;
}
.single-link.previous .arrow{
  left: 0;
  transform: translate(0%,-50%) rotate(-180deg);
}
.single-link.next .arrow{
  left: auto;
  right: 0;
  transform: translate(0%,-50%);
}
.single-link.previous .arrow::before,
.single-link.next .arrow::before{
  background: url(../img/common/icon/icon_arrow.png) no-repeat center/contain;
}
.center-text__link {
  font-weight: bold;
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  color: #fff;
  border-radius: 19px;
  padding: 5px 20px;
}
.center-text__link:hover {
  background: #fff;
  color: var(--color-accent);
}
@media only screen and (min-width: 768px) {
  .interview-top{
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .interview-top{
    gap: 30px;
    flex-direction: inherit;
    align-items: center;
  }
  .interview-img{
      margin-bottom: 0;
  }
  .interview-area .bloc2 > div {
    width: calc(50% - 30px);
  }
  .schedule-list .time-text{
    width: 30%;
  }
  .schedule-list .time-detail{
    width: calc(70% - 50px - 20px - 20px);
    margin: 0;
  }
  .schedule-list .time-detail::before{
    content: "";
    position: absolute;
    top: 10px;
    left: -25px;
    border: 10px solid transparent;
    border-right: 20px solid #e7eef6;
    z-index: -1;
  }
  #single-interview .link-area{
    flex-direction: inherit;
  }
}

/* =======================================
	PAGE-about
======================================= */
.map-ttl{
  font-size: 1.8rem;
}

.table1 dl{
  display: flex;
  flex-direction: column;
}
.table1 dt {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid var(--color-accent);
  vertical-align: top;
}
.table1 dd {
  padding: 15px 0 45px;
  border-top: 1px solid var(--color-border);
  flex: 1;
  align-self: inherit;
  text-align: justify;
}
.table1 dd span{
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .table1 dl{
      display: flex;
      flex-direction: inherit;
  }
  .table1 dt {
      padding: 20px 0;
      width: 20%;
  }
  .table1 dd {
      padding: 20px 0 20px 20px;
      align-self: center;
  }
}
/* =======================================
	PAGE-welfare
======================================= */
.welfare-bloc .bloc46{
  align-items: center;
  gap: 30px;
}
.welfare-bloc .img-area img{
  border-radius: 20px;
}
.welfare-bloc a{
  position: relative;
  padding-right: 25px;
  text-decoration: none;
}
.welfare-bloc a:hover{
  color: var(--color-accent);
}
.out-link{
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.out-link::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon/icon_outlink.png) no-repeat center/contain;

}
@media only screen and (min-width: 768px) {
.welfare-bloc:nth-of-type(2n) .bloc46 > div:nth-of-type(2){
  order: -1;
}
  .welfare-bloc .bloc46 > div:nth-of-type(1) {
  width: calc(40% - 15px);
  }
  .welfare-bloc .bloc46 > div:nth-of-type(2) {
  width: calc(60% - 15px);
  }
}

/* =======================================
	PAGE-recruit
======================================= */
#single-recruit .recruit-ttl{
  font-size: 2.4rem;
  color: var(--color-accent);
}
#single-recruit .link-area{
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.page-link.return .arrow{
  right: auto;
  left: 0;
  transform: translate(50%,-50%)rotate(180deg);
}
#single-recruit .link-area .page-link.gray{
  border-color: #708090;
  background: #708090;
}
#single-recruit .link-area .page-link.gray:hover{
  background: #fff;
  color: #708090;
}

@media only screen and (min-width: 768px) {
  .schedule-list.flow .time-text{
    width: calc(40% - 20px);
  }
  .schedule-list.flow .time-detail{
    width: calc(60%  - 20px);
  }
}