@charset "utf-8";

/*@header*/
.header-bg {
  width: 100%;
  position: relative;
  display: block;
}
.header-bg h1 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 50px;
}
.header-bg span {
  font-size: 20px;
}

@keyframes flash {
  0%,100% {
    filter: drop-shadow(0 0 6px #ffb1d6)
  }
  50% {
    filter: none
  }
}

@media screen and (max-width:640px){
  .header-bg img {
    object-fit: cover;
    height: 250px;
    width: 100%;
  }
}

/*end@header*/

/*@section-common*/
.section-info {
  margin-top: 150px;
  margin-left: 100px;
  margin-bottom: 50px;
  font-size: 15px;
  letter-spacing: 0.03rem;
  line-height: 1.8rem;
  font-weight: bold;
}
#section-1,
#section-2 {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
#title-box{
  background-color: rgba(47, 49, 49, 1);
  width: 40%;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  z-index: 100;
  position: relative;
}
.title{
  flex-direction: column;
  margin-left: 100px;
}
#section-1 h2,
#section-2 h2{
  line-height: 0;
  font-size: 1.5rem;
  padding-top: 40px;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0;
  border-bottom: none;
}
#title-box p {
  border-top: 2px solid #f07fb4;
  max-width: 30px;
  margin-left: 100px;
}
.welfare-list,
.jobdes-list {
  height: auto;
  /* width: 80vw; */
  background-color: #fff;
  margin: 0 100px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow:  0 0 3px #f07fb4;
  transform: translateY(-40px);
  padding-bottom: 50px;
}
.welfare-list dl,
.jobdes-list dl {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-left: 100px;
  padding-top: 60px;
}
.welfare-list dt,
.jobdes-list dt {
  padding-bottom: 20px;
  margin-top: 20px;
  width: 200px;
  border-bottom: dotted #f9ba32 3px;
  padding-left: 20px;
  font-weight: bold;
}
.welfare-list dd,
.jobdes-list dd {
  width:600px;
  padding-bottom: 20px;
  margin-top: 20px;
  line-height: 25px;
  border-bottom: dotted #f9ba32 3px;
}
#section-2 {
  margin-top: 70px;
}
.work-title {
  display: flex;
  margin-left: 100px;
  margin-top: 80px;
}
.jobdes-list dl {
  padding-top: 20px;
  width: 1000px;
}
.jobdes-list dt {
  width: 250px;
}
.jobdes-list dd {
  width: 550px;
}
.work-title p {
  border: #f07fb4 solid 1.5px;
  padding: 10px 25px;
  font-weight: bold;
  background-color: #fdd0e53d;
}
.work-title p:nth-child(1) {
  margin-right: 155px;
}

.button {
  margin-right: 0;
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
    width: calc(100% - 100px);
    height: 64px;
    padding: 0;
    border: none;
}
.button:hover{
  background-color: unset;
  color:unset;
}
.button p {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  /* transform: translate(40px,18px); */
  transform: translate(40px,16px);
}
.button a:hover{
  background-image: linear-gradient(
		70deg,
		#f07fb4 45%, /* font color */
		#FFF 50%,
		#f07fb4 55% /* font color */
	);
	background-size: 500% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	animation: shine 2s infinite;
}
.button img {
  width: 250px;
  position: absolute;
  z-index: -1;
  transform: translateX(-140px);
}
@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media screen and (max-width:1100px) {
  .welfare-list dl,
  .jobdes-list dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    margin-left: 50px;
    padding-top: 40px;
    width: 100%;
  }
  .welfare-list dt,
  .jobdes-list dt {
    padding-bottom: 0px;
    margin-top: 15px;
    width: 230px;
    padding-left: 0px;
    border-bottom: none;
  }
  .welfare-list dd,
  .jobdes-list dd {
    width:90%;
    padding-bottom: 15px;
    margin-top: 10px;
    font-size: 14px;
  }
  .button p {
    transform: translate(33px, 18px);
  }
  .work-title {
    display: none;
  }
}

@media screen and (max-width:860px) {
  .section-info {
    font-size: 13px;
    margin-right: 100px;
  }
  .welfare-list dl,
  .jobdes-list dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    margin-left: 50px;
    padding-top: 40px;
  }
  .welfare-list dt,
  .jobdes-list dt {
    padding-bottom: 0px;
    margin-top: 15px;
    width: 230px;
    padding-left: 0px;
    border-bottom: none;
  }
  .welfare-list dd,
  .jobdes-list dd {
    width:80%;
    padding-bottom: 15px;
    margin-top: 10px;
    font-size: 14px;
  }
}


@media screen and (max-width:640px){
.section-info {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 12px;
    margin-top: 100px;
}

#title-box{
  width: 60%;
}
.title{
  margin-left: 30px;
}
#section-1 h2,
#section-2 h2{
  font-size: 1.3rem;
  padding-top: 30px;
  padding-bottom: 15px;
}
#title-box p {
  border-top: 1.5px solid #f07fb4;
  max-width: 20px;
  margin-left: 30px;
}

.welfare-list,
.jobdes-list {
  margin: 0 30px;
  transform: translateY(-30px);
}
.welfare-list dl,
.jobdes-list dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-left: 20px;
  padding-top: 40px;
}
.welfare-list dt,
.jobdes-list dt {
  padding-bottom: 0px;
  margin-top: 15px;
  width: 100%;
  padding-left: 0px;
  border-bottom: none;
}
.welfare-list dd,
.jobdes-list dd {
  width: 240px;
  padding-bottom: 15px;
  margin-top: 10px;
  font-size: 12.5px;
}

#section-2 {
  margin-top: 50px;
}
.work-title {
  display: none;
}
.jobdes-list dl {
  padding-top: 40px;
}
.jobdes-list dt {
  width: 250px;
}
.jobdes-list dd {
  width: 80%;
}

.button {
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 130px;
  display: block;
}
.button p {
  font-size: 1.1rem;
  transform: translate(0,15px);
}
.button img {
  width: 200px;
}
}

@media screen and (max-width:480px) {
  .welfare-list dd,
  .jobdes-list dd {
    width:75vw;
  }
}