@charset "UTF-8";
/*
.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 */

/* overwrite_start*/

/*外部リンク画像追加*/
.blank--bl:after{
	background-image: url(/assets/images/common/ico_blank.svg) ;
	background-size: 100%
}

.notice{
	vertical-align: top;
    font-size: 0.8em;
}

.privacy__content .inner strong{
	display: block;
	font-size: 1.8rem;
	text-align: center;
  line-height: 1.5;
}

/*ソーシャルメディアポリシー導線用*/
.mediapolicy__link{
	text-align: right;
}
.mediapolicy__link a{
	background: url(/assets/images/common/arrow_r.svg) no-repeat right center;
	background-size: 15px;
	padding-right: 30px;
}
@media print, screen and (max-width: 1150px) {
  .privacy__content .inner .mediapolicy__link{
	  width: 70%;
	  margin: 0 auto;
	}
}
@media print, screen and (max-width: 767px) {
  .privacy__content .inner .mediapolicy__link{
	  width: 80%;
	}
}
@media print, screen and (max-width: 425px) {
  .privacy__content .inner .mediapolicy__link{
	  width: 100%;
	}
}
/* overwrite_end*/
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: #626262;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: .35s ease-in-out;
}
a:hover {
  opacity: .5;
}

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: var(--color-text-main);
  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%);
}
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/images/common/arrow_b2m.png) no-repeat 0 center;
  display: block;
}
.b2m a span {
  font-size: 1rem;
}

@media print, screen and (min-width: 1024px) {
  .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;
  }

  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;
  }
}
#srchBox {
  color: #000000;
  text-align: left;
/*  display: none;*/
}

#srchBox a img {
  border: none;
}

#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;
}

/*html #srchBox #srchBtn {
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn{
padding-top:2px;
}*/
#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;
}

/*:+html #srchBox li input{
margin:-4px 0 -4px -4px;
}*/
#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: #fff;
}

#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;
}

@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/images/top/img1.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .index__content #content3 {
    padding: 700px 0 0 0;
    background: url(/assets/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/images/top/img3.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .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: 6vw;
  }
  .index__content #content1 .key .catch p {
    font-size: 5vw;
    opacity: 0;
  }
  .index__content #content2 {
    /*&:before{
    	content:'';
    	height: 300px;
    	background: url(/assets/images/top/img1.jpg) no-repeat center center;
    	background-size: 100%;
    	display: block;
    }*/
  }
  .index__content #content2 .box {
    padding: 60px 0;
  }
  .index__content #content3 {
    /*&:before{
    	content:'';
    	width: 100%;
    	height: 300px;
    	background: url(/assets/images/top/img2.jpg) no-repeat center center;
    	background-size: 100%;
    	display: block;
    }*/
  }
  .index__content #content3 .box {
    padding: 60px 0;
  }
  .index__content #content3 .box .inner ul li {
    max-width: 100%;
  }
  .index__content #content4 {
    /*&:before{
    	content:'';
    	height: 300px;
    	background: url(/assets/images/top/img3.jpg) no-repeat center center;
    	background-size: 100%;
    	display: block;
    }*/
  }
  .index__content #content4 .box {
    padding: 60px 0;
  }
  .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/images/top/img1.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .index__content #content3 {
    padding: 700px 0 0 0;
    background: url(/assets/images/top/img2.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .index__content #content4 {
    padding: 700px 0 0 0;
    background: url(/assets/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: 200px;
  font-size: 1.7rem;
  line-height: 1.2;
  text-align: center;
  background: url(/assets/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 {
  padding: 15px 0;
  color: #ffffff;
  display: block;
}
.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 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: table;
}
.about__content.vision .inner .box .vrl h4 {
  margin: 0 0 0 40px;
  font-size: 2.5rem;
}
.about__content.vision .inner .box .vrl h4 span {
  font-size: inherit;
  font-weight: inherit;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.about__content.vision .inner .box .vrl ul li {
  margin: 0 0 0 20px;
  font-size: 1.5rem;
  line-height: 2;
}
.about__content.vision .inner .box .vrl ul li:last-child {
  margin: 0;
}
.about__content.history .inner h2 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
.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;
}
.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 li dl dd p {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0;
}
.about__content.history .inner ul li dl dd p + p {
  margin-top: 1em;
  margin-bottom: 0;
}
.about__content.history .inner ul li dl dd span {
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
}
.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/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;
}

@media print, screen and (max-width: 1023px) {
  .about__content.businessfield .only-pc {
    display: none;
  }
}

.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/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 {
  padding: 15px 0;
  color: #ffffff;
  display: block;
}
.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;
  line-height: 1.5;
}
.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;
}
.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;
}
.promise__content.governance .inner p .securitypolicy_link {
  background: url(/assets/images/common/arrow_r.svg) no-repeat right center;
  background-size: 15px;
  padding-right: 30px;
  margin-top: 1em;
  display: inline-block;
}

/* COMPANY */
.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 span{
  font-size: 1.5rem;
}
.company__content .inner .position{
  width: 150px;
  display: inline-block;
}
.company__content .inner .sp{
  display: none;
}
.company__content .inner .pc{
  display: inline;
}

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

.recruit__content .inner p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}

.search__content .inner {
  line-height: 1.8rem;
}
.search__content .inner h4 {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
.search__content .inner .entry-content {
  padding-left: 2rem;
}
.search__content .inner .content-area {
  margin: 20px 0 0;
}
.search__content .inner .content-area .nav-links {
  text-align: center;
}
.search__content  .inner .screen-reader-text {
  display: none;
}
.search__content .inner .content-area .nav-links .page-numbers {
  margin: 0 0.5em;
}
.search__content .inner .content-area .nav-links .page-numbers {
  margin: 0 0.5em;
}
.search__content .inner .content-area .nav-links span[aria-current="page"] {
  font-size: 1.32rem;
  border: 1px solid #cecdcd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  position: relative;
  top: -0.4em;
}

.not-found .l-headerSearchForm {
  margin: 0 auto;
  width: 300px;
  max-width: 89.33%;
}

.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-color: #ffffff;
  border: 1px #313131 solid;
  display: table;
  cursor: pointer;
}
.contact__content .inner .submit input:hover {
  color: #313131;
  background-color: #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 .linkNavigation {
  margin-bottom: 48px;
}
.privacy__content .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 80px;
}
.privacy__content .linkNavigation .menu li {
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: 0 !important;
}
.privacy__content .linkNavigation .menu a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.privacy__content .linkNavigation .menu a::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjYxMSIgaGVpZ2h0PSI2LjU5MSIgdmlld0JveD0iMCAwIDcuNjExIDYuNTkxIj4NCiAgPHBhdGggaWQ9IuODkeOCuV8xMzIiIGRhdGEtbmFtZT0i44OR44K5IDEzMiIgZD0iTTYuOTI4LDYsMy40NjQsMCwwLDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMjcgNi4zNDEpIHJvdGF0ZSgxODApIiBmaWxsPSJub25lIiBzdHJva2U9IiM2MjYyNjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjAuNSIvPg0KPC9zdmc+DQo=);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .privacy__content .menu {
    gap: 20px 40px;
  }
}
.privacy__content .inner h2 {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}
.privacy__content .inner h2 span {
  font-size: inherit;
  display: inline-block;
}
.privacy__content .inner h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}
.privacy__content .inner h4 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: bold;
}
.privacy__content .inner p {
  font-size: 1.2rem;
  line-height: 1.8;
}
.privacy__content .inner ul li {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.privacy__content .inner ul:last-child li:last-child {
  margin-bottom: 0;
}
.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/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;
}

.not-found .page-content p{
  font-size: 16px;
  line-height: 2;
}

.press__content .listWrap ul.list li dl dt span,
.press__content .archiveList ul.list li dl dt span,
.press__content .detail p.date span {
  display: inline-block;
  padding-inline: 14px;
  line-height: 19px;
  border: 1px solid var(--color-border-light);
  border-radius: 11px;
  margin: 2px 5px;
}

.press__content .listWrap ul.list li dl dt span a:hover {
  text-decoration: none;
}

.search__content .inner .page-header .page-title {
  font-size: 1.55rem;
  text-align: center;
}

.search__content .inner .page-header .page-title span {
  font-size: 2rem;
}

@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 ol.tabs li a.active:hover {
    text-decoration: none;
  }
  .press__content .archive.sp {
    display: none;
  }
  .press__content .listWrap {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
    display: flex;
    gap: 20px;
  }
  .press__content .listWrap ul.list {
    width: 880px;
    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 dd {
    margin: 15px 0 0 0;
    font-size: 1.34rem;
    line-height: 1.6;
  }
  .press__content .listWrap ul.list.active {
    display: block;
  }
  .press__content .listWrap .archive {
    width: 160px;
  }
  .press__content .listWrap .archive h3 {
    font-size: 1.55rem;
    line-height: 2;
    border-bottom: 1px #e7e7e7 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 0;
    display: table;
  }
  .press__content .pager ul li {
    margin: 0 10px;
    font-size: 1.34rem;
    display: inline-block;
  }
  .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: 1080px;
  }
  .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: 1080px;
  }
  .press__content .archiveList h2 {
    margin: 0 0 40px 0;
    font-size: 2rem;
    text-align: center;
  }
  .press__content .archiveList ul.list {
    width: 100%;
  }
  .press__content .archiveList ul.list li {
    padding: 0 0 30px 0;
    border-bottom: 1px #e7e7e7 solid;
  }
  .press__content .archiveList ul.list li:not(:last-child){
    margin: 0 0 30px 0;
  }
  .press__content .archiveList ul.list li dl dt {
    font-size: 1.34rem;
  }
  .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: 1080px;
  }
  .about__content.vision .inner .box {
    margin: 80px 0 0 0;
    padding: 80px 0 0 0;
  }
  .about__content.vision .inner .box .vrl {
    margin: 80px auto 0 0;
    /* chrome hack */
    display: table;
  }
  .about__content.vision .inner .box .vrl ul {
    min-height: 330px;
  }
  .about__content.vision .inner .box .vrl1 {
    padding: 0 0 0 170px;
  }
  .about__content.vision .inner .box .vrl2 {
    padding: 0 0 0 240px;
  }
  .about__content.history .inner {
    margin: 0 auto;
    width: 1080px;
  }
  .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: 100px;
  }
  .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%;
    float: left;
  }
  .about__content.businessfield .inner ul li:nth-child(3n) {
    margin: 0 0 3% 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 0\0) {
  .vrl1 {
    padding: 0 0 0 170px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 0\0) {
  .vrl2 {
    padding: 0 0 0 240px;
  }
}

@media print, screen and (min-width: 1024px) {
  .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: 1080px;
  }
  .promise__content.safety .inner .box {
    margin: 80px 0 0 0;
    padding: 0 0 80px 0;
  }
  .promise__content.csr .inner {
    margin: 0 auto;
    width: 1080px;
  }
  .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: 1080px;
  }
  .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: 1080px;
  }
  .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: 140px;
  }
  .recruit__content .inner p {
    margin: 45px 0 100px 0;
  }
  .search__content .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .search__content .inner .content-area {
    margin: 50px 0 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;
  }
  .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: 1080px;
  }
  .privacy__content .inner h2 {
    margin: 0 0 60px 0;
  }
  .privacy__content .inner p:not(:last-child) {
    margin-bottom: 40px;
  }
  .privacy__content .inner .policy__list p:not(:last-child) {
    margin: 0 0 0.5em 0;
  }
  .privacy__content .inner ul:not(:last-child) {
    margin: 0 0 40px 0;
  }
  .privacy__content .inner ul li:not(:last-child){
    margin-bottom: 10px;
  }
  .privacy__content .inner hr {
    margin: 100px 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .press__content ol.tabs {
    margin: 0 auto 20px;
    padding: 20px;
    width: 90%;
    border: 1px #ccc solid;
  }
  .press__content ol.tabs li {
    font-size: 1.2rem;
    text-align: center;
  }
/*
  .press__content ol.tabs {
    display: table;
  }
*/
  .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 0;
    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 dd {
    margin: 10px 0 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .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 {
    font-size: 1.2rem;
    text-align: center;
    display: none;
  }
  .press__content .archive ul li a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px #ccc dashed;
  }
  .press__content .archive ul li:last-child a {
    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 0;
  }
  .press__content .detail p.date {
    font-size: 1rem;
  }
  .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 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 0 20px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .about__content.vision .inner .box .vrl ul li {
    margin: 0 0 0 10px;
    font-size: 2vw;
    line-height: 1.5;
  }
  .about__content.history .inner h2 {
    margin: 0 0 20px 0;
    font-size: 1.8rem;
  }
  .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: 80px;
    font-size: 1.2rem;
  }
  .about__content.history .inner ul li dl dd,
  .about__content.history .inner ul li dl dd p,
  .about__content.history .inner ul li dl dd p span {
    font-size: 1.2rem;
  }
  .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 h2 {
    font-size: 2rem;
  }
  .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;
  }
  .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 h3 {
    margin: 40px 0;
  }
  .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;
  }
  .promise__content.csr .inner .box p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .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 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 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: 100px;
    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 p {
    margin: 30px 0 40px;
    font-size: 16px;
    text-align: center;
  }
  .recruit__content .inner a {
    margin: 60px auto;
  }

  .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 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-bottom: 20px;
    font-size: 1.1rem;
  }
  .privacy__content .inner .policy__list p {
    margin: 0 0 0.5em 0;
  }
  .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;
  }
  .search__content .inner .content-area article {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px #cccccc dotted;
  }
  .not-found .page-content p{
    font-size: 14px;
  }
}
@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;
	}
}*/

/* ---------------------------------------------------------------------------
  ロイテリ新商品発表会　追加css
--------------------------------------------------------------------------- */
  section .recital .panel:after {
    margin: 35px auto 0;
    content: '';
    width: 50px;
    height: 4px;
    background: #568eda;
    display: block;
  }
  section .recital .inner .panel:after {
    margin: 35px auto 0;
    content: '';
    width: 50px;
    height: 4px;
    background: #568eda;
    display: block;
  }

section.product .recital .inner h3 {
  line-height: 1.3em;
  font-size: 2.0rem;
}

section.product .recital .inner h4 {
  line-height: 1.3em;
  text-align: center;
}

.inner span.small_text {
  font-size: 1rem;
  text-align: center;
}
.promise__content.csr .inner .box_noborder {
  border: none;
	margin: 0;
	padding-bottom: 0px;
}

.box_noborder img {
	display: block;
	margin: 0 auto;
}

.box_noborder span.small_text {
	display: block;
	text-align: center;
}

.recital .inner h2.inner_title {
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 2rem;
	line-height: 1.3em;
	text-align: center;
}

@media print, screen and (max-width: 1023px) {
	.recital .inner h2.inner_title {
	font-size: 1.6rem;
    line-height: 1.3em;
	padding-bottom: 20px;
  }
}


/* ---------------------------------------------------------------------------
  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/images/common/ico_blank_white.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 10px;
    }
}

.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: 32.1932692308%
}

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

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

.ft-nav__inr ul:nth-child(4) {
    width: 23.0394230769%
}

@media screen and (max-width:767px) {
  .ft-nav__inr ul {
    width: 100% !important;
  }
}

.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: 0;
    padding: 0 12px;
}
.ft-nav dt {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.ft-nav li {
    margin-bottom: 5px;
    font-size: 12px;
    /*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;
    /*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: 1rem;
        text-align: center;
    }
    .ft-co .ft-nav__sp a {
        border: 0;
        padding-right: 20px;
    }
    .only-pc {
        display: none;
    }
    .ft-co .ft-nav__sp a.only-sp {
      padding-right: 0;
    }
}

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

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

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

.socialmedia__content .inner__head {
  padding-bottom: 40px;
}

.socialmedia__content .company_name{
  width: 400px !important;
  margin: 0 auto !important;
  padding-bottom: 30px;
  font-weight: normal !important;
}

@media screen and (max-width:420px) {
  .socialmedia__content .company_name{
    width: 100% !important;
    font-weight: normal !important;
  }
}

.socialmedia__content .account__list{
  width: 350px;
  margin: 0 auto !important;
  padding-bottom: 30px;
}

@media screen and (max-width:420px) {
  .socialmedia__content .account__list{
    width: 100%;
    padding-left: 20px;
  }
}

.socialmedia__content .account__list p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.socialmedia__content .account__list li{
  list-style: none;
  padding-left: 50px;
  background-size: 40px !important;
  margin-bottom: 30px !important;
  display: table;
  height: 40px;
}

.socialmedia__content .account__list a {
  display: table-cell;
  vertical-align: middle;
}

.socialmedia__content .account__list li.icon_piazza {
  background: url(/assets/images/socialmedia/piazza_icon.png) no-repeat;
}

.socialmedia__content .account__list li.icon_instagram {
  background: url(/assets/images/socialmedia/instagram_icon.png) no-repeat;
}

.socialmedia__content .account__list li.icon_x {
  background: url(/assets/images/socialmedia/x_icon.png) no-repeat;
}

.socialmedia__content .account__list li.icon_facebook {
  background: url(/assets/images/socialmedia/facebook_icon.png) no-repeat;
}

.socialmedia__content .account__list li.icon_line {
  background: url(/assets/images/socialmedia/line_icon.png) no-repeat;
}

.socialmedia__content .account__list li.icon_youtube {
  background: url(/assets/images/socialmedia/youtube_icon.png) no-repeat;
}

.socialmedia__content .account__list li.icon_tiktok {
  background: url(/assets/images/socialmedia/tiktok_icon.png) no-repeat;
}

.socialmedia__content .account__list li.icon_pinterest {
  background: url(/assets/images/socialmedia/pinterest_icon.png) no-repeat;
}

.socialmedia__content .account__list li.icon_threads {
  background: url(/assets/images/socialmedia/threads_icon.png) no-repeat;
}

.socialmedia__content .account__list li.ameblo {
  position: relative;
}

.socialmedia__content .account__list li.ameblo::before {
  content: "Amebaブログ";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 0.9em;
}

.socialmedia__content .account__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.socialmedia__content .mb0 {
  margin-bottom: 0;
}

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

@media print, screen and (max-width: 1023px){
  section.socialmedia__content .panel h1 {
    line-height: 1.4;
  }
  .socialmedia__content .inner h2 {
    margin: 40px 0;
    line-height: 1.4;
  }
}

@media print, screen and (max-width: 425px) {
  .socialmedia__content ul.account__list li {
    width: 100%;
    margin: 0 auto 30px;
  }
}

@media print, screen and (max-width: 320px) {
  .socialmedia__content .panel h1 {
    font-size: 2rem;
  }
  .socialmedia__content .inner h2 {
    font-size: 1.8rem;
  }
  .socialmedia__content ul.account__list li p.account__name {
    font-size: 1.1rem;
    width: 60%;
  }
}

footer .ft-group {
  padding: 28px 0;
  color: #626262;
  text-align: center;
  background-color: #eeeeee;
  border-bottom: 1px solid #d8d8d8;
}

footer .ft-group .group-link {
  display: inline-block;
  padding: 5px;
}

@media print, screen and (max-width: 425px) {
  footer .ft-group .group-link {
    display: block;
  }
}

/* 改行 */
span[class^="no-break"] {
  font-size: inherit;
  font-weight: inherit;
}
/* pc */
@media print, screen and (min-width: 1040px) {
  span.no-break-pc {
    display: inline-block;
  }
}
/* tab */
@media print, screen and (min-width: 500px) {
  span.no-break-tab {
    display: inline-block;
  }
}
/* sp */
@media print, screen and (max-width: 499px) {
  span.no-break-sp {
    display: inline-block;
  }
}

/* ニュースページカラム設定 */
.news_column {
  display: flex;
  gap: 2em;
}

.news_column > .news_item{
  flex-basis: 50%
}

@media print, screen and (max-width: 767px) {
  .news_column {
    flex-direction: column;
  }
  .news_column > .news_item > img{
    display: block;
    margin: 0 auto;
  }
}
