/*
Theme Name:
Theme URI:
Author:
Description:
*/


/* ---------------
* Normalize
---------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  transition: 0.1s ease-in-out;
}

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,
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;
vertical-align:baseline;
background:transparent;
}

body {
 line-height:1;
}

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

ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

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

p {
overflow-wrap:break-word;
word-wrap:break-word;
}

a {
margin:0;
padding:0;
/* font-size:100%; */
vertical-align:baseline;
background:transparent;
}

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

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

hr {
display:block;
height:1px;
border:0;
border-top:1px solid #E5E5E5;
margin:0;
padding:0;
}

input, select {
vertical-align:middle;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.clearText {
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  font-size: 0;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.hbr {
  display: inline-block;
  padding: 1% 0;
}

/* ---------------
* Font
---------------*/
html {
  font-size: 62.5%; /*10px*/
}
body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem; /*16px*/
  font-family: "メイリオ" , "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.wbfont {
  font-family: 'Raleway', sans-serif;
}

.wbfont-shin{
  /*font-family: "a-otf-ud-shin-go-pr6n" , sans-serif;*/
}

button, input, select, textarea {
font-family : inherit;
/* font-size : 100%; */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}


/* ---------------
* Link
---------------*/
a {
  font-weight: bold;
  color: #000;
  transition: .4s;
  opacity: 1;
}

a:hover {
  opacity: 0.9;
}

a:hover p{
  text-decoration: underline;
  color: #555;
}

.arrowlink a {
  width: 100%;
  text-decoration: none;
}

.arrowlink  a::before {
  content: url(./raw-html/img/common/arrow_link.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 12px;
}

.arrowlink  a:hover {
  color: #f6aa00;
}

.arrowlink--right {
  margin-bottom: 32px;
  text-align: right;
}

.boxlink {
  position: relative;
  display: inline-block;
  width: 270px;
  padding: 14px 20px;
  line-height: 1;
  background-color: #FFF;
  border: 1px solid #bbb;
  border-radius: 4px;
  text-align: left;
  font-size: 1.4rem;
}

.boxlink::after {
  content: url(./raw-html/img/common/arrow_blank_link.svg);
  display: inline-block;
  position: absolute;
  top:50%;
  right:0;
  width: 14px;
  height: 14px;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  margin-right: 20px;
}

.boxlink--text {
  position: relative;
}

.boxlink--text:hover {
  color:#ffba21;
}

.boxlink--text::after {
  content: url(./raw-html/img/common/arrow_blank_link.svg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: -32px;
  width: 14px;
  height: 14px;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  margin-right: 20px;
}

.boxlink--white {
  position: relative;
  width: 270px;
  margin: 0 auto;
  padding: 14px 20px;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 4px;
  text-align: left;
  font-size: 1.4rem;
}

a:hover .boxlink--white {
  background-color: #FFF;
  color: #656565;
}

.boxlink--white::after {
  content: url(./raw-html/img/common/arrow_blank_link--w.svg);
  display: inline-block;
  position: absolute;
  top:50%;
  right:0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-right: 20px;
}

a:hover .boxlink--white::after {
  content: url(./raw-html/img/common/arrow_blank_link.svg);
  display: inline-block;
  position: absolute;
  top:50%;
  right:0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-right: 20px;
}

.current-menu-item a{
  color: #f6aa00!important;
}

/* ---------------
* Base-Layout
---------------*/
body {
  background-color: #fafef9;
}

h1 {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, .entry-content {
  line-height: 2.15;
  letter-spacing: 0.1em;
}


/* ---------------
* Header-area
---------------*/
.site-header {
  width: 100%;
  max-width: calc(1216px * 1.2);
  margin: 0 auto;
  padding: 0 48px 0;
}

.site-header_logo {
  float: left;
  width: 21%;/*width: 342px;*/
  min-width: 200px;
  margin-right: 10px;
  padding-top: 36px;
  border-top: 8px solid #ffba21;
}

.site-header_logo_inner {
  width: 200px;
  height: 144px;
  margin: 0 auto;
  padding-right: 4px;
}

.site-header_block {
  display: block;
  float: right;
  width: 75%;
}

.site-header_1stline {
  margin-top: 64px;
}

.site-header_nameline_txt {
  float: left;
  color: #f6ac08;
  text-align: left;
}

.site-header_nameline_icon {
  float: right;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: right;
}

.site-header_nameline_icon a:hover{
  opacity: 0.8;
}

.site-header_2ndline {
  margin-top: 20px;
  border-top: 1px solid #ffba21;
}

.gnav {
  margin-top: 18px;
}

.menu-header-item {
  display: inline-block;
  margin-right: 32px;
}

.menu-header-item:last-child {
  margin-right: 0;
}

.menu-item a {
  text-decoration: none;
  color: #595750;
}

.menu-item a:hover{
  color: #ffba21;
}


.gnav_list  .current-menu-item a {
  position: relative;
}

.gnav_list  .current-menu-item a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top: -16px;
  background-color: #ffba21;
}

.sp-menu {
  display: none;
}


/* ---------------
* Main-area
---------------*/
.site-content {
}

.site-main {
  width: 100%;
  max-width: calc(1216px * 1.2);
  margin: 0 auto;
  padding: 0 48px 0;
} /*ページ幅拡大の時はclearに*/

.sec_inner {

}

.entry-header {
  width: 100%;
  max-width: calc(1216px * 1.2);
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 48px 0;
}

.entry-title {
  color: #f6aa00;
  text-align: right;
}

.news_list li {
  margin-bottom: 48px;
}

.news_list li:last-child {
  margin-bottom: 0;
}

.news_list_item a {
  text-decoration: none;
}

article::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 240px;
  transform: translateY(60px);
  background-color: #ffba21;
}

@media screen and (max-width: 1300px) {

  article::before {
    width: 6px;
  }

}

article .meta {
  font-size: 0;
  font-weight: bold;
  margin-bottom: 16px;
}

article .meta .date {
  margin-right: 24px;
  color: #656565;
}

article .meta .category {
  color: #6699ff;
}

article .meta::before,
.circle::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffba21;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 1px;
}

.news_list_item .title{
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 48px;
}

article .credit {
  margin-top:16px;
  padding: 16px 18px;
  background-color: #e9ebeb;
  line-height: 2.15;
}

article .byline {
  margin-top: 48px;
  text-align: right;
}

article .byline span {
  display: block;
  font-style: italic;
  color: #AAA;
}

/* ---------------
* Aside-area
---------------*/
.sidebar {

}

.side-archive {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 64px;
  text-align: left;
}

.side-archive ul li {
  margin-bottom: 24px;
}

.side-archive ul li:last-child {
  margin-bottom: 0;
}

.side-archive ul li a {
  text-decoration: none;
  font-weight: normal;
}

.side-archive ul li a::before {
  content: url(./raw-html/img/common/arrow_link.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 12px;
}

.side-archive ul li a:hover {
    color: #f6aa00;
}

/* ---------------
* Footer-area
---------------*/
.footer {
  display: block;
  width: 100%;
  background-color: #000;
  margin-top: 120px;
}

.footer_inner {
  padding: 64px 0 100px;
}

.footer_logo {
  display: block;
  width: 66px;
  height: 47px;
  margin: 0 auto;
}

.fnav ul {
  margin: 54px auto 0;
  text-align: center;
}

.fnav ul li {
  display: inline-block;
  padding: 0 16px;
}

.fnav ul li a {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
}

.pagetop {
  margin: 0 auto;
  z-index: 9999;
}

.pagetop img{
  width: 53px;
  height: 53px;
  margin: 0 auto;
  display: block;
  position: fixed;
  right:32px;
  bottom: 36px;
}

/* ------------------------
* 個別style（single-post エントリー記事)
---------------------------*/
.single-post .entry-header {

}

.single-post .entry-title {
  position: relative;
  max-width: 1640px;
  padding: 0 48px;
}

.single-post .entry-title span{
  visibility:hidden;
}

.single-post .entry-title::after{
  display: block;
  content: "News";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Raleway', Tahoma , sans-serif;
  font-weight: 800;
  z-index: 200;
}

.single-post .site-main {
  width: auto;
}

.single-post #primary,
.single-post #secondary {
  display: inline-block;
  vertical-align: top;
}

.single-post #primary {
  width: 67%;
}

.single-post #secondary {
  width: 32%;
  margin-top: 240px;
}

.single-post #primary article {
  max-width: 618px;
  margin: 0 auto;
}


.detail-header {
  margin-bottom: 40px;
}

.detail-title {
  font-weight: normal;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin: 1.4em 0 0.6em;
  color: #656565;
}

/* ------------------------
* 個別style（ニュース archive)
---------------------------*/


.archive .entry-header {
  background-image: url(./raw-html/img/news/bg_header.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1670px;
  width: auto;
  height: 269px;
  margin: 60px 0 0;
}

.archive .entry-title {
  position: relative;
  max-width: 1640px;
  /*margin: 0 48px;*/
}

.archive .entry-title span{
  visibility:hidden;
}

.archive .entry-title::after{
  display: block;
  content: "News";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'Raleway', Tahoma , sans-serif;
  font-weight: 800;
  z-index: 200;
}

.archive #primary,
.archive #secondary {
  display: inline-block;
  margin-top: 80px;
  text-align: center;
  vertical-align: top;
}

.archive #primary {
  width: 67%;
}

.archive #secondary {
  width: 32%;
}

.archive #primary article {
  width: 100%;
  max-width: 618px;
  margin: 0 auto;
}

.archive .news_list {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.archive .news_list::before {
  top:600px;
}

/* ------------------------
* 個別style（ホーム .home)
---------------------------*/
.home .entry-header {
  display: none;
}

.home .site-main {
  max-width: none;
  padding: 0;
}

.home article::before {
  display: none;
}

.pcsvg {
  display: block;
}

.clipped,
.clipped g {
  display: block;
  clip-path: url("#paral");
}

.sp_home_mv {
  display: none;
  z-index: 1000;
}

.mv_clipped_wrap {
  position: relative;
  z-index: 300;
}

.mv_clipped_wrap::after {
  content: url(./raw-html/img/top/mv_grad.svg);
  display: block;
  width: 20%;
  height: 20%;
  position: absolute;
  bottom: 2%;
  right: 10px;
  z-index: -300;
}


/* firefox */
@-moz-document url-prefix() {
  .mv_clipped_wrap {
    background-image: url(./raw-html/img/top/img_home_mv.jpg);
    background-position: center center;
    background-size: cover;
    clip-path: polygon(0 16%, 100% 2%, 100% 78%, 0 96%);
  }
  .mv_clipped_wrap::after {
    width: 0;
    height: 0;
  }
}

/* IE 11 */
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, .home_mv_ie {
       background-image: url(./raw-html/img/top/img_home_mv.jpg);
       background-position: center center;
       background-size: cover;
       width: 100%;
       height: 400px;
       margin-top: 42px;
       margin-bottom: 60px;
     }

     *::-ms-backdrop, .mv_clipped_wrap {
       display: none;
     }
}

/* Edge */
@supports (-ms-ime-align:auto) {
  .home_mv_ie {
    background-image: url(./raw-html/img/top/img_home_mv.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 400px;
    margin-top: 42px;
    margin-bottom: 60px;
  }

  .mv_clipped_wrap {
    display: none;
  }
}

.mv_over_typo_wrap {
  display: block;
  position: relative;
  width: 100%;
  transform: translateY(200px);
  z-index: 500;
}

.mv_over_typo {
  position: absolute;
  top: 50%;
  left: 50%;
}

.typo_t {
  transform: translate(-600%,-10%);
  width: 79px;
  height: 100px;
}

.typo_e {
  transform: translate(-400%,-120%);
  width: 53px;
  height: 110px;
}

.typo_r {
  width: 41px;
  height: 80px;
}

.typo_a {
  transform: translate(400%,-100%);
  width: 49px;
  height: 132px;
}

.typo_s {
  transform: translate(900%,-20%);
  width: 43px;
  height: 109px;
}

.sec_intro {
  flex-direction: row;
  align-items: center;
  max-width: 864px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 56px;
}

.intro_title {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
}

.intro_title_wbfont {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
  color: #f6aa00;
  letter-spacing: 0.05em;
}

.intro_title_cap {
  display: block;
  color: #413f38;
}

.intro_desc {
  width: 100%;
  max-width: 480px;
}

.intro_desc .defalt {
  line-height: 2.0;
  letter-spacing: 0.05em;
}

.intro_link {
  position: relative;
  width: 100%;
  margin-top: 14px;
  text-align: right;
}

.intro_link::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60%;
  height: 1px;
  background-color: #BBB;
}

.home_coverimg {
  width: 100%;
  height: 400px;
  background-image: url(./raw-html/img/top/img_home_cv.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 112px;
}

.sec_service {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 114px;
  padding: 0 32px;
}

.home_service_title {
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #656565;
}

.home_service_list {
  flex-direction: row;
}

.home_service_list_item {
  position: relative;
  height: 400px;
  margin: 0 1px;
  background: #FFF;
}

.home_service_list_item a {
  text-decoration: none;
  opacity: 1;
}

.home_service_list_item a:hover {
  opacity: 0.7;
}

.home_service_list_item_logo {
  margin-bottom: 10px;
}

.home_service_list_item_detail {
  padding: 0 20px;
}

.home_service_list_item_title {
  margin-bottom: 14px;
}

.home_service_list_item_desc {
  margin-bottom: 32px;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  color: #4a4948;
}

.home_service_list_item_link {
  width: 90%;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sec_news {
  position: relative;
  flex-direction: row;
}

.sec_news article::before {
  display: none;
}

.sec_news::before {
  content: '';
  display: block;
  position: absolute;
  top:0;
  left: 0;
  width: 16px;
  height: 240px;
  background-color: #ffba21;
  }

  @media screen and (max-width: 1300px) {
  .sec_news::before {
    width: 6px;
  }
}

.news_list_wrap--left {
  position: relative;
  width: 50%;
  padding: 0 72px;
}

.news_list_wrap--right {
  width: 50%;
  height: 484px;
  background-image: url(./raw-html/img/top/img_top_news_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home .news_list li {
  margin-bottom: 24px;
  font-size: 0;
}

.home .news_list li .meta span,
.home .news_list li .title {
}

.sec_news_detail_link {
  position: absolute;
  bottom: 32px;
  right: 72px;
  text-align: right;
}

.home .sec_recrut {
  width: 100%;
  max-width: calc(1216px * 1.2);
  padding: 0 48px 0;
}

.home .sec_baka {
  max-width: 680px;
  padding: 0 48px 0;
}

/* ------------------------
* 個別style（TERAS WAY .page-way)
---------------------------*/
.page-way .site-content {
  position: relative;
}

.page-way .site-content::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 257px;
  top:0;
  right: 140px;
  background-color: #ffba21;
  transform: translateY(-50%) rotate(60deg);
}

.page-way .entry-header {
  width: 100%;
  max-width: 100%;
  position: relative;
  background: url(./raw-html/img/way/bg_header.png) no-repeat center;
  background-size: cover;
  height: 265px;
}

.page-way .entry-header::after {
  content:url(./raw-html/img/way/bg_way_layer.png);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 345px;
  height: 150px;
  z-index: 200;
  transform: translateY(100%);
}

.page-way .entry-title {
  position: absolute;
  top:50%;
  right: 4%;
  transform: translateY(-50%);
}

.page-way .entry-title span {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #FFF;
}

.page-way .entry-content {
  max-width: 864px;
  margin: 0 auto;
}

.page-way .way_slogan {
  font-family: 'Raleway', sans-serif;
  color: #ffba21;
  text-align: center;
  margin-top: -30px;
}

.page-way section {
  margin-bottom: 56px;
}

.page-way h3 {
  position: relative;
  color: #262522;
  margin: 0; /*clear*/
  margin-bottom: 20px;
}

.page-way h3::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 74px;
  top:0;
  left: 60px;
  background-color: #ffba21;
  transform: translateY(-15%) rotate(60deg);
  z-index: -10;
}

.page-way h4 {
  font-weight: normal;
  margin: 0; /*clear*/
  margin-bottom: 28px;
}

.page-way .txt {
  margin: 0; /*clear*/
  margin-bottom: 36px;
}

/* ------------------------
* 個別style（グループ事業 .page-service)
---------------------------*/

.page-service .site-main {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.service_list_item a {
  display: block;
  text-decoration: none;
}

.service_list_item a:hover p{
  color: #FFF;
  text-decoration: none;
}

.service_list_item_block {
  position: relative;
  font-size: 0;
}

.service_list_item_block {
  flex-direction: row;
}

.service_list_item_block--left {
  display: inline-block;
  width: 50%;
  height: 436px;
  background-color: #000;
  vertical-align: top;
}

.service_list_item_block--right {
  display: inline-block;
  width: 50%;
  height: 436px;
  color: #FFF;
}

.service_list_item_block--right_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: 100%;
  display: table;
}

.service_list_item_block--right_inner_content {
  display: table-cell;
  vertical-align: middle;
}

.service_list_item_block--right_inner_content .title {
  width: 100%;
  margin-bottom: 36px;
  text-align: center;
}

.service_list_item_block--right_inner_content p {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 48px;
  line-height: 1.8;
  font-weight: normal;
}

.service_list_item_block_logo {
  position: absolute;
  width: 30%;
  top: 14%;
  left: 32%;
  z-index: 200;
}

.service_list_item_block_logo img {
  max-width: 355px;
  max-height: 316px;
}

/* 入れ子 */

.service_list li:nth-of-type(even) .flex {
  flex-direction: row-reverse;
}

.service_list li:nth-of-type(even) .flex .service_list_item_block_logo {
  left: 62%;
}


@media screen and (max-width: 1300px) {

  .service_list_item_block_logo {
    top: 50%;
    left: 25%;
    transform: translate(-50%,-50%);
  }

  .service_list_item_block_logo img {
    width: calc(355px*2);
    height: calc(316px*2);
  }

}


/* プロテラス用指定 [class=proteras] */

.proteras .service_list_item_block
.service_list_item_block--left {
  background: url(./raw-html/img/service/bg_service_pro.jpg) center no-repeat;
  background-size: cover;
}

.proteras .service_list_item_block
.service_list_item_block--right {
  background-color: #3c3341;
}

/* ルーチ用指定 [class=luci] */
.luci .service_list_item_block
.service_list_item_block--left {
  background: url(./raw-html/img/service/bg_service_luci.jpg) center no-repeat;
  background-size: cover;
}

.luci .service_list_item_block
.service_list_item_block--right {
  background-color: #ec9b00;
}


/* コンテンツ用指定 [class=proteras] */
.contents .service_list_item_block
.service_list_item_block--left {
  background: url(./raw-html/img/service/bg_service_con.jpg) center no-repeat;
  background-size: cover;
}

.contents .service_list_item_block
.service_list_item_block--right {
  background-color: #124f95;
}

/* ------------------------
* 個別style（企業情報 .page-company)
---------------------------*/
.page-company .site-main {
  max-width: 1200px;
  padding: 0 32px;
}

.page-company .company_list {
  justify-content: flex-start;
  align-items: flex-start;
}

.page-company .company_list_item {
  width: 33%;
  position: relative;
  padding: 1px;
}

.page-company .company_list_item::after {
  content: url(./raw-html/img/common/arrow_col.svg);
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: 28%;
  right: 0;
  transform: translateY(-50%);
  z-index: 200;
}

.page-company .company_list_item a {
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.page-company .company_list_item  a:hover {
  opacity: 0.7;
}

.page-company .company_list_item a p,
.page-company .company_list_item a:hover p {
  text-decoration: none;
}

.page-company .company_list_item img {
  max-width: 100%;
  max-height: 100%;
}

.page-company .company_list_item_title {
  margin: 0;
  padding: 16px 8px 0;
  line-height: 1;
  color: #000;
}

.page-company .company_list_item_desc {
  padding: 12px 10px 54px;
  line-height: 1.5;
  font-weight: normal;
}

/* ------------------------
* 個別style（トップメッセージ .page-topmessage)
---------------------------*/
.page-topmessage .entry-header {
 max-width: calc(1216px * 1.2);
 padding: 0 48px;
}

.page-topmessage .entry-header_inner{
  background-image: url(./raw-html/img/company/message/bg_header.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*width: 590px;
  height: 324px;*/
  width: 60%;
  height: 389px;
}

.page-topmessage .entry-title span {
  visibility:hidden;
}

.page-topmessage .entry-title::after{
  display: block;
  content: "Message";
  position: absolute;
  top: 50%;
  right: 72px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10.8rem;
  font-family: 'Raleway', Tahoma , sans-serif;
  font-weight: 800;
  z-index: 200;
}

.page-topmessage #primary,
.page-topmessage #secondary {
  display: inline-block;
  vertical-align: top;
}

.page-topmessage #primary {
  width: 67%;
  margin-bottom: 60px;
}

.page-topmessage #primary article {
  /*max-width: 618px;*/
  margin: 0 auto;
}

.page-topmessage #secondary {
  width: 32%;
}


.page-topmessage .entry-content {
  margin: 0 auto;
  padding: 0 0 0 32px;
  max-width: 760px;
  font-size: 1.5rem;
}

.topmessage_title {
  margin: 0!important;
  padding-bottom: 30px;
  text-align: left;
  color: #000;
  line-height: 1.4;
}

.topmessage_title span {
  font-size: 4.2rem;
  font-family: 'Raleway', Tahoma , sans-serif;
  color: #000;
}

.topmessage_photo {
  margin: 0 auto;
  margin-bottom: 102px;
  width: 251px;
}

.topmessage_photo_inner {
  margin-bottom: 40px;
}

.topmessage_photo_cap {
  font-size: 1.4rem;
}

.topmessage_photo_cap p {
  margin-bottom: 16px;
}

/* ------------------------
* 個別style（会社概要 .page-outline)
---------------------------*/
.page-outline .entry-title span {
  font-size: 6.4rem;
}

.page-outline #primary,
.page-outline #secondary {
  display: inline-block;
  vertical-align: top;
}

.page-outline #primary {
  width: 67%;
  margin-top: -130px;
}

.page-outline #secondary {
  width: 32%;
}

.page-outline #primary article {
  max-width: 618px;
  margin: 0 auto;
}

.page-outline .entry-content {
  padding-top: 60px;
  border-top:  1px solid #e5e5e5;
}

.page-outline .entry-content h2 {
  margin: 0 0 36px;
  line-height: 1;
}

.page-outline .entry-content dl {
  flex-direction: row;
  padding-bottom: 28px;
  line-height: 1.2;
}

.page-outline .entry-content dt {
  width: 30%;
  font-weight: bold;
}

.page-outline .entry-content dd {
  width: 70%;
}

.page-outline .entry-content dd p {
  padding-bottom: 12px;
}

.page-outline .entry-content ul {
  line-height: 2.5;
}

#outline_map iframe {
  width: 100%;
  height: 360px;
  margin-bottom: 32px;
}

.caution_txt{
  margin-top: 15px;
  color: #a90f0f;
}



/* ------------------------
* 個別style（沿革 .page-history)
---------------------------*/
.page-history .entry-title span {
  font-size: 6.4rem;
}

.page-history #primary,
.page-history #secondary {
  display: inline-block;
  vertical-align: top;
}

.page-history #primary {
  width: 67%;
  margin-top: -130px;
  margin-bottom: 102px;
}

.page-history #secondary {
  width: 32%;
}

.page-history #primary article {
  max-width: 618px;
  margin: 0 auto;
}

.page-history .entry-content h2 {
  padding-top: 16px;
  border-top:  1px solid #e5e5e5;
  margin:0 0 16px 0;
  font-size: 1.6rem;
  line-height: 1;
}

.page-history .entry-content dl {
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
  border-top:  1px solid #e5e5e5;
}

.page-history .entry-content dt {
  width: 30%;
}

.page-history .entry-content dd {
  width: 70%;
  line-height: 1.6;
}

/* ------------------------
* 個別style（働く環境 .page-welfare)
---------------------------*/
.page-welfare .entry-title span {
  font-size: 6.4rem;
}

.page-welfare #primary,
.page-welfare #secondary {
  display: inline-block;
  vertical-align: top;
}

.page-welfare #primary {
  width: 67%;
  margin-top: -130px;
  margin-bottom: 102px;
}

.page-welfare #secondary {
  width: 32%;
}

.page-welfare #primary article {
  max-width: 618px;
  margin: 0 auto;
}

.page-welfare .entry-content {
  padding-top: 60px;
  border-top:  1px solid #e5e5e5;
}

.page-welfare .entry-content h2 {
  margin:0 0 24px 0;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #000;
}

.welfare_intro {
  margin-bottom: 42px;
}

.welfare_list  {
  line-height: 1.2;
}

.welfare_list  p {
  line-height: 1.6;
}


.welfare_list  li {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top:  1px solid #e5e5e5;
}

.welfare_list li h3 {
  margin: 0;
  padding-bottom: 12px;
  line-height: 1.6;
  font-size: 1.8rem;
}

.welfare_list_cap {
  margin-top: 12px;
  flex-direction: row;
}

.welfare_list_cap span {
  width: 24%;
  padding: 16px;
  background-color: #e9ebeb;
  border: 1px solid #FFF;
  font-size: 1.4rem;
  color: #222;
}

.welfare_hankyu_bnr {
  display: block;
  margin-bottom: 12px;
  border-radius: 4px;
}

.page-welfare h3 {
  font-size: 2.4rem;
}
/* ------------------------
* 個別style（グループ会社一覧 .page-network)
---------------------------*/
.page-network .entry-title span {
  font-size: 6.4rem;
  display: block;
}

.page-network #primary,
.page-network #secondary {
  display: inline-block;
  vertical-align: top;
}

.page-network #primary {
  width: 67%;
  margin-top: -237px;
  margin-bottom: 102px;
}

.page-network #secondary {
  width: 32%;
}

.page-network #primary article {
  max-width: 618px;
  margin: 0 auto;
}

.page-network .entry-content {
  padding-top: 60px;
  border-top:  1px solid #e5e5e5;
}

.page-network .entry-content h2 {
  margin: 0;
}

a.network_pro_bnr {
  display: block;
  width: 100%;
}

a.network_pro_bnr :hover {
  opacity: 0.8;
}

.network_corpname {
  margin-top: 8px;
  margin-bottom: 16px;
}

.network_corpname_title {
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000!important;
  vertical-align: middle;
}

.network_corpname_title-normal {
  display: block;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000!important;
  vertical-align: middle;
}


.network_corpname_link {
  display: inline-block;
  float: right;
}

.network_corpname_detail {
  margin-bottom: 54px;
}

.network_corpname_detail h3 {
  margin: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
}

.network_corpname_detail p {
  margin-bottom: 16px;
  line-height: 1.8;
  font-size: 1.4rem;
  color: #222;
}

.page-network hr {
  margin-bottom: 54px;
}

/* ------------------------
* 個別style（採用情報 .page-careers)
---------------------------*/
.page-careers .site-content::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 360px;
  left: 60%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 252px 0 256px 450px;
  border-color: transparent transparent transparent #f3f6f2;
  transform: translateX(-50%) rotate(-16deg);
  z-index: -500;
}

.page-careers .entry-title span {
  font-size: 6.4rem;
}

.page-careers #primary {
  display: inline-block;
  vertical-align: top;
}

.page-careers #primary {
  width: 100%;
  margin-top: -130px;
  /*margin-bottom: 102px;*/
}

.page-careers #primary article {
  width: 100%;
  margin: 0 auto;
  padding-left: 42px;
}

.page-careers .entry-content {
  width: 67%;
  max-width: 820px;
  padding-top: 60px;
  border-top:  1px solid #e5e5e5;
}

.page-careers .entry-content h2 {
  margin:0 0 24px 0;
  font-size: 2.6rem;
  line-height: 1.6;
  color: #000;
}

.page-careers .entry-content h3 {
  color: #000;
  margin-top: 50px;
}

.page-careers .entry-content p {
  line-height: 1.8;
}


.sec_recrut_hang {
  position: relative;
  margin-top: 96px;
  text-align: center;
  font-family: Tahoma , sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  z-index: 200;
}

.sec_recrut {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 64px;
}

.sec_recrut_hang::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 100px 0 100px;
  border-color: #f6ff5f transparent transparent transparent;
  transform: translateX(-50%) translateY(-16px);
  z-index: -100;
}

.sec_recrut_photo {
  width: 60%;
  height: calc(60%*(384px/534px));
  background-image: url(./raw-html/img/common/img_recruit.png);
  background-size: cover;
}

.sec_recrut_label {
  width: 50%;
  padding: 0 42px 20px;
}

.sec_recrut_label_sub {
  margin: 64px 0 10px 0;
  margin-left: -110px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 5.8rem;
}

.sec_recrut_label_sub::after {
  content: '';
  display: block;
  width: 250px;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 36px;
  background-color: #bbbbbb;
}

.sec_recrut_label_desc {
  line-height: 1.6;
  margin-bottom: 20px;
}

.sec_recrut_label_desc_bnr a {
  display: block;
  margin: 5px;
  text-decoration: none;
}

.sec_recrut_label_desc_bnr a:hover {
  opacity: 0.7;
}

.sec_recrut_label .bnr_mynavi {
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  vertical-align: middle;
}

.sec_recrut_label .bnr_mynavi img {
  width: 124px;
  height: 16px;
}

.sec_recrut_label a.bnr_mynavi::after {
  content: url(./raw-html/img/common/arrow_blank_link.svg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    margin-right: 20px;
    transform: translateY(-137%);
    -webkit-transform: translateY(-137%);
}


.sec_baka {
  position: relative;
  max-width: 680px;
  height: 220px;
  background-image: url(./raw-html/img/common/typo_gbr.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
}

.sec_baka a {
  text-decoration: none;
}

.sec_baka::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left:0;
  width: 140px;
  height: 1px;
  background-color: #dbe7e8;
  transform: translate(-100%,48px) rotate(-10deg);
}

.sec_baka::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right:0;
  width: 140px;
  height: 2px;
  background-color: #dbe7e8;
  transform: translate(100%,-48px) rotate(350deg);
}

.sec_baka_inner {
  margin: 50px 0;
}

.recruit_desc {
  padding: 24px 0;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.recruit_desc span {
  color: #ffba21;
}

/* 採用情報カラム ブレイクポイント調整  */
@media screen and (max-width: 1280px) {

  .sec_recrut {
    flex-direction: column;
  }

  .sec_recrut_label {
    width: 100%;
    margin: 0 auto;
    margin-top: -100px;
  }

  .sec_recrut_photo {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 300px;
  }

  .sec_recrut_label_sub {
    margin: 0;
    margin-bottom: 32px;
  }

  .sec_recrut_label .boxlink,
  .sec_recrut_label .bnr_mynavi {
    width: 100%;
  }

}



/* ------------------------
* 個別style（お問い合わせ .page-contact)
---------------------------*/
.page-contact .entry-header {
  background-image: url(./raw-html/img/contact/bg_header.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 726px;
  height: 269px;
  margin: 60px 0 54px 0;
}

.page-contact .entry-title span{
  visibility:hidden;
}

.page-contact .entry-title::after{
  display: block;
  content: "Contact";
  position: absolute;
  top: 50%;
  right: 72px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  font-size: 10.8rem;
  font-family: 'Raleway', Tahoma , sans-serif;
  font-weight: 800;
  z-index: 200;
}

.page-contact .site-main {
  max-width: 896px;
}

.page-contact .credit {
  margin-bottom: 56px;
}

.page-contact .cf7__li {
  margin-bottom: 24px;
}

.page-contact .cf7__li label::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffba21;
  border-radius: 50%;
  margin-right: 6px;
}

.page-contact .cf7__li label {
  font-size: 1.6rem;
  color: #656565;
}

.page-contact .cf7__li span.red {
  color: #f60000;
}

.page-contact .cf7__li input,
.cf7__li textarea {
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 8px 10px;
  border: 1px solid #DDD;
}

.page-contact .cf7__li input[type="text"] {
  width: 60%;
}

.page-contact .cf7__li textarea {
  width: 100%;
  height: 20em;
}

.page-contact .btn_submit {
  width: 100%;
  text-align: center;
}

.page-contact input[type="submit"] {
  width: 100%;
  max-width: 384px;
  background: #202020;
  color: #FFF;
  margin: 0 auto;
  margin-top: 56px;
  padding: 24px 0;
  border: 1px solid #FFF;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: .2s;
}

.page-contact input[type="submit"]:hover {
  background: #ffba21;
}

/* ------------------------
* 個別style（プライバシーポリシー .page-privacypolicy)
---------------------------*/
.page-privacypolicy .entry-title span{
  font-size: 6.4rem;
  display: block;
}

.page-privacypolicy .site-main {
  max-width: 1200px;
}

.page-privacypolicy h2 {
  margin-bottom: 42px;
  font-size: 2.4rem;
  font-weight: normal;
}

.page-privacypolicy h3 {
  margin: 24px 0;
  font-size: 1.6rem;
  font-weight: normal;
}

.page-privacypolicy article > p {
  margin-bottom: 32px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.page-privacypolicy article > ul {
  margin-left: 24px;
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 2.0;
}


@media screen and (min-width: 976px) {

  /* ---------------
  * Font
  ---------------*/
  .boxlink,
  .boxlink--white {
    font-size: 1.4rem;
  }

  .site-header_nameline_txt {
    font-size: 1.6rem;
  }

  .menu-header-item {
    font-size: 1.6rem;
  }

  article .meta .date {
    font-size: 1.6rem;
  }

  article .meta .category {
    font-size: 1.6rem;
  }

  article .credit {
    font-size: 1.4rem;
  }

  article .byline span {
    font-size: 1.4rem;
  }

  .fnav ul li a {
    font-size: 1.4rem;
  }

  .single-post .entry-title::after{
    font-size: 10.8rem;
  }

  .single-post .meta .date {
    font-size: 2.0rem;
  }

  .detail-title {
    font-size: 2.4rem;
  }

  .archive .entry-title::after{
    font-size: 10.8rem;
  }

  .intro_title_wbfont {
    font-size: 11.4rem;
  }

  .intro_title_cap {
    font-size: 1.8rem;
  }

  .home_service_title {
    font-size: 3.6rem;
  }

  .home_service_list_item_desc {
    font-size: 1.4rem;
  }

  .home .news_list li .meta span,
  .home .news_list li .title {
    font-size: 1.6rem;
  }

  .page-way .entry-title span {
    font-size: 8.4rem;
  }

  .page-way .way_slogan {
    font-size: 4.2rem;
  }

  .page-way h3 {
    font-size: 2.4rem;
  }

  .page-way h4 {
    font-size: 2.4rem;
  }

  .page-service .entry-title span {
    font-size: 6.4rem;
  }

  .service_list_item_block--right {
    font-size: 1.6rem;
  }

  .service_list_item_block--right_inner_content .title {
    font-size: 2.8rem;
  }

  .page-company .entry-title span {
    font-size: 6.4rem;
  }

  .page-company .company_list_item_title {
    font-size: 2.0rem;
  }

  .page-company .company_list_item_desc {
    font-size: 1.4rem;
  }



}

@media screen and (max-width: 975px) {

  /* ///---------------
  * Link [SP]
  --------------///-*/
  .boxlink,
  .boxlink--white {
    width: 100%;
    padding: 20px;
  }

  /* ///---------------
  * Header-area[SP]
  --------------///-*/
  .site-header {
    padding: 0 8% 0;
  }

  .site-header_logo {
    display: inline-block;
    float: left;
    width: 42%;/*width: 342px;*/
    min-width: 100px;
    padding-top: 4%;
  }

  .site-header_logo_inner {
    width: 100%;
    height: 100%;
  }

  .site-header_block {
    display: none;
  }

  .sp-menu {
    display: inline-block;
    float: right;
    width: 34%;
    margin-top: 12%;
    -webkit-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
  }

  .sp-menu_link {
    cursor: pointer;
    padding-bottom: 8%;
    border-bottom: 2px solid #ffba21;
    font-size: 4.8vmin;
    color: #595750;
    text-align: center;
  }

  .sp-menu_link_title {
    position: relative;
    text-align: center;
    font-weight: bold;
  }

  .sp-menu_link_arrow {
    position: absolute;
    width: 4vw;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .sp-menu_link_arrow {
  }

  .sp-menu div.open .sp-menu_link_arrow  {
    -webkit-transform: translateY(-40%) rotateZ(180deg);
  	-ms-transform: translateY(-40%) rotateZ(180deg);
  	-o-transform: translateY(-40%) rotateZ(180deg);
  	transform: translateY(-40%) rotateZ(180deg);
  }

  .sp-menu div.default .sp-submenu {
    display: block;
  }

  .sp-submenu {
    display: none;
    width: 100%;
    background: #444359;
 	  font-size: 14px;
    position: absolute;
    top: auto;
    left: 0;
    padding: 16px;
    /*position: fixed;
    left: 0;
    height: 100vh;*/
    z-index: 9999;
    background: #e0e0e0;
  }

  .sp-submenu li {
    display: block;
 	  border-bottom: 1px solid #d9d9d9;
  }

  .sp-submenu li:last-child {
    border-bottom: none;
  }


  .sp-submenu li a {
   	display: block;
   	text-decoration: none;
   	color: #656565;
   	padding: 20px;
   	padding-left: 42px;
   	-webkit-transition: all 0.25s ease;
   	-o-transition: all 0.25s ease;
   	transition: all 0.25s ease;
    background: url(./raw-html/img/common/arrow_spnav.png) no-repeat 96.5% center;
  }

  /* ///----------------
  * Main-area[SP]
  --------------///-*/

  .entry-header {
    width: 100%;
    height: auto;
  }

  .entry-title {
    text-align: center;
  }

  .site-main {
    padding: 0 12%;
  }

  .news_list {
    width: 100%;
  }

  article::before {
    display: none;
  }

  article .meta .date,
  article .meta .category {
    font-size: 1.2rem;
  }

  .home .news_list li .title {
    font-size: 1.6rem;
  }

  .side-archive {
    margin: 0 12% 8%;
  }

  /* ///----------------
  * Footer-area[SP]
  --------------///-*/
  .footer {
    margin-top: 60px;
  }

  .footer_inner {
    padding: 32px 0 40px;
  }

  .fnav ul li {
    position: relative;
    width: 34%;
    margin: 0 4%;
    padding: 0 0 7%;
  }

  .fnav ul li a {
    color: #BBB;
    font-size: 0.6rem;
  }

  .pagetop {
    visibility: hidden;
  }

  /* ///---------------
  * 個別style（single-post エントリー記事)[SP]
  --------------///-*/
  .single-post .entry-title span{
    visibility:visible;
    font-size: 2.8rem;
  }

  .single-post .entry-title::after {
    display: none;
  }

  .single-post #primary,
  .single-post #secondary {
    width: 100%;
    margin-top: 32px;
    text-align: left;
  }

  .single-post #primary article {
    max-width: 100%;
  }

  .single-post .meta .date {
    font-size: 1.2rem;
  }

  /* ///---------------
  * 個別style（ホーム .home)[SP]
  --------------///-*/
  .sp_home_mv {
    display: block;
  }

  .mv_clipped_wrap {
    display: none;
  }

  @-moz-document url-prefix() {
    .mv_clipped_wrap {
      background: none;
      height: 0;
    }
  }

  .mv_over_typo_wrap {
    display: none;
  }

  .home_mv_ie {
      background: none;
      height: 0;
  }

  .mv_clipped_wrap::after {
    display: none;
  }

  .sec_intro {
    flex-direction: column;
    width: 100%;
    padding: 0 32px;
  }

  .intro_title_wbfont {
    font-size: 7.2rem;
  }

  .intro_title_cap {
    font-size: 1.2rem;
  }

  .intro_link::before {
    display: none;
  }

  .home_coverimg {
    height: 180px;
    background-position: center right;
    margin-bottom: 54px;
  }

  .home_service_title {
    margin-bottom: 24px;
    font-size: 2.8rem;
    text-align: center;
  }

  .home_service_list {
    flex-direction: column;
    padding: 0 5%;
  }

  .home_service_list_item {
    height: auto;
    margin-bottom: 32px;
  }

  .home_service_list_item_desc {
    padding-bottom: 20px;
  }

  .home_service_list_item_link {
    position: relative;
  }

  .sec_news {
    flex-direction: column;
  }

  .news_list_wrap--left {
    width: 100%;
    padding: 0 8%;
  }

  .news_list_wrap--right {
    width: 100%;
  }

  .sec_news_detail_link {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .home .sec_baka {
    max-width: none;
  }


  /* ///---------------
  * 個別style（ニュース archive)[SP]
  --------------///-*/
  .archive .entry-header {
   width: 100%;
   height: auto;
   padding-bottom: calc(100%*534/1366);
   background-size: 100%;
   margin-bottom: 30px;
   margin-top: 165px;
  }

  .archive .entry-title {
    position: relative;
  }

  .archive .entry-title span{
    visibility:visible;
    position: absolute;
    top:-95px;
    left: 0;
    right: 0;
    font-size: 2.8rem;
  }

  .archive .entry-title::after {
    display: none;
  }

  .archive #primary,
  .archive #secondary {
    width: 100%;
    margin-top: 32px;
    text-align: left;
  }

  .archive #primary article {
    max-width: 100%;
  }

  /* ///---------------
  * 個別style（TERAS WAY page-way)[SP]
  --------------///-*/

  .page-way .site-content::after {
    display: none;
  }

  .page-way .entry-header {
   background-image: url(./raw-html/img/way/bg_header--s.png);
   background-repeat: no-repeat;
   background-size: contain;
   width: 100%;
   height: auto;
   padding-bottom: calc(100%*840/1960);
   margin-bottom: 0;
   text-align: center;
  }

  .page-way .entry-title {
    right: 0;
    left: 0;
  }

  .page-way .entry-title span {
    font-size: 4.2rem;
  }

  .page-way .way_slogan {
    font-size: 2.4rem;
    margin: 20px 0;
  }

  .page-way .way_slogan span {
    display: inline-block;
  }

  .page-way h3 {
    font-size: 1.8rem;
  }

  .page-way h3::after {
    height: 54px;
    left: 30px;
  }

  .page-way h4 {
    font-size: 1.6rem;
  }

  /* ///---------------
  * 個別style（グループ事業 page-service)[SP]
  --------------///-*/
  .page-service .entry-title span {
    font-size: 2.8rem;
  }

  .service_list_item_block {
    flex-direction: column;
  }

  .service_list_item_block--left,
  .service_list_item_block--right {
    display: block;
    width: 100%;
    height: 300px;
  }

  .service_list_item_block--left {
    position: relative;
  }

  .service_list_item_block--right_inner {
    max-width: 100%;
  }

  .service_list_item_block--right_inner_content {
   padding: 0 5%;
   font-size: 1.4rem;
   text-align: center;
  }

  .service_list_item_block--right_inner_content .title {
    font-size: 2.0rem;
  }

  .service_list_item_block_logo {
    width: auto;
    height: auto;
    max-width: calc(355px*0.8);
    max-height: calc(316px*0.8);
    top:25%;
    left: 50%;
  }

  .service_list_item_block_logo img {
    width: 100%;
    height: 100%;
  }

  /* 入れ子 */

  .service_list li:nth-of-type(even) .flex {
    flex-direction: column;
  }

  .service_list li:nth-of-type(even) .flex .service_list_item_block_logo {
    left: 50%;
  }

  /* ///---------------
  * 個別style（企業情報 .page-company)[SP]
  --------------///-*/
  .page-company .entry-title span {
    font-size: 2.8rem;
  }

  .page-company .company_list {
    flex-direction: column;
    align-items: stretch;
  }

  .page-company .company_list_item {
    width: 100%;
  }

  .page-company .company_list_item_title {
    padding: 8px 4px 0;
  }

  .page-company .company_list_item_desc {
    padding: 8px 4px 32px;
  }

  /* ///---------------
  * 個別style（トップメッセージ .page-topmessage)[SP]
  --------------///-*/

  .page-topmessage #primary,
  .page-topmessage #secondary {
    width: 100%;
  }

  .page-topmessage #primary article {
    max-width: none;
  }

  .page-topmessage .entry-header_inner{
    width: 100%;
    height: auto;
    padding-bottom: calc(100%*648/1180);
    background-size: 100%;
    margin-bottom: 30px;
    margin-top: 165px;
  }

  .page-topmessage .entry-title {
    position: relative;
  }

  .page-topmessage .entry-title span{
    visibility:visible;
    position: absolute;
    top:-95px;
    left: 0;
    right: 0;
    font-size: 2.8rem;
  }

  .page-topmessage .entry-title::after {
    display: none;
  }

  .page-topmessage .entry-content {
    padding: 0;
  }

  .topmessage_title {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.04em;
  }

  .topmessage_title span {
    font-size: 2.8rem;
  }

  .topmessage_photo {
    width: 80%;
  }

  /* ///---------------
  * 個別style（会社概要 .page-outline)[SP]
  --------------///-*/
  .page-outline #primary,
  .page-outline #secondary {
    width: 100%;
  }

  .page-outline #primary {
    margin-top: 0;
  }

  .page-outline #primary article {
    max-width: none;
  }

  .page-outline .entry-title span {
    font-size: 2.8rem;
  }

  .page-outline .entry-content h2 {
    font-size: 1.8rem;
  }

  .page-outline .entry-content dl {
    flex-direction: column;
  }

  .page-outline .entry-content dt {
    width: 100%;
    margin-bottom: 3%;
  }

  .page-outline .entry-content dd {
    width: 100%;
  }

  /* ///---------------
  * 個別style（沿革 .page-history)[SP]
  --------------///-*/
  .page-history #primary,
  .page-history #secondary {
    width: 100%;
  }

  .page-history #primary {
    margin-top: 0;
  }

  .page-history #primary article {
    max-width: none;
  }

  .page-history .entry-title span {
    font-size: 2.8rem;
  }

  .page-history .entry-content dl {
    flex-direction: column;
  }

  .page-history .entry-content dt {
    width: 100%;
    margin-bottom: 3%;
  }

  .page-history .entry-content dd {
    width: 100%;
  }


  /* ///---------------
  * 個別style（働く環境 .page-welfare)[SP]
  --------------///-*/
  .page-welfare #primary,
  .page-welfare #secondary {
    width: 100%;
  }

  .page-welfare #primary {
    margin-top: 0;
  }

  .page-welfare #primary article {
    max-width: none;
  }

  .page-welfare .entry-title span {
    font-size: 2.8rem;
  }

  .page-welfare .entry-content h2 {
    font-size: 2.0rem;
  }

  .welfare_list_cap {
    flex-wrap: wrap;
  }

  .welfare_list_cap span {
    width: 48%;
  }

  /* ///---------------
  * 個別style（グループ会社一覧 .page-network)[SP]
  --------------///-*/
  .page-network .entry-title span {
    font-size: 2.8rem;
    display: inline-block;
  }

  .page-network #primary,
  .page-network #secondary {
    width: 100%;
  }

  .page-network #primary {
    margin-top: 0;
  }

  .page-network #primary article {
    max-width: none;
  }

  .page-network .entry-title span {
    font-size: 2.8rem;
  }

  .page-network .entry-content h2 {
    font-size: 2.0rem;
  }

  .network_corpname_title,
  .network_corpname_link  {
    width: 100%;
  }
  .network_corpname_title {
    padding-bottom: 18px;
  }

  /* ///---------------
  * 個別style（採用情報 page-careers)[SP]
  --------------///-*/
  .page-careers .site-content::after {
    display: none;
  }

  .page-careers #primary {
    margin-top: 0;
  }

  .page-careers #primary article {
    padding-left: 0;
  }

  .page-careers #primary .entry-content {
    width: 100%;
  }

  .page-careers .entry-title span {
    font-size: 2.8rem;
  }

  .page-careers .entry-content h2 {
    font-size: 1.8rem;
  }

  .sec_recrut_label {
    padding: 0;
  }

  .sec_recrut_label_sub {
    margin: 0 auto;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
    font-size: 4.2rem;
  }

  .sec_recrut_label_sub::after {
    width: 30%;
  }

  .sec_recrut_label_desc_bnr {
    flex-direction: column;
  }

  .sec_recrut_label .bnr_mynavi {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 16px;
  }

  .sec_recrut_label a.bnr_mynavi::after {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  .sec_baka {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .sec_baka::before,
  .sec_baka::after {
    display: none;
  }

  .recruit_desc {
    padding: 48px 0 60px;
    font-size: 1.8rem;
    line-height: 1.8;
  }

  /* ///---------------
  * 個別style（問い合わせ page-contact)[SP]
  --------------///-*/
  .page-contact .entry-header {
   width: 100%;
   height: auto;
   padding-bottom: calc(100%*534/1452);
   background-size: 100%;
   margin-bottom: 30px;
   margin-top: 165px;
  }

  .page-contact .entry-title {
    position: relative;
  }

  .page-contact .entry-title span{
    visibility:visible;
    position: absolute;
    top:-95px;
    left: 0;
    right: 0;
    font-size: 2.8rem;
  }


  .page-contact .entry-title::after {
    display: none;
  }

  .page-contact article .credit {
    font-size: 1.4rem;
  }

  .page-contact .cf7__li input[type="text"],
  .page-contact .cf7__li input[type="tel"],
  .page-contact .cf7__li input[type="email"]{
    width: 100%;
  }


  /* ///---------------
  * 個別style（プライバシーポリシー .page-privacypolicy)[SP]
  --------------///-*/
  .page-privacypolicy .entry-title span {
      font-size: 2.8rem;
  }

}


@media screen and (max-width: 360px) {

  .sec_recrut_label_sub {
    font-size: 10vmin;
  }

}
