@charset "sjis";
/* ===============================
public styles 
================================== */

/*buttons*/
.round-btn {
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  background-color: #e60012;
  padding: 30px 110px 30px 110px;
  margin: 50px 0 80px 0;
  border-radius: 50px;
  border: solid 1px #e60012;
}
.round-btn.small-btn {
  font-size: 1em;
  padding: 15px 55px 15px 55px;
  margin: 25px 0 25px 0;
  border-radius: 50px;
}
.round-btn:hover {
  background-color: #fff;
  text-decoration: none;
  color: #e60012;
}
.square-btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  background-color: #e60012;
  padding: 15px 33px 15px 33px;
  border: solid 1px #e60012;
}
.square-btn.icon-downarrow {
  padding-right: 18px;
}
.square-btn:hover {
  background-color: #fff;
  text-decoration: none;
  color: #e60012;
}
/*もっと読む用*/
.readmore-area {
  display: none;
  width: 100%;
}
.readmore-btn-box {
  width: 100%;
  text-align: center;
  /* 上から下へ?[白色半透?]から[白色]へグラ?ーション */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100;White+to+Transparent */
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
  padding-top: 120px; /* ボタンの上?でグラ?ーションを見せる距離(長?) */
  margin-top: -100px;/* ボックスを上?に重?る距離(長?) */
  position: relative;
}



/*===========================
minimini_new,career select page
==============================*/
	
p.areachui{
  border:3px solid #D6131C;
  width: 96%;
  padding: 10px;
  margin: 20px auto 0 auto;
  box-sizing: border-box;
  line-height: 1.8em;
}
p.areachui strong{
  color: #D6131C;
}
p.areachui a{
  font-weight: bold;
  color: #00f;
  text-decoration: underline;
}
table td p.areachui{
  border:none;
  width: 100%;
  margin: 10px auto 0;
}

#select-page{
	background-color: #fff;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;	
}
  #select-page a{
    width: 90%;
  }

/*会社?*/
#select-page .corp_title{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
#select-page .corp_title img{
  height: 30px;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  margin-right: 5px;
}
#select-page .corp_title span{
  margin-top: 3px;
}

  #select-page div.select_recruit{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#select-page a{
	background-color:#e60012;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items:flex-start;
	width: 45%;
  text-align: center;
	/*height: 200px;*/
	max-width: 600px;
	color: #fff;
	margin: 20px auto;
  padding: 20px 5px 40px 5px;
	vertical-align: middle;
	position: relative;
}
#select-page div.select_recruit a:link{
	color: #fff;
}
#select-page div.select_recruit a div{
  background-color: #ffffff;
  font-size: 18px;
  color: #274b8d;
  padding: 10px 0 5px 0;
  margin: 0px auto 20px auto;
  width: 90%;
  font-weight: bold;
}
#select-page a div span{
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin: 0px auto 0 auto;
  color: #274b8d;
}
#select-page a h3{
	color: #fff;
	display: table-cell;
  width: 90%;
	vertical-align: middle;
	font-size: 18px;
}
#select-page a h3 > span{
	color: #fff;
	display: block;
	font-weight: normal;
	font-size: 14px;
	margin: 10px auto 0 auto;
}

/*select_recruit main.career*/
main.career h2{
  margin: auto;
  display: block;
  text-align: center;
  padding: 0px 0 20px;
  margin-bottom: 60px;
}

main.career #hero{
  background-image: url(/recruit/img/minimini_career/hero-img.jpg);
  background-size: 100%,cover;
  background-position: 0 0,0 0;
  height: 250px;
}
main.career h2 img{
  height: 30px;
}
main.career #message .message-box{
  padding: 70px 0px 120px;
  width: 90%;
  max-width: 1200px;
}
main.career #message .message-box p{
  margin: 0 auto 60px;
  text-align: center;
  width: 94%;
  max-width: 900px;

}
main.career.mm .select_recruit ul{
  width: 100%;
  max-width: 1200px;
  
}
main.career .select_recruit ul li a{
  display: inline-block;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  background-color: #e60012;
  padding: 20px 30px;
  margin: 0px auto;
  width: 70%;
  max-width: 700px;
  color: #fff;
  border: 1px solid #e60012;
}
main.career .select_recruit ul li span{
  display: inline-block;
  margin-left: 20px;
  color: #fff;
}
main.career .select_recruit ul li a:hover{
  background-color: #ffffff;
  color: #e60012;
  border: 1px solid #e60012;
}
main.career .select_recruit ul li a:hover small,
main.career .select_recruit ul li a:hover span{
  color: #e60012;
}
main.career .select_recruit ul li{
  list-style: none;
}
main.career .select_recruit ul li a{
  margin: auto;
  display: block;
}
main.career .select_recruit ul li a small{
  color: #fff;
  font-size: 14px;
}



@media screen and (min-width : 1200px) {
.pc-hidden {
  display: none;
}
.sp-hidden {
  display: inline-block;
}
/*もっと読む用*/
.readmore-area {
  display: inline-block;
}
#recruit-info table.before-readmore-area {
  margin-bottom: 0px;
}
#recruit-info .readmore-area table {
  margin-top: 0px;
}

/*===========================
minimini_new,career select page
==============================*/

#select-page{
	
}
#select-page{
	margin: 0px 0 0 0;
	padding: 40px 0 80px 0;
	overflow: hidden;
	text-align: center;
}
#select-page a h3{
	display: inline-block;
	margin: 0px auto 0 auto;
		}

#select-page a{
	background-color:#e60012;
	width: 300px;
	height: 200px;
	max-width: none;
	margin: 20px 20px 0 20px;
	
}
#select-page a h3 span{
	color: #fff;
	margin: 0;
}

    

	
}

@media screen and (max-width : 1199px) {
.pc-hidden {
  display: inline-block;
}
.sp-hidden {
  display: none;
}
/* reset */
html {
  font-size: 62.5%;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
thead,
tr,
th,
td,
footer,
header,
hgroup,
menu,
nav,
section,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size: 100%;  =16px */
  color: #464444;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  font-family: "??????", YuGothic, "?????????", "Hiragino Kaku Gothic Pro", "????", "Meiryo", sans-serif;
}
body {
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;/* =14px */
}
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
/* icon */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?zdvz55');
  src: url('../fonts/icomoon.eot?zdvz55#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?zdvz55') format('truetype'), url('../fonts/icomoon.woff?zdvz55') format('woff'), url('../fonts/icomoon.svg?zdvz55#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  color: #fff;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-new-window:after {
  content: "\e901";
  padding-left: 10px;
  vertical-align: middle;
}
.icon-mail:before {
  content: "\e902";
  font-size: 1.4em;
  padding-right: 25px;
  vertical-align: middle;
}
.icon-arrow:after {
  content: "\ea50";
  padding-left: 20px;
  vertical-align: middle;
}
.icon-downarrow:after {
  content: "";
  background-image: url(../img/common/icon-downarrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 20px;
  vertical-align: middle;
}
.icon-downarrow:hover:after {
  background-image: url(../img/common/icon-downarrow_r.png);
}
/* header */
#header {
  display: block;
  position: absolute;
  font-size: 0.9em;
  text-align: right;
  z-index: 1000;
}
#header h1 {
  display: block;
  width: 5em;
  text-align: left;
  left: 2%;
  line-height: 0.5em;
  margin: 0;
  position: absolute;
  top: 22%;
}
#header h1 img {
  width: 140px;
  height: auto;
}
#header span#header-h1-txt {
  display: none;
}
#header,
.inner {
  width: 100%;
  height: 3em;
  padding: 0;
  background-color: #fff;
}
#header {
  top: 0;
  position: fixed;
  margin-top: 0;
}
/* Fixed reset */
#header.fixed {
  padding-top: 0;
  background: transparent;
}
#mobile-head {
  border-top: solid 5px #D6131C;
  background: #fff;
  width: 100%;
  height: 45px;
  z-index: 999;
  position: relative;
}
#nav {
  position: absolute;
  top: -800px;
  background: rgba(0,0,0,0.9);
  width: 100%;
  text-align: left;
  font-size: 1em;
  z-index: -1;
  padding: 10px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
#nav ul li {
  float: none;
  position: static;
}
#header #nav ul li a br{
  display: none;
}
#header #nav ul li a,
#header.fixed #nav ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 25px;
}
#header #nav ul li a small,
#header.fixed #nav ul li a small{
  color: #fff;

}
/* Toggle Button */
#nav-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  padding: 13px 14px;
  cursor: pointer;
  text-align: center;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
  width: 20px;
  height: 20px;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #e60012;
  right: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
/* #nav-toggle ?り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #nav スライドアニメーション */
.open #nav {
  /* #nav top + #mobile-head height */
  -moz-transform: translateY(850px);
  -webkit-transform: translateY(850px);
  transform: translateY(850px);
}
/*===========================
index-HERO
==============================*/

/*  index main  */
#main {
  background-color: #EDEDED;
}
/* index hero */
#index-hero {
  background-image: url(../img/index/hero-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  margin-bottom:100px;
}
#index-hero .index-copy {
  background-attachment: scroll;
  background-image: url(../img/index/bg-red-pakipaki.png);
  background-repeat: no-repeat;
  height: 660px;
  margin-left: -63em;
  z-index: 3;
}
.white-copy {
  text-align: left;
  display: inline-block;
  border: solid 5px #fff;
  color: #fff;
  font-size: 1.6em;
  line-height: 2.5em;
  padding: 1.5em;
  position: relative;
  left: 2%;
  right: 0;
  top: -230px;
  bottom: 0px;
  z-index: 3;
}
.white-copy span {
  font-size: 2.2em;
  color: #fff;
}
.catch-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
/* index recruit */
#index-recruit {
  width: 100%;
  text-align: center;
  padding-top: 70px;
}
h2.recruit-h2 {
  font-size: 5em;
  line-height: 0.4em;
  padding-bottom: 30px;
}
h2.recruit-h2 span {
  font-weight: normal;
  font-size: 0.2em;
  line-height: 1.5em;
}
.item-2column {
  margin: 1%;
  float: none;
  height: 100%;
}
.item-2column img.panel-logo {
  padding-bottom: 30px;
}
.item-2column h2.item-h2-1st {
  color: #fff;
  font-size: 2.7em;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.item-2column h2.item-h2-1st span {
  color: #fff;
  font-size: 0.8em;
}
.item-2column p,
.item-2column a {
  color: #fff;
}
.item-2column .panel1,
.item-2column .panel2 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 436px;
  position: relative;
}
.item-2column .panel1-wrapper,
.item-2column .panel2-wrapper,
.item-3column .panel3-wrapper,
.item-3column .panel4-wrapper,
.item-3column .panel5-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.item-2column .panel1-wrapper,
.item-2column .panel2-wrapper {
  height: 200px;
}
.item-3column .panel3-wrapper,
.item-3column .panel4-wrapper,
.item-3column .panel5-wrapper {
  height: 160px;
}
.item-2column .panel1 {
  background-image: url(../img/index/panelbg-mini-chuto.jpg);
	background-position: center center;
}
.item-2column .panel2 {
  background-image: url(../img/index/panelbg-tech-chuto.jpg);
  background-position: center center;
}
.item-3column {
  margin: 1%;
  float: none;
}
.item-3column p {
  color: #fff;
}
.item-3column h2.item-h2-2nd {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.3em;
  padding-bottom: 30px;
}
.item-3column h2.item-h2-2nd span {
  color: #fff;
  font-size: 0.8em;
}
.item-3column .panel3,
.item-3column .panel4,
.item-3column .panel5 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  position: relative;
}
.item-3column .panel3 p.txt-h,
.item-3column .panel4 p.txt-h,
.item-3column .panel5 p.txt-h {
  height: 120px;
}
.item-3column .panel3 {
  background-image: url(../img/index/panelbg-minimini.jpg);
  background-position: center center;
}
.item-3column .panel4 {
  background-image: url(../img/index/panelbg-minitech.jpg);
  background-position: center center;
}
.item-3column .panel5 {
  background-image: url(../img/index/panelbg-group-chuto.jpg);
}
.panel-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
p.icon-arrow {
  display: inline-block;
  padding: 20px 30px 20px 60px;
  font-size: 1.2em;
  text-decoration: none;
  color: #fff;
}
p.bg-red {
  background-color: #e60012;
}
p.bg-green {
  background-color: #14a83b;
}
p.bg-red:hover {
  background-color: #fff;
  text-decoration: none;
  color: #e60012;
  border: solid 1px #e60012;
}
p.bg-green:hover {
  background-color: #fff;
  text-decoration: none;
  color: #14a83b;
  border: solid 1px #14a83b;
}
/* top-news */
#top-news {
  background-color: #fff;
  width: 100%;
}
#top-news .news-wrapper {
  margin: 2%;
  display: block;
  padding-bottom: 40px;
}
#top-news .news-h2-wrapper {
  text-align: center;
  vertical-align: middle;
}
#top-news .news-h2 {
  font-size: 1.8em;
  vertical-align: middle;
}
#top-news .news-list-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 150px;
}
#top-news .news-list-wrapper ul li {
  list-style: none;
  margin:5px 0;
  padding: 0 2% 2% 0;
}
#top-news .news-list-wrapper ul li span {
  margin-bottom: 0.5em;
  font-weight: bold;
  text-align: left;
  display: block;
}
#top-news .news-list-wrapper ul li a {
	color:#39f;
	text-decoration:underline;
}
/* sns */
#sns-info {
  background-color: #EDEDED;
  padding: 40px 0;
}
.sns-area {
  margin: 0 auto;
  display: block;
}
.sns-area .sns-item1,
.sns-area .sns-item2 {
  padding: 40px;
  margin: 2%;
  background-color: #fff;
  text-align: center;
}
.sns-area .sns-item1 p,
.sns-area .sns-item2 p {
  padding: 10px 0 40px 0;
}
/* main */

/*===========================
HERO
==============================*/
#hero {
  background-image: url(../img/minimini_new/hero-aminiminida-sp.png), url(../img/minimini_new/hero-img-sp.jpg);
  background-position: right 70px, center center;
  background-size: 25em, cover;
  background-repeat: no-repeat;
  height: 360px;
  text-align: right;
  width: 100%;
}
#hero.hero_form {
  background-image: url(../img/minimini_new/hero-aminiminida-sp.png), url(../img/minimini_new/hero-img-sp_form.jpg);
}
#hero .main-copy-wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#hero .main-copy img {
  width: 180px;
}
/*===========================
MESSAGE
==============================*/
#message {
  display: inline-block;
  background-color: #666;
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-image: url(../img/common/bg-message-pnk.jpg);
  background-position: center center;
  background-size: cover;
}
#message .message-box {
  width: 90%;
  padding: 25px 10px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 40px;
  background-color: #fff;
}
#message .message-h2,
#message .message-h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  display: block;
  margin: 0 auto 35px auto;
}
#message .message-h3 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #D5131B;
  margin-bottom: 30px;
}
#message .message-box p {
  line-height: 2;
}
/*===========================
RECRUIT INFO
==============================*/
#recruit-info {
  text-align: center;
  padding-bottom: 60px;
  background-color: #fff;
}
#recruit-info .recruit-info-wrapper {
  margin: 0 3%;
}
#recruit-info table {
  width: 96%;
  text-align: left;
  margin: 3% 2%;
}
#recruit-info table.before-readmore-area {
  margin-bottom: 0px;
}
#recruit-info .readmore-area table {
  margin-top: 0px;
}
#recruit-info table th,
#recruit-info table td {
  border-bottom: solid 1px #fff;
  display: block;
  vertical-align: middle;
  padding: 10px;
}
#recruit-info table th {
  background-color: #E7D6D6;
}
#recruit-info table td {
  background-color: #EEE;
}
#recruit-info table td > p {
  margin-bottom: 12px;
}
#recruit-info table td > p:last-child {
  margin-bottom: 0px;
}
.red-border, .news-h2 {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  padding: 34px 0 10px 0;
  margin: 0 3% 20px 3%;
}
h2.red-border::before,
.news-h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width : 80%;
  width : -webkit-calc(100% - 40px);
  width : calc(100% - 40px);
  margin: 0 auto;
  border-bottom: solid 3px #e60012;
  width: 2em;
}
#recruit-info p a { margin:5px auto; }
/*===========================
LINK AREA
==============================*/
#link-area {
  background-color: #ededed;
  clear: both;
  text-align: center;
}
#link-area .interview-area .interview-img {
  background-image: url(../img/minimini_new/interview.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
#link-area .interview-area .interview-txt {
  background-color: #fff;
  padding: 4% 4% 12% 4%;
  position: relative;
}
#link-area .interview-area .interview-txt h2 {
  display: block;
  text-align: center;
}
#link-area .interview-area .interview-txt p {
  text-align: left;
}
#link-area .interview-area .interview-txt .icon-arrow {
  position: absolute;
  right: 30px;
}
#link-area .item-area {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  display: block;
}
.item2column1, .item2column2 {
  height: 100%;
  line-height: 1.6;
  margin: 0 2% 60px 2%;
  padding: 20px 20px 50px 20px;
  text-align: center;
  background-color: #ccc;
  justify-content: space-between;
  flex: 1;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.item2column1 {
  background-image: url(../img/common/bg-baseball.jpg);
}
.item2column2 {
  background-image: url(../img/common/bg-handycap.jpg);
}
.item2column1 p, .item2column2 p {
  color: #fff;
}
.item2column1 .item-desc,
.item2column2 .item-desc {
  text-align: left;
  display: inline-block;
}
#link-area h2.ico-baseball,
#link-area h2.ico-shakehand {
  font-size: 20px;
  font-size: 2rem;
}
#link-area .ico-baseball,
#link-area .ico-shakehand {
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
}
#link-area .ico-baseball {
  background-image: url(../img/common/icon-baseball.png);
  background-size: 37px 37px;
}
#link-area .ico-shakehand {
  background-image: url(../img/common/icon-shakehands.png);
  background-size: 50px 35px;
}
#link-area .icon-arrow {
  display: inline-block;
  background-color: #e60012;
  padding: 16px 18px 16px 33px;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  bottom: -22px;
  right: 20px;
  text-decoration: none;
  color: #fff;
}
#link-area .icon-arrow:hover {
  background-color: #fff;
  text-decoration: none;
  color: #e60012;
  border: solid 1px #e60012;
}
/*===========================
ENTRY
==============================*/

#entry {
  text-align: center;
  width: 100%;
  background-image: url(../img/common/bg-entry-sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0 18px 50px;
  box-sizing: border-box;
}
#entry .red-h2 {
  color: #e60012;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 25px 0 12px 0;
}
#entry p {
  color: #fff;
}
#entry .icon-mail {
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  background-color: #e60012;
  padding: 20px 60px;
  margin: 50px 0 80px 0;
  border-radius: 40px;
}
#entry .icon-mail:hover {
  background-color: #fff;
  text-decoration: none;
  color: #e60012;
  border: solid 1px #e60012;
  
}
#entry .icon-mail2 {
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  background-color: #e60012;
  padding: 20px 20px;
  border-radius: 100px;
  min-width: 268px;
  margin: 0 auto 20px;
}
#entry .icon-mail2:hover {
  background-color: #fff;
  text-decoration: none;
  color: #e60012;
  border: solid 1px #e60012;
  
}
#entry .icon-mail2 span {
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
}
#entry .icon-mail2 small{
  color: #ffffff;
  display: block;
  margin:5px auto;
}
#entry .icon-mail2:hover span {
	color: #e60012;
}
.icon-mail2:before {
  padding-right: 10px !important;
}
/*===========================
minimini_new,career select page
==============================*/
#select-page{
	margin: 0px 0 0 0;
	padding: 40px 0 20px 0;
}
	
/*===========================
FOOTER
==============================*/
#footer {
  background-image: url(../img/common/bg-footer.png);
  text-align: center;
}
#footer .toplink {
  background-color: #e60012;
  text-align: center;
  display: block;
  padding: 12px 0;
  width: 100%;
}
#footer .toplink img {
  width: 12px;
  height: auto;
}
#footer .footer-logo {
  margin: 30px 0 37px 0;
}
#footer ul {
  text-align: center;
  margin: 0 auto 20px auto;
}
#footer ul li {
  color: #a2a2a2;
  font-size: 10px;
  font-size: 1rem;
  list-style: none;
  padding: 10px;
  display: inline-block;
}
#footer ul li a {
  color: #a2a2a2;
  text-decoration: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer address {
  font-size: 8px;
  font-size: 0.8rem;
  font-style: normal;
  color: #a2a2a2;
  margin: 55px 0 0 0;
  padding-bottom: 20px;
}
/*===========================
minimini_new interview
==============================*/
/*    interview-link    */
#link-area h2.recruit-h2 {
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 10px;
  margin-top: 10%;
}
#link-area h2.recruit-h2 span {
  font-weight: normal;
  font-size: 0.2em;
  line-height: 0.2em;
}
p.sub-recruit-h2 {
  font-weight: normal;
  font-size: 0.8em;
  line-height: 0.8em;
}
.interview-link {
  float: none;
  margin: 3% 0;
}
.interview-link h2.item-h2-1st,
.interview-link h2.item-h2-1st-off {
  position: absolute;
  bottom: 0;
  margin: 4%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
}
.interview-link .panel1-off,
.interview-link .panel2-off,
.interview-link .panelmm3-off,
.interview-link .panelmm4-off,
.interview-link .panelmm5-off {
  display: none;
}
.interview-link h2.item-h2-1st span,
.interview-link h2.item-h2-1st-off span {
  font-weight: normal;
  font-size: 0.7em;
}
.interview-link h2.item-h2-1st,
.interview-link h2.item-h2-1st span,
.interview-link p, .item-2column a {
  color: #fff;
}
.interview-link h2.item-h2-1st-off,
.interview-link h2.item-h2-1st-off span {
  color: #7c7c7c;
}
.interview-link .panel1,
.interview-link .panel2,
.interview-link .panel3,
.interview-link .panel4,
.interview-link .panel1-off,
.interview-link .panel2-off,
.interview-link .panel3-off,
.interview-link .panel4-off {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 100%;
  position: relative;
}
.interview-link.threediv div{ /*PC横3人パターン*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.interview-link .panel1 {
  background-image: url(../img/minimini_new/mini02.jpg);
}
.interview-link .panel1-off {
  background-image: url(../img/minimini_new/mini02-off.jpg);
}
.interview-link .panel2 {
  background-image: url(../img/minimini_new/mini01.jpg);
}
.interview-link .panel2-off {
  background-image: url(../img/minimini_new/mini01-off.jpg);
}


.interview-link .panelmm3 {
  background-image: url(../img/minimini_new/mini03.jpg);
}
.interview-link .panelmm3-off {
  background-image: url(../img/minimini_new/mini03-off.jpg);
}
.interview-link .panelmm4 {
  background-image: url(../img/minimini_new/mini04.jpg);
}
.interview-link .panelmm4-off {
  background-image: url(../img/minimini_new/mini04-off.jpg);
}
.interview-link .panelmm5 {
  background-image: url(../img/minimini_new/mini05.jpg);
}
.interview-link .panelmm5-off {
  background-image: url(../img/minimini_new/mini05-off.jpg);
}

.interview-link .panel1-wrapper,
.interview-link .panel2-wrapper,
.interview-link .panel3-wrapper,
.interview-link .panel4-wrapper {
  height: 300px;
  text-align: left;
}
/* minimini_new interview hero */
body#interview-body {
  background-color: #ededed;
}
#mini1-interview-hero,
#mini2-interview-hero,
#mini3-interview-hero,
#mini4-interview-hero,
#mini5-interview-hero {
  background-attachment: fixed;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #ededed;
}
#mini1-interview-hero {
  background-image: url(../img/minimini_new/interview/hero-img-sp.jpg);
}
#mini2-interview-hero {
  background-image: url(../img/minimini_new/interview02/hero-img-sp.jpg);
}
#mini3-interview-hero {
  background-image: url(../img/minimini_new/interview03/hero-img-sp.jpg);
}
#mini4-interview-hero {
  background-image: url(../img/minimini_new/interview04/hero-img-sp.jpg);
}
#mini5-interview-hero {
  background-image: url(../img/minimini_new/interview05/hero-img-sp.jpg);
}





.interview-copy-wrapper {
  height: 370px;
  position: relative;
}
.interview-copy {
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.8em;
  position: absolute;
  top: 230px;
  right: 0;
  left: 0;
  z-index: 1;
}
.interviewee {
  position: absolute;
  padding: 20px 0;
  z-index: 2;
  right: 0;
  left: 0;
  margin: 0 3%;
  bottom: -110px;
  background-color: #d80c0c;
}
.interviewee small,
.interviewee h2,
.interviewee p {
  color: #fff;
}
.interviewee small {
  font-size: 0.8em;
  font-weight: nomal;
}
.interviewee h2 {
  font-size: 1.8em;
  padding-bottom: 20px;
}
/*    minimini_new interview main    */
#interview-title {
  background-color: transparent;
  text-align: center;
  padding: 200px 0 30px 0;
}
.interview-01,
.interview-03 {
  background-color: #fff;
}
.interview-01,
.interview-02,
.interview-03 {
  text-align: center;
}
.interview-01 p,
.interview-02 p,
.interview-03 p {
  text-align: left;
  margin: 0 3%;
}
.mini1-photo01 {
  background-image: url(../img/minimini_new/interview/photo01.jpg);
  height: 250px;
}
.mini1-photo02 {
  background-image: url(../img/minimini_new/interview/photo02.jpg);
  height: 250px;
}
.mini1-photo03 {
  background-image: url(../img/minimini_new/interview/photo03.jpg);
  height: 280px;
}
.mini2-photo01 {
  background-image: url(../img/minimini_new/interview02/photo01.jpg);
  height: 250px;
}
.mini2-photo02 {
  background-image: url(../img/minimini_new/interview02/photo02.jpg);
  height: 250px;
}
.mini2-photo03 {
  background-image: url(../img/minimini_new/interview02/photo03.jpg);
  height: 280px;
}
.mini3-photo01 {
  background-image: url(../img/minimini_new/interview03/photo01.jpg);
  height: 250px;
}
.mini3-photo02 {
  background-image: url(../img/minimini_new/interview03/photo02.jpg);
  height: 250px;
}
.mini4-photo01 {
  background-image: url(../img/minimini_new/interview04/photo01.jpg);
  height: 250px;
}
.mini4-photo02 {
  background-image: url(../img/minimini_new/interview04/photo02.jpg);
  height: 250px;
}
.mini5-photo01 {
  background-image: url(../img/minimini_new/interview05/photo01.jpg);
  height: 250px;
}
.mini5-photo02 {
  background-image: url(../img/minimini_new/interview05/photo02.jpg);
  height: 250px;
}



.mini1-photo01,
.mini1-photo02,
.mini1-photo03,
.mini2-photo01,
.mini2-photo02,
.mini2-photo03,
.mini3-photo01,
.mini3-photo02,
.mini4-photo01,
.mini4-photo02,
.mini5-photo01,
.mini5-photo02,
.tech-photo01,
.tech-photo02,
.tech-photo03{
  margin-top: 60px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mini-top-link,
.tech-top-link {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 50px 3% 0 3%;
  padding: 40px 0;
  text-align: center;
}
.mini-top-link {
  background-image: url(../img/minimini_new/interview/mini-link-sp.jpg);
}
.tech-top-link {
  background-image: url(../img/minitech_new/tech-link-sp.jpg);
}
.mini-top-link p,
.mini-top-link a,
.tech-top-link p,
.tech-top-link a {
  color: #fff;
  margin: 0 3%;
}

.mini-top-link .file-wrapper,
.tech-top-link .file-wrapper {
  display: flex;
  text-align: center;
  flex-direction: column;
}
.mini-top-link .icon-file,
.tech-top-link .icon-file {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  background-color: #e60012;
  padding: 20px 20px;
  margin: 40px auto 0 auto;
  width: 40%;
  box-sizing: border-box;
}
.mini-top-link .icon-file:hover,
.tech-top-link .icon-file:hover {
  background-color: #fff;
  text-decoration: none;
  color: #e60012;
  border: solid 1px #e60012;
  margin-bottom: -2px;
}
.mini-top-link .icon-file span:after,
.tech-top-link .icon-file span:after {
  content: "";
  display: block;
}
/*===========================
group
==============================*/
#recruit-info .recruit-overview {
  padding-top: 40px;
  font-size: 1.2em;
}
#recruit-info .recruit-overview2 {
  padding-top: 60px;
  font-size: 1.2em;
}
#recruit-info .info-detail {
  padding: 20px 0;
}
#recruit-info .recruit-link {
  display: inline-block;
  background-color: #e60012;
  padding: 25px 12px 25px 33px;
  font-size: 1em;
  text-decoration: none;
  color: #fff;
  width: 96%;
  margin: 0 2%;
  box-sizing: border-box;
}
#recruit-info .recruit-link:not(:nth-child(1)) {
  margin-top: 10px;
}
#recruit-info .recruit-link .icon-arrow {
  color: #fff;
}
#recruit-info .recruit-link:hover {
  background-color: #fff;
  text-decoration: none;
  color: #e60012;
  border: solid 1px #e60012;
  margin: -1px;
}
#recruit-info .recruit-link .icon-arrow:hover {
  color: #e60012;
}
#recruit-info table td ol {
  padding-left: 1.5em;
}
/*===========================
sports
==============================*/
#recruit-info .flow-h2 {
  text-align: left;
  font-size: 1.2em;
}
#recruit-info .flow-h2 {
  margin: 20px 0 20px 0;
}
#recruit-info .flow-block {
  margin-bottom: 10px;
  text-align: left;
  padding: 20px;
  border: solid 4px #c9c9c9;
}
#recruit-info .flow-block h3 {
  font-size: 1.4em;
  display: table;
}
#recruit-info .flow-block h3 span {
  display: table-cell;
}
#recruit-info .flow-block p {
  padding-left: 48px;
}
#recruit-info .flow-block .url {
	word-wrap:break-word;
	margin-top:10px;
	padding:0;
}
#recruit-info .flow-block .url a {
	color:#039;
	text-decoration:underline;
}
#recruit-info .flow-block img {
  vertical-align: middle;
  width: 30px;
  padding-right: 15px;
}
#recruit-info .red-txt {
  color: #e60012;
  padding: 20px 0 40px 0;
}
#recruit-info .sports_a {
  color: #00f;
  text-decoration: underline;
}
/*===========================
handicapped
==============================*/
.contact-block {
  display: inline-block;
  border: solid 4px #c9c9c9;
  padding: 20px;
  margin-top: 20px;
}
.contact-block .tell {
  padding-bottom: 30px;
  border-bottom: solid 2px #c9c9c9;
  font-size: 1.8em;
  font-weight: bold;
}
.contact-block .fax {
  padding: 30px 0 10px 0;
  font-size: 1.8em;
  font-weight: bold;
}
.contact-block .tell img {
  width: 30px;
  vertical-align: middle;
}
.contact-block .fax img {
  width: 25px;
  vertical-align: middle;
}
.contact-block span.red-con-txt {
  color: #e60012;
  font-size: 0.5em;
  font-weight: bold;
  padding: 0 10px;
}
.contact-block span.number {
  vertical-align: middle;
}
.contact-block .tanto {
  margin-top: 40px;
  font-weight: bold;
  font-size: 1.2em;
}
/*===========================
404
==============================*/
#error {
  text-align: center;
  margin: 0 2%;
}
#error h2 {
  padding-top: 100px;
  font-size: 2.2em;
  line-height: 2em;
}
#error h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 40px;
}
#error a {
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  background-color: #e60012;
  padding: 20px 60px;
  margin: 50px 0 80px 0;
  border-radius: 40px;
}
#error a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #e60012;
  border: solid 1px #e60012;
  margin-bottom: 78px;
}
/*===========================
tablet hero-img
==============================*/
#tech-hero,
#group-hero,
#info_job-hero,
#sports-hero,
#handicapped-hero,
#topics-hero {
  background-attachment: fixed;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #ededed;
}
#tech-hero {
  background-image: url(../img/minitech_new/hero-img-tb.jpg);
}
#group-hero {
  background-image: url(../img/group/hero-img-tb.jpg);
}
#info_job-hero {
  background-image: url(../img/info_job/hero-img-tb.jpg);
}
#sports-hero {
  background-image: url(../img/sports/hero-img-tb.jpg);
}
#handicapped-hero {
  background-image: url(../img/handicapped/hero-img-tb.jpg);
}
#topics-hero {
  background-image: url(../img/topics/hero-img-tb.jpg);
}
#tech-hero .tech-copy-wrapper,
#group-hero .group-copy-wrapper,
#info_job-hero .info_job-copy-wrapper,
#sports-hero .sports-copy-wrapper,
#handicapped-hero .handicapped-copy-wrapper,
#topics-hero .topics-copy-wrapper {
  height: 370px;
  position: relative;
}
#tech-hero .tech-copy,
#group-hero .group-copy,
#info_job-hero .info_job-copy,
#sports-hero .sports-copy,
#handicapped-hero .handicapped-copy,
#topics-hero .topics-copy {
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.8em;
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  z-index: 1;
}
}

/*===========================
MAX-WIDTH 600PX
==============================*/

@media screen and (max-width : 600px) {
  /*    minimini_new interview main    */
  .mini-top-link .mini-top-link-txt,
  .tech-top-link .mini-top-link-txt {
    text-align: left;
  }
  .mini-top-link .icon-file,
  .tech-top-link .icon-file {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    background-color: #e60012;
    padding: 20px 20px;
    margin: 40px auto 0 auto;
    width: 100%;
  }

  #bnrarea{
    background-color: #ededed;
    margin: 0px auto 0;
    padding-top: 15px;
	display: block;
  }
  #bnrarea a:nth-child(n+2){
	margin-top: 10px;
	display: block;
  }
}
/*===========================
MAX-WIDTH 480PX
==============================*/

@media screen and (max-width : 480px) {
  .select_recruit{
    flex-direction: column;
  }
  #select-page a{
    width: 90%;
  }

/* index hero */
#index-hero {
  height: 500px;
}
#index-hero .index-copy {
  height: 550px;
  margin-left: -65em;
}
.white-copy {
  display: inline-block;
  font-size: 1em;
  padding: 1.5em;
  left: 2%;
  top: -150px;
}
.white-copy span {
  font-size: 2em;
}
h2.recruit-h2 {
  font-size: 4em;
}
h2.recruit-h2 span {
  font-size: 0.2em;
}
.item-2column h2.item-h2-1st {
  font-size: 2.4em;
}
}

/*===========================
TABLET
==============================*/
@media screen and (min-width: 700px) and (max-width: 850px) {
#mini1-interview-hero,
#mini2-interview-hero,
#mini3-interview-hero,
#mini4-interview-hero,
#mini5-interview-hero,
#tech1-interview-hero,
#tech2-interview-hero {
  background-attachment: fixed;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #ededed;
}
#mini1-interview-hero {
  background-image: url(../img/minimini_new/interview/hero-img-tb.jpg);
}
#mini2-interview-hero {
  background-image: url(../img/minimini_new/interview02/hero-img-tb.jpg);
}
#mini3-interview-hero {
  background-image: url(../img/minimini_new/interview03/hero-img-tb.jpg);
}
#mini4-interview-hero {
  background-image: url(../img/minimini_new/interview04/hero-img-tb.jpg);
}
#mini5-interview-hero {
  background-image: url(../img/minimini_new/interview05/hero-img-tb.jpg);
}

}

@media screen and (min-width: 851px) and (max-width:1199px) {
#mini1-interview-hero,
#mini2-interview-hero{
  background-attachment: fixed;
  background-position: center -100px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #ededed;
}
#mini1-interview-hero {
  background-image: url(../img/minimini_new/interview/hero-img-tb.jpg);
}
#mini2-interview-hero {
  background-image: url(../img/minimini_new/interview02/hero-img-tb.jpg);
}
#mini3-interview-hero {
  background-image: url(../img/minimini_new/interview03/hero-img-tb.jpg);
}
#mini4-interview-hero {
  background-image: url(../img/minimini_new/interview04/hero-img-tb.jpg);
}
#mini5-interview-hero {
  background-image: url(../img/minimini_new/interview05/hero-img-tb.jpg);
}


}

@media screen and (max-width: 700px) {

  main.career #hero{
    height: 180px;
    background-size: cover;
    background-position: center center;
  }
  main.career .select_recruit ul li a{
    padding: 20px 10px;
    font-size: 18px;
    width: 80%;
  }
  main.career .select_recruit ul li span{
    display: block;
    margin-left: 0;
  }

/*===========================
SP hero-img
==============================*/
#tech-hero {
  background-image: url(../img/minitech_new/hero-img-sp.jpg);
}
#group-hero {
  background-image: url(../img/group/hero-img-sp.jpg);
}
#info_job-hero {
  background-image: url(../img/info_job/hero-img-sp.jpg);
}
#sports-hero {
  background-image: url(../img/sports/hero-img-sp.jpg);
}
#handicapped-hero {
  background-image: url(../img/handicapped/hero-img-sp.jpg);
}
#topics-hero {
  background-image: url(../img/topics/hero-img-sp.jpg);
}
/*===========================
minimini_new hero-img
==============================*/
#hero {
  background-image: url(../img/minimini_new/hero-aminiminida-sp.png), url(../img/minimini_new/hero-img-sp.jpg);
  background-position: right 70px, center center;
  background-size: 17em, cover;
  background-repeat: no-repeat;
  height: 360px;
  text-align: right;
  width: 100%;
}
/*===========================
interview photo
==============================*/
.mini1-photo01 {
  background-image: url(../img/minimini_new/interview/photo01-sp.jpg);
  height: 250px;
}
.mini1-photo02 {
  background-image: url(../img/minimini_new/interview/photo02-sp.jpg);
  height: 250px;
}
.mini1-photo03 {
  background-image: url(../img/minimini_new/interview/photo03-sp.jpg);
  height: 280px;
}
.mini2-photo01 {
  background-image: url(../img/minimini_new/interview02/photo01-sp.jpg);
  height: 250px;
}
.mini2-photo02 {
  background-image: url(../img/minimini_new/interview02/photo02-sp.jpg);
  height: 250px;
}
.mini2-photo03 {
  background-image: url(../img/minimini_new/interview02/photo03-sp.jpg);
  height: 280px;
}
.mini3-photo01 {
  background-image: url(../img/minimini_new/interview03/photo01-sp.jpg);
  height: 250px;
}
.mini3-photo02 {
  background-image: url(../img/minimini_new/interview03/photo02-sp.jpg);
  height: 250px;
}
.mini4-photo01 {
  background-image: url(../img/minimini_new/interview04/photo01-sp.jpg);
  height: 250px;
}
.mini4-photo02 {
  background-image: url(../img/minimini_new/interview04/photo02-sp.jpg);
  height: 250px;
}
.mini5-photo01 {
  background-image: url(../img/minimini_new/interview05/photo01-sp.jpg);
  height: 250px;
}
.mini5-photo02 {
  background-image: url(../img/minimini_new/interview05/photo02-sp.jpg);
  height: 250px;
}



}




/*インタビュー個人写真設定　タイトル********************/
/*PCスマ?関係なくまとめてありま?********************/
/*ミニ??クインタビュー　個人トップ?真*/
.tech-interview {
  background-attachment: fixed;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #ededed;
}

.tech-interview.person01{background-image: url(../img/minitech_new/interview01/hero-img.jpg);}
.tech-interview.person02{background-image: url(../img/minitech_new/interview02/hero-img.jpg);}
.tech-interview.person03{background-image: url(../img/minitech_new/interview03/hero-img.jpg);}
.tech-interview.person04{background-image: url(../img/minitech_new/interview04/hero-img.jpg);}
.tech-interview.person05{background-image: url(../img/minitech_new/interview05/hero-img.jpg);}
.tech-interview.person06{background-image: url(../img/minitech_new/interview06/hero-img.jpg);}
.tech-interview.person07{background-image: url(../img/minitech_new/interview07/hero-img.jpg);}



@media screen and (max-width: 1110px) {
  .tech-interview.person01{background-image: url(../img/minitech_new/interview01/hero-img-tb.jpg);}
  .tech-interview.person02{background-image: url(../img/minitech_new/interview02/hero-img-tb.jpg);}
  .tech-interview.person03{background-image: url(../img/minitech_new/interview03/hero-img-tb.jpg);}
  .tech-interview.person04{background-image: url(../img/minitech_new/interview04/hero-img-tb.jpg);}
  .tech-interview.person05{background-image: url(../img/minitech_new/interview05/hero-img-tb.jpg);}
  .tech-interview.person06{background-image: url(../img/minitech_new/interview06/hero-img-tb.jpg);}
  .tech-interview.person07{background-image: url(../img/minitech_new/interview07/hero-img-tb.jpg);}
}

@media screen and (max-width: 620px) {
  .tech-interview {
    background-size: 130%;
  }
}

@media screen and (max-width: 550px) {
  .tech-interview {
    background-size: 100%;
  }
  .tech-interview.person01{background-image: url(../img/minitech_new/interview01/hero-img-sp.jpg);}
  .tech-interview.person02{background-image: url(../img/minitech_new/interview02/hero-img-sp.jpg);}
  .tech-interview.person03{background-image: url(../img/minitech_new/interview03/hero-img-sp.jpg);}
  .tech-interview.person04{background-image: url(../img/minitech_new/interview04/hero-img-sp.jpg);}
  .tech-interview.person05{background-image: url(../img/minitech_new/interview05/hero-img-sp.jpg);}
  .tech-interview.person06{background-image: url(../img/minitech_new/interview06/hero-img-sp.jpg);}
  .tech-interview.person07{background-image: url(../img/minitech_new/interview07/hero-img-sp.jpg);}
}


/*インタビュー個人写真設定　本?********************/


.tech-photo01,
.tech-photo02,
.tech-photo03{
  height: 400px;
}

.tech-photo01.person01 {background-image: url(../img/minitech_new/interview01/photo01.jpg);}
.tech-photo02.person01 {background-image: url(../img/minitech_new/interview01/photo02.jpg);}
.tech-photo03.person01 {background-image: url(../img/minitech_new/interview01/photo03.jpg);}

.tech-photo01.person02 {background-image: url(../img/minitech_new/interview02/photo01.jpg);}
.tech-photo02.person02 {background-image: url(../img/minitech_new/interview02/photo02.jpg);}
.tech-photo03.person02 {background-image: url(../img/minitech_new/interview02/photo03.jpg);}

.tech-photo01.person03 {background-image: url(../img/minitech_new/interview03/photo01.jpg);}
.tech-photo02.person03 {background-image: url(../img/minitech_new/interview03/photo02.jpg);}
.tech-photo03.person03 {background-image: url(../img/minitech_new/interview03/photo03.jpg);}

.tech-photo01.person04 {background-image: url(../img/minitech_new/interview04/photo01.jpg);}
.tech-photo02.person04 {background-image: url(../img/minitech_new/interview04/photo02.jpg);}
.tech-photo03.person04 {background-image: url(../img/minitech_new/interview04/photo03.jpg);}

.tech-photo01.person05 {background-image: url(../img/minitech_new/interview05/photo01.jpg);}
.tech-photo02.person05 {background-image: url(../img/minitech_new/interview05/photo02.jpg);}
.tech-photo03.person05 {background-image: url(../img/minitech_new/interview05/photo03.jpg);}

.tech-photo01.person06 {background-image: url(../img/minitech_new/interview06/photo01.jpg);}
.tech-photo02.person06 {background-image: url(../img/minitech_new/interview06/photo02.jpg);}
.tech-photo03.person06 {background-image: url(../img/minitech_new/interview06/photo03.jpg);}

.tech-photo01.person07 {background-image: url(../img/minitech_new/interview07/photo01.jpg);}
.tech-photo02.person07 {background-image: url(../img/minitech_new/interview07/photo02.jpg);}
.tech-photo03.person07 {background-image: url(../img/minitech_new/interview07/photo03.jpg);}




/*700以?*/
@media screen and (max-width: 700px) {
  .tech-photo01,.tech-photo02,.tech-photo03{
    height: 250px;
  }
  .tech-photo01.person01 {background-image: url(../img/minitech_new/interview01/photo01-sp.jpg);}
  .tech-photo02.person01 {background-image: url(../img/minitech_new/interview01/photo02-sp.jpg);}
  .tech-photo03.person01 {background-image: url(../img/minitech_new/interview01/photo03-sp.jpg);}

  .tech-photo01.person02 {background-image: url(../img/minitech_new/interview02/photo01-sp.jpg);}
  .tech-photo02.person02 {background-image: url(../img/minitech_new/interview02/photo02-sp.jpg);}
  .tech-photo03.person02 {background-image: url(../img/minitech_new/interview02/photo03-sp.jpg);}

  .tech-photo01.person03 {background-image: url(../img/minitech_new/interview03/photo01-sp.jpg);}
  .tech-photo02.person03 {background-image: url(../img/minitech_new/interview03/photo02-sp.jpg);}
  .tech-photo03.person03 {background-image: url(../img/minitech_new/interview03/photo03-sp.jpg);}

  .tech-photo01.person04 {background-image: url(../img/minitech_new/interview04/photo01-sp.jpg);}
  .tech-photo02.person04 {background-image: url(../img/minitech_new/interview04/photo02-sp.jpg);}
  .tech-photo03.person04 {background-image: url(../img/minitech_new/interview04/photo03-sp.jpg);}

  .tech-photo01.person05 {background-image: url(../img/minitech_new/interview05/photo01-sp.jpg);}
  .tech-photo02.person05 {background-image: url(../img/minitech_new/interview05/photo02-sp.jpg);}
  .tech-photo03.person05 {background-image: url(../img/minitech_new/interview05/photo03-sp.jpg);}

  .tech-photo01.person06 {background-image: url(../img/minitech_new/interview06/photo01-sp.jpg);}
  .tech-photo02.person06 {background-image: url(../img/minitech_new/interview06/photo02-sp.jpg);}
  .tech-photo03.person06 {background-image: url(../img/minitech_new/interview06/photo03-sp.jpg);}

  .tech-photo01.person07 {background-image: url(../img/minitech_new/interview07/photo01-sp.jpg);}
  .tech-photo02.person07 {background-image: url(../img/minitech_new/interview07/photo02-sp.jpg);}
  .tech-photo03.person07 {background-image: url(../img/minitech_new/interview07/photo03-sp.jpg);}
}