<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */

.visual {
  background:url("../../_images/interview/visual.jpg") no-repeat;
  background-size: cover;
}

/* ****************************************************************************************************
   * 下部ナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#common-interview {
  background: #eaf1f6;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#common-interview .title-1 {
  font-size: 6.0rem;
  color: #fe0002;
  font-family: 'Mryiad';
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
}
#common-interview .title-1::before {
  display: none;
}
#common-interview .title-1 span {
  display: block;
  font-size: 2.4rem;
  color: #333;
  font-family: 'NotoSansCJKjp';
  font-weight: bold;
  line-height: 1.0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#common-interview .title-1 {
  font-size: 5.0rem;
  color: #fe0002;
  font-family: 'Mryiad';
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
}
#common-interview .title-1 span {
  display: block;
  font-size: 1.8rem;
  color: #333;
  font-family: 'NotoSansCJKjp';
  font-weight: bold;
  line-height: 1.0;
}

}


/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#common-interview ul.layout-flex-2 {
  margin-top: 30px;
}

#common-interview ul.layout-flex-2 li {
  width: 32%;
  margin: 0 auto;
}

#common-interview ul.layout-flex-2 li .images {
  overflow: hidden;
  transform: scale(1);
}
#common-interview ul.layout-flex-2 li .images img {
  width: 100%;
  transition: 0.6s;
}
#common-interview ul.layout-flex-2 li:hover .images img {
  transform: scale(1.2);
}

#common-interview ul.layout-flex-2 li a {
  position: relative;
  display: block;
  overflow: hidden;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {

#common-interview ul.layout-flex-2 li {
  width: 100%;
  margin-top: 0;
}

#common-interview ul.layout-flex-2 li .images {
  overflow: hidden;
  transform: scale(1);
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
#common-interview ul.layout-flex-2 li .images img {
  width: 100%;
  transition: 0.6s;
}
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#common-interview ul.layout-flex-2 li .btn {
  position: relative;
  background: #fe0002;
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  color:#fff;
  padding: 10px 0 10px 25px;
  margin-top: 0;
}
#common-interview ul.layout-flex-2 li .btn small {
  display: inline-block;
  font-size: 1.6rem;
}
#common-interview ul.layout-flex-2 li .btn .text-1 {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#common-interview ul.layout-flex-2 li .btn {
  position: relative;
  background: #fe0002;
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  color:#fff;
  padding: 10px 100px 10px 10px;
  min-width: auto;
  line-height:1.4;
}
#common-interview ul.layout-flex-2 li .btn .text-1 {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#common-interview ul.layout-flex-2 li .btn {
  position: relative;
  margin-right: 0;
  background: #fe0002;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color:#fff;
  padding: 10px 100px 10px 10px;
}
#common-interview ul.layout-flex-2 li .btn small {
  display: inline-block;
  font-size: 1.6rem;
}
#common-interview ul.layout-flex-2 li .btn .text-1 {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 0;
}
}

/* 円形*/

#common-interview ul.layout-flex-2 li .btn span.circle {
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 0;
  width:30px;
  height:30px;
  background:#fe0002;
  border:1px solid #fff;
  border-radius:30px;
  transition:.3s ease-out;
  transform:translate(-50%, -50%) scale(1);
}
/* 矢印の形状 */
#common-interview ul.layout-flex-2 li .btn span.circle::after{
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background: url("../../_images/interview/detail-arrow-w.png") no-repeat;
  width:12px;
  height: 9px;
  transform: translate(-50%, -50%);
}
#common-interview ul.layout-flex-2 .btn span.circle:hover {
  transform:translate(-50%, -50%)  scale(1.2);
}
#common-interview ul.layout-flex-2 .btn:hover span.circle {
  transform:translate(-50%, -50%) scale(1.2);
}
#common-interview ul.layout-flex-2 li:hover .btn span.circle {
  transform:translate(-50%, -50%) scale(1.2);
}

/* ****************************************************************************************************
   * 人財紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.interview {
  padding-top: 80px;
  padding-bottom: 120px;
}

.interview &gt; .body &gt; section ~ section {
  padding-top: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.interview {
  padding-top: 30px;
  padding-bottom: 60px;
}

.interview &gt; .body &gt; section ~ section {
  padding-top: 40px;
}

}


/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.interview ul.layout-flex-2 {
  justify-content: space-around;
}

.interview ul.layout-flex-2 li {
  width: 46%;
}

.interview ul.layout-flex-2 li:nth-child(1) {}
.interview ul.layout-flex-2 li:nth-child(2) {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.interview ul.layout-flex-2 li {
  width: 100%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.interview ul.layout-flex-2 li .images {
  overflow: hidden;
  transform: scale(1);
}
.interview ul.layout-flex-2 li .images img {
  width: 100%;
  transition: 0.6s;
}
.interview ul.layout-flex-2 li:hover .images img {
  transform: scale(1.1);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.interview ul.layout-flex-2 li .images {
  overflow: hidden;
  transform: scale(1);
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.interview ul.layout-flex-2 li .images img {
  width: 100%;
  transition: 0.6s;
}
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.interview .btn {
  position: relative;
  margin-top: -50px;
  margin-left: 30px;
  background: #fe0002;
  display: block;
  font-size: 3.0rem;
  font-weight: bold;
  color:#fff;
  padding: 10px 0 10px 25px;
  min-width: 500px;
}
.interview .btn small {
  display: inline-block;
  font-size: 2.0rem;
}
.interview .btn .text-1 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.interview .btn {
  position: relative;
  margin-top: -50px;
  margin-left: 30px;
  margin-right: -30px;
  background: #fe0002;
  display: block;
  font-size: 3.0rem;
  font-weight: bold;
  color:#fff;
  padding: 10px 100px 10px 10px;
  min-width: auto;
  line-height:1.4;
}
.interview .btn .text-1 {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 0;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.interview .btn {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  background: #fe0002;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color:#fff;
  padding: 10px 100px 10px 10px;
  min-width: 100%;
}
.interview .btn small {
  display: inline-block;
  font-size: 1.8rem;
}
.interview .btn .text-1 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 0;
}
}

/* 円形*/

.interview .btn span.circle {
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 0;
  width:60px;
  height:60px;
  background:#fe0002;
  border:1px solid #fff;
  border-radius:30px;
  transition:.3s ease-out;
  transform:translate(-50%, -50%) scale(1);
}
/* 矢印の形状 */
.interview .btn span.circle::after{
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background: url("../../_images/_common/detail-2.png") no-repeat;
  width:17px;
  height: 12px;
  transform: translate(-50%, -50%);
}
.interview .btn span.circle:hover {
  transform:translate(-50%, -50%)  scale(1.2);
}
.interview .btn:hover span.circle {
  transform:translate(-50%, -50%) scale(1.2);
}
.interview li:hover .btn span.circle {
  transform:translate(-50%, -50%) scale(1.2);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.interview .btn span.circle {
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  width:30px;
  height:30px;
  background:#fe0002;
  border:1px solid #fff;
  border-radius:30px;
  transition:.3s ease-out;
  transform:translate(-50%, -50%) scale(1);
}
/* 矢印の形状 */
.interview .btn span.circle::after{
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background: url("../../_images/_common/detail-2.png") no-repeat;
  width:9px;
  height: 6px;
  background-size: 9px 6px;
  transform: translate(-50%, -50%);
}
}

/* ****************************************************************************************************
   * 人財紹介詳細
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * ビジュアル
/* ------------------------------------------------------------------------------------------------- */

#interview-visual-1.people-1 .photo {
  position: relative;
  background: url("../../_images/interview/people-1/interview-01-main.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 640px;
}
#interview-visual-1.people-2 .photo {
  position: relative;
  background: url("../../_images/interview/people-2/interview-02-main.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 640px;
}

#interview-visual-1 .column {
  max-width: 450px;
}
#interview-visual-1 .title {
  position: relative;
  display: inline-block;
  font-size: 3.0rem;
  font-weight: bold;
  font-style: italic;
  transform: skewX(-15deg);
  background: #fff;
  padding:2px 13px;
}
#interview-visual-1 .title::before {
  display: none;
}
#interview-visual-1 .title span {
  display: block;
  transform: skewX(15deg);
  padding: 0;
  background: none;
}

#interview-visual-1 .title ~ .title {
  margin-top: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#interview-visual-1.people-1 .photo {
  position: relative;
  background: url("../../_images/interview/people-1/interview-01-main.jpg") no-repeat;
  background-size: cover;
  background-position: 70%;
  min-height: 320px;
}
#interview-visual-1.people-2 .photo {
  position: relative;
  background: url("../../_images/interview/people-2/interview-02-main.jpg") no-repeat;
  background-size: cover;
  background-position: 78%;
  min-height: 320px;
}
/*
#interview-visual-1 .column {
  margin-top: 100px;
}
*/
#interview-visual-1 .title {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  font-style: italic;
  transform: skewX(-15deg);
  background: #fff;
  padding:0;
}
#interview-visual-1 .title ~ .title {
  margin-top: 0;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ビジュアルエリア
/* ------------------------------------------------------------------------------------------------- */

#interview-visual-1 .body[pc-tab] {
  max-width: 1120px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#interview-visual-1 .body[sp] {
  max-width: 1120px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
}

}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.people .inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.people .btn {
  position: absolute;
  bottom: -30px;
  left: 0;
  background: #fe0002;
  display: block;
  font-size: 3.0rem;
  font-weight: bold;
  color:#fff;
  padding: 10px 0 10px 25px;
  min-width: 500px;
}
.people .btn small {
  display: inline-block;
  font-size: 2.0rem;
}
.people .btn .text-1 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.people .btn {
  position: relative;
  bottom: 0;
  left: 0;
  background: #fe0002;
  display: block;
  font-size: 3.0rem;
  font-weight: bold;
  color:#fff;
  padding: 0 0 0 25px;
  min-width: 100%;
}
.people .btn small {
  display: inline-block;
  font-size: 1.8rem;
}
.people .btn .text-1 {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 20px;
}

}

/* ****************************************************************************************************
   * カラム１
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#people-1 {
  padding-top: 110px;
}
.people .body {
  max-width: 1120px;
}
.people .contents {
  position: relative;
}
.people .contents.layout-flex-2.row {
  flex-direction: row-reverse;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#people-1 {
  padding-top: 40px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.people .contents .images {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  text-align: right;
}

.people .contents.row .images {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.people .contents .images {
  position:relative;
  top: 0;
  right: 0;
  z-index: -1;
  text-align: center;
}

.people .contents.row .images {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  text-align: center;
}

.people .contents .images img {
  width: 60%;
  margin: 0 auto;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.people .contents .content {
  margin-top: 40px;
  background: #fff;
  padding: 50px 80px 40px 0;
  width: 60%;
}

.people .contents.row .content {
  margin-top: 40px;
  background: #fff;
  padding: 50px 0 40px 80px;
  width: 60%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.people .contents .content {
  margin-top: 0;
  background: #fff;
  padding: 0;
  width: 100%;
}

.people .contents.row .content {
  margin-top: 0;
  background: #fff;
  padding: 0;
  width: 100%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.people .contents .content .title-1 {
  font-size: 6.0rem;
  color: #fe0002;
  font-family: 'Mryiad';
  font-weight: bold;
  line-height: 1.0;
  text-align: left;
}
.people .contents .content .title-1::before {
  display: none;
}
.people .contents .content .title-1 span {
  display: block;
  font-size: 2.4rem;
  color: #333;
  font-family: 'NotoSansCJKjp';
  font-weight: bold;
  line-height: 1.0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.people .contents .content .title-1 {
  font-size: 5.0rem;
  color: #fe0002;
  font-family: 'Mryiad';
  font-weight: bold;
  line-height: 1.0;
}
.people .contents .content .title-1 span {
  display: block;
  font-size: 1.8rem;
  color: #333;
  font-family: 'NotoSansCJKjp';
  font-weight: bold;
  line-height: 1.0;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 1日のスケジュール
/* ------------------------------------------------------------------------------------------------- */

.people .contents .content .text-1 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 1.25em;
}
.people .contents .content .text-1::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fe0002;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.people .contents .content .text-1 {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  padding-left: 1.25em;
}
.people .contents .content .text-1::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fe0002;
}

}

/* ****************************************************************************************************
   * カラム２
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#people-2 {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#people-2 {
  margin-top: 30px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

.people table.schedule {}

table.schedule + * { margin-top:0.75em; }

* + table.schedule { margin-top:0.75em; }

table.schedule { 
  border-collapse:collapse;
  width: 100%;
}

table.schedule th {
	font-weight: normal;
}

table.schedule &gt; thead &gt; tr &gt; th,
table.schedule &gt; tbody &gt; tr &gt; th,
table.schedule &gt; tbody &gt; tr &gt; td {
  padding:10px;
}

table.schedule &gt; thead &gt; tr &gt; th {
  border: solid 1px #cecece;
  background: #e9f2e9;
  text-align: left;
  font-weight: bold;
  color:#1f78c1;
}

table.schedule &gt; tbody &gt; tr &gt; th {
  text-align: center;
}

table.schedule &gt; tbody &gt; tr &gt; td {
  border: 1px solid #cecece;
  background: #fff;
  padding: 10px;
  vertical-align: middle;
  border-left: 0;
  border-right:0;
}

table.schedule &gt; tbody &gt; tr:nth-child(odd) th,
table.schedule &gt; tbody &gt; tr:nth-child(odd) td {
  background: #eaf1f6;
}

table.schedule &gt; thead &gt; tr &gt; th[scope="col"] {
  text-align: left;
  font-weight: bold;
  border: 1px solid #cecece;
}

table.schedule &gt; tbody &gt; tr &gt; th[scope="row"] {
  text-align: left;
  font-weight: bold;
  color:#fe0002;
  border: 1px solid #cecece;
  border-left: 0;
  border-right:0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

table.schedule &gt; tbody &gt; tr &gt; th,
table.schedule &gt; tbody &gt; tr &gt; td {
  padding:10px;
}

table.schedule &gt; tbody &gt; tr &gt; td {
  width: 70% !important;
  border: 0;
}

table.schedule &gt; tbody &gt; tr &gt; th[scope="row"] {
  width: 30% !important;
  border: 0;
}

table.schedule &gt; tbody &gt; tr:last-child &gt; td {
  border-bottom: 0;
}

}

/* ****************************************************************************************************
   * カラム３
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

#people-3 {
  min-height: 480px;
  margin-top: 60px;
  margin-bottom: 120px;
}
#people-3 .body {
  overflow: inherit !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#people-3 {
  min-height: 480px;
  margin-top: 60px;
  margin-bottom: 60px;
}
}
</pre></body></html>