@charset "UTF-8";
/* ---------------------
    PC
    - common
    - top
    - is2nd
    - utility

    SP(row1000-)
    - common
    - top
    - is2nd
    - utility

--------------------- */
/* ===================================================================
 common : 共通css(PC)
=================================================================== */
/* 印刷禁止等 */
@media print {
}
/* リンク時の枠線を消す */
a,
a img,
area {
  outline: none;
}
/* リンク基本色 */
a:link {
  color: currentcolor;
}
a:visited {
  color: currentcolor;
}
/* aタグの下の隙間を削除 */
img {
  vertical-align: bottom;
}
/* リストの記号を削除 */
ul,
ol,
li {
  list-style-type: none;
}
/*font*/
@font-face {
  font-family: "NotoSansCJKjp-Light";
  src: url("/font/NotoSansCJKjp-Medium.otf");
}
/*clearfix*/
.clearfix {
  content: "";
  clear: both;
  display: block;
}
html,
body {
  height: 100%;
  margin: 0;
  position: relative;
}
body {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 1000px;
  min-height: 100%;
  height: auto;
  height: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
/* リマケタグ用 */
html > body > iframe {
  display: none;
}

#wrapper {
  margin: 0 auto;
  position: relative;
  min-height: calc(100vh - 50px);
}
#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contents {
  min-width: 1000px;
  min-height: 100%;
  margin: 0 auto;
}
#contents:before,
#contents:after {
  content: "";
  display: table;
}
#contents:after {
  clear: both;
}
.push {
  height: 50px;
}
#footer {
  width: 100%;
  background: #202020;
  position: relative;
  z-index: 3;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  bottom: 0;
}
#footer p {
  height: 50px;
}
#footer small {
  font-size: 14px;
}
.change_foot01 {
  position: absolute !important;
}
.change_foot03 {
  position: absolute !important;
}

/*  header
------------------------*/
#header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 270px;
  min-height: 100%;
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
}
#header .logo a {
  display: block;
  height: 120px;
  background: url(../images/logo.png) no-repeat center transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  margin: 0 20px;
  border-bottom: 1px solid rgba(223, 223, 223, 0.53);
}
#nav {
  background: #fff;
  position: relative;
  overflow-y: auto;
  /*  padding-bottom: 50px;*/
}
/* mCustomScrollBar */
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.nav_list {
  width: 270px;
  margin: 0 auto;
}
.nav_item > a {
  height: 100px;
  display: block;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.nav_item > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background 0.4s ease-out 0s;
  transition: background 0.4s ease-out 0s;
  background: no-repeat center transparent;
}
.nav_intro > a:after {
  background-image: url(../images/nav_intro.png);
  background-size: 163.5px 36px;
}
.nav_intro:hover > a:after,
.nav_intro.selected > a:after {
  background-image: url(../images/nav_intro_hover.png);
}
.nav_interview > a:after {
  background-image: url(../images/nav_interview.png);
  background-size: 76px 38px;
}
.nav_interview:hover > a:after,
.nav_interview.selected > a:after {
  background-image: url(../images/nav_interview_hover.png);
}
.nav_internship > a:after {
  background-image: url(../images/nav_internship.png);
  background-size: 153.5px 39.5px;
}
.nav_internship:hover > a:after,
.nav_internship.selected > a:after {
  background-image: url(../images/nav_internship_hover.png);
}
.nav_recruit > a:after {
  background-image: url(../images/nav_recruit.png);
  background-size: 77.5px 36.5px;
}
.nav_recruit:hover > a:after,
.nav_recruit.selected > a:after {
  background-image: url(../images/nav_recruit_hover.png);
}
.nav_blog > a:after {
  background-image: url(../images/nav_blog.png);
  background-size: 97px 39.5px;
}
.nav_blog:hover > a:after,
.nav_blog.selected > a:after {
  background-image: url(../images/nav_blog_hover.png);
}
.nav_item > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fd9f19;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: transform 0.4s ease-out 0s;
  transition: transform 0.4s ease-out 0s;
}
.nav_item:hover > a:before,
.nav_item.selected > a:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* nav_accordion */
.nav_item > a + ul {
  /*display: none;*/
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-out 0s;
  transition: height 0.4s ease-out 0s;
}
.nav_item > a:hover + ul {
}
.nav_item > a + ul > li {
  margin-top: 1px;
}
.nav_item > a + ul > li > a {
  display: block;
  color: #212121;
  font-size: 14px;
  position: relative;
  line-height: 3;
  background: #f4f4f4;
  text-align: center;
  text-decoration: none;
}
.recruit_list li a.active {
  background: #ffedd5 !important;
}
.nav_item > a + ul > li > a:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-color: #f3820a #f3820a transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 18px;
  bottom: 0;
}
.nav_item > a + ul > li > a:hover {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  background: #ffedd5;
}
.nav_sub_list {
  width: 200px;
  margin: 10px auto 0;
  overflow: hidden;
}
.nav_sub_item {
  float: left;
}
.nav_sub_item a {
  display: block;
}
.nav_sub_item a:hover {
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  opacity: 0.7;
}

/*  col_right
------------------------*/
.col_right {
  margin-left: 270px;
  position: relative;
  min-height: 100%;
}
.col_right_inner {
  background-color: #fff;
  margin-bottom: 90px;
}
.col_right_inner + .col_right_inner {
  margin-top: 40px;
}
.section01 {
  margin: 0 auto;
  background-color: #fff;
  max-width: 900px;
  position: relative;
  padding: 40px 0;
}
#is2nd .section {
  padding: 40px;
}

/*  footer
------------------------*/
.pageTop {
  position: fixed;
  width: 70px;
  right: 50px;
  bottom: 80px;
  display: none;
}
.pageTop a {
  display: block;
  height: 41px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background: url(../images/btn_pagetop.png) no-repeat center;
  background-size: 68px 40.5px;
}
#footer .copy {
  display: block;
  color: #fff;
  text-align: center;
  margin-left: 270px;
  padding: 1em 0;
  font-size: 12px;
}

/* ===================================================================
 top : TOPページ(PC)
=================================================================== */
.mainSlide {
  height: 550px;
  position: relative;
  overflow: hidden;
}
.slide_list {
  position: relative;
  overflow: hidden;
}
.slide_list:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/pat_dot_white.png) repeat 0 0;
}
.slide_list li:first-child {
  position: relative;
}
.slide_list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  height: 550px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slide_list li:first-child {
  background-image: url(../images/common/mainvisual_01.jpg);
}
.slide_list li:nth-child(2) {
  background-image: url(../images/common/mainvisual_02.jpg);
}
.slide_list li:nth-child(3) {
  background-image: url(../images/common/mainvisual_03.jpg);
}
.slide_list li:nth-child(4) {
  background-image: url(../images/common/mainvisual_04.jpg);
}

@media only screen and (max-width: 1260px) {
  .slide_txt_list li {
    background-position: 70% center;
    background-size: 55%;
  }
}
.slide_indicator {
  position: relative;
  text-align: center;
  margin-top: -100px;
  padding-left: 270px;
}
.slide_indicator li {
  display: inline-block;
  background-color: #ccc;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.slide_indicator li.selected {
  background-color: #fc9d18;
}

/*  top
------------------------*/
.topics {
  margin-top: -70px;
  margin-bottom: 80px;
  padding-left: 180px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 4px solid #fc9e18;
}
.topics:after {
  content: "";
  display: block;
}
.topics_tit {
  width: 99px;
  height: 46px;
  background: url(../images/tit_topics.png) no-repeat 0 0;
  background-size: 98px 46px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 45px;
  margin-top: -25px;
}
.topics_list {
  padding-bottom: 25px;
}
.topics_list li {
  display: table;
  width: 100%;
  padding-right: 40px;
  table-layout: fixed;
  border-bottom: 1px solid hsla(0, 0%, 93%, 0.35);
  margin-right: 50px;
}
.topics_list li > span {
  display: table-cell;
  color: #999;
  padding: 5px 0;
  width: 6.5em;
  vertical-align: middle;
}
.topics_list li > p {
  display: table-cell;
  padding: 5px 30px;
  width: 100%;
  vertical-align: middle;
}
.message {
  max-width: 1091px;
  margin-bottom: 100px;
}
.message h3 {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  color: #202020;
  text-align: right;
  z-index: 1;
  position: relative;
  margin-bottom: -32px;
  padding-right: 10px;
  font-feature-settings: "palt";
}
.message h3 span {
  display: block;
  font-size: 17px;
  color: #f2830b;
  margin-bottom: -88px;
}
.message .president img {
  width: 100%;
  max-width: 895px;
  z-index: 0;
  position: relative;
}
.message_inner {
  background: #fff;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  /* margin-top: -110px; */
  z-index: 1;
  position: relative;
  max-width: 900px;
  margin-left: 20%;
}
.message_inner dl {
  margin-bottom: 15px;
}
.message_inner dl dt {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  font-size: 32px;
  font-weight: bold;
}
.message_inner dl dt img {
  width: 100%;
}
.message_inner dl dd {
  font-size: 16px;
  display: inline-block;
  vertical-align: 2px;
}
.message_inner p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #636363;
}
.message_inner p.atention {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  color: #202020;
  line-height: 1;
  text-align: right;
  position: relative;
  padding-right: 0;
}
.message_inner .border {
  width: 100%;
  height: 1px;
  background: #222;
  margin-top: 24px;
}
.message_inner p.atention span {
  float: right;
  background-color: #fff;
  display: inline-block;
  padding-left: 0.5em;
  margin-left: 10px;
}
.interview h3 {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  color: #202020;
  text-align: left;
  z-index: 1;
  position: relative;
  margin-bottom: -33px;
  margin-left: 10%;
  font-feature-settings: "palt";
}
.interview h3 span {
  display: block;
  font-size: 17px;
  color: #f2830b;
  margin-bottom: -78px;
}
.other_interview {
  margin-bottom: 0 !important;
}
.interview_bg {
  background: url(../images/bg.png);
  margin-top: -20px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.interview_inner {
  margin: 0 auto 40px;
  max-width: 900px;
  overflow: hidden;
  padding-left: 20px;
}
.interview_col {
  float: left;
  width: 200px;
  margin-bottom: 40px;
  margin-right: 20px;
}
.interview_col a {
  text-decoration: none;
  display: block;
}
.interview_col a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.interview_col img {
  max-width: 200px;
}
.interview_col:last-of-type {
  margin-right: 0;
}
.interview_col_name {
  background: #fff;
  width: 180px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -50px;
  position: relative;
}
.interview_col_name span.joined {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.interview_col_name span:nth-child(2) {
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.interview_col_name span.joined-small {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.interview_col_name span.joined-small-xs {
  font-size: 11px;
  font-weight: bold;
  color: #000;
}
.interview_col_name span.roman {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #bbbbbb;
}
.interview_col_name .name {
  padding: 8px 8px 8px 8px;
  line-height: 1.2;
  font-weight: bold;
}
.interview_col_name .assign {
  background: #f2830b;
  color: #fff;
  padding: 8px 10px;
  font-size: 13px;
  /* height: 44px; */
  line-height: 1.2;
  font-weight: bold;
}
.btn_more {
  text-align: center;
}
.btn_more a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 179px;
  padding: 12px 140px;
  border: 3px solid #333;
}
.btn_more a:hover {
  background: #fff;
  transition: 0.3s;
}

/* ===================================================================
 is2nd : 第二階層ページ(PC)
=================================================================== */
/*  is2ndCommon
------------------------*/
.section03 {
  max-width: 740px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents_tit {
  height: 171px;
  margin-bottom: 50px;
  position: relative;
}
.contents_tit h2 {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
  white-space: nowrap;
}
.contents_tit span {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
  font-weight: normal;
}
.contents_tit.about {
  background: url(../images/bg_tit2.jpg) no-repeat;
  background-size: cover;
}
.contents_tit.solution {
  background: url(../images/tit_solution.png) no-repeat;
}
.contents_tit.message {
  background: url(../images/tit_message.png) no-repeat;
}
.contents_tit.privacy {
  background: url(../images/tit_privacy.png) no-repeat;
}
.section_tit {
  font-size: 26px;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
  color: #333;
  line-height: 1;
}
.section_tit span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #f4830d;
  letter-spacing: 2px;
  font-feature-settings: normal;
}
.middle_bg {
  background: rgba(223, 223, 223, 0.53);
  height: 2px;
  margin: 0 5%;
}
.section04 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.or_txt {
  color: #f2830b;
}

/*  intro
------------------------*/
.intro {
  margin-bottom: 0;
}
.unit-detail table.table {
  width: 100%;
}
.unit-detail table.table th,
.unit-detail table.table td {
  padding: 10px 14px;
  vertical-align: top;
  font-weight: normal;
}
.unit-detail table.table th {
  width: 1%;
  border: 1px solid #dedede;
  border-right: 0;
  background: #fff6eb;
  color: #444;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}
.unit-detail table.table tr:first-child th {
  border-top: 1px solid #dedede;
}
.unit-detail table.table tr:last-child th {
  border-bottom: 1px solid #dedede;
}
.unit-detail table.table th .small {
  font-size: 80%;
}
.unit-detail table.table th br.sp {
  display: none;
}
.unit-detail table.table td {
  border: 1px solid #dedede;
  font-size: 14px;
  color: #6e6e6e;
}
.unit-detail table.table td .note {
  font-size: 13px;
}
.works .works_txt01 {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 40px;
}
.works .works_txt02 {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  color: #6e6e6e;
}
.works h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.works .works_img01 {
  float: left;
  margin-right: 17px;
  width: 380px;
}
.works .works_img02 {
  float: right;
  margin-left: 17px;
  width: 380px;
}
.works .works_img01 img,
.works .works_img02 img {
  width: 100%;
}
.works .works_col_wrap {
  overflow: hidden;
}
.works .works_col {
  margin-bottom: 40px;
}
.college .college_col {
  text-align: center;
  margin-bottom: 25px;
}
.college .college_col dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.college .college_col dd {
  font-size: 18px;
  line-height: 1.8;
  color: #6e6e6e;
}
.college .college_col:last-of-type dd {
  text-align: justify;
}

/*  recruit
------------------------*/
.section_recruit_tit {
  font-size: 28px;
  display: inline-block;
  line-height: 1;
  padding-bottom: 7px;
  margin-bottom: 40px;
  border-bottom: 4px solid #333;
}
.container {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 20px;
}
.recruit .content {
  margin-bottom: 60px;
}
.unit-steps .subhead {
  padding-bottom: 10px;
}
.unit-steps ul li {
  margin-top: 20px;
  margin-bottom: 40px;
  background: url(../images/bg.png);
}
.unit-steps ul li .container {
  position: relative;
}
.unit-steps ul li .step {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  color: #04a2be;
}
.unit-steps ul li .step span {
  font-weight: normal;
  font-size: 20px;
  vertical-align: 4px;
}
.unit-steps ul li .inner {
  padding: 20px 0 20px 75px;
}
.unit-steps ul li .inner h4 {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.3;
  color: #444;
}
.unit-steps ul li .step {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f5bd12;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  margin-top: -24px;
  margin-left: 20px;
}
.recruit .unit-detail table.table th {
  background: #f5f5f5;
}
.personal_wrap {
  margin-top: 40px;
  padding: 20px;
  background: url(../images/bg.png);
}
.personal {
  text-align: center;
}
.personal_txt {
  margin-bottom: 10px;
}
.btn_wrap {
  overflow: hidden;
  width: 740px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 60px;
}
.entry_btn {
  float: left;
  margin-right: 14px;
  font-size: 16px;
  width: 340px;
}
.entry_btn span {
  font-size: 14px;
}
.entry_btn a {
  display: block;
  text-decoration: none;
  background: #f3830e;
  color: #fff;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.login_btn {
  float: left;
  width: 340px;
}
.login_btn span {
  font-size: 14px;
}
.login_btn a {
  text-decoration: none;
  background: #94c130;
  color: #fff;
  width: 340px;
  height: 70px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/*  interview
------------------------*/
.interview .interview_main {
  width: 760px;
  height: 505px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.interview .yasuhiko_main {
  background: url(../images/interview/yasuhiko/main.jpg) no-repeat;
  background-size: contain;
}
.interview .matuda_main {
  background: url(../images/interview/matuda/main.jpg) no-repeat;
  background-size: contain;
}
.interview .murakami_main {
  background: url(../images/interview/murakami/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .hirai_main {
  background: url(../images/interview/hirai/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .miyamoto_main {
  background: url(../images/interview/miyamoto/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .oowada_main {
  background: url(../images/interview/oowada/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .seino_main {
  background: url(../images/interview/seino/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .yamauti_main {
  background: url(../images/interview/yamauti/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .abe_main {
  background: url(../images/interview/abe/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .kimura_main {
  background: url(../images/interview/kimura/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .miura_main {
  background: url(../images/interview/miura/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .nishiyama_main {
  background: url(../images/interview/nishiyama/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .saito_main {
  background: url(../images/interview/saito/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .takeda_main {
  background: url(../images/interview/takeda/main.jpg) 0 0 no-repeat;
  background-size: contain;
}
.interview .takenaka_main {
  background: url(../images/interview/takenaka/main.jpg) 0 0 no-repeat;
  background-size: contain;
}

.interview_txt {
  margin-bottom: 40px;
}
.interview .ishibashi {
  margin-bottom: 120px;
}
.interview .question {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.interview .answer {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  color: #6e6e6e;
}
.interview .question span {
  color: #f4830b;
}
/* .interview img { width: 100%;} */
.interview .sub01_img,
.interview .sub02_img,
.interview .sub03_img {
  width: 380px;
}
.interview .sub01_img {
  /* float: left; */
  margin-right: 20px;
}
.interview .sub02_img {
  /* float: right; */
  margin-left: 20px;
}
.interview .sub03_img {
  float: left;
  margin-right: 20px;
}
.other_tit {
  font-size: 28px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 4px solid #333;
}
.other_tit_wrap {
  text-align: center;
}

/* 新規追加210803 */

.interview_text_wrpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  margin-bottom: 40px;
}

/*  blog-list
------------------------*/
.blog-list .list-top {
  border-top: 1px solid #e4e4e4;
}
.blog-list dl {
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
}
.blog-list dl dt {
  color: #999;
  padding-bottom: 2px;
}
.blog-list dl dd {
  font-size: 18px;
}
.blog-list a {
  text-decoration: none;
}
.blog-list dl:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/*  blog
------------------------*/
.blog-nav {
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto 50px;
}
.blog-nav ul li {
  float: left;
  width: 220px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  background: #ffedd5;
  margin-right: 20px;
}
.blog-nav ul li a {
  display: block;
  text-decoration: none;
}
.blog-nav ul li:last-child {
  margin-right: 0;
}
.blog-nav ul li.first_blog,
.blog-nav ul li.last_blog {
  color: #cacaca;
  background: #ececec;
}
.blog-nav .previous_icon {
  position: relative;
}
.blog-nav .previous_icon:before {
  content: "";
  display: block;
  background: url(../images/blog_arrow_left.png) no-repeat;
  width: 31px;
  height: 11.5px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 16px;
}
.blog-nav .following_icon {
  position: relative;
}
.blog-nav .following_icon:after {
  content: "";
  display: block;
  background: url(../images/blog_arrow_right.png) no-repeat;
  width: 31px;
  height: 11.5px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 16px;
}
.blog-area {
  margin-bottom: 70px;
}
.blog-area dl {
  margin-bottom: 20px;
}
.blog-area dl dt {
  color: #ababab;
}
.blog-area dl dd {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #656565;
}
.blog-area .blog-pic {
  margin-bottom: 20px;
}
.blog-area .blog-pic img {
  width: 100%;
}
.blog-area p {
  line-height: 1.8;
}
.blog-area a {
  color: #f2830b;
}
.blog a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/*  intern
------------------------*/
.intern p.intern_txt {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

/*---------------1807---*/
.intern_title {
  font-size: 120%;
  color: red;
  text-align: center;
}
.intern_text {
  font-size: 90%;
}
.intern_comment {
  font-size: 80%;
  margin: 10px 0;
}
.intern_comment_underline {
  font-size: 80%;
  text-decoration: underline;
}
.intern_red {
  color: red;
  font-size: 110%;
}
.intern_red_comment {
  color: red;
  font-size: 90%;
}
.intern_blue {
  color: blue;
  margin-top: 10px;
}
.btn_wrap_intern {
  overflow: hidden;
  width: 740px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 60px;
  margin-top: 20px;
}
.btn_wrap_intern .entry_btn {
  float: left;
  margin-right: 14px;
  font-size: 16px;
  width: 340px;
}
.btn_wrap_intern .entry_btn span {
  font-size: 14px;
}
.btn_wrap_intern .entry_btn a {
  text-decoration: none;
  background: #f3830e;
  color: #fff;
  width: 340px;
  height: 70px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.btn_wrap_intern .login_btn {
  float: left;
  width: 340px;
}
.btn_wrap_intern .login_btn span {
  font-size: 14px;
}
.btn_wrap_intern .login_btn a {
  text-decoration: none;
  background: #94c130;
  color: #fff;
  width: 340px;
  height: 70px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* ===================================================================
 utility : 汎用css(PC)
=================================================================== */
/*  utylity-table
------------------------*/
.u-table_list > li {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.u-table_list > li > span {
  display: table-cell;
  border-bottom: 1px solid #174273;
  color: #999;
  padding: 5px 0;
  width: 6.5em;
  vertical-align: middle;
}
.u-table_list.u-table_list_border_topPC > li:first-child > span {
  border-top: 1px solid #174273;
}
.u-table_list > li > p {
  display: table-cell;
  border-bottom: 1px solid #ededed;
  padding: 5px 30px;
  width: 100%;
  vertical-align: middle;
}
.u-table_list.u-table_list_border_topPC > li:first-child > p {
  border-top: 1px solid #ededed;
}
.u-table_list.u-table_list_day_color_blue > li > span {
  color: #174273;
}

/* table ir custom */
.u-table_list_ir > li > p {
  padding: 20px 12em 20px 10px;
  position: relative;
}
.u-table_list_ir > li > p > span {
  font-size: 12px;
}
.u-table_list_ir > li > p > a.ir_pdf {
  background: url(../images/icon_pdf.png) no-repeat 10px center #174273;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  padding: 0.5em 1em 0.5em 3em;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1.2em;
  white-space: nowrap;
}
.u-table_list_ir > li > p > a.ir_pdf > span {
  font-size: 10px;
}
/* table privacy custom */
.u-table_list_privacy {
  margin: 20px auto 80px;
  max-width: 700px;
}
.u-table_list_privacy > li:first-child {
  font-weight: bold;
}
.u-table_list_privacy > li > span {
  width: 18em;
  padding-left: 1em;
}
.u-table_list_privacy_howto {
  margin: 40px auto 10px;
  max-width: 700px;
}
.u-table_list_privacy_howto > li > span {
  width: 8em;
  /*padding-left: 2em;*/
  font-weight: bold;
}
.u-table_list_privacy_howto > li > p {
  padding: 20px 10px;
}
.u-table_list_privacy_howto > li > p > .download {
  color: #174273;
  display: inline-block;
}
.u-table_list_privacy_contact {
  margin: 0 auto 10px;
  max-width: 700px;
}
.u-table_list_privacy_contact > li > span {
  width: 6em;
  padding-left: 1em;
  font-weight: bold;
  text-align: center;
}
.u-table_list_privacy_contact > li > p {
  padding: 20px;
}
/*  utility-font
------------------------*/
.u-fs-small {
  font-size: 0.8em;
}
.for_sp {
  display: none;
}
.u-strong {
  font-weight: bold;
  color: #fe6d09;
}

/* ===================================================================
 common : 共通css(max1024px)
=================================================================== */
@media only screen and (max-width: 1170px) {
  .clear {
    clear: both;
  }
  .interview_bg,
  .interview_inner {
    width: 100%;
  }
  .interview_inner {
    width: 700px;
    padding-left: 25px;
  }
  .interview_col {
    margin-right: 25px;
  }
  .interview .interview_main {
    width: 100%;
  }
  .other_interview .interview_col:nth-child(4) {
    display: none;
  }
  .blog-nav {
    max-width: 700px;
  }
}

/* ===================================================================
 common : 共通css(ipad-sp)
=================================================================== */
@media only screen and (max-width: 768px) {
  .for_sp {
    display: block;
  }
  .for_pc {
    display: none;
  }
  .clear {
    clear: none;
  }
  html {
    position: relative;
  }
  body {
    min-width: 320px;
    font-size: 14px;
    background-attachment: scroll;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    position: relative;
    height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  #wrap {
    min-height: 100%;
  }
  #wrapper {
    min-height: 100%;
  }
  #contents {
    min-width: inherit;
  }
  #is2nd #contents {
    padding-top: 60px;
    padding-bottom: 127px;
  }
  #footer_area {
    width: 100%;
    height: 127px;
    margin-top: -127px;
  }

  /*  header
  ------------------------*/
  #header {
    position: fixed;
    width: 100%;
    height: 60px;
    background: none;
    top: 0;
    right: 0;
    min-height: 60px;
    background-color: #fff;
  }
  #is2nd #header {
    position: fixed;
    right: 0;
  }
  #header.is-open {
    height: 100%;
    background: #fff;
  }
  #is2nd #header.is-open {
    height: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 5;
  }
  #is2nd.is-pc #header.is-open {
    overflow-y: hidden;
  }
  #header.is-open .header_inner {
    width: 100%;
    position: relative;
    padding: 60px 0 0; /* headerHight(60) + 20 */
  }
  #header .logo {
    width: 126px;
    position: absolute;
    top: 0;
    left: 15px;
  }
  #header.is-open .logo {
    width: 126px;
  }
  #header .logo a {
    height: 60px;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    width: 148px;
    margin-left: -6px;
  }
  #header.is-open .logo a {
    background-image: url(../images/logo.png);
  }
  #is2nd #header.is-open .logo a {
    background-image: url(../images/logo.png);
  }
  #nav {
    display: none;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #header.is-open #nav {
    display: block;
  }
  .nav_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url(../images/nav_menu.png) no-repeat top center #fc9d18;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
  }
  #is2nd .nav_menu {
    position: fixed;
  }
  #header .logo a {
    border-bottom: none;
  }
  .nav_menu.close {
    background-position: bottom center;
  }
  .mCSB_scrollTools {
    width: 0;
  }
  .nav_list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .nav_item {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #cccccc40;
  }
  .nav_item > a {
    height: 94px;
    background-size: auto 30px;
  }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  } /*メニュー開いたら下のコンテンツ固定*/
  .nav_interview > a:before,
  .nav_internship > a:before,
  .nav_blog > a:before {
    content: none;
  }
  .nav_interview:hover > a:after,
  .nav_interview.selected > a:after {
    background-image: url(../images/nav_interview.png);
  }
  .nav_internship:hover > a:after,
  .nav_internship.selected > a:after {
    background-image: url(../images/nav_internship.png);
  }
  .nav_blog:hover > a:after,
  .nav_blog.selected > a:after {
    background-image: url(../images/nav_blog.png);
  }

  .slide_list li:first-child {
    background-position-y: 0;
  }

  /*  col_right
  ------------------------*/
  .col_right {
    margin-left: 0;
  }
  .col_right .col_right_inner:last-child {
    margin-bottom: 70px;
  }
  .col_right_inner {
    margin-bottom: 70px;
  }

  /*  footer
  ------------------------*/
  #footer {
    z-index: 0;
  }
  .pageTop_sp {
    background: #fc9d18;
    padding: 18px 0;
  }
  .change_pageTop01 {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 50px;
  }
  .change_pageTop02 {
    position: static;
    width: 100%;
    display: block;
  }
  .foot_area {
    margin-bottom: 100px;
    display: block;
  }
  .pageTop {
    position: relative;
    width: 70px;
    right: 0;
    bottom: 0;
    display: block !important;
    opacity: 1 !important;
    margin: 0 auto;
  }
  .pageTop a {
    background: url(../images/btn_pagetop_w.png) no-repeat center;
    background-size: 68px 40.5px;
  }

  /* ===================================================================
   top : topページ(ipad-SP)
  =================================================================== */
  /*  main
  ------------------------*/
  .mainSlide {
    height: 440px;
  }
  .slide_list li:nth-child(1) {
    background-position: center;
  }
  .slide_list {
    position: relative;
  }
  .slide_list li {
    height: 440px;
  }
  .slide_indicator {
    padding-left: 0;
    margin-top: -60px;
  }

  /*  top
  ------------------------*/
  .topics {
    margin: -20px 2% 60px;
    max-width: inherit;
    padding: 20px 0 0;
  }
  .topics_tit {
    background: url(../images/tit_topics.png) no-repeat center;
    background-size: contain;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
  .topics_list {
    padding: 15px 2%;
  }
  .topics_list li {
    display: block;
    width: 100%;
    padding-right: 0;
    font-size: 20px;
  }
  .topics_list li > span {
    display: inline-block;
    color: #999;
    padding: 5px 0;
    padding-bottom: 0;
  }
  .topics_list li > p {
    display: block;
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
  }
  .message {
    margin-bottom: 80px;
  }
  .message h3 {
    font-size: 67px;
    margin-bottom: -25px;
    margin-right: 20px;
    padding-right: 0;
  }
  .message h3 span {
    margin-bottom: -74px;
    font-size: 14px;
  }
  .president img {
    width: 100%;
  }
  .message_inner {
    padding-top: 30px;
    padding-left: 2%;
    padding-right: 2%;
    /* margin-top: -23px; */
    margin-left: 0;
  }
  .message_inner dl {
    margin-left: 2%;
  }
  .message_inner dl dt img {
    width: 100%;
  }
  .message_inner dl dt {
    /* width: 130px; */
    margin-right: 6px;
    font-size: 30px;
  }
  .message_inner p {
    font-size: 20px;
    text-align: justify;
    padding: 0 2%;
  }
  .message_inner p.atention {
    font-size: 32px;
  }
  .message_inner p.atention:before {
    width: 55%;
  }
  .interview_inner {
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }
  .message_inner .border {
    margin-top: 21px;
  }
  .interview h3 {
    font-size: 67px;
    margin-left: 5%;
    margin-bottom: -21px;
  }
  .interview h3 span {
    margin-bottom: -58px;
    font-size: 14px;
  }
  .interview_bg {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .interview_col {
    width: 47%;
    margin-left: 2%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .interview_col img {
    max-width: 100%;
    height: auto;
  }
  .interview_col img {
    width: 100%;
  }
  .interview_col_name {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: -61px;
    position: relative;
  }
  .interview_col_name .name {
    padding: 8px 8px 8px 8px;
    line-height: 1.2;
    font-size: 20px;
  }
  .interview_col_name .assign {
    background: #f2830b;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    height: 62px;
    line-height: 1.4;
  }
  .interview_col_name span.joined {
    font-size: 16px;
    font-weight: normal;
  }
  .btn_more a {
    font-size: 20px;
    width: 90%;
    padding: 16px;
  }

  /* 新規追加210803 */

  .interview_text_wrpper {
    display: block;
  }
  .sub01_img img,
  .sub02_img img {
    width: 100%;
  }

  /* ===================================================================
   is2nd : 第二階層ページ(SP)
  =================================================================== */
  /*  is2ndCommon
  ------------------------*/
  #is2nd .section {
    padding: 20px 10px;
  }
  #is2nd .contents_tit h2 {
    font-size: 46px;
  }
  #is2nd .intro h2 {
    font-size: 46px;
  }
  .section_tit {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 40px;
    text-align: center;
    color: #333;
  }
  .contents_tit.about {
    background-size: auto;
    background-position-y: -29px;
    background-position-x: -496px;
    width: 100%;
    height: 140px;
  }
  .contents_tit {
    height: 120px;
  }
  .section04 {
    padding: 0 2%;
  }

  /*  intro
  ------------------------*/
  .intro {
    margin-bottom: 50px;
  }
  .intro_section_tit {
    margin-top: -110px;
    padding-top: 110px;
  }
  .works .section_tit,
  .college .section_tit {
    padding-top: 110px;
    margin-top: -110px;
  }
  .unit-detail table.table th {
    max-width: 150px;
  }
  .unit-detail table.table th br.sp {
    display: block;
  }
  .works h4 {
    text-align: center;
  }
  .works .works_img01,
  .works .works_img02 {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .works .works_img02 {
    margin-left: 0;
  }
  .works .works_txt01 {
    font-size: 18px;
    padding: 0 2%;
  }
  .works .works_txt02 {
    font-size: 18px;
    padding: 0 2%;
  }
  .works .works_col:nth-child(2) {
    margin-bottom: 0;
  }
  .middle_bg {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
  }
  .college .college_col dd {
    padding: 0 2%;
  }

  /*  interview-list
  ------------------------*/
  .interview .interview_inner {
    padding-bottom: 70px;
  }

  /*  interview
  ------------------------*/
  .interview .interview_main {
    width: 100%;
    max-width: 760px;
  }
  .interview .interview_main {
    height: 0;
    padding-top: 68.07%;
  }
  .interview .yasuhiko_main {
    background: url(../images/interview/yasuhiko/main_sp.jpg) no-repeat;
    background-size: contain;
  }
  .interview .matuda_main {
    background: url(../images/interview/matuda/main_sp.jpg) no-repeat;
    background-size: contain;
  }
  .interview .murakami_main {
    background: url(../images/interview/murakami/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview .hirai_main {
    background: url(../images/interview/hirai/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview .miyamoto_main {
    background: url(../images/interview/miyamoto/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview .oowada_main {
    background: url(../images/interview/oowada/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview .seino_main {
    background: url(../images/interview/seino/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview .yamauti_main {
    background: url(../images/interview/yamauti/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview .kimura_main {
    background: url(../images/interview/kimura/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview .miura_main {
    background: url(../images/interview/miura/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview .nishiyama_main {
    background: url(../images/interview/nishiyama/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview .saito_main {
    background: url(../images/interview/saito/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview .takeda_main {
    background: url(../images/interview/takeda/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  .interview .takenaka_main {
    background: url(../images/interview/takenaka/main_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
  
  .interview .sub01_img,
  .interview .sub02_img,
  .interview .sub03_img {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  .interview_tit {
    margin-bottom: 2%;
  }
  .interview_txt {
    padding: 0 2%;
  }
  .interview .question {
    font-size: 21px;
  }
  .interview .answer {
    font-size: 18px;
  }
  .other_interview .other_tit {
    font-size: 32px;
  }
  .interview .ishibashi {
    margin-bottom: 0;
  }
  .other_interview .interview_col:nth-child(4) {
    display: block;
  }
  .btn_more {
    text-align: center;
    padding: 20px 0 70px;
  }

  /*  recruit
  ------------------------*/
  .unit-steps ul li .step {
    font-size: 21px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-top: -20px;
    margin-left: 20px;
  }
  .recruit .unit-steps ul li .inner h4 {
    font-size: 20px;
  }
  .recruit .unit-steps ul li .inner p {
    font-size: 16px;
  }
  .recruit .unit-steps ul li .inner {
    padding: 20px 15px 20px 55px;
  }
  .recruit .container {
    width: 100%;
  }
  .btn_wrap {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }
  /*----------------------------1807--*/
  .btn_wrap_intern {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }
  /*----------------------------1807--*/
  .entry_btn {
    width: 49%;
    margin-right: 2%;
  }
  .entry_btn a {
    width: 100%;
    font-size: 20px;
  }
  .login_btn {
    width: 49%;
  }
  .login_btn a {
    width: 49%;
    font-size: 18px;
  }

  /*  blog-list
  ------------------------*/
  .blog-list dl dt {
    font-size: 18px;
  }
  .blog-list dl dd {
    font-size: 20px;
  }

  /*  blog
  ------------------------*/
  .section03 {
    max-width: 740px;
    margin: 0 auto;
    padding-left: 4%;
    padding-right: 4%;
  }
  .blog_tit {
    margin-bottom: 2%;
  }
  .blog-nav {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .blog .blog-nav ul li {
    width: 32%;
    margin-right: 2%;
  }
  .blog .blog-nav ul li:last-child {
    margin-right: 0;
  }
  .blog-nav ul li a {
    font-size: 16px;
  }
  .blog-area {
    margin-bottom: 60px;
  }
  .blog-area dl dt {
    font-size: 18px;
  }
  .blog-area dl dd {
    font-size: 20px;
  }
  .blog-area p {
    font-size: 18px;
  }

  /*  aboutDir
  ------------------------*/
  .ir_tit_sub_txt {
    text-align: center;
    margin-bottom: 10px;
  }
  .ir_adobeArea {
    margin: 20px auto 0;
    overflow: hidden;
  }
  .adobe_btn {
    float: left;
    display: inline-block;
  }
  .adobe_btn a {
    display: inline-block;
  }
  .adobe_btn a > img {
    width: 125px;
  }
  .adobe_txt {
    font-size: 12px;
    margin-left: 135px;
  }
  .about_nav_list {
    background-color: rgba(93, 123, 157, 0.7);
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .about_nav_list > li {
    display: table-cell;
    width: 20%;
  }
  .about_nav_list > li > a {
    display: block;
    line-height: 50px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
  }
  .table_list_company {
    display: block;
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
  }
  .table_list_company tbody {
    display: block;
  }
  .table_list_company tr {
    width: 100%;
    display: block;
    padding-top: 10px;
    border-bottom: 1px solid #ededed;
  }
  .table_list_company tr th {
    display: block;
    border-top: 0;
    border-bottom: 0;
    color: #174273;
    width: auto;
    text-align: left;
  }
  .table_list_company tr th span {
    display: inline-block;
    border-bottom: 1px solid #174273;
    padding: 5px 0;
  }
  .table_list_company tr td {
    border-top: 0;
    border-bottom: 0;
    padding: 5px 0;
    width: auto;
    display: inline-block;
  }
  .table_list_company tr.certification_box {
    border-bottom: 0;
  }
  .table_list_company tr.certification_box + tr {
    border-top: 0;
  }
  .table_list_company tr.certification_box td + td {
    margin-left: 0;
    display: block;
  }
  .certification_img {
    display: inline-block;
    width: 80px;
    text-align: center;
    vertical-align: middle;
  }
  .table_list_company .pmark img {
    width: 50%;
  }
  .certification_txt {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
    line-height: 1.5;
  }
  .map_box {
    padding-bottom: 90%;
  }
  .access_sub_tit {
    font-size: 14px;
    color: #174273;
    margin: 20px 0 10px;
  }
  .access_sub_tit:before {
    content: "";
    width: 14px;
    height: 18px;
    background-image: url(../images/sphone/icon_map.png);
    background-size: contain;
  }
  .access_list {
    font-size: 14px;
  }
  .access_list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .access_list li + li {
    margin-top: 5px;
  }
  .organization_img {
    background-image: url(../images/sphone/about_img_organization.png);
    padding-top: 80%;
  }

  /* ===================================================================
   utility : 汎用css(ipad-sp)
  =================================================================== */
  /*  utylity-table
  ------------------------*/
  .u-table_list li {
    display: block;
    padding-right: 0;
  }
  .u-table_list li > span {
    display: inline-block;
    width: auto;
  }
  .u-table_list.u-table_list_border_topPC li:first-child > span {
    border-top: 0;
  }
  .u-table_list li > p {
    display: block;
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
  }
  .u-table_list.u-table_list_border_topPC li:first-child > p {
    border-top: 0;
  }

  /* table ir custom */
  .u-table_list_ir li {
    padding-top: 10px;
  }
  .u-table_list_ir li > p {
    padding: 10px 40px 10px 0;
  }
  .u-table_list_ir li > p > span {
    font-size: 10px;
    display: inline-block;
  }
  .u-table_list_ir li > p > a.ir_pdf {
    background: url(../images/sphone/icon_pdf.png) no-repeat center #174273;
    background-size: 60%;
    border-radius: 4px;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17.5px;
  }
  /* table privacy custom */
  .u-table_list_privacy {
    margin-bottom: 40px;
    line-height: 1.6;
  }
  .u-table_list_privacy li {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .u-table_list_privacy > li > span {
    display: table-cell;
    width: 50%;
    padding: 5px;
  }
  .u-table_list_privacy > li > p {
    display: table-cell;
    width: 50%;
    padding: 0 5px;
  }
  .u-table_list_privacy_howto {
    margin: 20px auto 10px;
    line-height: 1.6;
  }
  .u-table_list_privacy_howto > li {
    padding: 10px 0;
  }
  .u-table_list_privacy_howto > li > span {
    width: auto;
    margin-bottom: 10px;
  }
  .u-table_list_privacy_howto > li > p {
    padding: 0;
    border-bottom: 0;
  }
  .u-table_list_privacy_howto > li > p > .download {
    padding: 0.5em 0;
  }
  .u-table_list_privacy_contact {
    margin: 0 auto 10px;
  }
  .u-table_list_privacy_contact > li > span {
    width: auto;
    padding-left: 0;
  }
  .u-table_list_privacy_contact > li > p {
    padding: 10px 0;
  }
  /*----------------------------------------------1807---*/
  .btn_wrap_intern .entry_btn {
    float: none;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .btn_wrap_intern .entry_btn a {
    line-height: 70px;
    display: block;
    width: 100%;
  }

  .btn_wrap_intern .login_btn {
    float: none;
    width: 100%;
  }
  .btn_wrap_intern .login_btn a {
    line-height: 70px;
    display: block;
    width: 100%;
  }
  .btn_wrap_intern .entry_btn br {
    display: none;
  }
  .btn_wrap_intern .login_btn br {
    display: none;
  }
  /*-------------------------------------------------*/
}

/* ===================================================================
 font等 : 共通css(sp)
=================================================================== */
@media only screen and (max-width: 640px) {
  .mainSlide {
    height: 370px;
  }
  .slide_list {
    position: relative;
  }
  .slide_list li {
    height: 370px;
  }
  .slide_list li:nth-child(3) {
    background-position-y: 55px;
  }
  .slide_list li:nth-child(4) {
    background-position-y: 50px;
  }
  .topics {
    margin-bottom: 40px;
  }
  .topics_tit {
    width: 100%;
    height: 34.5px;
  }
  .message {
    margin-bottom: 60px;
  }
  .message h3 {
    font-size: 48px;
    margin-bottom: -14px;
    margin-right: 2%;
  }
  .message h3 span {
    margin-bottom: -54px;
    font-size: 14px;
  }
  .message_inner p.atention {
    font-size: 24px;
  }
  .interview h3 {
    font-size: 48px;
    margin-left: 2%;
  }
  .interview h3 span {
    margin-bottom: -46px;
    font-size: 14px;
  }
  .message_inner p {
    font-size: 16px;
  }
  .topics_list li {
    font-size: 14px;
  }
  #is2nd .contents_tit h2 {
    font-size: 36px;
  }
  #is2nd .intro h2 {
    font-size: 29px !important;
  }
  .contents_tit.about {
    height: 120px;
  }
  .interview_col_name {
    margin-top: -45px;
  }
  .interview_col_name .name {
    font-size: 14px;
    font-weight: bold;
  }
  .interview_col_name span.joined {
    font-size: 14px;
    font-weight: bold;
  }
  .interview_col_name span.joined-small-xs {
    font-size: 10px;
  }
  .interview_col_name .assign {
    font-size: 13px;
    font-weight: bold !important;
    height: 30px;
  }
  .other_interview .other_tit {
    font-size: 23px;
  }
  .interview_col_name .assign {
    font-size: 12px;
    font-weight: normal;
  }
  .hirai_assign br {
    display: none;
  }
  .btn_more a {
    font-size: 16px;
    width: 90%;
    padding: 10px;
  }
  .works .works_txt01 {
    font-size: 16px;
  }
  .works .works_txt02 {
    font-size: 16px;
  }
  .college .college_col dd {
    font-size: 16px;
    padding: 0 2%;
  }
  .interview .question {
    font-size: 16px;
  }
  .interview .answer {
    font-size: 16px;
  }
  .interview_bg {
    padding-top: 60px;
  }
  .intern p.intern_txt {
    font-size: 17px;
  }
  .section_recruit_tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .recruit .unit-steps ul li .inner h4 {
    font-size: 18px;
  }
  .recruit .unit-steps ul li .inner p {
    font-size: 14px;
  }
  .entry_btn {
    float: none;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .entry_btn a {
    width: 100%;
  }
  .login_btn {
    float: none;
    width: 100%;
  }
  .login_btn a {
    line-height: 70px;
    display: block;
    width: 100%;
  }
  /*----------------------------------------------1807---*/
  .btn_wrap_intern .entry_btn {
    float: none;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .btn_wrap_intern .entry_btn a {
    line-height: 20px;
    display: block;
    width: 100%;
    padding-top: 15px;
  }

  .btn_wrap_intern .login_btn {
    float: none;
    width: 100%;
  }
  .btn_wrap_intern .login_btn a {
    line-height: 20px;
    display: block;
    width: 100%;
    padding-top: 15px;
  }
  .btn_wrap_intern .entry_btn br {
    display: block;
  }
  .btn_wrap_intern .login_btn br {
    display: block;
  }
  /*-------------------------------------------------*/

  .login_btn br {
    display: none;
  }
  .blog-list dl dt {
    font-size: 14px;
  }
  .blog-list dl dd {
    font-size: 16px;
  }
  .blog-area dl dt {
    font-size: 16px;
  }
  .blog-area dl dd {
    font-size: 18px;
  }
  .blog-area p {
    font-size: 16px;
  }
  .blog-nav ul li a {
    font-size: 14px;
  }
  .blog-nav .before {
    position: relative;
  }
  .blog-nav .previous_icon:before {
    content: none;
  }
  .blog-nav .following_icon:after {
    content: none;
  }
  .contents_tit.about {
    background-position-y: -19px;
    background-position-x: -535px;
  }
}

@media only screen and (max-width: 420px) {
  .slide_list li:nth-child(1) {
    background-position-x: -322px;
    background-position-y: 42px;
  }
}

@media screen and (orientation: landscape) {
  .slide_list li:nth-child(1) {
    background-position: center;
    background-size: cover;
  }
  #footer_area {
    width: 100%;
    position: static;
  }
  .nav_list {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* 学生時代の写真 */
.school-days {
  text-align: center;
  width: 150px;
  padding: 5px;
  color: #fff;
  background-color: #f4830b;
}

/* ======== 新規追加募集要項 ========= */

.requirements__title {
  margin: 20px 0 10px 0;
}

.requirements__tbody {
  border: solid 1px #000;
}
.requirements__tr {
  border: solid 1px #000;
}
.requirements__th {
  width: 200px;
  border: solid 1px #000;
  vertical-align: middle;
}
.requirements__td {
  padding: 10px;
}
.requirements__td span.s {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
  margin-bottom: 10px;
}

/* 240314 add interview */
.interview .c-title{
  font-size: 16px;
  margin: 25px auto 20px 0;
  color: #333;
}
@media screen and (max-width: 767px) {
  .interview .c-title{
    font-size: 16px;
    margin: 20px auto 15px 0;
  }
}
@media screen and (min-width: 1200px) {
  .interview_inner.inter_re{
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     row-gap: 40px;
     column-gap: 20px;
     overflow: visible;
     margin: 0 auto 40px;
     max-width: 920px;
  }

  .interview_inner.inter_re .interview_col{
    margin: 0;
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .interview_inner.inter_re{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 1vw;
    margin: 0 auto 40px;
    max-width: 680px;
 }
 .interview_inner.inter_re .interview_col{
    width: 200px;
 }
}

.l-entry__images{
  margin: 40px auto 0;
  max-width: 700px;
}
.l-entry__images img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px){
  .contents_h4{
      font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  .contents_h4{
      font-size: 16px;
  }
}

#num_01 tr:last-child th,
#num_01 tr:last-child td{
  border-bottom: none;
}

#vertical,
#vertical_sp{
  width: 16px;
  white-space: inherit;
  writing-mode: vertical-lr;
}
#entry__table .entry__tr .group,
#entry__table__sp .entry__tr .group{
  font-weight: 700;
  background: #f5f5f5;
  color: #444;
  vertical-align: middle;
  text-align: center;
}
#entry__table .entry__tr .head,
#entry__table__sp .entry__tr .head{
  font-weight: 700;
  color: #444;
  vertical-align: middle;
  text-align: center;
}
#entry__table th,
#entry__table__sp th{
  border-bottom: none;
}
#entry__table td.u-bb,
#entry__table__sp td.u-bb{
  border-bottom: none;
}
@media screen and (min-width: 768px){
  .u-sp{
    display: none;
  }
  .u-pc{
    display: block;
  }
  #num_01 th,
  #num_02 th{
    white-space: inherit;
  }
  #num_01 th,
  #num_02 th,
  #num_03 th{
    width: 200px;
  }
  #num_01 td,
  #num_02 td,
  #num_03 td{
    width: calc(100% - 200px);
  }
  #entry__table__sp th{
    padding: 0;
    writing-mode: vertical-lr;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
  }
  #entry__table__sp .entry__tr .group{
    width: calc(100% - 40px);
  }
  #entry__table__sp .entry__tr .head{
    width: 160px;
    letter-spacing: 0;
  }
  /* #num_01 th,
  #num_02 th{
    white-space: inherit;
  }
  #num_01 th,
  #num_02 th,
  #num_03 th{
    max-width: 190px;
    width: 190px;
    padding: 10px 5px;
  }
  #carrier{
    padding-left: 20px;
    padding-right: 20px;
  }
  #vertical{
    padding: 10px 0;
    width: 35px;
  }
  #entry__table .entry__tr .group{
    width: 155px;
    padding: 10px 5px;
    font-size: 15px;
  }
  #entry__table .entry__tr .u-sp{
    display: inline-block;
  }
  #entry__table .entry__tr .head{
    width: 100px;
    letter-spacing: 0;
    padding: 10px 5px;
  }
  #entry__table .entry__tr .text{
    width: calc(100% - 440px);
    padding: 10px 8px;
  } */
}
@media screen and (max-width: 767px){
  .u-sp{
    display: block;
  }
  .u-pc{
    display: none;
  }
  #num_01 th,
  #num_02 th{
    white-space: inherit;
  }
  #num_01 th,
  #num_02 th,
  #num_03 th{
    width: 130px;
  }
  #num_01 td,
  #num_02 td,
  #num_03 td{
    width: calc(100% - 130px);
  }
  #entry__table__sp th{
    padding: 0;
    writing-mode: vertical-lr;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
  }
  #entry__table__sp .entry__tr .group{
    width: calc(100% - 40px);
  }
  #entry__table__sp .entry__tr .u-sp{
    display: inline-block;
  }
  #entry__table__sp .entry__tr .head{
    width: 90px;
    letter-spacing: 0;
  }
}

#vertical_sp span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
}