<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ------------------------------
#interview
------------------------------ */
/* common
------------------------------ */
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
#interview h1, #interview h2, #interview h3 {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#interview img {
  vertical-align: bottom;
  height: auto;
}
@media screen and (max-width: 800px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/* layout setting
------------------------------ */
#interview {
  letter-spacing: 2px;
  font-weight: 400;
  color: #333;
  background: #F7F5F3;
}
.interview_inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.breadcrumb {
  display: none;
}
@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {}
/* list
------------------------------ */
.list_type {
  padding: 85px 0 95px;
}
#interview h2.interview_h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  color: #8C7459;
}
#interview h2.interview_h2 span.roboto {
  display: block;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
/* tag */
.tag_box {
  margin: 100px auto 70px;
}
.tag_list {
  display: flex;
}
.tag_list h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  flex-shrink: 0;
  font-size: 25px;
  font-weight: 500;
}
.tag_list .tag_btn {
  display: flex;
  flex-wrap: wrap;
}
.tag_list .tag_btn li {
  margin: 0 7px 20px;
}
.tag_list .tag_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 125px;
  height: 45px;
  font-size: 25px;
  color: #8c7459;
  line-height: 1;
  padding: 0 25px;
  background: #fff;
  border: 1px solid #8c7459;
  border-radius: 60px;
}
.tag_list .tag_btn li a:hover, .tag_list .tag_btn li a.active_btn {
  color: #fff;
  background: #8c7459;
}
@media screen and (max-width: 768px) {
  .list_type {
    padding: calc(65 * (100vw / 393)) 0;
  }
  #interview h2.interview_h2 {
    font-size: calc(25 * (100vw / 393));
    margin: 0 calc(7 * (100vw / 393));
    letter-spacing: 0;
  }
  #interview h2.interview_h2 span.roboto {
    font-size: calc(35 * (100vw / 393));
  }
  .tag_box {
    margin: calc(50 * (100vw / 393)) 15px 0;
  }
  .tag_list:not(:first-of-type) {
    margin-top: calc(17 * (100vw / 393));
  }
  .tag_list h3 {
    height: 28px;
    font-size: 15px;
  }
  .tag_list .tag_btn li {
    margin: 0 calc(4 * (100vw / 393)) calc(13 * (100vw / 393));
  }
  .tag_list .tag_btn li a {
    min-width: 75px;
    height: 28px;
    font-size: 14px;
    padding: 0 16px;
    border-radius: calc(60 * (100vw / 393));
  }
}
/* thum */
.interview_list {
  display: flex;
  flex-wrap: wrap;
}
.interview_list li {
  width: 368px;
  margin-right: 48px;
  margin-bottom: 38px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  background: url(/cms/img/interview/parts/interview_bg.png) no-repeat bottom 26px right 14px;
  background-size: 30px auto;
}
.interview_list li:nth-child(3n) {
  margin-right: 0;
}
.interview_list li a {
  display: block;
  color: #333;
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid transparent;
}
.interview_list li a:hover {
  border: 1px solid #8C7459;
}
.interview_photo {
  position: relative;
  display: flex;
  height: 224px;
}
#interview .interview_photo img {
  display: block;
  width: 100%;
  margin: auto;
}
.interview_photo h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .57);
  width: 100%;
  min-height: 54px;
  padding: 7px 40px 5px 15px;
  background: url(/cms/img/interview/parts/interview_photo_bg.png) no-repeat bottom left;
  background-size: 100% 100%;
}
.interview_name {
  font-size: 16px;
  margin: 15px 0 5px;
}
.interview_other {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .interview_list {
    margin: calc(50 * (100vw / 393)) 15px 0;
  }
  .interview_list li {
    width: calc((100% - calc(5 * (100vw / 393))) / 2);
    margin-right: calc(5 * (100vw / 393));
    margin-bottom: calc(15 * (100vw / 393));
    background: url(/cms/img/interview/parts/interview_bg.png) no-repeat bottom calc(17 * (100vw / 393)) right calc(10 * (100vw / 393));
    background-size: calc(30 * (100vw / 393)) auto;
  }
  .interview_list li:nth-child(3n) {
    margin-right: calc(5 * (100vw / 393));
  }
  .interview_list li:nth-child(2n) {
    margin-right: 0;
  }
  .interview_list li a {
    padding: calc(7 * (100vw / 393));
  }
  .interview_photo {
    display: block;
    /* height: calc(109 * (100vw / 393)); */
    height: auto;
  }
  .interview_photo h4 {
    position: static;
    bottom: unset;
    left: unset;
    font-size: calc(14 * (100vw / 393));
    color: #8C7459;
    text-shadow: none;
    min-height: calc(30 * (100vw / 393));
    margin-top: calc(15 * (100vw / 393));
    padding: 0;
    background: none;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .interview_name {
    font-size: calc(12 * (100vw / 393));
    margin: calc(15 * (100vw / 393)) 0 calc(3 * (100vw / 393));
  }
  .interview_other {
    font-size: calc(12 * (100vw / 393));
  }
}
/* detail
------------------------------ */
.detail_type {
  padding: 0 0 95px;
}
.interview_main {
  min-height: 593px;
  position: relative;
  padding-top: 90px;
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 837px) 90px, calc(50% + 450px) 0;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .interview_main {
    background-size: auto auto, 1014px auto;
  }
}
@media screen and (max-width: 1450px) {
  .interview_main {
    background-size: auto auto, 800px auto;
    background-position: calc(50% - 837px) 90px, calc(50% + 400px) 0;
  }
}
@media screen and (max-width: 1250px) {
  .interview_main {
    background-size: auto auto, 600px auto;
    background-position: calc(50% - 837px) 90px, calc(50% + 350px) 0;
  }
}
#interview .interview_main h2 {
  display: flex;
  align-items: center;
  width: 760px;
  height: 215px;
  font-size: 35px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  line-height: 1.5;
  padding-right: 110px;
}
.interview_detail_name {
  font-size: 27px;
  padding: 70px 0 20px 50px;
}
.interview_detail_company {
  font-size: 22px;
  padding: 0 0 40px 50px;
}
.interview_detail_other {
  display: flex;
  padding-left: 50px;
}
.interview_detail_other li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 123px;
  height: 43px;
  margin-right: 13px;
  padding: 0 25px;
  font-size: 25px;
  border: 1px solid #8C7459;
  border-radius: 22px;
}
.interview_history {
  margin: 85px auto 0;
  font-size: 25px;
}
.interview_history &gt; .interview_inner {
  max-width: 1093px;
}
.interview_history span {
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
  color: #8C7459;
}
.interview_history span:before, .interview_history span:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #8C7459;
}
.interview_history span:before {
  margin-right: 4rem;
}
.interview_history span:after {
  margin-left: 4rem;
}
.interview_heading {
  margin: 150px auto;
  font-size: 55px;
  text-align: center;
  color: #8D7F6F61;
}
[class^="interview_sec0"] {
  position: relative;
  margin-bottom: 175px;
  padding: 123px 0 0;
}
[class^="interview_sec0"] &gt; .interview_inner {
  position: relative;
  padding: 0 43px;
  z-index: 3;
}
[class^="interview_sec0"] &gt; .interview_inner::before {
  position: absolute;
  top: -190px;
  display: inline-block;
  width: 85px;
  height: 85px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 85px;
  font-weight: 600;
  color: #8C74598A;
  letter-spacing: 1px;
  z-index: 2;
}
.interview_sec01 &gt; .interview_inner::before {
  content: '01';
  right: 0;
}
.interview_sec02 &gt; .interview_inner::before {
  content: '02';
  left: 30px;
}
.interview_sec03 &gt; .interview_inner::before {
  content: '03';
  right: 0;
}
.interview_sec04 &gt; .interview_inner::before {
  content: '04';
  left: 30px;
}
.interview_sec05 &gt; .interview_inner::before {
  content: '05';
  right: 0;
}
.interview_sec06 &gt; .interview_inner::before {
  content: '06';
  left: 30px;
}
@media screen and (min-width: 769px) {
  .interview_sec01::before, .interview_sec03::before, .interview_sec05::before, .interview_sec07::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -74px;
    left: calc(50% - 750px);
    transform: translateX(-50%);
    width: 2000px;
    height: 134px;
    background: url(/cms/img/interview/parts/heading_bg_l.png) no-repeat top right;
    background-size: 100% 134px;
    z-index: 2;
  }
  .interview_sec01::after, .interview_sec03::after, .interview_sec05::after, .interview_sec07::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    right: calc(50% - 400px);
    transform: translateX(50%);
    width: 2000px;
    height: 100%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    z-index: 1;
  }
  .interview_sec02::before, .interview_sec04::before, .interview_sec06::before, .interview_sec08::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -74px;
    right: calc(50% - 750px);
    transform: translateX(50%);
    width: 2000px;
    height: 134px;
    background: url(/cms/img/interview/parts/heading_bg_r.png) no-repeat top right;
    background-size: 100% 134px;
    z-index: 2;
  }
  .interview_sec02::after, .interview_sec04::after, .interview_sec06::after, .interview_sec08::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: calc(50% - 400px);
    transform: translateX(-50%);
    width: 2000px;
    height: 100%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    z-index: 1;
  }
}
[class^="interview_sec0"] h3 {
  position: absolute;
  top: -198px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  width: 100%;
  height: 134px;
  max-width: 750px;
}
.interview_sec02 h3, .interview_sec04 h3, .interview_sec06 h3, .interview_sec08 h3 {
  left: unset;
  right: 0;
}
.interview_sec_txt {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0;
  padding: 50px 7px;
}
.top_img_layout .interview_sec_txt {}
.none_img_layout .interview_sec_txt {
  padding-top: 0;
}
.left_img_layout {
  display: flex;
  align-items: flex-start;
}
.left_img_layout img {
  max-width: 800px;
  margin-left: -370px;
  margin-right: 50px;
  transition: 0.5s;
}
.left_img_layout .interview_sec_txt {
  padding: 0 0 50px;
}
@media screen and (min-width: 769px) {
  .left_img_layout {
    justify-content: flex-end;
  }
  .left_img_layout .interview_sec_txt {
    width: 613px;
  }
}
@media screen and (max-width: 1450px) {
  .left_img_layout img {
    width: 600px;
  }
}
@media screen and (max-width: 1250px) {
  .left_img_layout img {
    width: 500px;
  }
}
.interview_list_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 65px;
  margin: -70px auto 0;
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 1;
  color: #fff;
  background: #333;
  border: 1px solid #333;
  border-radius: 10px;
}
.interview_list_btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .detail_type {
    padding: 0 0 calc(50 * (100vw / 393));
  }
  .interview_main {
    min-height: auto;
    padding-top: calc(221 * (100vw / 393));
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  #interview .interview_main h2 {
    width: 100%;
    height: calc(126 * (100vw / 393));
    font-size: calc(20 * (100vw / 393));
    padding-right: calc(70 * (100vw / 393));
    padding-left: 15px;
    background-image: url(/cms/img/interview/parts/heading_bg_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    letter-spacing: 0;
  }
  .interview_detail_name {
    font-size: calc(16 * (100vw / 393));
    padding: calc(30 * (100vw / 393)) 15px calc(10 * (100vw / 393));
  }
  .interview_detail_company {
    font-size: calc(14 * (100vw / 393));
    padding: 0 15px calc(15 * (100vw / 393));
  }
  .interview_detail_other {
    padding-left: 15px;
  }
  .interview_detail_other li {
    min-width: calc(72 * (100vw / 393));
    height: calc(25 * (100vw / 393));
    margin-right: calc(7 * (100vw / 393));
    padding: 0 calc(15 * (100vw / 393));
    font-size: calc(14 * (100vw / 393));
    border-radius: calc(22 * (100vw / 393));
  }
  .interview_history {
    margin: calc(55 * (100vw / 393)) auto 0;
    font-size: calc(16 * (100vw / 393));
  }
  .interview_history &gt; .interview_inner {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .interview_history span {
    margin: 0 auto calc(25 * (100vw / 393));
  }
  .interview_history span:before {
    margin-right: 1.5rem;
  }
  .interview_history span:after {
    margin-left: 1.5rem;
  }
  .interview_heading {
    margin: calc(60 * (100vw / 393)) auto calc(75 * (100vw / 393));
    font-size: calc(30 * (100vw / 393));
  }
  [class^="interview_sec0"] {
    margin-bottom: calc(85 * (100vw / 393));
    padding: 0;
  }
  [class^="interview_sec0"] &gt; .interview_inner {
    padding: 0;
  }
  [class^="interview_sec0"] &gt; .interview_inner::before {
    top: calc(-25 * (100vw / 393));
    width: calc(50 * (100vw / 393));
    height: calc(50 * (100vw / 393));
    font-size: calc(50 * (100vw / 393));
  }
  .interview_sec01 &gt; .interview_inner::before, .interview_sec03 &gt; .interview_inner::before, .interview_sec05 &gt; .interview_inner::before, .interview_sec07 &gt; .interview_inner::before {
    right: 20px;
  }
  .interview_sec02 &gt; .interview_inner::before, .interview_sec04 &gt; .interview_inner::before, .interview_sec06 &gt; .interview_inner::before, .interview_sec08 &gt; .interview_inner::before {
    left: 15px;
  }
  [class^="interview_sec0"] &gt; .interview_inner::after {
    position: absolute;
    top: calc(14 * (100vw / 393));
    right: 0;
    content: '';
    background: #fff;
    width: calc(100% - 15px);
    height: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    z-index: -1;
  }
  .interview_sec02 &gt; .interview_inner::after, .interview_sec04 &gt; .interview_inner::after, .interview_sec06 &gt; .interview_inner::after, .interview_sec08 &gt; .interview_inner::after {
    right: unset;
    left: 0;
  }
  #interview [class^="interview_sec0"] h3 {
    position: static;
    top: unset;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(18 * (100vw / 393));
    height: calc(135 * (100vw / 393));
    background-image: url(/cms/img/interview/parts/heading_bg2_l_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: calc(20 * (100vw / 393));
    padding: 0 calc(115 * (100vw / 393)) 0 calc(30 * (100vw / 393))
  }
  #interview .interview_sec02 h3, #interview .interview_sec04 h3, #interview .interview_sec06 h3, #interview .interview_sec08 h3 {
    left: unset;
    right: unset;
    /* justify-content: flex-end; */
    background-image: url(/cms/img/interview/parts/heading_bg2_r_sp.png);
    padding: 0 calc(20 * (100vw / 393)) 0 calc(105 * (100vw / 393))
  }
  .interview_sec_txt {
    font-size: calc(16 * (100vw / 393));
    padding: calc(25 * (100vw / 393)) calc(15 * (100vw / 393)) calc(15 * (100vw / 393)) calc(30 * (100vw / 393));
  }
  .interview_sec02 .interview_sec_txt, .interview_sec04 .interview_sec_txt, .interview_sec06 .interview_sec_txt, .interview_sec08 .interview_sec_txt {
    padding-left: calc(15 * (100vw / 393));
    padding-right: calc(30 * (100vw / 393));
  }
  .top_img_layout .interview_sec_txt {}
  #interview .top_img_layout img {
    width: 100%;
    /* height: calc(320 * (100vw / 393));
    object-fit: cover; */
  }
  .none_img_layout .interview_sec_txt {
    padding-top: 0;
  }
  .left_img_layout {
    display: block;
  }
  .left_img_layout img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: calc(320 * (100vw / 393));
    object-fit: cover;
  }
  .left_img_layout .interview_sec_txt {
    padding: calc(25 * (100vw / 393)) calc(15 * (100vw / 393)) calc(15 * (100vw / 393)) calc(30 * (100vw / 393));
  }
  .interview_list_btn a {
    width: calc(100% - 30px);
    margin: auto;
    height: calc(50 * (100vw / 393));
    font-size: calc(16 * (100vw / 393));
    border-radius: calc(10 * (100vw / 393));
  }
}</pre></body></html>