@charset "UTF-8";

/*ＬＡＹＯＵＴ*/
/* -----------------------------------------------------------------
LAYOUT CSS　
LAST UPDATE: 　
--------------------------------------------------------------------*/
/*--------------------------------
html/body
---------------------------------*/
html {
  color: #282828;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
  font-size: 62.5%;
  /*10px*/
  line-height: 2;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1rem;
  background: #f7f7f7;
}

input,
textarea,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, Arial, sans-serif;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.skipContents {
  position: absolute;
  top: -99999px;
  left: 0;
}

fieldset legend {
  display: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fixed header {
  position: fixed;
  top: 0;
}

@font-face {
  font-family: "JSI";
  src: url("/jp/teraoka-kansai/recruit/common/fonts/JosefinSans-Italic.woff") format("woff");
}

@font-face {
  font-family: "LatoB";
  src: url("/jp/teraoka-kansai/recruit/common/fonts/Lato-Black.woff") format("woff");
}

/*--------------------------------
LINk
---------------------------------*/
a {
  color: #b90cb4;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}

a:focus {
  outline: none;
}

#main a:hover {
  text-decoration: underline;
}

#main a[target$="_blank"] {
  padding-right: 15px;
  background: url(/jp/teraoka-kansai/recruit/common/img/icon_blank_01.png) no-repeat right center;
  display: inline;
  background-size: 10px auto;
  margin-right: 3px;
}

#main a[href$=".pdf"] {
  padding-right: 20px;
  background: url(/jp/teraoka-kansai/recruit/common/img/icon_pdf_01.png) no-repeat right center;
  display: inline;
  background-size: 15px auto;
  margin-right: 3px;
}

a:focus,
button:focus,
[type=button]:focus,
[type=image]:focus,
[type=submit]:focus {
  outline: 2px solid #b90cb4;
  outline-offset: -2px;
}

[type=image]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #main .newsList01 a[href$=".pdf"] {
    padding-right: 0;
    background: none;
    margin-right: 0;
    display: block;
  }

  .newsList01 a[target$="_blank"] {
    padding-right: 0;
    background: none !important;
    margin-right: 0;
    display: block;
  }

  .top a[href$=".pdf"] {
    padding-right: 0;
    background: none;
    margin-right: 0;
  }

  input[name=modify] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*--------------------------------
header
---------------------------------*/
header {
  width: 100%;
  min-width: 100%;
  z-index: 30;
  background: #fff;
  position: fixed;
  top: 0;
  line-height: 1;
}

header .hInner {
  width: 100%;
  overflow: hidden;
  padding: 0 0 0 20px;
  margin: 0 auto;
}

header .hInner .logo {
  padding: 0;
  float: left;
  padding-top: 25px;
}

header .hInner .logo img {
  width: 365px;
  height: auto;
}

header .hInner .spNav {
  display: table;
  float: right;
}

header .hInner .spNav li {
  display: table-cell;
  vertical-align: middle;
}

header .hInner .spNav li a {
  display: block;
  height: 90px;
  width: 90px;
  -webkit-transition: none;
  transition: none;
}

header .hInner .spNav li.menu a {
  background: url(/jp/teraoka-kansai/recruit/common/img/btn_menu.png) no-repeat center #333333;
  text-indent: -9999px;
  background-size: 90px auto;
}

header .hInner .spNav li.menu a.cur {
  background: url(/jp/teraoka-kansai/recruit/common/img/btn_menu_cur.png) no-repeat center #333333;
  text-indent: -9999px;
  background-size: 90px auto;
}

header .hInner .spNav li.menu a:focus {
  outline: none;
}

header nav {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 90px;
  right: -1000px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header nav.show {
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header nav#spGNavWrap {
  overflow-y: auto;
  height: 100vh;
  padding-bottom: 90px;
  width: 580px;
  z-index: 2;
}

header nav .spNavCol {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 0;
  position: relative;
  padding: 0 30px;
}

header nav .spNavCol:first-child {
  margin-top: 0;
}

header nav .spNavCol:first-child ul {
  border-top: 1px solid #c9c9c9;
}

header nav .spNavCol ul {
  display: block;
}

header nav .spNavCol ul li {
  margin: 0 0 0 0;
  line-height: 1;
  display: none;
  border-bottom: 1px solid #c9c9c9;
}

header nav .spNavCol ul li a {
  color: #282828;
  font-size: 1.5rem;
  padding: 20px 0;
  display: block;
}

header nav .spNavCol ul li a.cur,
header nav .spNavCol ul li a:hover {
  color: #b90cb4;
  opacity: 1;
}

header nav .spNavCol ul li.parents {
  padding-left: 0;
  display: block;
}

header nav .spNavCol ul li.parents ul {
  display: block;
  margin-top: 0;
  margin-left: 20px;
}

header nav .spNavCol ul li.parents ul li {
  border: none;
}

header nav .spNavCol ul li.parents ul li a {
  font-size: 1.3rem;
  padding: 10px 0 10px 20px;
  display: inline-block;
  background: url(/jp/teraoka-kansai/recruit/common/img/icon_arrow_r_01.png) no-repeat 0 center;
  background-size: 5px auto;
}

header nav .spNavCol ul li.parents ul li:last-child {
  padding-bottom: 10px;
}

header nav .spNavCol .spAccBtn {
  position: absolute;
  display: block;
  top: 0;
  right: 30px;
  width: 55px;
  height: 55px;
}

header nav .spNavCol .spAccBtn:before {
  content: "";
  display: block;
  background: url(/jp/teraoka-kansai/recruit/common/img/icon_plus_01.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  background-size: 100% auto;
  top: 20px;
  right: 20px;
  position: absolute;
}

header nav .spNavCol .spAccBtn:hover {
  background: #f7f7f7;
}

header nav .spNavCol.open ul li {
  display: block;
}

header nav .spNavCol.open .spAccBtn:before {
  content: "";
  display: block;
  background: url(/jp/teraoka-kansai/recruit/common/img/icon_minus_01.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  background-size: 100% auto;
  top: 26px;
  right: 20px;
  position: absolute;
}

header nav .btnList01 {
  padding: 30px 22px;
  display: table;
  width: 100%;
}

header nav .btnList01 li {
  padding: 0 8px;
  display: table-cell;
  width: 50%;
}

header nav .btnList01 li a {
  display: block;
  background: #b90cb4;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 1.5rem;
}

#layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #000;
  opacity: 0.4;
  z-index: 5;
  overflow: hidden;
}

.entryBtnWrap {
  position: fixed;
  right: 0;
  top: 110px;
  z-index: 4;
}

.entryBtnWrap .entryBtn01 a {
  display: block;
  background: url(/jp/teraoka-kansai/recruit/common/img/btn_entry.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 92px;
  height: 80px;
  text-indent: -9999px;
}

.entryBtnWrap .entryBtn02 a {
  display: block;
  background: url(/jp/teraoka-kansai/recruit/common/img/btn_career.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 92px;
  height: 80px;
  text-indent: -9999px;
  margin-top: 10px;
}

.dataBtnWrap {
  position: fixed;
  right: 80px;
  bottom: 10px;
  z-index: 4;
}

.dataBtnWrap .dataBtn a {
  display: block;
  background: url(/jp/teraoka-kansai/recruit/common/img/btn_data.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 180px;
  height: 180px;
  text-indent: -9999px;
}

.dataBtnWrap

/*animation*/
  {
  animation-name: dataBtnWrap;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

@keyframes dataBtnWrap {

  0%,
  40%,
  60%,
  80%,
  100% {
    transform: scale(1.0);
  }

  50%,
  70% {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  header .hInner {
    padding: 0 0 0 15px;
  }

  header .hInner .logo {
    padding-top: 15px;
  }

  header .hInner .logo img {
    width: 239px;
    height: auto;
  }

  header .hInner .spNav li a {
    height: 60px;
    width: 60px;
  }

  header .hInner .spNav li.menu a {
    background: url(/jp/teraoka-kansai/recruit/common/img/btn_menu_sp.png) no-repeat center #333333;
    text-indent: -9999px;
    background-size: 60px auto;
  }

  header .hInner .spNav li.menu a.cur {
    background: url(/jp/teraoka-kansai/recruit/common/img/btn_menu_cur_sp.png) no-repeat center #333333;
    text-indent: -9999px;
    background-size: 60px auto;
  }

  header nav {
    top: 60px;
  }

  header nav#spGNavWrap {
    width: 92%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 150px;
  }

  header nav .spNavCol {
    padding: 0 15px;
  }

  header nav .spNavCol ul li a {
    font-size: 1.19994rem;
    padding: 15px 0;
  }

  header nav .spNavCol ul li.parents ul {
    margin-left: 10px;
  }

  header nav .spNavCol ul li.parents ul li a {
    font-size: 1.09998rem;
    padding: 8px 0 8px 15px;
    background: url(/jp/teraoka-kansai/recruit/common/img/icon_arrow_r_01.png) no-repeat 0 center;
    background-size: 7px auto;
  }

  header nav .spNavCol .spAccBtn {
    right: 15px;
    width: 42px;
    height: 42px;
  }

  header nav .spNavCol .spAccBtn:before {
    content: "";
    display: block;
    background: url(/jp/teraoka-kansai/recruit/common/img/icon_plus_01.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    background-size: 100% auto;
    top: 15px;
    right: 15px;
    position: absolute;
  }

  header nav .spNavCol.open .spAccBtn:before {
    content: "";
    display: block;
    background: url(/jp/teraoka-kansai/recruit/common/img/icon_minus_01.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    background-size: 100% auto;
    top: 20px;
    right: 15px;
    position: absolute;
  }

  header nav .btnList01 {
    padding: 20px 12px;
  }

  header nav .btnList01 li {
    padding: 0 3px;
  }

  header nav .btnList01 li a {
    padding: 15px;
    font-size: 1.19994rem;
  }

  #layer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #000;
    opacity: 0.4;
    z-index: 2;
    overflow: hidden;
  }

  .entryBtnWrap {
    top: 65px;
  }

  .entryBtnWrap .entryBtn01 a {
    background: url(/jp/teraoka-kansai/recruit/common/img/btn_entry_sp.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 80px;
    height: 40px;
  }

  .entryBtnWrap .entryBtn02 a {
    background: url(/jp/teraoka-kansai/recruit/common/img/btn_career_sp.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 80px;
    height: 40px;
    margin-top: 3px;
  }

  .dataBtnWrap {
    position: fixed;
    right: 70px;
    bottom: 10px;
  }

  .dataBtnWrap .dataBtn a {
    display: block;
    background: url(/jp/teraoka-kansai/recruit/common/img/btn_data_sp.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 110px;
    height: 110px;
  }
}

/*@media screen and (min-width:$breakpoint) and ( max-width:1280px) {
	header{background: #000;}
	.entryBtnWrap{position:absolute; right:inherit;top: inherit ; width: 1265px; 
		.entryBtn{width: 100%; overflow: hidden;padding-top: 40px;
			a{ float: right; display: block;background: url(/jp/teraoka-kansai/recruit/common/img/btn_entry.png) no-repeat 0 0; background-size: 100% auto;width: 100px; height: 98px;text-indent: -9999px;}
		}	
	} 
}*/
/*--------------------------------
contents
---------------------------------*/
#wrap {
  padding-top: 90px;
}

#contentsWrap {
  min-width: 1330px;
  padding: 0 0 0 0;
}

#contents {
  width: 1200px;
  margin: 0 auto;
  font-size: 1.6rem;
  background: #fff;
  padding: 50px 60px 120px 60px;
  margin-top: -60px;
  position: relative;
  min-height: 952px;
}

#contents::after {
  content: "";
  position: absolute;
  top: 70px;
  right: -64px;
  bottom: 0;
  width: 82px;
  height: auto;
  background: url(/jp/teraoka-kansai/recruit/common/img/bg_contents_01.png) no-repeat 0 0;
  background-size: 82px auto;
}

/*h1Lead*/
.h1Lead {
  min-width: 1330px;
  min-height: 260px;
  background: url(/jp/teraoka-kansai/recruit/common/img/bg_h1_ttl_01.png) no-repeat center center;
  background-size: cover;
}

.h1Lead .h1LeadInner {
  display: table-cell;
  vertical-align: middle;
  height: 260px;
  text-align: center;
  width: 100vw;
  padding-bottom: 40px;
}

.h1Lead .h1LeadInner .subTtl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.h1Lead .h1LeadInner .label {
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  font-family: JSI;
  background: #fff;
  border-radius: 50px;
  color: #932d83;
  font-weight: bold;
  padding: 8px 25px 3px 25px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.h1Lead .h1LeadInner .label span {
  font-size: 2.2rem;
  color: #932d83;
  vertical-align: middle;
}

.h1Lead .h1LeadInner h1 {
  color: #fff;
  line-height: 1;
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
}

.h1Lead .h1LeadInner h1 span {
  display: block;
  font-family: JSI;
  font-size: 1.6rem;
  margin-top: 20px;
  font-weight: bold;
}

.h1Lead.project {
  min-height: 320px;
}

.h1Lead.project .h1LeadInner {
  height: 320px;
}

.h1Lead.interview {
  min-height: 500px;
  background: url(/jp/teraoka-kansai/recruit/interview/img/bg_h1.png) no-repeat 0 0;
  background-size: cover;
  position: relative;
}

.h1Lead.interview .h1LeadInner {
  height: 500px;
  text-align: left;
}

.h1Lead.interview .h1LeadInner .thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
  overflow: hidden;
}

.h1Lead.interview .h1LeadInner .txtWrap {
  width: 1330px;
  margin: 0 auto;
  padding-right: 805px;
  text-align: left;
  padding-left: 65px;
}

.h1Lead.interview .h1LeadInner h1 {
  font-size: 2.4rem;
  text-align: left;
}

.h1Lead.interview .h1LeadInner h1 strong {
  font-family: JSI;
  font-size: 3rem;
}

.h1Lead.interview .h1LeadInner h2 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
  padding: 20px 0 0 0;
  margin-top: 20px;
  position: relative;
}

.h1Lead.interview .h1LeadInner h2::before {
  content: '';
  height: 1px;
  background: #fff;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.h1Lead.interview .h1LeadInner .label {
  border-radius: 0;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.h1Lead.interview .h1LeadInner .group {
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 1.8;
  color: #fff;
  font-weight: bold;
  margin-top: 12px;
}

/*topicPathWrap*/
.topicPathWrap {
  padding: 0;
  margin: 0 auto;
}

.topicPathWrap .topicPath {
  line-height: 1;
}

.topicPathWrap .topicPath li {
  display: inline-block;
  background: url(/jp/teraoka-kansai/recruit/common/img/icon_topicpath_01.png) no-repeat right center;
  margin-right: 5px;
  padding-right: 15px;
  font-size: 1.2rem;
}

.topicPathWrap .topicPath li:last-child {
  background: none;
}

.topicPathWrap .topicPath li a {
  text-decoration: underline;
  color: #282828;
}

.topicPathWrap .topicPath li a img {
  vertical-align: middle;
  margin-bottom: 2px;
  width: 11px;
}

.topicPathWrap .topicPath li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #wrap {
    padding-top: 60px;
    background: #fff;
  }

  #contentsWrap {
    min-width: 100%;
    padding: 0;
  }

  #contents {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 15px 15px;
    margin-top: -35px;
    min-height: auto;
  }

  #contents::after {
    display: none;
  }

  /*h1Lead*/
  .h1Lead {
    min-width: 100%;
    min-height: 240px;
  }

  .h1Lead .h1LeadInner {
    padding: 0 10px;
    height: 240px;
  }

  .h1Lead .h1LeadInner .subTtl {
    font-size: 1.4rem;
  }

  .h1Lead .h1LeadInner .label {
    font-size: 0.9rem;
    padding: 6px 15px 3px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .h1Lead .h1LeadInner .label span {
    font-size: 1.4rem;
  }

  .h1Lead .h1LeadInner h1 {
    font-size: 2.1rem;
    line-height: 1.6;
    padding-top: 0;
  }

  .h1Lead .h1LeadInner h1 span {
    font-size: 1.25712rem;
    margin-top: 10px;
    line-height: 1;
  }

  .h1Lead.interview {
    min-height: auto;
    background: url(/jp/teraoka-kansai/recruit/interview/img/bg_h1_sp.png) no-repeat 0 0;
    background-size: cover;
    position: relative;
  }

  .h1Lead.interview .h1LeadInner {
    height: auto;
    padding: 0;
  }

  .h1Lead.interview .h1LeadInner .thumb {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
  }

  .h1Lead.interview .h1LeadInner .thumb img {
    width: 100%;
    height: auto;
  }

  .h1Lead.interview .h1LeadInner .txtWrap {
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px 70px;
    text-align: center;
  }

  .h1Lead.interview .h1LeadInner h1 {
    font-size: 2rem;
    text-align: center;
  }

  .h1Lead.interview .h1LeadInner h1 strong {
    font-size: 2rem;
  }

  .h1Lead.interview .h1LeadInner h2 {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  .h1Lead.interview .h1LeadInner h2::before {
    height: 1px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }

  .h1Lead.interview .h1LeadInner .label {
    padding: 7px 10px 5px;
    margin-top: 20px;
  }

  .h1Lead.interview .h1LeadInner .group {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  /*topicPathWrap*/
  .topicPathWrap {
    padding: 0;
  }

  .topicPathWrap .topicPath li {
    font-size: 1.09998rem;
    line-height: 1.6;
  }
}

/*--------------------------------
section
---------------------------------*/
section {
  width: 100%;
  margin: 100px auto 0;
  font-size: 1.6rem;
}

section img {
  max-width: 100%;
  height: auto;
}

section strong,
section strong a {
  font-weight: bold;
  color: #b90cb4;
}

section p,
section table,
section ul,
section ol,
section dl,
section table {
  margin-top: 20px;
  line-height: 2;
}

section .iframeWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

section .iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section * p:first-child,
section * table:first-child,
section * ul:first-child,
section * ol:first-child,
section * dl:first-child,
section * table:first-child {
  margin-top: 0;
}

section:first-child {
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  section {
    font-size: 1.4rem;
    margin: 80px auto 0;
  }

  section p,
  section table,
  section ul,
  section ol,
  section dl,
  section table {
    margin-top: 10px;
    line-height: 2;
  }

  section:first-child {
    margin: 40px auto 0;
  }
}

/*--------------------------------
FONTS
---------------------------------*/
.JSI {
  font-family: JSI, sans-serif;
}

.italic {
  font-style: italic;
}

/*--------------------------------
footer
---------------------------------*/
footer {
  min-width: 1330px;
  width: 100%;
  background: #242424;
  color: #fff;
}

footer .footerInner {
  padding: 40px;
  line-height: 1;
}

footer .footerInner .inner {
  display: table;
  width: 100%;
}

footer .footerInner .inner .logo {
  display: table-cell;
  width: 235px;
  vertical-align: middle;
}

footer .footerInner .inner .logo img {
  width: 180px;
  height: auto;
}

footer .footerInner .inner .snsLinks {
  display: table-cell;
  vertical-align: middle;
}

footer .footerInner .inner .snsLinks li {
  display: inline-block;
  padding-right: 20px;
  font-size: 1.3rem;
}

footer .footerInner .inner .snsLinks li a img {
  width: 32px;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
}

footer .footerInner .inner .snsLinks li a span {
  color: #fff;
}

footer .footerInner .inner .copy {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

footer .footerInner .inner .copy small {
  font-size: 1.2rem;
}

/*pageTopWrap*/
.pageTopWrap {
  position: relative;
  /*height: 50px; */
}

.pageTopWrap .pageTop {
  margin: 0 20px;
  text-align: right;
  opacity: 0;
}

.pageTopWrap .pageTop a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  height: 50px;
  font-size: 0rem;
  background: url(/jp/teraoka-kansai/recruit/common/img/icon_pagetop_01.png) no-repeat;
  background-size: 100% auto;
}

.pageTopWrap .pageTop:hover {
  opacity: 0.7;
}

.pageTopWrap .pageTop.show {
  opacity: 1;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.pageTopWrap .pageTop.show.fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (max-width: 767px) {
  footer {
    min-width: 100%;
  }

  footer .footerInner {
    padding: 60px 15px;
  }

  footer .footerInner .inner {
    display: block;
  }

  footer .footerInner .inner .logo {
    display: block;
    width: 100%;
    text-align: center;
  }

  footer .footerInner .inner .snsLinks {
    display: block;
    padding: 50px 0;
    text-align: center;
  }

  footer .footerInner .inner .snsLinks li {
    padding-right: 0;
    font-size: 1.19994rem;
  }

  footer .footerInner .inner .snsLinks li a {
    display: block;
    text-align: center;
    padding: 0 25px;
  }

  footer .footerInner .inner .snsLinks li a img {
    width: 40px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }

  footer .footerInner .inner .copy {
    display: block;
    text-align: center;
  }

  footer .footerInner .inner .copy small {
    font-size: 1.09998rem;
  }

  /*pageTopWrap*/
  .pageTopWrap {
    height: 0;
  }

  .pageTopWrap .pageTop {
    margin: 0 15px;
    text-align: right;
  }

  .pageTopWrap .pageTop a {
    width: 50px;
    height: 50px;
    background: url(/jp/teraoka-kansai/recruit/common/img/icon_pagetop_sp_01.png) no-repeat;
    background-size: 100% auto;
  }

  .pageTopWrap .pageTop.show {
    opacity: 1;
    z-index: 2;
    position: absolute;
    right: 0;
  }

  .pageTopWrap .pageTop.show.fixed {
    right: 15px;
  }
}

/*--------------------------------
TOP
---------------------------------*/
#contentsWrap.index {
  padding-bottom: 0;
}

.btnMore01 {
  line-height: 1;
  margin-top: 40px !important;
}

.btnMore01 a {
  font-size: 1.6rem;
  width: 320px;
  display: block;
  background: #b90cb4;
  background: -webkit-gradient(linear, left top, right top, from(#b90cb4), to(#932d83)) !important;
  background: linear-gradient(90deg, #b90cb4 0%, #932d83 100%) !important;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  padding: 14px;
  text-align: center;
  position: relative;
}

.btnMore01 a::after {
  content: '';
  background: url(/jp/teraoka-kansai/recruit/common/img/icon_arrow_r_w_01.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

.btnMore02 {
  line-height: 1;
  margin-top: 40px !important;
}

.btnMore02 a {
  font-size: 1.6rem;
  width: 320px;
  display: block;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  padding: 14px;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.btnMore02 a::after {
  content: '';
  background: url(/jp/teraoka-kansai/recruit/common/img/icon_arrow_r_w_01.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

.mvsec {
  min-width: 1330px;
  text-align: center;
}

.mvsec__inner .thumb img {
  width: 100%;
}

.mvsec__inner h1 {
  background: url(/jp/teraoka-kansai/recruit/img/bg_text_skew_001.png) no-repeat center;
  color: #fff;
  font-family: JSI;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1;
  background-size: 100% auto;
  padding: 15px 100px 10px 100px;
  width: 1200px;
  margin: -50px auto 0;
  z-index: 2;
  position: relative;
}

.mvsec__inner .lead {
  background: url(/jp/teraoka-kansai/recruit/img/bg_text_skew_002.png) no-repeat center;
  color: #fff;
  font-size: 2rem;
  font-style: italic;
  line-height: 1;
  display: inline-block;
  background-size: 100% auto;
  padding: 10px 40px 10px 40px;
  margin-top: 20px;
}

.mvsec__inner .lead em {
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
  display: block;
  font-weight: bold;
}

.businessF {
  min-width: 1330px;
  padding: 160px 0 190px;
  width: 100%;
  overflow: hidden;
}

.businessF__inner {
  width: 1080px;
  margin: 0 auto;
  color: #282828;
  position: relative;
}

.businessF__inner h2 {
  font-family: JSI;
  font-size: 7rem;
  line-height: 1;
  color: #b90cb4;
}

.businessF__inner .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}

.businessF__inner p {
  font-size: 1.4rem;
  margin-top: 20px;
}

.businessF__inner .thumb {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: 0;
}

.sustainabirity {
  min-width: 1330px;
  background: url(/jp/teraoka-kansai/recruit/img/bg_index_sdgz_01.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 180px 0 120px;
}

.sustainabirity__inner {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.sustainabirity__inner h2 {
  font-family: JSI;
  font-size: 7rem;
  line-height: 1;
  color: #fff;
}

.sustainabirity__inner .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}

.sustainabirity__inner p {
  font-size: 1.4rem;
  margin-top: 30px;
}

.globalEX {
  min-width: 1330px;
  background: url(/jp/teraoka-kansai/recruit/img/bg_index_ge_001.png) no-repeat 85% 190px #fff;
  padding: 230px 0 180px 0;
}

.globalEX__inner {
  width: 1080px;
  margin: 0 auto;
  color: #282828;
}

.globalEX__inner h2 {
  font-family: JSI;
  font-size: 7rem;
  line-height: 1;
  color: #b90cb4;
}

.globalEX__inner .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}

.globalEX__inner p {
  font-size: 1.4rem;
  margin-top: 20px;
}

.globalEX__inner .logo {
  width: 136px;
  height: auto;
}

.topFootLinks {
  font-size: 1.4rem;
  background: #333333;
  min-width: 1330px;
  padding: 90px 0 100px;
  overflow: hidden;
}

.topFootLinks__banner {
  width: 1080px;
  margin: 0 auto 30px;
  color: #fff;
}

.topFootLinks__banner a img {
  width: 20%
}

.topFootLinks__inner {
  width: 1080px;
  margin: 0 auto;
  color: #fff;
}

.topFootLinks__inner a {
  color: #fff;
}

.topFootLinks ul.sitenav {
  -webkit-column-count: 3;
  column-count: 3;
  width: 660px;
  float: left;
}

.topFootLinks ul.sitenav li {
  margin-top: 10px;
}

.topFootLinks ul.sitenav li:first-child {
  margin-top: 0;
}

.topFootLinks ul.btnLinks {
  width: 370px;
  float: right;
}

.topFootLinks ul.btnLinks li {
  text-align: center;
  margin-bottom: 20px;
  width: 200px;
}

.topFootLinks ul.btnLinks li a {
  display: block;
  width: 306px;
  /* 任意の幅に調整 */
  margin: 0 auto;
  background: #b90cb4;
  background: -webkit-gradient(linear, left top, right top, from(#b90cb4), to(#932d83)) !important;
  background: linear-gradient(90deg, #b90cb4 0%, #932d83 100%) !important;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.topFootLinks ul.btnLinks li:last-child {
  margin-bottom: 15px;
}

.topFootLinks ul.areaList {
  float: right;
  width: 370px;
}

.topFootLinks ul.areaList li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 5px;
  margin-right: 5px;
  border-right: 1px solid #fff;
  padding-right: 8px;
}

.topFootLinks ul.areaList li:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  #contentsWrap.index {
    padding: 0;
  }

  .btnMore01 {
    margin-top: 20px !important;
  }

  /* .btnMore01 a {
    font-size: 1.4rem;
    width: 300px;
    margin: 0 auto;
  } */

  .btnMore02 {
    margin-top: 20px !important;
  }

  .btnMore02 a {
    font-size: 1.4rem;
    width: 300px;
    margin: 0 auto;
  }

  .mvsec {
    min-width: 100%;
  }

  .mvsec__inner h1 {
    background: url(/jp/teraoka-kansai/recruit/img/bg_text_skew_001_sp.png) no-repeat center;
    font-size: 3rem;
    background-size: cover;
    padding: 15px 10px 10px 10px;
    width: 100%;
    margin: 0;
  }

  .mvsec__inner .lead {
    background: url(/jp/teraoka-kansai/recruit/img/bg_text_skew_002.png) no-repeat center;
    color: #fff;
    font-size: 1.6rem;
    background-size: cover;
    padding: 10px 40px 10px 40px;
    margin-top: 10px;
  }

  .businessF {
    padding: 100px 0;
    min-width: 100%;
    text-align: center;
  }

  .businessF__inner {
    width: 100%;
  }

  .businessF__inner h2 {
    font-size: 4rem;
    padding: 0 15px;
  }

  .businessF__inner .title {
    font-size: 1.4rem;
  }

  .businessF__inner p {
    font-size: 1.2rem;
    padding: 0 15px;
  }

  .businessF__inner .thumb {
    position: inherit;
    left: inherit;
    top: inherit;
    margin-top: 20px;
    padding: 0;
  }

  .businessF__inner .thumb img {
    width: 100%;
    height: auto;
  }

  .sustainabirity {
    min-width: 100%;
    background: url(/jp/teraoka-kansai/recruit/img/bg_index_sdgz_01_sp.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 90px 15px 70px;
  }

  .sustainabirity__inner h2 {
    font-size: 4rem;
  }

  .sustainabirity__inner .title {
    font-size: 1.4rem;
  }

  .sustainabirity__inner p {
    font-size: 1.2rem;
  }

  .sustainabirity__inner p img {
    max-width: 100%;
    height: auto;
  }

  .globalEX {
    min-width: 100%;
    background: #fff;
    padding: 90px 15px 90px 15px;
  }

  .globalEX__inner {
    width: 100%;
    text-align: center;
  }

  .globalEX__inner h2 {
    font-size: 4rem;
  }

  .globalEX__inner .title {
    font-size: 1.4rem;
  }

  .globalEX__inner p {
    font-size: 1.2rem;
  }

  .globalEX__inner .logo {
    width: 110px;
    height: auto;
  }

  .globalEX__inner .map img {
    width: 100%;
    height: auto;
  }

  .topFootLinks {
    min-width: 100%;
    padding: 60px 15px 80px;
  }

  .topFootLinks__banner {
    width: 100%;
    margin: 0 auto 10px;
  }

  .topFootLinks__banner a img {
    width: 48%;
  }

  .topFootLinks__inner {
    width: 100%;
  }

  .topFootLinks ul.sitenav {
    -webkit-column-count: 1;
    column-count: 1;
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .topFootLinks ul.sitenav li {
    width: 50%;
    float: left;
    padding-right: 10px;
  }

  .topFootLinks ul.sitenav li:first-child {
    margin-top: 10px;
  }

  .topFootLinks ul.btnLinks {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 5px;
  }

  .topFootLinks ul.btnLinks li {
    margin-bottom: 0;
    width: 100%;
    float: none;
    padding-right: 0;
    margin-top: 20px;
  }

  .topFootLinks ul.btnLinks li a {
    display: block;
    background: #b90cb4;
    background: -webkit-gradient(linear, left top, right top, from(#b90cb4), to(#932d83)) !important;
    background: linear-gradient(90deg, #b90cb4 0%, #932d83 100%) !important;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    line-height: 1;
    padding: 12px;
  }

  .topFootLinks ul.btnLinks li:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }

  .topFootLinks ul.areaList {
    float: none;
    width: 100%;
    padding: 0 5px;
  }

  .topFootLinks ul.areaList li {
    margin-right: 3px;
    padding-right: 5px;
  }
}

/*--------------------------------
COVER
---------------------------------*/
.cover {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.cover__inner {
  position: fixed;
  z-index: 9001;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  background: url(/jp/teraoka-kansai/recruit/img/cover_pc.jpg) no-repeat center center;
  background-size: cover;
  text-indent: -9999px;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cover__inner {
    background: url(/jp/teraoka-kansai/recruit/img/cover_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

/*# sourceMappingURL=layout.css.map */



/* =====================================
MV（テラオカ関西仕様）
===================================== */

.mvsec {
  position: relative;
}

.mvTitle {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 2;
}

/* .mvTitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #8f2c83, #c343b3);
  z-index: -1;
} */

.mvSubTitle {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  color: #8f2c83;
  position: relative;
}

/* .mvSubTitle::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 18px;
  background: #e6c8df;
  left: 50%;
  transform: translateX(-50%) skewX(-30deg);
  bottom: -6px;
  z-index: -1;
} */



/* =====================================
BUSINESS FIELDS（テラオカ関西仕様）
===================================== */

.sectionTitleLarge {
  font-size: 64px;
  color: #8f2c83;
  font-weight: 700;
  line-height: 1.1;
}

.sectionSubTitle {
  margin-top: 10px;
  font-size: 18px;
}

.businessF__inner p:not(.thumb):not(.btnMore01) {
  width: 48%;
}

.businessF__inner .thumb {
  width: 48%;
}

.businessF__inner .btnMore01 {
  width: 48%;
  margin-top: 20px;
}



/* =====================================
SUSTAINABILITY（テラオカ関西仕様）
===================================== */


.sustainabirity__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.sustainabirity__inner .thumb img {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}



.dataBtnWrap {
  display: none;
}

@media screen and (max-width:768px) {
  .dataBtnWrap {
    display: block;
  }
}

/* =====================================
TOPスマホ表示調整
===================================== */
@media screen and (max-width: 767px) {
  .mvsec__inner h1 {
    font-size: 2.2rem;
    white-space: nowrap;
    letter-spacing: -0.03em;
    padding: 12px 5px 9px;
  }

  .dataBtnWrap {
    display: none !important;
  }
}

/* =====================================
TOPスマホ：BUSINESS FIELDS調整
===================================== */
@media screen and (max-width: 767px) {
  .businessF {
    padding: 70px 20px 80px;
    text-align: center;
  }

  .businessF__inner {
    width: 100%;
  }

  .businessF__inner .sectionTitleLarge {
    font-size: 3.8rem;
    line-height: 1.15;
    padding: 0;
  }

  .businessF__inner .sectionSubTitle {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .businessF__inner p:not(.thumb):not(.btnMore01) {
    width: 100%;
    padding: 0;
    margin-top: 25px;
    font-size: 1.3rem;
    line-height: 2;
    text-align: center;
  }

  .businessF__inner .thumb {
    width: 100%;
    margin-top: 30px;
    padding: 25px 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  }

  .businessF__inner .thumb img {
    width: 100%;
    height: auto;
  }
}

/* =====================================
TERAOKA WAY専用レイアウト
===================================== */
.wayInner .lead {
  display: inline-block;
  min-width: 250px;
  margin-top: 0;
  margin-bottom: 18px;
  padding: 12px 45px 11px;
  background: linear-gradient(90deg, #b90cb4 0%, #932d83 100%);
  color: #fff;
  line-height: 1;
  text-align: center;
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

.wayInner .lead em {
  display: block;
  color: #fff;
  font-family: JSI, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  transform: none;
}

@media screen and (max-width: 767px) {
  .wayInner .lead {
    min-width: 180px;
    padding: 10px 30px 9px;
    margin-bottom: 12px;
    clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  }

  .wayInner .lead em {
    font-size: 2.2rem;
  }

  .wayInner .deviceTtl01 {
    font-size: 2rem;
    line-height: 1.5;
    word-break: normal;
    overflow-wrap: break-word;
  }
}

/* =====================================
TOPスマホ：BUSINESS FIELDS画像をSP画像だけ表示
===================================== */
@media screen and (max-width: 767px) {
  .businessF__inner .thumb {
    padding: 25px 0 25px 15px;
    overflow: hidden;
  }

  .businessF__inner .thumb .pcOnly,
  .businessF__inner .thumb .pcOnlyI {
    display: none !important;
  }

  .businessF__inner .thumb .spOnly,
  .businessF__inner .thumb .spOnlyI {
    display: block !important;
  }

  .businessF__inner .thumb .spOnly img,
  .businessF__inner .thumb .spOnlyI img,
  .businessF__inner .thumb img[src*="_sp"] {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
  }
}


/* =====================================
TOPスマホ：BUSINESS FIELDSカードを画面右端へ寄せる
===================================== */
@media screen and (max-width: 767px) {
  .businessF__inner .thumb {
    width: calc(100% + 20px);
    margin-left: 0;
    margin-right: -20px;
    padding: 25px 0 25px 15px;
    border-right: none;
    border-radius: 6px 0 0 6px;
  }

  .businessF__inner .thumb img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
  }
}