@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 50%;
}

@media only screen and (max-width: 650px) {
  html {
    font-size: 62.5%;
  }
}

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

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

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

.sp-only {
  display: none;
}

@media only screen and (max-width: 650px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

.i-blk {
  display: inline-block;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-wrap-header {
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 650px) {
  .c-wrap-header {}
}

@media only screen and (min-width: 651px) {
  .c-wrap-header {
    display: flex;
      justify-content: space-between;

  }
}

.c-header {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10.5rem;
  /* -------------------------------Main menu-----------------------------*/
}

@media only screen and (max-width: 1270px) {
  .c-header {
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 980px) {
  .c-header {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 650px) {
  .c-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
}

.c-header__logo {
  margin-right: auto;
}

@media only screen and (max-width: 980px) {
  .c-header__logo {
    max-width: 40rem;
  }
}

@media only screen and (max-width: 650px) {
  .c-header__logo {
    width: 60%;
  }
}

.sns {
  -ms-flex-item-align: start;
  align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-header .sns {
  margin-top: -0.5rem;
}

@media only screen and (max-width: 650px) {
  .c-header .sns {
    display: none;
  }
}

.sns__item {
  padding: 1.3rem;
}

.sns__item svg {
  vertical-align: bottom;
}

.c-header .sns__item .cls-1 {
  fill: #999;
}

.c-wrap-menu .sns__item .cls-1 {
  fill: white;
}

.c-header__SDGs {
  margin-left: 1.3rem;
}

@media only screen and (max-width: 650px) {
  .c-header__SDGs {
    text-align: right;
    width: 20%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 650px) {
  .c-header__SDGs a img {
    width: 80%;
  }
}

.c-header__btn {
/*  margin-left: 2.5rem;*/
}

@media only screen and (max-width: 650px) {
  .c-header__btn {
    text-align: right;
    width: 20%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 650px) {
  .c-header__btn a img {
    width: 80%;
  }
}

.c-header__nav {
  margin-top: 7rem;
  position: relative;
  z-index: 2;
}

.c-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 2.3rem;
}

@media only screen and (max-width: 1270px) {
  .c-header__nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
  }
}

.c-header__nav ul li {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.c-header__nav ul li.c-has-child{
  position: relative;
}

.c-header__nav ul li.c-has-child ul{
  position: absolute;
  width: 100%;
  background: #fff;
  display: block;
  margin-left: 0;
  left: 0.2rem;
  top: calc(100% + 1rem);
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition:.5s ease all;
  transition:.5s ease all;
}

.c-header__nav ul li.c-has-child:hover ul{
  -webkit-transition:.5s ease all;
  transition:.5s ease all;
  visibility: visible;
  opacity: 1;
}

.c-header__nav ul li.c-has-child li{
  font-size: 2.2rem;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  color:#991414;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

.c-header__nav ul li.c-has-child li+li{
  margin-top: 2rem;
}

.c-header__nav ul li.c-has-child li a{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-header__nav ul li.c-has-child li::before, .c-header__nav ul li.c-has-child li:last-child::after{
  display: none;
}

@media only screen and (max-width: 1270px) {
  .c-header__nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.c-header__nav ul li::before {
  position: absolute;
  /*content: '';*/
  height: 3.5rem;
  width: 1px;
  background: #000;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(7deg);
  transform: translateY(-50%) rotate(7deg);
}

.c-header__nav ul li:first-child {
  text-align: center;
}

.c-header__nav ul li:first-child .icon {
  margin-right: auto;
  margin-left: auto;
  width: 4.1rem;
}

.c-header__nav ul li:last-child::after {
  position: absolute;
  /*content: '';*/
  height: 3.5rem;
  width: 1px;
  background: #000;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(7deg);
  transform: translateY(-50%) rotate(7deg);
}

.c-header__nav ul li:last-child .icon {
  width: 3.3rem;
}

.c-header__nav ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-header__nav ul li a .icon {
  margin-right: 1.8rem;
}

.c-header__nav ul li a .icon .cls-1 {
  fill: #991414;
}

.c-header__nav ul li a .text {
  display: block;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.4rem;
  line-height: 2rem;
  font-weight: bold;
}

.c-header__nav ul li a .text .sub {
  display: block;
  color: #7a1817;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.c-header__nav ul li a:hover .text,
.c-header__nav ul li a:hover .text .sub {
  color: #828282;
}

.c-header__nav ul li a:hover .icon .cls-1 {
  fill: #828282;
}

.c-wrap-menu {
  padding: 2rem 0;
  background: #991414;
  margin-top: 3rem;
}


@media only screen and (max-width: 650px) {
  .c-wrap-menu {
    padding: 1rem 0;
  }
}

.c-wrap-menu .c-menu-burger {
  width: 4rem;
  height: 3rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 650px) {
  .c-wrap-menu .c-menu-burger {
    width: 3.5rem;
    height: 2.5rem;
  }
}

.c-wrap-menu .c-menu-burger.is-open {
  height: 4rem;
}

.c-wrap-menu .c-menu-burger.is-open:after {
  display: none;
}

.c-wrap-menu .c-menu-burger.is-open .line {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  left: -6%;
}

.c-wrap-menu .c-menu-burger.is-open:before {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  bottom: none;
}

.c-wrap-menu .c-menu-burger .line {
  position: absolute;
  width: 100%;
  height: 0.5rem;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.c-wrap-menu .c-menu-burger:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.5rem;
  background: #fff;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.c-wrap-menu .c-menu-burger:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.5rem;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-wrap-menu .list {
  text-align: center;
  margin-top: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  height: 0;
}

.c-wrap-menu .list.is-open {
  padding-top: 3rem;
  height: 100%;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.c-wrap-menu .list.is-open li {
  display: block;
}

.c-wrap-menu .list li {
  display: none;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.c-wrap-menu .list li + li {
  /*margin-top: 1.5rem;*/
}

.c-wrap-menu .list li a {
  /*width: 0;*/
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: inline-block;
  padding: 0.75rem 0;
}

.c-wrap-menu .list li.c-has-child ul{
  display: none;
  padding-top: 0;
}

.c-wrap-menu .list li.c-has-child ul.is-show{
  display: block;
  background-color: rgba(255, 255, 255, 0.25);
}

.c-wrap-menu .list li.c-has-child span{
  position: relative;
  display: inline-block;
}

.c-wrap-menu .list li.c-has-child span::before{
  position: absolute;
  content: "\f107";
  font-weight: 900;
  font-family:"Font Awesome 5 Free";
  left: calc(100% + 1rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.8rem;
}

.c-wrap-menu .list li.c-has-child span.is-show::before{
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.c-wrap-menu .list li.c-has-child ul li a::before{
  display: none;
}

.c-wrap-menu .sns {
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  height: 0;
  overflow: hidden;
}

.c-wrap-menu .sns.is-open {
  height: 100%;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background: #991414;
  padding-top: 6.5rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 980px) {
  .c-footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.c-footer .c-wrap-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-footer .c-wrap-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 980px) {
  .c-footer .c-wrap-footer__left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 980px) {
  .c-footer .c-wrap-footer__left .c-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

.c-footer .c-wrap-footer__left .c-wrap-info {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #fff;
  margin-left: 2.9rem;
  margin-bottom: 0.3rem;
  letter-spacing: 0.23rem;
  font-weight: bold;
}

@media only screen and (max-width: 980px) {
  .c-footer .c-wrap-footer__left .c-wrap-info {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 650px) {
  .c-footer .c-wrap-footer__left .c-wrap-info {
    font-size: 1.4rem;
    text-align: center;
  }
}

.c-footer .c-wrap-footer__left .c-wrap-info__address {
  margin-bottom: 0.4rem;
}

.c-footer .c-wrap-footer__left .c-wrap-info span {
  letter-spacing: 0.18rem;
}

@media only screen and (max-width: 650px) {
  .c-footer .c-wrap-footer__left .c-wrap-info span {
    display: block;
  }
}

.c-footer .c-wrap-footer__left .c-wrap-info span + span {
  margin-left: 4rem;
}

@media only screen and (max-width: 650px) {
  .c-footer .c-wrap-footer__left .c-wrap-info span + span {
    margin-left: 0;
  }
}

.c-footer .c-wrap-footer__right {
  padding-bottom: 0.8rem;
}

@media only screen and (max-width: 980px) {
  .c-footer .c-wrap-footer__right {
    display: none;
  }
}

.c-footer .c-wrap-footer__right .c-back-top {
  cursor: pointer;
}

.c-footer .c-wrap-footer__right .c-back-top img {
  width: 4.2rem;
}

.c-footer .c-copyright {
  font-size: 1.8rem;
  line-height: 1.72222;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 6.6rem;
  letter-spacing: 0.18rem;
}

@media only screen and (max-width: 980px) {
  .c-footer .c-copyright {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 650px) {
  .c-footer .c-copyright {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media only screen and (max-width: 650px) {
  body {
    min-width: 32rem;
  }
}

.l-container {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1270px) {
  .l-container {
    padding: 70px 1.875rem 0;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 980px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
  background-color: #750909;
    color: #FFFFFF;
}

@media only screen and (max-width: 980px) {
  .pc {
    display: none;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-view-list a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41.4rem;
  height: 7.5rem;
  margin-right: auto;
  margin-left: auto;
  background: #991414;
  position: relative;
  letter-spacing: 0.5rem;
}

@media only screen and (max-width: 650px) {
  .c-view-list a {
    width: 100%;
    font-size: 1.8rem;
    height: 6rem;
  }
}

.c-view-list a:hover {
  background: #828282;
}

.c-view-list a .angle-right {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.8rem;
  width: 1.65rem;
}

@media only screen and (max-width: 650px) {
  .c-view-list a .angle-right {
    width: 1.2rem;
  }
}

.c-register {
  height: 9.9rem;
  width: 50.7rem;
  background: #991414;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12.6rem;
  letter-spacing: 0.5rem;
  position: relative;
}

@media only screen and (max-width: 1270px) {
  .c-register {
    margin-top: 9rem;
  }
}

@media only screen and (max-width: 980px) {
  .c-register {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 650px) {
  .c-register {
    width: 100%;
    height: 6rem;
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}

.c-register span {
  position: absolute;
  width: 1.65rem;
  right: 3.1rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 650px) {
  .c-register span {
    width: 1.2rem;
    right: 2rem;
  }
}

.c-register:hover {
  background: #828282;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title-top {
  font-size: 5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1rem;
}

@media only screen and (max-width: 650px) {
  .c-title-top {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}

.c-title-top span {
  display: block;
  font-size: 2.2rem;
  color: #8c0e1a;
  margin-top: 0.2rem;
  letter-spacing: 0.4rem;
}

@media only screen and (max-width: 650px) {
  .c-title-top span {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}

.c-title-page {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16.4rem;
}

@media only screen and (max-width: 1270px) {
  .c-title-page {
    padding-top: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .c-title-page {
    padding-top: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .c-title-page {
    padding-top: 4.5rem;
    display: block;
  }
}

.c-title-page h2 {
  z-index: 100;
  font-size: 5rem;
  line-height: 1.74;
  letter-spacing: 1.05rem;
}

@media only screen and (max-width: 650px) {
  .c-title-page h2 {
    font-size: 3rem;
    line-height: 1.66667;
    text-align: center;
  }
}

.c-title-page span {
  background: url("../img/bg-red.png") no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 3.3rem;
  padding-right: 3.3rem;
  margin-top: 3.3rem;
  margin-left: 1.2rem;
  letter-spacing: 0.1rem;
  height: 3rem;
}

@media only screen and (max-width: 650px) {
  .c-title-page span {
    margin-top: 1.1rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.c-title-company {
  font-size: 4.2rem;
  line-height: 1.7381;
  font-weight: bold;
  padding-left: 9rem;
  letter-spacing: 0.5rem;
  position: relative;
}

@media only screen and (max-width: 650px) {
  .c-title-company {
    font-size: 2.5rem;
    padding-left: 4.5rem;
    line-height: 1.4;
  }
}

.c-title-company:before {
  position: absolute;
  content: '';
  width: 6.5rem;
  height: 1px;
  background: #991414;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

 .c-title-iso{
  font-size: 4.2rem;
  line-height: 1.7381;
  font-weight: bold;
  padding-left: 9rem;
  letter-spacing: 0.5rem;
  position: relative;
 }

 .c-title-iso:before {
   position: absolute;
   content: '';
   width: 6.5rem;
   height: 1px;
   background: #991414;
   left: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
 }

 @media only screen and (max-width: 650px) {
   .c-title-iso {
     font-size: 2.5rem;
     line-height: 1.4;
   }
}

.img-left {
    width: 10%;
    margin-top: 4.8rem;
}

.text-right {
    margin-top: 4.8rem;
    margin-left: 4.8rem;
    font-size: 2.4rem;
}

.isoheading{
    font-weight: bold;
    font-size: 2.8rem;
    color: #991414;
    padding-bottom: 1.6rem;
}

.c-wrap-9001{
    display: flex;
}

.c-wrap-14001{
    display: flex;
}

 @media only screen and (max-width: 650px) {
   .c-wrap-9001{
     display: flex;
     flex-direction: column;
   }

   .c-wrap-14001{
     display: flex;
     flex-direction: column;
   }

   .img-left{
     width: 50%;
     margin: 4rem auto 0;
   }

   .text-right{
     margin-left: 0;
   }

   .isoheading {
    font-size: 2rem;
   }

   .text-right p{
     font-size: 1.4rem;
     line-height: 1.78571;
   }
 }


@media only screen and (max-width: 650px) {
  .c-title-company:before {
    width: 3rem;
  }
}

.c-title-recruit {
  font-size: 4.2rem;
  line-height: 1.7381;
  font-weight: bold;
  padding-left: 8rem;
  letter-spacing: 0.42rem;
  position: relative;
}

@media only screen and (max-width: 650px) {
  .c-title-recruit {
    font-size: 2.5rem;
    padding-left: 4.5rem;
    line-height: 1.4;
  }
}

.c-title-recruit:before {
  position: absolute;
  content: '';
  width: 6.5rem;
  height: 1px;
  background: #991414;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 650px) {
  .c-title-recruit:before {
    width: 3rem;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top .c-mainvisual {
  margin-top: 7.9rem;
}

@media only screen and (max-width: 980px) {
  .p-top .c-mainvisual {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top .c-mainvisual {
    margin-top: 3rem;
  }
}

.c-mainvisual-slider img {
  width: 100%;
}

.p-top1 {
  margin-top: 12.7rem;
}

@media only screen and (max-width: 1270px) {
  .p-top1 {
    margin-top: 9rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-top1 {
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top1 {
    margin-top: 3.5rem;
  }
}

.p-top1 .c-list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5.8rem;
  margin-bottom: 6.4rem;
}

@media only screen and (max-width: 980px) {
  .p-top1 .c-list-news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top1 .c-list-news {
    margin-bottom: 2rem;
  }
}

.p-top1 .c-list-news .c-new {
  display: block;
  width: 23.828125%;
}

@media only screen and (max-width: 980px) {
  .p-top1 .c-list-news .c-new {
    width: 48%;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top1 .c-list-news .c-new {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .p-top1 .c-list-news .c-new:nth-of-type(n+2) {
    display: none;
  }
}

.p-top1 .c-list-news .c-new__img {
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .p-top1 .c-list-news .c-new__img img {
    width: 100%;
  }
}

.p-top1 .c-list-news .c-new__date {
  font-size: 1.8rem;
  line-height: 1.72222;
  color: #828282;
  font-weight: bold;
  margin-top: 2.4rem;
  letter-spacing: 0.38rem;
}

@media only screen and (max-width: 650px) {
  .p-top1 .c-list-news .c-new__date {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.p-top1 .c-list-news .c-new__title {
  font-size: 2.2rem;
  line-height: 1.45455;
  font-weight: bold;
  margin-top: 0.5rem;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 650px) {
  .p-top1 .c-list-news .c-new__title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.p-top1 .c-banner {
  margin-top: 15.5rem;
  background: url("../img/bg-banner.jpg") center/cover no-repeat;
  padding-top: 5.5rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.p-top1 .c-banner .c-wrap-banner__content .c-text-large {
  font-size: 7.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.55405;
  letter-spacing: -0.35rem;
  font-family: 'A-OTF Midashi Go MB31 Pro';
}

@media only screen and (max-width: 1270px) {
  .p-top1 .c-banner .c-wrap-banner__content .c-text-large {
    text-align: center;
  }
}

@media only screen and (max-width: 980px) {
  .p-top1 .c-banner .c-wrap-banner__content .c-text-large {
    font-size: 5rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 650px) {
  .p-top1 .c-banner .c-wrap-banner__content .c-text-large {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.1rem;
  }
}

.p-top1 .c-banner .c-wrap-banner__content .c-text-small {
  font-size: 3rem;
  color: #fff;
  margin-top: 5rem;
  letter-spacing: 0.6rem;
}

.p-top1 .c-banner .c-wrap-banner__content .c-text-small span {
  display: block;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1270px) {
  .p-top1 .c-banner .c-wrap-banner__content .c-text-small {
    text-align: center;
  }
}

@media only screen and (max-width: 980px) {
  .p-top1 .c-banner .c-wrap-banner__content .c-text-small {
    font-size: 2rem;
    margin-top: 4rem;
  }
  .p-top1 .c-banner .c-wrap-banner__content .c-text-small span {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top1 .c-banner .c-wrap-banner__content .c-text-small {
    font-size: 1.4rem;
    margin-top: 2rem;
    letter-spacing: 0.3rem;
  }
}

.p-top1 .c-banner .c-wrap-banner__img {
  max-width: 517px;
  position: absolute;
  top: -2.6rem;
  right: -8.4rem;
}

@media only screen and (max-width: 1500px) {
  .p-top1 .c-banner .c-wrap-banner__img {
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-top1 .c-banner .c-wrap-banner__img img {
    width: 80%;
  }
}

@media only screen and (max-width: 1270px) {
  .p-top1 .c-banner .c-wrap-banner__img {
    text-align: center;
    position: static;
    -webkit-transform: none;
    transform: none;
    top: 0;
    right: 0;
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top1 .c-banner .c-wrap-banner__img {
    margin-top: 3rem;
  }
  .p-top1 .c-banner .c-wrap-banner__img img {
    width: 100%;
  }
}

@media only screen and (max-width: 1270px) {
  .p-top1 .c-banner {
    margin-top: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-top1 .c-banner {
    margin-top: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top1 .c-banner {
    margin-top: 4.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.p-top2 {
  margin-top: 10.5rem;
  position: relative;
}

@media only screen and (max-width: 1270px) {
  .p-top2 {
    margin-top: 9rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-top2 {
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top2 {
    margin-top: 3.5rem;
  }
}

.p-top2 .c-wrap-slider {
  position: relative;
  margin-bottom: 7.6rem;
}

@media only screen and (max-width: 980px) {
  .p-top2 .c-wrap-slider {
    margin-bottom: 4.5rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top2 .c-wrap-slider {
    margin-bottom: 2rem;
  }
}

.p-top2 .c-slider-work {
  margin-top: 5.8rem;
}

.p-top2 .c-slider-work__item img {
    height: 23rem;
}

@media only screen and (max-width: 980px) {
  .p-top2 .c-slider-work {
    margin-top: 4.5rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top2 .c-slider-work {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 1270px) {
  .p-top2 .c-slider-work__item img {
    padding: 2%;
    height: auto;
  }
}


@media only screen and (max-width: 650px) {
  .p-top2 .c-slider-work__item img {
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1500px) {
  .p-top2 .c-wrap-arrows {
    text-align: center;
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top2 .c-wrap-arrows {
    margin-top: 1.5rem;
  }
}

.p-top2 .c-wrap-arrows .c-prev,
.p-top2 .c-wrap-arrows .c-next {
  height: 6rem;
  width: 6rem;
  background: #606060;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 1500px) {
/*
  .p-top2 .c-wrap-arrows .c-prev,
  .p-top2 .c-wrap-arrows .c-next {
    position: static;
    -webkit-transform: none;
    transform: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 4rem;
    height: 4rem;
  }
*/
}

@media only screen and (max-width: 650px) {
  .p-top2 .c-wrap-arrows .c-prev,
  .p-top2 .c-wrap-arrows .c-next {
    width: 3rem;
    height: 3rem;
  }
}

.p-top2 .c-wrap-arrows .c-prev img,
.p-top2 .c-wrap-arrows .c-next img {
  width: 1.65rem;
}

@media only screen and (max-width: 1500px) {
/*
  .p-top2 .c-wrap-arrows .c-prev img,
  .p-top2 .c-wrap-arrows .c-next img {
    width: 1.4rem;
  }
*/
}

@media only screen and (max-width: 650px) {
  .p-top2 .c-wrap-arrows .c-prev img,
  .p-top2 .c-wrap-arrows .c-next img {
    width: 1.2rem;
  }
}

.p-top2 .c-wrap-arrows .c-prev {
  left: -8.2rem;
}

.p-top2 .c-wrap-arrows .c-next {
  right: -7.8rem;
}

@media only screen and (max-width: 1500px) {
  .p-top2 .c-wrap-arrows .c-next {
    margin-left: 4rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top2 .c-wrap-arrows .c-next {
    margin-left: 3rem;
  }
}

.p-top3 {
  background: #FCEBEB;
  margin-top: 12.2rem;
  padding-top: 13.8rem;
  padding-bottom: 14.4rem;
}

@media only screen and (max-width: 1270px) {
  .p-top3 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-top3 {
    margin-top: 9rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 4.5rem;
  }
}

.p-top3 .c-wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 650px) {
  .p-top3 .c-wrap-content {
    display: block;
  }
}

.p-top3 .c-wrap-content__title {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: -2em;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 650px) {
    .p-top3 .c-wrap-content__title {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.p-top3 .c-wrap-content__instagram {
  width: 61rem;
}

@media only screen and (max-width: 1270px) {
  .p-top3 .c-wrap-content__instagram {
    width: 49%;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 650px) {
  .p-top3 .c-wrap-content__instagram {
    width: 100%;
  }
}

.p-top3 .c-wrap-content__instagramFeed {
  margin-top: -1rem;
  margin-right: -1rem;
  margin-left: -1rem;
}

@media only screen and (max-width: 650px) {
  .p-top3 .c-wrap-content__instagramFeed {
    margin-top: 0;
  }
}

.p-top3 .c-wrap-content__instagram span {
  /*margin-top: 1.8rem;*/
  /*margin-left: 1.5rem;*/
}

.p-top3 .c-wrap-content__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 1270px) {
  .p-top3 .c-wrap-content__img {
    width: 49%;
  }
}

@media only screen and (max-width: 650px) {
  .p-top3 .c-wrap-content__img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-top3 .c-wrap-content__img img {
    width: 100%;
  }
}

.p-top4 {
  margin-top: 10.3rem;
  margin-bottom: 9.3rem;
}

@media only screen and (max-width: 1270px) {
  .p-top4 {
    margin-top: 9rem;
    margin-bottom: 4.5rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-top4 {
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top4 {
    margin-top: 3.5rem;
  }
}

.p-top4 .c-wrap-brand {
  max-width: 65rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6.2rem;
}

@media only screen and (max-width: 980px) {
  .p-top4 .c-wrap-brand {
    margin-top: 4.5rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-top4 .c-wrap-brand {
    margin-top: 2rem;
  }
}

.p-top4 .c-wrap-brand__img {
  max-width: 30rem;
  margin-bottom: 4.7rem;
}

_:-ms-lang(x)::-ms-backdrop, .p-top4 .c-wrap-brand__img {
  width: calc(240 / 520 * 100%);
}

@media only screen and (max-width: 980px) {
  .p-top4 .c-wrap-brand__img {
    margin-bottom: 2rem;
  }
  .p-top4 .c-wrap-brand__img img {
    /*width: 100%;*/
  }
  _:-ms-lang(x)::-ms-backdrop, .p-top4 .c-wrap-brand__img {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .p-top4 .c-wrap-brand__img {
    /*width: 100%;*/
  }
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about1 {
  background: url("../img/bg_s1.jpg") no-repeat bottom right;
  padding-bottom: 3.9rem;
}

@media only screen and (max-width: 980px) {
  .p-about1 {
    /*background: none;*/
    background-size: 120% auto;
    padding-bottom: 70vw;
  }
}

@media only screen and (max-width: 650px) {
  .p-about1 {
    /*padding-bottom: 2rem;*/
  }
}

.p-about1 .c-title-company {
  margin-top: 7.3rem;
}

@media only screen and (max-width: 650px) {
  .p-about1 .c-title-company {
    margin-top: 3.5rem;
  }
}

.p-about1 .c-wrap-text {
  font-size: 2.2rem;
  line-height: 1.90909;
  letter-spacing: 0.02rem;
  margin-top: 5.1rem;
}

@media only screen and (max-width: 650px) {
  .p-about1 .c-wrap-text {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

.p-about1 .c-wrap-text p + p {
  margin-top: 4.3rem;
}

@media only screen and (max-width: 980px) {
  .p-about1 .c-wrap-text p + p {
    margin-top: 2rem;
  }
}

.p-about2 {
  margin-top: 20.5rem;
  margin-bottom: 12.6rem;
}

@media only screen and (max-width: 1270px) {
  .p-about2 {
    margin-top: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-about2 {
    margin-top: 9rem;
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-about2 {
    margin-top: 4.5rem;
    margin-bottom: 3rem;
  }
}

.p-about2 .c-wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.8rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 650px) {
  .p-about2 .c-wrap-content {
    margin-top: 2.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-about2 .c-wrap-content__left {
  width: 48%;
}

@media only screen and (max-width: 650px) {
  .p-about2 .c-wrap-content__left {
    width: 100%;
  }
}

.p-about2 .c-wrap-content__left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-about2 .c-wrap-content__left dl + dl {
  margin-top: 6.5rem;
}

.p-about2 .c-wrap-content__left dl + dl dt,
.p-about2 .c-wrap-content__left dl + dl dd {
  line-height: 2.8rem;
}

.p-about2 .c-wrap-content__left dl + dl dt {
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
}

.p-about2 .c-wrap-content__left dl + dl dd {
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
}

.p-about2 .c-wrap-content__left dl + dl dd:last-child {
  padding-bottom: 1.6rem;
}

.p-about2 .c-wrap-content__left dl + dl dd p {
  margin-bottom: 0.7rem;
}

.p-about2 .c-wrap-content__left dl dt {
  width: 26%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #828282;
  text-align: center;
  border-bottom: 1px solid #828282;
  padding-top: 2.8rem;
  padding-bottom: 1.8rem;
}

@media only screen and (max-width: 650px) {
  .p-about2 .c-wrap-content__left dl dt {
    font-size: 1.4rem;
  }
}

.p-about2 .c-wrap-content__left dl dt:first-child {
  border-top: 1px solid #828282;
}

.p-about2 .c-wrap-content__left dl dd {
  width: 74%;
  font-size: 1.6rem;
  line-height: 1.3125;
  border-bottom: 1px solid #828282;
  padding-top: 2.8rem;
  padding-bottom: 1.8rem;
  padding-left: 0.8rem;
}

@media only screen and (max-width: 650px) {
  .p-about2 .c-wrap-content__left dl dd {
    font-size: 1.4rem;
  }
}

.p-about2 .c-wrap-content__left dl dd:nth-child(2) {
  border-top: 1px solid #828282;
}

.p-about2 .c-wrap-content__right {
  width: 52%;
}

@media only screen and (max-width: 650px) {
  .p-about2 .c-wrap-content__right {
    width: 100%;
  }
}

.p-about2 .c-wrap-content__right .c-img {
  margin-top: -6.9rem;
}

@media only screen and (max-width: 650px) {
  .p-about2 .c-wrap-content__right .c-img {
    margin-top: 5rem;
  }
}

.p-about2 .c-wrap-content__right .c-img img {
  -webkit-transform: translateX(3.6rem);
  transform: translateX(3.6rem);
}

@media only screen and (max-width: 650px) {
  .p-about2 .c-wrap-content__right .c-img img {
    -webkit-transform: none;
    transform: none;
  }
}

.p-about2 .c-wrap-content__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 3.3rem;
}

@media only screen and (max-width: 650px) {
  .p-about2 .c-wrap-content__right dl {
    padding-left: 0;
  }
}

.p-about2 .c-wrap-content__right dl dt {
  width: 26%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #828282;
  text-align: center;
  border-bottom: 1px solid #828282;
  padding-top: 2.5rem;
  padding-bottom: 1.8rem;
}

@media only screen and (max-width: 650px) {
  .p-about2 .c-wrap-content__right dl dt {
    font-size: 1.4rem;
  }
}

.p-about2 .c-wrap-content__right dl dt:first-child {
  padding-top: 0.4rem;
  padding-bottom: 2.1rem;
}

.p-about2 .c-wrap-content__right dl dd {
  width: 74%;
  font-size: 1.6rem;
  line-height: 1.3125;
  border-bottom: 1px solid #828282;
  padding-top: 2.8rem;
  padding-bottom: 1.8rem;
  padding-left: 0.5rem;
}

@media only screen and (max-width: 650px) {
  .p-about2 .c-wrap-content__right dl dd {
    font-size: 1.4rem;
  }
}

.p-about2 .c-wrap-content__right dl dd:nth-child(2) {
  padding-top: 0.7rem;
  padding-bottom: 2.1rem;
}

.p-about2 .c-wrap-content__right dl dd:last-child {
  line-height: 2.7rem;
  padding-bottom: 3.2rem;
}

.p-history1 .c-bg-black {
  background: #111111;
  /*padding-top: 4rem;*/
  padding-top: 10rem;
  /*margin-top: 3rem;*/
  margin-top: 7.6rem;
  padding-bottom: 15.5rem;
}

@media only screen and (max-width: 1270px) {
  .p-history1 .c-bg-black {
    padding-bottom: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-history1 .c-bg-black {
    padding-bottom: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-history1 .c-bg-black {
    padding-top: 2rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
  }
}

.p-history1 .c-bg-black .c-wrap-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 980px) {
  .p-history1 .c-bg-black .c-wrap-history {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-history1 .c-bg-black .c-wrap-history + .c-wrap-history {
  margin-top: 7.4rem;
}

@media only screen and (max-width: 650px) {
  .p-history1 .c-bg-black .c-wrap-history + .c-wrap-history {
    margin-top: 4.4rem;
  }
}

.p-history1 .c-bg-black .c-wrap-history + .c-wrap-history .c-img {
  /*margin-top: 5rem;*/
}

@media only screen and (max-width: 650px) {
  .p-history1 .c-bg-black .c-wrap-history + .c-wrap-history .c-img {
    margin-top: 3.3rem;
  }
}

.p-history1 .c-bg-black .c-wrap-history + .c-wrap-history .c-img:last-child {
  margin-top: 2.4rem;
}

@media only screen and (max-width: 650px) {
  .p-history1 .c-bg-black .c-wrap-history + .c-wrap-history .c-img:last-child {
    margin-top: 3.3rem;
  }
}

.p-history1 .c-bg-black .c-wrap-history__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.6rem;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 980px) {
  .p-history1 .c-bg-black .c-wrap-history__text {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .p-history1 .c-bg-black .c-wrap-history__text {
    font-size: 1.4rem;
  }
}

.p-history1 .c-bg-black .c-wrap-history__text .c-year {
  width: 11%;
  font-weight: bold;
  text-align: center;
  padding-top: 1.4rem;
}

@media only screen and (max-width: 650px) {
  .p-history1 .c-bg-black .c-wrap-history__text .c-year {
    width: 100%;
  }
}

.p-history1 .c-bg-black .c-wrap-history__text .c-year.none-year {
  position: relative;
}

@media only screen and (max-width: 650px) {
  .p-history1 .c-bg-black .c-wrap-history__text .c-year.none-year {
    display: none;
  }
}

.p-history1 .c-bg-black .c-wrap-history__text .c-year.none-year:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #FFFFFF;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.p-history1 .c-bg-black .c-wrap-history__text .c-content {
  width: 87%;
}

@media only screen and (max-width: 650px) {
  .p-history1 .c-bg-black .c-wrap-history__text .c-content {
    width: 100%;
  }
}

.p-history1 .c-bg-black .c-wrap-history__text .c-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-history1 .c-bg-black .c-wrap-history__text .c-content dl dt {
  width: 11%;
  text-align: right;
  border-bottom: 1px solid #DBDBDB;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
}

@media only screen and (max-width: 650px) {
  .p-history1 .c-bg-black .c-wrap-history__text .c-content dl dt {
    width: 12%;
  }
}

.p-history1 .c-bg-black .c-wrap-history__text .c-content dl dd {
  width: 89%;
  padding-left: 3.5rem;
  border-bottom: 1px solid #DBDBDB;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
}

@media only screen and (max-width: 650px) {
  .p-history1 .c-bg-black .c-wrap-history__text .c-content dl dd {
    width: 88%;
    padding-left: 2rem;
  }
}

.p-history1 .c-bg-black .c-wrap-history__img {
  width: 32.3%;
}

@media only screen and (max-width: 980px) {
  .p-history1 .c-bg-black .c-wrap-history__img {
    width: 100%;
  }
}

.p-history1 .c-bg-black .c-wrap-history__img .c-img {
  /*margin-top: 4.7rem;*/
  margin-top: 1.8rem;
}

@media only screen and (max-width: 980px) {
  .p-history1 .c-bg-black .c-wrap-history__img .c-img img {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .p-history1 .c-bg-black .c-wrap-history__img .c-img {
    margin-top: 3.3rem;
  }
}

.p-history1 .c-bg-black .c-wrap-history__img .c-img + .c-img {
  margin-top: 3.3rem;
}

.p-recruit .c-wrap-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 980px) {
  .p-recruit .c-wrap-benefit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-recruit .c-wrap-benefit__content {
  width: 60%;
}

@media only screen and (max-width: 980px) {
  .p-recruit .c-wrap-benefit__content {
    width: 100%;
  }
}

.p-recruit .c-wrap-benefit__content .c-title {
  font-size: 2.2rem;
  line-height: 1.90909;
  font-weight: bold;
  color: #991414;
  margin-top: 4.4rem;
  letter-spacing: 0.03rem;
  padding: 0 1.6rem;
  border-left: 0.6rem solid #991414;
}

@media only screen and (max-width: 650px) {
  .p-recruit .c-wrap-benefit__content .c-title {
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-top: 3.1rem;
  }
}

.p-recruit .c-wrap-benefit__content .c-content {
  font-size: 2.2rem;
  line-height: 1.77273;
  margin-top: 2rem;
  letter-spacing: 0.02rem;
  margin-bottom: 6.3rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit .c-wrap-benefit__content .c-content {
    font-size: 1.4rem;
    line-height: 1.78571;
    margin-bottom: 3.1rem;
  }
}

.p-recruit .c-wrap-benefit__img {
  width: 35.4%;
  position: relative;
  margin-top: 4.5rem;
  padding-top: 7.4rem;
}

@media only screen and (max-width: 1270px) {
  .p-recruit .c-wrap-benefit__img {
    margin-top: 6.9rem;
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-recruit .c-wrap-benefit__img {
    width: 100%;
    padding-top: 0;
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-recruit .c-wrap-benefit__img {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 1270px) {
  .p-recruit .c-wrap-benefit__img img {
    width: 100%;
  }
}

.p-recruit .c-wrap-benefit__img span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19.8rem;
  height: 14.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #991414;
}

@media only screen and (max-width: 1270px) {
  .p-recruit .c-wrap-benefit__img span {
    width: 14.2rem;
    height: 9.8rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-recruit .c-wrap-benefit__img span {
    width: 25%;
    height: 15%;
  }
}

@media only screen and (max-width: 650px) {
  .p-recruit .c-wrap-benefit__img span {
    font-size: 2rem;
  }
}

.p-recruit1 .c-title-page {
  margin-bottom: 8.3rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit1 .c-title-page {
    margin-bottom: 5rem;
  }
}

.p-recruit1 .c-title-page span {
  margin-left: 0.6rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit1 .c-title-page span {
    margin-left: auto;
  }
}

.p-recruit1 .c-text {
  font-size: 2.2rem;
  line-height: 1.90909;
  margin-top: 6rem;
  letter-spacing: 0.03rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit1 .c-text {
    font-size: 1.4rem;
    line-height: 1.785714285714286;
    margin-top: 3rem;
  }
}

.p-recruit2 {
  margin-top: 13.7rem;
}

@media only screen and (max-width: 1270px) {
  .p-recruit2 {
    margin-top: 8.3rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-recruit2 {
    margin-top: 4.5rem;
  }
}

.p-recruit2 .c-wrap-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6.6rem;
}

@media only screen and (max-width: 1270px) {
  .p-recruit2 .c-wrap-circle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 650px) {
  .p-recruit2 .c-wrap-circle {
    margin-top: 3.3rem;
  }
}

.p-recruit2 .c-wrap-circle__img {
  width: 50%;
}

@media only screen and (max-width: 1270px) {
  .p-recruit2 .c-wrap-circle__img {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-recruit2 .c-wrap-circle__content {
  width: 45.3125%;
}

@media only screen and (max-width: 1270px) {
  .p-recruit2 .c-wrap-circle__content {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 5rem;
  }
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #991414;
  padding-top: 3.9rem;
  padding-bottom: 3.1rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit2 .c-wrap-circle__content .c-wrap-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content__left {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 650px) {
  .p-recruit2 .c-wrap-circle__content .c-wrap-content__left {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content__right {
  font-size: 2.2rem;
  line-height: 1.54545;
  width: 76%;
}

@media only screen and (max-width: 650px) {
  .p-recruit2 .c-wrap-circle__content .c-wrap-content__right {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5625;
    text-align: center;
  }
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content__right .small {
  font-size: 0.54545em;
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content--recruit .c-wrap-content__right {
  line-height: 1.3;
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content--message .c-wrap-content__right {
  text-align: center;
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content--recruit .description + .term {
  margin-top: 0.5em;
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content--recruit .description {
  font-size: 0.54545em;
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content:nth-child(2) {
  padding-bottom: 3.4rem;
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content:nth-child(2) .c-wrap-content__right {
  padding-top: 0.4rem;
  letter-spacing: 0.01rem;
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content:last-child {
  border-bottom: 1px solid #991414;
  padding-bottom: 2.6rem;
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content:last-child .c-wrap-content__right {
  width: 100%;
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content:last-child .c-wrap-content__right .c-text1 {
  font-size: 2rem;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 650px) {
  .p-recruit2 .c-wrap-circle__content .c-wrap-content:last-child .c-wrap-content__right .c-text1 {
    font-size: 1.4rem;
    text-align: center;
  }
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content:last-child .c-wrap-content__right .c-text2 {
  font-family: ro-shino-std, serif;
  font-size: 3.4rem;
  line-height: 1.17647;
  text-align: left;
  font-weight: 400;
  display: inline-block;
  margin-top: 3.2rem;
}

@media only screen and (max-width: 1270px) {
  .p-recruit2 .c-wrap-circle__content .c-wrap-content:last-child .c-wrap-content__right .c-text2 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 650px) {
  .p-recruit2 .c-wrap-circle__content .c-wrap-content:last-child .c-wrap-content__right .c-text2 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.p-recruit2 .c-wrap-circle__content .c-wrap-content:last-child .c-wrap-content__right .c-text3 {
  font-family: ro-shino-std, serif;
  text-align: right;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 1.6rem;
  margin-right: 1.4rem;
}

@media only screen and (max-width: 1270px) {
  .p-recruit2 .c-wrap-circle__content .c-wrap-content:last-child .c-wrap-content__right .c-text3 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 650px) {
  .p-recruit2 .c-wrap-circle__content .c-wrap-content:last-child .c-wrap-content__right .c-text3 {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 1rem;
  }
}

.p-recruit-voice {
  padding-top: 10rem;
  margin-top: 9.8rem;
}

@media only screen and (max-width: 1270px) {
  .p-recruit-voice {
    padding-top: 6rem;
    margin-top: 5.8rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-recruit-voice {
    padding-top: 4.5rem;
    margin-top: 2rem;
  }
}

.p-recruit3 {
  background: #FCEBEB;
  /*margin-top: 19.8rem;*/
  padding-bottom: 2.3rem;
}

@media only screen and (max-width: 1270px) {
  .p-recruit3 {
    /*margin-top: 11.8rem;*/
  }
}

@media only screen and (max-width: 650px) {
  .p-recruit3 {
    /*margin-top: 4.5rem;*/
    /*padding-top: 2rem;*/
  }
}

.p-recruit3 .c-title-recruit {
  -webkit-transform: translateY(-3.8rem);
  transform: translateY(-3.8rem);
}

@media only screen and (max-width: 650px) {
  .p-recruit3 .c-title-recruit {
    -webkit-transform: none;
    transform: none;
  }
}

.p-recruit4 {
  margin-top: 7rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit4 {
    margin-top: 0;
  }
}

.p-recruit4 .c-wrap-benefit__content {
  width: 59.2%;
}

@media only screen and (max-width: 980px) {
  .p-recruit4 .c-wrap-benefit__content {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.p-recruit4 .c-wrap-benefit__content .u-mt43 {
  margin-top: 4.3rem;
}

.p-recruit4 .c-wrap-benefit__content .u-mb43 {
  margin-bottom: 4.3rem;
}

.p-recruit4 .c-wrap-benefit__img {
  text-align: right;
}

@media only screen and (max-width: 980px) {
  .p-recruit4 .c-wrap-benefit__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-recruit4 .c-wrap-benefit__img span {
  left: 0;
}

.p-recruit5 {
  margin-top: 10rem;
  margin-bottom: 15.5rem;
}

@media only screen and (max-width: 980px) {
  .p-recruit5 {
    margin-top: 8.3rem;
    margin-bottom: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-recruit5 {
    margin-top: 4.5rem;
    margin-bottom: 5.5rem;
  }
}

.p-recruit5 .c-wrap-recruit5 {
  max-width: 106.1rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-recruit5 .c-title-recruit5 {
  font-size: 4.2rem;
  color: #991414;
  position: relative;
  text-align: center;
  letter-spacing: 0.4rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit5 .c-title-recruit5 {
    font-size: 2.5rem;
  }
}

.p-recruit5 .c-title-recruit5 span {
  background: #fff;
  padding: 0 2.2rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit5 .c-title-recruit5 span {
    padding: 0 1rem;
  }
}

.p-recruit5 .c-title-recruit5::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #991414;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media only screen and (max-width: 650px) {
  .p-recruit5 .c-title-recruit5::before {
    top: 50%;
  }
}

.p-recruit5 .c-wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6.5rem;
}

@media only screen and (max-width: 980px) {
  .p-recruit5 .c-wrap-btn {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-recruit5 .c-wrap-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}

.p-recruit5 .c-wrap-btn .c-btn-recruit {
  width: 47.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #991414;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  height: 9.9rem;
  letter-spacing: 0.4rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit5 .c-wrap-btn .c-btn-recruit {
    width: 100%;
    margin-bottom: 2rem;
    height: 7rem;
    font-size: 2rem;
  }
}

.p-recruit5 .c-wrap-btn .c-btn-recruit span {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.8rem;
  width: 1.65rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit5 .c-wrap-btn .c-btn-recruit span {
    width: 1.4rem;
  }
}

.p-recruit5 .c-wrap-btn .c-btn-recruit:hover {
  background: #828282;
}

.p-news1 {
  margin-bottom: 16.5rem;
}

@media only screen and (max-width: 1270px) {
  .p-news1 {
    margin-bottom: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-news1 {
    margin-bottom: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-news1 {
    margin-bottom: 4.5rem;
  }
}

.p-news2 {
  margin-bottom: 14.2rem;
}

@media only screen and (max-width: 1270px) {
  .p-news2 {
    margin-bottom: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-news2 {
    margin-bottom: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-news2 {
    margin-bottom: 4.5rem;
  }
}

.p-news .c-wrap-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7.3rem;
}

@media only screen and (max-width: 980px) {
  .p-news .c-wrap-news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news {
    margin-top: 4rem;
  }
}

.p-news .c-wrap-news__list {
  width: 67%;
}

@media only screen and (max-width: 980px) {
  .p-news .c-wrap-news__list {
    width: 100%;
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__list {
    margin-top: 5rem;
  }
}

.p-news .c-wrap-news__list .c-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.2rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__list .c-new {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}

.p-news .c-wrap-news__list .c-new:nth-child(4) {
  margin-bottom: 8rem;
}

.p-news .c-wrap-news__list .c-new__img {
  text-align: center;
  width: 37%;
  padding-top: 0.5rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__list .c-new__img {
    width: 100%;
  }
  .p-news .c-wrap-news__list .c-new__img img {
    width: 100%;
  }
}

.p-news .c-wrap-news__list .c-new__info {
  width: 63%;
  margin-left: 1.5rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__list .c-new__info {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}

.p-news .c-wrap-news__list .c-new__info .date {
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: bold;
  color: #828282;
  letter-spacing: 0.5rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__list .c-new__info .date {
    font-size: 1.4rem;
  }
}

.p-news .c-wrap-news__list .c-new__info .title {
  font-size: 2.7rem;
  line-height: 1.74074;
  font-weight: bold;
  margin-top: 1.7rem;
  letter-spacing: 0.57rem;
}

@media only screen and (max-width: 1270px) {
  .p-news .c-wrap-news__list .c-new__info .title {
    line-height: 1.2963;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__list .c-new__info .title {
    font-size: 2rem;
  }
}

.p-news .c-wrap-news__list .c-new__info .content {
  font-size: 2.2rem;
  line-height: 1.90909;
  margin-top: 1.4rem;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 1270px) {
  .p-news .c-wrap-news__list .c-new__info .content {
    line-height: 1.5909;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__list .c-new__info .content {
    font-size: 1.4rem;
  }
}

.p-news .c-wrap-news__list .c-pagination {
  margin-top: 8.8rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__list .c-pagination {
    margin-top: 4rem;
  }
}

.p-news .c-wrap-news__list .c-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 51.3rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1270px) {
  .p-news .c-wrap-news__list .c-pagination ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-news .c-wrap-news__list .c-pagination ul li {
  font-size: 2.7rem;
  color: #fff;
  margin-left: 5.1rem;
  margin-right: -2.1rem;
}

@media only screen and (max-width: 1270px) {
  .p-news .c-wrap-news__list .c-pagination ul li {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__list .c-pagination ul li {
    font-size: 2rem;
  }
}

.p-news .c-wrap-news__list .c-pagination ul li a, .p-news .c-wrap-news__list .c-pagination ul li span {
  background: #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__list .c-pagination ul li a, .p-news .c-wrap-news__list .c-pagination ul li span {
    width: 4rem;
    height: 4rem;
  }
}

.p-news .c-wrap-news__list .c-pagination ul li img {
  width: 1.65rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__list .c-pagination ul li img {
    width: 1.4rem;
  }
}


.p-news .c-wrap-news__list .c-pagination ul li span, .p-news .c-wrap-news__list .c-pagination ul li:hover a {
  background: #DBDBDB;
}

.p-news .c-wrap-news__cate {
  width: 24.2%;
  padding-top: 0.5rem;
}

@media only screen and (max-width: 980px) {
  .p-news .c-wrap-news__cate {
    width: 100%;
    padding-top: 0;
    margin-top: 5rem;
  }
}

.p-news .c-wrap-news__cate ul + ul {
  margin-top: 13.6rem;
}

@media only screen and (max-width: 980px) {
  .p-news .c-wrap-news__cate ul + ul {
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__cate ul + ul {
    margin-top: 5rem;
  }
}

.p-news .c-wrap-news__cate ul li {
  border-top: 1px solid #828282;
  text-align: center;
  padding-top: 1.3rem;
  padding-bottom: 2.3rem;
}

.p-news .c-wrap-news__cate ul li:first-child {
  padding-bottom: 1.7rem;
}

.p-news .c-wrap-news__cate ul li:last-child {
  border-bottom: 1px solid #828282;
}

.p-news .c-wrap-news__cate ul li.is-active, .p-news .c-wrap-news__cate ul li:hover {
  color: #991414;
}

.black_out{
  color: #111111;
  font-size: 2.2rem;
  font-weight: bold;
  border: none!important;
  pointer-events: none;
}

.p-news .c-wrap-news__cate ul li a {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.5rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__cate ul li a {
    font-size: 1.4rem;
  }
}

.p-news .c-wrap-news__single {
  width: 67%;
  margin-top: 0.6rem;
}

@media only screen and (max-width: 980px) {
  .p-news .c-wrap-news__single {
    width: 100%;
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__single {
    margin-top: 5rem;
  }
}

.p-news .c-wrap-news__single .date {
  font-size: 1.8rem;
  line-height: 1.72222;
  font-weight: bold;
  color: #828282;
  letter-spacing: 0.38rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__single .date {
    font-style: 1.4rem;
    line-height: 1.78571;
  }
}

.p-news .c-wrap-news__single .title {
  font-size: 3.5rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.37rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__single .title {
    font-size: 2rem;
  }
}

.p-news .c-wrap-news__single .content {
  font-size: 2.2rem;
  line-height: 1.90909;
  margin-top: 3.9rem;
  letter-spacing: 0.06rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__single .content {
    font-size: 1.4rem;
    line-height: 1.785714285714286;
    margin-top: 2rem;
  }
}

.p-news .c-wrap-news__single .content p + p {
  margin-top: 4.3rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__single .content p + p {
    margin-top: 2rem;
  }
}

.p-news .c-wrap-news__single .img {
  margin-top: 10.2rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__single .img {
    margin-top: 5rem;
  }
}

.p-news .c-wrap-news__single .c-pagi-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 41.1rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10.7rem;
}

@media only screen and (max-width: 980px) {
  .p-news .c-wrap-news__single .c-pagi-single {
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__single .c-pagi-single {
    margin-top: 5rem;
  }
}

.p-news .c-wrap-news__single .c-pagi-single .c-prev,
.p-news .c-wrap-news__single .c-pagi-single .c-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background: #606060;
}

@media only screen and (max-width: 1270px) {
  .p-news .c-wrap-news__single .c-pagi-single .c-prev,
  .p-news .c-wrap-news__single .c-pagi-single .c-next {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__single .c-pagi-single .c-prev,
  .p-news .c-wrap-news__single .c-pagi-single .c-next {
    width: 4rem;
    height: 4rem;
  }
}

.p-news .c-wrap-news__single .c-pagi-single .c-prev img,
.p-news .c-wrap-news__single .c-pagi-single .c-next img {
  width: 1.65rem;
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__single .c-pagi-single .c-prev img,
  .p-news .c-wrap-news__single .c-pagi-single .c-next img {
    width: 1.4rem;
  }
}

.p-news .c-wrap-news__single .c-pagi-single .c-back {
  font-size: 2.2rem;
  color: #606060;
  width: 23.7rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #DBDBDB;
  letter-spacing: 0.3rem;
}

@media only screen and (max-width: 1270px) {
  .p-news .c-wrap-news__single .c-pagi-single .c-back {
    margin-right: 0;
  }
}

@media only screen and (max-width: 650px) {
  .p-news .c-wrap-news__single .c-pagi-single .c-back {
    width: 60%;
    height: 4rem;
    font-size: 1.4rem;
  }
}

.p-recruit-detail1 {
  margin-bottom: 17.7rem;
}

@media only screen and (max-width: 1270px) {
  .p-recruit-detail1 {
    margin-bottom: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-recruit-detail1 {
    margin-bottom: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 {
    margin-bottom: 4.5rem;
  }
}

.p-recruit-detail1 .c-title-page {
  margin-bottom: 6.3rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 .c-title-page {
    margin-bottom: 3rem;
  }
}

.p-recruit-detail1 .c-title-page span {
  margin-left: 0;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 .c-title-page span {
    margin-left: auto;
  }
}

.p-recruit-detail1 .c-title-recruit {
  font-size: 2.7rem;
  line-height: 1.74074;
}

.p-recruit-detail1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6.6rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl {
    margin-top: 3.3rem;
  }
}

.p-recruit-detail1 dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #828282;
  width: 12%;
  text-align: center;
  padding-top: 2.8rem;
  border-top: 1px solid #828282;
  padding-bottom: 1.8rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dt {
    font-size: 1.4rem;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

.p-recruit-detail1 dl dt:nth-child(3) {
  padding-top: 2.6rem;
}

.p-recruit-detail1 dl dt:nth-child(5) {
  padding-top: 2.6rem;
  padding-bottom: 2.1rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dt:nth-child(5) {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}

.p-recruit-detail1 dl dt:nth-child(9) {
  padding-top: 2.6rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dt:nth-child(9) {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}

.p-recruit-detail1 dl dt:nth-child(11) {
  padding-top: 2.5rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dt:nth-child(11) {
    padding-top: 2rem;
  }
}

.p-recruit-detail1 dl dt:nth-child(13) {
  padding-bottom: 2.3rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dt:nth-child(13) {
    padding-bottom: 1rem;
  }
}

.p-recruit-detail1 dl dt:nth-child(15) {
  padding-top: 2.2rem;
  padding-bottom: 2.4rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dt:nth-child(15) {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}

.p-recruit-detail1 dl dt:nth-child(n + 15) {
  padding-top: 1.9rem;
  padding-bottom: 2.6rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dt:nth-child(n + 15) {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}

.p-recruit-detail1 dl dt:last-of-type {
  border-bottom: 1px solid #828282;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dt:last-of-type {
    border-bottom: 0;
  }
}

.p-recruit-detail1 dl dd {
  font-size: 1.6rem;
  width: 88%;
  padding-top: 2.8rem;
  padding-left: 1.3rem;
  letter-spacing: 0.08rem;
  border-top: 1px solid #828282;
  padding-bottom: 1.8rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dd {
    font-size: 1.4rem;
    width: 100%;
    border-top: 0;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
}

.p-recruit-detail1 dl dd:nth-child(4) {
  padding-top: 2.6rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dd:nth-child(4) {
    padding-top: 0;
  }
}

.p-recruit-detail1 dl dd:nth-child(6) {
  padding-top: 2.6rem;
  padding-bottom: 2.1rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dd:nth-child(6) {
    padding-top: 0;
  }
}

.p-recruit-detail1 dl dd:nth-child(10) {
  padding-top: 2.6rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dd:nth-child(10) {
    padding-top: 0;
  }
}

.p-recruit-detail1 dl dd:nth-child(12) {
  padding-top: 2.5rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dd:nth-child(12) {
    padding-top: 0;
  }
}

.p-recruit-detail1 dl dd:nth-child(14) {
  padding-bottom: 2.3rem;
}

.p-recruit-detail1 dl dd:nth-child(16) {
  padding-top: 2.2rem;
  padding-bottom: 2.4rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dd:nth-child(16) {
    padding-top: 0;
  }
}

.p-recruit-detail1 dl dd:nth-child(n + 16) {
  padding-top: 1.9rem;
  padding-bottom: 2.4rem;
}

@media only screen and (max-width: 650px) {
  .p-recruit-detail1 dl dd:nth-child(n + 16) {
    padding-top: 0;
  }
}

.p-recruit-detail1 dl dd:last-of-type {
  line-height: 2.5rem;
  letter-spacing: 0;
  border-bottom: 1px solid #828282;
}

.p-contact1 {
  margin-bottom: 17rem;
}

@media only screen and (max-width: 1270px) {
  .p-contact1 {
    margin-bottom: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-contact1 {
    margin-bottom: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-contact1 {
    margin-bottom: 4.5rem;
  }
}

.p-contact1 .c-title-page span {
  background: url("../img/bg-red2.png") no-repeat center/contain;
  width: 16.3rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 650px) {
  .p-contact1 .c-title-page span {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-contact1 form {
  margin-top: 6.5rem;
}

@media only screen and (max-width: 980px) {
  .p-contact1 form {
    margin-top: 3.2rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-contact1 form {
    margin-top: 1.5rem;
  }
}

.p-contact1 form .c-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #828282;
  padding-bottom: 3.1rem;
}

@media only screen and (max-width: 980px) {
  .p-contact1 form .c-form-group {
    padding-top: 2.5rem;
    padding-bottom: 2.1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-contact1 form .c-form-group:nth-child(5) {
  padding-top: 4.8rem;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  padding-bottom: 4.3rem;
}

@media only screen and (max-width: 980px) {
  .p-contact1 form .c-form-group:nth-child(5) {
    padding-top: 2.5rem;
    padding-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-contact1 form .c-form-group:nth-child(5) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-contact1 form .c-form-group:nth-child(5) .c-form-group__title,
.p-contact1 form .c-form-group:nth-child(5) .c-form-group__sub {
  padding-top: 1rem;
}

@media only screen and (max-width: 650px) {
  .p-contact1 form .c-form-group:nth-child(5) .c-form-group__title,
  .p-contact1 form .c-form-group:nth-child(5) .c-form-group__sub {
    padding-top: 0;
  }
}

.wpcf7 .ajax-loader{
  display: none!important;
}

.p-contact1 form .c-form-group__title {
  width: 16%;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.72727;
  text-align: center;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 1270px) {
  .p-contact1 form .c-form-group__title {
    width: 20%;
  }
}

@media only screen and (max-width: 980px) {
  .p-contact1 form .c-form-group__title {
    width: 25%;
    text-align: left;
  }
}

@media only screen and (max-width: 650px) {
  .p-contact1 form .c-form-group__title {
    font-size: 1.4rem;
    width: 41%;
  }
}

.p-contact1 form .c-form-group__sub {
  width: 17%;
  margin-left: 1.7rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.4rem;
}

.p-contact1 form .c-form-group__sub span {
  background: #606060;
  padding-left: 1.7rem;
  padding-right: 1.9rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

@media only screen and (max-width: 1270px) {
  .p-contact1 form .c-form-group__sub {
    width: 13%;
  }
}

@media only screen and (max-width: 980px) {
  .p-contact1 form .c-form-group__sub {
    margin-left: 0;
  }
}

@media only screen and (max-width: 650px) {
  .p-contact1 form .c-form-group__sub {
    font-size: 1.4rem;
    width: 59%;
  }
}

.p-contact1 form .c-form-group__input {
  width: 67%;
  margin-left: 0.5rem;
}

.c-form-group select{
  padding: 1em;
  width: 58%;
}

@media only screen and (max-width: 980px) {
  .p-contact1 form .c-form-group__input {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    overflow-x: hidden;
    text-align: center;
  }
.c-form-group select{
  padding: 1em;
  width: 100%;
}

}

@media only screen and (max-width: 650px) {
  .p-contact1 form .c-form-group__input {
    margin-top: 1rem;
  }
}

.p-contact1 form .c-form-group__input input {
  width: 58%;
  background: #EAEAEA;
  border: 0;
  height: 4rem;
  padding: 1rem 1.5rem;
  font-family: inherit;
  font-size: 2.2rem;
}

@media only screen and (max-width: 980px) {
  .p-contact1 form .c-form-group__input input {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .p-contact1 form .c-form-group__input input {
    font-size: 1.4rem;
  }
}

.p-contact1 form .c-form-group__input textarea {
  padding: 1.7rem 1.5rem;
  border: 0;
  width: 84%;
  background: #EAEAEA;
  font-family: inherit;
  font-size: 2.2rem;
}

@media only screen and (max-width: 980px) {
  .p-contact1 form .c-form-group__input textarea {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .p-contact1 form .c-form-group__input textarea {
    font-size: 1.4rem;
  }
}

.p-contact1 form .c-register {
  margin-top: 13.3rem;
  position: relative;
}

.p-contact1 form .c-register::before {
  position: absolute;
  content: '';
  background: url("../img/angle_right.svg") no-repeat;
  width: 1.65rem;
  right: 3.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2.5rem;
}

@media only screen and (max-width: 650px) {
  .p-contact1 form .c-register::before {
    width: 1.2rem;
    height: 1.8rem;
  }
}

.p-contact1 form .c-register .c-submit {
  background: transparent;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  border: 0;
  cursor: pointer;
}

@media only screen and (max-width: 650px) {
  .p-contact1 form .c-register .c-submit {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1270px) {
  .p-contact1 form .c-register {
    margin-top: 9rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-contact1 form .c-register {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-contact1 form .c-register {
    margin-top: 3rem;
  }
}

.p-works1 {
  margin-bottom: 20rem;
}

@media only screen and (max-width: 1270px) {
  .p-works1 {
    margin-bottom: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-works1 {
    margin-bottom: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-works1 {
    margin-bottom: 4.5rem;
  }
}

.p-works .c-wrap-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 9rem;
}

@media only screen and (max-width: 980px) {
  .p-works .c-wrap-works {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works {
    margin-top: 4rem;
  }
}

.p-works .c-wrap-works__list {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 980px) {
  .p-works .c-wrap-works__list {
    width: 100%;
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works__list {
    margin-top: 5rem;
  }
}

.p-works .c-wrap-works__list .c-works {
  width: 49.5%;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works__list .c-works {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works__list .c-works_img img {
    width: 100%;
  }
}

.p-works .c-wrap-works__list .c-works_date {
  font-size: 1.8rem;
  font-weight: bold;
  color: #828282;
  margin-top: 2rem;
  letter-spacing: 0.35rem;
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works__list .c-works_date {
    font-size: 1.4rem;
  }
}

.p-works .c-wrap-works__list .c-works_title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 0.5rem;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works__list .c-works_title {
    font-size: 2rem;
  }
}

.p-works .c-wrap-works__list .c-pagination {
  margin-top: 6.3rem;
  width: 100%;
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works__list .c-pagination {
    margin-top: 2rem;
  }
}

.p-works .c-wrap-works__list .c-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 51.3rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1270px) {
  .p-works .c-wrap-works__list .c-pagination ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-works .c-wrap-works__list .c-pagination ul li {
  font-size: 2.7rem;
  color: #fff;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

@media only screen and (max-width: 1270px) {
  .p-works .c-wrap-works__list .c-pagination ul li {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works__list .c-pagination ul li {
    font-size: 2rem;
  }
}

.p-works .c-wrap-works__list .c-pagination ul li a, .p-works .c-wrap-works__list .c-pagination ul li span {
  background: #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works__list .c-pagination ul li a,.p-works .c-wrap-works__list .c-pagination ul li span {
    width: 4rem;
    height: 4rem;
  }
}

.p-works .c-wrap-works__list .c-pagination ul li img {
  width: 1.65rem;
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works__list .c-pagination ul li img {
    width: 1.4rem;
  }
}

/*.p-works .c-wrap-works__list .c-pagination ul li:first-child {
  display: none;
}*/

.p-works .c-wrap-works__list .c-pagination ul li span, .p-works .c-wrap-works__list .c-pagination ul li:hover a {
  background: #DBDBDB;

}

.p-works .c-wrap-works__cate {
  width: 24.2%;
  padding-top: 0.5rem;
}

@media only screen and (max-width: 980px) {
  .p-works .c-wrap-works__cate {
    width: 100%;
    padding-top: 0;
    margin-top: 5rem;
  }
}

.p-works .c-wrap-works__cate ul + ul {
  margin-top: 13.6rem;
}

@media only screen and (max-width: 980px) {
  .p-works .c-wrap-works__cate ul + ul {
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works__cate ul + ul {
    margin-top: 5rem;
  }
}

.p-works .c-wrap-works__cate ul li {
  border-top: 1px solid #828282;
  text-align: center;
  padding-top: 1.3rem;
  padding-bottom: 2.3rem;
}

.p-works .c-wrap-works__cate ul li:first-child {
  padding-bottom: 1.7rem;
}

.p-works .c-wrap-works__cate ul li:last-child {
  border-bottom: 1px solid #828282;
}

.p-works .c-wrap-works__cate ul li.is-active, .p-works .c-wrap-works__cate ul li:hover {
  color: #991414;
}

.p-works .c-wrap-works__cate ul li a {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.5rem;
}

@media only screen and (max-width: 650px) {
  .p-works .c-wrap-works__cate ul li a {
    font-size: 1.4rem;
  }
}

.p-work-detail {
  margin-bottom: 13.2rem;
}

@media only screen and (max-width: 1270px) {
  .p-work-detail {
    margin-bottom: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-work-detail {
    margin-bottom: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-work-detail {
    margin-bottom: 4.5rem;
  }
}

.p-work-detail1 .c-date {
  font-size: 1.8rem;
  font-weight: bold;
  color: #828282;
  margin-top: 8.7rem;
  letter-spacing: 0.35rem;
}

@media only screen and (max-width: 980px) {
  .p-work-detail1 .c-date {
    margin-top: 4.5rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-date {
    font-size: 1.6rem;
  }
}

.p-work-detail1 .c-title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-top: 1.1rem;
  letter-spacing: 0.38rem;
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-title {
    font-size: 2rem;
  }
}

.p-work-detail1 .c-wrap-slider {
  position: relative;
}

.p-work-detail1 .c-wrap-slider .c-work-for {
  margin-top: 6.4rem;
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-wrap-slider .c-work-for {
    margin-top: 3.2rem;
  }
}

.p-work-detail1 .c-wrap-slider .c-work-nav {
  width: 98rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.5rem;
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-wrap-slider .c-work-nav {
    width: 100%;
    margin-top: 2.2rem;
  }
}

.p-work-detail1 .c-wrap-slider .c-work-nav__item {
  margin-left: 1rem;
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-wrap-slider .c-work-nav__item {
    margin-left: 0;
  }
  .p-work-detail1 .c-wrap-slider .c-work-nav__item img {
    padding: 10%;
  }
}

@media only screen and (max-width: 1270px) {
  .p-work-detail1 .c-wrap-slider .c-wrap-arrows {
    text-align: center;
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-wrap-slider .c-wrap-arrows {
    margin-top: 1.5rem;
  }
}

.p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-prev,
.p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-next {
  height: 6rem;
  width: 6rem;
  background: #606060;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-prev,
  .p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-next {
    width: 3rem;
    height: 3rem;
  }
}

.p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-prev img,
.p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-next img {
  width: 1.65rem;
}

@media only screen and (max-width: 1270px) {
  .p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-prev img,
  .p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-next img {
    width: 1.4rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-prev img,
  .p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-next img {
    width: 1.2rem;
  }
}

.p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-prev {
  left: 1.5%;
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-prev {
    left: 3%;
  }
}

.p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-next {
  right: 1.5%;
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-wrap-slider .c-wrap-arrows .c-next {
    right: 3%;
  }
}

.p-work-detail1 .c-wrap-content {
  margin-top: 6.9rem;
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-wrap-content {
    margin-top: 3.4rem;
  }
}

.p-work-detail1 .c-wrap-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-work-detail1 .c-wrap-content dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 4.4375;
  color: #828282;
  border-top: 1px solid #828282;
  text-align: center;
  width: 12.5%;
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-wrap-content dl dt {
    font-size: 1.4rem;
    line-height: 1.785714;
    width: 25%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.p-work-detail1 .c-wrap-content dl dt:last-of-type {
  border-bottom: 1px solid #828282;
}

.p-work-detail1 .c-wrap-content dl dd {
  width: 87.5%;
  padding-left: 0.8rem;
  font-size: 1.6rem;
  border-top: 1px solid #828282;
  letter-spacing: 0.02rem;
  line-height: 4.375;
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-wrap-content dl dd {
    font-size: 1.4rem;
    line-height: 1.78571;
    width: 75%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.p-work-detail1 .c-wrap-content dl dd:last-child {
  border-bottom: 1px solid #828282;
}

.p-work-detail1 .c-pagi-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 41.1rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 13.4rem;
}

@media only screen and (max-width: 980px) {
  .p-work-detail1 .c-pagi-single {
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-pagi-single {
    margin-top: 5rem;
  }
}

.p-work-detail1 .c-pagi-single .c-prev-page,
.p-work-detail1 .c-pagi-single .c-next-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background: #606060;
}

@media only screen and (max-width: 1270px) {
  .p-work-detail1 .c-pagi-single .c-prev-page,
  .p-work-detail1 .c-pagi-single .c-next-page {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-pagi-single .c-prev-page,
  .p-work-detail1 .c-pagi-single .c-next-page {
    width: 4rem;
    height: 4rem;
  }
}

.p-work-detail1 .c-pagi-single .c-prev-page img,
.p-work-detail1 .c-pagi-single .c-next-page img {
  width: 1.65rem;
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-pagi-single .c-prev-page img,
  .p-work-detail1 .c-pagi-single .c-next-page img {
    width: 1.4rem;
  }
}

.p-work-detail1 .c-pagi-single .c-back {
  font-size: 2.2rem;
  color: #606060;
  width: 23.7rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #DBDBDB;
  letter-spacing: 0.3rem;
}

@media only screen and (max-width: 1270px) {
  .p-work-detail1 .c-pagi-single .c-back {
    margin-right: 0;
  }
}

@media only screen and (max-width: 650px) {
  .p-work-detail1 .c-pagi-single .c-back {
    width: 60%;
    height: 4rem;
    font-size: 1.4rem;
  }
}

.p-employment .c-add-text{
  text-align: right;
  margin-right: 0.3rem;
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
  margin-top: 0.8rem;
}

.p-employment1 .c-title-page {
  margin-bottom: 8.3rem;
}

@media only screen and (max-width: 650px) {
  .p-employment1 .c-title-page {
    margin-bottom: 5rem;
  }
}

.p-employment1 .c-title-page span {
  margin-left: 0.6rem;
}

@media only screen and (max-width: 650px) {
  .p-employment1 .c-title-page span {
    margin-left: auto;
  }
}

.p-employment .c-wrap-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 980px) {
  .p-employment .c-wrap-benefit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-employment .c-wrap-benefit__content {
  width: 60%;
}

@media only screen and (max-width: 980px) {
  .p-employment .c-wrap-benefit__content {
    width: 100%;
  }
}

.p-employment .c-wrap-benefit__content .c-title {
  font-size: 2.2rem;
  line-height: 1.90909;
  font-weight: bold;
  color: #991414;
  margin-top: 4.4rem;
  letter-spacing: 0.03rem;
  padding: 0 1.6rem;
  border-left: 0.6rem solid #991414;
}

@media only screen and (max-width: 650px) {
  .p-employment .c-wrap-benefit__content .c-title {
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-top: 3.1rem;
  }
}

.p-employment .c-wrap-benefit__content .c-content {
  font-size: 2.2rem;
  line-height: 1.77273;
  margin-top: 2rem;
  letter-spacing: 0.02rem;
  margin-bottom: 6.3rem;
}

@media only screen and (max-width: 650px) {
  .p-employment .c-wrap-benefit__content .c-content {
    font-size: 1.4rem;
    line-height: 1.78571;
    margin-bottom: 3.1rem;
  }
}

.p-employment .c-wrap-benefit__img {
  width: 35.4%;
  position: relative;
  margin-top: 4.5rem;
  padding-top: 7.4rem;
}

@media only screen and (max-width: 1270px) {
  .p-employment .c-wrap-benefit__img {
    margin-top: 6.9rem;
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-employment .c-wrap-benefit__img {
    width: 100%;
    padding-top: 0;
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-employment .c-wrap-benefit__img {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 1270px) {
  .p-employment .c-wrap-benefit__img img {
    width: 100%;
  }
}

.p-employment .c-wrap-benefit__img span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19.8rem;
  height: 14.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #991414;
}

@media only screen and (max-width: 1270px) {
  .p-employment .c-wrap-benefit__img span {
    width: 14.2rem;
    height: 9.8rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-employment .c-wrap-benefit__img span {
    width: 25%;
    height: 15%;
  }
}

@media only screen and (max-width: 650px) {
  .p-employment .c-wrap-benefit__img span {
    font-size: 2rem;
  }
}


.p-employment1 .c-text {
  font-size: 2.2rem;
  line-height: 1.90909;
  margin-top: 6rem;
  letter-spacing: 0.03rem;
}

@media only screen and (max-width: 650px) {
  .p-employment1 .c-text {
    font-size: 1.4rem;
    line-height: 1.78571;
    margin-top: 3rem;
  }
}

.p-employment2 {
  margin-top: 10.8rem;
}

@media only screen and (max-width: 1270px) {
  .p-employment2 {
    margin-top: 8.3rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-employment2 {
    margin-top: 4.5rem;
  }
}

.p-employment2 .c-wrap-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6.6rem;
}

@media only screen and (max-width: 1270px) {
  .p-employment2 .c-wrap-circle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 650px) {
  .p-employment2 .c-wrap-circle {
    margin-top: 3.3rem;
  }
}

.p-employment2 .c-wrap-circle__img {
  width: 53%;
}

@media only screen and (max-width: 1270px) {
  .p-employment2 .c-wrap-circle__img {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-employment2 .c-wrap-circle__content {
  width: 45.5%;
}

@media only screen and (max-width: 1270px) {
  .p-employment2 .c-wrap-circle__content {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 5rem;
  }
}


.p-employment2 .c-wrap-circle__content .c-wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #991414;
    padding-top: 3.9rem;
    padding-bottom: 3.1rem;
}

@media only screen and (max-width: 650px){
  .p-employment2 .c-wrap-circle__content .c-wrap-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1.8rem;
    padding-bottom: 1.5rem;
  }
}


.p-employment2 .c-wrap-circle__content .c-wrap-content:nth-child(2) {
    padding-bottom: 2.7rem;
    padding-top: 2.2rem;
}

.p-employment2 .c-wrap-circle__content .c-wrap-content:nth-child(3) {
    border-bottom: 1px solid #991414;
    padding-bottom: 3rem;
    padding-top: 3.4rem;
}

.p-employment2 .c-wrap-circle__content .c-wrap-content__left {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 650px){
  .p-employment2 .c-wrap-circle__content .c-wrap-content__left {
      width: 100%;
      font-size: 1.4rem;
      line-height: 1.78571;
  }
}

.p-employment2 .c-wrap-circle__content .c-wrap-content__right {
  font-size: 2.2rem;
  line-height: 1.59091;
  width: 75%;
  padding-left: 0.3rem;
}

@media only screen and (max-width: 650px){
  .p-employment2 .c-wrap-circle__content .c-wrap-content__right {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5625;
    text-align: center;
  }
}

.p-employment2 .c-wrap-circle__content .c-wrap-content__right span{
  display: inline-block;
  line-height: 2rem;
}

.p-employment2 .c-wrap-circle__content .c-wrap-content__right span+span{
  margin-top: 1.2rem;
}

.p-employment2 .c-wrap-circle__content .c-wrap-content__right .text-small{
  font-size: 1.2rem;
}

.p-employment2 .c-wrap-circle__content .c-wrap-content:nth-child(2) .c-wrap-content__right {
    padding-top: 0.4rem;
    letter-spacing: 0.01rem;
}

.p-employment2 .c-wrap-circle__content .c-wrap-content:nth-child(3) .c-wrap-content__right {
  width: 100%;
}

.p-employment2 .c-wrap-circle__content .c-wrap-content:nth-child(3) .c-wrap-content__right .c-text1 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  padding-left: 1.2rem;
}

@media only screen and (max-width: 650px){
  .p-employment2 .c-wrap-circle__content .c-wrap-content:nth-child(3) .c-wrap-content__right .c-text1 {
      font-size: 1.4rem;
      text-align: center;
}
}

.p-employment2 .c-wrap-circle__content .c-wrap-content:nth-child(3) .c-wrap-content__right .c-text2 {
  font-size: 3.4rem;
  line-height: 1.176470588235294;
  font-weight: bold;
  margin-top: 3.2rem;
  margin-left: 6.9rem;
  letter-spacing: -0.1rem;
}

@media only screen and (max-width: 1270px){
  .p-employment2 .c-wrap-circle__content .c-wrap-content:nth-child(3) .c-wrap-content__right .c-text2 {
      margin-left: 0;
      text-align: center;
  }
}

@media only screen and (max-width: 650px){
  .p-employment2 .c-wrap-circle__content .c-wrap-content:nth-child(3) .c-wrap-content__right .c-text2 {
      font-size: 1.8rem;
      line-height: 1.77778;
      margin-top: 1rem;
  }
}

.p-employment2 .c-wrap-circle__content .c-wrap-content:nth-child(3) .c-wrap-content__right .c-text3 {
  text-align: right;
  font-size: 2.5rem;
  line-height: 1.04;
  margin-top: 2.8rem;
  margin-right: 0.8rem;
  letter-spacing: -0.1rem;
}

@media only screen and (max-width: 650px){
  .p-employment2 .c-wrap-circle__content .c-wrap-content:nth-child(3) .c-wrap-content__right .c-text3 {
      font-size: 1.4rem;
      text-align: center;
      margin-top: 1rem;
      margin-right: 0;
  }
}

.p-employment3 {
  background: #FCEBEB;
  margin-top: 21.6rem;
  padding-bottom: 2.3rem;
}

@media only screen and (max-width: 1270px) {
  .p-employment3 {
    margin-top: 11.8rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-employment3 {
    margin-top: 4.5rem;
    padding-top: 2rem;
  }
}

.p-employment3 .c-title-recruit {
  -webkit-transform: translateY(-3.8rem);
  transform: translateY(-3.8rem);
}

@media only screen and (max-width: 650px) {
  .p-employment3 .c-title-recruit {
    -webkit-transform: none;
    transform: none;
  }
}

.p-employment4 {
  margin-top: 7rem;
}

@media only screen and (max-width: 650px) {
  .p-employment4 {
    margin-top: 0;
  }
}

.p-employment4 .c-wrap-benefit__content {
  width: 59.2%;
}

@media only screen and (max-width: 980px) {
  .p-employment4 .c-wrap-benefit__content {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.p-employment4 .c-wrap-benefit__content .u-mt43 {
  margin-top: 4.3rem;
}

.p-employment4 .c-wrap-benefit__content .u-mb43 {
  margin-bottom: 4.3rem;
}

.p-employment4 .c-wrap-benefit__img {
  text-align: right;
}

@media only screen and (max-width: 980px) {
  .p-employment4 .c-wrap-benefit__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-employment4 .c-wrap-benefit__img span {
  left: 0;
}

.p-employment5 {
  margin-top: 9.6rem;
  margin-bottom: 15.3rem;
}

@media only screen and (max-width: 980px) {
  .p-employment5 {
    margin-top: 8.3rem;
    margin-bottom: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-employment5 {
    margin-top: 4.5rem;
    margin-bottom: 5.5rem;
  }
}

.p-employment5 .c-wrap-employment5 {
  max-width: 106.1rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-employment5 .c-title-employment5 {
  font-size: 4.2rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.4rem;
}

@media only screen and (max-width: 650px) {
  .p-employment5 .c-title-employment5 {
    font-size: 2.5rem;
  }
}

.p-employment5 .c-title-employment5 span {
  background: #fff;
  padding: 0 4.6rem;
}

@media only screen and (max-width: 650px) {
  .p-employment5 .c-title-employment5 span {
    padding: 0 1rem;
  }
}

.p-employment5 .c-title-employment5::before {
  position: absolute;
  content: '';
  width: 55%;
  height: 1px;
  background: #991414;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media only screen and (max-width: 650px) {
  .p-employment5 .c-title-recruit5::before {
    top: 50%;
  }
}

.p-employment5 .c-wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6.5rem;
}

@media only screen and (max-width: 980px) {
  .p-employment5 .c-wrap-btn {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-employment5 .c-wrap-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}

.p-employment5 .c-wrap-btn .c-btn-recruit {
  width: 47.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #991414;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  height: 9.9rem;
  letter-spacing: 0.4rem;
}

@media only screen and (max-width: 650px) {
  .p-employment5 .c-wrap-btn .c-btn-recruit {
    width: 100%;
    margin-bottom: 2rem;
    height: 7rem;
    font-size: 2rem;
  }
}

.p-employment5 .c-wrap-btn .c-btn-recruit span {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.8rem;
  width: 1.65rem;
}

@media only screen and (max-width: 650px) {
  .p-employment5 .c-wrap-btn .c-btn-recruit span {
    width: 1.4rem;
  }
}

.p-employment5 .c-wrap-btn .c-btn-recruit:hover {
  background: #828282;
}


.p-career-recruitment1 {
  margin-bottom: 18.3rem;
}

@media only screen and (max-width: 1270px) {
  .p-career-recruitment1 {
    margin-bottom: 12rem;
  }
}

@media only screen and (max-width: 980px) {
  .p-career-recruitment1 {
    margin-bottom: 9rem;
  }
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 {
    margin-bottom: 4.5rem;
  }
}

.p-career-recruitment1 .c-title-page {
  margin-bottom: 6.3rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 .c-title-page {
    margin-bottom: 3rem;
  }
}

.p-career-recruitment1 .c-title-page span {
  margin-left: 0;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 .c-title-page span {
    margin-left: auto;
  }
}

.p-career-recruitment1 .c-title-recruit {
  font-size: 2.7rem;
  line-height: 1.74074;
}

.p-career-recruitment1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6.6rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl {
    margin-top: 3.3rem;
  }
}

.p-career-recruitment1 dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #828282;
  width: 12%;
  text-align: center;
  padding-top: 2.8rem;
  border-top: 1px solid #828282;
  padding-bottom: 1.8rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dt {
    font-size: 1.4rem;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

.p-career-recruitment1 dl dt:nth-child(3) {
  padding-top: 2.6rem;
}

.p-career-recruitment1 dl dt:nth-child(5) {
  padding-top: 2.6rem;
  padding-bottom: 2.1rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dt:nth-child(5) {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}

.p-career-recruitment1 dl dt:nth-child(9) {
  padding-top: 2.6rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dt:nth-child(9) {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}

.p-career-recruitment1 dl dt:nth-child(11) {
  padding-top: 2.5rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dt:nth-child(11) {
    padding-top: 2rem;
  }
}

.p-career-recruitment1 dl dt:nth-child(13) {
  padding-bottom: 2.3rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dt:nth-child(13) {
    padding-bottom: 1rem;
  }
}

.p-career-recruitment1 dl dt:nth-child(15) {
  padding-top: 2.2rem;
  padding-bottom: 2.4rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dt:nth-child(15) {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}

.p-career-recruitment1 dl dt:nth-child(n + 15) {
  padding-top: 1.9rem;
  padding-bottom: 2.6rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dt:nth-child(n + 15) {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
}

.p-career-recruitment1 dl dt:last-of-type {
  border-bottom: 1px solid #828282;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dt:last-of-type {
    border-bottom: 0;
  }
}

.p-career-recruitment1 dl dd {
  font-size: 1.6rem;
  width: 88%;
  padding-top: 2.8rem;
  padding-left: 1.3rem;
  letter-spacing: 0.08rem;
  border-top: 1px solid #828282;
  padding-bottom: 1.8rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dd {
    font-size: 1.4rem;
    width: 100%;
    border-top: 0;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
}

.p-career-recruitment1 dl dd:nth-child(4) {
  padding-top: 2.6rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dd:nth-child(4) {
    padding-top: 0;
  }
}

.p-career-recruitment1 dl dd:nth-child(6) {
  padding-top: 2.6rem;
  padding-bottom: 2.1rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dd:nth-child(6) {
    padding-top: 0;
  }
}

.p-career-recruitment1 dl dd:nth-child(10) {
  padding-top: 2.6rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dd:nth-child(10) {
    padding-top: 0;
  }
}

.p-career-recruitment1 dl dd:nth-child(12) {
  padding-top: 2.5rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dd:nth-child(12) {
    padding-top: 0;
  }
}

.p-career-recruitment1 dl dd:nth-child(14) {
  padding-bottom: 2.3rem;
}

.p-career-recruitment1 dl dd:nth-child(16) {
  padding-top: 2.2rem;
  padding-bottom: 2.4rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dd:nth-child(16) {
    padding-top: 0;
  }
}

.p-career-recruitment1 dl dd:nth-child(n + 16) {
  padding-top: 1.9rem;
  padding-bottom: 2.4rem;
}

@media only screen and (max-width: 650px) {
  .p-career-recruitment1 dl dd:nth-child(n + 16) {
    padding-top: 0;
  }
}

.p-career-recruitment1 dl dd:last-child {
  line-height: 2.5rem;
  letter-spacing: 0;
  border-bottom: 1px solid #828282;
}

.p-career-recruitment1 .c-register{
  margin-top: 11.6rem;
}

@media only screen and (max-width: 1270px){
  .p-career-recruitment1 .c-register{
    margin-top: 9rem;
  }
}

@media only screen and (max-width: 980px){
  .p-career-recruitment1 .c-register{
    margin-top: 6rem;
  }
}


@media only screen and (max-width: 650px){
  .p-career-recruitment1 .c-register{
    margin-top: 3rem;
  }
}

.p-branches{
  margin-bottom: 11.7rem;
}

@media only screen and (max-width: 980px){
  .p-branches{
    margin-bottom: 9rem;
  }
}


@media only screen and (max-width: 650px){
  .p-branches{
    margin-bottom: 4.5rem;
  }
}

.p-branches1 .c-title-page{
  margin-bottom: 7.2rem;
}

@media only screen and (max-width: 650px){
  .p-branches1 .c-title-page{
    margin-bottom: 3.5rem;
  }
}

.p-branches1 .c-title-company{
  margin-bottom: 6.3rem;
}

@media only screen and (max-width: 650px){
  .p-branches1 .c-title-company{
    margin-bottom: 3rem;
  }
}

.p-branches1 .c-branch{
  margin-bottom: 8.2rem;
}

@media only screen and (max-width: 650px){
  .p-branches1 .c-branch{
    margin-bottom: 4rem;
  }
}

.c-branch .c-branch__title{
  font-size: 2.7rem;
  font-weight: bold;
}

@media only screen and (max-width: 650px){
  .c-branch .c-branch__title{
    font-size: 2rem;
  }
}

.c-branch .c-branch__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.7rem;
}

@media only screen and (max-width: 650px){
  .c-branch .c-branch__wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-branch .c-branch__wrap--left{
  width: 49%;
  border-top: 1px solid #828282;
  padding-top: 1.7rem;
  font-size: 2.2rem;
  line-height: 1.68182;
}

@media only screen and (max-width: 650px){
  .c-branch .c-branch__wrap--left{
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.78571;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
  }
}

.c-branch__wrap--left .c-phone span+span{
  margin-left: 1.5rem;
}

@media only screen and (max-width: 980px){
  .c-branch__wrap--left .c-phone span+span{
    margin-left: 0;
    display: block;
  }
}

.c-branch__wrap--left .c-map{
  margin-top: 2.5rem;
}

.c-branch__wrap--left .c-map iframe {
  width: 100%;
  height: 100vh;
  max-height: 30rem;
  vertical-align: bottom;
}

.c-branch .c-branch__wrap--right{
  width: 49.2%;
}

@media only screen and (max-width: 650px){
  .c-branch .c-branch__wrap--right{
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 1270px){
  .c-branch .c-branch__wrap--right img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (max-width: 650px){
  .c-branch .c-branch__wrap--right img{
    width: 100%;
  }
}

.p-related{
  margin-bottom: 18.1rem;
}

@media only screen and (max-width: 1270px){
  .p-related{
    margin-bottom: 12rem;
  }
}

@media only screen and (max-width: 980px){
  .p-related{
    margin-bottom: 9rem;
  }
}


@media only screen and (max-width: 650px){
  .p-related{
    margin-bottom: 4.5rem;
  }
}

.p-related .c-title-page{
  margin-bottom: 7.6rem;
}

@media only screen and (max-width: 650px){
  .p-related .c-title-page{
    margin-bottom: 3.5rem;
  }
}

.p-related .c-title-company{
  margin-bottom: 6.3rem;
}

@media only screen and (max-width: 650px){
  .p-related .c-title-company{
    margin-bottom: 3rem;
  }
}

.p-related .c-branch{
  margin-bottom: 8.2rem;
}

.p-related .c-branch--ajiokaOilCoLtd .c-branch__wrap--right img {
  font-family: 'object-fit: cover; object-position: left center';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
  width: 100%;
  height: 100%;
}

.c-branch .c-information{
  margin-top: 0.7rem;
  border-bottom: 1px solid #828282;
  padding-bottom: 1.8rem;
  margin-bottom: 2.1rem;
}

.c-branch .c-information:last-child{
  padding-left: 0.3rem;
  margin-bottom: 0;
}

.p-access1 .c-title-page{
  margin-bottom: 7.2rem;
}

@media only screen and (max-width: 650px){
  .p-access1 .c-title-page{
    margin-bottom: 3.5rem;
  }
}

.p-access1 .c-title-page span{
  margin-left: 0.2rem;
}

@media only screen and (max-width: 650px){
  .p-access1 .c-title-page span{
    margin-left: auto;
  }
}

.p-access2{
  margin-bottom: 10.4rem;
}

@media only screen and (max-width: 980px){
  .p-access2{
    margin-bottom: 0;
  }
}

.p-access3{
  margin-bottom: 17.8rem;
}

@media only screen and (max-width: 1270px){
  .p-access3{
    margin-bottom: 12rem;
  }
}

@media only screen and (max-width: 980px){
  .p-access3{
    margin-bottom: 9rem;
  }
}

@media only screen and (max-width: 650px){
  .p-access3{
    margin-bottom: 4.5rem;
  }
}

.p-access .c-wrap-access{
  margin-bottom: 5.7rem;
}

@media only screen and (max-width: 650px){
  .p-access .c-wrap-access{
    margin-bottom: 3rem;
  }
}

.p-access .c-wrap-access .c-wrap-access__map{
  margin-top: 1.1rem;
}

.p-access .c-wrap-access .c-wrap-access__map iframe {
  width: 100%;
  height: 100vh;
  max-height: 45rem;
  vertical-align: bottom;
}

.p-access .c-wrap-access .c-wrap-access__group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 650px){
  .p-access .c-wrap-access .c-wrap-access__group{
    display: block;
  }
}

.p-access .c-wrap-access__group .c-street{
  width: 50%;
  margin-top: 1.7rem;
  padding-top: 1.7rem;
  padding: 2.3rem;
  border-right: 1px solid #000000;
}

@media only screen and (max-width: 650px){
  .p-access .c-wrap-access__group .c-street{
    width: 100%;
    border-right:0;
    border-bottom: 1px solid #000000;
    padding: 2.3rem;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-access .c-wrap-access__group .c-street:last-child{
  padding-left: 3rem;
  border-right: 0;
}

@media only screen and (max-width: 650px){
  .p-access .c-wrap-access__group .c-street:last-child{
    padding-left: 0;
    border-bottom: 0;
  }
}

.p-access .c-wrap-access__group .c-title{
  font-size: 2.4rem;
  line-height: 1.54167;
  font-weight: bold;
  color: #991414;
}

@media only screen and (max-width: 650px){
  .p-access .c-wrap-access__group .c-title{
    font-size: 2rem;
    line-height: 1.65;
  }
}

.p-access .c-wrap-access__group .c-content{
  font-size: 2rem;
  line-height: 1.65;
  margin-top: 0.7rem;
}

@media only screen and (max-width: 650px){
  .p-access .c-wrap-access__group .c-content{
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
