@charset "utf-8";

#wrapper {
    background: #f9f9f9;
}

.recruit.box {
    z-index: 1;
    position: relative;
    background: #fff;
    max-width: none;
    width: 100%;
    margin: 0;
}

.breadcrumb li a span {
    margin: 0 7px 0 0;
}

.breadcrumb li a span.name {
    margin: 0 0 0 5px;
}

.breadcrumb li a span:first-child {
    display: none;
}

/*右側*/
.content-inner {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: 100%;
}

.content-inner>section {
    border-radius: 0;
    background: #ededed;
    padding: 100px 0 0;
}

h1 {
    font-size: 3.15em;
    font-weight: 600;
    line-height: 1;
}


.r-head-box .en {
    margin: 15px 0 0 0;
    font-size: 1.3em;
    display: block;
}


.en {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.03em;
}

.content-inner h3 {
    border-bottom: none;
    padding: 0;
    box-shadow: none;
    color: #0a62b1;
}


.more {
    display: block;
    margin: 80px auto 0;
    max-width: 340px;
}

.recruit .button2 {
    /* border: 1px solid #ccc; */
    padding: 20px 50px;
    border-radius: 100px;
    background: #005bac;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    position: relative;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
    transition: .3s;
    display: block;
    text-align: center;
    border: none;
}

.recruit .button2:hover {
    background: #b8d3e0;
    color: #000;
}

.recruit .button2:before,.recruit .button3:before {
    content: "";
    background: url(../../images/common/arrow_w.svg) no-repeat center center;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 10px;
    transition: .3s;
}

.recruit .button2:hover:before {
    background: url(../../images/common/arrow_b.svg) no-repeat center center;
    right: 5%;
    background-size: 10px;
}

.button4 {
    border-radius: 5px;
    font-size: 1em;
    font-weight: 500;
    position: relative;
    display: block;
    margin: auto;
    padding: 0;
    transition: .3s;
    width: 60px;
    height: 60px;
}

.button4:before {
    content: "";
    background: url(../../images/common/arrow_w.svg) no-repeat center center;
    background-size: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    margin: auto;
    right: 0;
    left: 0;
    border: 1px solid #ffffff;
}

h2.mid-head {
    position: relative;
    padding: 14px 0 0 0;
}

h2.mid-head:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 48px;
    background: linear-gradient(90deg, #b8d3e0 31%, rgb(251 135 144)81%);
    top: 0;
    display: block;
    border-radius: 10px;
}

/*++++++++++++++
    詳細
 ++++++++++++++*/
   .shippori {
    font-family: 'Shippori Mincho', serif;
}

.first-img {
    position: relative;
}


.first-img .title {
    position: absolute;
    bottom: 70px;
    left: -3%;
}


.first-img .title h2 {
    display: block;
    line-height: 2;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.first-img .title h2 span{
  background:linear-gradient(transparent 0%, #fff 0%);
  display: inline;
  padding: 3px 11px;
}

.name-box {
    position: absolute;
    right: -3%;
    bottom: 10%;
    background: #ffffff;
    padding: 50px 50px;
    max-width: 350px;
    /* height: 250px; */
    box-shadow: 2px 2px 11px 5px hsl(230.85deg 5.87% 74.53% / 57%);
}

.name-box .name {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 100%; */
    text-align: right;
}


.name-wrap span {
    display: block;
    font-size: 0.9em;
    margin: 13px 0 0 0;
    line-height: 1.8;
}

.name-wrap span > span {
    margin: 0 0 0 10px;
    display: inline-block;
}

.name-wrap span > span:first-child {
    margin: 0;
}

.name-wrap b {
    font-size: 1.5em;
    display: block;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.1;
}

.name-wrap small.en {
    font-size: 73%;
    display: none;
}

.work-wrap {
    display: flex;
    align-items: center;
}

.work-wrap figcaption {
    width: 42%;
    margin: 0 10% 0 0;
}

.work-wrap figure {
    width: 48%;
}

.interview-single h4 {
    font-weight: 500;
    position: relative;
    padding: 0 0 0 20px;
}

.interview-single h4:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    top: 13px;
    border-radius: 23px;
    left: 0;
    border: 2px solid;
    box-sizing: border-box;
}

.work-wrap:nth-child(even) {
    flex-direction: row-reverse;
}

.work-wrap:nth-child(even) figcaption {
    margin: 0 0 0 10%;
}

.time-wrap.morning:before, .time-wrap.lunch:before, .time-wrap.leaving:before {
    width: 80px;
    height: 80px;
    left: 0;
    box-shadow: inset 1px 3px 6px 0px hsl(253.68deg 65.15% 75.31% / 22%);
}

.time-wrap.morning:before {
    background: url(../../images/recruit/interview/morning.svg) no-repeat center #ffffff;
    background-size: 63%;
}

.time-wrap.lunch:before {
    background: url(../../images/recruit/interview/lunch.svg) no-repeat center #ffffff;
    background-size: 63%;
}

.time-wrap.leaving:before {
    background: url(../../images/recruit/interview/leaving.svg) no-repeat center #ffffff;
    background-size: 63%;
}

.time-wrap:first-child {
    border-top: 1px solid #f3f3f3;
}

.oneday-box {
    overflow: hidden;
}


.message {
    padding: 100px 80px 80px 80px;
    /* border: 3px solid #005bac; */
    border-radius: 70px;
    background: hsl(200deg 76.84% 78.11% / 45%);
}

.message-box {
    display: flex;
    position: relative;
}

.message-box figcaption {
    width: 55%;
    margin: 0 6% 0 0;
}

.message-box figure {
    width: 45%;
}


.oneday {
    padding: 80px;
    background: #fff;
}

.time-wrap {
    display: flex;
    position: relative;
    padding: 50px 0 50px 120px;
    border-bottom: 1px solid #f3f3f3;
}

.time-wrap:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #ffffff;
    left: 0;
    top: 53px;
    border-radius: 100px;
    border: 2px solid hsl(0deg 1.75% 77.65% / 35%);
    box-sizing: border-box;
    z-index: 1;
    width: 30px;
    height: 30px;
    left: 25px;
}

.time-wrap.morning:before,
.time-wrap.lunch:before,
.time-wrap.leaving:before{
  top: 30px;
}

.time-wrap:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 100%;
    background: hsl(0deg 1.75% 77.65% / 35%);
    left: 37px;
    top: 67px;
    z-index: 0;
}

.time-wrap .time {
    width: 20%;
}

.time-wrap figcaption {
    width: 50%;
    padding: 0 5%;
}

.time-wrap figure {
    width: 30%;
}

.time-wrap .time span {
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
    color: #6248ba;
    display: block;
}

.time-wrap .time b {
    font-size: 1.2em;
    font-weight: 600;
    margin: 6px auto 0;
    display: block;
    color: hsl(0deg 0.25% 46.8% / 76%);
}

.time-wrap figcaption h5 {
    font-weight: 600;
}

.message-box figcaption h3 {
    position: absolute;
    top: -143px;
    left: 0;
    /* right: 0; */
    margin: auto;
    text-align: center;
    display: inline-block;
    background: #fff;
    padding: 14px 0;
    border-radius: 28px;
    width: 400px;
    box-shadow: inset 2px 3px 12px 1px hsl(200deg 31.87% 84.41%);
}

.message-box figcaption h3::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(225deg);
  left: 60px;
  bottom: -15px;
  border-left: 20px solid #f7fafb;
  border-top: 20px solid #f7fafb;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.message-box figcaption h3::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(225deg);
  left: 75px;
  bottom: -20px;
  border-left: 20px solid #c8e2ef;
  border-top: 20px solid #c8e2ef;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

/*ほかのインタビュー*/

.other {
    border-top: 1px solid #d4d4d4;
    padding: 80px 0 0 0;
}


ul.other-list {
    display: flex;
    width: 100%;
}

.templatebox {
    width: 32%;
    margin: 0 2% 0 0;
}

.templatebox:nth-child(3n) {
    margin: 0;
}


.templatebox a {
    position: relative;
    display: block;
}

.templatebox a.scale figure {
    position: relative;
    overflow: hidden;
    width: 92%;
    margin: auto;
}

.other-name-box .name-wrap span br {
    display: none;
}

.other-list li a figcaption .title {
    display: inline;
    line-height: 2;
    font-size: 1.15em;
}

.other-list li a figcaption .title span {
    background: linear-gradient(transparent 0%, #fff 0%);
    font-weight: 800;
    padding: 3px 7px;
    letter-spacing: 0.08em;
}

.other-list li a figcaption {
    margin: -60px auto 0;
    z-index: 1;
    position: relative;
}

.recruit-archive .other-list li a figcaption{
    margin: -89px auto 0;
}

.other-name-box {
    margin: 15px auto 0;
}

.other-name-box .name-wrap b {
    font-size: 1.3em;
    color: #005bac;
    display: inline-block;
}

.other-name-box .name-wrap small.en {
    display: inline-block;
    padding: 0 0 0 6px;
    display: none;
}

.other-name-box .name-wrap span {
    margin: 3px 0 0 0;
    color: #7c7c7c;
}

.other-name-box .name-wrap span span {
    display: inline-block;
    margin: 0 8px 0 0;
}

/*一覧*/

.first-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.r-a-wrap {
    position: absolute;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63%;
    background: linear-gradient(90deg, hsl(0deg 0% 92.94% / 100%),hsl(0deg 0% 92.94% / 100%),hsl(0deg 0% 92.94% / 100%), hsl(0deg 0% 92.94% / -1%));
}

.r-head-box.r-a {
    width: 100%;
    padding: 0 0 0 5%;
}

.main-slide {
    width: 100%;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.main-slide li {
    border-radius: 25px;
    overflow: hidden;
}

.recruit-archive ul.other-list {flex-wrap: wrap;}

.recruit-archive ul.other-list .templatebox {
    margin-bottom: 60px;
    width: 48.5%;
}

.recruit-archive ul.other-list .templatebox:nth-child(3n) {
    margin-right: 3%;
}

.recruit-archive ul.other-list .templatebox:nth-child(2n) {
    margin-right: 0;
}

.recruit-archive .other-list li a figcaption .title {
    font-size: 1.7em;
}

@media screen and (max-width: 1699px) {
  .message-box figure {
      width: 40%;
  }
  
  .message-box figcaption {
      width: 54%;
  }
  
  .message {
      padding: 80px 60px 60px 60px;
  }

}

@media screen and (max-width: 1399px) {
 
}
@media screen and (max-width: 1299px) {

    .name-box {
        padding: 30px 30px;
        max-width: 280px;
    }
  
    .other-list li a figcaption {
        margin: -53px auto 0;
    }

    .other-list li a figcaption .title {
      font-size: 1.05em;
    }
      .recruit-archive .other-list li a figcaption .title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 2.85em;
    }

      
    .r-head-box .en {
        font-size: 1em;
    }

  .name-wrap b {
      font-size: 1.3em;
  }
  
  .interview-single h4:before {
      width: 13px;
      height: 13px;
      top: 9px;
  }
  
  .work-wrap figcaption {
      margin: 0 5% 0 0;
      width: 47%;
  }
  
  .work-wrap:nth-child(even) figcaption {
      margin: 0 0 0 5%;
  }
  
  .time-wrap .time span {
      font-size: 1.8em;
  }
  
  .time-wrap .time b {
      font-size: 1.1em;
  }
  
  .message-box figcaption h3 {
      top: -114px;
  }

  /*他のインタビューを見る*/
  
  .other-list li a figcaption .title {
      font-size: 0.9em;
  }

  .other-list li a figcaption .title span {
    letter-spacing: 0.07em;
    padding: 2px 5px;
  }
  
  .other-list li a figcaption {
      margin: -45px auto 0;
  }

  .recruit-archive .other-list li a figcaption {
      margin: -69px auto 0;
  }
  
  .other-name-box .name-wrap b {
      font-size: 1.2em;
  }

  /*一覧*/

  .recruit-archive .other-list li a figcaption .title {
      font-size: 1.3em;
  }
      
	
}
@media screen and (max-width: 1023px) {
     h1 {
        font-size: 2.6em;
    }
    
    h2 {
        font-size: 1.8em;
    }

    .name-box {
        width: 270px;
    }
    
    .interview-single h4:before {
        top: 8px;
    }
    
    .oneday {
        padding: 50px;
    }
    
    .time-wrap {
        padding: 40px 0 40px 85px;
    }
    
    .time-wrap:before {
        top: 39px;
        width: 20px;
        height: 20px;
    }
    
    .time-wrap.morning:before, .time-wrap.lunch:before, .time-wrap.leaving:before {
        width: 65px;
        height: 65px;
        top:30px;
    }
    
    .time-wrap:after {
        width: 4px;
        left: 33px;
    }

    .message-box figcaption {
      margin: 0 4% 0 0;
      width: 56%;
    }

    /*他のインタビューを見る*/

    .other {
      padding: 50px 0 0 0;
  }

  
}
@media screen and (max-width: 991px) {
     
    h1 {
        font-size: 2.5em;
    }

    .content-inner>section{
      padding:50px 0 0 0;
    }

    .first-img .title {
        bottom: 20px;
    }
    
    .name-box {
        width: 200px;
        bottom: 23%;
        padding: 25px;
    }

    .name-wrap b {
        font-size: 1.2em;
    }
    
    .name-wrap span {
        font-size: 0.85em;
    }

    .name-wrap span span{
      font-size: 1em;
    }
    
    
    .oneday {
        padding: 30px;
    }
    
    .time-wrap .time {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .time-wrap {
        flex-wrap: wrap;
        padding: 30px 0 30px 65px;
    }
    
    .time-wrap figcaption {
        padding: 0;
        width: 100%;
        margin: 15px auto 0;
    }
    
    .time-wrap .time b {
        margin: 0 0 0 15px;
    }
    
    .time-wrap.morning:before, .time-wrap.lunch:before, .time-wrap.leaving:before {
        width: 50px;
        height: 50px;
        top: 23px;
    }
    
    .time-wrap:before {
        width: 15px;
        height: 15px;
        left: 17px;
    }
    
    .time-wrap:after {
        left: 23.2px;
        width: 3px;
    }
    
    .time-wrap .time span {
        font-size: 1.6em;
    }
    
    .time-wrap figure {
        width: 100%;
        margin: 20px 0 0 0;
        max-width: 400px;
    }
    
    .message {
        padding: 60px 30px 30px 30px;
        border-radius: 40px;
    }

    .message-box figcaption h3 {
        top: -100px;
        padding: 10px 0;
        border-radius: 18px;
        width: 310px;
    }

    /*他のインタビューを見る*/

      ul.other-list {
        flex-wrap: wrap;
    }
    
    .templatebox, .recruit-archive ul.other-list .templatebox,.recruit-archive ul.other-list .templatebox:nth-child(3n) {
        width: 100%;
        margin: 0 0 30px 0;
    }
    
    .templatebox a {
        display: flex;
    }
    
    .other-list li a figcaption,.recruit-archive .other-list li a figcaption {
        margin: 0 0 0 3%;
        width: 57%;
    }

    
    .templatebox a.scale figure {
        margin: 0;
        width: 40%;
    }
    
    .other-list li a figcaption .title {
        font-size: 1.1em;
    }
    
    .other-name-box .name-wrap b {
        font-size: 1em;
    }

    /*一覧*/
    .recruit-archive .other-list li a figcaption .title {
      font-size: 1.1em;
  }

	
}


@media screen and (max-width: 767px) {

  h1 {
      font-size: 1.8em;
  }
  
  .r-head-box .en {
          margin: 8px 0 0 0;
  }

  .content-inner>section {
      padding: 0;
  }

  h2.mid-head:before {
        width: 30px;
        height: 3px;
    }
    
    h2.mid-head {
        padding: 4px 0 0 0;
        font-size: 1.4em;
    }

  /**/

  .inner.interview-single {
      max-width: 100%;
  }
  
  .interview-single .mid-head,
  .interview-single p,
  .interview-single h4{
      width: 90%;
      margin-left: auto;
      margin-right: auto;
  }


  
  .first-img .title {
    position: relative;
    bottom: inherit;
    left: 0;
    margin: -54px auto 20px;
    width: 90%;
}

.name-box {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    box-shadow: inset 1px 1px 6px 0px hsl(253.68deg 100% 82.3% / 99%), 0 0 7px 0 rgb(57 56 56 / 59%);
    box-shadow: none;
    background: #e3e3e3;
    width: 90%;
    margin: auto;
    max-width: none;
}

.name-box .name {
    color: #0a62b1;
    text-align: center;
}

.name-wrap b {
    font-size: 1.1em;
}

.name-wrap span {
    font-size: 0.8em;
}

.name-wrap span span{
  font-size:1em;
}

.first-img .title h2 {
    font-size: 1.1em;
    /* line-height: 1.8; */
    /* color: #5e5c5c; */
}

.first-img .title h2 span {
    padding: 3px 5px;
}

figure.thumbnail {
    width: 100%;
    margin: auto;
}

.work-wrap {
    flex-wrap: wrap;
}

.work-wrap figcaption,.work-wrap:nth-child(even) figcaption {
    width: 100%;
    margin: 0 auto 20px;
}

.work-wrap figure {
    width: 100%;
}

.oneday {
    padding: 30px 5%;
    margin-top: -60px;
}

  .interview-single .oneday .mid-head , .interview-single .oneday p{
    width:100%;
  }

.time-wrap .time {
    flex-wrap: wrap;
}
  
.time-wrap .time b {
    font-size: 0.9em;
    width: 100%;
    margin: 5px 0 0 0;
}

.time-wrap .time span {
    font-size: 1.4em;
}

.message {
    padding: 70px 20px 40px 20px;
    border-radius: 0;
    margin-bottom: 60px;
}

.message-box figcaption h3 {
    top: -83px;
    width: 240px;
}

.message-box {
    flex-wrap: wrap;
}

.message-box figcaption {
    width: 100%;
    margin: 0 0 20px 0;
}

.interview-single .message-box p {
    width: 100%;
}
  
.message-box figure {
    width: 100%;
    margin: auto;
}



/*他のインタビューを見る*/

.other {
    padding: 30px 0 60px 0;
    width: 90%;
    margin: auto;
}

.other-list li a figcaption .title {
    font-size: 1.05em;
}

.other-list li a figcaption .title br {
    /* display: none; */
}

.templatebox a.scale figure {
    width: 100%;
}

.other-list li a figcaption,.recruit-archive .other-list li a figcaption {
    margin: -54px auto 0;
    width: 100%;
}

.other-name-box {
    margin: 6px 0 0 0;
}

.other-name-box .name-wrap b {
    font-size: 0.9em;
}

.templatebox {
    margin: 0 0 20px 0;
}

.first-img .title h2 br {
    /* display: none; */
}

.templatebox a {
    flex-wrap: wrap;
}

.more {
    margin: 30px auto 0;
}

  .recruit .button2 {
    font-size: 1em;
    padding: 18px 0;
}


/*一覧*/

.first-wrap {
    flex-wrap: wrap;
}

.r-a-wrap {
    position: relative;
    background: none;
    margin: 0 0 30px 0;
    width: 100%;
}

.r-head-box.r-a {
    padding: 0 0 0 5%;
}

.main-slide li {
    border-radius: 10px;
}
  
.content-inner>section.r-archive {
    padding: 50px 0 0 0;
}

.recruit-archive ul.other-list .templatebox {
    margin-bottom: 30px;
}


}

@media screen and (max-width: 480px) {

  .time-wrap:before{
    top: 36px;
  }
}

@media screen and (max-width: 400px) {

  .first-img .title {
      margin: -53px auto 20px;
  }

  .first-img .title h2 {
      font-size: 1.03em;
      letter-spacing: 0.03em;
      line-height: 2.2;
  }
  
  .first-img .title h2 span {
      padding: 2px 5px;
  }
  
  .other-list li a figcaption, .recruit-archive .other-list li a figcaption {
    margin: -51px auto 0;
  }
  
  .recruit-archive .other-list li a figcaption .title,
  .other-list li a figcaption .title{
      font-size: 1.02em;
  }
  
  .other-list li a figcaption .title span {
      letter-spacing: 0.05em;
      padding: 1px 4px;
  }

}