@charset "UTF-8";
/*
	Site Name: 株式会社エスキュービズム
	Description: layout style
*/
/*
===== CONTENTS ===========================================

	1: COMMON
	2: WRAPPER
	3: UNIQUE PAGE

==========================================================
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800,900");
@font-face {
  font-family: 'Roboto-Light';
  src: url("/common/font/Roboto-Light.ttf");
}

/* default clearfix---------------------*/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*\*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/
/*----------------------------------------*/
/*
===== 1: COMMON ==========================================
*/
html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 49px;
  }
  .pc_none {
    display: inline-block;
  }
}

/*
===== 2: WRAPPER ==========================================
*/
section {
  width: 1200px;
  margin: 0 auto 50px;
}

section#visual {
  width: 100%;
  height: 480px;
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

section#visual::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
}

section#visual.bright::before {
  display: none;
}

div#wrapper_visual {
  /*transition-delay:1000ms !important;*/
}

.bright div#wrapper_visual::after {
  background: none;
}

.mat.bright::after {
  display: none;
}

div#wrapper_visual::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
}

section#visual h1 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
}

section#visual h1 span {
  display: block;
  margin-bottom: 6px;
  font-size: 60px;
  font-size: 6.0rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", HG明朝E, "MS P Mincho", "MS Mincho", "Times New Roman", Times, Georgia, serif;
}

.mat {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.mat::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

body.no-visual {
  background: #fff;
}

.click-area {
  cursor: pointer;
}

.image-mat {
  text-align: center;
  padding: 90px 0;
  background: radial-gradient(farthest-side circle at right top, #ffffff 0, #DFDFDF 100%);
  text-align: center;
}

.image-full {
  margin: 90px auto;
  text-align: center;
}

.image-full-mat {
  width: 100vw;
  margin: 90px auto;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 90px 0;
  background: radial-gradient(farthest-side circle at right top, #ffffff 0, #DFDFDF 100%);
  text-align: center;
}

divdiv.bread-crumb {
  position: relative;
  text-align: left;
}

divdiv.bread-crumb ul {
  position: relative;
  display: flex;
  padding-left: calc((100% - 1200px) / 2);
}

divdiv.bread-crumb ul::before {
  position: absolute;
  content: "";
  height: 100%;
  width: calc((100vw - 1200px) / 2);
  top: 0;
  left: 0;
  background: #464F4E;
}

divdiv.bread-crumb ul li {
  display: inline-block;
  color: #FFF;
  background: #464F4E;
}

divdiv.bread-crumb ul li a {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 11px 26px 8px 20px;
  color: #FFF;
  white-space: nowrap;
}

divdiv.bread-crumb ul li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  top: calc(50% - 3px);
  border-left: 6px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

divdiv.bread-crumb ul li span {
  display: inline-block;
  line-height: 1.4;
  margin-left: 20px;
  padding: 11px 30px 8px;
  background: #00D5A5;
}

section#visual + divdiv.bread-crumb {
  top: -80px;
}

section h2 {
  position: relative;
  margin-bottom: 90px;
  /* font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", HG明朝E, "MS P Mincho", "MS Mincho", "Times New Roman", Times, Georgia, serif; */
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 1.6;
}

section h2 span {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  background: #FFF;
  z-index: 1;
}

section h3 {
  margin-bottom: 40px;
  font-size: 32px;
  font-size: 3.2rem;
}

section h3.info-ttl {
  margin-bottom: 10px;
}

section p {
  margin-bottom: 40px;
}

section > p:last-of-type {
  margin-bottom: 0;
}

section p.img {
  text-align: center;
}

section p.info-banner {
  padding: 40px 0;
}

.btn {
  width: 60%;
  margin: 0 auto 90px;
}

.btn a {
  display: block;
  background: #80D52B;
  color: #fff;
  border: none;
  position: relative;
  font-size: 2.0rem;
  padding: 20px 10px 18px;
  cursor: pointer;
  transition: 250ms ease all;
  outline: none;
  line-height: 1.4;
  text-align: center;
}

.btn a:hover {
  background: #fff;
  color: #80D52B;
  text-decoration: none;
}

.btn a:before,
.btn a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #80D52B;
  transition: 800ms ease all;
}

.btn a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn a:hover:before,
.btn a:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

section p.img.frame {
  padding: 30px;
  border: 1px solid #e4e4e4;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
}

section ul {
  list-style: none;
  margin-bottom: 40px;
}

section ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 2em;
}

section ul li::before {
  position: absolute;
  display: block;
  content: "";
  left: 0.4em;
  top: 0.45em;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #00D5A5;
}

section p.lead {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 90px;
  line-height: 2.4;
  display: flex;
  justify-content: center;
}

section .center {
  text-align: center !important;
}

section .anchor-thumb {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

section .anchor-thumb li {
  padding-left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  flex-basis: 386px;
}

section .anchor-thumb li::after {
  display: none;
}

section .anchor-thumb li a {
  position: relative;
  color: #fff;
}

section .anchor-thumb li a::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 0px;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 0.3s ease;
}

section .anchor-thumb li a:hover::after {
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  margin: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

section .anchor-thumb li a span {
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  margin: 20px;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section .anchor-thumb li a span em {
  font-style: normal;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  section .anchor-thumb li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  section .anchor-thumb {
    flex-direction: column;
    align-items: center;
  }
  section .anchor-thumb li {
    flex-basis: auto;
  }
  .btn {
    width: 100%;
    margin-bottom: 50px;
  }
}

section div[class^="img-unit"] {
  margin-bottom: 30px;
}

section div.img-unit-01 p.img {
  float: right;
  width: 540px;
  margin: 0 0 60px 60px;
}

section div.img-unit-02 p.img {
  float: left;
  width: 540px;
  margin: 0 60px 60px 0;
}

/* add 20180424 shimura ここから */
section div.text-unit {
  margin-bottom: 90px;
}

section div.text-unit.intro {
  position: relative;
}

section div.text-unit.intro::before,
section div.text-unit.intro::after {
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: transparent;
}

section div.text-unit.intro::before {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  top: -2rem;
  left: -2rem;
}

section div.text-unit.intro::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  bottom: -2rem;
  right: -2rem;
  visibility: visible;
}

section div.text-unit .person {
  color: #1979C0;
  font-weight: bold;
}

/* add 20180424 shimura ここまで */
section div[class^="img-unit"] p.img span.name {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
  display: block;
}

section div[class^="img-unit"] p.img span.name em {
  margin-top: 30px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", HG明朝E, "MS P Mincho", "MS Mincho", "Times New Roman", Times, Georgia, serif;
  font-style: normal;
}

section table {
  width: 100%;
  margin-bottom: 60px;
  border-collapse: collapse;
}

section table tr th {
  background: #8E9B9A;
  border-right: 1px solid #A5AFAE;
  border-bottom: 1px solid #A5AFAE;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  padding: 30px 30px 27px;
}

section table tr:nth-last-of-type(1) th {
  border-bottom: none;
}

section table tr th:nth-last-of-type(1) {
  border-right: none;
}

section table tr td {
  background: #F7F7F7;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  vertical-align: top;
  padding: 30px;
}

section table tr:nth-last-of-type(1) td {
  border-bottom: none;
}

section table tr td:nth-last-of-type(1) {
  border-right: none;
}

section table tr td dl {
  display: flex;
  justify-content: flex-start;
}

/*テーブル内テーブル*/
section table table.inner {
  width: auto;
  margin: 0;
}

section table table.inner tr th {
  background: none;
  border: none;
  color: #000;
  font-weight: normal;
  padding: 0 20px 0 0;
}

section table table.inner tr td {
  background: none;
  border: none;
  padding: 0 20px 0 0;
}

/*第2階層インデックス*****************************************************/
.second-index {
  background: #f7f7f7;
}

.second-index .index {
  margin-bottom: 90px;
}

.second-index .index ul li {
  float: left;
  margin: 0;
  padding-left: 0;
  width: 50%;
}

.second-index .index ul li img {
  width: 100%;
}

.second-index .index ul li::before {
  display: none;
}

.second-index .index ul li a {
  display: block;
  overflow: hidden;
}

.second-index .index ul li a img {
  /*transform:scale(1);
	transition:0.3s ease;*/
  vertical-align: bottom;
}

.second-index .index ul li a:hover img {
  /*transform:scale(1.04);*/
}

@media screen and (max-width: 768px) {
  .second-index .index ul li {
    float: none;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 580px;
  }
}

/*第3階層インデックス*****************************************************/
.third-index {
  background: #f7f7f7;
}

.third-index .index_uc,
.third-index .index {
  margin-bottom: 90px;
}

.third-index .index_uc dl,
.third-index .index dl {
  display: flex;
  flex-direction: row-reverse;
}

.third-index .index_uc dl p:nth-child(3) {
  padding: 26px 0 0;
}

.third-index .index_uc dl:nth-child(3) p:nth-child(3),
.third-index .index_uc dl:nth-child(4) p:nth-child(3) {
  padding: 50px 0 0;
}

.third-index .index_uc dl p a,
.third-index .index_uc dl p a + a {
  display: inline-block;
  width: 45%;
  padding: 5px 0 4px;
  margin: 3% 2%;
  line-height: 30px;
  text-align: center;
  background: #80D52B;
  color: #fff;
  font-size: 1.3rem;
  transition: .3s;
  box-sizing: border-box;
  z-index: 999;
}

.third-index .index_uc dl p a + a {
  background: #80D52B url(/common/img/icon_another_w.png) no-repeat;
  background-position: 90% center;
}

.third-index .index_uc dl p a:hover,
.third-index .index_uc dl p a + a:hover {
  opacity: .7;
}

.third-index .index_uc dl *,
.third-index .index dl * {
  text-align: center;
  transition: 0.3s ease;
}

.third-index .index_uc dl:nth-of-type(2n),
.third-index .index dl:nth-of-type(2n) {
  flex-direction: row;
}

.third-index .index_uc dl dt,
.third-index .index_uc dl dd,
.third-index .index dl dt,
.third-index .index dl dd {
  width: 600px;
}

.third-index .index_uc dl dt,
.third-index .index dl dt {
  overflow: hidden;
  position: relative;
}

.third-index .index_uc dl dt::after,
.third-index .index dl dt::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 0px;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 0.3s ease;
}

.third-index .index_uc dl dt img,
.third-index .index dl dt img {
  /*transform:scale(1);*/
}

.third-index .index_uc dl dd,
.third-index .index dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #fff;
}

.third-index .index_uc dl dd h2,
.third-index .index dl dd h2 {
  margin: 0 50px 30px;
  font-size: 30px;
  font-size: 3.0rem;
  font-family: "DIN", "Yu Gothic", YuGothic, sans-serif;
}

.third-index .index_uc dl dd h2::after,
.third-index .index dl dd h2::after {
  display: none;
}

.third-index .index_uc dl dd p,
.third-index .index dl dd p {
  margin: 0 50px;
  line-height: 1.8;
}

.third-index .index_uc dl dd h2 a:hover,
.third-index .index dl dd h2 a:hover {
  text-decoration: none;
}

.third-index .index_uc dl dd::after,
.third-index .index dl dd::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-bottom: 30px solid #80D52B;
  border-left: 30px solid transparent;
}

.third-index .index_uc dl:hover dd,
.third-index .index dl:hover dd {
  background: #8E9B9A;
}

.third-index .index_uc dl:hover dd p,
.third-index .index dl:hover dd p {
  color: #FFF;
}

.third-index .index_uc dl:hover dd a,
.third-index .index dl:hover dd a {
  color: #fff;
}

.third-index .index_uc dl:hover dt img,
.third-index .index dl:hover dt img {
  /*transform:scale(1.04);*/
}

.third-index .index_uc dl:hover dt::after,
.third-index .index dl:hover dt::after {
  width: calc(100% - 42px);
  height: calc(100% - 42px);
  margin: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1260px) {
  .third-index .index_uc dl dd h2,
  .third-index .index dl dd h2 {
    margin: 0 30px 20px;
    font-size: 20px;
    font-size: 2.0rem;
  }
  .third-index .index_uc dl dd p,
  .third-index .index dl dd p {
    margin: 0 30px;
  }
  .third-index .index_uc dl p a span,
  .third-index .index_uc dl p a + a span,
  .third-index .index dl p a span,
  .third-index .index dl p a + a span {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .third-index .index_uc dl,
  .third-index .index dl {
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
  }
  .third-index .index_uc dl:nth-of-type(2n),
  .third-index .index dl:nth-of-type(2n) {
    flex-direction: column;
  }
  .third-index .index_uc dl dd,
  .third-index .index dl dd {
    padding: 40px 0;
  }
  .third-index .index_uc dl dt,
  .third-index .index_uc dl dd,
  .third-index .index dl dt,
  .third-index .index dl dd {
    max-width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .third-index .index_uc dl:nth-child(3) p:nth-child(3),
  .third-index .index_uc dl:nth-child(4) p:nth-child(3) {
    padding: 26px 0 0;
  }
  .third-index .index_uc dl p a,
  .third-index .index_uc dl p a + a {
    padding: 10px 0;
    line-height: 1.6;
  }
  .third-index .index_uc dl p a + a {
    background-position: 90% 70%;
  }
}

/*2カラムセクション*/
section.column h2 {
  float: left;
  width: 340px;
  font-size: 40px;
  font-size: 4.0rem;
}

section.column h2::after {
  bottom: -0.5em;
  width: 120px;
}

section.column h3 {
  margin-bottom: 25px;
}

section.column > div {
  float: right;
  width: 800px;
}

section.column div.item {
  margin-bottom: 90px;
}

/*QAセクション*/
section.qa div p.img {
  float: right;
  width: 540px;
  margin: 0 0 60px 60px;
}

section.qa div h3 {
  position: relative;
  padding-left: 70px;
}

section.qa div h3::before {
  position: absolute;
  width: 70px;
  height: 50px;
  left: 0;
  top: -10px;
  content: "Q";
  font-size: 48px;
  font-size: 4.8rem;
  color: #0BC1E3;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", HG明朝E, "MS P Mincho", "MS Mincho", "Times New Roman", Times, Georgia, serif;
}

section.qa div p:not(.img) {
  padding-left: 70px;
}

@media screen and (max-width: 1260px) {
  section {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
  section#visual {
    padding: 0;
  }
  section div[class^="img-unit"] .img {
    width: 45% !important;
    max-width: 540px;
  }
  /*2カラムセクション*/
  section.column h2 {
    width: 28%;
  }
  section.column > div {
    width: 67%;
  }
  .image-full-mat {
    width: calc(100vw - 60px);
    padding: 90px 30px;
  }
  /*QAセクション*/
  section.qa div p.img {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  section {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  section#visual {
    width: 100%;
    padding: 0;
  }
  section#visual h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  section#visual h1 span {
    font-size: 48px;
    font-size: 4.8rem;
  }
  divdiv.bread-crumb {
    display: none;
  }
  section h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  section h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  section h2 span {
    padding-right: 0;
  }
  section h2::after {
    display: none;
  }
  section div[class^="img-unit"] p.img {
    float: none;
    width: auto !important;
    margin: 0 auto 60px;
  }
  .image-full-mat {
    width: calc(100vw - 20px);
    padding: 90px 10px;
  }
  /*2カラムセクション*/
  section.column h2 {
    float: none;
    width: auto;
  }
  section.column > div {
    float: none;
    width: auto;
  }
  /*QAセクション*/
  section.qa div p.img {
    float: none;
    width: auto;
    margin: 0 0 60px;
  }
  section.qa div h3 {
    padding-left: 40px;
  }
  section.qa div h3::before {
    width: 40px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  section.qa div p:not(.img) {
    padding-left: 40px;
  }
}

/*
===== 3: Unique Page ==========================================
*/
/*会社概要*****************************************************/
table.profile {
  font-size: 16px;
  font-size: 1.6rem;
}

table.profile > tbody > tr > th {
  width: 30%;
}

#map {
  width: 100%;
  height: 600px;
  margin-top: 90px;
}

#map + p {
  margin-top: 20px;
  margin-bottom: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  table.profile > tbody > tr > th,
  table.profile > tbody > tr > td,
  table.map > tbody > tr > th,
  table.map > tbody > tr > td {
    display: block;
    width: calc(100% - 40px);
    padding: 20px 20px 17px;
  }
}

/*インタビュー**************************************************/
section.people {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.people div {
  background: #f7f7f7;
  width: 31%;
  margin: 1%;
}

section.people div .img {
  margin-bottom: 30px;
}

section.people div .name {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0 30px 15px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", HG明朝E, "MS P Mincho", "MS Mincho", "Times New Roman", Times, Georgia, serif;
  font-weight: bold;
}

section.people div .name span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Yu Gothic";
  display: block;
  color: #999;
  margin-bottom: 5px;
}

section.people div h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 30px 15px;
}

/* add 20180425 shimura ここから */
section.people div .univ {
  display: inline-block;
  background: #3c3c3c;
  padding: 5px 10px;
  margin: 0 30px 15px;
  color: #fff;
  line-height: 1.5;
}

/* add 20180425 shimura ここまで */
section.people div .comment {
  margin: 0 30px 40px;
  padding: 0;
  color: inherit;
  background: none;
  border: none;
}

@media screen and (max-width: 960px) {
  section.people div {
    width: 48%;
    margin: 1%;
  }
}

@media screen and (max-width: 768px) {
  section.people div {
    width: 100%;
    margin: 0 0 10px;
  }
  section.people div .name,
  section.people div h4,
  section.people div .comment {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*細かいページ****************************************************/
.misc section {
  margin-bottom: 90px;
}

.misc section a {
  text-decoration: underline;
}

.misc section h1 {
  margin-bottom: 60px;
  font-size: 52px;
  font-size: 5.2rem;
  /* font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", HG明朝E, "MS P Mincho", "MS Mincho", "Times New Roman", Times, Georgia, serif; */
}

.misc section h2 {
  font-size: 40px;
  font-size: 4.0rem;
  margin-bottom: 40px;
}

.misc section h2 span {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  background: #f7f7f7;
}

.misc section h3 {
  font-size: 28px;
  font-size: 2.8rem;
}

.misc table tr td {
  background: #fff;
}

/*旧サイト継承 **************************************/
.misc .comp-ol-corpgov-content {
  list-style-type: decimal;
  padding: 10px 0 10px 25px;
}

.misc .comp-ol-corpgov-content > li {
  list-style-type: decimal;
  margin-top: 40px;
}

.misc .comp-ol-corpgov-content > li:nth-of-type(1) {
  margin-top: 0;
}

.misc .comp-ol-corpgov-in {
  text-indent: -2.7em;
  padding-left: 2.4em;
}

.misc .comp-ol-policy {
  padding: 10px 0 10px 25px;
}

.misc .comp-ol-policy li {
  margin-bottom: 0;
  padding-left: 0;
}

.misc .comp-ol-policy li::before {
  display: none;
}

.misc .comp-ol-policy > li {
  list-style-type: decimal;
}

.misc .mbt-0 {
  margin-bottom: 0;
}

.misc .mbt-60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .misc section h1 {
    font-size: 4.2rem;
  }
  .misc section h2 {
    font-size: 3.2rem;
  }
  .misc section h2 span {
    padding-right: 0;
  }
  .misc section h3 {
    font-size: 2.4rem;
  }
  .misc section table tr th,
  .misc section table tr td {
    padding: 20px 20px 17px;
  }
}

/*ニュースページリンク修正********************************************/
/*タイトル部分********************************************/
#news .inner a {
  text-decoration: underline;
}

#news .pankuzu a {
  text-decoration: none !important;
}

#news .pankuzu a:hover {
  text-decoration: underline !important;
}

.nav-side a {
  text-decoration: none !important;
  font-size: 15px;
}

.news-content a {
  text-decoration: none !important;
  font-size: 14px;
}

footer .inner a {
  text-decoration: none !important;
}

/*
===== 5: MAIN CONTENT ==========================================
*/
.ocntent_title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.5;
  margin: 0 auto 40px;
  max-width: 1200px;
  padding-left: 15px;
  position: relative;
  font-family: "DIN", "Yu Gothic", YuGothic, sans-serif;
}

.ocntent_title__en {
  font-size: 36px;
  margin-right: 20px;
  line-height: 30px;
}

.ocntent_title__inner {
  background-color: #fff;
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .ocntent_title {
    font-size: 10px;
    margin: 40px 0;
    font-size: 1.0rem;
    padding-left: 10px;
  }
  .ocntent_title::before {
    width: 10px;
  }
  .ocntent_title__en {
    font-size: 30px;
    margin-right: 10px;
  }
  .ocntent_title__inner {
    padding: 0 10px 0 5px;
  }
}

/*カンパニー*/
div.bread-crumb {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}

/* div.bread-crumb::before {
	position:absolute;
	content:"";
	height:40px;
	width:calc((100vw - 1200px) / 2);
	top:0;
 left:calc((100vw - 1200px) / 2 * -1);
	background:#464F4E;
} */
div.bread-crumb ul {
  display: inline-block;
  /* padding-left:calc((100% - 1200px) / 2);
	background:#464F4E; */
}

div.bread-crumb ul li {
  display: inline-block;
  /* color:#FFF; */
}

/* 170629 add shimura */
div.bread-crumb.post-detail-bread ul li {
  margin-bottom: 0;
  padding-left: 0;
}

div.bread-crumb.post-detail-bread ul li::before {
  content: none;
}

div.bread-crumb ul li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  /* padding:0 30px; */
  /* color:#FFF; */
}

div.bread-crumb ul li:nth-last-of-type(1) {
  /* display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 30px;
	background:#00D5A5; */
}

/*リニューアル */
div.bread-crumb ul {
  color: #959595;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  div.bread-crumb ul {
    font-size: 10px;
  }
}

div.bread-crumb ul li {
  margin-left: 10px;
}

div.bread-crumb ul li::after {
  content: '';
  display: inline-block;
  width: 5px;
  vertical-align: middle;
  height: 5px;
  border-right: 1px solid #959595;
  border-top: 1px solid #959595;
  transform: translateY(-1px) rotate(45deg);
}

div.bread-crumb ul li:last-child::after {
  display: none;
}

div.bread-crumb ul a {
  color: #959595;
  margin-right: 10px;
}

.second-index .index ul li {
  position: relative;
}

.second-index .index ul li a::before {
  content: '';
  width: 54px;
  height: 54px;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  right: 0;
  bottom: 0;
  position: absolute;
}

.second-index .index ul li a::after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #00d5a5;
  border-right: 1px solid #00d5a5;
  right: 25px;
  bottom: 20px;
  position: absolute;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .second-index .index ul li a::before {
    width: 39px;
    height: 39px;
  }
  .second-index .index ul li a::after {
    width: 6px;
    height: 6px;
    right: 20px;
    bottom: 15px;
  }
}

/*ビジネス */
.sc-img01 {
  width: 100%;
  margin-bottom: 60px;
}

.sc-img02 {
  width: 100%;
  margin-bottom: 120px;
}

.sc-img03 {
  width: 100%;
  margin-bottom: 20px;
}

.sc-img04 {
  margin-top: 35px;
  margin-bottom: 15px;
}

.sc-txt01 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 100px 100px;
}

.sc-txt01--mg-min {
  margin-bottom: 50px;
}

.sc-txt02 {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 20px;
}

.sc-txt02--bold {
  font-weight: bold;
  margin: 0 100px 30px;
}

.sc-txt03 {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
}

.sc-txt04 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 100px 70px;
}

.sc-txt05 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.sc-img01__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sc-img01__sp {
    display: block;
    margin-bottom: 30px;
  }
  .sc-img01 {
    display: none;
  }
  .sc-txt01 {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 40px;
  }
  .sc-txt02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sc-txt02--bold {
    margin: 0 0 20px;
  }
  .sc-txt03 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sc-txt04 {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 40px;
  }
  .sc-txt05 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .sc-img01 {
    margin-bottom: 30px;
  }
  .sc-img02 {
    margin-bottom: 60px;
  }
  .sc-img03 {
    margin-bottom: 15px;
  }
  .sc-img04 {
    margin: 10px auto 15px;
    display: block;
  }
}

/* 下層用CSS */
a {
  color: #000;
}

/*
.logo {
  line-height: 43.2px;
} */
section *,
:after,
:before {
  box-sizing: content-box;
}

.is-header *:after,
.is-header *:before {
  box-sizing: border-box;
}

.is-header {
  border-bottom: 1px solid #bdbdbd;
  background-color: #29212b;
}

@media only screen and (max-width: 768px) {
  .is-header {
    border-bottom: none;
    background: none;
  }
}

.is-header .header-menu a,
.is-scroll.is-header .header-menu .header-list__item__link {
  color: #fff;
}

.is-header.is-scroll .logo {
  background-color: #fff;
}

.is-header .logo_scroll {
  display: none;
}

.is-header .logo_normal {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .is-scroll.is-header .header-menu {
    background-color: #29212b;
  }
}

.is-footer.main-footer {
  background: #29212c;
}

/* s-cubism.jp/careers/ */
#canvasWrapUC {
  clear: both;
}

body.second-index.no-visual.careers {
  background: #f0f0f0 !important;
}

/* add 20190510 shimura font-feature-settings */
/* change 20180627 shimura //start */
#arc_title {
  display: block;
  text-align: center;
  /*font-size: 6rem;*/
  font-size: 4.8rem;
  /*font-weight: bold;*/
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Roboto-Light', sans-serif;
  padding: 40px 0 30px;
  color: #ffff;
  line-height: 1;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 1px;
  /* 表示を見て要調整 */
}

/* add 20190510 shimura font-feature-settings end */
#arc_title a {
  color: #ffff;
  font-weight: normal;
  position: relative;
  display: inline-block;
}

#arc_title a::before,
#arc_title a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 114px;
  border: 1px solid;
}

#arc_title a::before {
  left: -45px;
  top: 0;
  border-color: #fff transparent #fff #fff;
}

#arc_title a::after {
  left: auto;
  right: -45px;
  top: 0;
  background: none;
  border-color: #fff #fff #fff transparent;
}

#arc_title a small {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.6;
  margin-top: 15px;
}

#arc_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 385px;
  position: absolute;
  top: 0;
  background: #5BC8A1 url(/images/careers/careers_s-cubism_now_kv.jpg) center no-repeat;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* change 20180627 shimura //end */
section#careers {
  width: 100%;
  margin: -2px auto 0;
}

section #key_visual {
  position: relative;
  background: url("/images/careers/careers_index_kv.jpg") no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 720px;
  padding-top: 70px;
  box-sizing: border-box;
}

section #key_visual .card {
  position: relative;
  width: 600px;
  height: 300px;
  margin: 0 auto 70px;
}

section #key_visual .card::before,
section #key_visual .card::after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  margin: auto;
  width: 460px;
  height: 300px;
}

section #key_visual .card::before {
  left: -480px;
  background: url("/images/careers/cardsidethums_left.png") no-repeat;
}

section #key_visual .card::after {
  right: -480px;
  background: url("/images/careers/cardsidethums_right.png") no-repeat;
}

section #key_visual .card h2::before,
section #key_visual .card h2::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: auto;
  bottom: auto;
  width: 30px;
  height: 300px;
  background: none;
  border: 6px solid #fff;
  z-index: 0;
  box-sizing: border-box;
}

section #key_visual .card h2::before {
  left: 0;
  border-right: none;
}

section #key_visual .card h2::after {
  right: 0;
  border-left: none;
}

/* add 20190510 shimura font-feature-settings */
section #key_visual .card h2 {
  /*  font-family: 'Montserrat', sans-serif; */
  font-family: 'Roboto-Light', sans-serif;
  /* 180627 変更 */
  font-size: 7.3rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  /*  font-weight: bold; */
  /* 180627 変更 */
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 1px;
  /* 表示を見て要調整 */
}

/* add 20190510 shimura font-feature-settings end */
section #key_visual .card h2 small {
  font-size: 2.55rem;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  /* 180627 追加 */
  font-weight: bold;
  /* 180627 追加 */
}

@media screen and (max-width: 1259px) {
  #arc_title {
    font-size: 9vw;
    padding: 30px 0 20px;
  }
  section #key_visual {
    padding-top: 50px;
  }
  section #key_visual .card {
    margin: 0 auto 50px;
  }
  section #key_visual .card::before,
  section #key_visual .card::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  section #key_visual {
    height: 86vh;
    padding-top: 9vw;
  }
  section #key_visual .card {
    width: 85%;
    height: 32vw;
    margin: 0 auto 9vw;
  }
  section #key_visual .card h2 {
    font-size: 8vw;
  }
  section #key_visual .card h2 small {
    font-size: 3vw;
  }
  section #key_visual .card h2::before,
  section #key_visual .card h2::after {
    height: 32vw;
  }
}

section #key_visual .ddmenu {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  z-index: 10;
}

section #key_visual .ddmenu input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

section #key_visual .ddmenu ul {
  width: 590px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: solid 1px #fff;
  box-sizing: border-box;
}

section #key_visual .ddmenu ul li {
  position: relative;
  z-index: 9;
  padding-left: 0;
}

section #key_visual .ddmenu ul li::before {
  display: none;
}

section #key_visual .ddmenu ul li,
section #key_visual .ddmenu ul li a,
section #key_visual .ddmenu ul li label {
  width: 588px;
  color: #fff;
  line-height: 59px;
  /* font-weight: bold; */
  /* 180627 変更 */
  text-align: center;
  box-sizing: border-box;
}

section #key_visual .ddmenu ul li a {
  display: inline-block;
  font-size: 1.75rem;
  background: rgba(0, 0, 0, 0);
}

section #key_visual .ddmenu ul li label {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  cursor: pointer;
  transition: .3s;
}

section #key_visual .ddmenu ul li label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(45deg) translateY(-150px) translateX(145px);
}

section #key_visual .ddmenu ul li ~ li {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  transition: .3s;
}

section #key_visual .ddmenu ul:hover li label {
  background: white;
  color: #000;
}

section #key_visual .ddmenu ul:hover li label::before {
  top: 10px;
  border: none;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
}

section #key_visual .ddmenu ul:hover li a {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  transition: .3s;
}

section #key_visual .ddmenu ul:hover li a:hover {
  background: rgba(0, 0, 0, 0.5);
}

section #key_visual .ddmenu ul:hover li:last-of-type a {
  border-bottom: none;
}

section #key_visual .ddmenu ul:hover li ~ li {
  visibility: visible;
  opacity: 1;
}

section #key_visual .ddmenu ul:hover li ~ li {
  top: 60px;
}

section #key_visual .ddmenu ul:hover li ~ li ~ li {
  top: 120px;
}

section #key_visual .ddmenu ul:hover li ~ li ~ li ~ li {
  top: 180px;
}

@media screen and (max-width: 1259px) {
  section #key_visual .ddmenu {
    display: block;
    width: 590px;
  }
  section #key_visual .ddmenu ul {
    position: relative;
    z-index: 9;
  }
  section #key_visual .ddmenu ul:first-of-type {
    z-index: 10;
  }
  section #key_visual .ddmenu ul li label::before {
    top: auto;
    right: 0;
    bottom: 5px;
    left: 0;
    transform: rotate(45deg);
  }
  section #key_visual .ddmenu ul:hover li label::before {
    top: auto;
    bottom: 0;
    transform: rotate(45deg);
  }
  section #key_visual .ddmenu ul:last-of-type {
    margin-top: -1px;
  }
}

@media screen and (max-width: 768px) {
  section #key_visual .ddmenu {
    width: 80%;
  }
  section #key_visual .ddmenu ul,
  section #key_visual .ddmenu ul li,
  section #key_visual .ddmenu ul li a,
  section #key_visual .ddmenu ul li label {
    width: 100%;
  }
  section #key_visual .ddmenu ul:hover li label {
    background: none;
    color: #fff;
  }
  section #key_visual .ddmenu input[type=checkbox]:checked + ul:hover li label,
  section #key_visual .ddmenu input[type=checkbox]:checked + ul li label {
    background: white;
    color: #000;
  }
  section #key_visual .ddmenu ul:hover li label::before {
    bottom: 5px;
    border: none;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
  }
  section #key_visual .ddmenu input[type=checkbox]:checked + ul:hover li label::before,
  section #key_visual .ddmenu input[type=checkbox]:checked + ul li label::before {
    top: auto;
    bottom: 0;
    border: none;
    border-top: solid 2px #000;
    border-left: solid 2px #000;
  }
  section #key_visual .ddmenu ul:hover li a {
    background: rgba(0, 0, 0, 0);
    border-bottom: none;
  }
  section #key_visual .ddmenu input[type=checkbox]:checked + ul:hover li a,
  section #key_visual .ddmenu input[type=checkbox]:checked + ul li a {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    transition: .3s;
  }
  section #key_visual .ddmenu input[type=checkbox]:checked + ul li a:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  section #key_visual .ddmenu input[type=checkbox]:checked + ul li:last-of-type a {
    border-bottom: none;
  }
  section #key_visual .ddmenu ul:hover li ~ li {
    visibility: hidden;
    opacity: 0;
  }
  section #key_visual .ddmenu input[type=checkbox]:checked + ul:hover li ~ li,
  section #key_visual .ddmenu input[type=checkbox]:checked + ul li ~ li {
    visibility: visible;
    opacity: 1;
  }
  section #key_visual .ddmenu ul:hover li ~ li,
  section #key_visual .ddmenu ul:hover li ~ li ~ li,
  section #key_visual .ddmenu ul:hover li ~ li ~ li ~ li {
    top: 0;
  }
  section #key_visual .ddmenu input[type=checkbox]:checked + ul:hover li ~ li,
  section #key_visual .ddmenu input[type=checkbox]:checked + ul li ~ li {
    top: 60px;
  }
  section #key_visual .ddmenu input[type=checkbox]:checked + ul:hover li ~ li ~ li,
  section #key_visual .ddmenu input[type=checkbox]:checked + ul li ~ li ~ li {
    top: 120px;
  }
  section #key_visual .ddmenu input[type=checkbox]:checked + ul:hover li ~ li ~ li ~ li,
  section #key_visual .ddmenu input[type=checkbox]:checked + ul li ~ li ~ li ~ li {
    top: 180px;
  }
}

section ol#links {
  position: relative;
  width: 1200px;
  margin: -150px auto 0;
  background: #f0f0f0;
  z-index: 5;
}

section ol#links li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}

section ol#links li a {
  display: block;
  width: 570px;
  height: 260px;
  background: #666;
}

section ol#links li a ~ a {
  margin-left: 20px;
}

section ol#links li dl {
  width: 570px;
  height: 260px;
  color: #fff;
  font-weight: bold;
}

section ol#links li a dl {
  background: url("/images/careers/careers_index_links01.jpg") no-repeat;
}

section ol#links li a + a dl {
  background: url("/images/careers/careers_index_links02.jpg") no-repeat;
}

section ol#links li dl dt {
  position: relative;
  box-sizing: border-box;
  height: 50%;
  padding-top: 70px;
  padding-left: 40px;
  font-size: 2.75rem;
}

section ol#links li dl dt::before,
section ol#links li dl dt::after {
  position: absolute;
  display: block;
  content: "";
  width: 510px;
  height: 1px;
}

section ol#links li dl dt::before {
  bottom: -1px;
  border-top: solid 1px #fff;
}

section ol#links li dl dt::after {
  bottom: -1px;
  border-top: solid 1px #47d3a2;
  width: 10%;
}

section ol#links li dl dd {
  position: relative;
  font-size: 1.75rem;
  box-sizing: border-box;
  height: 50%;
  padding-top: 30px;
  padding-left: 40px;
}

section ol#links li dl dd span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  width: 54px;
  height: 54px;
}

section ol#links li dl dd span::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #47d3a2;
  border-right: solid 1px #47d3a2;
  transform: rotate(45deg) translateX(32px);
}

@media screen and (max-width: 1259px) {
  section ol#links {
    width: 610px;
    margin: -150px auto 0;
  }
  section ol#links li {
    flex-direction: column;
  }
  section ol#links li a ~ a {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  section ol#links {
    position: relative;
    width: 85%;
    margin: -150px auto 0;
    background: #f0f0f0;
    z-index: 5;
  }
  section ol#links li {
    display: block;
    padding: 20px;
    box-sizing: border-box;
  }
  section ol#links li a {
    display: block;
    width: 100%;
    /*    height: 40vw;*/
    height: 34vw;
    background: #666;
  }
  section ol#links li a ~ a {
    margin-left: 0;
  }
  section ol#links li dl {
    width: 100%;
    /*    height: 40vw;*/
    height: 34vw;
    color: #fff;
    font-weight: bold;
  }
  section ol#links li a dl {
    background: url("/images/careers/careers_index_links01.jpg") no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  section ol#links li a + a dl {
    background: url("/images/careers/careers_index_links02.jpg") no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  section ol#links li dl dt {
    position: relative;
    box-sizing: border-box;
    height: 50%;
    padding-top: 10vw;
    padding-left: 7.5vw;
    font-size: 4vw;
  }
  section ol#links li dl dt::before,
  section ol#links li dl dt::after {
    position: absolute;
    display: block;
    content: "";
    width: 80%;
    height: 1px;
  }
  section ol#links li dl dt::before {
    bottom: -1px;
    border-top: solid 1px #fff;
  }
  section ol#links li dl dt::after {
    bottom: -1px;
    border-top: solid 1px #47d3a2;
    width: 15%;
  }
  section ol#links li dl dd {
    padding-top: 6vw;
    padding-left: 7vw;
    font-size: 3vw;
  }
}

/* add change 20180627 shimura  //start */
section #catch {
  width: 100%;
  height: 385px;
  margin-top: 100px;
  background: url("/images/careers/careers_s-cubism_now_kv.jpg") center no-repeat;
}

section #catch .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  text-align: center;
}

/* add 20190510 shimura font-feature-settings */
section #catch .sccopy {
  display: inline-block;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Roboto-Light', sans-serif;
  /* font-size: 6rem; */
  font-size: 4.8rem;
  /* font-weight: bold; */
  line-height: 1;
  color: #fff;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 1px;
  /* 表示を見て要調整 */
}

/* add 20190510 shimura font-feature-settings end */
section #catch h2.sccopy::before,
section #catch h2.sccopy::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 114px;
  border: 1px solid;
}

section #catch h2.sccopy::before {
  left: -45px;
  top: 0;
  border-color: #fff transparent #fff #fff;
}

section #catch h2.sccopy::after {
  left: auto;
  right: -45px;
  top: 0;
  background: none;
  border-color: #fff #fff #fff transparent;
}

section #catch .sccopy small {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.6;
  margin-top: 15px;
}

/* add change 20180627 shimura  //end */
section #catch .sccopy small br {
  /* display: none; */
  display: block;
}

section #catch .sccopy::after {
  display: none;
}

@media screen and (max-width: 1259px) {
  section #catch {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  section #catch .inner {
    width: 100%;
    margin: 50px auto;
    text-align: center;
  }
  section #catch .sccopy {
    font-size: 9vw;
    margin-bottom: 70px;
  }
  section #catch .sccopy small {
    display: inline-block;
    /* add 20180627 shimura */
    width: 80%;
    /* add 20180627 shimura */
    font-size: 3.75vw;
  }
  section #catch .sccopy small br {
    /* display: inline-block; */
    display: none;
    /* change 20180627 shimura */
  }
}

/* add change 20180627 shimura  //start */
section #more-content {
  position: relative;
  top: -130px;
  width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

section #more-content .tile_contents {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px 22px;
  background: #f0f0f0;
}

/* add change 20180627 shimura  //end */
section #more-content .tile_contents::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

section #more-content .tile_contents .tile_wrap {
  background: #fff;
  overflow: hidden;
  width: 32%;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  opacity: 1;
  transition: .8s;
}

section #more-content .tile_contents .tile_wrap.twop {
  opacity: 0;
}

section #more-content .tile_contents .tile_wrap .thumb {
  position: relative;
  overflow: hidden;
  width: 150%;
  height: 220px;
  margin-left: -25%;
}

section #more-content .tile_contents .tile_wrap .thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-height: 340px;
  margin: auto;
}

section #more-content .tile_contents .tile_wrap .tile_content {
  width: 100%;
  /*  height: 150px;*/
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

section #more-content .tile_contents .tile_wrap .tile_content .tile_category {
  padding-bottom: 20px;
}

section #more-content .tile_contents .tile_wrap .tile_content .tile_category span {
  display: inline-block;
  padding: 1px 8px 0;
  background: #47d3a2;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1259px) {
  section #more-content {
    width: 90%;
    margin: 0 auto;
  }
  section #more-content .tile_contents .tile_wrap .thumb img {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 768px) {
  section #more-content {
    width: 90%;
    margin: 0 auto;
  }
  /**/
  section #more-content .tile_contents {
    width: calc(100% - 10px);
    padding: 10px;
  }
  section #more-content .tile_contents .tile_wrap {
    width: 46%;
  }
  section #more-content .tile_contents .tile_wrap .thumb {
    width: auto;
    height: 33vw;
  }
  section #more-content .tile_contents .tile_wrap .thumb img {
    transform: scale(1.25);
  }
  section #more-content .tile_contents .tile_wrap .tile_content {
    padding: 8px;
    width: auto;
    height: auto;
  }
  section #more-content .tile_contents .tile_wrap .tile_content .tile_category,
  section #more-content .tile_contents .tile_wrap .tile_content .tile_title {
    font-size: 3.75vw;
    padding-bottom: 5px;
  }
}

#more_disp {
  margin: 30px auto 80px;
  width: 480px;
  text-align: center;
}

#more_disp a {
  display: inline-block;
  border: solid 1px #484848;
  width: 480px;
  line-height: 60px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #more_disp {
    width: 85%;
  }
  #more_disp a {
    width: 100%;
  }
}

#interview section p,
#interview section h3,
header.main-header,
footer.main-footer {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

/* interview */
.title01__inner__sub {
  line-height: 1.5;
}

.bread-crumb ul {
  margin: 0;
}

#news .newsletter-content-section {
  width: auto;
  margin: 0;
  padding: 40px 0 0;
}

#news .newsletter-content-section h2 {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #news .newsletter-content-section {
    height: 400px;
  }
  #news .content-article {
    width: 80%;
  }
  #news .content-article input {
    box-sizing: border-box;
  }
}
