@charset "utf-8";
.recruit_wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.recruit_wrap .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.recruit_wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2em;
  text-align: center;
}
.accordion-003 {
  max-width: 100%;
  margin-bottom: 7px;
}
.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 500;
  cursor: pointer;
  background: #163144;
  color: #FFF;
}
.accordion-003 summary::-webkit-details-marker {
  display: none;
}
.accordion-003 summary::before, .accordion-003 summary::after {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #FFF;
  content: '';
}
.accordion-003 summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}
.accordion-003 summary::after {
  transition: rotate .3s;
}
.accordion-003[open] summary::after {
  rotate: 90deg;
}
.accordion-003 table {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  transition: transform .5s, opacity .5s;
}
.accordion-003[open] table {
  transform: none;
  opacity: 1;
}

  .voice {
    background: url("../image/voice_back.png");
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

  .feature h4.type_a:before {
    background: #FFF;
  }



@media screen and (max-width: 759.9px) {
  .recruit_wrap {
    padding: 0px;
    margin: 0 0 15.5vw 0;
  }
  .recruit_wrap h3 {
    font-size: 4.7vw;
    width: 100%;
    text-align: center;
  }
  
  .catchcopy{
    padding: 0 20px;
    box-sizing: border-box;
  }
  .catchcopy p{
    text-align: left;
  }

  
  
  .voice {
    padding: 31vw 20px 15.5vw 20px;
    margin: 0 0 15.5vw 0;
}
  .feature {
    width: 100%;
    background: #23587F;
    padding: 31vw 20px 15.5vw 20px;
    color: #FFF;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
    .feature::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20vw 100vw 0px 0px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
  }
    .voice::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20vw 100vw 0px 0px;
    border-color: #23587F transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
  }
  dl.recruit_voice {
  }
  dl.recruit_voice dt {
    width: 100%;
    margin: 0 0 4vw 0;
    text-align: center;
  }
  dl.recruit_voice dd:last-child {
    margin: 0;
  }
  dl.recruit_voice dt > div {
  }
  dl.recruit_voice dt span {
    font-size: 8vw;
    color: #888;
  }
  dl.recruit_voice dd {
    width: 100%;
    margin: 0 0 8vw 0;
    padding: 8vw;
    box-sizing: border-box;
  }
  dl.recruit_voice dd {
    position: relative;
    background: #f2f2f2;
    border-radius: 20px;
  }
  dl.recruit_qa{
    padding: 0 20px;
    box-sizing: border-box;
  }
  dl.recruit_qa dt {
    text-align: center;
    background: #F2F2F2;
    padding: 8vw 8vw 0 8vw;
  }
  dl.recruit_qa dt span {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background: #23587F;
    color: #FFF;
    line-height: 50px;
    display: block;
    margin: 0 auto 4vw auto;
  }
  dl.recruit_qa dd {
    background: #F2F2F2;
    padding: 8vw;
    margin: 0 0 8vw 0;
    box-sizing: border-box;
  }
  
  .accordion-003{
    padding: 0 20px;
    box-sizing: border-box;
  }
.accordion-003 summary {
     font-size: 3.6vw;
}

  
  .details table {
    width: 100%;
    margin: 5vw auto 15.5vw auto;
  }
  .details table th {
    width: 100%;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    background: #EFEFEF;
  }
  .details table td {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: block;
}
  .flow {
    background: #F2F2F2;
    padding: 15.5vw 20px 15.5vw 20px;
    box-sizing: border-box;
  }
  .flow ul {
    display: flex;
    flex-wrap: wrap;
  }
  .flow ul li {
    width:100%;
    text-align: center;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 10vw;
  }
  .flow ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    background: url("../image/icon_flowarrow_sp.svg") no-repeat;
    width: 30px;
    height: 59px;
    z-index: 10;
    transform: translate(-50% , 0%);
  }
  .flow ul li:last-child:after {
    display: none;
  }
  .flow ul li .number {
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #FFF;
    border-radius: 40px;
    background: #23587F;
    font-size: 40px;
    font-weight: 200;
    margin: 0 auto;
  }
  .flow ul li .title h5 {
    font-size: 4.8vw;
    margin: 20px 0 10px 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
  .flow ul li .title p {
    margin: 0;
    line-height: 1.5em;
  }
  .entry {
    background: url("../image/entry_back.jpg") no-repeat;
    background-size: cover;
    padding: 100px 20px 100px 20px;
    box-sizing: border-box;
  }
  .entry a {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: 0 auto;
    line-height: 110px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 4.8vw;
    font-family: "Noto Serif JP", serif;
  }
  .entry a span {
    background: url("../image/entry_arrow.svg") no-repeat right center;
    padding: 0 30px 0 0;
  }
  
  
  
}
@media screen and (min-width: 760px) {
  .recruit_wrap {
    padding: 0;
    margin: 0 0 100px 0;
  }
  .recruit_wrap h3 {
    font-size: 32px;
    font-size: min(2.66vw, 32px);
    width: 100%;
    text-align: center;
  }
  
  .voice {
    padding: 250px 20px 100px 20px;
    margin: 0 0 100px 0;
}
  .feature {
    width: 100%;
    background: #23587F;
    padding: 250px 20px 100px 20px;
    color: #FFF;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
    .feature::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 100vw 0px 0px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
  }
    .voice::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 100vw 0px 0px;
    border-color: #23587F transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
  }
  dl.recruit_voice {
    display: flex;
    flex-wrap: wrap;
  }
  dl.recruit_voice dt {
    width: 30%;
    margin: 0 0 50px 0;
    text-align: center;
    position: relative;
  }
  dl.recruit_voice dd:last-child {
    margin: 0;
  }
  dl.recruit_voice dt > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  dl.recruit_voice dt span {
    font-size: 36px;
    color: #888;
  }
  dl.recruit_voice dd {
    width: calc(70% - 20px);
    margin: 0 0 50px 0;
    padding: 20px 50px;
    box-sizing: border-box;
  }
  dl.recruit_voice dd {
    position: relative;
    background: #f2f2f2;
    border-radius: 20px;
  }
  dl.recruit_voice dd:after, dl.recruit_voice dd:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  dl.recruit_voice dd:after {
    border-color: rgba(242, 242, 242, 0);
    border-right-color: #f2f2f2;
    border-width: 20px;
    margin-top: -20px;
  }
  dl.recruit_voice dd:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 26px;
    margin-top: -26px;
  }
  dl.recruit_qa dt {
    text-align: center;
    background: #F2F2F2;
    padding-top: 50px;
  }
  dl.recruit_qa dt span {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background: #23587F;
    color: #FFF;
    line-height: 50px;
    display: inline-block;
  }
  dl.recruit_qa dd {
    background: #F2F2F2;
    padding: 50px;
    margin: 0 0 50px 0;
    box-sizing: border-box;
  }
.accordion-003 summary {
  font-size: 20px;
}

  
  .details table {
    width: 100%;
    margin: 30px auto 100px auto;
  }
  .details table th {
    width: 20%;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #CECECE;
  }
  .details table td {
    width: 80%;
    padding: 10px 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #CECECE;
  }
  .flow {
    background: #F2F2F2;
    padding: 100px 20px 100px 20px;
    box-sizing: border-box;
  }
  .flow ul {
    display: flex;
    flex-wrap: wrap;
  }
  .flow ul li {
    width: calc(100% / 5);
    text-align: center;
    position: relative;
  }
  .flow ul li:after {
    content: "";
    position: absolute;
    right: -28px;
    top: 30px;
    background: url("../image/icon_flowarrow.svg") no-repeat;
    width: 57px;
    height: 16px;
    z-index: 10;
  }
  .flow ul li:last-child:after {
    display: none;
  }
  .flow ul li .number {
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #FFF;
    border-radius: 40px;
    background: #23587F;
    font-size: 40px;
    font-weight: 200;
    margin: 0 auto;
  }
  .flow ul li .title h5 {
    font-size: 22px;
    margin: 20px 0 10px 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
  .flow ul li .title p {
    margin: 0;
    line-height: 1.5em;
  }
  .entry {
    background: url("../image/entry_back.jpg") no-repeat;
    background-size: cover;
    padding: 100px 20px 100px 20px;
    box-sizing: border-box;
  }
  .entry a {
    background: rgba(255, 255, 255, 0.8);
    width: 40%;
    margin: 0 auto;
    line-height: 110px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
  }
  .entry a span {
    background: url("../image/entry_arrow.svg") no-repeat right center;
    padding: 0 30px 0 0;
  }
}