@media screen and (min-width: 1280px) {
  .mainContents .kv .pttl br {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .mainContents .kv .pttl {
    line-height: 1.5;
  }
}

.sec01 {
  padding-bottom: 0;
  padding-top: 54px;
}
@media screen and (max-width: 599px) {
  .sec01 {
    padding: 30px 20px 0;
  }
}
.sec01 .inner > .pcap {
  font-size: 1rem;
  line-height: 1;
  margin-top: 10px;
}
.sec01 .inner > .pcap + .tBox {
  margin-top: 36px;
}
.sec01 .inner .linkBtn {
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
}
.sec01 .inner .linkBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 100px;
  background: linear-gradient(to right, #d970ae 0%, #ad68a7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .sec01 .inner .linkBtn a:hover {
    opacity: 0.7;
  }
}
.sec01 .inner .linkBtn a span {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .sec01 .inner .linkBtn a span {
    font-size: 16px;
  }
}
.sec01 .inner .linkBtn a span::before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background: url(../imgs/icon_link.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec01 .inner .linkBtn + .tBox {
  margin-top: calc(60px - ((2rem * 1.4) - 2rem) / 2);
}
.sec01 .tBox .bttl {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.sec01 .tBox .bttl span {
  display: inline-block;
  border-bottom: 1px solid #7a006e;
  transform: translateY(1px);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 0.6rem;
}
.sec01 .tBox .bttl_n {
  margin-bottom: 21px;
}
@media screen and (max-width: 639px) {
  .sec01 .tBox .bttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .sec01 .tBox .bttl span {
    font-size: 1.8rem;
  }
}
.sec01 .tBox .sttl_A {
  border-left: 3px solid #7a006e;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  padding-left: 9px;
  margin-bottom: 10px;
}
.sec01 .tBox .sttl_A + p {
  font-size: 1.4rem;
  line-height: 1.714285714;
}
.sec01 .tBox .grayBox {
  background: #f6f6f6;
}
.sec01 .tBox.box01 {
  margin-bottom: calc(60px - (((1.2rem * 1.4) - 1.2rem) / 2) - (((2rem * 1.4) - 2rem) / 2));
}
.sec01 .tBox.box01 .pcap {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: calc(30px - (((1.4rem * 1.714285714) - 1.4rem) / 2) - (((1.2rem * 1.4) - 1.2rem) / 2));
}
.sec01 .tBox.box02 {
  margin-bottom: calc(60px - (((2rem * 1.4) - 2rem) / 2));
}
.sec01 .tBox.box02 .grayBox {
  padding: 25px;
}
.sec01 .cttl_A {
  font-size: 2.8rem;
  line-height: 1.214285714;
  border-bottom: 2px solid #7a006e;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}
.sec01 .cttl_B {
  font-size: 2.2rem;
  line-height: 1.214285714;
  border-bottom: 2px solid #7a006e;
  font-weight: bold;
  padding-bottom: 0.5rem;
  padding-left: 2.8em;
  margin: 80px 0 40px;
  letter-spacing: 0.08em;
  position: relative;
}
.sec01 .cttl_B .icon{
  background-color: #fff;
  width: 2.8em;
  height: 2.3em;
  display: block;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.sec01 .cttl_B .icon img{
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 639px) {
  .sec01 .cttl_A {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .sec01 .cttl_B {
    font-size: 1.8rem;
    margin: 40px 0 20px;
  }
}
.sec01 .fclm2 {
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: calc(-35px + ((1.4rem * 1.714285714) - 1.4rem) / 2);
}
.sec01 .fclm2 > div {
  margin-top: calc(35px - ((1.4rem * 1.714285714) - 1.4rem) / 2);
}
@media screen and (max-width: 639px) {
  .sec01 .fclm2 {
    margin-top: 0;
  }
  .sec01 .fclm2 > div + div {
    margin-top: 20px;
  }
}
.sec01 .fclm2_1 {
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec01 .fclm2_1 > div {
  width: calc(496 / 1024 * 100%);
}
.sec01 .fclm2_2 {
  align-items: flex-start;
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.sec01 .fclm2_2 > div.imgArea {
  width: 31.25%;
}
.sec01 .fclm2_2 > div.imgArea img {
  width: 100%;
}
.sec01 .fclm2_2 > div.txtArea {
  width: 65.625%;
}
.sec01 .hilight {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: -0.4rem;
  font-weight: bold;
  color: #7a006e;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}
.sec01 .fclm2_2 > div.txtArea p {
  font-size: 1.4rem;
  line-height: 1.714285714;
}
.sec01 .fclm2_2 > div.txtArea p:not(:first-of-type){
  margin-top: 1em;
}
@media screen and (max-width: 639px) {
  .sec01 .fclm2_2 {
  }
  .sec01 .fclm2_2 > div.imgArea{
    order: -1;
  }
  .sec01 .fclm2_2 > div.imgArea, .sec01 .fclm2_2 > div.txtArea {
    width: 100%;
  }
  .sec01 .fclm2_2 > div.txtArea {
    margin-top: 32px;
  }
}

.careerStep{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
}
.careerStep li{
  border: solid 1px #E1E1E1;
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
  position: relative;
  font-weight: bold;
  width: calc((100% - 160px) / 5);
}
.careerStep li:not(:last-of-type)::after{
  content: "";
  display: block;
  background: url("../imgs/icon_steparrow.svg") center center no-repeat;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  aspect-ratio: 1 / 2;
  position: absolute;
  right: -35px;
  top: calc(50% - 28px);
  height: 56px;
}
.careerStep li h4{
  display: block;
  border-bottom: solid 1px #E1E1E1;
  background-color: #F6F6F6;
  padding: 0.5em;
}
.careerStep li p{
  aspect-ratio: 1 / 1;
      display:flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 639px) {
  .careerStep li{
    width: 100%;
    font-size: 14px;
  }
  .careerStep li:not(:first-of-type){
    margin-top: 30px;
  }
  .careerStep li:not(:last-of-type)::after{
    transform: rotate(90deg);
    top: auto;
    bottom: -38px;
    right: calc(50% - 10px);
    height: 40px;
  }
  .careerStep li p{
    aspect-ratio: auto;
  }
}

.qaaList dt:not(:first-of-type){
  margin-top: 10px;
}
.qaaList dt a{
  border: solid 1px #7A006E;
  color: #7A006E;
  display: block;
  background-color: #F8F2F8;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  padding: 20px 60px 20px calc(20px + 1.5em);
  position: relative;
}
.qaaList dt a::before{
  content: "Q.";
  display: inline-block;
  width: 1.5em;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 20px;
}
.qaaList dt a::after{
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: url("../imgs/icon_qaaarrow.svg") center center no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.qaaList dt a.open::after{
transform: rotate(180deg);
}
.qaaList dd{
  border: solid 1px #7A006E;
  border-top:none;
  padding: 20px 20px 20px calc(20px + 1.5em);
  position: relative;
}
.qaaList dd::before{
  content: "A.";
  display: inline-block;
  width: 1.5em;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media screen and (max-width: 639px) {
  .qaaList dt a{
    font-size: 14px;
    padding: 10px 30px 10px calc(10px + 1.5em);
  }
  .qaaList dt a::before{
    left: 10px;
    top: 10px;
  }
  .qaaList dt a::after{
    right: 10px;
  }
  .qaaList dd{
    padding: 10px 10px 10px calc(10px + 1.5em);
  }
  .qaaList dd::before{
    left: 10px;
    top: 10px;
  }
}



/*# sourceMappingURL=style.css.map */
