@charset "utf-8";

@import url("../../assets/css/common.css");
@import url("../../../assets/css/vendor/slick.css");

/* HERO */
#common-hero .page-ttl {
  display: inline-block;
  color: #000;
}
#common-hero .page-ttl strong:after {
  background: #ffef00;
}

/* INTERVIEW */
.contents {
  background: #fff;
  overflow: hidden;
}
.contents .interview {
  position: relative;
  padding: 0 0 100px;
}
.contents .interview:before {
  display: block;
  content: "";
  position: absolute;
  top: 75px;
  right: 0;
  width: calc(50% + 300px);
  height: calc(100% - 75px);
  background: #f5f5f5;
}
.contents .interview .inner {
  position: relative;
}
.contents .interview .answerer {
  position: relative;
  max-width: 920px;
  width: 88vw;
  margin: 0 auto 50px;
  overflow: hidden;
}
.contents .interview .answerer-data {
  position: absolute;
  top: 170px;
  left: 440px;
  max-width: 310px;
  width: 100%;
}
.contents .interview .answerer-data dt {
  display: inline-block;
  padding: 12px 1.07142vw;
  background: #ffef00;
  font-weight: bold;
  font-size: 14px;
}
.contents .interview .answerer-data dd {
  width: 100%;
  margin-top: 10px;
  padding: 1.28571vw 0 1.28571vw 1.07142vw;
  background: #fff;
  font-weight: bold;
  font-size: 28px;
}
.contents .interview .answerer-data dd span {
  display: inline-block;
  margin-top: 15px;
  font-size: 50%;
}
.contents .interview .catch {
  float: right;
  max-width: calc(calc(100vw - 860px) / 2 + 860px);
  width: calc(calc(100vw - 76.5vw) / 2 + 75vw);
  margin-bottom: 4.2857142vw;
  padding: 2.1428571vw 2.5vw;
  background: #55c2f0;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 2.1428571vw;
}
.contents .interview .shadow-box {
  position: relative;
  max-width: 920px;
  width: 88vw;
  margin: 0 auto 50px;
  padding: 50px 60px;
  z-index: 1;
  clear: both;
}
/* .contents .interview .shadow-box:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 10px;
  background: #ffef00;
} */
.contents .shadow-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.2);
  -moz-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.2);
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.2);
}
.contents .interview .shadow-box h2 {
  margin-bottom: 30px;
  color: #55c2f0;
  line-height: 1.4;
  font-weight: bold;
  font-size: 25px;
}
.contents .interview .shadow-box h2:after {
  display: block;
  content: "";
  width: 55px;
  height: 5px;
  margin-top: 15px;
  background: #ffef00;
}
.contents .interview .shadow-box .data-text {
  line-height: 2;
  text-align: justify;
}
.contents .interview .btn-back {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 25px 0;
  background: #55c2f0;
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
}
.contents .interview-time {
  line-height: 1.5;
  margin-bottom: 50px;
  padding: 0 5%;
  text-align: center;
}
@media (min-width: 480px) {
  .contents .interview-time br {
      display: none;
  }
}


.current .block {
  display: none;
}
.modaal-content-container {
  padding: 0;
}
.modaal-wrapper .modaal-close {
  z-index: 3;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.hover .modaal-close:hover:before,
.hover .modaal-close:hover:after {
	background: #000;
}
.modaal-container {
  background: none;
}
.modaal-container .block {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 60px;
  background: #fff;
}
.modaal-container .block .funtochu {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}
.modaal-container .block .profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 20px;
}
.modaal-container .block .profile .snap {
  display: block;
  width: 420px;
  border-radius: 2px;
}
.modaal-container .block .profile .text {
  width: calc(100% - 440px);
}
.modaal-container .block .profile .text .department {
  display: inline-block;
  padding: 7px 10px;
  background: #fff001;
  font-weight: 600;
}
.modaal-container .block .profile .text .name {
  margin: 20px 0;
  font-weight: 600;
  font-size: 30px;
}
.modaal-container .block .message {
  line-height: 2;
  font-size: 0.938em;
}


/* SUTUDY JOB */
.contents .study-job a {
  display: block;
  padding: 7.5vw 0 9vw;
  background: #0a77f1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
.contents .study-job a .en {
  font-weight: bold;
  font-size: 5vw;
}
.contents .study-job a .jp {
  display: block;
  margin-top: 3.5vw;
  font-weight: bold;
  font-size: 2vw;
}


/* others */
.contents .others {
  position: relative;
}
.contents .others:before {
  display: block;
  content: "";
  position: absolute;
  top: 105px;
  right: 0;
  width: calc(50% + 320px);
  height: calc(100% - 105px);
  background: #f5f5f5;
}
.contents .others .inner {
  position: relative;
  max-width: 860px;
  width: 75vw;
  margin: 0 auto;
  padding: 60px 0 160px;
}
.contents .others h2 {
  display: inline-block;
  margin: 0 0 75px 0;
  padding: 30px 45px;
  background: #3a3a3a;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 30px;
  letter-spacing: 0.1em;
}
.contents .others .slider .block {
  position: relative;
  width: 50%;
  padding:0 55px 25px;
}
.contents .others .slider .in-block {
  position: relative;
}
.contents .others .slider .thumb {
  position: relative;
  width: 350px;
}
.contents .others .slider .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.contents .others .slider .name-group {
  position: relative;
  width: 91%;
  margin: -10% 0 0 20%;
  padding: 15px 5% 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.2);
  -moz-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.2);
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.2);
}
.contents .others .slider .name-group .belong {
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.contents .others .slider .name-group .belong:after {
  display: block;
  content: "";
  width: 45px;
  height: 4px;
  margin: 10px 0 0 -7%;
  background: #ffef00;
}
.contents .others .slider .name-group .name {
  font-weight: bold;
  font-size: 22px;
}
.contents .others .slider .name-group .name span {
  display: inline-block;
  margin-top: 15px;
  margin-left: 5px;
  font-weight: 500;
  font-size: 0.6em;
}
.slick-arrow {
  position: absolute;
  top: 35%;
  width: 14px;
  height: 14px;
  border-right:4px #000 solid;
  border-bottom:4px #000 solid;
  cursor: pointer;
}
.prev {
  left:-3%;
  transform: rotate(135deg);
}
.next {
  right: -3%;
  transform: rotate(-45deg);
}


@media all and (min-width: 1000px) {
  /* SUTUDY JOB */
  .contents .study-job a {
    padding: 75px 0 90px;
  }
  .contents .study-job a .en {
    font-size: 50px;
  }
  .contents .study-job a .jp {
    margin-top: 35px;
    font-size: 20px;  
  }
}

@media all and (max-width: 1200px) {
  .contents .interview:before {
    width: 80vw;
  }
  .contents .others:before {
    width: 80vw;
  }
}

@media all and (max-width: 1000px) {
  .modaal-container .block .profile .snap {
    width: 55%;
  }
  .modaal-container .block .profile .text {
    width: 42%;
  }
  .contents .voices .member .block .text .name .year {
    display: inline-block;
    margin-top: 8px;
  }
  .contents .interview .shadow-box {
    padding: 4.3% 5%;
  }
}



@media all and (max-width: 812px) {
  #common-hero .mark {
    width: 13vw;
    margin-left: 4vw;
    vertical-align: 1vw;
  }

  .contents .interview .answerer {
    width: 90vw;
    margin: 0 auto 40px;
  }
  .contents .interview .answerer .portrait {
    position: relative;
    overflow: hidden;
    width: 60%;
    height: 60vw;
  }
  .contents .interview .answerer .portrait img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  .contents .interview .answerer-data {
    top: 20vw;
    left: 50%;
  }
  .contents .interview .answerer-data dt {
    padding: 12px 10px;
  }
  .contents .interview .answerer-data dd {
    padding: 12px 10px;
    font-size: 25px;
  }



  /* INTERVIEW */
  .contents .interview {
    padding: 30px 0 7%;
  }
  .contents .interview .catch {
    width: calc(calc(100vw - 90vw) / 2 + 90vw);
    margin-bottom: 20px;
  }
  .contents .interview .shadow-box {
    width: 90vw;
    margin: 0 auto 7%;
    padding: 7%;
  }
  .contents .interview .shadow-box h2 {
    margin-bottom: 25px;
    font-size: 1.250em;
  }
  .contents .interview .shadow-box h2 br {
    display: none;
  }
  .contents .interview .shadow-box h2:after {
    width: 40px;
  }
  .contents .interview .shadow-box .data-text {
    font-size: 0.875em;
  }
  .contents .interview .snap img {
    width: 72vw;
  }
  .contents .interview-time {
    margin-bottom: 7%;
    font-size: 0.875rem;
  }
  
  
  /* voices */
  .contents .voices .member {
    width: 85vw;
  }
  .contents .voices .member .block {
    width: calc((100% - 15px)/2);
    margin: 0 15px 30px 0;
  }
  .contents .voices .member .block:nth-child(2n) {
    margin-right: 0;
  }
  .contents .voices .member .block .text .btn li {
    font-size: 0.813em;
  }
  .contents .voices .member .message {
    margin-top: 0;

  }
  
  .modaal-inner-wrapper {
    padding: 0 3% 60px;
  }
  .modaal-content-container {
    padding-top: 80px;
  }
  .modaal-container .block {
    padding: 7% 7% 14%;
  }
  .modaal-container .block .funtochu {
    width: 24%;
  }


  
  /* SUTUDY JOB */
  .contents .study-job a {
    padding: 40px 0 48px;
  }
  .contents .study-job a .en {
    font-size: 1.813em;
  }
  .contents .study-job a .jp {
    margin-top: 15px;
    font-size: 0.875em;
  }


  /* others */
  .contents .others:before {
    top: 65px;
    width: 80vw;
    height: calc(100% - 65px);
  }
  .contents .others .inner {
    width: 85vw;
    padding: 40px 0 130px;
  }
  .contents .others h2 {
    margin: 0 0 55px 0;
    padding: 20px;
    font-size: 20px;
  }
  .contents .others .slider .block {
    padding:0 15% 0 8%;
  }
  .contents .others .slider .thumb {
    width: 100%;
  }
  .contents .others .slider .name-group {
    padding: 15px 6.25% 20px;
  }
  .contents .others .slider .name-group .belong {
    font-size: 13px;
  }
  .contents .others .slider .name-group .name {
    font-size: 20px;
  }

}



@media all and (max-width: 568px) {
  .contents .interview .answerer {
    overflow: visible;
    margin: 0 auto 50px;
  }
  .contents .interview .answerer .portrait {
    width: 90%;
    height: 80vw;
  }
  .contents .interview .answerer .portrait img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  .contents .interview .answerer-data {
    top: auto;
    bottom: -23px;
    left: auto;
    right: -0.5vw;
    width: 70%;
  }
  .contents .interview .answerer-data dt {
    padding: 8px;
    font-size: 12px;
  }  
  .contents .interview .answerer-data dd {
    margin-top: 6px;
    padding: 12px 10px;
    font-size: 25px;
  }
  .contents .interview .answerer-data dd span {
    margin-top: 10px;
  }
  .contents .interview .catch {
    padding: 10px 15px;
    font-size: 1.125em;
  }

  .contents .others .inner {
    padding: 25px 0 100px;
  }
  .contents .others h2 {
    margin: 0 0 45px 0;
  }
  .contents .others:before {
    top: 55px;
    height: calc(100% - 55px);
  }  

  .contents .interview .shadow-box .data-text {
    line-height: 1.8;
  }
  .contents .interview .btn-back {
    width: 250px;
    padding: 20px 0;
    font-size: 1.125em;
  }

  
  .modaal-container .block .profile {
    flex-wrap: wrap;
  }
  .modaal-container .block .funtochu {
    width: 36%;
    z-index: 2;
  }
  .modaal-container .block .profile .snap {
    width: 100%;
    order: 2;
  }
  .modaal-container .block .profile .text {
    width: 100%;
    order: 1;
  }
  .modaal-container .block .profile .text .department {
    font-size: 0.875em;
  }
  .modaal-container .block .profile .text .name {
    display: inline-block;
    margin: 15px 10px 15px 0;
    font-size: 25px;
  }
  .modaal-container .block .profile .text .year {
    display: inline-block;
    font-size: 0.875em;
  }
  .modaal-container .block .message {
    line-height: 2;
    font-size: 0.875em;
  }
  

  .contents .others .inner {
    width: 100%;
  }
  .contents .others .slider .block {
    padding: 5px 0 0;
  }  
  .contents .others .slider .block .in-block {
    padding:0 9% 0 6%;
    width: 250px;
  }
  .slick-arrow,.prev,.next {
    display: none;
  }

}




































