@charset "UTF-8";

@media screen and (max-width: 540px) {
  /*先輩社員の声*/
  .top_voice {
    margin-top: 80px;
    width: 100%;
    background-repeat: repeat-x;
    background-position: center 182px;
  }
  #orange-wrap .top_voice {
    background-image: url(../img/brd-orange.png);
  }
  #green-wrap .top_voice {
    background-image: url(../img/brd-green.png);
  }
  #red-wrap .top_voice {
    background-image: url(../img/brd-red.png);
  }
  #pink-wrap .top_voice {
    background-image: url(../img/brd-pink.png);
  }
    #pink2-wrap .top_voice {
    background-image: url(../img/brd-pink2.png);
  }
  
  #orange-wrap .top_voice .text p,
  #orange-wrap .top_voice .text h2 span,
  #orange-wrap .shigoto .questions h2,
  #orange-wrap .voice_schedule dl dt {
    color: #e1690d;
  }
  #orange-wrap .top_voice .text p::before {
    content: url(../img/before_bean.png);
  }
  #orange-wrap .voice_schedule {
    border: 3px solid #dc6a0e;
  }
  #orange-wrap .voice_schedule dl dt::before {
    content: url(../img/orng_circle.png);
  }

  #green-wrap .top_voice .text p,
  #green-wrap .top_voice .text h2 span,
  #green-wrap .shigoto .questions h2,
  #green-wrap .voice_schedule dl dt {
    color: #7dac37;
  }
  #green-wrap .top_voice .text p::before {
    content: url(../img/before_bean_green.png);
  }
  #green-wrap .voice_schedule {
    border: 3px solid #7dac37;
  }
  #green-wrap .voice_schedule dl dt::before {
    content: url(../img/green_circle.png);
  }

  #red-wrap .top_voice .text p,
  #red-wrap .top_voice .text h2 span,
  #red-wrap .shigoto .questions h2,
  #red-wrap .voice_schedule dl dt {
    color: #99222c;
  }
  #red-wrap .top_voice .text p::before {
    content: url(../img/before_bean_red.png);
  }
  #red-wrap .voice_schedule {
    border: 3px solid #99222c;
  }
  #red-wrap .voice_schedule dl dt::before {
    content: url(../img/red_circle.png);
  }

  #pink-wrap .top_voice .text p,
  #pink-wrap .top_voice .text h2 span,
  #pink-wrap .shigoto .questions h2,
  #pink-wrap .voice_schedule dl dt {
    color: #d52567;
  }
  #pink-wrap .top_voice .text p::before {
    content: url(../img/before_bean_pink.png);
  }
  #pink-wrap .voice_schedule {
    border: 3px solid #d52567;
  }
  #pink-wrap .voice_schedule dl dt::before {
    content: url(../img/pink_circle.png);
  }
  
    #pink2-wrap .top_voice .text p,
  #pink2-wrap .top_voice .text h2 span,
  #pink2-wrap .shigoto .questions h2,
  #pink2-wrap .voice_schedule dl dt {
    color: #DE829A;
  }
  #pink2-wrap .top_voice .text p::before {
    content: url(../img/before_bean_pink2.png);
  }
  #pink2-wrap .voice_schedule {
    border: 3px solid #DE829A;
  }
  #pink2-wrap .voice_schedule dl dt::before {
    content: url(../img/pink2_circle.png);
  }
  
  
  .top_wrap img {
    display: inline-block;
    width: 200px;
  }
  .top_wrap .text {
    display: inline-block;
    position: relative;
    left: 170px;
    bottom: 230px;
    width: 360px;
  }
  .text h1 {
    font-size: 1.4rem;
    letter-spacing: 3px;
    font-weight: lighter;
    font-family: a-otf-ryumin-pr6n, serif;
  }
  .text p {
    padding-left: 5px
  }
  .text p::before {
    content: url(../img/before_bean.png);
    position: relative;
    top: 5px;
    right: 8px;
  }
  .text .undertext {
    margin-top: 10px;
    padding-left: 30px;
    font-weight: bold;
  }
  .text .undertext h2 {
    font-family: a-otf-ryumin-pr6n, serif;
  }
  .text .undertext h3{
    color: #666666;
    font-size: 1rem;
    padding: 5px 0 0px;
    font-family: fot-rodin-pron, sans-serif;;
  }
  .text h2 {
    font-size: 25px;
    letter-spacing: 6px;
    font-weight: lighter;
  }
  .text h2 span {
    display: inline-block;
    padding-left: 10px;
    font-size: 15px;
    letter-spacing: 0;
    font-family: "Heisei Maru Gothic Std";
    font-weight: bold;
  }
  .pictures {
    display: none;
  }
  .sp-pictures {
    text-align: center;
  }
  .sp-pictures img {
    display: inline-block;
    width: 45vw;
  }
  .shigoto {
    margin-top: -50px;
  }
  .shigoto .questions p {
    width: 90vw;
    padding-top: 35px;
    padding-bottom: 80px;
    line-height: 2;
    font-family: 'メイリオ', sans-serif;
    font-size: 18px;
    margin: 0 auto;
  }
  .shigoto .questions h2 {
    color: #e1690d;
    display: block;
    font-size: 24px;
    font-weight: lighter;
    padding-left: 35px;
    position: relative;
    font-family: a-otf-ryumin-pr6n, serif;
  }
  .shigoto .questions h3 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 24px;
    letter-spacing: 4px;
    padding-top: 20px;
    padding-left: 25px
  }
  .shigoto .questions h2:nth-child(1)::before {
    position: absolute;
    bottom: -20px;
    left: 15px;
  }
  #orange-wrap .shigoto .questions h2:nth-child(1)::before {
    content: url('../img/Q1.png');
  }
  #orange-wrap .shigoto .questions h2:nth-child(3)::before {
    content: url('../img/Q2.png');
  }
  #orange-wrap .shigoto .questions h2:nth-child(6)::before {
    content: url('../img/Q3.png');
  }
  #orange-wrap .shigoto .questions h2:nth-child(9)::before {
    content: url('../img/Q4.png');
  }
  #orange-wrap .shigoto .questions h2:nth-child(12)::before {
    content: url('../img/Q5.png');
  }
  #green-wrap .shigoto .questions h2:nth-child(1)::before {
    content: url('../img/Q1_green.png');
  }
  #green-wrap .shigoto .questions h2:nth-child(3)::before {
    content: url('../img/Q2_green.png');
  }
  #green-wrap .shigoto .questions h2:nth-child(6)::before {
    content: url('../img/Q3_green.png');
  }
  #green-wrap .shigoto .questions h2:nth-child(9)::before {
    content: url('../img/Q4_green.png');
  }
  #green-wrap .shigoto .questions h2:nth-child(12)::before {
    content: url('../img/Q5_green.png');
  }
  #red-wrap .shigoto .questions h2:nth-child(1)::before {
    content: url('../img/Q1_red.png');
  }
  #red-wrap .shigoto .questions h2:nth-child(3)::before {
    content: url('../img/Q2_red.png');
  }
  #red-wrap .shigoto .questions h2:nth-child(6)::before {
    content: url('../img/Q3_red.png');
  }
  #red-wrap .shigoto .questions h2:nth-child(9)::before {
    content: url('../img/Q4_red.png');
  }
  #red-wrap .shigoto .questions h2:nth-child(12)::before {
    content: url('../img/Q5_red.png');
  }
  #pink-wrap .shigoto .questions h2:nth-child(1)::before {
    content: url('../img/Q1_pink.png');
  }
  #pink-wrap .shigoto .questions h2:nth-child(3)::before {
    content: url('../img/Q2_pink.png');
  }
  #pink-wrap .shigoto .questions h2:nth-child(6)::before {
    content: url('../img/Q3_pink.png');
  }
  #pink-wrap .shigoto .questions h2:nth-child(9)::before {
    content: url('../img/Q4_pink.png');
  }
  #pink-wrap .shigoto .questions h2:nth-child(12)::before {
    content: url('../img/Q5_pink.png');
  }
    #pink2-wrap .shigoto .questions h2:nth-child(1)::before {
    content: url('../img/Q1_pink.png');
  }
  #pink2-wrap .shigoto .questions h2:nth-child(3)::before {
    content: url('../img/Q2_pink.png');
  }
  #pink2-wrap .shigoto .questions h2:nth-child(6)::before {
    content: url('../img/Q3_pink.png');
  }
  #pink2-wrap .shigoto .questions h2:nth-child(9)::before {
    content: url('../img/Q4_pink.png');
  }
  #pink2-wrap .shigoto .questions h2:nth-child(12)::before {
    content: url('../img/Q5_pink.png');
  }
  .shigoto .questions h2:nth-child(3)::before,
  .shigoto .questions h2:nth-child(6)::before,
  .shigoto .questions h2:nth-child(9)::before,
  .shigoto .questions h2:nth-child(12)::before{
    position: absolute;
    bottom: -5px;
    left: 15px;
  }
  .voice_schedule {
    width: 95vw;
    margin: 100px auto;
    background-size: 0.13%;
    padding-bottom: 50px;
  }
  .voice_schedule .title {
    width: auto;
    margin: 50px auto;
  }
  .voice_schedule dl {
    margin: 0 auto;
  }
  .voice_schedule dl dt,
  .voice_schedule dl dd {
    font-family: 'メイリオ', sans-serif;
  }
  .voice_schedule dl dt {
    display: inline-block;
    width: 85px;
    vertical-align: top;
    margin-left: 20px;
  }
  .voice_schedule dl dt::before {
    content: url(../img/orng_circle.png);
    position: relative;
    top: 4px;
    padding-right: 15px;
  }
  .voice_schedule dl dd {
    margin-left: 20px;
    padding-top: 5px;
  }
  .voice_schedule dl dd:first-of-type {
    display: inline-block;
  }
  .voice_schedule dl dd:first-of-type {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-top: 0;
  }
  .voice_schedule dl dd:last-of-type {
    padding-left: 110px;
    padding-right: 20px;
    line-height: 1.6;
    font-size: 18px;
  }
  #orange-wrap .schedule_contents {
    padding: 20px 0;
    background: url(../img/bg-dotted_orange.png);
    background-repeat: repeat-y;
    background-position: 30px;
  }
  #orange-wrap .schedule_contents:nth-child(2) {
    padding-top: 0;
    background-position-y: -2px;
  }
  #orange-wrap .schedule_contents:nth-child(4) {
    background-position-y: 3px;
  }
  #orange-wrap .schedule_contents:last-child {
    background: none;
    padding-top: 0;
  }

  #green-wrap .schedule_contents {
    padding: 20px 0;
    background: url(../img/bg-dotted_green.png);
    background-repeat: repeat-y;
    background-position: 30px;
  }
  #green-wrap .schedule_contents:nth-child(2) {
    padding-top: 0;
    background-position-y: -2px;
  }
  #green-wrap .schedule_contents:nth-child(4) {
    background-position-y: 3px;
  }
  #green-wrap .schedule_contents:last-child {
    background: none;
    padding-top: 0;
  }

  #red-wrap .schedule_contents {
    padding: 20px 0;
    background: url(../img/bg-dotted_red.png);
    background-repeat: repeat-y;
    background-position: 30px;
  }
  #red-wrap .schedule_contents:nth-child(2) {
    padding-top: 0;
    background-position-y: -2px;
  }
  #red-wrap .schedule_contents:nth-child(4) {
    background-position-y: 3px;
  }
  #red-wrap .schedule_contents:last-child {
    background: none;
    padding-top: 0;
  }

  #pink-wrap .schedule_contents {
    padding: 20px 0;
    background: url(../img/bg-dotted_pink.png);
    background-repeat: repeat-y;
    background-position: 30px;
  }
  #pink-wrap .schedule_contents:nth-child(2) {
    padding-top: 0;
    background-position-y: -2px;
  }
  #pink-wrap .schedule_contents:nth-child(4) {
    background-position-y: 3px;
  }
  #pink-wrap .schedule_contents:last-child {
    background: none;
    padding-top: 0;
  }
  
    #pink2-wrap .schedule_contents {
    padding: 20px 0;
    background: url(../img/bg-dotted_pink.png);
    background-repeat: repeat-y;
    background-position: 30px;
  }
  #pink2-wrap .schedule_contents:nth-child(2) {
    padding-top: 0;
    background-position-y: -2px;
  }
  #pink2-wrap .schedule_contents:nth-child(4) {
    background-position-y: 3px;
  }
  #pink2s-wrap .schedule_contents:last-child {
    background: none;
    padding-top: 0;
  }

  #voice_team {
    background: url(../img/bg_team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
  }
}
