@charset "UTF-8";
/* For English */
/*
.example{
    @include widtnPercent(960, 300);
}
*/
/*
.example{
    @include heightPercent(500, 300);
}
*/
/*
.example{
    @include marginPercent(500, 20, 5, 20, 5);
}
*/
/*
.example{
    @include paddingPercent(500, 20, 5, 20, 5);
}
*/
/* IEハック用mixin */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 100;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  font-size: 12px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: #5c5c5c;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: .35s ease-in-out;
}
a:hover {
  opacity: .5;
}

::selection {
  background: #5c5c5c;
}

::-moz-selection {
  background: #5c5c5c;
}

input, select {
  vertical-align: middle;
  border: none;
}

textarea {
  resize: none;
}

/* スクロールバーの有無によるズレ対策 */
html {
  overflow-y: scroll;
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  min-height: 100vh;
  color: #313131;
  line-height: 1;
  word-break: normal;
  word-wrap: break-word;
  font-family: source-han-serif-jp-subset, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="submit"],
input[type="text"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background-color: #ffffff;
}
input[type="submit"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="text"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* リンク要素:初期設定
 ---------------------------------------- */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* 確認線 */
.test {
  border: solid 1px red;
}

/* フロート */
.left {
  float: left;
}

.right {
  float: right;
}

/* フロート解除 clerfix
 ---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* ブロック要素にする */
.block {
  display: block;
}

/* インライン要素にする */
.inline {
  display: inline;
}

/* BOX */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body.press header nav li.press {
  text-decoration: underline;
}
body.about header nav li.about {
  text-decoration: underline;
}
body.promise header nav li.promise {
  text-decoration: underline;
}
body.company header nav li.company {
  text-decoration: underline;
}
body.recruit header nav li.recruit {
  text-decoration: underline;
}

.wrap, .wrapTop {
  opacity: 0;
}

.loading {
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.loading img {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header {
  padding: 30px;
  width: 100%;
  overflow: hidden;
  background: url(/assets/en/images/common/bg_head.png) repeat 0 0;
  position: fixed;
  z-index: 10;
}
header nav ul li {
  margin: 0 20px 0 0;
  font-size: 1.2rem;
}
header nav ul li.recruit {
  display: none;
}
header nav ul li.jp {
  font-size: 0.93rem;
}
header nav ul li.search a img {
  width: 12px;
}
header nav ul li:last-child {
  margin: 0;
}

section {
  position: relative;
}
section.content {
  margin-bottom: 100px;
  min-height: calc( 100vh - 220px );
}
section.content .panel {
  color: #313131;
}
section .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
section .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.b2m {
  margin: 0 auto;
  width: 1000px;
}
.b2m a {
  padding: 0 0 0 50px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
  background: url(/assets/en/images/common/arrow_b2m.png) no-repeat 0 center;
  display: block;
}
.b2m a span {
  font-size: 1rem;
}

footer .copyright {
  padding: 38px 0;
  color: #626262;
  text-align: center;
  background: #eeeeee;
}
footer .copyright p {
  margin: 0 0 20px 0;
  font-size: 1rem;
  line-height: 1;
}
footer .copyright small {
  font-size: 0.8rem;
}

@media print, screen and (min-width: 1024px) {
  header .logo {
    float: left;
  }
  header .logo a {
    display: block;
  }
  header .logo a img {
    width: 110px;
  }
  header nav {
    float: right;
  }
  header nav ul {
    margin: 0 0 15px 0;
  }
  header nav ul li {
    display: inline-block;
  }
  header nav #srchBox {
    float: right;
  }

  .menu--wrap {
    display: none;
  }

  section:before {
    content: '';
    width: 100%;
    height: 121px;
    display: block;
  }
  section .panel {
    padding: 80px;
    text-align: center;
  }
  section .panel h1 {
    font-size: 3rem;
  }
  section .panel h1 span {
    font-size: 1.34rem;
  }
  section .panel:after {
    margin: 35px auto 0;
    content: '';
    width: 50px;
    height: 4px;
    background: #313131;
    display: block;
  }

  .b2m {
    padding: 0 0 100px 0;
  }
  .b2m a {
    background-size: 23px;
  }
}
@media print, screen and (max-width: 1023px) {
  html {
    visibility: visible;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
  }

  header {
    padding: 10px;
    z-index: 99;
  }
  header .logo {
    width: 22%;
  }
  header .logo a {
    display: block;
  }
  header nav {
    padding: 20px;
    height: 100vh;
    display: none;
  }
  header nav ul li {
    font-size: 2rem;
  }
  header nav ul li a {
    padding: 10px 0;
    display: block;
  }
  header nav ul li.jp {
    font-size: 1.4rem;
  }
  header nav #srchBox {
    margin: 10px 0 0 0;
  }
  header nav #srchBox.watermark #srchInput {
    font-size: 1.5rem;
    width: 64%;
  }
  header nav #srchBox #srchBtn {
    height: 30px;
    color: #313131;
    font-size: 1.2rem;
  }
  header .menu {
    position: fixed;
    z-index: 10;
    top: 6px;
    right: 1em;
    width: 34px;
    height: 46px;
  }
  header .menu span {
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #5c5c5c;
  }
  header .menu span:nth-child(1) {
    top: 8px;
  }
  header .menu.active span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -moz-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    -o-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  header .menu span:nth-of-type(2) {
    top: 17px;
  }
  header .menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu span:nth-of-type(3) {
    top: 26px;
  }
  header .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -o-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  header .menu small {
    position: absolute;
    font-size: .6rem;
    font-weight: 500;
    line-height: 1;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    color: #5c5c5c;
  }

  section.content {
    margin-bottom: 50px;
    min-height: calc( 100vh - 170px );
  }
  section:before {
    content: '';
    width: 100%;
    height: 63px;
    display: block;
  }
  section .panel {
    padding: 40px;
    text-align: center;
  }
  section .panel h1 {
    font-size: 2.4rem;
    line-height: 1;
  }
  section .panel h1 span {
    font-size: 1.34rem;
  }
  section .panel:after {
    margin: 20px auto 0;
    content: '';
    width: 50px;
    height: 4px;
    background: #313131;
    display: block;
  }

  .b2m {
    margin: 0 0 50px 0;
    padding: 0 20px;
    max-width: 100%;
  }
  .b2m a {
    padding: 0 0 0 40px;
    font-size: 1.3rem;
    background-size: 20px;
  }
  .b2m a span {
    font-size: 0.9rem;
  }
}
@media print, screen and (min-width: 760px) and (max-width: 1023px) {
  header .logo {
    width: 14%;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  header .logo a {
    width: 75px;
  }
}
#srchBox {
  color: #000000;
  text-align: left;
}

#srchBox #srch #srchForm {
  white-space: nowrap;
}

#srchBox #srchInput {
  margin-right: 6px;
  vertical-align: middle;
}

#srchBox #srchBtn {
  height: 22px;
  font-family: source-han-serif-jp-subset, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  background: #cccccc;
}

#srchBox ul {
  margin-top: 6px;
  text-align: left;
}

#srchBox li {
  list-style-type: none;
  display: inline;
  zoom: 1;
  padding-right: 10px;
}

#srchBox li input {
  zoom: 1;
  margin-right: 2px;
  _margin: -4px 0 -4px -4px;
  vertical-align: middle;
  border: 0;
}

#srchBox #srchLogo {
  margin: 6px 6px 6px 0;
  text-align: right;
}

#srchBox #srchLogo a {
  color: #666666;
  text-decoration: none;
  font-size: 85%;
}

#srchBox #srchLogo a:hover {
  text-decoration: underline;
}

#srchBox.watermark #srchInput {
  padding: 4px 3px 3px 3px;
  border: 1px solid #a5acb2;
  background: #fffffff;
}

#srchBox.watermark #srchInput.nomark {
  background: #fff;
}

#srchBox.watermark #srchLogo {
  display: none;
}

#srchBox .img {
  display: none;
}

.index__content #content1 {
  height: calc( 100vh - 121px);
  text-align: center;
}
.index__content #content1 .key {
  position: relative;
  top: 50%;
}
.index__content #content1 .key img {
  width: 430px;
  opacity: 0;
}
.index__content #content1 .key .catch h1 {
  margin: 60px 0 20px 0;
  color: #626262;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
}
.index__content #content1 .key .catch h1 strong {
  font-size: 40px;
  color: #d1343b;
}
.index__content #content1 .key .catch p {
  color: #626262;
  font-size: 24px;
  line-height: 1.8;
}
.index__content #content2 {
  width: 100%;
}
.index__content #content2 .box {
  padding: 120px 0 100px 0;
  color: #626262;
  text-align: center;
  background: #ffffff;
}
.index__content #content2 .box .inner {
  padding: 0 20px;
}
.index__content #content2 .box .inner h2 {
  color: #626262;
  font-size: 2.5rem;
  font-variant: small-caps;
  letter-spacing: 0.5rem;
}
.index__content #content2 .box .inner h2 span {
  color: #d1343b;
  font-size: 2.5rem;
}
.index__content #content2 .box .inner h3 {
  margin: 60px 0 40px 0;
  font-size: 1.84rem;
}
.index__content #content2 .box .inner p {
  margin: 0 0 65px 0;
  font-size: 1.34rem;
  line-height: 2;
}
.index__content #content2 .box .inner a.more {
  font-size: 1.2rem;
  text-decoration: underline;
}
.index__content #content2 .box .inner a.more:hover {
  text-decoration: none;
}
.index__content #content3 {
  width: 100%;
}
.index__content #content3 .box {
  padding: 120px 0;
  color: #626262;
  text-align: center;
  background: #ffffff;
}
.index__content #content3 .box .inner {
  padding: 0 20px;
}
.index__content #content3 .box .inner h2 {
  color: #626262;
  font-size: 2.5rem;
  font-variant: small-caps;
  letter-spacing: 0.5rem;
}
.index__content #content3 .box .inner h2 span {
  color: #d1343b;
  font-size: 2.5rem;
}
.index__content #content3 .box .inner ul {
  margin: 60px 0;
}
.index__content #content3 .box .inner ul li {
  margin: 0 auto 25px auto;
  padding: 0 0 25px 0;
  width: 615px;
  border-bottom: 1px #a0a0a0 solid;
}
.index__content #content3 .box .inner ul li:last-child {
  border: none;
}
.index__content #content3 .box .inner ul li dl dt {
  width: 110px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  display: table-cell;
}
.index__content #content3 .box .inner ul li dl dt span {
  line-height: 1;
  display: block;
}
.index__content #content3 .box .inner ul li dl dd {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
  vertical-align: top;
  display: table-cell;
}
.index__content #content3 .box .inner a.more {
  font-size: 1.2rem;
  text-decoration: underline;
}
.index__content #content3 .box .inner a.more:hover {
  text-decoration: none;
}
.index__content #content4 .box .inner h2 {
  color: #626262;
  font-size: 2.5rem;
  font-variant: small-caps;
  letter-spacing: 0.5rem;
}
.index__content #content4 .box .inner h2 span {
  color: #d1343b;
  font-size: 2.5rem;
}
.index__content #content4 {
  width: 100%;
}
.index__content #content4 .box {
  padding: 120px 0;
  color: #626262;
  text-align: center;
  background: #ffffff;
}
.index__content #content4 .box .inner {
  padding: 0 20px;
}
.index__content #content4 .box .inner h3 img {
  width: 500px;
  margin-top: 50px
}
.index__content #content4 .box .inner .img {
  margin: 50px 0;
  width: 480px;
}
.index__content #content4 .box .inner p {
  margin: 0 0 50px 0;
  font-size: 1.34rem;
  line-height: 2;
}
.index__content #content4 .box .inner a.more {
  font-size: 1.2rem;
  text-decoration: underline;
}
.index__content #content4 .box .inner a.more:hover {
  text-decoration: none;
}
.index footer {
  border-top: 1px #eeeeee solid;
}
.index footer .utilities {
  padding: 40px 0;
}
.index footer .utilities .inner {
  padding: 0 20px;
}
.index footer .utilities .inner .box .flogo {
  width: 140px;
}
.index footer .utilities .btn {
  width: 167px;
  padding: 12px 0;
  font-size: 1.17rem;
  line-height: 1;
  text-align: center;
  border: 1px #b9b9b9 solid;
  display: block;
}
.index footer .utilities .btn:hover {
  opacity: 1;
  color: #ffffff;
  background: #b9b9b9;
  text-decoration: none;
}

@media print, screen and (min-width: 1024px) {
  .index__content.content {
    margin: 0;
  }
  .index__content #content1 .key {
    transform: translate(0, -80%);
  }
  .index__content #content1 .key .catch {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 50px;
  }
  .index__content #content2 {
    padding: 700px 0 0 0;
    background: url(/assets/en/images/top/img1.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .index__content #content3 {
    padding: 700px 0 0 0;
    background: url(/assets/en/images/top/img2.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .index__content #content3 .box .inner ul li dl dd {
    width: 505px;
  }
  .index__content #content4 {
    padding: 700px 0 0 0;
    background: url(/assets/en/images/top/img3.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .index__content #content4 p {
    /*padding: 0 20px;*/
	padding: 0 10%;
  }
  .index footer .utilities .inner {
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
  }
  .index footer .utilities .inner .box {
    float: left;
    overflow: hidden;
  }
  .index footer .utilities .inner .box .flogo {
    float: left;
	padding-top: 3.5rem;
  }
  .index footer .utilities .inner .box .info {
    margin: 0 0 0 190px;
  }
  .index footer .utilities .inner .box .info p {
    margin: 0 0 25px 0;
    color: #626262;
    font-size: 1.5rem;
    line-height: 1;
  }
  .index footer .utilities .inner .box .info ul li {
    margin: 0 0 10px 0;
  }
  .index footer .utilities .inner .box .info ul li:last-child {
    margin: 0;
  }
  .index footer .utilities .inner .box .info ul li dl dt {
    width: 70px;
    color: #626262;
    font-size: 1.17rem;
    line-height: 1.4;
    display: table-cell;
  }
  .index footer .utilities .inner .box .info ul li dl dd {
    color: #626262;
    font-size: 1.17rem;
    line-height: 1.4;
    display: table-cell;
  }
  .index footer .utilities .inner .btn {
    float: right;
    transform: translate(0, 100%);
  }
  .index #page {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }
  .index #page li {
    margin: 0 0 10px 0;
  }
  .index #page li:last-child {
    margin: 0;
  }
  .index #page li a {
    width: 8px;
    height: 8px;
    background: #a9a9a9;
    border-radius: 50%;
    display: block;
  }
  .index #page li a.current {
    background: #d1343b;
  }
  .index #page li a:hover {
    opacity: 1;
    background: #d1343b;
  }
  #srchBox {
	display: none;
  }
}
@media print, screen and (max-width: 1023px) {
  .index__content.content {
    margin: 0;
  }
  .index__content #content1 {
    height: calc( 100vh - 63px );
  }
  .index__content #content1 .key {
    padding: 0 10px;
    transform: translate(0, -60%);
  }
  .index__content #content1 .key img {
    width: 200px;
  }
  .index__content #content1 .key .catch h1 {
    margin: 40px 0 20px 0;
    font-size: 6vw;
    line-height: 1.6;
    opacity: 0;
  }
  .index__content #content1 .key .catch h1 strong {
    font-size: 5vw;
  }
  .index__content #content1 .key .catch p {
    font-size: 5vw;
    opacity: 0;
  }
  .index__content #content2 .box {
    padding: 60px 0;
  }
  .index__content #content3 .box {
    padding: 60px 0;
  }
  .index__content #content3 .box .inner ul li {
    max-width: 100%;
  }
  .index__content #content4 .box {
    padding: 60px 0;
  }
  .index footer .utilities .inner .box .flogo {
    margin: 0 auto;
  }
  .index footer .utilities .inner .box .info p {
    margin: 20px 0;
    font-size: 1.17rem;
    text-align: center;
  }
  .index footer .utilities .inner .box .info ul li {
    margin: 0 0 10px 0;
    text-align: center;
  }
  .index footer .utilities .inner .box .info ul li dl dt {
    margin: 0 0 5px 0;
    font-size: 1.17rem;
    line-height: 1;
  }
  .index footer .utilities .inner .box .info ul li dl dd {
    font-size: 1.17rem;
    line-height: 1.6;
  }
  .index footer .utilities .btn {
    margin: 20px auto 0 auto;
  }
  .index #page {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .index__content #content1 .key img {
    width: 45%;
  }
  .index__content #content1 .key .catch h1 {
    font-size: 40px;
  }
  .index__content #content1 .key .catch h1 strong {
    font-size: 40px;
  }
  .index__content #content2 {
    padding: 700px 0 0 0;
    background: url(/assets/en/images/top/img1.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .index__content #content3 {
    padding: 700px 0 0 0;
    background: url(/assets/en/images/top/img2.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .index__content #content4 {
    padding: 700px 0 0 0;
    background: url(/assets/en/images/top/img3.jpg) no-repeat center center fixed;
    background-size: cover;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .index__content #content1 .key img {
    width: 150px;
  }
  .index__content #content1 .key .catch h1 {
    font-size: 20px;
  }
  .index__content #content1 .key .catch h1 strong {
    font-size: 20px;
  }
}
.about__content .menu li {
  position: relative;
}
.about__content .menu li h2 {
  width: 180px;
  font-size: 1.7rem;
  line-height: 1.2;
  text-align: center;
  background: url(/assets/en/images/about/bg_menu.png) repeat 0 0;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9;
  /* for IE11, FIREFOX hack */
}
.about__content .menu li h2 span {
  font-size: 1.16rem;
}
.about__content .menu li h2 a {
  padding: 15px 0;
  color: #ffffff;
  display: block;
}
.about__content .menu li h2 a:hover {
  text-decoration: none;
}
.about__content .menu li .img {
  margin: 0 auto 10px;
  width: 86%;
  display: block;
}
.about__content .menu li p {
  font-size: 1.33rem;
  line-height: 1.6;
  text-align: right;
}
.about__content .menu li p a {
  text-decoration: none;
}
.about__content .menu li p a:hover {
  opacity: 1;
  /* for IE11, FIREFOX hack */
}
.about__content.topmessage .inner h2 {
  font-size: 2rem;
  text-align: center;
}
.about__content.topmessage .inner p {
  margin: 0 0 2em 0;
  font-size: 1.34rem;
  line-height: 2;
}
.about__content.topmessage .inner p:last-child {
  margin: 0;
  text-align: right;
}
.about__content.vision .inner h2 {
  font-size: 2rem;
  text-align: center;
}
.about__content.vision .inner .box {
  border-top: 1px #313131 solid;
}
.about__content.vision .inner .box h3 {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
.about__content.vision .inner .box .vrl h4 {
  margin: 0 0 30px 0;
  font-size: 2.5rem;
  text-align: center;
}
.about__content.vision .inner .box .vrl ul {
  margin: 0 auto;
  display: table;
}
.about__content.vision .inner .box .vrl ul li {
  margin: 0 0 20px 0;
  font-size: 1.3rem;
  line-height: 2;
}
.about__content.vision .inner .box .vrl ul li:last-child {
  margin: 0;
}
.about__content.history .inner h2 {
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.about__content.history .inner p {
  margin: 0 0 2rem 0;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
.about__content.history .inner ul {
  border-top: 1px #cccccc solid;
}
.about__content.history .inner ul li {
  margin: 0 0 30px 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.about__content.history .inner ul li:last-child {
  margin: 0;
}
.about__content.history .inner ul li dl dt {
  font-size: 1.5rem;
  line-height: 1.6;
  display: table-cell;
}
.about__content.history .inner ul li dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
  display: table-cell;
}
.about__content.history .inner ul p {
  text-align: left;
  text-indent: -1em;
	margin-bottom: 0!important;
}
.about__content.businessfield .inner h2 {
  font-size: 1.9rem;
  line-height: 2;
  text-align: center;
}
.about__content.businessfield .inner ul li {
  padding: 20px 0 20px 20px;
  border-top: 1px #313131 solid;
}
.about__content.businessfield .inner ul li h3 {
  margin: 0 0 10px 0;
  font-size: 1.34rem;
  line-height: 1;
  background-size: 15px;
}
.about__content.businessfield .inner ul li p {
  font-size: 1.16rem;
  line-height: 1.6;
}
.about__content.businessfield .inner ul li a {
  color: #313131;
}
.about__content.businessfield .inner ul li a h3 {
  margin: 0 0 10px 0;
  font-size: 1.34rem;
  line-height: 1;
  background: url(/assets/en/images/common/arrow_r.png) no-repeat right center;
  background-size: 15px;
}
.about__content.businessfield .inner ul li a p {
  font-size: 1.16rem;
  line-height: 1.6;
}

.promise__content .menu li {
  position: relative;
}
.promise__content .menu li h2 {
  width: 240px;
  font-size: 1.7rem;
  line-height: 1.2;
  text-align: center;
  background: url(/assets/en/images/promise/bg_menu.png) repeat 0 0;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9;
  /* for IE11, FIREFOX hack */
}
.promise__content .menu li h2 span {
  font-size: 1.16rem;
}
.promise__content .menu li h2 a {
  padding: 15px 0;
  color: #ffffff;
  display: block;
}
.promise__content .menu li h2 a:hover {
  text-decoration: none;
}
.promise__content .menu li .img {
  margin: 0 auto 10px;
  width: 86%;
  display: block;
}
.promise__content .menu li p {
  font-size: 1.33rem;
  line-height: 1.6;
  text-align: right;
}
.promise__content .menu li p a {
  text-decoration: none;
}
.promise__content .menu li p a:hover {
  opacity: 1;
  /* for IE11, FIREFOX hack */
}
.promise__content.safety .inner h2 {
  font-size: 2rem;
  text-align: center;
}
.promise__content.safety .inner .box {
  border-bottom: 1px #eeeeee solid;
  text-align: center;
}
.promise__content.safety .inner .box h3 {
  font-size: 1.65rem;
}
.promise__content.safety .inner .box .img {
  margin: 40px auto;
  width: 440px;
  display: block;
}
.promise__content.safety .inner .box p {
  font-size: 1.34rem;
  line-height: 2;
}
.promise__content.csr .inner h2 {
  font-size: 2rem;
  text-align: center;
}
.promise__content.csr .inner h3 {
  font-size: 1.65rem;
  font-weight: bold;
  text-align: center;
}
.promise__content.csr .inner .box {
  border-bottom: 1px #eeeeee solid;
}
.promise__content.csr .inner .box h4 {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}
.promise__content.csr .inner .box p {
  font-size: 1.34rem;
  line-height: 2;
}
.promise__content.development .inner h2 {
  font-size: 2rem;
  text-align: center;
}
.promise__content.development .inner .box {
  text-align: center;
}
.promise__content.development .inner .box h3 {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1.65rem;
  line-height: 1;
  background: #313131;
  display: table;
}
.promise__content.development .inner .box h4 {
  margin: 0 0 30px 0;
  font-size: 1.65rem;
  line-height: 1;
}
.promise__content.development .inner .box p {
  font-size: 1.5rem;
  line-height: 2;
}
.promise__content.development .inner .box span.ball {
  margin: 50px auto;
  width: 6px;
  height: 6px;
  background: #313131;
  display: block;
  border-radius: 50%;
}
.promise__content.governance .inner h2 {
  font-size: 2rem;
  text-align: center;
}
.promise__content.governance .inner h3 {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1.65rem;
  line-height: 1;
  background: #313131;
  display: table;
}
.promise__content.governance .inner p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
}

.company__content .inner h2 {
  font-size: 2rem;
  text-align: center;
}
.company__content .inner p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
.company__content .inner h3 {
  font-size: 2rem;
  text-align: center;
  border-top: 1px #cccccc solid;
}
.company__content .inner ul li {
  margin: 0 0 10px 0;
}
.company__content .inner ul li dl dt {
  font-size: 1.5rem;
  line-height: 1.6;
  display: table-cell;
}
.company__content .inner ul li dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
  display: table-cell;
}
.company__content .inner ul li dl dd table tbody tr td{
  font-size: 1.5rem;
  line-height: 1.6;
  padding-right: 20px;
}
.company__content .inner span{
  font-size: 1.5rem;
}
.company__content .inner .position{
  width: 270px;
  display: inline-block;
}
.company__content .inner .sp{
  display: none;
}
.company__content .inner .pc{
  display: inline;
}

.recruit__content .inner a {
  margin: 60px auto;
  padding: 10px 20px;
  font-size: 1.34rem;
  line-height: 1.8;
  text-align: center;
  display: table;
}

.search__content .inner {
  margin: 30px auto 80px auto;
  padding: 10px 20px;
  line-height: 1.8rem;
  display: table;
  max-width: 800px;
}
.search__content .inner h4 {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
.search__content .inner .entry-content {
  padding-left: 2rem;
}

.contact__content .inner p.txt {
  font-size: 1.34rem;
  line-height: 2;
  text-align: center;
}
.contact__content .inner ul {
  margin: 0 auto;
  display: table;
}
.contact__content .inner ul li dl dt {
  font-size: 1.5rem;
  line-height: 1.6;
  vertical-align: middle;
  display: table-cell;
}
.contact__content .inner ul li dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
  vertical-align: middle;
  display: table-cell;
}
.contact__content .inner ul li dl dd input[type=text],
.contact__content .inner ul li dl dd input[type=email] {
  padding: 8px 10px;
  width: 100%;
  font-family: source-han-serif-jp-subset, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
  border: 1px #cccccc solid;
}
.contact__content .inner ul li dl dd input[type=text].tel {
  width: 50%;
}
.contact__content .inner ul li dl dd input[type=text].zip {
  width: 50%;
}
.contact__content .inner ul li dl dd textarea {
  padding: 10px;
  width: 100%;
  height: 10rem;
  font-family: source-han-serif-jp-subset, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
  line-height: 1.4;
  border: 1px #cccccc solid;
}
.contact__content .inner ul li dl dd p.error {
  margin: 0 0 10px 0;
  color: #ff0000;
  font-size: 1.34rem;
  line-height: 1;
}
.contact__content .inner .submit input {
  margin: 40px auto 0;
  padding: 10px 20px;
  color: #313131;
  font-family: source-han-serif-jp-subset, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.32rem;
  line-height: 1;
  background: #ffffff;
  border: 1px #313131 solid;
  display: table;
  cursor: pointer;
}
.contact__content .inner .submit input:hover {
  color: #313131;
  background: #ffffff;
  border: 1px #313131 solid;
}

/* Contact form 7 CSS setting */
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-response-output {
  margin: 20px auto 0 auto;
  color: #CC0000;
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #CC0000;
  font-size: 1.4rem;
}

.privacy__content .inner h2 {
  font-size: 2rem;
  text-align: center;
}
.privacy__content .inner h3 {
  margin: 0 0 15px 0;
  font-size: 1.5rem;
}
.privacy__content .inner h4 {
  margin: 0 0 15px 0;
  font-size: 1.3rem;
  font-weight: bold;
}
.privacy__content .inner p {
  font-size: 1.2rem;
  line-height: 1.8;
}
.privacy__content .inner ul li {
  margin: 0 0 20px 0;
  font-size: 1.2rem;
  line-height: 1.6;
}
.privacy__content .inner p.sign {
  text-align: right;
}
.privacy__content .inner hr {
  height: 1px;
  background: #d5d5d5;
}

.terms__content .inner h2 {
  margin: 80px 0 10px 0;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
.terms__content .inner p {
  margin: 0 0 40px 0;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
.terms__content .inner p.say {
  margin: 40px 0;
}
.terms__content .inner ul {
  margin: 0 auto;
  display: table;
}
.terms__content .inner ul li {
  margin: 0 0 5px 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.sitemap__content .inner .box {
  margin: 0 auto;
  display: table;
}
.sitemap__content .inner .box ul {
  margin: 0 40px 0 0;
  padding: 15px;
  vertical-align: top;
  display: inline-block;
}
.sitemap__content .inner .box ul:last-child {
  margin: 0;
}
.sitemap__content .inner .box ul.sec2 {
  margin-top: 50px;
}
.sitemap__content .inner .box ul.sec3 {
  margin-top: 50px;
}
.sitemap__content .inner .box ul li {
  font-size: 1.34rem;
  line-height: 1.6;
}
.sitemap__content .inner .box ul li a {
  padding: 5px 0 5px 18px;
  background: url(/assets/en/images/common/arrow.png) no-repeat 0 center;
  background-size: 6px;
  display: block;
}

#overlay {
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#overlay .inner {
  margin: 0 auto;
  max-width: 800px;
  display: none;
}
#overlay #close {
  width: 80px;
  position: fixed;
  right: 20px;
  top: 20px;
}
.content-area .pagination .screen-reader-text {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .press__content ol.tabs {
    margin: 0 auto 80px;
    display: table;
  }
  .press__content ol.tabs li {
    margin: 0 10px;
    font-size: 1.34rem;
    line-height: 1;
    display: inline-block;
  }
  .press__content ol.tabs li:after {
    margin: 0 0 0 20px;
    content: "|";
  }
  .press__content ol.tabs li:last-child:after {
    margin: 0;
    content: "";
  }
  .press__content ol.tabs li.sp {
    display: none;
  }
  .press__content ol.tabs li a.active {
    border-bottom: 1px #313131 solid;
  }
  .press__content .archive.sp {
    display: none;
  }
  .press__content .listWrap {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
  }
  .press__content .listWrap ul.list {
    width: 800px;
    float: left;
    display: none;
  }
  .press__content .listWrap ul.list li {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px #e7e7e7 solid;
  }
  .press__content .listWrap ul.list li dl dt {
    font-size: 1.34rem;
  }
  .press__content .listWrap ul.list li dl dt span {
    margin: 0 0 0 10px;
    padding: 2px 4px;
    font-size: 1rem;
    border: 1px #313131 solid;
    display: inline-block;
  }
  .press__content .listWrap ul.list li dl dd {
    margin: 15px 0 0 0;
    font-size: 1.34rem;
    line-height: 1.6;
  }
  .press__content .listWrap ul.list li dl dd a {
    color: #313131;
  }
  .press__content .listWrap ul.list.active {
    display: block;
  }
  .press__content .listWrap .archive {
    width: 160px;
    float: right;
  }
  .press__content .listWrap .archive h3 {
    font-size: 1.55rem;
    line-height: 2;
    border-bottom: 1px #313131 solid;
  }
  .press__content .listWrap .archive ul {
    padding: 20px;
  }
  .press__content .listWrap .archive ul li a {
    font-size: 1.34rem;
    line-height: 2;
  }
  .press__content .pager ul {
    margin: 50px auto;
    display: table;
  }
  .press__content .pager ul li {
    font-size: 1.34rem;
    display: inline-block;
  }
  .press__content .pager ul li a {
    margin: 0 10px;
  }
  .press__content .pager ul li a.active {
    border-bottom: 1px #313131 solid;
  }
  .press__content .pager .active {
    border-bottom: 1px #313131 solid;
  }
  .press__content .detail {
    margin: 0 auto;
    width: 1000px;
  }
  .press__content .detail .date {
    margin: 0 0 20px 0;
    font-size: 1.55rem;
    line-height: 3;
    border-bottom: 1px #ccc solid;
  }
  .press__content .detail .date span {
    margin: 0 0 0 10px;
    padding: 2px 4px;
    line-height: 1.32rem;
    border: 1px #313131 solid;
    display: inline-block;
  }
  .press__content .detail h3 {
    margin: 0 0 10px 0;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .press__content .detail .entry {
    font-size: 1.32rem;
    line-height: 1.6;
  }
  .press__content .detail h4 {
    margin: 1.8rem 0 8px 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .press__content .detail .entry p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .content .detail .entry .link-pdf {
	padding-top: 1.5rem;
  }
  .content .detail .entry .link-page {
	padding-top: 1.5rem;
  }

  .press__content .archiveList {
    margin: 0 auto;
    width: 1000px;
  }
  .press__content .archiveList ul.list {
    width: 100%;
  }
  .press__content .archiveList ul.list li {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px #e7e7e7 solid;
  }
  .press__content .archiveList ul.list li dl dt {
    font-size: 1.34rem;
  }
  .press__content .archiveList ul.list li dl dt span {
    margin: 0 0 0 10px;
    padding: 2px 4px;
    font-size: 1rem;
    border: 1px #313131 solid;
    display: inline-block;
  }
  .press__content .archiveList ul.list li dl dd {
    margin: 15px 0 0 0;
    font-size: 1.34rem;
    line-height: 1.6;
  }
  .press__content .archiveList ul.list li dl dd a {
    color: #313131;
  }
  .press__content .archiveList ul.list.active {
    display: block;
  }

  .about__content .menu {
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
  }
  .about__content .menu li {
    padding: 0 10px;
    width: 48%;
  }
  .about__content .menu li:nth-child(odd) {
    float: left;
  }
  .about__content .menu li:nth-child(even) {
    float: right;
  }
  .about__content .menu li:first-child {
    margin-bottom: 80px;
  }
  .about__content .menu li:nth-child(2) {
    margin-bottom: 80px;
  }
  .about__content.topmessage .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .about__content.topmessage .inner .txt {
    margin: 80px 0 0 0;
    overflow: hidden;
  }
  .about__content.topmessage .inner .txt .img {
    margin: 0 0 15px 30px;
    width: 315px;
    float: right;
  }
  .about__content.vision .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .about__content.vision .inner .box {
    margin: 80px 0 0 0;
    padding: 80px 0 0 0;
  }
  .about__content.vision .inner .box .vrl {
    margin: 50px auto 0 auto;
    display: table;
  }
  .about__content.vision .inner .box .vrl ul {
    min-height: 330px;
  }
  .about__content.history .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .about__content.history .inner h2 {
    margin: 0 0 40px 0;
  }
  .about__content.history .inner ul {
    padding: 100px 100px 0 100px;
  }
  .about__content.history .inner ul li dl dt {
    margin: 100px auto 40px;
    width: 3.5em;
  }
  .about__content.businessfield .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .about__content.businessfield .inner ul {
    margin: 60px 0 0 0;
    overflow: hidden;
  }
  .about__content.businessfield .inner ul li {
    margin: 0 2% 3% 0;
    width: 32%;
    min-height: 150px;
    float: left;
  }
  .about__content.businessfield .inner ul li:nth-child(3n) {
    margin: 0 0 3% 0;
  }
  .promise__content .menu {
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
  }
  .promise__content .menu li {
    padding: 0 10px;
    width: 48%;
  }
  .promise__content .menu li:nth-child(odd) {
    float: left;
  }
  .promise__content .menu li:nth-child(even) {
    float: right;
  }
  .promise__content .menu li:first-child {
    margin-bottom: 80px;
  }
  .promise__content .menu li:nth-child(2) {
    margin-bottom: 80px;
  }
  .promise__content.safety .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .promise__content.safety .inner .box {
    margin: 80px 0 0 0;
    padding: 0 0 80px 0;
  }
  .promise__content.csr .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .promise__content.csr .inner h3 {
    margin: 80px 0 0 0;
  }
  .promise__content.csr .inner .box {
    margin: 60px 0 0 0;
    padding: 0 30px 60px 30px;
    overflow: hidden;
  }
  .promise__content.csr .inner .box .img {
    margin: 0 30px 0 0;
    width: 440px;
    float: left;
  }
  .promise__content.csr .inner .box p {
    margin: 0 0 2rem 0;
  }
  .promise__content.development .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .promise__content.development .inner .box {
    margin: 80px 0 0 0;
  }
  .promise__content.development .inner .box h3 {
    margin: 0 auto 45px;
  }
  .promise__content.governance .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .promise__content.governance .inner h3 {
    margin: 60px auto 20px;
  }

  .company__content .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .company__content .inner p {
    margin: 45px 0 100px 0;
  }
  .company__content .inner h3 {
    margin: 0 0 100px 0;
    padding: 100px 0 0 0;
  }
  .company__content .inner ul {
    margin: 0 auto;
    display: table;
  }
  .company__content .inner ul li dl dt {
    width: 180px;
  }

  .search__content .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .search__content .inner .page-header h1 {
    font-size: 1.55rem;
    text-align: center;
  }
  .search__content .inner .page-header h1 span {
    font-size: 2rem;
  }
  .search__content .inner .content-area {
    margin: 50px 0;
  }
  .search__content .inner .content-area article {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px #cccccc dotted;
  }
  .search__content .inner .content-area article .entry-header h4 {
    font-size: 1.55rem;
    line-height: 1.8;
  }
  .search__content .inner .content-area article .entry-content p {
    font-size: 1.32rem;
    line-height: 1.8;
  }
  .search__content .inner .content-area .nav-links {
    font-size: 1.32rem;
    text-align: center;
  }
  .search__content .inner .content-area .nav-links a {
    margin: 0 10px;
  }
  .search__content .inner .content-area .nav-links span {
    margin: 0 10px;
  }

  .contact__content .inner ul {
    margin: 100px auto 0 auto;
  }
  .contact__content .inner ul li {
    margin: 0 0 30px 0;
  }
  .contact__content .inner ul li:last-child {
    margin: 0;
  }
  .contact__content .inner ul li dl dt {
    width: 200px;
  }
  .contact__content .inner ul li dl dd {
    width: 400px;
  }

  .privacy__content .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .privacy__content .inner h2 {
    margin: 0 0 60px 0;
  }
  .privacy__content .inner p {
    margin: 0 0 40px 0;
  }
  .privacy__content .inner ul {
    margin: 0 0 40px 0;
  }
  .privacy__content .inner ul li {
    margin: 0 0 10px 0;
  }
  .privacy__content .inner hr {
    margin: 100px 0;
  }

  .terms__content .inner {
    margin: 0 auto;
    width: 1000px;
  }

}
@media print, screen and (max-width: 1023px) {
  .press__content ol.tabs {
    margin: 0 auto;
    padding: 20px;
    width: 90%;
    border: 1px #ccc solid;
  }
  .press__content ol.tabs li {
    font-size: 1.2rem;
    text-align: center;
  }
  .press__content ol.tabs li a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px #ccc dashed;
  }
  .press__content ol.tabs li:last-child a {
    padding: 10px 0 0 0;
    border: none;
  }
  .press__content ol.tabs li.ac {
    display: none;
  }
  .press__content ol.tabs li:nth-child(2) {
    margin: 10px 0 0 0;
  }
  .press__content .listWrap ul.list {
    padding: 20px;
    display: none;
  }
  .press__content .listWrap ul.list li {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px #e7e7e7 solid;
  }
  .press__content .listWrap ul.list li dl dt {
    font-size: 1.2rem;
  }
  .press__content .listWrap ul.list li dl dt span {
    margin: 0 0 0 10px;
    padding: 2px 4px;
    font-size: 1rem;
    border: 1px #313131 solid;
    display: inline-block;
  }
  .press__content .listWrap ul.list li dl dd {
    margin: 10px 0 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .press__content .listWrap ul.list li dl dd a {
    color: #313131;
  }
  .press__content .listWrap ul.list.active {
    display: block;
  }
  .press__content .archive {
    margin: 10px auto;
    padding: 20px;
    width: 90%;
    border: 1px #ccc solid;
  }
  .press__content .archive h3 {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
  }
  .press__content .archive ul li {
    padding: 10px 0;
    font-size: 1.2rem;
    text-align: center;
    border-bottom: 1px #ccc dashed;
    display: none;
  }
  .press__content .archive ul li a {
    padding: 10px 0;
    display: inline;
  }
  .press__content .archive ul li:last-child {
    padding: 10px 0 0 0;
    border: none;
  }
  .press__content .archive ul li:first-child {
    margin: 10px 0 0 0;
  }
  .press__content .archive.pc {
    display: none;
  }
  .press__content .archiveList ol.tabs li.ac {
    display: table;
  }
  .press__content .pager ul {
    margin: 0 auto;
    display: table;
  }
  .press__content .pager ul li {
    margin: 0 10px;
    font-size: 1.32rem;
    display: inline-block;
  }
  .press__content .pager ul li.active {
    border-bottom: 1px #5c5c5c solid;
  }
  .press__content .detail {
    padding: 20px;
  }
  .press__content .detail p.date {
    font-size: 1rem;
  }
  .press__content .detail p.date span {
    margin: 0 0 0 10px;
    padding: 2px 5px;
    border: 1px #5c5c5c solid;
  }
  .press__content .detail h3 {
    margin: 20px 0;
    font-size: 2rem;
  }
  .press__content .detail h4 {
    margin: 1.8rem 0 8px 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .press__content .detail .entry {
    font-size: 1.32rem;
    line-height: 1.6;
  }
  .press__content .detail .entry p {
    font-size: 1.32rem;
    line-height: 1.8;
  }
  .press__content .archiveList {
    padding: 20px;
  }
  .press__content .archiveList h2 {
    margin: 0 0 20px 0;
    font-size: 1.55rem;
    text-align: center;
  }
  .press__content .archiveList ol.tabs {
    border: 0px;
  }
  .press__content .archiveList ol.tabs li {
	margin: 0 auto;
  }
  .press__content .archiveList ul li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px #5c5c5c dotted;
  }
  .press__content .archiveList ul li dl dt {
    margin: 0 0 5px 0;
    font-size: 1rem;
  }
  .press__content .archiveList ul li dl dt span {
    margin: 0 0 0 10px;
  }
  .press__content .archiveList ul li dl dd {
    font-size: 1.32rem;
    line-height: 1.6;
  }

  .about__content .menu {
    padding: 0 20px;
  }
  .about__content .menu li {
    margin: 0 0 30px 0;
  }
  .about__content .menu li h2 {
    width: 40%;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: normal;
  }
  .about__content .menu li h2 span {
    font-size: 1rem;
  }
  .about__content .menu li p {
    font-size: 1.2rem;
  }
  .about__content.topmessage .inner {
    padding: 0 20px;
  }
  .about__content.topmessage .inner h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
  .about__content.topmessage .inner .txt {
    margin: 20px 0 0 0;
  }
  .about__content.topmessage .inner .txt .img {
    margin: 10px auto;
    display: block;
  }
  .about__content.topmessage .inner .txt p {
    font-size: 1.2rem;
  }
  .about__content.vision .inner {
    padding: 0 20px;
  }
  .about__content.vision .inner h2 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .about__content.vision .inner .box {
    margin: 40px auto 0;
    padding: 40px 0 0 0;
  }
  .about__content.vision .inner .box h3 {
    font-size: 1.5rem;
  }
  .about__content.vision .inner .box .vrl {
    margin: 30px 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .about__content.vision .inner .box .vrl h4 {
    margin: 0 0 20px 0;
    font-size: 1.6rem;
    line-height: 1;
  }
  .about__content.vision .inner .box .vrl ul li {
    margin: 0 0 10px 0;
    font-size: 2vw;
    line-height: 1.5;
  }
  .about__content.history .inner {
    padding: 0 20px;
  }
  .about__content.history .inner h2 {
    margin: 0 0 20px 0;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .about__content.history .inner p {
    font-size: 16px;
    text-align: left;
  }
  .about__content.history .inner ul {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
  }
  .about__content.history .inner ul li dl dt {
    width: 3.5em;
    font-size: 1.4rem;
  }
  .about__content.history .inner ul li dl dd {
    font-size: 1.4rem;
  }
  .about__content.businessfield .inner {
    padding: 0 20px;
  }
  .about__content.businessfield .inner h2 {
    font-size: 1.5rem;
  }
  .about__content.businessfield .inner ul {
    margin: 40px 0 0 0;
  }
  .about__content.businessfield .inner ul li {
    padding: 20px;
  }

  .promise__content .menu {
    padding: 0 20px;
  }
  .promise__content .menu li {
    margin: 0 0 30px 0;
  }
  .promise__content .menu li h2 {
    width: 60%;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: normal;
  }
  .promise__content .menu li h2 span {
    font-size: 1rem;
  }
  .promise__content .menu li p {
    font-size: 1rem;
  }
  .promise__content.safety .inner {
    padding: 0 20px;
  }
  .promise__content.safety .inner h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
  .promise__content.safety .inner .box {
    margin: 40px 0 0 0;
    padding: 0 0 40px 0;
  }
  .promise__content.safety .inner .box h3 {
    font-size: 1.63rem;
    line-height: 1.6;
  }
  .promise__content.safety .inner .box .img {
    margin: 20px auto;
  }
  .promise__content.safety .inner .box p {
    font-size: 1.2rem;
    text-align: center;
  }
  .promise__content.csr .inner {
    padding: 0 20px;
  }
  .promise__content.csr .inner h2 {
    line-height: 1.6;
  }
  .promise__content.csr .inner h3 {
    margin: 40px 0;
    line-height: 1.6;
  }
  .promise__content.csr .inner .box {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
  .promise__content.csr .inner .box h4 {
    margin: 15px 0;
    font-size: 1.34rem;
    line-height: 1.6;
  }
  .promise__content.csr .inner .box p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .promise__content.development .inner {
    padding: 0 20px;
  }
  .promise__content.development .inner h2 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .promise__content.development .inner .box {
    margin: 40px 0 0 0;
  }
  .promise__content.development .inner .box h3 {
    margin: 0 auto 30px auto;
  }
  .promise__content.development .inner .box h4 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .promise__content.development .inner .box p {
    font-size: 1.34rem;
  }
  .promise__content.governance .inner {
    padding: 0 20px;
  }
  .promise__content.governance .inner h2 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .promise__content.governance .inner h3 {
    margin: 40px auto 20px auto;
    font-size: 1.5rem;
  }
  .promise__content.governance .inner p {
    font-size: 1.34rem;
  }

  .company__content .inner {
    padding: 0 20px;
  }
  .company__content .inner h2 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .company__content .inner p {
    margin: 30px 0 40px;
    font-size: 16px;
    text-align: left;
  }
  .company__content .inner h3 {
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
    font-size: 1.34rem;
  }
  .company__content .inner ul {
    margin: 0 auto;
    display: table;
  }
  .company__content .inner ul li dl dt {
    width: 120px;
    font-size: 1.2rem;
  }
  .company__content .inner ul li dl dd {
    font-size: 1.2rem;
  }
  .company__content .inner span{
    font-size: 1.05rem;
  }
  .company__content .inner .position{
    width: auto;
  }
  .company__content .inner .position:not(:first-of-type){
    padding-top:10px;
  }
  .company__content .inner .sp{
    display: inline;
  }
  .company__content .inner .pc{
    display: none;
  }

  .recruit__content .inner {
    padding: 0 20px;
  }
  .recruit__content .inner a {
    margin: 60px auto;
  }

  .search__content .inner {
    padding: 0 20px;
  }
  .search__content .inner .page-header h1 {
    font-size: 1.32rem;
    text-align: center;
  }
  .search__content .inner .page-header h1 span {
    font-size: 1.55rem;
  }
  .search__content .inner .content-area {
    margin: 30px 0;
  }
  .search__content .inner .content-area article {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px #cccccc dotted;
  }
  .search__content .inner .content-area article .entry-header {
    margin: 0 0 10px 0;
  }
  .search__content .inner .content-area article .entry-header h4 {
    font-size: 1.32rem;
  }
  .search__content .inner .content-area article .entry-content p {
    font-size: 1.12rem;
    line-height: 1.6;
  }
  .search__content .inner .content-area .nav-links {
    text-align: center;
    font-size: 1.12rem;
  }
  .search__content .inner .content-area .nav-links a {
    margin: 0 5px;
  }
  .search__content .inner .content-area .nav-links span {
    margin: 0 5px;
  }
  .search__content .inner .content-area .screen-reader-text {
    display: none;
  }

  .contact__content .inner {
    padding: 0 20px;
  }
  .contact__content .inner p.txt {
    font-size: 1.2rem;
  }
  .contact__content .inner ul {
    margin: 40px auto 0 auto;
    width: 100%;
  }
  .contact__content .inner ul li {
    margin: 0 0 20px 0;
  }
  .contact__content .inner ul li:last-child {
    margin: 0;
  }
  .contact__content .inner ul li dl dt {
    margin: 0 0 8px 0;
    display: block;
  }
  .contact__content .inner ul li dl dd {
    display: block;
  }
  .contact__content .inner ul li dl dd input[type=text] {
    width: 100%;
  }
  .contact__content .inner ul li dl dd input[type=text].tel {
    width: 100%;
  }
  .contact__content .inner ul li dl dd input[type=text].zip {
    width: 100%;
  }
  .contact__content .inner .submit {
    margin: 20px auto 0 auto;
  }

  .privacy__content .inner {
    padding: 0 20px;
  }
  .privacy__content .inner h2 {
    margin: 0 0 20px 0;
  }
  .privacy__content .inner h3 {
    line-height: 1.6;
  }
  .privacy__content .inner h4 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .privacy__content .inner p {
    margin: 0 0 20px 0;
    font-size: 1.1rem;
  }
  .privacy__content .inner ul li {
    font-size: 1.1rem;
  }
  .privacy__content .inner hr {
    margin: 40px 0;
  }

  .terms__content .inner {
    padding: 0 20px;
  }
  .terms__content .inner h2 {
    margin: 40px 0;
  }
  .terms__content .inner p {
    font-size: 1.1rem;
  }
  .terms__content .inner ul li {
    font-size: 1.1rem;
  }

  .sitemap__content .inner {
    padding: 0 20px;
  }
  .sitemap__content .inner .box ul {
    margin: 0;
    display: block;
  }
  .sitemap__content .inner .box ul.sec2 {
    margin: 0;
    padding: 0 15px;
  }
  .sitemap__content .inner .box ul.sec3 {
    margin: 0;
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 375px) {
  .promise__content.safety .inner .box p {
    text-align: left;
  }
}
/* for SmartPhone hack  */
/*@media print, screen and (max-width: 736px) {
	.vrl1 {
		padding: 0 0 0 110px;
	}
	.vrl2 {
		padding: 0 0 0 160px;
	}
}
@media print, screen and (max-width: 568px) {
	.vrl1 {
		padding: 0 0 0 40px;
	}
	.vrl2 {
		padding: 0 0 0 60px;
	}
}*/


/* ---------------------------------------------------------------------------
  2018.03.01 グループ共有フッター追加
--------------------------------------------------------------------------- */

.blank:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    width: 1em;
    height: 1em;
    margin-left: 0.2em;
    line-height: 1;
    background-size: 100%;
}
.blank--wh:after {
    background-image: url("/assets/en/images/common/ico_blank_white.svg");
    background-size: 100%;
}

.blank--bl:after {
    background-image: url("/assets/en/images/common/ico_blank.svg");
    background-size: 100%;
}

.footer__block {
    display: block;
    position: relative;
    padding: 60px 0;
    background: #e6ebef;
}
.footer__block--co {
    color: #FFF;
    background: #727171;
}
.footer__block--co a {
    color: #FFF;
}
.footer__block > * {
    overflow: hidden;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 30px;
}
.footer a:hover {
    text-decoration: underline;
}
@media screen and (max-width:767px) {
    .footer__block {
        padding: 30px 0;
    }
    .footer__block > * {
        padding: 0 20px;
    }
}

.ft-nav__inr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.6;
}

.ft-nav__inr ul:nth-child(1) {
  width: 35.6%
}

.ft-nav__inr ul:nth-child(2) {
  width: 38.518%
}

.ft-nav__inr ul:nth-child(3) {
  width: 25.882%
}


.ft-nav__item {
    display: block;
    box-sizing: border-box;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 12px;
}
.ft-nav dt {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.ft-nav li {
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: .1em;
    /*font-size: 1.2rem;*/
}
.ft-nav li.category {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width:767px) {
    .ft-nav {
        overflow: visible!important;
    }
    .ft-nav__item {
        display: none;
        float: none;
        width: auto;
        padding: 0;
    }
    .ft-nav__item.first {
        display: block;
    }
}

.ft-co__ttl {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .05em;
    /*font-size: 1.6rem;*/
}
.ft-co .ft-nav {
    margin: 0 80px;
}
.en .ft-co .ft-nav {
    margin: 0;
}
.en .ft-co .ft-nav li {
    font-size: 10px;
    font-size: 1rem;
}
@media screen and (max-width:980px) {
    .ft-co .ft-nav {
        margin: 0;
    }
}
@media screen and (max-width:767px) {
    .ft-co__ttl {
        display: none;
    }
    .ft-co .ft-nav {
        padding: 0;
        margin: 0;
        border-top: 0;
    }
    .ft-co .ft-nav li {
        display: none;
        margin-bottom: 0;
    }
    .ft-co .ft-nav__sp {
        display: block!important;
        font-size: 0.875rem;
        text-align: center;
    }
    .ft-co .ft-nav__sp a {
        border: 0;
        padding-right: 20px;
    }
    .ft-co .ft-nav__sp a.only-sp {
      padding-right: 0;
    }
    .only-pc {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .only-sp {
      display: none;
    }
  }

/* 三友学園教育グループフッター調整 */
.ft-sanyu-en__ttl {
  font-size: 10px;
  margin: 1em 0 5px;
  padding-left: 12px;
  letter-spacing: .1em;
}

@media screen and (max-width:767px) {
  .ft-sanyu-en__ttl {
      display: none;
  }
}
