@charset "UTF-8";
/***********************************************************************
media queries setting
**********************************************************************/
/*reset*/
* {
  margin: 0;
  padding: 0; }

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

body {
  color: #4c4948;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden; }
  @media (max-width: 560px) {
    body {
      font-size: 14px;
      line-height: 1.6; } }

h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  font-feature-settings: "palt";
  list-style-type: none;
  text-align: justify; }

th {
  font-weight: normal;
  text-align: inherit; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

select, textarea, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }

select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  outline: none; }

*:focus {
  outline: none; }

img[src$=".svg"] {
  width: 100%; }

hr {
  display: none; }

a {
  color: #4c4948;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

a:hover {
  opacity: .6; }

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

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

.pc {
  display: block; }

.sp {
  display: none; }

@media (max-width: 560px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
.br-pc {
  display: block; }

.br-sp {
  display: none; }

@media (max-width: 560px) {
  .br-pc {
    display: none; }

  .br-sp {
    display: block; } }
ul {
  font-size: 0; }
  ul li {
    font-size: 16px; }
  @media (max-width: 560px) {
    ul li {
      font-size: 14px; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .animsition-loading {
    display: none !important; }

  .animsition {
    opacity: inherit !important; }

  /* IE11 */ }
/*--- cssアニメーション ここから ---*/
.keyframe {
  animation-name: anim_sc;
  transform: scale(0.6, 0.6);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 8s; }

@keyframes anim_sc {
  100% {
    transform: scale(1, 1); } }
/*@keyframes bgAnime {
   0% { transform: scale(1.0, 1.0); }
  25% { transform: scale(1.025, 1.025); }
  50% { transform: scale(1.05, 1.05); }
  75% { transform: scale(1.075, 1.075); }
 100% { transform: scale(1.08, 1.08); }
}


	@-webkit-keyframes AnimationName {
		0% {background-position: 0% 0%;background-size: 110%; }
		25% {background-position: 10% 0%;background-size: 100%; }
		50% {background-position: 0% 10%;	background-size: 110%; }
		75% {background-position: 10% 10%;	background-size: 110%; }
		100% {background-position: 0% 0%; }
	}
	@-moz-keyframes AnimationName {
		0% {background-position: 0% 13%;background-size: 110%; }
		25% {background-position: 100% 0%;background-size: 100%; }
		50% {background-position: 100% 88%;	background-size: 110%; }
		75% {background-position: 70% 120%;	background-size: 110%; }
		100% {background-position: 0% 13%; }
	}
	@keyframes AnimationName {
		0% {background-position: 0% 0%;background-size: 110%; }
		25% {background-position: 10% 0%;background-size: 100%; }
		50% {background-position: 0% 10%;	background-size: 110%; }
		75% {background-position: 10% 10%;	background-size: 110%; }
		100% {background-position: 0% 0%; }
		}	*/
/***********************************************************************
home
**********************************************************************/
#home .main {
  min-height: calc(100vh - 90px);
  min-height: calc(100% - 90px);
  min-width: 100%;
  min-width: 100vw;
  		/*.catch-copy:before {
  		  animation: img-curtain 2s cubic-bezier(.4, 0, .2, 1) forwards;
  		  background: rgba(255, 240, 90, 1);
  		  bottom: 0;
  		  content: '';
  		  left: 0;
  		  pointer-events: none;
  		  position: absolute;
  		  right: 0;
  		  top: 0;
  		  z-index: 1;
  		}
  
  		@keyframes img-curtain {
  		  100% {
  			transform: translateX(100%);
  		  }
  		}*/ }
  @media (max-width: 560px) {
    #home .main {
      min-height: calc(100vh - 63px);
      min-height: calc(100% - 63px); } }
  #home .main .main-gra {
    background: url(../images/home/main.jpg) no-repeat 0 0;
    background-size: cover;
    min-height: calc(100vh - 90px);
    min-height: calc(100% - 90px);
    min-width: 85%;
    min-width: 85vw;
    position: absolute;
    top: 90px;
    right: 0;
    /*animation: img-wrap 6s cubic-bezier(.4, 0, .2, 1);*/ }
    @media (max-width: 560px) {
      #home .main .main-gra {
        min-height: calc(100vh - 63px);
        min-height: calc(100% - 63px);
        top: 63px;
        width: 100%; } }
@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%); }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%); } }
  #home .main .catch-copy {
    background: rgba(255, 240, 90, 0.8);
    display: inline-block;
    padding: 20px 42px;
    position: absolute;
    bottom: 30%;
    left: 0;
    /*overflow: hidden;*/ }
    @media (max-width: 560px) {
      #home .main .catch-copy {
        bottom: 34%; } }
  #home .main .rpa-btn {
    position: absolute;
    bottom: 5%;
    right: 3%;
    max-width: 400px; }
    @media (max-width: 560px) {
      #home .main .rpa-btn {
        bottom: 17%;
        right: inherit;
        left: 50%;
        width: 75%;
        -moz-transform: translateY(0%) translateX(-50%);
        -ms-transform: translateY(0%) translateX(-50%);
        -webkit-transform: translateY(0%) translateX(-50%);
        transform: translateY(0%) translateX(-50%);
        z-index: 1; } }
  #home .main .news {
    background: #fff;
    padding: 32px 82px 32px 0;
    position: absolute;
    bottom: 0;
    left: 15vh; }
    @media (max-width: 560px) {
      #home .main .news {
        padding: 2% 6% 0;
        left: 0;
        width: 100%; } }
    #home .main .news .title {
      font-size: 18px;
      font-family: 'Roboto Condensed', sans-serif;
      position: relative;
      padding-left: 24px; }
      #home .main .news .title::before {
        background: #a6a1a0;
        content: "";
        height: 1px;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        width: 15px; }
    #home .main .news .content {
      float: left;
      overflow: hidden; }
      #home .main .news .content p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        @media (max-width: 560px) {
          #home .main .news .content p {
            white-space: normal; } }
        #home .main .news .content p a {
          text-decoration: underline; }
        #home .main .news .content p span {
          color: #928c8b;
          margin-right: 2em; }
          @media (max-width: 560px) {
            #home .main .news .content p span {
              display: block; } }
    #home .main .news .link {
      float: right;
      margin-left: 4em; }
      @media (max-width: 560px) {
        #home .main .news .link {
          margin-left: 0em; } }
    #home .main .news .link a {
      background: url(../images/common/link-btn-arrow-blue2.svg) no-repeat 100% center;
      background-size: 12px;
      color: #005c80;
      font-size: 14px;
      padding-right: 20px;
      position: relative; }
#home h1, #home h2, #home h3 {
  font-size: 28px;
  color: #000;
  margin-bottom: 1.5em; }
  @media (max-width: 560px) {
    #home h1, #home h2, #home h3 {
      font-size: 18px;
      margin-bottom: .5em; } }
  #home h1 .text-gold, #home h2 .text-gold, #home h3 .text-gold {
    color: #937c27; }
#home h2, #home h3 {
  margin-bottom: 0;
  text-align: center; }
  #home h2 + p, #home h3 + p {
    color: #000;
    font-weight: bold;
    text-align: center; }
#home h3 {
  color: #fff; }
  #home h3 + p {
    color: #fff; }
#home .inner {
  max-width: 980px;
  margin: 0 auto 0; }
  @media (max-width: 560px) {
    #home .inner {
      width: 85%; } }
  #home .inner.first-column {
    margin: 100vh auto 0; }
    @media (max-width: 560px) {
      #home .inner.first-column {
        margin: 93vh auto 0; } }
#home .first-column {
  border-bottom: 1px solid #c3c3c3; }
#home .second-column {
  margin-top: 86px; }
  @media (max-width: 560px) {
    #home .second-column {
      margin-top: 32px; } }
#home .third-column {
  margin-top: 86px;
  padding: 86px 0 120px; }
  @media (max-width: 560px) {
    #home .third-column {
      margin-top: 32px;
      padding: 32px 0 32px; } }
#home .lead {
  margin-bottom: 86px; }
  @media (max-width: 560px) {
    #home .lead {
      margin-bottom: 32px; } }
  #home .lead .head, #home .lead .desc {
    float: left;
    width: 50%; }
    @media (max-width: 560px) {
      #home .lead .head, #home .lead .desc {
        float: none;
        width: 100%; } }
  #home .lead .desc {
    margin-top: 15px; }
#home .en {
  color: #a6a1a0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  padding-left: 26px;
  position: relative; }
  @media (max-width: 560px) {
    #home .en {
      font-size: 10px; } }
  #home .en::before {
    background: #a6a1a0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 15px; }
#home .seminar-box ul {
  margin: 38px 0; }
  @media (max-width: 560px) {
    #home .seminar-box ul {
      margin: 24px 0; } }
#home .seminar-box li {
  float: left;
  max-width: 315px;
  /*img{
  	margin-bottom: 12px;
  	height: 20vh; 
  }*/ }
  @media (max-width: 560px) {
    #home .seminar-box li {
      margin: 0 17px; } }
  #home .seminar-box li:nth-child(2) {
    margin: 0 17px; }
    @media (max-width: 560px) {
      #home .seminar-box li:nth-child(2) {
        margin: 0; } }
  #home .seminar-box li .seminar-image {
    background-position: top center;
    background-size: cover;
    width: 100%;
    margin-bottom: 12px;
    height: 20vh; }
  #home .seminar-box li .category span {
    background: #987e1f;
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 3px; }
    #home .seminar-box li .category span + span {
      margin-left: .5em; }
  #home .seminar-box li .summary-title {
    color: #987e1f;
    font-weight: bold;
    margin: 3px 0 0; }
  #home .seminar-box li .date {
    border: 1px solid #928c8b;
    color: #928c8b;
    display: inline-block;
    font-size: 14px;
    padding: 2px 6px; }
#home .listpage-link-btn {
  text-align: center; }
#home .important-point {
  background: url(../images/home/back_riken.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: -2; }
  #home .important-point:after {
    content: "";
    background: url(../images/common/dotted.png) repeat 0 0;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    z-index: -1; }
  #home .important-point ul {
    margin-top: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  #home .important-point li {
    background: rgba(255, 255, 255, 0.85);
    float: left;
    margin-left: 28px;
    padding: 12px;
    position: relative;
    width: 223px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
    /*div{
    	position: absolute;
    	top: 0;
    	left: 0;
    	bottom: 0;
    	right: 0;
    	margin: auto;
    }*/ }
    @media (max-width: 560px) {
      #home .important-point li {
        float: none;
        margin: 0 auto 12px;
        width: 100%; } }
    #home .important-point li:first-child {
      margin-left: 0; }
      @media (max-width: 560px) {
        #home .important-point li:first-child {
          margin: 0 auto 12px; } }
    #home .important-point li:nth-child(1), #home .important-point li:nth-child(2), #home .important-point li:nth-child(3), #home .important-point li:nth-child(4) {
      padding: 1.65em 0; }
    #home .important-point li .important-text {
      border-bottom: 1px solid #000;
      font-weight: bold;
      margin-bottom: .75em;
      padding-bottom: .75em;
      text-align: center; }
      #home .important-point li .important-text span {
        color: #a40022; }
      #home .important-point li .important-text + p {
        color: #987e1f;
        font-size: 12px;
        text-align: center; }
        @media (max-width: 560px) {
          #home .important-point li .important-text + p {
            font-size: 10px; } }
#home .ict .main-image {
  background: url(../images/home/back_ict.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center;
  height: 586px;
  max-height: 586px;
  position: relative;
  width: 100%; }
  @media (max-width: 560px) {
    #home .ict .main-image {
      height: 220px;
      max-height: 220px;
      padding-top: 175px;
      z-index: 9; } }
  #home .ict .main-image .copy {
    background: rgba(255, 240, 90, 0.8);
    padding: 24px 42px 24px 32px;
    position: absolute;
    right: 0;
    top: 50px; }
    @media (max-width: 560px) {
      #home .ict .main-image .copy {
        margin: 0 auto;
        padding: 12px 24px 12px 24px;
        position: relative;
        right: inherit;
        top: inherit;
        width: 90%; } }
    #home .ict .main-image .copy h4 {
      color: #000;
      font-size: 42px; }
      @media (max-width: 560px) {
        #home .ict .main-image .copy h4 {
          font-size: 18px; } }
      #home .ict .main-image .copy h4 span {
        color: #a40022; }
#home .ict .service-content {
  background: #fff;
  margin: -42px auto 0;
  max-width: 1080px;
  padding-top: 62px;
  position: relative;
  z-index: 1; }
  @media (max-width: 560px) {
    #home .ict .service-content {
      margin: 45px auto 0; } }
  #home .ict .service-content h5 {
    font-size: 28px;
    color: #937c27; }
    @media (max-width: 560px) {
      #home .ict .service-content h5 {
        font-size: 18px; } }
    #home .ict .service-content h5 + p {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 1.5em; }
      @media (max-width: 560px) {
        #home .ict .service-content h5 + p {
          font-size: 14px;
          margin-bottom: 0.5em; } }
#home .ict .buisiness-list ul {
  margin: 0 0 38px; }
  @media (max-width: 560px) {
    #home .ict .buisiness-list ul {
      margin-left: -7.5%;
      margin-bottom: 0;
      width: 115%; } }
#home .ict .buisiness-list li {
  float: left;
  max-width: 218px;
  margin-left: 36px; }
  @media (max-width: 560px) {
    #home .ict .buisiness-list li {
      border-top: 1px solid #9b9b9b;
      float: none;
      margin: 0;
      max-width: inherit;
      padding: 8px 0; } }
  #home .ict .buisiness-list li:first-child {
    margin: 0; }
  #home .ict .buisiness-list li img {
    margin-bottom: 12px; }
    @media (max-width: 560px) {
      #home .ict .buisiness-list li img {
        float: left;
        margin-bottom: 0;
        margin-right: 12px;
        width: 35%; } }
  #home .ict .buisiness-list li .name {
    color: #987e1f;
    font-weight: bold;
    margin: 3px 0 0; }
  #home .ict .buisiness-list li .overview {
    font-size: 14px;
    margin-bottom: 1em; }
    @media (max-width: 560px) {
      #home .ict .buisiness-list li .overview {
        font-size: 12px;
        margin: 0; } }
  #home .ict .buisiness-list li .link {
    text-align: center; }
    @media (max-width: 560px) {
      #home .ict .buisiness-list li .link {
        text-align: left;
        margin-left: 44%; } }
    #home .ict .buisiness-list li .link a {
      background: url(../images/common/link-btn-arrow-blue2.svg) no-repeat 100% center;
      background-size: 12px;
      color: #005c80;
      font-size: 14px;
      padding-right: 20px;
      position: relative; }
      @media (max-width: 560px) {
        #home .ict .buisiness-list li .link a {
          /*display: none;*/
          font-size: 12px; } }
      #home .ict .buisiness-list li .link a:before {
        content: "";
        background: #9b9b9b;
        height: 1px;
        width: 15px;
        position: absolute;
        top: 50%;
        left: -20px; }
#home .office .main-image {
  height: 586px;
  max-height: 586px;
  position: relative;
  width: 70%; }
  @media (max-width: 560px) {
    #home .office .main-image {
      height: 220px;
      max-height: 220px;
      width: 100%;
      z-index: 9; } }
  #home .office .main-image .back-image {
    background: url(../images/home/back_office.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    height: 586px;
    max-height: 586px;
    width: 100%; }
    @media (max-width: 560px) {
      #home .office .main-image .back-image {
        height: 220px;
        max-height: 220px;
        padding-top: 175px;
        width: 100%;
        z-index: 9; } }
  #home .office .main-image .copy {
    position: absolute;
    right: -40%;
    top: 16px; }
    @media (max-width: 560px) {
      #home .office .main-image .copy {
        background: #fff;
        margin: -35px auto 0;
        padding: 12px 24px 12px 24px;
        position: relative;
        right: inherit;
        top: inherit;
        width: 90%; } }
    #home .office .main-image .copy h4 {
      color: #000;
      font-size: 38px; }
      @media (max-width: 560px) {
        #home .office .main-image .copy h4 {
          font-size: 18px; } }
      #home .office .main-image .copy h4 span {
        color: #cda713; }
#home .office .service-content {
  background: #fff;
  margin: -42px auto 0;
  max-width: 1080px;
  padding-top: 62px;
  position: relative;
  z-index: 1; }
  @media (max-width: 560px) {
    #home .office .service-content {
      margin: 75px auto 0; } }
  #home .office .service-content h5 {
    font-size: 28px;
    color: #937c27; }
    @media (max-width: 560px) {
      #home .office .service-content h5 {
        font-size: 18px; } }
    #home .office .service-content h5 + p {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 1.5em; }
      @media (max-width: 560px) {
        #home .office .service-content h5 + p {
          font-size: 14px; } }
#home .office .buisiness-list ul {
  margin: 0 0 38px; }
  @media (max-width: 560px) {
    #home .office .buisiness-list ul {
      margin-left: -7.5%;
      margin-bottom: 0;
      width: 115%; } }
#home .office .buisiness-list li {
  float: left;
  max-width: 218px;
  margin-left: 36px; }
  @media (max-width: 560px) {
    #home .office .buisiness-list li {
      border-top: 1px solid #9b9b9b;
      float: none;
      margin: 0;
      max-width: inherit;
      padding: 8px 0; } }
  #home .office .buisiness-list li:first-child {
    margin: 0; }
  #home .office .buisiness-list li img {
    margin-bottom: 12px; }
    @media (max-width: 560px) {
      #home .office .buisiness-list li img {
        float: left;
        margin-bottom: 0;
        margin-right: 12px;
        width: 35%; } }
  #home .office .buisiness-list li .name {
    color: #987e1f;
    font-weight: bold;
    margin: 3px 0 0; }
  #home .office .buisiness-list li .overview {
    font-size: 14px;
    margin-bottom: 1em; }
    @media (max-width: 560px) {
      #home .office .buisiness-list li .overview {
        font-size: 12px;
        margin: 0; } }
  #home .office .buisiness-list li .link {
    text-align: center; }
    @media (max-width: 560px) {
      #home .office .buisiness-list li .link {
        text-align: left;
        margin-left: 44%; } }
    #home .office .buisiness-list li .link a {
      background: url(../images/common/link-btn-arrow-blue2.svg) no-repeat 100% center;
      background-size: 12px;
      color: #005c80;
      font-size: 14px;
      padding-right: 20px;
      position: relative; }
      @media (max-width: 560px) {
        #home .office .buisiness-list li .link a {
          /*display: none;*/
          font-size: 12px; } }
      #home .office .buisiness-list li .link a:before {
        content: "";
        background: #9b9b9b;
        height: 1px;
        width: 15px;
        position: absolute;
        top: 50%;
        left: -20px; }
@media (max-width: 560px) {
  #home .office .buisiness-list .ec-site img {
    margin-right: 0;
    width: 49%; } }
@media (max-width: 560px) {
  #home .office .buisiness-list .ec-site a + a img {
    margin-left: 2%; } }
#home .sales-promotion {
  margin-bottom: 5%; }
  #home .sales-promotion .main-image {
    background: url(../images/home/back_sales-promotion.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    height: 420px;
    max-height: 420px;
    position: relative;
    width: 100%; }
    @media (max-width: 560px) {
      #home .sales-promotion .main-image {
        height: 220px;
        max-height: 220px;
        padding-top: 175px;
        z-index: 9; } }
    #home .sales-promotion .main-image .copy {
      background: rgba(31, 51, 62, 0.8);
      padding: 24px 42px 24px 32px;
      position: absolute;
      right: 0;
      top: 50px; }
      @media (max-width: 560px) {
        #home .sales-promotion .main-image .copy {
          margin: 0 auto;
          padding: 12px 24px 12px 24px;
          position: relative;
          right: inherit;
          top: inherit;
          width: 90%; } }
      #home .sales-promotion .main-image .copy h4 {
        color: #fff;
        font-size: 42px; }
        @media (max-width: 560px) {
          #home .sales-promotion .main-image .copy h4 {
            font-size: 18px; } }
        #home .sales-promotion .main-image .copy h4 span {
          color: #ffff00; }
  #home .sales-promotion .service-content {
    background: #fff;
    margin: -42px auto 0;
    max-width: 1080px;
    padding-top: 62px;
    position: relative;
    z-index: 1; }
    @media (max-width: 560px) {
      #home .sales-promotion .service-content {
        margin: 45px auto 0; } }
    #home .sales-promotion .service-content h5 {
      font-size: 28px;
      color: #937c27; }
      @media (max-width: 560px) {
        #home .sales-promotion .service-content h5 {
          font-size: 18px; } }
      #home .sales-promotion .service-content h5 + p {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 1.5em; }
        @media (max-width: 560px) {
          #home .sales-promotion .service-content h5 + p {
            font-size: 14px;
            margin-bottom: 0.5em; } }
#home .recruit-support {
  margin-bottom: 5%; }
  #home .recruit-support .main-image {
    height: 470px;
    max-height: 470px;
    position: relative;
    width: 70%; }
    @media (max-width: 560px) {
      #home .recruit-support .main-image {
        height: 220px;
        max-height: 220px;
        width: 100%;
        z-index: 9; } }
    #home .recruit-support .main-image .back-image {
      background: url(../images/home/back_recruit-support.jpg) no-repeat 0 0;
      background-size: cover;
      background-position: center;
      height: 470px;
      max-height: 470px;
      width: 100%; }
      @media (max-width: 560px) {
        #home .recruit-support .main-image .back-image {
          height: 220px;
          max-height: 220px;
          padding-top: 175px;
          width: 100%;
          z-index: 9; } }
    #home .recruit-support .main-image .copy {
      background: #fff;
      padding: 12px 24px;
      position: absolute;
      right: -40%;
      top: 32px; }
      @media (max-width: 560px) {
        #home .recruit-support .main-image .copy {
          background: #fff;
          margin: -35px auto 0;
          padding: 12px 24px 12px 24px;
          position: relative;
          right: inherit;
          top: inherit;
          width: 90%; } }
      #home .recruit-support .main-image .copy h4 {
        color: #000;
        font-size: 38px; }
        @media (max-width: 560px) {
          #home .recruit-support .main-image .copy h4 {
            font-size: 18px; } }
        #home .recruit-support .main-image .copy h4 span {
          color: #cda713; }
  #home .recruit-support .service-content {
    background: #fff;
    margin: -42px auto 0;
    max-width: 1080px;
    padding-top: 62px;
    position: relative;
    z-index: 1; }
    @media (max-width: 560px) {
      #home .recruit-support .service-content {
        margin: 34px auto 0; } }
    #home .recruit-support .service-content h5 {
      font-size: 28px;
      color: #937c27; }
      @media (max-width: 560px) {
        #home .recruit-support .service-content h5 {
          font-size: 18px; } }
      #home .recruit-support .service-content h5 + p {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 1.5em; }
        @media (max-width: 560px) {
          #home .recruit-support .service-content h5 + p {
            font-size: 14px; } }
#home .review {
  background: #fff05a;
  margin-top: 42px;
  padding: 62px 0; }
  @media (max-width: 560px) {
    #home .review {
      margin-top: 0;
      padding: 42px 0 24px; } }
  #home .review .service-content h5 {
    font-size: 28px; }
    @media (max-width: 560px) {
      #home .review .service-content h5 {
        font-size: 18px; } }
    #home .review .service-content h5 span {
      position: relative; }
    #home .review .service-content h5 span:before {
      content: "\025cf";
      font-size: 10px;
      position: absolute;
      top: -12px;
      left: 38%; }
    #home .review .service-content h5 + p {
      color: #000; }
  #home .review li {
    background: #000;
    float: left;
    font-size: 15px;
    margin: 0 0 14px 14px;
    width: 317px; }
    @media (max-width: 560px) {
      #home .review li {
        float: none;
        font-size: 14px;
        margin: 0 0 8px 0;
        width: 100%; } }
    #home .review li:nth-child(1), #home .review li:nth-child(4), #home .review li:nth-child(7) {
      margin-left: 0; }
    #home .review li:nth-child(7) {
      margin-left: 167px; }
      @media (max-width: 560px) {
        #home .review li:nth-child(7) {
          margin-left: 0; } }
    #home .review li a {
      color: #fff;
      display: block;
      font-weight: bold;
      padding: 18px; }
      @media (max-width: 560px) {
        #home .review li a {
          padding: 8px; } }
      #home .review li a span {
        background: url(../images/common/link-btn-arrow-gold.svg) no-repeat 100% center;
        background-size: 12px;
        padding-right: 20px; }
#home .case-box {
  margin: 100px 0; }
  @media (max-width: 560px) {
    #home .case-box {
      margin: 24px 0; } }
  #home .case-box h6 {
    font-size: 28px;
    margin-bottom: 2em;
    text-align: center; }
    @media (max-width: 560px) {
      #home .case-box h6 {
        font-size: 18px;
        margin-bottom: 1em; } }
    #home .case-box h6 .text-gold {
      color: #937c27; }
    #home .case-box h6 + p {
      margin-bottom: 3em;
      text-align: center; }
      @media (max-width: 560px) {
        #home .case-box h6 + p {
          margin-bottom: 2em; } }
      #home .case-box h6 + p + p {
        margin: 0 auto;
        max-width: 700px;
        width: 90%; }
    #home .case-box h6 + p span {
      border: 1px solid #000;
      padding: 8px 42px; }
  #home .case-box ul {
    margin: 38px 0; }
  #home .case-box li {
    float: left;
    max-width: 225px;
    margin-left: 26px; }
    #home .case-box li:first-child {
      margin: 0; }
    #home .case-box li .case-image {
      background-position: top center;
      background-size: cover;
      width: 100%;
      margin-bottom: 12px;
      height: 20vh; }
    #home .case-box li .client {
      font-weight: bold; }
    #home .case-box li .summary-title {
      margin: 3px 0 0; }
    #home .case-box li .date {
      color: #005c80;
      font-size: 14px;
      text-align: right; }

/*home*/
.case-box {
  margin: 100px 0; }
  @media (max-width: 560px) {
    .case-box {
      margin: 24px 0; } }
  .case-box h6 {
    font-size: 28px;
    margin-bottom: 2em;
    text-align: center; }
    @media (max-width: 560px) {
      .case-box h6 {
        font-size: 18px;
        margin-bottom: 1em; } }
    .case-box h6 .text-gold {
      color: #937c27; }
    .case-box h6 + p {
      margin-bottom: 3em;
      text-align: center; }
      @media (max-width: 560px) {
        .case-box h6 + p {
          margin-bottom: 2em; } }
      .case-box h6 + p + p {
        margin: 0 auto;
        max-width: 700px;
        width: 90%; }
    .case-box h6 + p span {
      border: 1px solid #000;
      padding: 8px 42px; }
  .case-box ul {
    margin: 38px 0; }
  .case-box li {
    float: left;
    max-width: 225px;
    margin-left: 26px; }
    .case-box li:first-child {
      margin: 0; }
    .case-box li .case-image {
      background-position: top center;
      background-size: cover;
      width: 100%;
      margin-bottom: 12px;
      height: 20vh; }
    .case-box li .client {
      font-weight: bold; }
    .case-box li .summary-title {
      margin: 3px 0 0; }
    .case-box li .date {
      color: #005c80;
      font-size: 14px;
      text-align: right; }
  .case-box .listpage-link-btn {
    text-align: center; }

/********************************************************************************
default
********************************************************************************/
/*anim curtain*/
.curtain-right,
.curtain-left {
  display: inline-block;
  position: relative;
  overflow: hidden; }

.curtain-right:after,
.curtain-left:after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #0d6078; }

.curtain-right:after {
  transform: translate3d(-101%, 0, 0); }

.curtain-left:after {
  transform: translate3d(101%, 0, 0); }

.curtain-box.show .curtain-right:after,
.curtain-box.show .curtain-left:after {
  transition-property: transform, opacity;
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.3, 1, 0.2, 1);
  transform: translate3d(0, 0, 0); }

.curtain-box.done .curtain-right:after,
.curtain-box.done .curtain-left:after {
  transition-property: transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.3, 1, 0.2, 1); }

.curtain-box.done .curtain-right:after {
  transform: translate3d(103%, 0, 0); }

.curtain-box.done .curtain-left:after {
  transform: translate3d(-103%, 0, 0); }

.curtain-right .curtain-inner,
.curtain-left .curtain-inner {
  display: inline-block;
  opacity: 0; }

.curtain-box.done .curtain-right .curtain-inner,
.curtain-box.done .curtain-left .curtain-inner {
  opacity: 1; }

/*anim btn-heart*/
.btn-heart {
  padding: 12px 180px;
  display: inline-block;
  text-decoration: none !important; }
  @media (max-width: 560px) {
    .btn-heart {
      padding: 12px 0;
      width: 100%; } }
  .btn-heart.gold {
    border-radius: 3px;
    padding: 21px 190px; }
    @media (max-width: 560px) {
      .btn-heart.gold {
        padding: 15px 0;
        width: 90%; } }
  .btn-heart img {
    height: 12px;
    margin-left: 8px;
    vertical-align: inherit;
    width: 12px; }

.review .btn-heart {
  background-color: #000; }

.baseball-link-btn .btn-heart {
  margin-top: 1em;
  padding: 12px 70px; }

.btn-heart:hover {
  opacity: 1.0; }

.btn-heart {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #005c80;
  color: #fff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn-heart.gold {
    background: #937c27; }

.anim-heart {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1; }

.anim-heart:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%; }

.anim-heart:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%; }

.btn-heart:hover > .anim-heart {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s; }

.btn-heart:hover > .anim-heart:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s; }

@-webkit-keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-moz-keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-ms-keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }
@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }
@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }
/********************************************************************************
header
********************************************************************************/
header {
  height: 90px;
  margin-left: auto;
  position: relative;
  width: 90%; }
  @media screen and (max-width: 1030px) {
    header {
      width: 98%; } }
  @media screen and (max-width: 560px) {
    header {
      margin: 0 auto;
      height: 63px;
      width: 90%; } }

#logo {
  max-width: 257px;
  position: absolute;
  top: 30px; }
  @media screen and (max-width: 560px) {
    #logo {
      max-width: 170px;
      top: 20px; } }

nav {
  position: absolute;
  right: 0;
  top: 30px;
  width: calc(100% - 257px); }
  nav > ul {
    padding-left: 20px;
    text-align: right; }
    nav > ul > li {
      border-bottom: 1px solid #d8d8d8;
      display: inline-block;
      padding-right: 3.25%; }
      @media screen and (max-width: 1172px) {
        nav > ul > li {
          padding-right: 2.25%; } }
      nav > ul > li .sub-menu-box {
        background: #2d708b;
        background: -moz-radial-gradient(center, ellipse cover, #2d708b 0%, #095777 100%);
        background: -webkit-radial-gradient(center, ellipse cover, #2d708b 0%, #095777 100%);
        background: radial-gradient(ellipse at center, #2d708b 0%, #095777 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d708b', endColorstr='#095777',GradientType=1 );
        display: flex;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 56px;
        text-align: center;
        transition: all .2s ease-in;
        width: 100vw;
        z-index: 100; }
        nav > ul > li .sub-menu-box .sub-image {
          width: 425px; }
          nav > ul > li .sub-menu-box .sub-image p {
            color: #fff;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 24px;
            text-align: center; }
        nav > ul > li .sub-menu-box .sub-menu {
          padding: 45px 50px 35px;
          width: calc(100% - 425px); }
          nav > ul > li .sub-menu-box .sub-menu .sub-menu-title {
            border-bottom: 1px solid #fff;
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 20px; }
          nav > ul > li .sub-menu-box .sub-menu ul + h2 {
            margin-top: 35px; }
          nav > ul > li .sub-menu-box .sub-menu li {
            margin-bottom: 4px;
            padding-left: 25px;
            position: relative; }
            nav > ul > li .sub-menu-box .sub-menu li::before {
              border-bottom: 1px solid #fff;
              content: "";
              height: 1px;
              position: absolute;
              left: 0;
              top: 13px;
              width: 15px;
              -webkit-transition: 0.25s;
              -moz-transition: 0.25s;
              -ms-transition: 0.25s;
              -o-transition: 0.25s;
              transition: 0.25s; }
            nav > ul > li .sub-menu-box .sub-menu li a {
              color: #fff;
              font-size: 14px;
              font-weight: bold; }
            nav > ul > li .sub-menu-box .sub-menu li.link-none {
              color: #fff;
              padding-left: 0; }
              nav > ul > li .sub-menu-box .sub-menu li.link-none::before {
                content: none; }
      nav > ul > li .dx-menu-btn {
        margin: 0 0 12px; }
      nav > ul > li.business-info .sub-image {
        background: url(../images/common/sub-business-info.jpg) no-repeat center/cover; }
        nav > ul > li.business-info .sub-image p {
          padding-top: 43%; }
      nav > ul > li.business-info .sub-menu-float {
        float: left;
        margin-right: 50px;
        max-width: 300px;
        width: 34%; }
      nav > ul > li.employment-info .sub-image {
        background: url(../images/common/sub-employment-info.jpg) no-repeat center/cover; }
        nav > ul > li.employment-info .sub-image p {
          padding-top: 25%; }
      nav > ul > li.employment-info .sub-menu {
        max-width: 548px; }
      nav > ul > li.employment-info .sub-menu-float {
        float: left;
        margin-right: 2%;
        width: 48%; }
      nav > ul > li.support-info .sub-image {
        background: url(../images/common/sub-support-info.jpg) no-repeat center/cover; }
        nav > ul > li.support-info .sub-image p {
          padding-top: 20%; }
      nav > ul > li.support-info .sub-menu {
        max-width: 548px; }
      nav > ul > li.support-info .sub-menu-float {
        float: left;
        margin-right: 2%;
        width: 48%; }
      nav > ul > li:hover .sub-menu-box {
        max-height: 9999px;
        opacity: 1; }
      nav > ul > li > a {
        border-bottom: 3px solid #fff;
        color: #000;
        cursor: pointer;
        display: block;
        font-size: 15px;
        padding: 0 0 12px;
        transition: all .2s ease-in; }
        nav > ul > li > a:hover {
          border-bottom: 3px solid #a40022; }
      nav > ul > li.fb-icon img {
        width: 26px; }
  @media screen and (max-width: 1075px) {
    nav > ul > li {
      padding-right: 10px; } }
  @media screen and (max-width: 962px) {
    nav {
      top: 35px; }
      nav > ul > li {
        padding-right: 7px; }
        nav > ul > li > a {
          font-size: 14px; } }

.recruit-header nav ul li {
  padding-right: 1em; }
  @media screen and (max-width: 1270px) {
    .recruit-header nav ul li {
      padding-right: .5em; } }

/*pcbtn*/
#btn-pc {
  position: absolute;
  top: 240px;
  right: 0;
  transition: 0.5s ease;
  width: 193px;
  z-index: 99999; }
  #btn-pc.move {
    right: 375px; }
  #btn-pc button {
    background: #a40022;
    color: #fff;
    display: block;
    height: 61px;
    margin-bottom: 20px;
    padding-left: 10px;
    text-align: left;
    width: 193px; }

.sdgs-btn {
  position: absolute;
  top: 402px;
  right: 0;
  transition: 0.5s ease;
  width: 193px;
  z-index: 999; }
  .sdgs-btn a {
    background: #fff;
    border: 1px solid #ccc;
    color: #fff;
    display: block;
    height: 61px;
    line-height: 61px;
    padding-left: 10px;
    text-align: left;
    width: 193px; }
    .sdgs-btn a img {
      vertical-align: sub;
      width: 90%; }
  .sdgs-btn.move {
    right: 375px; }

.fb-btn {
  position: absolute;
  top: 402px;
  right: 0;
  transition: 0.5s ease;
  width: 193px;
  z-index: 99999; }
  .fb-btn a {
    background: #3b5998;
    color: #fff;
    display: block;
    height: 61px;
    line-height: 61px;
    padding-left: 10px;
    text-align: left;
    width: 193px; }
    .fb-btn a img {
      vertical-align: sub; }
  .fb-btn.move {
    right: 375px; }

.remote-support #btn-pc {
  top: 150px; }
.remote-support .fb-btn {
  top: 310px; }

.close {
  position: absolute;
  top: 15px;
  right: 15px; }

@media screen and (max-width: 560px) {
  #btn-pc,
  .close {
    display: none; } }
/*side-nav*/
#side-nav {
  background: #00597c;
  padding: 33px 0 0;
  position: fixed;
  top: 70px;
  left: -375px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: 375px;
  z-index: 999; }
  #side-nav > li {
    margin-left: 25px;
    margin-bottom: 42px;
    width: calc(100% - 100px); }
    #side-nav > li > a {
      border-bottom: 1px dashed #fff;
      font-size: 17px;
      line-height: 1.6; }
      #side-nav > li > a span {
        font-size: 14px; }
    #side-nav > li ul {
      padding: 13px 0 0 15px; }
      #side-nav > li ul a {
        font-size: 14px;
        margin-bottom: 5px; }
  #side-nav a {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding-right: 20px;
    position: relative;
    width: 100%; }
    #side-nav a::after {
      background: url(../images/common/sidenav-arrow.png) no-repeat;
      background-size: contain;
      content: "";
      height: 11px;
      margin: auto;
      position: absolute;
      bottom: 0;
      right: 0;
      top: 0;
      width: 18px; }
  #side-nav .close-btn {
    height: 42px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 15px;
    top: 0;
    width: 20px; }
  #side-nav.open .close-btn {
    cursor: pointer; }

/*side-nav*/
/*accordion*/
.nav li {
  position: relative; }
  .nav li .menu {
    margin: 0 auto 40px; }
    .nav li .menu li:fast-child {
      border-top: 1px solid #fff; }
    .nav li .menu li a {
      border-bottom: 1px solid #fff;
      color: #fff;
      display: block;
      font-size: 13px;
      padding: 10px 0 10px 4px;
      width: 100%; }
    .nav li .menu li .accordion {
      display: block; }
      .nav li .menu li .accordion::after {
        background: url(../images/common/nav-arrow.png) no-repeat;
        background-size: contain;
        content: "";
        height: 6px;
        position: absolute;
        top: 20px;
        right: 10px;
        -moz-transition: all, 0.25s, linear;
        -o-transition: all, 0.25s, linear;
        -webkit-transition: all, 0.25s, linear;
        transition: all, 0.25s, linear;
        width: 9px; }
      .nav li .menu li .accordion.active::after {
        -moz-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .nav li .menu li .inner {
      padding: 5px 15px 15px;
      width: 100%; }
      .nav li .menu li .inner li {
        border-bottom: none; }
        .nav li .menu li .inner li a {
          border-bottom: none;
          padding: 5px 0 0 25px; }
          .nav li .menu li .inner li a::before {
            border-bottom: 1px solid #fff;
            content: "";
            height: 1px;
            position: absolute;
            left: 0;
            top: 17px;
            width: 15px; }
      .nav li .menu li .inner.child {
        display: none; }
    .nav li .menu li.business-info p {
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 13px;
      padding: 10px 0 0 4px; }
    .nav li .menu li.business-info p + ul {
      padding: 0 15px 10px; }

/*accordion*/
.hide {
  display: none; }

.nav1 {
  margin: 60px 37.5px 0; }
  @media screen and (max-width: 560px) {
    .nav1 {
      margin: 60px auto 0;
      width: 85%; } }

.nav2 {
  margin: 60px 37.5px 0; }
  @media screen and (max-width: 560px) {
    .nav2 {
      margin: 0 auto 18px;
      width: 85%; } }

@media (max-width: 560px) {
  .sn-list {
    background: #fff;
    padding: 10px; } }
.sn-list > p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 560px) {
    .sn-list > p {
      color: inherit;
      margin-bottom: 10px; } }
.sn-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0; }
  @media (max-width: 560px) {
    .sn-list li {
      border-bottom: 1px solid #c2c2c2; } }
  .sn-list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
    @media (max-width: 560px) {
      .sn-list li:first-child {
        border-top: 1px solid #c2c2c2; } }
.sn-list .listpage-link-btn {
  text-align: center; }
.sn-list .btn-heart {
  background: #fff;
  color: #005c80 !important;
  margin-top: 20px;
  padding: 8px 60px; }
  @media (max-width: 560px) {
    .sn-list .btn-heart {
      background: #005c80;
      color: #fff !important;
      margin-top: 15px;
      padding: 8px 0; } }
@media (max-width: 560px) {
  .sn-list.seminar {
    margin-bottom: 20px; } }
.sn-list.seminar .title {
  color: #fff; }
  @media (max-width: 560px) {
    .sn-list.seminar .title {
      color: inherit; } }
.sn-list.seminar .date {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 1px 10px; }
  @media (max-width: 560px) {
    .sn-list.seminar .date {
      border: 1px solid #005c80;
      color: #005c80;
      font-size: 12px; } }
.sn-list.news .title {
  color: #fff; }
  @media (max-width: 560px) {
    .sn-list.news .title {
      color: inherit; } }
.sn-list.news .date {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0; }
  @media (max-width: 560px) {
    .sn-list.news .date {
      color: #005c80;
      font-size: 12px; } }

@media (max-width: 560px) {
  .nav3 {
    margin: 20px 20px 130px; }
    .nav3 li {
      text-align: center; }
    .nav3 .fb-link a {
      background: #fff;
      display: block;
      color: #3b5998;
      padding: 8px 0;
      width: 93%;
      margin: 0 auto; }
    .nav3 .fb-link img {
      height: 10px;
      margin-left: 8px;
      vertical-align: inherit;
      width: 12px; } }

#btn-sp {
  display: none; }
  @media screen and (max-width: 560px) {
    #btn-sp {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      height: 63px;
      position: absolute;
      right: 18px;
      top: 0;
      transition: all .5s;
      width: 58px;
      z-index: 1000;
      /* 開いたとき　*/ }
      #btn-sp span {
        background-color: #a40022;
        box-sizing: border-box;
        display: inline-block;
        height: 3px;
        position: absolute;
        right: 0;
        transition: all .5s;
        width: 100%; }
        #btn-sp span:nth-of-type(1) {
          top: 20px; }
        #btn-sp span:nth-of-type(2) {
          top: 30px; }
      #btn-sp p {
        font-size: 13px;
        position: absolute;
        bottom: 8px;
        left: 13px; }
      #btn-sp.active {
        background: rgba(0, 0, 0, 0); }
        #btn-sp.active span {
          right: 15px;
          width: 50%; }
          #btn-sp.active span:nth-of-type(1) {
            -webkit-transform: translateY(20px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg); }
          #btn-sp.active span:nth-of-type(2) {
            -webkit-transform: translateY(-20px) rotate(45deg);
            transform: translateY(-1px) rotate(45deg); }
        #btn-sp.active p {
          display: none; } }

@media screen and (max-width: 560px) {
  div.gnav-sp.active {
    transform: translateY(0%);
    width: 100%; } }
/********************************************************************************
footer
********************************************************************************/
.footer-contact {
  background: url(../images/common/footer-contact-back.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0 120px; }
  @media (max-width: 560px) {
    .footer-contact {
      padding: 5% 0; } }
  .footer-contact .contact-desc {
    background: #fff;
    padding: 40px 80px 40px 100px; }
    @media (max-width: 560px) {
      .footer-contact .contact-desc {
        padding: 5%; } }
  .footer-contact .contact-title {
    margin-bottom: 30px; }
    @media (max-width: 560px) {
      .footer-contact .contact-title {
        margin-bottom: 10px; } }
    .footer-contact .contact-title .title, .footer-contact .contact-title .desc {
      float: left;
      width: 50%; }
      @media (max-width: 560px) {
        .footer-contact .contact-title .title, .footer-contact .contact-title .desc {
          float: inherit;
          width: 100%; } }
    @media (max-width: 560px) {
      .footer-contact .contact-title .title {
        margin-bottom: 15px; } }
    .footer-contact .contact-title .desc p {
      color: #231815;
      font-size: 18px; }
      @media (max-width: 560px) {
        .footer-contact .contact-title .desc p {
          font-size: 16px; } }
    .footer-contact .contact-title .m-title {
      margin-bottom: 20px; }
      @media (max-width: 560px) {
        .footer-contact .contact-title .m-title {
          margin-bottom: 10px; } }
  .footer-contact .tm-box .tel-box, .footer-contact .tm-box .mail-box {
    float: left;
    width: 50%; }
    @media (max-width: 560px) {
      .footer-contact .tm-box .tel-box, .footer-contact .tm-box .mail-box {
        float: inherit;
        width: 100%; } }
  .footer-contact .tm-box .mail-box {
    border-left: 1px solid #a9aaaa;
    padding-left: 5%; }
    @media (max-width: 560px) {
      .footer-contact .tm-box .mail-box {
        border-left: none;
        margin-top: 5px;
        padding-left: 0; } }
  .footer-contact .tm-box .tm-title {
    color: #00597c;
    font-size: 16px;
    font-weight: normal;
    padding-left: 16px;
    position: relative; }
    @media (max-width: 560px) {
      .footer-contact .tm-box .tm-title {
        font-size: 14px;
        padding-left: 11px; } }
    .footer-contact .tm-box .tm-title::before {
      background: #00597c;
      content: "";
      height: 10px;
      position: absolute;
      left: 0;
      top: 9px;
      width: 10px; }
      @media (max-width: 560px) {
        .footer-contact .tm-box .tm-title::before {
          height: 8px;
          top: 7px;
          width: 8px; } }
  .footer-contact .tm-box .tel-text {
    color: #231815;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.3;
    padding-left: 31px;
    position: relative; }
    @media (max-width: 560px) {
      .footer-contact .tm-box .tel-text {
        font-size: 22px;
        padding-left: 25px; } }
    .footer-contact .tm-box .tel-text::before {
      background: url(../images/common/tel-icon.png) no-repeat;
      background-size: contain;
      content: "";
      height: 23px;
      position: absolute;
      left: 0;
      top: 6px;
      width: 20px; }
      @media (max-width: 560px) {
        .footer-contact .tm-box .tel-text::before {
          height: 21px;
          top: 3px;
          width: 18px; } }
    .footer-contact .tm-box .tel-text + p {
      letter-spacing: 0.1em; }
  .footer-contact .tm-box .mail-btn {
    margin-top: 12px; }
    @media (max-width: 560px) {
      .footer-contact .tm-box .mail-btn {
        margin-top: 0; } }
    .footer-contact .tm-box .mail-btn a {
      background: #9a1f25;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      padding: 24px 103px; }
      @media (max-width: 560px) {
        .footer-contact .tm-box .mail-btn a {
          padding: 14px 0;
          text-align: center;
          width: 100%; } }
      .footer-contact .tm-box .mail-btn a img {
        height: 18px;
        margin-right: 7px;
        vertical-align: sub;
        width: 26px; }

.footer-nav {
  background: #00597c;
  padding: 50px 0 50px;
  /* 3column */
  /*.inner{
  	max-width: 695px!important;
  }
  
  .business-info{
  	float: left;
  	margin-right: 12%;
  	width: 65%;
  	
  	.bi-float-left{
  		float: left;
  		margin-right: 9%;
  		width: 54%;
  	}
  	
  	.bi-float-right{
  		float: left;
  		width: 37%;
  	}
  }
  
  .other-info{
  	float: left;
  	width: 23%;
  	
  	li{
  		margin-bottom: 21px;
  	}
  }*/
  /* 3column */
  /* 4column */
  /* 4column */ }
  .footer-nav .business-info {
    float: left;
    margin-right: 8%;
    width: 45%; }
    .footer-nav .business-info .bi-float-left {
      float: left;
      margin-right: 9%;
      width: 54%; }
    .footer-nav .business-info .bi-float-right {
      float: left;
      width: 37%; }
  .footer-nav .employment-info {
    float: left;
    margin-right: 9%;
    width: 22%; }
  .footer-nav .other-info {
    float: left;
    width: 16%; }
    .footer-nav .other-info li {
      margin-bottom: 21px; }
  .footer-nav .fp-title,
  .footer-nav .other-info a {
    color: #fff;
    font-size: 16px;
    font-weight: bold; }
  .footer-nav .fp-title {
    margin-bottom: 20px; }
  .footer-nav .field-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 21px;
    padding-bottom: 1px; }
  .footer-nav ul + .field-title {
    margin-top: 40px; }
  .footer-nav .business-info li,
  .footer-nav .employment-info li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative; }
    .footer-nav .business-info li::before,
    .footer-nav .employment-info li::before {
      border-bottom: 1px solid #fff;
      content: "";
      height: 1px;
      position: absolute;
      left: 0;
      top: 14px;
      width: 15px; }
    .footer-nav .business-info li a,
    .footer-nav .employment-info li a {
      color: #fff;
      font-size: 14px;
      font-weight: bold; }

footer {
  padding: 2% 0 0; }
  footer p {
    font-size: 14px;
    text-align: center; }
  footer #footer-logo {
    margin: 15px auto 8px;
    width: 284px; }
    footer #footer-logo + p {
      margin-bottom: 2%; }
  footer .copyright {
    background: #00597c;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    padding: 10px 0; }

/********************************************************************************
common
********************************************************************************/
.page-title {
  background: url(../images/common/page-main.jpg) no-repeat center/cover;
  padding: 65px 0 100px;
  text-align: center; }
  @media (max-width: 560px) {
    .page-title {
      padding: 50px 0 65px; } }
  .page-title.business-info {
    background: url(../images/ict-consulting/page-main.jpg) no-repeat center/cover; }
  .case .page-title {
    background: url(../images/case/page-main.jpg) no-repeat center/cover; }
  .page-title.baseball-title {
    background: url(../images/baseball/page-main.jpg) no-repeat center/cover; }
  .page-title.recruit-title {
    background: url(../images/recruit/common/page-main.jpg) no-repeat center/cover; }
  .page-title .title {
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.4em;
    padding: 10px 15px 10px 24px;
    position: relative; }
    @media (max-width: 560px) {
      .page-title .title {
        font-size: 18px; } }
    .page-title .title::after {
      background: #fff;
      content: "";
      height: 57px;
      margin: auto;
      position: absolute;
      bottom: -57px;
      left: 0;
      right: 0;
      width: 1px; }

.bc-box {
  background: #fff;
  margin: -43px auto 0;
  max-width: 1080px;
  height: 43px;
  width: 90%; }
  @media (max-width: 560px) {
    .bc-box {
      margin: -25px auto 0;
      height: 25px; } }

.breadcrumb {
  padding-left: 10px; }
  .breadcrumb li {
    display: inline-block;
    font-size: 14px;
    padding: 11px 28px 11px 15px;
    position: relative; }
    .breadcrumb li:not(:last-child)::after {
      background: url(../images/common/bc-arrow.png) no-repeat;
      background-size: contain;
      content: "";
      height: 9px;
      position: absolute;
      right: 0;
      top: 19px;
      width: 10px; }
    .breadcrumb li a {
      color: #00597c;
      text-decoration: underline; }

h1 {
  color: #937c27;
  font-size: 32px;
  font-weight: bold; }
  @media (max-width: 560px) {
    h1 {
      font-size: 20px; } }
  h1 span {
    font-size: 21px; }
    @media (max-width: 560px) {
      h1 span {
        font-size: 15px; } }

.m-title {
  color: #937c27;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 38px; }
  @media (max-width: 560px) {
    .m-title {
      font-size: 22px;
      margin-bottom: 10px; } }
  .m-title span {
    display: block;
    font-size: 16px; }
    @media (max-width: 560px) {
      .m-title span {
        font-size: 14px; } }

.s-title {
  background: #00597c;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
  padding: 9px 17px; }
  @media (max-width: 560px) {
    .s-title {
      font-size: 16px;
      margin-bottom: 10px;
      padding: 5px 10px; } }
  .ricsa .s-title, .sfa .s-title {
    background: url(../images/ict-consulting/title-gb.png) no-repeat center bottom;
    color: #937c27;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 0 7px;
    position: relative;
    text-align: center; }
    @media (max-width: 560px) {
      .ricsa .s-title, .sfa .s-title {
        background: url(../images/ict-consulting/title-gb.png) no-repeat center bottom/85%;
        font-size: 18px;
        margin-bottom: 17px; } }
    .ricsa .s-title::after, .sfa .s-title::after {
      background: url(../images/ict-consulting/title-gb-border.png) no-repeat;
      background-size: contain;
      content: "";
      height: 33px;
      margin: auto;
      position: absolute;
      bottom: -33px;
      left: 0;
      right: 0;
      width: 2px; }
      @media (max-width: 560px) {
        .ricsa .s-title::after, .sfa .s-title::after {
          height: 17px;
          bottom: -17px;
          width: 1px; } }
    .ricsa .s-title + p, .sfa .s-title + p {
      margin-top: 46px; }
      @media (max-width: 560px) {
        .ricsa .s-title + p, .sfa .s-title + p {
          margin-top: 20px; } }
  .case .s-title {
    background: transparent;
    color: #937c27;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 0; }
    @media (max-width: 560px) {
      .case .s-title {
        font-size: 16px;
        margin-bottom: 7px; } }

.head-en {
  color: #a6a1a0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px; }
  @media (max-width: 560px) {
    .head-en {
      font-size: 10px; } }
  .head-en span {
    padding-left: 26px;
    position: relative; }
    @media (max-width: 560px) {
      .head-en span {
        padding-left: 22px; } }
    .head-en span::before {
      background: #a6a1a0;
      content: "";
      height: 1px;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      width: 15px; }

.center-title {
  margin-bottom: 50px; }
  @media (max-width: 560px) {
    .center-title {
      margin-bottom: 15px; } }
  .center-title h1 {
    text-align: center; }
  .center-title .head-en {
    text-align: center; }

.enclose-title {
  border: 3px solid #005a7c;
  border-radius: 4px;
  color: #005a7c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 6px 15px 3px; }
  @media (max-width: 560px) {
    .enclose-title {
      font-size: 14px;
      margin-bottom: 5px; } }

.enclose-s-title {
  border: 2px solid #005a7c;
  border-radius: 2px;
  color: #005a7c;
  margin-bottom: 15px;
  text-align: center; }
  @media (max-width: 560px) {
    .enclose-s-title {
      margin-bottom: 7px; } }

.right-text {
  margin-top: 30px;
  text-align: right; }
  @media (max-width: 560px) {
    .right-text {
      margin-top: 5px; } }

.inner {
  margin: 0 auto;
  width: 980px; }
  @media (max-width: 560px) {
    .inner {
      width: 90%; } }

.inner.single-case {
  width: auto; }
  .inner.single-case .case-box {
    margin: 10px 0; }
    .inner.single-case .case-box .etc-txt {
      text-align: center; }
      .inner.single-case .case-box .etc-txt span {
        border: 1px solid #000;
        padding: 8px 42px; }
    @media (max-width: 560px) {
      .inner.single-case .case-box ul {
        margin: 24px 0 38px; } }
    .inner.single-case .case-box li {
      width: 30.5% !important; }
      @media (max-width: 560px) {
        .inner.single-case .case-box li {
          width: auto !important; } }
  @media screen and (min-width: 560px) {
    .inner.single-case .slick-track {
      width: auto !important; } }

.s-inner {
  margin: 0 auto;
  width: 900px; }
  @media (max-width: 560px) {
    .s-inner {
      width: 90%; }
      .inner .s-inner {
        width: 100%; } }

#about {
  margin: 77px 0; }
  @media (max-width: 560px) {
    #about {
      margin: 15px 0; } }

.about-flex {
  display: -webkit-flex;
  display: flex;
  margin-top: 67px; }
  @media (max-width: 560px) {
    .about-flex {
      display: inherit;
      margin-top: 20px; } }
  .about-flex .sub-nav {
    margin-right: 6%;
    width: 28%; }
  .about-flex .desc-box {
    width: 66%; }
    @media (max-width: 560px) {
      .about-flex .desc-box {
        width: 100%; } }
    .about-flex .desc-box .main-gra {
      margin-bottom: 32px;
      min-width: 60vw;
      overflow: hidden; }
      .about-flex .desc-box .main-gra img {
        -webkit-animation: bgAnime 60s ease;
        -moz-animation: bgAnime 60s ease;
        animation: bgAnime 60s ease; }

.sub-nav > li {
  margin-bottom: 42px; }
  .sub-nav > li > a {
    border-bottom: 1px dashed #231815;
    font-size: 17px;
    line-height: 1.6; }
    .sub-nav > li > a span {
      font-size: 14px; }
  .sub-nav > li ul {
    padding: 13px 0 0 15px; }
    .sub-nav > li ul a {
      font-size: 14px;
      margin-bottom: 5px; }
.sub-nav a {
  display: inline-block;
  font-weight: bold;
  padding-right: 20px;
  position: relative;
  width: 100%; }
  .sub-nav a:hover::after {
    right: -8px; }
  .sub-nav a::after {
    background: url(../images/common/subnav-arrow.png) no-repeat;
    background-size: contain;
    content: "";
    height: 11px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 18px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }

.work-list {
  background: url(../images/common/work-gradation.jpg) repeat-x;
  border-top: 1px dotted #231815;
  padding: 80px 0 100px; }
  @media (max-width: 560px) {
    .work-list {
      border-top: none; } }
  .work-list .work-title {
    margin-bottom: 80px; }
    @media (max-width: 560px) {
      .work-list .work-title {
        margin-bottom: 30px; } }
    .work-list .work-title .title, .work-list .work-title .desc {
      float: left;
      width: 50%; }
      @media (max-width: 560px) {
        .work-list .work-title .title, .work-list .work-title .desc {
          float: inherit;
          width: 100%; } }
    @media (max-width: 560px) {
      .work-list .work-title .title {
        margin-bottom: 15px; } }

.remote-support .work-list {
  background: none;
  border: none; }
  .remote-support .work-list .work-title {
    margin-bottom: 42px; }
    @media (max-width: 560px) {
      .remote-support .work-list .work-title {
        margin-bottom: 30px; } }

.case-list-btn {
  text-align: center; }

.plan-box {
  border: 1px solid #c2c2c2; }
  .plan-box .plan-title {
    background: #00597c;
    border-bottom: 1px solid #c2c2c2;
    color: #fff;
    font-weight: bold;
    padding: 11px 0;
    text-align: center; }
  .plan-box .plan-content {
    padding: 20px 25px; }
    @media (max-width: 560px) {
      .plan-box .plan-content {
        padding: 15px; } }
  .plan-box li {
    margin-bottom: 3px; }

.service-point-box {
  margin: 26px auto 55px; }
  @media (max-width: 560px) {
    .service-point-box {
      margin: 15px 0 20px; } }
  .service-point-box.clearfix .service-point {
    float: left;
    margin-right: 6%;
    width: 52%; }
    @media (max-width: 560px) {
      .service-point-box.clearfix .service-point {
        float: inherit;
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%; } }
  .service-point-box.clearfix .item-box {
    float: left;
    width: 42%; }
    @media (max-width: 560px) {
      .service-point-box.clearfix .item-box {
        float: inherit;
        width: 100%; } }
    .service-point-box.clearfix .item-box .item {
      margin-bottom: 10px; }
      @media (max-width: 560px) {
        .service-point-box.clearfix .item-box .item {
          margin-bottom: 0; } }
      .service-point-box.clearfix .item-box .item p {
        color: #231815;
        font-size: 14px;
        margin: 4px 0 15px;
        text-align: center; }
        @media (max-width: 560px) {
          .service-point-box.clearfix .item-box .item p {
            font-size: 12px;
            margin: 4px 0 5px; } }
    .service-point-box.clearfix .item-box .item-float .item {
      float: left;
      width: 48%; }
      .service-point-box.clearfix .item-box .item-float .item:first-child {
        margin-right: 4%; }

.service-point {
  background: #eff5fb;
  padding: 17px 20px;
  position: relative; }
  @media (max-width: 560px) {
    .service-point {
      padding: 10px 13px; } }
  .service-point h4 {
    background: transparent;
    border-bottom: none;
    color: #9a1f25;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    padding: 0;
    text-align: inherit; }
    @media (max-width: 560px) {
      .service-point h4 {
        font-size: 16px;
        margin-bottom: 8px; } }
  .service-point ul {
    padding: 0 5px; }
    .service-point ul li {
      margin-bottom: 6px; }
      .service-point ul li p {
        font-size: 15px;
        padding: 0 7px; }
        @media (max-width: 560px) {
          .service-point ul li p {
            font-size: 13px;
            padding: 0 5px; } }
      .service-point ul li:not(:last-child) p {
        border-bottom: 1px solid #5e5c5c;
        margin-bottom: 14px;
        padding: 0 7px 10px; }
        @media (max-width: 560px) {
          .service-point ul li:not(:last-child) p {
            font-size: 13px;
            margin-bottom: 0;
            padding: 0 5px 7px; } }
  .service-point h5 {
    color: #00597c;
    font-size: 15px;
    font-weight: bold;
    margin: 0 7px;
    padding-left: 16px;
    position: relative; }
    @media (max-width: 560px) {
      .service-point h5 {
        font-size: 13px;
        margin: 0 7px;
        padding-left: 11px; } }
    .service-point h5::before {
      background: #00597c;
      content: "";
      height: 10px;
      position: absolute;
      left: 0;
      top: 9px;
      width: 10px; }
      @media (max-width: 560px) {
        .service-point h5::before {
          height: 8px;
          top: 7px;
          width: 8px; } }

.emphasis-text {
  border: 1px solid #961f25;
  border-radius: 3px;
  color: #961f25;
  display: block;
  font-size: 14px;
  margin: 27px auto 0;
  padding: 13px;
  width: 68%; }
  @media (max-width: 560px) {
    .emphasis-text {
      margin: 15px auto 0;
      width: 100%; } }
  .emphasis-text a {
    background: #ffff77;
    color: #961f25;
    text-decoration: underline; }
  .service-point .emphasis-text {
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    padding: 5px 0;
    text-align: center;
    width: 86%; }
    @media (max-width: 560px) {
      .service-point .emphasis-text {
        font-size: 15px;
        bottom: -45px;
        width: 100%; } }

@media (max-width: 560px) {
  .tab-box label {
    background: #00597c;
    border-bottom: solid 2px #fff;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999; }
    .tab-box label::after {
      background: url(../images/common/tab-arrow.png) no-repeat;
      background-size: contain;
      content: "";
      height: 9px;
      margin: auto;
      position: absolute;
      bottom: 0;
      right: 15px;
      top: 0;
      transition: 0.5s;
      width: 13px; }
  .tab-box input:checked + label::after {
    background: url(../images/common/tab-close.png) no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 15px;
    top: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    width: 13px; }
  .tab-box input {
    display: none; }
  .tab-box .tab-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    transition: 0.8s; }
  .tab-box input:checked ~ .tab-content {
    height: auto;
    opacity: 1;
    padding: 5% 0; }

  .scroll-box {
    overflow-x: scroll;
    padding-bottom: 12px; }
    .scroll-box::-webkit-scrollbar {
      height: 12px; }
    .scroll-box::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.4); }
    .scroll-box::-webkit-scrollbar-thumb {
      background: #ccc; } }
/********************************************************************************
ict-consulting
********************************************************************************/
.ict-consulting .ricsa .point-list {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  display: flex;
  margin-bottom: 45px; }
  @media (max-width: 560px) {
    .ict-consulting .ricsa .point-list {
      display: inherit; } }
  .ict-consulting .ricsa .point-list li {
    width: 33.3%; }
    @media (max-width: 560px) {
      .ict-consulting .ricsa .point-list li {
        align-items: center;
        display: flex;
        margin: 0 auto;
        padding: 5% 0;
        width: 90%; } }
    @media (max-width: 560px) {
      .ict-consulting .ricsa .point-list li:not(:last-child) {
        border-bottom: 1px solid #d2d2d3; } }
    .ict-consulting .ricsa .point-list li:not(:last-child) .desc {
      border-right: 1px solid #d2d2d3; }
      @media (max-width: 560px) {
        .ict-consulting .ricsa .point-list li:not(:last-child) .desc {
          border-right: none; } }
  .ict-consulting .ricsa .point-list .desc {
    margin: 27px 0;
    padding: 0 30px; }
    @media (max-width: 560px) {
      .ict-consulting .ricsa .point-list .desc {
        margin: 0 0 0 5%;
        padding: 0;
        width: 60%; } }
    .ict-consulting .ricsa .point-list .desc .title {
      color: #231815;
      font-weight: bold;
      margin-bottom: 21px;
      text-align: center; }
      @media (max-width: 560px) {
        .ict-consulting .ricsa .point-list .desc .title {
          margin-bottom: 5px;
          text-align: left; } }
      .ict-consulting .ricsa .point-list .desc .title + p {
        font-size: 14px; }
  @media (max-width: 560px) {
    .ict-consulting .ricsa .point-list .image {
      width: 40%; } }
.ict-consulting .ricsa .login-link-btn {
  margin-bottom: 50px;
  text-align: center; }
  .ict-consulting .ricsa .login-link-btn a {
    background: #9a1f25;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.08em;
    padding: 7px 0;
    text-align: center;
    width: 465px; }
    @media (max-width: 560px) {
      .ict-consulting .ricsa .login-link-btn a {
        width: 90%; } }
    .ict-consulting .ricsa .login-link-btn a span {
      background: #fff;
      color: #231815;
      font-size: 14px;
      font-weight: bold;
      padding: 1px 5px; }
    .ict-consulting .ricsa .login-link-btn a img {
      height: 12px;
      margin-left: 8px;
      vertical-align: inherit;
      width: 12px; }
.ict-consulting .ricsa .merit {
  background: #eff5fb;
  margin-bottom: 50px;
  padding: 50px 0 140px; }
  @media (max-width: 560px) {
    .ict-consulting .ricsa .merit {
      margin-bottom: 30px;
      padding: 25px 0 100px; } }
  .ict-consulting .ricsa .merit .inner {
    margin: 0 auto;
    width: 560px; }
    @media (max-width: 560px) {
      .ict-consulting .ricsa .merit .inner {
        width: 90%; } }
  .ict-consulting .ricsa .merit p {
    color: #231815; }
.ict-consulting .ricsa .merit-image {
  background: #fff;
  border-radius: 50%;
  height: 300px;
  margin: 90px auto 0;
  position: relative;
  width: 300px; }
  @media (max-width: 560px) {
    .ict-consulting .ricsa .merit-image {
      zoom: 70%; } }
  .ict-consulting .ricsa .merit-image > p {
    font-size: 14px;
    font-weight: bold;
    padding-top: 100px;
    text-align: center; }
    @media (max-width: 560px) {
      .ict-consulting .ricsa .merit-image > p {
        font-size: 12px;
        padding-top: 90px; } }
    .ict-consulting .ricsa .merit-image > p strong {
      color: #9a1f25;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 60px;
      font-weight: normal;
      line-height: 1; }
      @media (max-width: 560px) {
        .ict-consulting .ricsa .merit-image > p strong {
          font-size: 50px; } }
  .ict-consulting .ricsa .merit-image li {
    background: url(../images/ict-consulting/merit-back.png) no-repeat;
    background-size: contain;
    height: 132px;
    padding: 23px 0;
    position: absolute;
    text-align: center;
    width: 130px; }
    .ict-consulting .ricsa .merit-image li p {
      color: #fff;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: 7px;
      text-align: center; }
      @media (max-width: 560px) {
        .ict-consulting .ricsa .merit-image li p {
          font-size: 14px; } }
    .ict-consulting .ricsa .merit-image li:first-child {
      margin: auto;
      top: -66px;
      left: 0;
      right: 0; }
      .ict-consulting .ricsa .merit-image li:first-child img {
        width: 60px; }
    .ict-consulting .ricsa .merit-image li:nth-child(2) {
      top: 20px;
      right: -76px; }
      .ict-consulting .ricsa .merit-image li:nth-child(2) img {
        width: 51px; }
    .ict-consulting .ricsa .merit-image li:nth-child(3) {
      bottom: -16px;
      right: -65px; }
      .ict-consulting .ricsa .merit-image li:nth-child(3) img {
        width: 55px; }
    .ict-consulting .ricsa .merit-image li:nth-child(4) {
      margin: auto;
      bottom: -86px;
      left: 0;
      right: 0; }
      .ict-consulting .ricsa .merit-image li:nth-child(4) img {
        width: 64px; }
    .ict-consulting .ricsa .merit-image li:nth-child(5) {
      bottom: -16px;
      left: -67px; }
      .ict-consulting .ricsa .merit-image li:nth-child(5) img {
        width: 31px; }
    .ict-consulting .ricsa .merit-image li:last-child {
      top: 20px;
      left: -86px; }
      .ict-consulting .ricsa .merit-image li:last-child img {
        width: 52px; }
.ict-consulting .ricsa .plan p {
  margin-bottom: 28px;
  text-align: center; }
  @media (max-width: 560px) {
    .ict-consulting .ricsa .plan p {
      margin-bottom: 15px; } }
.ict-consulting .ricsa .plan .plan-flex {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 52px; }
  @media (max-width: 560px) {
    .ict-consulting .ricsa .plan .plan-flex {
      display: inherit;
      margin-bottom: 25px; } }
  .ict-consulting .ricsa .plan .plan-flex .plan-box {
    width: 48%; }
    @media (max-width: 560px) {
      .ict-consulting .ricsa .plan .plan-flex .plan-box {
        width: 100%; } }
    .ict-consulting .ricsa .plan .plan-flex .plan-box:first-child {
      margin-right: 4%; }
      @media (max-width: 560px) {
        .ict-consulting .ricsa .plan .plan-flex .plan-box:first-child {
          margin-bottom: 15px;
          margin-right: 0; } }
.ict-consulting .any .image-box {
  margin-bottom: 60px; }
.ict-consulting .any .telework {
  float: left;
  margin-right: 5%;
  width: 42%; }
  @media (max-width: 560px) {
    .ict-consulting .any .telework {
      float: inherit;
      margin-bottom: 25px;
      margin-right: 0;
      width: 100%; } }
  .ict-consulting .any .telework h4 {
    background: #00597c;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 28px 15px;
    padding: 8px 0;
    text-align: center; }
    @media (max-width: 560px) {
      .ict-consulting .any .telework h4 {
        font-size: 16px; } }
  .ict-consulting .any .telework h4 + p {
    color: #231815;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center; }
    @media (max-width: 560px) {
      .ict-consulting .any .telework h4 + p {
        font-size: 13px; } }
.ict-consulting .any .proposal {
  background: #00597c;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  float: left;
  padding: 30px 35px 10px;
  width: 53%; }
  @media (max-width: 560px) {
    .ict-consulting .any .proposal {
      float: inherit;
      margin-bottom: 7px;
      padding: 5%;
      width: 100%; } }
  .ict-consulting .any .proposal h4 {
    background: #fff57f;
    border-radius: 2px;
    color: #00597c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 8px 0 7px;
    text-align: center; }
    @media (max-width: 560px) {
      .ict-consulting .any .proposal h4 {
        font-size: 16px;
        margin-bottom: 10px; } }
  .ict-consulting .any .proposal h4 + p {
    margin-bottom: 25px; }
  @media (max-width: 560px) {
    .ict-consulting .any .proposal ul {
      min-width: 450px; } }
  .ict-consulting .any .proposal li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 31%; }
    .ict-consulting .any .proposal li p {
      padding: 12px 0;
      text-align: center; }
    .ict-consulting .any .proposal li:not(:nth-child(3n)) {
      margin-right: 3.5%; }
.ict-consulting .sfa .thinking {
  margin: 0 auto 55px;
  width: 831px; }
  @media (max-width: 560px) {
    .ict-consulting .sfa .thinking {
      width: 100%; } }
  .ict-consulting .sfa .thinking h3 {
    background: #00597c;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto 15px;
    padding: 8px 0 7px;
    text-align: center;
    width: 322px; }
    @media (max-width: 560px) {
      .ict-consulting .sfa .thinking h3 {
        font-size: 16px;
        margin: 0 auto 5px;
        padding: 5px 0;
        width: 100%; } }
    .ict-consulting .sfa .thinking h3 + p {
      font-size: 15px;
      margin-bottom: 50px; }
      @media (max-width: 560px) {
        .ict-consulting .sfa .thinking h3 + p {
          font-size: 13px;
          margin-bottom: 20px; } }
  .ict-consulting .sfa .thinking p {
    color: #231815;
    text-align: center; }
  .ict-consulting .sfa .thinking .intro-box {
    margin-bottom: 35px; }
    @media (max-width: 560px) {
      .ict-consulting .sfa .thinking .intro-box {
        margin-bottom: 15px; } }
  .ict-consulting .sfa .thinking .intro-before {
    float: left;
    margin-right: 4%;
    width: 42%; }
    @media (max-width: 560px) {
      .ict-consulting .sfa .thinking .intro-before {
        float: inherit;
        margin-bottom: 25px;
        width: 100%; } }
    .ict-consulting .sfa .thinking .intro-before h4 {
      position: relative; }
      .ict-consulting .sfa .thinking .intro-before h4::after {
        background: url(../images/ict-consulting/thinking-arrow.png) no-repeat;
        background-size: contain;
        content: "";
        height: 28px;
        position: absolute;
        right: -210px;
        width: 336px; }
        @media (max-width: 560px) {
          .ict-consulting .sfa .thinking .intro-before h4::after {
            content: none; } }
    .ict-consulting .sfa .thinking .intro-before h5 {
      background: #888888;
      border-radius: 2px;
      color: #fff;
      font-size: 16px;
      margin: 0 auto 25px;
      padding: 3px 0 1px;
      text-align: center;
      width: 123px; }
      @media (max-width: 560px) {
        .ict-consulting .sfa .thinking .intro-before h5 {
          font-size: 14px;
          margin: 0 auto 18px;
          width: 110px; } }
    .ict-consulting .sfa .thinking .intro-before .before-image {
      padding: 114px 0 126px;
      position: relative; }
      @media (max-width: 560px) {
        .ict-consulting .sfa .thinking .intro-before .before-image {
          zoom: 80%; } }
      .ict-consulting .sfa .thinking .intro-before .before-image li {
        background: url(../images/ict-consulting/before-back.png) no-repeat;
        background-size: contain;
        color: #00597c;
        font-size: 15px;
        font-weight: bold;
        padding: 45px 0;
        position: absolute;
        text-align: center;
        width: 119px; }
        .ict-consulting .sfa .thinking .intro-before .before-image li:first-child {
          top: 0;
          left: 45px; }
        .ict-consulting .sfa .thinking .intro-before .before-image li:nth-child(2) {
          top: 0;
          right: 45px; }
        .ict-consulting .sfa .thinking .intro-before .before-image li:nth-child(3) {
          bottom: 88px;
          right: 0; }
        .ict-consulting .sfa .thinking .intro-before .before-image li:nth-child(4) {
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
        .ict-consulting .sfa .thinking .intro-before .before-image li:last-child {
          bottom: 88px;
          left: 0; }
  .ict-consulting .sfa .thinking .intro-after {
    float: left;
    width: 54%; }
    @media (max-width: 560px) {
      .ict-consulting .sfa .thinking .intro-after {
        float: inherit;
        width: 100%; } }
    .ict-consulting .sfa .thinking .intro-after h5 {
      background: #00597c;
      border-radius: 3.5px 3.5px 0 0;
      color: #fff362;
      font-size: 18px;
      margin: 0 auto;
      padding: 3px 0 0;
      text-align: center;
      width: 197px; }
      @media (max-width: 560px) {
        .ict-consulting .sfa .thinking .intro-after h5 {
          font-size: 16px;
          width: 175px; } }
    .ict-consulting .sfa .thinking .intro-after .after-back {
      background: #00597c;
      border-radius: 6px;
      padding: 70px 60px 70px 75px; }
      @media (max-width: 560px) {
        .ict-consulting .sfa .thinking .intro-after .after-back {
          padding: 60px 60px 65px 65px;
          width: 418px; } }
    .ict-consulting .sfa .thinking .intro-after .after-image {
      background: url(../images/ict-consulting/after-back.png) no-repeat;
      background-size: contain;
      padding: 62px 0;
      position: relative; }
      @media (max-width: 560px) {
        .ict-consulting .sfa .thinking .intro-after .after-image {
          padding: 54px 0; } }
      .ict-consulting .sfa .thinking .intro-after .after-image p {
        background: url(../images/ict-consulting/after-p-back.png) no-repeat;
        background-size: contain;
        color: #00597c;
        font-size: 15px;
        font-weight: bold;
        height: 117px;
        margin: 0 auto;
        padding: 14px;
        width: 119px; }
      .ict-consulting .sfa .thinking .intro-after .after-image li {
        background: #fff;
        border-radius: 50%;
        color: #00597c;
        font-size: 14px;
        font-weight: bold;
        padding: 30px 0px;
        position: absolute;
        text-align: center;
        width: 85px; }
        @media (max-width: 560px) {
          .ict-consulting .sfa .thinking .intro-after .after-image li {
            font-size: 12px;
            padding: 28px 0px;
            width: 75px; } }
        .ict-consulting .sfa .thinking .intro-after .after-image li:first-child {
          left: 64px;
          top: -48px; }
        .ict-consulting .sfa .thinking .intro-after .after-image li:nth-child(2) {
          right: 64px;
          top: -48px; }
        .ict-consulting .sfa .thinking .intro-after .after-image li:nth-child(3) {
          right: -29px;
          top: -15px; }
        .ict-consulting .sfa .thinking .intro-after .after-image li:nth-child(4) {
          right: -40px;
          bottom: 72px; }
        .ict-consulting .sfa .thinking .intro-after .after-image li:nth-child(5) {
          right: -29px;
          bottom: -27px; }
        .ict-consulting .sfa .thinking .intro-after .after-image li:nth-child(6) {
          right: 64px;
          bottom: -54px; }
        .ict-consulting .sfa .thinking .intro-after .after-image li:nth-child(7) {
          left: 64px;
          bottom: -54px; }
        .ict-consulting .sfa .thinking .intro-after .after-image li:nth-child(8) {
          left: -29px;
          bottom: -27px; }
        .ict-consulting .sfa .thinking .intro-after .after-image li:nth-child(9) {
          left: -40px;
          bottom: 72px; }
        .ict-consulting .sfa .thinking .intro-after .after-image li:last-child {
          left: -29px;
          top: -15px; }
  .ict-consulting .sfa .thinking h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 560px) {
      .ict-consulting .sfa .thinking h4 {
        font-size: 16px;
        margin-bottom: 10px; } }
.ict-consulting .sfa .point-image {
  margin: 46px auto 50px;
  position: relative;
  width: 410px; }
  @media (max-width: 560px) {
    .ict-consulting .sfa .point-image {
      width: 100%;
      zoom: 75%; } }
  .ict-consulting .sfa .point-image > p {
    font-size: 14px;
    font-weight: bold;
    padding: 160px 0 145px;
    text-align: center; }
    .ict-consulting .sfa .point-image > p strong {
      color: #9a1f25;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 60px;
      font-weight: normal;
      line-height: 1.1; }
  .ict-consulting .sfa .point-image li {
    background: url(../images/ict-consulting/point-back.png) no-repeat;
    height: 131px;
    padding: 47px 0 37px;
    position: absolute;
    text-align: center;
    width: 132px; }
    .ict-consulting .sfa .point-image li::after {
      background: url(../images/ict-consulting/point-image-arrow.png) no-repeat;
      background-size: contain;
      content: "";
      height: 48.5px;
      position: absolute;
      width: 53.5px; }
    .ict-consulting .sfa .point-image li p {
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.3;
      text-align: center; }
    .ict-consulting .sfa .point-image li:first-child {
      margin: auto;
      top: 0;
      left: 0;
      right: 0; }
      .ict-consulting .sfa .point-image li:first-child::after {
        top: 70px;
        right: -60px; }
    .ict-consulting .sfa .point-image li:nth-child(2) {
      margin: auto;
      bottom: 0;
      right: 0;
      top: 0; }
      .ict-consulting .sfa .point-image li:nth-child(2)::after {
        transform: rotate(90deg);
        bottom: -60px;
        right: 77px; }
    .ict-consulting .sfa .point-image li:nth-child(3) {
      margin: auto;
      padding: 33px 0 30px;
      bottom: 0;
      left: 0;
      right: 0; }
      .ict-consulting .sfa .point-image li:nth-child(3)::after {
        transform: rotate(180deg);
        bottom: 65px;
        left: -65px; }
    .ict-consulting .sfa .point-image li:last-child {
      margin: auto;
      bottom: 0;
      left: 0;
      top: 0; }
      .ict-consulting .sfa .point-image li:last-child::after {
        transform: rotate(-90deg);
        top: -60px;
        left: 74px; }

/********************************************************************************
security
********************************************************************************/
@media (max-width: 560px) {
  .security .bcp .cloud .service-point {
    margin-bottom: 60px; } }
.security .bcp .cloud .image {
  margin: 0 auto;
  width: 95%; }
@media (max-width: 560px) {
  .security .bcp .scroll-box {
    margin-bottom: 10px; } }
.security .bcp .terminal-box {
  margin: 26px auto 55px;
  width: 865px; }
  @media (max-width: 560px) {
    .security .bcp .terminal-box {
      margin: 10px auto 0;
      width: 527px; } }
  .security .bcp .terminal-box .hardware-field {
    float: left;
    margin-right: 8%;
    position: relative;
    width: 64%; }
    .security .bcp .terminal-box .hardware-field .image {
      margin: 28px auto 0; }
    .security .bcp .terminal-box .hardware-field::after {
      background: url(../images/security/plus-icon.png) no-repeat;
      background-size: contain;
      content: "";
      height: 50px;
      margin: auto;
      position: absolute;
      bottom: 0;
      right: -90px;
      top: 0;
      width: 50px; }
      @media (max-width: 560px) {
        .security .bcp .terminal-box .hardware-field::after {
          height: 30px;
          right: -55px;
          width: 30px; } }
  .security .bcp .terminal-box .software-field {
    float: left;
    width: 28%; }
    .security .bcp .terminal-box .software-field .image {
      margin: 28px auto 0;
      width: 55%; }
.security .net-security .sp-float ul {
  float: left; }
  .security .net-security .sp-float ul:first-child {
    width: 35%; }
    @media (max-width: 560px) {
      .security .net-security .sp-float ul:first-child {
        width: 100%; } }
.security .net-security .utm-image {
  margin: 40px auto 0;
  width: 865px; }
  @media (max-width: 560px) {
    .security .net-security .utm-image {
      width: 100%; }
      .security .net-security .utm-image img {
        min-width: 600px; } }
.security .net-security .soft-box {
  margin: 38px 0; }
  @media (max-width: 560px) {
    .security .net-security .soft-box {
      margin: 20px 0; } }
  .security .net-security .soft-box .desc {
    float: left;
    margin-right: 5%;
    width: 33%; }
    @media (max-width: 560px) {
      .security .net-security .soft-box .desc {
        float: inherit;
        margin-right: 0;
        width: 100%; } }
    .security .net-security .soft-box .desc p {
      color: #231815;
      font-size: 14px;
      margin-bottom: 10px; }
  .security .net-security .soft-box .image {
    float: left;
    width: 62%; }
    @media (max-width: 560px) {
      .security .net-security .soft-box .image {
        float: inherit;
        width: 100%; } }
@media (max-width: 560px) {
  .security .net-security .log .image {
    margin: 15px auto 0;
    width: 90%; } }
.security .net-security .log .image li {
  display: inline-block;
  margin-right: 4%;
  width: 22%; }
  @media (max-width: 560px) {
    .security .net-security .log .image li {
      float: inherit;
      margin-bottom: 10px;
      text-align: center;
      width: 48%; }
      .security .net-security .log .image li:nth-child(even) {
        margin-right: 0; } }
  .security .net-security .log .image li:last-child {
    margin-right: 0; }
  @media (max-width: 560px) {
    .security .net-security .log .image li img {
      max-width: 100px; } }
  .security .net-security .log .image li p {
    color: #231815;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 16px;
    text-align: center; }
    @media (max-width: 560px) {
      .security .net-security .log .image li p {
        font-size: 13px;
        margin-top: 5px; } }
.security .ps-cp .point-list {
  margin: 40px auto 15px;
  width: 874px; }
  @media (max-width: 560px) {
    .security .ps-cp .point-list {
      margin: 15px auto 0;
      width: 100%; } }
  .security .ps-cp .point-list li {
    display: inline-block;
    vertical-align: top;
    width: 24%; }
    @media (max-width: 560px) {
      .security .ps-cp .point-list li {
        margin-bottom: 15px;
        width: 50%; }
        .security .ps-cp .point-list li:nth-child(even) .image {
          border-right: none; } }
    .security .ps-cp .point-list li .image {
      border-right: 1px dashed #231815;
      margin-bottom: 13px; }
      @media (max-width: 560px) {
        .security .ps-cp .point-list li .image {
          margin-bottom: 0; } }
    .security .ps-cp .point-list li p {
      color: #231815;
      font-size: 14px;
      font-weight: bold;
      text-align: center; }
      @media (max-width: 560px) {
        .security .ps-cp .point-list li p {
          font-size: 12px; } }
    .security .ps-cp .point-list li:last-child .image {
      border-right: none; }
.security .ps-cp .installation-flow {
  margin-bottom: 85px; }
  .security .ps-cp .installation-flow h4 {
    color: #005a7c;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 560px) {
      .security .ps-cp .installation-flow h4 {
        margin-bottom: 5px; } }
  @media (max-width: 560px) {
    .security .ps-cp .installation-flow {
      margin-bottom: 30px; }
      .security .ps-cp .installation-flow .image {
        width: 620px; } }
.security .ps-cp .camera-function-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 23px 0 45px; }
  @media (max-width: 560px) {
    .security .ps-cp .camera-function-list {
      margin: 10px 0 20px; } }
  .security .ps-cp .camera-function-list li {
    color: #231815;
    margin-bottom: 30px;
    margin-right: 4%;
    width: 22%; }
    @media (max-width: 560px) {
      .security .ps-cp .camera-function-list li {
        margin-bottom: 15px;
        width: 48%; }
        .security .ps-cp .camera-function-list li:nth-child(even) {
          margin-right: 0; } }
    .security .ps-cp .camera-function-list li:nth-child(4n) {
      margin-right: 0; }
    .security .ps-cp .camera-function-list li h4 {
      font-size: 14px;
      font-weight: bold;
      margin: 14px 0 5px; }
      @media (max-width: 560px) {
        .security .ps-cp .camera-function-list li h4 {
          margin: 8px 0 0; } }
    .security .ps-cp .camera-function-list li p {
      font-size: 14px;
      line-height: 1.6; }
.security .ps-cp .entrance-exit-image {
  margin: 25px auto 55px;
  width: 466px; }
  @media (max-width: 560px) {
    .security .ps-cp .entrance-exit-image {
      margin: 15px 0 20px;
      width: 100%; } }

/********************************************************************************
rpa
********************************************************************************/
.rpa {
  /*riken-rpa*/
  /*rpa-merit*/
  /*rpa-case*/
  /*rpa-ragion*/ }
  .rpa .riken-rpa .s-title + p {
    margin: 46px auto 0;
    max-width: 780px;
    width: 100%; }
  .rpa .riken-rpa .rpa-image {
    margin: 40px auto;
    width: 635px; }
    @media (max-width: 560px) {
      .rpa .riken-rpa .rpa-image {
        margin: 8px auto 40px;
        width: 100%; }
        .rpa .riken-rpa .rpa-image img {
          min-width: 500px; } }
  .rpa .riken-rpa .enclose-s-title + p {
    text-align: center; }
  .rpa .riken-rpa .rpa-industry {
    border: 2px solid #005a7c;
    border-collapse: collapse;
    border-radius: 2px;
    margin-bottom: 42px;
    width: 100%; }
    @media (max-width: 560px) {
      .rpa .riken-rpa .rpa-industry {
        margin-bottom: 16px; } }
    .rpa .riken-rpa .rpa-industry th, .rpa .riken-rpa .rpa-industry td {
      border: 2px solid #005a7c; }
    .rpa .riken-rpa .rpa-industry th {
      font-weight: bold;
      padding: 0 8px;
      text-align: center;
      vertical-align: middle;
      width: 5%;
      max-width: 30px;
      min-height: 3.6em; }
      @media (max-width: 560px) {
        .rpa .riken-rpa .rpa-industry th {
          padding: 8px; } }
      .rpa .riken-rpa .rpa-industry th span {
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl; }
        @media (max-width: 560px) {
          .rpa .riken-rpa .rpa-industry th span {
            writing-mode: inherit;
            -ms-writing-mode: inherit;
            -webkit-writing-mode: inherit; } }
    .rpa .riken-rpa .rpa-industry td {
      background: #ecf2f8;
      padding: 16px;
      vertical-align: top;
      width: 45%; }
      @media (max-width: 560px) {
        .rpa .riken-rpa .rpa-industry td {
          padding: 8px; } }
      .rpa .riken-rpa .rpa-industry td .head {
        color: #00597c;
        font-size: 14px;
        font-weight: bold;
        margin: 0 7px;
        padding-left: 16px;
        position: relative; }
        .rpa .riken-rpa .rpa-industry td .head::before {
          background: #00597c;
          content: "";
          height: 10px;
          position: absolute;
          left: 0;
          top: 7px;
          width: 10px; }
      .rpa .riken-rpa .rpa-industry td p {
        font-size: 14px;
        margin-bottom: .5em; }
      .rpa .riken-rpa .rpa-industry td p.etc {
        margin: 0;
        text-align: right; }
    @media (max-width: 560px) {
      .rpa .riken-rpa .rpa-industry th, .rpa .riken-rpa .rpa-industry td {
        display: block;
        width: 100%;
        max-width: inherit;
        min-height: inherit; } }
  .rpa .riken-rpa .btn-heart.gold {
    padding: 21px 100px; }
    @media (max-width: 560px) {
      .rpa .riken-rpa .btn-heart.gold {
        padding: 20px 12px; } }
  .rpa .rpa-merit {
    padding: 0 0 100px;
    /*plan-flex*/ }
    @media (max-width: 560px) {
      .rpa .rpa-merit {
        padding: 0; } }
    .rpa .rpa-merit .plan-flex {
      display: -webkit-flex;
      display: flex;
      margin-top: 42px; }
      @media (max-width: 560px) {
        .rpa .rpa-merit .plan-flex {
          display: inherit;
          margin-top: 16px; } }
      .rpa .rpa-merit .plan-flex .plan-box {
        width: 48%; }
        @media (max-width: 560px) {
          .rpa .rpa-merit .plan-flex .plan-box {
            width: 100%; } }
        .rpa .rpa-merit .plan-flex .plan-box:first-child {
          margin-right: 4%; }
          @media (max-width: 560px) {
            .rpa .rpa-merit .plan-flex .plan-box:first-child {
              margin-bottom: 15px;
              margin-right: 0; } }
        .rpa .rpa-merit .plan-flex .plan-box .plan-content li {
          padding-left: 16px;
          position: relative; }
        .rpa .rpa-merit .plan-flex .plan-box .plan-content li::before {
          background: #00597c;
          content: "";
          height: 10px;
          position: absolute;
          left: 0;
          top: 7px;
          width: 10px; }
      .rpa .rpa-merit .plan-flex .merit .plan-title {
        background: #907c27 !important; }
      .rpa .rpa-merit .plan-flex .merit li {
        font-weight: bold; }
      .rpa .rpa-merit .plan-flex .merit li::before {
        background: #907c27 !important; }
      .rpa .rpa-merit .plan-flex .demerit .plan-title {
        background: #888888 !important; }
      .rpa .rpa-merit .plan-flex .demerit li::before {
        background: #888888 !important; }
  .rpa .rpa-case {
    padding: 0 0 100px;
    /*border-title*/
    /*case-box*/ }
    @media (max-width: 560px) {
      .rpa .rpa-case {
        padding: 0; } }
    .rpa .rpa-case .border-title {
      color: #005a7c;
      font-size: 18px;
      display: flex;
      align-items: center;
      margin-bottom: .5em; }
      @media (max-width: 560px) {
        .rpa .rpa-case .border-title {
          font-size: 16px; } }
      .rpa .rpa-case .border-title:before, .rpa .rpa-case .border-title:after {
        content: "";
        flex-grow: 1;
        height: 3px;
        background: #005a7c;
        display: block; }
      .rpa .rpa-case .border-title:before {
        margin-right: .5em; }
      .rpa .rpa-case .border-title:after {
        margin-left: .5em; }
      .rpa .rpa-case .border-title span {
        background: #005a7c;
        color: #ffff84;
        font-size: 20px;
        margin-left: .5em;
        padding: 0 8px;
        border-radius: 2px; }
        @media (max-width: 560px) {
          .rpa .rpa-case .border-title span {
            font-size: 16px; } }
      .rpa .rpa-case .border-title + p {
        margin-bottom: .5em;
        text-align: center; }
    .rpa .rpa-case .case-box {
      border: 2px solid #005a7c; }
      .rpa .rpa-case .case-box + .case-box {
        margin-top: 2em; }
        @media (max-width: 560px) {
          .rpa .rpa-case .case-box + .case-box {
            margin-top: 1em; } }
      .rpa .rpa-case .case-box .title {
        background: #005a7c;
        color: #fff;
        font-size: 18px;
        padding: 6px 0 7px;
        text-align: center; }
        @media (max-width: 560px) {
          .rpa .rpa-case .case-box .title {
            font-size: 15px; } }
        .rpa .rpa-case .case-box .title span {
          background: #fff;
          color: #005a7c;
          font-size: 14px;
          border-radius: 50%;
          margin-right: .5em;
          padding: 3px 8px; }
        .rpa .rpa-case .case-box .title + p {
          padding: 1em 1.5em 0; }
      .rpa .rpa-case .case-box .case-image {
        margin: 1em auto;
        padding: 0 1.5em;
        width: 635px; }
        @media (max-width: 560px) {
          .rpa .rpa-case .case-box .case-image img {
            min-width: 600px; } }
        .rpa .rpa-case .case-box .case-image.long {
          width: 840px; }
          @media (max-width: 560px) {
            .rpa .rpa-case .case-box .case-image.long img {
              min-width: 800px; } }
      .rpa .rpa-case .case-box + .border-title {
        margin-top: 3em; }
  .rpa .rpa-region .region-image {
    margin: 1em auto;
    padding: 0 1.5em;
    width: 820px; }
    @media (max-width: 560px) {
      .rpa .rpa-region .region-image {
        width: 600px; }
        .rpa .rpa-region .region-image img {
          min-width: 600px; } }
  .rpa .rpa-region .manufacture-list {
    display: -webkit-flex;
    display: flex;
    margin: 32px auto 48px;
    width: 70%;
    /*width: 60%;*/ }
    @media (max-width: 560px) {
      .rpa .rpa-region .manufacture-list {
        margin: 8px auto 12px;
        width: 100%; } }
    .rpa .rpa-region .manufacture-list li {
      text-align: center;
      margin-right: 2%;
      width: 32%;
      /*width: 49%;*/ }
      .rpa .rpa-region .manufacture-list li:last-child {
        margin-right: 0; }
      .rpa .rpa-region .manufacture-list li a {
        background: #005a7c;
        color: #fff;
        display: block;
        padding: 2px 0 1px;
        width: 100%; }
  .rpa .rpa-region .rpa-flow {
    margin: 42px auto;
    width: 100%; }
    @media (max-width: 560px) {
      .rpa .rpa-region .rpa-flow {
        margin: 0 auto 0; } }
    .rpa .rpa-region .rpa-flow li {
      border: 2px solid #00597c;
      float: left;
      margin: 0 2% 2% 0;
      padding: 16px;
      width: 49%;
      border-radius: 2px; }
      @media (max-width: 560px) {
        .rpa .rpa-region .rpa-flow li {
          float: none;
          margin: 0 0 2% 0;
          width: 100%; } }
      .rpa .rpa-region .rpa-flow li:nth-child(even) {
        margin-right: 0; }
      .rpa .rpa-region .rpa-flow li .head {
        color: #00597c;
        font-weight: bold;
        padding-left: 16px;
        position: relative; }
        .rpa .rpa-region .rpa-flow li .head::before {
          background: #00597c;
          content: "";
          height: 10px;
          position: absolute;
          left: 0;
          top: 7px;
          width: 10px; }

/********************************************************************************
dx
********************************************************************************/
@media (max-width: 560px) {
  .dx .scroll-box .image {
    width: 600px; } }
.dx .login-link-btn {
  margin-bottom: 82px;
  text-align: center; }
  @media (max-width: 560px) {
    .dx .login-link-btn {
      margin-bottom: 42px; } }
  .dx .login-link-btn a {
    background: #9a1f25;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.08em;
    padding: 7px 0;
    text-align: center;
    width: 465px; }
    @media (max-width: 560px) {
      .dx .login-link-btn a {
        width: 90%; } }
    .dx .login-link-btn a span {
      background: #fff;
      color: #231815;
      font-size: 14px;
      font-weight: bold;
      padding: 1px 5px; }
    .dx .login-link-btn a img {
      height: 12px;
      margin-left: 8px;
      vertical-align: inherit;
      width: 12px; }
.dx .service-point-box.riken-dx {
  margin: 26px auto 82px; }
  @media (max-width: 560px) {
    .dx .service-point-box.riken-dx {
      margin: 26px auto 42px; } }
.dx .service-point-box.kyousou {
  margin: 26px auto 0; }
  @media (max-width: 560px) {
    .dx .service-point-box.kyousou {
      margin: 26px auto 42px; } }
.dx .service-point {
  background: none; }
.dx .case-box {
  border: 2px solid #005a7c;
  margin: 0; }
  .dx .case-box .title {
    background: #005a7c;
    color: #fff;
    font-size: 18px;
    padding: 6px 0 7px;
    text-align: center; }
  .dx .case-box .case-image {
    margin: 2em auto;
    padding: 0 2em; }
    @media (max-width: 560px) {
      .dx .case-box .case-image {
        margin: 1.5em auto;
        padding: 0 1em;
        width: 600px; } }
.dx .dx-link-btn {
  margin: 62px auto 0;
  max-width: 500px;
  width: 100%; }
  @media (max-width: 560px) {
    .dx .dx-link-btn {
      margin: 32px auto 24px; } }
  .dx .dx-link-btn p {
    color: #00597c;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0 0;
    text-align: center; }
.dx .mark-list {
  margin: 0 auto;
  max-width: 720px;
  width: 100%; }
  .dx .mark-list li {
    border: 1px solid #ccc;
    float: left;
    max-width: 220px;
    padding: 2%;
    width: 31.5%; }
    .dx .mark-list li:nth-child(2) {
      margin: 0 2%; }
    .dx .mark-list li p {
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      margin: 8px 0 0; }
.dx .listpage-link-btn {
  text-align: center;
  margin: 42px 0 0; }
  @media (max-width: 560px) {
    .dx .listpage-link-btn {
      margin: 24px 0 24px; } }
  .dx .listpage-link-btn a {
    background: #937c27; }

/*dx*/
.dx-declaration .image {
  margin: 0 auto;
  width: 75%; }
  @media (max-width: 560px) {
    .dx-declaration .image {
      width: 100%; } }
@media (max-width: 560px) {
  .dx-declaration .small-box {
    margin: 24px 0 42px; } }
.dx-declaration .small-box .s-inner {
  max-width: 760px; }
  .dx-declaration .small-box .s-inner .strong {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: .5em; }
    @media (max-width: 560px) {
      .dx-declaration .small-box .s-inner .strong {
        font-size: 20px; } }

/*dx-declaration*/
/********************************************************************************
SDGs
********************************************************************************/
.sdgs {
  /*page-title*/
  /*riken-sdgs*/
  /*tree-image*/
  /*head-wrapper*/
  /*company-list-wrapper*/
  /*reduction-effect-wrapper*/
  /*action-wrapper*/
  /*about-sdgs-wrapper*/ }
  .sdgs .page-title {
    background: white;
    background: linear-gradient(0deg, white 27%, #d1fbff 78%);
    height: 85vh;
    position: relative;
    /*title-wrapper*/
    /*rotation-wrapper*/ }
    @media (max-width: 560px) {
      .sdgs .page-title {
        height: auto;
        padding: 32px 0 85px;
        overflow: hidden; } }
    .sdgs .page-title::before {
      content: "";
      background: url("../images/sdgs/city.svg");
      background-size: cover;
      height: 0;
      padding-top: 11%;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 560px) {
        .sdgs .page-title::before {
          background-image: url("../images/sdgs/city-sp.svg");
          padding-top: 11.5%; } }
    .sdgs .page-title .logo {
      position: absolute;
      top: 18vh;
      left: 50%;
      margin-left: -555px; }
      @media (max-width: 560px) {
        .sdgs .page-title .logo {
          position: relative;
          top: auto;
          left: auto;
          margin-left: auto;
          margin-top: 40px; } }
      .sdgs .page-title .logo img {
        width: 567px; }
        @media (max-width: 560px) {
          .sdgs .page-title .logo img {
            display: block;
            margin: 0 auto;
            width: 85%; } }
    .sdgs .page-title .title-wrapper {
      padding: 47px 26px;
      position: absolute;
      top: 30vh;
      left: 50%;
      margin-left: -503px; }
      @media (max-width: 560px) {
        .sdgs .page-title .title-wrapper {
          padding: 27px 26px;
          position: relative;
          top: auto;
          left: auto;
          margin-top: 24px;
          margin-left: auto; } }
      .sdgs .page-title .title-wrapper::before, .sdgs .page-title .title-wrapper::after {
        content: "";
        background: url("../images/sdgs/line.svg");
        background-size: cover;
        height: 5px;
        width: 445px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0); }
        @media (max-width: 560px) {
          .sdgs .page-title .title-wrapper::before, .sdgs .page-title .title-wrapper::after {
            width: 320px; } }
      .sdgs .page-title .title-wrapper::after {
        top: auto;
        bottom: 0; }
      .sdgs .page-title .title-wrapper .title {
        background: none;
        font-size: 35px;
        padding: 0;
        letter-spacing: 10px;
        text-align: center; }
        @media (max-width: 560px) {
          .sdgs .page-title .title-wrapper .title {
            font-size: 18px; } }
      .sdgs .page-title .title-wrapper .en {
        color: #888;
        font-size: 9px;
        letter-spacing: 2px;
        text-align: center; }
        @media (max-width: 560px) {
          .sdgs .page-title .title-wrapper .en {
            font-size: 5px; } }
    .sdgs .page-title .rotation-wrapper {
      display: inline-block;
      position: absolute;
      top: 8vh;
      right: 50%;
      margin-right: -780px; }
      @media (max-width: 560px) {
        .sdgs .page-title .rotation-wrapper {
          position: relative;
          top: auto;
          right: auto;
          margin-right: auto; } }
      .sdgs .page-title .rotation-wrapper .rotation {
        width: 580px;
        /*animation: 100s linear infinite rotation;*/ }
        @media (max-width: 560px) {
          .sdgs .page-title .rotation-wrapper .rotation {
            display: block;
            margin: auto;
            width: 100%; } }
@keyframes rotation {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
      .sdgs .page-title .rotation-wrapper .earth {
        width: 162px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 560px) {
          .sdgs .page-title .rotation-wrapper .earth {
            width: 20%; } }
    .sdgs .page-title .cloud {
      width: 647px;
      position: absolute;
      top: 5vh;
      left: 50%;
      margin-left: -550px; }
      @media (max-width: 560px) {
        .sdgs .page-title .cloud {
          width: 93%;
          top: 15px;
          left: 50%;
          margin-left: auto;
          transform: translate(-50%, 0%); } }
  .sdgs .riken-sdgs {
    margin: 0 auto 0;
    max-width: 745px;
    position: relative;
    z-index: 1;
    /*head*/ }
    @media (max-width: 560px) {
      .sdgs .riken-sdgs {
        margin-top: 42px;
        width: 85%; } }
    .sdgs .riken-sdgs .head {
      font-size: 28px;
      letter-spacing: 5px; }
      @media (max-width: 560px) {
        .sdgs .riken-sdgs .head {
          font-size: 18px;
          letter-spacing: 1px; } }
      .sdgs .riken-sdgs .head .c1 {
        color: #d41521; }
      .sdgs .riken-sdgs .head .c2 {
        color: #cda012; }
      .sdgs .riken-sdgs .head .c3 {
        color: #208f3b; }
      .sdgs .riken-sdgs .head .c4 {
        color: #b91b29; }
      .sdgs .riken-sdgs .head .c5 {
        color: #d9371b; }
      .sdgs .riken-sdgs .head .c6 {
        color: #0098d8; }
      .sdgs .riken-sdgs .head .c7 {
        color: #eeb619; }
      .sdgs .riken-sdgs .head .c8 {
        color: #8f1d31; }
      .sdgs .riken-sdgs .head + p {
        line-height: 220%;
        margin-top: 48px; }
        @media (max-width: 560px) {
          .sdgs .riken-sdgs .head + p {
            margin-top: 24px;
            font-size: 13px; } }
  .sdgs .tree-image {
    position: relative;
    margin: -120px auto 0;
    z-index: 0;
    width: 100%;
    min-width: 1200px; }
    @media (max-width: 560px) {
      .sdgs .tree-image {
        margin-top: -150px;
        min-width: inherit; } }
    .sdgs .tree-image .fukidashi1, .sdgs .tree-image .fukidashi2, .sdgs .tree-image .fukidashi3, .sdgs .tree-image .fukidashi4, .sdgs .tree-image .fukidashi5, .sdgs .tree-image .fukidashi6, .sdgs .tree-image .fukidashi7, .sdgs .tree-image .fukidashi8, .sdgs .tree-image .fukidashi9, .sdgs .tree-image .fukidashi10 {
      position: absolute; }
      @media (max-width: 560px) {
        .sdgs .tree-image .fukidashi1, .sdgs .tree-image .fukidashi2, .sdgs .tree-image .fukidashi3, .sdgs .tree-image .fukidashi4, .sdgs .tree-image .fukidashi5, .sdgs .tree-image .fukidashi6, .sdgs .tree-image .fukidashi7, .sdgs .tree-image .fukidashi8, .sdgs .tree-image .fukidashi9, .sdgs .tree-image .fukidashi10 {
          display: none; } }
    .sdgs .tree-image .fukidashi1 {
      top: 32%;
      left: 25%;
      width: 167px; }
    .sdgs .tree-image .fukidashi2 {
      top: 19%;
      left: 38%;
      width: 112px; }
    .sdgs .tree-image .fukidashi3 {
      top: 26%;
      right: 41%;
      width: 118px; }
    .sdgs .tree-image .fukidashi4 {
      top: 19%;
      right: 25%;
      width: 156px; }
    .sdgs .tree-image .fukidashi5 {
      top: 38%;
      left: 40%;
      width: 112px; }
    .sdgs .tree-image .fukidashi6 {
      top: 56%;
      left: 36%;
      width: 95px; }
    .sdgs .tree-image .fukidashi7 {
      top: 47%;
      right: 41%;
      width: 95px; }
    .sdgs .tree-image .fukidashi8 {
      top: 45%;
      right: 31%;
      width: 95px; }
    .sdgs .tree-image .fukidashi9 {
      top: 63%;
      right: 36%;
      width: 95px; }
    .sdgs .tree-image .fukidashi10 {
      top: 68%;
      left: 43%;
      width: 72px; }
    .sdgs .tree-image .fukidashi-sp {
      position: absolute;
      width: 95%;
      top: 170px;
      left: 2.5%; }
  .sdgs .head-wrapper {
    padding: 47px 0;
    position: relative; }
    @media (max-width: 560px) {
      .sdgs .head-wrapper {
        padding: 28px 0; } }
    .sdgs .head-wrapper::before, .sdgs .head-wrapper::after {
      content: "";
      background: url("../images/sdgs/line2.svg");
      background-size: cover;
      height: 5px;
      width: 315px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0); }
    .sdgs .head-wrapper::after {
      top: auto;
      bottom: 0; }
    .sdgs .head-wrapper .head {
      font-size: 28px;
      letter-spacing: 5px;
      text-align: center; }
      @media (max-width: 560px) {
        .sdgs .head-wrapper .head {
          font-size: 17px; } }
    .sdgs .head-wrapper .en {
      color: #888;
      font-size: 9px;
      letter-spacing: 2px;
      text-align: center; }
      @media (max-width: 560px) {
        .sdgs .head-wrapper .en {
          font-size: 5px; } }
    .sdgs .head-wrapper + p {
      font-size: 17px;
      margin: 80px auto 0;
      max-width: 730px; }
      @media (max-width: 560px) {
        .sdgs .head-wrapper + p {
          font-size: 15px;
          margin-top: 32px;
          width: 85%; } }
  .sdgs .company-list-wrapper {
    margin-top: 114px;
    /*.company-list*/ }
    @media (max-width: 560px) {
      .sdgs .company-list-wrapper {
        margin-top: 82px; } }
    .sdgs .company-list-wrapper .head-wrapper + p {
      margin-top: 3rem;
      text-align: center; }
      @media (max-width: 560px) {
        .sdgs .company-list-wrapper .head-wrapper + p {
          margin-top: 2rem;
          text-align: left; } }
    .sdgs .company-list-wrapper .company-list {
      margin: 28px auto 0;
      max-width: 880px; }
      @media (max-width: 560px) {
        .sdgs .company-list-wrapper .company-list {
          margin-top: 16px;
          width: 85%; } }
      .sdgs .company-list-wrapper .company-list li {
        display: inline;
        font-size: 18px;
        font-weight: bold;
        padding-left: 19px;
        position: relative;
        line-height: 3em;
        margin-right: 3em;
        white-space: nowrap; }
        @media (max-width: 560px) {
          .sdgs .company-list-wrapper .company-list li {
            display: block;
            font-size: 15px;
            padding-left: 15px;
            margin-right: auto;
            line-height: 2em; } }
        .sdgs .company-list-wrapper .company-list li a {
          text-decoration: underline; }
          .sdgs .company-list-wrapper .company-list li a:hover {
            text-decoration: none; }
        .sdgs .company-list-wrapper .company-list li::before {
          content: "";
          background: url("../images/sdgs/icon-circle.svg");
          background-size: cover;
          height: 12px;
          width: 12px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0%, -50%); }
          @media (max-width: 560px) {
            .sdgs .company-list-wrapper .company-list li::before {
              height: 8px;
              width: 8px; } }
  .sdgs .reduction-effect-wrapper {
    margin-top: 92px;
    /*cross-head*/
    /*effect-box*/
    /*shokurin*/
    /*co2*/ }
    @media (max-width: 560px) {
      .sdgs .reduction-effect-wrapper {
        margin-top: 42px; } }
    .sdgs .reduction-effect-wrapper .cross-head {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
      @media (max-width: 560px) {
        .sdgs .reduction-effect-wrapper .cross-head {
          font-size: 16px; } }
      .sdgs .reduction-effect-wrapper .cross-head span {
        background: #5bb431;
        border-radius: 25px;
        padding: 14px 5em;
        position: relative;
        letter-spacing: 5px; }
        @media (max-width: 560px) {
          .sdgs .reduction-effect-wrapper .cross-head span {
            padding: 10px 2em; } }
        .sdgs .reduction-effect-wrapper .cross-head span::before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-radius: 5px;
          border-width: 17px 11px 0 11px;
          border-color: #5ab431 transparent transparent transparent;
          position: absolute;
          bottom: -14px;
          left: 50%;
          transform: translate(-50%, 0); }
    .sdgs .reduction-effect-wrapper .effect-box {
      background: #f3f3f3;
      border-radius: 15px;
      box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
      margin: -18px auto 0;
      max-width: 655px;
      padding: 52px 0 32px; }
      @media (max-width: 560px) {
        .sdgs .reduction-effect-wrapper .effect-box {
          padding: 40px 0 12px;
          width: 85%; } }
    .sdgs .reduction-effect-wrapper .shokurin,
    .sdgs .reduction-effect-wrapper .co2 {
      font-weight: bold;
      position: relative;
      text-align: center; }
      .sdgs .reduction-effect-wrapper .shokurin .name,
      .sdgs .reduction-effect-wrapper .co2 .name {
        font-size: 26px;
        margin-right: .25em; }
        @media (max-width: 560px) {
          .sdgs .reduction-effect-wrapper .shokurin .name,
          .sdgs .reduction-effect-wrapper .co2 .name {
            font-size: 16px; } }
      .sdgs .reduction-effect-wrapper .shokurin .num,
      .sdgs .reduction-effect-wrapper .co2 .num {
        font-size: 65px;
        vertical-align: -3px; }
        @media (max-width: 560px) {
          .sdgs .reduction-effect-wrapper .shokurin .num,
          .sdgs .reduction-effect-wrapper .co2 .num {
            font-size: 32px; } }
      .sdgs .reduction-effect-wrapper .shokurin small,
      .sdgs .reduction-effect-wrapper .co2 small {
        font-size: 26px;
        margin-left: .25em; }
        @media (max-width: 560px) {
          .sdgs .reduction-effect-wrapper .shokurin small,
          .sdgs .reduction-effect-wrapper .co2 small {
            font-size: 16px; } }
    .sdgs .reduction-effect-wrapper .shokurin {
      padding-bottom: 1em; }
      .sdgs .reduction-effect-wrapper .shokurin .name {
        padding-left: 86px;
        position: relative; }
        @media (max-width: 560px) {
          .sdgs .reduction-effect-wrapper .shokurin .name {
            padding-left: 68px; } }
        .sdgs .reduction-effect-wrapper .shokurin .name::before {
          content: "";
          background: url("../images/sdgs/icon1.svg");
          background-size: cover;
          height: 39px;
          width: 77px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0%, -50%); }
          @media (max-width: 560px) {
            .sdgs .reduction-effect-wrapper .shokurin .name::before {
              height: 28px;
              width: 55px; } }
      .sdgs .reduction-effect-wrapper .shokurin .num, .sdgs .reduction-effect-wrapper .shokurin small {
        color: #5bb431; }
    .sdgs .reduction-effect-wrapper .co2 {
      border-top: 1px solid #cfcfcf; }
      @media (max-width: 560px) {
        .sdgs .reduction-effect-wrapper .co2 {
          padding-top: 8px; } }
      .sdgs .reduction-effect-wrapper .co2 .name {
        padding-left: 66px;
        position: relative; }
        @media (max-width: 560px) {
          .sdgs .reduction-effect-wrapper .co2 .name {
            padding-left: 48px; } }
        .sdgs .reduction-effect-wrapper .co2 .name::before {
          content: "";
          background: url("../images/sdgs/icon2.svg");
          background-size: cover;
          height: 34px;
          width: 51px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0%, -50%); }
          @media (max-width: 560px) {
            .sdgs .reduction-effect-wrapper .co2 .name::before {
              height: 24px;
              width: 36px; } }
      .sdgs .reduction-effect-wrapper .co2 .num, .sdgs .reduction-effect-wrapper .co2 small {
        color: #189ac9; }
    .sdgs .reduction-effect-wrapper .sup {
      font-size: 16px;
      text-align: center; }
      @media (max-width: 560px) {
        .sdgs .reduction-effect-wrapper .sup {
          font-size: 13px; } }
  .sdgs .action-wrapper {
    margin-top: 142px;
    /*action1*/
    /*action2*/
    /*action3*/ }
    @media (max-width: 560px) {
      .sdgs .action-wrapper {
        margin-top: 62px; } }
    .sdgs .action-wrapper .action1 {
      /*text-box*/ }
      .sdgs .action-wrapper .action1 .image {
        display: block;
        margin: 62px auto 0;
        max-width: 730px; }
        @media (max-width: 560px) {
          .sdgs .action-wrapper .action1 .image {
            margin-top: 24px;
            width: 100%; } }
      .sdgs .action-wrapper .action1 .text-box {
        background: #fff;
        margin: -66px auto 0;
        max-width: 642px;
        padding: 44px;
        position: relative; }
        @media (max-width: 560px) {
          .sdgs .action-wrapper .action1 .text-box {
            margin-top: -32px;
            padding: 24px;
            width: 90%; } }
        .sdgs .action-wrapper .action1 .text-box .head {
          font-size: 22px;
          font-weight: bold;
          position: relative;
          padding-left: 82px; }
          @media (max-width: 560px) {
            .sdgs .action-wrapper .action1 .text-box .head {
              font-size: 17px;
              padding-left: 32px; } }
          .sdgs .action-wrapper .action1 .text-box .head::before {
            content: "";
            background: url("../images/sdgs/head-mark.svg");
            background-size: cover;
            height: 71px;
            width: 71px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0%, -50%); }
            @media (max-width: 560px) {
              .sdgs .action-wrapper .action1 .text-box .head::before {
                height: 24px;
                width: 24px; } }
        .sdgs .action-wrapper .action1 .text-box .desc {
          margin-top: 2em; }
        .sdgs .action-wrapper .action1 .text-box .mark {
          margin-top: 42px;
          text-align: center; }
          @media (max-width: 560px) {
            .sdgs .action-wrapper .action1 .text-box .mark {
              margin-top: 24px; } }
          .sdgs .action-wrapper .action1 .text-box .mark img {
            height: 116px; }
            @media (max-width: 560px) {
              .sdgs .action-wrapper .action1 .text-box .mark img {
                height: 78px; } }
      .sdgs .action-wrapper .action1 .flow-image {
        margin: 65px auto 0;
        max-width: 1054px; }
        @media (max-width: 560px) {
          .sdgs .action-wrapper .action1 .flow-image {
            margin-top: 24px;
            width: 85%; } }
    .sdgs .action-wrapper .action2,
    .sdgs .action-wrapper .action3 {
      background: #f3f3f3;
      box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
      padding: 86px 0;
      margin-top: 84px;
      /*inner*/ }
      @media (max-width: 560px) {
        .sdgs .action-wrapper .action2,
        .sdgs .action-wrapper .action3 {
          padding: 42px 0;
          margin-top: 42px; } }
      .sdgs .action-wrapper .action2 .inner,
      .sdgs .action-wrapper .action3 .inner {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1010px; }
        @media (max-width: 560px) {
          .sdgs .action-wrapper .action2 .inner,
          .sdgs .action-wrapper .action3 .inner {
            display: inherit;
            width: 85%; } }
        .sdgs .action-wrapper .action2 .inner .head,
        .sdgs .action-wrapper .action3 .inner .head {
          font-size: 22px;
          font-weight: bold;
          position: relative;
          padding-left: 52px; }
          @media (max-width: 560px) {
            .sdgs .action-wrapper .action2 .inner .head,
            .sdgs .action-wrapper .action3 .inner .head {
              font-size: 17px;
              padding-left: 32px; } }
          .sdgs .action-wrapper .action2 .inner .head::before,
          .sdgs .action-wrapper .action3 .inner .head::before {
            content: "";
            background: url("../images/sdgs/head-mark.svg");
            background-size: cover;
            height: 43px;
            width: 43px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0%, -50%); }
            @media (max-width: 560px) {
              .sdgs .action-wrapper .action2 .inner .head::before,
              .sdgs .action-wrapper .action3 .inner .head::before {
                height: 24px;
                width: 24px; } }
        .sdgs .action-wrapper .action2 .inner .desc,
        .sdgs .action-wrapper .action3 .inner .desc {
          margin-top: 2em; }
          @media (max-width: 560px) {
            .sdgs .action-wrapper .action2 .inner .desc,
            .sdgs .action-wrapper .action3 .inner .desc {
              margin-top: 1em; } }
        .sdgs .action-wrapper .action2 .inner .mark,
        .sdgs .action-wrapper .action3 .inner .mark {
          margin-top: 42px;
          text-align: center; }
          @media (max-width: 560px) {
            .sdgs .action-wrapper .action2 .inner .mark,
            .sdgs .action-wrapper .action3 .inner .mark {
              margin-top: 16px;
              margin-bottom: 16px; } }
          .sdgs .action-wrapper .action2 .inner .mark img,
          .sdgs .action-wrapper .action3 .inner .mark img {
            display: block;
            height: 116px;
            width: auto; }
            @media (max-width: 560px) {
              .sdgs .action-wrapper .action2 .inner .mark img,
              .sdgs .action-wrapper .action3 .inner .mark img {
                height: 78px;
                margin: auto; } }
        .sdgs .action-wrapper .action2 .inner .text-box,
        .sdgs .action-wrapper .action3 .inner .text-box {
          width: 46%; }
          @media (max-width: 560px) {
            .sdgs .action-wrapper .action2 .inner .text-box,
            .sdgs .action-wrapper .action3 .inner .text-box {
              width: 100%; } }
        .sdgs .action-wrapper .action2 .inner .image,
        .sdgs .action-wrapper .action3 .inner .image {
          width: 46%; }
          @media (max-width: 560px) {
            .sdgs .action-wrapper .action2 .inner .image,
            .sdgs .action-wrapper .action3 .inner .image {
              width: 100%; } }
    .sdgs .action-wrapper .action3 {
      background: none;
      box-shadow: none;
      padding: 0;
      margin-top: 84px; }
      @media (max-width: 560px) {
        .sdgs .action-wrapper .action3 {
          margin-top: 42px; } }
  .sdgs .about-sdgs-wrapper {
    background: #f3f3f3;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.2);
    padding: 86px 0;
    margin-top: 86px; }
    @media (max-width: 560px) {
      .sdgs .about-sdgs-wrapper {
        padding: 42px 0;
        margin-top: 42px; } }
    .sdgs .about-sdgs-wrapper .sdgs-logo {
      background: #fff;
      margin: 48px auto 0;
      max-width: 850px;
      padding: 48px 62px; }
      @media (max-width: 560px) {
        .sdgs .about-sdgs-wrapper .sdgs-logo {
          margin-top: 24px;
          width: 90%;
          padding: 24px; } }

/*sdgs*/
/********************************************************************************
support
********************************************************************************/
.support .id-support {
  padding: 80px 0 17px; }
  @media (max-width: 560px) {
    .support .id-support {
      padding: 0; } }
  .support .id-support .support-list {
    margin-bottom: 35px; }
    @media (max-width: 560px) {
      .support .id-support .support-list {
        margin: 0 auto;
        width: 90%; } }
    .support .id-support .support-list li {
      display: inline-block;
      margin-right: 2.5%;
      width: 18%; }
      @media (max-width: 560px) {
        .support .id-support .support-list li {
          margin-bottom: 10px;
          margin-right: 8%;
          width: 46%; }
          .support .id-support .support-list li:nth-child(even) {
            margin-right: 0; } }
      .support .id-support .support-list li:last-child {
        margin-right: 0; }
      .support .id-support .support-list li p {
        color: #231815;
        font-size: 14px;
        margin-top: 7px;
        text-align: center; }
        @media (max-width: 560px) {
          .support .id-support .support-list li p {
            margin-top: 2px; } }
.support .communication {
  padding: 80px 0 0; }
  @media (max-width: 560px) {
    .support .communication {
      padding: 0; } }
  .support .communication .image {
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 560px) {
      .support .communication .image {
        margin-bottom: 20px; } }
  .support .communication .item-box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .support .communication .item-box .item {
      margin-bottom: 42px;
      width: 47%; }
      @media (max-width: 560px) {
        .support .communication .item-box .item {
          margin-bottom: 20px;
          width: 100%; } }
      .support .communication .item-box .item:nth-child(odd) {
        margin-right: 6%; }
        @media (max-width: 560px) {
          .support .communication .item-box .item:nth-child(odd) {
            margin-right: 0; } }
    .support .communication .item-box p {
      color: #231815;
      font-size: 14px; }
  .support .communication .viewpoint {
    background: url(../images/support/viewpoint-back.png) no-repeat center/cover;
    padding: 75px 0 90px; }
    @media (max-width: 560px) {
      .support .communication .viewpoint {
        background: url(../images/support/viewpoint-back.png) no-repeat 35%/cover;
        padding: 25px 0 30px; } }
    .support .communication .viewpoint .desc {
      color: #fff;
      max-width: 590px;
      padding-left: 40px; }
      @media (max-width: 560px) {
        .support .communication .viewpoint .desc {
          max-width: 100%;
          padding-left: 0; } }
    .support .communication .viewpoint .vphead-en {
      font-size: 11px;
      margin-bottom: 33px;
      position: relative; }
      .support .communication .viewpoint .vphead-en::after {
        border-bottom: 1px solid #fff;
        content: "";
        height: 1px;
        position: absolute;
        left: 70px;
        top: 9px;
        width: 217px; }
    .support .communication .viewpoint h3 {
      font-size: 16px;
      font-weight: normal;
      line-height: 1; }
      @media (max-width: 560px) {
        .support .communication .viewpoint h3 {
          font-size: 14px; } }
    .support .communication .viewpoint h2 {
      font-size: 32px;
      font-weight: bold;
      letter-spacing: 0.08em;
      margin-bottom: 17px; }
      @media (max-width: 560px) {
        .support .communication .viewpoint h2 {
          font-size: 20px; } }
      .support .communication .viewpoint h2 span {
        color: #961f25; }
    .support .communication .viewpoint p {
      font-size: 14px; }
.support .skill-up .image-two-box {
  margin-bottom: 45px; }
  @media (max-width: 560px) {
    .support .skill-up .image-two-box {
      margin-top: 20px; } }
  .support .skill-up .image-two-box .image {
    float: left;
    width: 48%; }
    @media (max-width: 560px) {
      .support .skill-up .image-two-box .image {
        float: inherit;
        width: 100%; } }
    .support .skill-up .image-two-box .image:first-child {
      margin-right: 4%; }
      @media (max-width: 560px) {
        .support .skill-up .image-two-box .image:first-child {
          margin-bottom: 10px;
          margin-right: 0; } }
  .support .skill-up .image-two-box + p {
    color: #231815;
    font-size: 14px; }
.support .skill-up .image-three-box {
  margin-bottom: 20px; }
  .support .skill-up .image-three-box .image {
    float: left;
    width: 32%; }
    @media (max-width: 560px) {
      .support .skill-up .image-three-box .image {
        float: inherit;
        width: 100%; } }
    .support .skill-up .image-three-box .image:nth-child(2) {
      margin: 0 2%; }
      @media (max-width: 560px) {
        .support .skill-up .image-three-box .image:nth-child(2) {
          margin: 10px 0; } }
  .support .skill-up .image-three-box + p {
    color: #231815;
    font-size: 14px; }

.support .skill-up .maker-skill .image-two-box {
  margin-bottom: 4%; }
  @media (max-width: 560px) {
    .support .skill-up .maker-skill .image-two-box {
      margin-bottom: 10px; } }
  .support .skill-up .maker-skill .image-two-box + .image-two-box {
    margin-bottom: 8px; }
    @media (max-width: 560px) {
      .support .skill-up .maker-skill .image-two-box + .image-two-box {
        margin-top: 0px; } }

/********************************************************************************
document-solution
********************************************************************************/
.document-solution .service-point-box {
  margin: 26px 0 7px; }
  .document-solution .service-point-box .service-point {
    width: 42%; }
    @media (max-width: 560px) {
      .document-solution .service-point-box .service-point {
        width: 100%; } }
  .document-solution .service-point-box .item-box {
    width: 52%; }
    @media (max-width: 560px) {
      .document-solution .service-point-box .item-box {
        width: 100%; } }
    .document-solution .service-point-box .item-box p {
      color: #231815;
      font-weight: bold; }
  .document-solution .service-point-box + p {
    border: 1px solid #961f25;
    border-radius: 3px;
    color: #961f25;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 80px;
    padding: 10px;
    text-align: center;
    width: 92%; }
    @media (max-width: 560px) {
      .document-solution .service-point-box + p {
        font-size: 16px;
        margin: 0 auto 25px;
        width: 100%; } }
.document-solution .pod-image {
  margin: 20px auto 70px;
  max-width: 572px;
  text-align: center; }
  .document-solution .pod-image li {
    display: inline-block; }
    .document-solution .pod-image li:first-child {
      width: 39%; }
    .document-solution .pod-image li:nth-child(2) {
      width: 36%; }
    .document-solution .pod-image li:last-child {
      width: 17%; }
  @media (max-width: 560px) {
    .document-solution .pod-image {
      margin: 15px auto 25px; } }
.document-solution .pod-list {
  margin-bottom: 20px; }
  @media (max-width: 560px) {
    .document-solution .pod-list {
      margin-bottom: 20px; } }
  .document-solution .pod-list li {
    float: left;
    margin-right: 5%;
    width: 30%; }
    @media (max-width: 560px) {
      .document-solution .pod-list li {
        margin-bottom: 25px;
        margin-right: 0;
        width: 100%; } }
    .document-solution .pod-list li:last-child {
      margin-right: 0; }
    .document-solution .pod-list li p {
      color: #231815;
      font-size: 14px;
      margin-bottom: 20px; }
      @media (max-width: 560px) {
        .document-solution .pod-list li p {
          margin-bottom: 7px; } }
    @media (max-width: 560px) {
      .document-solution .pod-list li .image {
        margin: 0 auto;
        width: 60%; } }

/********************************************************************************
supplies
********************************************************************************/
.supplies .online .s-title {
  margin-bottom: 45px; }
  @media (max-width: 560px) {
    .supplies .online .s-title {
      margin-bottom: 15px; } }
.supplies .online .sitelink-btn {
  align-items: center;
  border: 1px solid #bfc0c0;
  display: -webkit-flex;
  display: flex;
  height: 90px;
  margin: 0 auto 45px;
  max-width: 520px;
  padding: 0 30px;
  position: relative; }
  @media (max-width: 560px) {
    .supplies .online .sitelink-btn {
      display: block;
      height: auto;
      margin: 0 auto 10px;
      padding: 5px; } }
  .supplies .online .sitelink-btn .logo {
    margin-right: 3%;
    max-width: 170px;
    width: 37%; }
    @media (max-width: 560px) {
      .supplies .online .sitelink-btn .logo {
        margin: 0 auto;
        width: 100%; } }
  .supplies .online .sitelink-btn p {
    color: #231815;
    font-size: 13px;
    font-weight: bold;
    width: 60%; }
    @media (max-width: 560px) {
      .supplies .online .sitelink-btn p {
        text-align: center;
        width: 100%; } }
    .supplies .online .sitelink-btn p img {
      margin-right: 10px;
      width: 21px; }
  .supplies .online .sitelink-btn a {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-indent: -999px; }
.supplies .online .service-point p {
  color: #231815; }
  .supplies .online .service-point p a {
    color: #00597c;
    text-decoration: underline; }
.supplies .online .service-point + .s-title {
  margin-top: 55px; }
  @media (max-width: 560px) {
    .supplies .online .service-point + .s-title {
      margin-top: 30px; } }
.supplies .online .service-point .tel-box {
  background: #fff;
  margin: 10px 0;
  padding: 15px 20px 20px; }
  @media (max-width: 560px) {
    .supplies .online .service-point .tel-box {
      padding: 10px; } }
  .supplies .online .service-point .tel-box h5 {
    font-size: 16px;
    font-weight: normal; }
    @media (max-width: 560px) {
      .supplies .online .service-point .tel-box h5 {
        font-size: 14px; } }
.supplies .online .service-point.netricoh .tel-box {
  max-width: 365px; }
  .supplies .online .service-point.netricoh .tel-box p {
    color: #f7674f;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1;
    padding-left: 45px;
    position: relative; }
    @media (max-width: 560px) {
      .supplies .online .service-point.netricoh .tel-box p {
        font-size: 20px;
        padding-left: 33px; } }
    .supplies .online .service-point.netricoh .tel-box p::before {
      background: url(../images/supplies/freedial-icon.png) no-repeat;
      background-size: contain;
      content: "";
      height: 25px;
      position: absolute;
      left: 0;
      top: 1px;
      width: 38px; }
      @media (max-width: 560px) {
        .supplies .online .service-point.netricoh .tel-box p::before {
          height: 19px;
          width: 29px; } }
.supplies .online .service-point.office .tel-box {
  max-width: 430px; }
  .supplies .online .service-point.office .tel-box .tel {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.3;
    margin-bottom: 5px;
    padding-left: 26px;
    position: relative; }
    @media (max-width: 560px) {
      .supplies .online .service-point.office .tel-box .tel {
        font-size: 20px;
        padding-left: 22px; } }
    .supplies .online .service-point.office .tel-box .tel::before {
      background: url(../images/common/tel-icon.png) no-repeat;
      background-size: contain;
      content: "";
      height: 23px;
      position: absolute;
      left: 0;
      top: 6px;
      width: 20px; }
      @media (max-width: 560px) {
        .supplies .online .service-point.office .tel-box .tel::before {
          height: 18px;
          top: 5px;
          width: 16px; } }
  .supplies .online .service-point.office .tel-box + p {
    padding-left: 16px;
    position: relative; }
    .supplies .online .service-point.office .tel-box + p::before {
      content: "●";
      position: absolute;
      left: 0; }
.supplies .ame .aed-image {
  margin-top: 26px; }
  @media (max-width: 560px) {
    .supplies .ame .aed-image {
      margin-top: 8px; } }
  .supplies .ame .aed-image .image {
    float: left;
    margin-right: 6%;
    width: 55%; }
    @media (max-width: 560px) {
      .supplies .ame .aed-image .image {
        float: inherit;
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%; } }
  .supplies .ame .aed-image .aed-point {
    float: left;
    width: 39%; }
    @media (max-width: 560px) {
      .supplies .ame .aed-image .aed-point {
        float: inherit;
        width: 100%; } }
  .supplies .ame .aed-image h4 {
    background: #961f25;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 23px;
    padding: 8px 0;
    text-align: center; }
    @media (max-width: 560px) {
      .supplies .ame .aed-image h4 {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 6px 0; } }
  .supplies .ame .aed-image .csr {
    background: #ffff77;
    border: 2px solid #961f25;
    border-radius: 50%;
    height: 138px;
    margin: 0 auto 23px;
    padding: 30px 0;
    width: 138px; }
    @media (max-width: 560px) {
      .supplies .ame .aed-image .csr {
        margin: 0 auto 10px; } }
    .supplies .ame .aed-image .csr p {
      color: #231815;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.2;
      text-align: center; }
      .supplies .ame .aed-image .csr p strong {
        color: #961f25;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 60px;
        font-weight: normal; }
  .supplies .ame .aed-image ul {
    margin: 0 auto;
    max-width: 213px; }
  .supplies .ame .aed-image li {
    color: #961f25;
    font-size: 15px;
    font-weight: bold;
    margin: 0 7px 6px;
    padding-left: 16px;
    position: relative; }
    @media (max-width: 560px) {
      .supplies .ame .aed-image li {
        font-size: 13px; } }
    .supplies .ame .aed-image li::before {
      background: #961f25;
      content: "";
      height: 10px;
      position: absolute;
      left: 0;
      top: 9px;
      width: 10px; }
      @media (max-width: 560px) {
        .supplies .ame .aed-image li::before {
          height: 8px;
          top: 7px;
          width: 8px; } }
.supplies .ame .desc-box .image {
  float: left;
  margin-right: 4%;
  width: 26%; }
.supplies .ame .desc-box .desc {
  float: left;
  width: 70%; }

/********************************************************************************
recruit-support
********************************************************************************/
.recruit-support .meeting .service-point-box {
  margin: 26px 0 0; }
  @media (max-width: 560px) {
    .recruit-support .meeting .service-point-box {
      margin: 15px 0 0; } }
.recruit-support .tool .item-box .item {
  text-align: center; }
  .recruit-support .tool .item-box .item img {
    max-width: 318px; }
    @media (max-width: 560px) {
      .recruit-support .tool .item-box .item img {
        width: 75%; } }
  .recruit-support .tool .item-box .item p {
    border: 1px solid #9a1f25;
    border-radius: 3px;
    color: #9a1f25;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 15px auto 0;
    padding: 7px 25px;
    text-align: left; }
    @media (max-width: 560px) {
      .recruit-support .tool .item-box .item p {
        font-size: 16px; } }
.recruit-support .tool .movie-link-box {
  margin: 65px auto 55px;
  width: 60%; }
  @media (max-width: 560px) {
    .recruit-support .tool .movie-link-box {
      margin: 15px 0 20px;
      width: 100%; } }
  .recruit-support .tool .movie-link-box .movie-link {
    float: left;
    /*width: 31%;*/
    width: 48%; }
    @media (max-width: 560px) {
      .recruit-support .tool .movie-link-box .movie-link {
        width: 100%; } }
    .recruit-support .tool .movie-link-box .movie-link:not(:last-child) {
      margin-bottom: 10px;
      margin-right: 3.5%; }
      @media (max-width: 560px) {
        .recruit-support .tool .movie-link-box .movie-link:not(:last-child) {
          margin-right: 0; } }
    .recruit-support .tool .movie-link-box .movie-link p {
      color: #231815;
      font-size: 14px;
      font-weight: bold;
      margin-top: 8px;
      text-align: center; }
      @media (max-width: 560px) {
        .recruit-support .tool .movie-link-box .movie-link p {
          font-size: 12px;
          margin-top: 4px; } }
.recruit-support .tool .tool-image {
  margin: 20px auto 77px;
  max-width: 760px; }
  @media (max-width: 560px) {
    .recruit-support .tool .tool-image {
      margin: 15px 0 20px; } }

/********************************************************************************
office
********************************************************************************/
.office .make {
  padding: 80px 0 0; }
  @media (max-width: 560px) {
    .office .make {
      padding: 0; } }
  .office .make h3 {
    color: #231815;
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center; }
    @media (max-width: 560px) {
      .office .make h3 {
        font-size: 20px;
        margin-bottom: 15px; } }
  .office .make .image {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto 50px;
    width: 780px; }
    @media (max-width: 560px) {
      .office .make .image {
        display: block;
        margin: 0 auto 30px;
        width: 100%; } }
    .office .make .image div {
      width: 42%; }
      @media (max-width: 560px) {
        .office .make .image div {
          width: 100%; } }
      .office .make .image div:first-child {
        margin-right: 16%;
        position: relative; }
        @media (max-width: 560px) {
          .office .make .image div:first-child {
            margin-bottom: 50px;
            margin-right: 0; } }
        .office .make .image div:first-child::after {
          background: url(../images/office/multiply.png) no-repeat;
          background-size: contain;
          content: "";
          height: 50px;
          margin: auto;
          position: absolute;
          bottom: 0;
          right: -26%;
          top: 0;
          width: 50px; }
          @media (max-width: 560px) {
            .office .make .image div:first-child::after {
              height: 30px;
              bottom: -36px;
              left: 0;
              right: 0;
              top: inherit;
              width: 30px; } }
  .office .make .activity-image {
    margin: 0 auto 35px;
    width: 830px; }
    @media (max-width: 560px) {
      .office .make .activity-image {
        margin: 0 auto 10px;
        width: 100%; } }
    .office .make .activity-image ul {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      @media (max-width: 560px) {
        .office .make .activity-image ul {
          margin-bottom: 0; } }
      .office .make .activity-image ul li {
        width: 22%; }
        @media (max-width: 560px) {
          .office .make .activity-image ul li {
            margin-bottom: 15px;
            width: 48%; } }
        .office .make .activity-image ul li:not(:nth-child(4n)) {
          margin-right: 4%; }
          @media (max-width: 560px) {
            .office .make .activity-image ul li:not(:nth-child(4n)) {
              margin-right: inherit; } }
        @media (max-width: 560px) {
          .office .make .activity-image ul li:nth-child(odd) {
            margin-right: 4%; } }
    .office .make .activity-image h4 {
      color: #8f7c27;
      font-size: 24px;
      margin-bottom: 7px;
      text-align: center; }
      @media (max-width: 560px) {
        .office .make .activity-image h4 {
          font-size: 18px; } }
  .office .make .service-point::before {
    background: url(../images/office/service-point-arrow.png) no-repeat;
    background-size: contain;
    content: "";
    height: 76px;
    position: absolute;
    bottom: -76px;
    left: 0;
    width: 100%; }
  .office .make .service-point ul {
    float: left;
    width: 48%; }
    @media (max-width: 560px) {
      .office .make .service-point ul {
        float: inherit;
        width: 100%; } }
    .office .make .service-point ul:first-child {
      margin-right: 4%; }
      @media (max-width: 560px) {
        .office .make .service-point ul:first-child {
          margin-right: 0; } }
  .office .make .working-place {
    background: url(../images/office/working-place-back.jpg) no-repeat center/cover;
    margin-top: -85px;
    padding: 200px 0 80px; }
    @media (max-width: 560px) {
      .office .make .working-place {
        padding: 130px 0 30px; } }
    .office .make .working-place .inner {
      max-width: 575px; }
    .office .make .working-place h3 {
      color: #ffff00;
      font-size: 32px; }
      @media (max-width: 560px) {
        .office .make .working-place h3 {
          font-size: 20px; } }
    .office .make .working-place .plan-box {
      border: 1px solid #fff;
      margin-bottom: 60px; }
      @media (max-width: 560px) {
        .office .make .working-place .plan-box {
          margin-bottom: 35px; } }
      .office .make .working-place .plan-box .plan-title {
        background: transparent;
        border-bottom: 1px solid #fff;
        font-size: 18px;
        padding: 9px 0px 6px; }
        @media (max-width: 560px) {
          .office .make .working-place .plan-box .plan-title {
            font-size: 16px; } }
      .office .make .working-place .plan-box .plan-content {
        background: #fff;
        line-height: 1.6;
        padding: 11px 25px 4px; }
    .office .make .working-place .layout {
      margin-bottom: 60px; }
      @media (max-width: 560px) {
        .office .make .working-place .layout {
          margin-bottom: 35px; } }
      .office .make .working-place .layout .enclose-s-title {
        border: 2px solid #fff;
        color: #fff;
        margin: 0 auto 30px;
        width: 78%; }
        @media (max-width: 560px) {
          .office .make .working-place .layout .enclose-s-title {
            margin: 0 auto 13px; } }
    .office .make .working-place .tour-link-box {
      background: #fff;
      margin-top: 35px;
      padding: 24px 53px; }
      @media (max-width: 560px) {
        .office .make .working-place .tour-link-box {
          padding: 15px; } }
      .office .make .working-place .tour-link-box h5 {
        color: #9a1f25;
        font-size: 17px;
        margin-bottom: 13px;
        text-align: center; }
        @media (max-width: 560px) {
          .office .make .working-place .tour-link-box h5 {
            font-size: 15px;
            margin-bottom: 8px; } }
      .office .make .working-place .tour-link-box .tour-link-btn .btn-heart {
        border-radius: 3px;
        display: inline-block;
        line-height: 1.4;
        padding: 13px 116px; }
        @media (max-width: 560px) {
          .office .make .working-place .tour-link-box .tour-link-btn .btn-heart {
            padding: 10px; } }
      .office .make .working-place .tour-link-box .tour-link-btn span {
        background: url(../images/common/link-btn-arrow-blue.svg) no-repeat 100% center;
        background-size: 12px;
        display: inline-block;
        padding-right: 20px; }
      .office .make .working-place .tour-link-box p {
        color: #231815;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 6px;
        text-align: center; }
        @media (max-width: 560px) {
          .office .make .working-place .tour-link-box p {
            font-size: 13px;
            margin-top: 0; } }
.office .manufacture-list {
  margin: 25px auto;
  max-width: 672px; }
  @media (max-width: 560px) {
    .office .manufacture-list {
      margin: 15px 0; } }
  .office .manufacture-list li {
    float: left;
    margin-bottom: 30px;
    width: 31%; }
    @media (max-width: 560px) {
      .office .manufacture-list li {
        margin-bottom: 10px;
        width: 48%; } }
    .office .manufacture-list li:not(:nth-child(3n)) {
      margin-right: 3.5%; }
      @media (max-width: 560px) {
        .office .manufacture-list li:not(:nth-child(3n)) {
          margin-right: inherit; } }
    @media (max-width: 560px) {
      .office .manufacture-list li:nth-child(odd) {
        margin-right: 4%; } }
.office .order-made {
  margin: 26px auto 100px; }
  @media (max-width: 560px) {
    .office .order-made {
      margin: 15px 0; } }
  @media (max-width: 560px) {
    .office .order-made .service-point {
      margin-bottom: 60px; } }
.office .one-stop {
  padding-bottom: 0; }
  .office .one-stop.work-list {
    background: #8E7928; }
    .office .one-stop.work-list .work-title {
      margin-bottom: 20px; }
    .office .one-stop.work-list .m-title, .office .one-stop.work-list .head-en, .office .one-stop.work-list .desc {
      color: #fff; }
    .office .one-stop.work-list .head-en span::before {
      background: #fff; }
  .office .one-stop .one-stop-box {
    background: url(../images/office/onestop-back.jpg) no-repeat center top/cover;
    padding: 60px 0 0; }
    @media (max-width: 560px) {
      .office .one-stop .one-stop-box {
        margin-bottom: -5%;
        padding: 30px 0 0; } }
    .office .one-stop .one-stop-box .inner {
      max-width: 672px; }
    .office .one-stop .one-stop-box h3 {
      color: #fff;
      font-size: 32px;
      margin-bottom: 85px;
      position: relative;
      text-align: center; }
      @media (max-width: 560px) {
        .office .one-stop .one-stop-box h3 {
          font-size: 19px;
          margin-bottom: 55px; } }
      .office .one-stop .one-stop-box h3::after {
        background: #fff;
        content: "";
        height: 5px;
        margin: auto;
        position: absolute;
        bottom: -35px;
        left: 0;
        right: 0;
        width: 100px; }
        @media (max-width: 560px) {
          .office .one-stop .one-stop-box h3::after {
            bottom: -20px; } }
    .office .one-stop .one-stop-box .list-box {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
      .office .one-stop .one-stop-box .list-box ul {
        margin-bottom: 48px;
        width: 28%; }
        @media (max-width: 560px) {
          .office .one-stop .one-stop-box .list-box ul {
            margin-bottom: 20px;
            width: 46%; } }
        .office .one-stop .one-stop-box .list-box ul:not(:nth-child(3n)) {
          margin-right: 8%; }
          @media (max-width: 560px) {
            .office .one-stop .one-stop-box .list-box ul:not(:nth-child(3n)) {
              margin-right: inherit; } }
        @media (max-width: 560px) {
          .office .one-stop .one-stop-box .list-box ul:nth-child(odd) {
            margin-right: 8%; } }
      .office .one-stop .one-stop-box .list-box li {
        color: #fff;
        font-weight: bold;
        padding-left: 16px;
        position: relative; }
        @media (max-width: 560px) {
          .office .one-stop .one-stop-box .list-box li {
            padding-left: 13px; } }
        .office .one-stop .one-stop-box .list-box li::before {
          background: #fff;
          content: "";
          height: 10px;
          position: absolute;
          left: 0;
          top: 8px;
          width: 10px; }
          @media (max-width: 560px) {
            .office .one-stop .one-stop-box .list-box li::before {
              height: 8px;
              top: 6px;
              width: 8px; } }

/********************************************************************************
news & case & seminar
********************************************************************************/
article {
  margin: 75px auto;
  width: 720px; }
  @media (max-width: 560px) {
    article {
      margin: 15px auto;
      width: 90%; } }
  article .desc a {
    color: #00597c;
    text-decoration: underline; }

.pager {
  text-align: center; }
  @media (max-width: 560px) {
    .pager {
      margin-bottom: 25px; } }
  .pager .page-numbers {
    color: #005c80;
    display: inline-block;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin-right: 18px;
    text-align: center;
    transition: 0.5s;
    width: 45px; }
    @media (max-width: 560px) {
      .pager .page-numbers {
        height: 30px;
        line-height: 30px;
        width: 30px; } }
    .pager .page-numbers:not(.next):not(.prev) {
      background: #e4e4e4;
      border: 1px solid #d0d0d0; }
      .pager .page-numbers:not(.next):not(.prev):hover {
        background: #005c80;
        border: 1px solid #005c80;
        color: #fff; }
    .pager .page-numbers.current {
      background: #005c80 !important;
      border: 1px solid #005c80 !important;
      color: #fff; }

.article-nav {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 63px;
  margin-top: 8%; }
  @media (max-width: 560px) {
    .article-nav {
      height: 40px; } }
  .article-nav .pre, .article-nav .later {
    float: left;
    padding: 16px 0 0 10px;
    width: 39.5%; }
    .article-nav .pre a, .article-nav .later a {
      color: #a40022;
      display: inline-block;
      text-decoration: underline; }
  .article-nav .later p {
    text-align: right; }
    .article-nav .later p a {
      text-align: left; }
  .article-nav .return {
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    margin: 16px auto;
    width: 21%; }
    .news .article-nav .return {
      float: left; }
      @media (max-width: 560px) {
        .news .article-nav .return {
          float: inherit; } }
    .seminar .article-nav .return {
      width: 35%; }
      @media (max-width: 560px) {
        .seminar .article-nav .return {
          width: 75%; } }
    @media (max-width: 560px) {
      .article-nav .return {
        margin: 6px auto;
        width: 55%; } }
    .article-nav .return p {
      text-align: center; }
  .article-nav a {
    color: #231815;
    font-size: 14px; }
    @media (max-width: 560px) {
      .article-nav a {
        font-size: 12px; } }

/********************************************************************************
news
********************************************************************************/
.news #news-list {
  margin: 110px auto;
  width: 720px; }
  @media (max-width: 560px) {
    .news #news-list {
      margin: 15px auto;
      width: 90%; } }
  .news #news-list li {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px; }
    @media (max-width: 560px) {
      .news #news-list li {
        display: block;
        margin-bottom: 12px; } }
    .news #news-list li a {
      color: #231815;
      font-size: 14px;
      text-decoration: underline; }
  .news #news-list p {
    color: #928c8b;
    font-size: 14px;
    margin-right: 20px; }
.news article .title {
  margin-bottom: 28px; }
  @media (max-width: 560px) {
    .news article .title {
      margin-bottom: 10px; } }
.news article .date {
  color: #005c80;
  font-size: 14px;
  margin-bottom: 17px; }
  @media (max-width: 560px) {
    .news article .date {
      font-size: 12px;
      margin-bottom: 0; } }
.news article .article-title {
  color: #937c27;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5; }
  @media (max-width: 560px) {
    .news article .article-title {
      font-size: 20px; } }
.news article .desc p {
  line-height: 2.2;
  margin-bottom: 28px; }
  @media (max-width: 560px) {
    .news article .desc p {
      line-height: 1.8;
      margin-bottom: 5px; } }

/********************************************************************************
case
********************************************************************************/
.case .date {
  color: #005c80;
  font-size: 14px;
  margin-bottom: 10px; }
  @media (max-width: 560px) {
    .case .date {
      font-size: 12px;
      margin-bottom: 0; } }
.case .type {
  background: #987e1f;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 14px; }
  @media (max-width: 560px) {
    .case .type {
      font-size: 12px; } }
.case #case-list {
  margin: 77px auto;
  width: 1080px; }
  @media (max-width: 560px) {
    .case #case-list {
      margin: 15px auto;
      width: 90%; } }
.case .list-type {
  margin-top: 45px; }
  @media (max-width: 560px) {
    .case .list-type {
      margin-top: 20px; } }
  .case .list-type .list {
    float: left;
    margin-right: 5%;
    width: 68%; }
    @media (max-width: 560px) {
      .case .list-type .list {
        float: inherit;
        margin-right: 0;
        width: 100%; } }
    .case .list-type .list .list-box {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
      .case .list-type .list .list-box li {
        margin-bottom: 70px;
        margin-right: 3.5%;
        width: 31%; }
        .case .list-type .list .list-box li:nth-child(3n) {
          margin-right: 0; }
        @media (max-width: 560px) {
          .case .list-type .list .list-box li {
            margin-bottom: 15px;
            margin-right: 0;
            width: 48%; }
            .case .list-type .list .list-box li:nth-child(odd) {
              margin-right: 4%; } }
    .case .list-type .list .case-image {
      background-position: top center;
      background-size: cover;
      width: 100%;
      margin-bottom: 12px;
      height: 20vh; }
    .case .list-type .list .date {
      text-align: right; }
    .case .list-type .list h2 {
      color: #231815;
      font-size: 14px;
      margin-bottom: 8px; }
      @media (max-width: 560px) {
        .case .list-type .list h2 {
          margin-bottom: 0; } }
    .case .list-type .list .type {
      font-size: 14px;
      margin-bottom: 15px; }
      @media (max-width: 560px) {
        .case .list-type .list .type {
          margin-bottom: 5px; } }
    .case .list-type .list .desc {
      color: #231815;
      font-size: 14px; }
  .case .list-type .type-btn {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 27%; }
    @media (max-width: 560px) {
      .case .list-type .type-btn {
        float: inherit;
        width: 100%; } }
    .case .list-type .type-btn li {
      background: #e4e4e4;
      border-radius: 3px;
      margin-bottom: 10px;
      text-align: center;
      transition: 0.5s;
      width: 48%; }
      .case .list-type .type-btn li:nth-child(odd) {
        margin-right: 4%; }
      .case .list-type .type-btn li a {
        align-items: center;
        color: #231815;
        display: -webkit-flex;
        display: flex;
        font-size: 15px;
        font-weight: bold;
        height: 84px;
        padding: 10px;
        justify-content: center; }
        @media (max-width: 560px) {
          .case .list-type .type-btn li a {
            height: 70px; } }
      .case .list-type .type-btn li.active {
        background: #005c80; }
        .case .list-type .type-btn li.active a {
          color: #fff; }
      .case .list-type .type-btn li:hover {
        background: #005c80; }
        .case .list-type .type-btn li:hover a {
          color: #fff; }
.case article .article-title {
  margin-bottom: 55px; }
  @media (max-width: 560px) {
    .case article .article-title {
      margin-bottom: 15px; } }
  .case article .article-title .title {
    border-right: 1px solid #999999;
    float: left;
    padding-right: 4%;
    width: 72%; }
    @media (max-width: 560px) {
      .case article .article-title .title {
        border-right: none;
        float: inherit;
        margin-bottom: 5px;
        width: 100%; } }
  .case article .article-title h2 {
    color: #000;
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 30px; }
    @media (max-width: 560px) {
      .case article .article-title h2 {
        font-size: 22px;
        margin-bottom: 3px; } }
  .case article .article-title .date-box {
    float: left;
    padding-left: 30px;
    width: 28%; }
    @media (max-width: 560px) {
      .case article .article-title .date-box {
        float: inherit;
        padding-left: 0;
        width: 100%; } }
  .case article .article-title h3 {
    color: #231815;
    font-size: 14px;
    font-weight: bold; }
.case article .main-image {
  margin-bottom: 40px;
  text-align: center; }
  @media (max-width: 560px) {
    .case article .main-image {
      margin-bottom: 20px; } }
.case article .m-title {
  line-height: 1.5;
  margin-bottom: 20px; }
  @media (max-width: 560px) {
    .case article .m-title {
      margin-bottom: 10px; } }
.case article .desc {
  line-height: 2.2; }
  @media (max-width: 560px) {
    .case article .desc {
      line-height: 1.8; } }
.case article .note {
  font-size: 14px;
  line-height: 1.8; }
  @media (max-width: 560px) {
    .case article .note {
      font-size: 13px; } }

/********************************************************************************
seminar
********************************************************************************/
.seminar #seminar-list {
  margin: 77px auto;
  width: 1080px; }
  @media (max-width: 560px) {
    .seminar #seminar-list {
      margin: 15px auto;
      width: 90%; } }
  .seminar #seminar-list ul {
    display: -webkit-flex;
    display: flex;
    margin-top: 45px;
    flex-wrap: wrap; }
    @media (max-width: 560px) {
      .seminar #seminar-list ul {
        margin-top: 20px; } }
    .seminar #seminar-list ul li {
      margin-bottom: 70px;
      margin-right: 5.3%;
      width: 21%; }
      .seminar #seminar-list ul li:nth-child(4n) {
        margin-right: 0; }
      @media (max-width: 560px) {
        .seminar #seminar-list ul li {
          margin-bottom: 15px;
          margin-right: 0;
          width: 48%; }
          .seminar #seminar-list ul li:nth-child(odd) {
            margin-right: 4%; } }
      .seminar #seminar-list ul li .seminar-image {
        background-position: top center;
        background-size: cover;
        width: 100%;
        margin-bottom: 12px;
        height: 20vh; }
  .seminar #seminar-list .title {
    color: #987e1f;
    font-weight: bold;
    margin: 3px 0 0; }
  .seminar #seminar-list .date {
    border: 1px solid #928c8b;
    color: #928c8b;
    display: inline-block;
    font-size: 14px;
    padding: 2px 6px; }
    @media (max-width: 560px) {
      .seminar #seminar-list .date {
        font-size: 12px; } }
.seminar article .date {
  border: 1px solid #928c8b;
  color: #928c8b;
  display: inline-block;
  font-size: 14px;
  padding: 2px 6px; }
  @media (max-width: 560px) {
    .seminar article .date {
      font-size: 12px; } }
.seminar article .desc {
  margin: 15px 0 30px; }
.seminar article .m-title {
  margin-bottom: 5px; }
.seminar article .main-image {
  margin: 15px 0; }
.seminar article .pdf-btn {
  margin: 32px 0;
  text-align: center; }
  @media (max-width: 560px) {
    .seminar article .pdf-btn {
      margin: 24px 0; } }
  .seminar article .pdf-btn .btn-heart {
    padding: 12px 95px; }
    @media (max-width: 560px) {
      .seminar article .pdf-btn .btn-heart {
        padding: 12px 0; } }
.seminar article table {
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 100%; }
  .seminar article table th, .seminar article table td {
    border: 1px solid #c2c2c2;
    padding: 5px 10px; }
  .seminar article table th {
    background: #00597c;
    color: #fff; }

/********************************************************************************
iso-csr,company
********************************************************************************/
.small-box {
  padding: 85px 0; }
  @media (max-width: 560px) {
    .small-box {
      padding: 0; } }
  .small-box .s-inner {
    margin: 0 auto;
    max-width: 600px; }
  .small-box .border-title {
    border-bottom: 1px solid #b7b7b6;
    font-size: 18px;
    font-weight: normal;
    margin: 67px 0 20px;
    position: relative; }
    @media (max-width: 560px) {
      .small-box .border-title {
        font-size: 16px;
        margin: 20px 0 5px; } }
    .small-box .border-title::before {
      border-bottom: 2px solid #00597c;
      content: "";
      height: 2px;
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 105px; }
  .small-box h3 {
    font-size: 16px;
    font-weight: normal;
    padding-left: 20px;
    position: relative; }
    @media (max-width: 560px) {
      .small-box h3 {
        font-size: 14px; } }
    .small-box h3::before {
      background: #4c4948;
      content: "";
      height: 13px;
      position: absolute;
      left: 0;
      top: 6px;
      width: 13px; }
  .small-box .contact-window {
    border: 1px solid #b7b7b6;
    padding: 20px; }
    @media (max-width: 560px) {
      .small-box .contact-window {
        padding: 10px; } }
  .small-box .link-text {
    margin-top: 1rem;
    text-align: right; }
    .small-box .link-text a {
      color: #00597c; }
      .small-box .link-text a::before {
        content: "\02192";
        margin-right: .25rem; }

.num-list {
  margin-left: .5em;
  margin-top: 1rem;
  text-indent: -1.25em; }
  .num-list li {
    list-style-position: inside;
    list-style-type: decimal;
    margin-bottom: .5em;
    padding-left: 1em; }

.indent-list {
  padding-left: 3rem; }
  .indent-list li {
    margin-bottom: .5em;
    text-indent: -1.75rem; }

.indent-list2 {
  padding-left: 0;
  margin-top: 1rem; }
  .indent-list2 li {
    margin-bottom: .5em;
    padding-left: 1rem;
    text-indent: -1rem; }
    .indent-list2 li:nth-child(1)::before {
      content: "\02460"; }
    .indent-list2 li:nth-child(2)::before {
      content: "\02461"; }
    .indent-list2 li:nth-child(3)::before {
      content: "\02462"; }
    .indent-list2 li:nth-child(4)::before {
      content: "\02463"; }
    .indent-list2 li:nth-child(5)::before {
      content: "\02464"; }
    .indent-list2 li:nth-child(6)::before {
      content: "\02465"; }
    .indent-list2 li:nth-child(7)::before {
      content: "\02466"; }
    .indent-list2 li:nth-child(8)::before {
      content: "\02467"; }
    .indent-list2 li:nth-child(9)::before {
      content: "\02468"; }
    .indent-list2 li:nth-child(10)::before {
      content: "\02469"; }

/********************************************************************************
iso-csr
********************************************************************************/
.iso-csr #about {
  margin: 77px 0 0; }
  @media (max-width: 560px) {
    .iso-csr #about {
      margin: 15px 0; } }
  .iso-csr #about .inner {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 75px; }
    @media (max-width: 560px) {
      .iso-csr #about .inner {
        border-bottom: none;
        padding-bottom: 0; } }
.iso-csr .sub-nav {
  margin: 0 auto 35px;
  max-width: 735px; }
  .iso-csr .sub-nav li {
    display: inline-block;
    width: 45%; }
    .iso-csr .sub-nav li:nth-child(odd) {
      margin-right: 10%; }
  .iso-csr .sub-nav + p {
    margin: 0 auto;
    max-width: 642px; }
.iso-csr .image {
  margin: 0 auto 30px;
  width: 300px; }
  @media (max-width: 560px) {
    .iso-csr .image {
      margin: 0 auto 15px; } }
.iso-csr ol {
  margin-left: .5em;
  text-indent: -1.25em; }
  .iso-csr ol li {
    list-style-position: inside;
    list-style-type: decimal;
    margin-bottom: .5em;
    padding-left: 1em; }

/********************************************************************************
company
********************************************************************************/
.company .map-btn a {
  background: #767676;
  color: #fff;
  display: inline-block;
  padding: 3px 6px; }
  .company .map-btn a img {
    margin-right: 6px;
    vertical-align: middle;
    width: 8px; }
.company #about {
  margin: 77px 0 0; }
  @media (max-width: 560px) {
    .company #about {
      margin: 15px 0; } }
  .company #about .inner {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 75px; }
    @media (max-width: 560px) {
      .company #about .inner {
        border-bottom: none;
        padding-bottom: 0; } }
.company .image {
  margin-bottom: 30px; }
  @media (max-width: 560px) {
    .company .image {
      margin-bottom: 15px; } }
@media (max-width: 560px) {
  .company .message {
    padding: 15px 0; } }
.company .message .right-text img {
  margin-left: 20px;
  vertical-align: sub;
  width: 133px; }
.company .philosophy dl dt {
  font-size: 24px;
  float: left;
  margin: 0 25px 0 0;
  width: 122px; }
  @media (max-width: 560px) {
    .company .philosophy dl dt {
      font-size: 18px;
      float: inherit;
      margin: 0 0 10px 0;
      width: 100%; } }
.company .philosophy dl dd {
  float: left;
  margin-bottom: 65px;
  width: calc(100% - 147px); }
  @media (max-width: 560px) {
    .company .philosophy dl dd {
      float: inherit;
      margin-bottom: 15px;
      width: 100%; } }
  .company .philosophy dl dd:last-child {
    margin-bottom: 0; }
.company .philosophy dl .strong-text {
  font-size: 24px;
  font-weight: bold; }
  @media (max-width: 560px) {
    .company .philosophy dl .strong-text {
      font-size: 20px; } }
.company .philosophy img {
  width: 125px; }
  @media (max-width: 560px) {
    .company .philosophy img {
      width: 70px; } }
.company .philosophy li {
  margin-bottom: 25px; }
  @media (max-width: 560px) {
    .company .philosophy li {
      margin-bottom: 10px; } }
  .company .philosophy li:last-child {
    margin-bottom: 0; }
  .company .philosophy li h2 {
    color: #005a7c;
    font-size: 16px;
    padding-left: 20px;
    position: relative; }
    @media (max-width: 560px) {
      .company .philosophy li h2 {
        font-size: 14px;
        padding-left: 14px; } }
    .company .philosophy li h2::before {
      background: #00597c;
      content: "";
      height: 10px;
      position: absolute;
      left: 0;
      top: 9px;
      width: 10px; }
      @media (max-width: 560px) {
        .company .philosophy li h2::before {
          height: 8px;
          top: 8px;
          width: 8px; } }
.company table {
  border-collapse: collapse;
  width: 100%; }
  .company table th, .company table td {
    font-size: 14px;
    padding: 25px 0;
    vertical-align: top; }
    @media (max-width: 560px) {
      .company table th, .company table td {
        font-size: 13px;
        padding: 10px 0; } }
  .company table th {
    border-bottom: 2px solid #00597c;
    font-weight: bold;
    width: 105px; }
    @media (max-width: 560px) {
      .company table th {
        width: 70px; } }
  .company table td {
    border-bottom: 1px solid #b7b7b6;
    padding-left: 30px;
    width: calc(100% - 105px); }
    @media (max-width: 560px) {
      .company table td {
        padding-left: 7px;
        width: calc(100% - 70px); } }
  .company table li {
    font-size: 14px;
    margin: 10px 0; }
    @media (max-width: 560px) {
      .company table li {
        font-size: 13px;
        margin: 0 0 5px 0; } }
  .company table tr:last-child th,
  .company table tr:last-child td {
    border-bottom: none; }
.company .office table th, .company .office table td {
  vertical-align: middle; }
.company .office table td {
  position: relative; }
.company .office .map-btn {
  position: absolute;
  right: 0;
  top: calc(50% - 15.5px); }
  @media (max-width: 560px) {
    .company .office .map-btn {
      position: inherit; } }
.company .alliance {
  background: #eff5fb; }
  .company .alliance .alliance-list {
    margin: 0 auto;
    width: 530px; }
    @media (max-width: 560px) {
      .company .alliance .alliance-list {
        width: 80%; } }
    .company .alliance .alliance-list .alliance-box {
      float: left;
      width: 50%; }
      @media (max-width: 560px) {
        .company .alliance .alliance-list .alliance-box {
          float: inherit;
          width: 100%; } }
      .company .alliance .alliance-list .alliance-box:first-child {
        border-right: 1px solid #b7b7b6;
        padding-right: 70px; }
        @media (max-width: 560px) {
          .company .alliance .alliance-list .alliance-box:first-child {
            border-bottom: 1px solid #b7b7b6;
            border-right: none;
            margin-bottom: 10px;
            padding-bottom: 10px;
            padding-right: 0; } }
      .company .alliance .alliance-list .alliance-box:last-child {
        padding-left: 70px; }
        @media (max-width: 560px) {
          .company .alliance .alliance-list .alliance-box:last-child {
            padding-left: 0; } }
      .company .alliance .alliance-list .alliance-box h2 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px; }
      .company .alliance .alliance-list .alliance-box p {
        font-size: 14px;
        margin-bottom: 15px; }
      .company .alliance .alliance-list .alliance-box .map-btn {
        text-align: center; }
.company .history {
  		/*.history-box{
  			table{
  				float: left;
  				margin-right: 7%;
  				width: 63%;
  
  				@include sp {
  					float: inherit;
  					margin-bottom: 15px;
  					margin-right: 0;
  					width: 100%;
  				}
  				
  				th,td{
  					padding: 18px 0;
  
  					@include sp {
  						padding: 10px 0;
  					}
  				}
  		
  				tr:last-child th{
  					border-bottom: 2px solid #00597c;
  				}
  				tr:last-child td{
  					border-bottom: 1px solid #b7b7b6;
  				}
  			}
  			.image-box{
  				float: left;
  				width: 30%;
  
  				@include sp {
  					float: inherit;
  					width: 100%;
  				}
  				
  				p{
  					font-size: 13px;
  
  					@include sp {
  						font-size: 12px;
  					}
  				}
  			}
  		}*/ }
  .company .history .s-inner {
    max-width: 860px; }
  .company .history table th {
    padding: 18px 0; }
    @media (max-width: 560px) {
      .company .history table th {
        display: block;
        padding: 0;
        width: 100%; } }
  .company .history table td {
    padding: 18px 0; }
    @media (max-width: 560px) {
      .company .history table td {
        border-bottom: none;
        display: block;
        padding: 5px 0; } }
  .company .history table td:not(.image) {
    width: calc(100% - 275px); }
    @media (max-width: 560px) {
      .company .history table td:not(.image) {
        width: 100%; } }
  .company .history table .image {
    padding-left: 60px;
    text-align: center;
    width: 260px; }
    @media (max-width: 560px) {
      .company .history table .image {
        padding-left: 0;
        width: 100%; } }
    .company .history table .image p {
      font-size: 13px; }
      @media (max-width: 560px) {
        .company .history table .image p {
          margin-top: 5px; } }
      .company .history table .image p + img {
        margin-top: 5px; }
  .company .history table tr:last-child th {
    border-bottom: 2px solid #00597c; }
  .company .history table tr:last-child td {
    border-bottom: 1px solid #b7b7b6; }
  @media (max-width: 560px) {
    .company .history table tr td:last-child {
      margin-bottom: 20px; } }

/********************************************************************************
contact
********************************************************************************/
.contact-box {
  padding: 40px 0; }
  @media (max-width: 560px) {
    .contact-box {
      padding: 15px 0; } }
  .contact-box .center-title {
    margin-bottom: 20px; }
    @media (max-width: 560px) {
      .contact-box .center-title {
        margin-bottom: 5px; } }

.form .s-inner {
  max-width: 700px; }
.form .note {
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 55px;
  padding-bottom: 15px; }
  @media (max-width: 560px) {
    .form .note {
      margin-bottom: 30px; } }
  .form .note span {
    color: #a40022; }
.form table {
  border-collapse: collapse;
  width: 100%; }
  .form table th {
    font-weight: bold;
    padding-bottom: 23px;
    padding: 0 0 23px;
    text-align: left;
    vertical-align: top;
    width: 35%; }
    @media (max-width: 560px) {
      .form table th {
        display: block;
        padding: 0 0 5px;
        white-space: nowrap;
        width: 100%; } }
    .form table th span {
      color: #fff;
      font-weight: bold;
      margin-right: 10px;
      padding: 4px 16px; }
      @media (max-width: 560px) {
        .form table th span {
          margin-right: 3px;
          padding: 2px 10px; } }
      .form table th span.optional {
        background: #5E5E5E; }
      .form table th span.required {
        background: #a40022; }
  .form table td {
    padding: 0 0 23px; }
    @media (max-width: 560px) {
      .form table td {
        display: block;
        padding: 0 0 15px;
        width: 100%; } }
.form input[type="text"],
.form textarea {
  background: #DBDCDC;
  border: none;
  padding: 2% 3%;
  width: 100%; }
  @media (max-width: 560px) {
    .form input[type="text"],
    .form textarea {
      border-radius: 0;
      font-size: initial; } }
.form label {
  display: block; }
.form input[type="checkbox"] {
  -webkit-appearance: checkbox; }
.form .submit-btn {
  margin-top: 10px;
  text-align: center; }
.form input[type="submit"] {
  background: #a40022;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 88px 18px;
  margin-bottom: 42px; }
  @media (max-width: 560px) {
    .form input[type="submit"] {
      -webkit-appearance: none;
      border-radius: 0;
      padding: 20px 0 18px;
      text-align: center;
      width: 100%; } }
.form .mw_wp_form_confirm th span {
  display: none; }

.confirm table th, .confirm table td,
.mc-confirm table th,
.mc-confirm table td {
  border: 1px solid #b7b7b6;
  padding: 5px; }
  @media (max-width: 560px) {
    .confirm table th, .confirm table td,
    .mc-confirm table th,
    .mc-confirm table td {
      border: none;
      padding: 5px 0; } }
@media (max-width: 560px) {
  .confirm table th,
  .mc-confirm table th {
    border-bottom: 1px solid #b7b7b6; } }
@media (max-width: 560px) {
  .confirm table td,
  .mc-confirm table td {
    padding: 0 0 15px; } }

.thanks .form,
.mc-thanks .form {
  margin: 70px 0; }
  @media (max-width: 560px) {
    .thanks .form,
    .mc-thanks .form {
      margin: 30px 0; } }
  .thanks .form p,
  .mc-thanks .form p {
    line-height: 2;
    margin-top: 15px; }
.thanks .top-btn,
.mc-thanks .top-btn {
  margin-bottom: 70px;
  text-align: center; }
  @media (max-width: 560px) {
    .thanks .top-btn,
    .mc-thanks .top-btn {
      margin: 0 auto 30px;
      width: 90%; } }

.form .privacy-check {
  margin: 0 0 .5em;
  text-align: center; }
  .form .privacy-check label {
    display: inline; }
  .form .privacy-check .required {
    background: #a40022;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    padding: 4px 16px; }
    @media (max-width: 560px) {
      .form .privacy-check .required {
        margin-right: 3px;
        padding: 2px 10px; } }
.form .privacy-optional {
  border: 1px solid #ccc;
  background: #e5e5e5;
  margin: 0 0 2em;
  padding: 8px;
  text-align: center; }
  .form .privacy-optional a {
    color: #00597c;
    font-weight: bold;
    margin: 0 .5em;
    text-decoration: underline; }
.form .mw_wp_form_confirm .privacy-check,
.form .mw_wp_form_confirm .privacy-optional {
  display: none; }

/********************************************************************************
rental
********************************************************************************/
.rental .printer .sp-float ul {
  float: left;
  margin-right: 6%;
  width: 44%; }
  @media (max-width: 560px) {
    .rental .printer .sp-float ul {
      float: inherit;
      margin-right: 0;
      width: 100%; } }
.rental .printer .plan-box {
  margin: 35px 0; }
  @media (max-width: 560px) {
    .rental .printer .plan-box {
      margin: 20px 0; } }
  .rental .printer .plan-box .plan-title span {
    background: #fff;
    color: #961f25;
    margin-left: 10px;
    padding: 2px 9px; }
  .rental .printer .plan-box .service-point {
    float: left;
    margin-right: 5%;
    width: 45%; }
    @media (max-width: 560px) {
      .rental .printer .plan-box .service-point {
        float: inherit;
        margin-right: 0;
        width: 100%; } }
  .rental .printer .plan-box .item-box {
    float: left;
    margin: 34px 0;
    width: 50%; }
    @media (max-width: 560px) {
      .rental .printer .plan-box .item-box {
        float: inherit;
        margin: 18px 0 0;
        width: 100%; } }
    .rental .printer .plan-box .item-box .item {
      float: left;
      text-align: center; }
      @media (max-width: 560px) {
        .rental .printer .plan-box .item-box .item {
          margin: 0 1% 9px;
          width: 48%; } }
      .rental .printer .plan-box .item-box .item:nth-child(2) {
        margin: 0 11%; }
        @media (max-width: 560px) {
          .rental .printer .plan-box .item-box .item:nth-child(2) {
            margin: 0 1% 9px; } }
      .rental .printer .plan-box .item-box .item img {
        margin-bottom: 25px;
        max-width: 69px; }
        @media (max-width: 560px) {
          .rental .printer .plan-box .item-box .item img {
            margin-bottom: 9px;
            max-width: 60px; } }
      .rental .printer .plan-box .item-box .item h5, .rental .printer .plan-box .item-box .item li {
        color: #231815;
        font-size: 13px;
        line-height: 1.3; }
.rental .printer .emphasis-text {
  width: 487px; }
  @media (max-width: 560px) {
    .rental .printer .emphasis-text {
      width: 100%; } }
.rental .pc-pack .point {
  float: left;
  margin-right: 6%;
  width: 33%; }
  @media (max-width: 560px) {
    .rental .pc-pack .point {
      float: inherit;
      margin: 0 auto 25px;
      text-align: center;
      width: 72%; } }
.rental .pc-pack .set-content {
  float: left;
  width: 61%; }
  @media (max-width: 560px) {
    .rental .pc-pack .set-content {
      float: inherit;
      width: 100%; }
      .rental .pc-pack .set-content img {
        max-width: inherit;
        width: 415px; } }
.rental .other-plan {
  max-width: 550px; }
  @media (max-width: 560px) {
    .rental .other-plan img {
      max-width: inherit;
      width: 400px; } }

/********************************************************************************
sales-promotion
********************************************************************************/
.sales-promotion .sales-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 23px 0 0; }
  .sales-promotion .sales-list li {
    margin-right: 4%;
    width: 30.5%; }
    .sales-promotion .sales-list li h3 {
      font-size: 14px;
      font-weight: bold;
      margin: 14px 0 0; }
  .sales-promotion .sales-list li:nth-child(3n) {
    margin-right: 0; }

.sales-promotion .tool-image {
  text-align: center; }

/********************************************************************************
remote-support
********************************************************************************/
.remote-support {
  /*terms-box*/ }
  .remote-support .images {
    margin-bottom: 42px; }
    @media (max-width: 560px) {
      .remote-support .images {
        margin-bottom: 30px; } }
  .remote-support .terms-box {
    border: 1px solid #ccc;
    padding: 24px;
    height: 400px;
    overflow-y: auto;
    margin: 0 0 3em;
    /*sub-head*/ }
    .remote-support .terms-box .head {
      font-size: 24px;
      margin: 0 0 1em; }
      @media (max-width: 560px) {
        .remote-support .terms-box .head {
          font-size: 16px; } }
    .remote-support .terms-box .sub-head {
      font-weight: bold;
      margin: 0 0 .5em; }
      .remote-support .terms-box .sub-head + p {
        font-size: 14px;
        margin-bottom: 1em; }
      .remote-support .terms-box .sub-head + ol {
        margin: 0 0 1em 1em; }
        .remote-support .terms-box .sub-head + ol li {
          font-size: 14px;
          list-style-type: decimal;
          list-style-position: outside; }
          .remote-support .terms-box .sub-head + ol li li {
            list-style: none; }
  .remote-support .listpage-link-btn {
    text-align: center; }
  .remote-support .process {
    background: #e4e4e4;
    border: 1px solid #ccc;
    margin: 3em 0 0;
    padding: 24px; }
    .remote-support .process .head {
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 .5em; }
      @media (max-width: 560px) {
        .remote-support .process .head {
          font-size: 16px; } }
    .remote-support .process p {
      font-size: 14px; }
    .remote-support .process ol {
      margin: 0 0 1em 1em; }
      .remote-support .process ol li {
        font-size: 14px;
        list-style-type: decimal;
        list-style-position: outside; }

/*.remote-support*/
/********************************************************************************
baseball
********************************************************************************/
.baseball #news-nav {
  margin: 77px auto;
  width: 1080px; }
  @media (max-width: 560px) {
    .baseball #news-nav {
      margin: 15px auto;
      width: 90%; } }
  .baseball #news-nav .news-box {
    float: left;
    margin-right: 5%;
    width: 68%; }
    @media (max-width: 560px) {
      .baseball #news-nav .news-box {
        float: inherit;
        margin-bottom: 25px;
        margin-right: 0;
        width: 100%; } }
    .baseball #news-nav .news-box li {
      margin-bottom: 25px; }
      @media (max-width: 560px) {
        .baseball #news-nav .news-box li {
          margin-bottom: 15px; } }
      .baseball #news-nav .news-box li:not(:last-child) {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 25px; }
        @media (max-width: 560px) {
          .baseball #news-nav .news-box li:not(:last-child) {
            padding-bottom: 15px; } }
  .baseball #news-nav .date {
    color: #005c80;
    font-size: 14px; }
  @media (max-width: 560px) {
    .baseball #news-nav h3 {
      margin-bottom: 5px; } }
  .baseball #news-nav h3 a {
    color: #937c27;
    font-size: 18px;
    text-decoration: underline; }
    @media (max-width: 560px) {
      .baseball #news-nav h3 a {
        font-size: 16px; } }
  .baseball #news-nav p {
    line-height: 2.2; }
    @media (max-width: 560px) {
      .baseball #news-nav p {
        line-height: 1.8; } }
  .baseball #news-nav .side-nav {
    float: left;
    width: 27%; }
    @media (max-width: 560px) {
      .baseball #news-nav .side-nav {
        float: inherit;
        width: 100%; } }
    .baseball #news-nav .side-nav li a {
      color: #00597c;
      text-decoration: underline; }
  .baseball #news-nav .btn-heart {
    border-radius: 3px;
    padding: 12px 103px; }
    @media (max-width: 560px) {
      .baseball #news-nav .btn-heart {
        padding: 12px 0;
        text-align: center; } }
  .baseball #news-nav .blog-list {
    margin: 20px 0; }
    @media (max-width: 560px) {
      .baseball #news-nav .blog-list {
        margin: 10px 0; } }
  .baseball #news-nav h2 {
    color: #937c27;
    font-size: 24px;
    font-weight: bold; }
    @media (max-width: 560px) {
      .baseball #news-nav h2 {
        font-size: 18px; } }

.scoreboard {
  border-collapse: collapse;
  margin: 18px 0 28px;
  width: 100%; }
  .scoreboard th, .scoreboard td {
    border: 1px solid #c2c2c2;
    padding: 6px 0;
    text-align: center; }
  .scoreboard tr:first-child th {
    background: #00597c;
    color: #fff; }

.baseball-member .inner {
  margin: 77px auto; }
  @media (max-width: 560px) {
    .baseball-member .inner {
      margin: 15px auto; } }
.baseball-member .m-title {
  text-align: center; }
  @media (max-width: 560px) {
    .baseball-member .m-title {
      margin-bottom: 20px; } }
.baseball-member .member-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 560px) {
    .baseball-member .member-list {
      display: block; } }
  .baseball-member .member-list > li {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 35px;
    width: 48%; }
    @media (max-width: 560px) {
      .baseball-member .member-list > li {
        margin-bottom: 15px;
        width: 100%; } }
    .baseball-member .member-list > li:nth-child(odd) {
      margin-right: 4%; }
      @media (max-width: 560px) {
        .baseball-member .member-list > li:nth-child(odd) {
          margin-right: 0; } }
    .baseball-member .member-list > li .image {
      margin-right: 3%;
      width: 33%; }
      .baseball-member .member-list > li .image img {
        width: 100%; }
    .baseball-member .member-list > li .desc {
      width: 64%; }
    .baseball-member .member-list > li h3 {
      color: #937c27;
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 5px; }
      @media (max-width: 560px) {
        .baseball-member .member-list > li h3 {
          font-size: 16px; } }

/********************************************************************************
recruit
********************************************************************************/
/*header*/
.recruit-header nav {
  right: 194px;
  width: calc(100% - 451px); }
.recruit-header .btn-other {
  position: absolute;
  right: 0;
  top: 0;
  width: 194px; }
  .recruit-header .btn-other li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1; }
    .recruit-header .btn-other li a:hover {
      opacity: 1; }
    .recruit-header .btn-other li a::after {
      background: url(../images/common/link-btn-arrow-white.svg) no-repeat center/contain;
      content: "";
      height: 16px;
      margin: auto;
      position: absolute;
      bottom: 0;
      right: 7px;
      top: 0;
      width: 16px; }
  .recruit-header .btn-other .entry a {
    background: #841f25;
    padding: 44px 0; }
  .recruit-header .btn-other .top-page a {
    background: #5d5d5d;
    padding: 18px 0; }

.recruit-menu .entry-btn a {
  background: #841f25;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 8px 0;
  text-align: center;
  width: 100%; }
.recruit-menu .top-btn a {
  background: #fff;
  color: #5d5d5d;
  display: inline-block;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  width: 100%; }

.entry-link-box {
  display: -webkit-flex;
  display: flex;
  margin: 75px auto 85px;
  width: 800px; }
  @media (max-width: 560px) {
    .entry-link-box {
      display: block;
      margin: 30px auto;
      width: 90%; } }
  .entry-link-box div {
    width: 46%; }
    @media (max-width: 560px) {
      .entry-link-box div {
        width: 100%; } }
    .entry-link-box div:first-child {
      margin-right: 8%; }
      @media (max-width: 560px) {
        .entry-link-box div:first-child {
          margin-bottom: 15px;
          margin-right: 0; } }

.new-entry-btn {
  margin: 0 auto;
  max-width: 368px;
  position: relative;
  z-index: 10; }
  .new-entry-btn a {
    background: #fff;
    border: 2px solid #005c80;
    display: inline-block;
    letter-spacing: 0.18em;
    text-align: center; }
    .new-entry-btn a img {
      margin: 15px auto 15px;
      width: 78%; }
    .new-entry-btn a p {
      background: #005c80;
      color: #fff;
      font-weight: bold;
      text-align: center;
      width: 100%; }
      .new-entry-btn a p img {
        margin: 0 14px 0 0;
        vertical-align: middle;
        width: 20px; }

.mid-entry-btn {
  margin: 0 auto;
  max-width: 368px; }
  .mid-entry-btn a {
    background: #e4a60a;
    color: #000;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.09em;
    outline: 1px solid #5d5550;
    outline-offset: -10px;
    padding: 45px 0;
    text-align: center;
    width: 100%; }
    @media (max-width: 560px) {
      .mid-entry-btn a {
        padding: 26px 0; } }
  .mid-entry-btn img {
    margin-left: 5px;
    vertical-align: baseline;
    width: 12px; }

.recruit-voice-list {
  margin-bottom: 70px; }
  @media (max-width: 560px) {
    .recruit-voice-list {
      margin-bottom: 30px; } }
  .recruit-voice-list h2 {
    color: #807c27;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    position: relative; }
    @media (max-width: 560px) {
      .recruit-voice-list h2 {
        font-size: 18px; } }
    .recruit-voice-list h2::before {
      border-bottom: 1px solid #807c27;
      content: "";
      height: 1px;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      width: 100%;
      z-index: -1; }
    .recruit-voice-list h2 span {
      background: #fff;
      padding: 0 17px; }
    .recruit-voice-list h2 + p {
      font-size: 15px;
      margin-bottom: 25px;
      text-align: center; }
      @media (max-width: 560px) {
        .recruit-voice-list h2 + p {
          font-size: 13px;
          margin-bottom: 10px; } }
  .recruit-voice-list .voice-box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .recruit-voice-list .voice-box .item {
      margin-bottom: 15px;
      /*width: 26%;*/
      width: 30%; }
      @media (max-width: 560px) {
        .recruit-voice-list .voice-box .item {
          width: 49%; } }
      .recruit-voice-list .voice-box .item:not(:last-child) {
        margin-right: 1.25%; }
        @media (max-width: 560px) {
          .recruit-voice-list .voice-box .item:not(:last-child) {
            margin-right: inherit; } }
      @media (max-width: 560px) {
        .recruit-voice-list .voice-box .item:nth-child(odd) {
          margin-right: 2%; } }
      .recruit .recruit-voice-list .voice-box .item {
        /*width: 19%; 5カラム*/
        width: 24%; }
        @media (max-width: 560px) {
          .recruit .recruit-voice-list .voice-box .item {
            width: 49%; } }
  .recruit-voice-list .team {
    background: #231815;
    border-radius: 3px;
    color: #fff;
    margin: -12px auto 16px;
    position: relative;
    text-align: center;
    width: 79%;
    z-index: 1; }
    @media (max-width: 560px) {
      .recruit-voice-list .team {
        margin: -12px auto 8px; } }
  .recruit-voice-list .name {
    color: #231815;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px; }
    @media (max-width: 560px) {
      .recruit-voice-list .name {
        font-size: 16px;
        margin-bottom: 5px; } }
  .recruit-voice-list .head {
    border-bottom: 1px solid #b3b3b4;
    color: #807c27;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 7px;
    padding-bottom: 18px; }
    @media (max-width: 560px) {
      .recruit-voice-list .head {
        margin-bottom: 3px;
        padding-bottom: 10px; } }
  .recruit-voice-list .join {
    font-size: 14px;
    font-weight: bold; }
    @media (max-width: 560px) {
      .recruit-voice-list .join {
        font-size: 12px; } }

.recruit #main {
  background: url(../images/recruit/top/main-image.jpg) no-repeat center/cover;
  min-height: calc(100vh - 90px);
  min-width: 960px;
  overflow: hidden;
  position: relative;
  width: 100%;
  /*.bubble-ict{
  	position: absolute;
  	right: 25%;
  	top: 215px;
  	width: 6.5%;
  }
  .bubble-support{
  	position: absolute;
  	bottom: 270px;
  	left: 23%;
  	width: 7%;
  }*/ }
  @media (max-width: 560px) {
    .recruit #main {
      background: url(../images/recruit/top/main-image-sp.jpg) no-repeat center/cover;
      min-height: calc(80vh - 63px);
      min-width: inherit; } }
  .recruit #main .copy {
    position: absolute;
    top: 6%;
    left: 3%;
    width: 40%;
    max-width: 627px;
    min-width: 245px; }
  .recruit #main .hand-right {
    position: absolute;
    top: 0;
    width: 20%;
    max-width: 313px;
    min-width: 100px; }
  .recruit #main .hand-left {
    position: absolute;
    bottom: 0;
    width: 25%;
    max-width: 392px;
    min-width: 145px; }
    @media (max-width: 560px) {
      .recruit #main .hand-left {
        bottom: 5%; } }
  .recruit #main .president {
    position: absolute;
    right: 15%;
    width: 20%;
    max-width: 313px;
    min-width: 130px;
    z-index: 1; }
    @media (max-width: 560px) {
      .recruit #main .president {
        right: 3%; } }
  .recruit #main .bubble-message {
    position: absolute;
    bottom: 265px;
    right: 31%;
    width: 15%;
    max-width: 235px;
    min-width: 120px; }
    @media (max-width: 560px) {
      .recruit #main .bubble-message {
        bottom: 100px; } }
.recruit #news-entry {
  margin: -45px 0 77px;
  position: relative; }
  @media (max-width: 560px) {
    .recruit #news-entry {
      margin: -7% 0 30px;
      z-index: 10; } }
  .recruit #news-entry .inner {
    align-items: flex-end;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 560px) {
      .recruit #news-entry .inner {
        display: block; } }
  .recruit #news-entry .news-box {
    background: #fff;
    padding: 38px 38px 0 38px;
    width: 54%; }
    @media (max-width: 560px) {
      .recruit #news-entry .news-box {
        padding: 7% 5%;
        width: 100%; } }
    .recruit #news-entry .news-box .title {
      color: #231815;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 27px;
      padding-left: 28px;
      position: relative; }
      @media (max-width: 560px) {
        .recruit #news-entry .news-box .title {
          font-size: 16px;
          margin-bottom: 10px; } }
      .recruit #news-entry .news-box .title::before {
        border-bottom: 1px solid #8a8a8a;
        content: "";
        height: 1px;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        width: 15px; }
    .recruit #news-entry .news-box li {
      font-size: 14px;
      margin-bottom: 15px; }
      .recruit #news-entry .news-box li span {
        color: #928c8b;
        margin-right: 2em; }
        @media (max-width: 560px) {
          .recruit #news-entry .news-box li span {
            display: block; } }
      .recruit #news-entry .news-box li a {
        color: #231815;
        text-decoration: underline; }
    .recruit #news-entry .news-box .link-btn {
      margin-top: 37px;
      text-align: center; }
      @media (max-width: 560px) {
        .recruit #news-entry .news-box .link-btn {
          margin-top: 20px; } }
      .recruit #news-entry .news-box .link-btn .btn-heart {
        padding: 9px 0;
        width: 100%; }
  .recruit #news-entry .entry-link {
    /*margin: 0 4.5% 9px;*/
    /*width: 37%;*/
    width: 45%; }
    @media (max-width: 560px) {
      .recruit #news-entry .entry-link {
        margin: 0 0 9px;
        width: 100%; } }
    .recruit #news-entry .entry-link .mid-entry-btn {
      margin-top: 30px; }
      @media (max-width: 560px) {
        .recruit #news-entry .entry-link .mid-entry-btn {
          margin-top: 10px; } }
      .recruit #news-entry .entry-link .mid-entry-btn a {
        padding: 26px 0; }
.recruit .frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
.recruit .frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.recruit #message {
  margin-bottom: 75px; }
  @media (max-width: 560px) {
    .recruit #message {
      margin-bottom: 30px; } }
  .recruit #message .image {
    margin-bottom: 70px; }
    @media (max-width: 560px) {
      .recruit #message .image {
        margin-bottom: 20px; } }
  .recruit #message .inner {
    max-width: 645px; }
.recruit #career-welfare {
  background: #d7e1e4;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 55px;
  min-width: 980px;
  padding: 40px 0 45px; }
  @media (max-width: 560px) {
    .recruit #career-welfare {
      display: block;
      margin-bottom: 25px;
      min-width: inherit;
      padding: 20px 0; } }
  .recruit #career-welfare .item {
    width: 50%; }
    @media (max-width: 560px) {
      .recruit #career-welfare .item {
        width: 100%; }
        .recruit #career-welfare .item:first-child {
          margin-bottom: 20px; } }
    .recruit #career-welfare .item .desc {
      background: #fff;
      margin: -35px auto 0;
      padding: 23px 37px 30px;
      position: relative;
      width: 325px; }
      @media (max-width: 560px) {
        .recruit #career-welfare .item .desc {
          margin: -5% auto 0;
          padding: 5%;
          width: 90%; } }
      .recruit #career-welfare .item .desc .title {
        color: #807c27;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px; }
        @media (max-width: 560px) {
          .recruit #career-welfare .item .desc .title {
            font-size: 18px; } }
      .recruit #career-welfare .item .desc p {
        font-size: 15px; }
        @media (max-width: 560px) {
          .recruit #career-welfare .item .desc p {
            font-size: 13px; } }
.recruit #resources {
  background: url(../images/recruit/top/resources-back.jpg) no-repeat center/cover;
  color: #fff;
  padding: 70px 0 80px; }
  @media (max-width: 560px) {
    .recruit #resources {
      padding: 30px 0 35px; } }
  .recruit #resources .center-title h1 {
    color: #fff; }
  .recruit #resources .center-title .head-en {
    color: #fff; }
  .recruit #resources .center-title + p {
    margin: 0 auto 30px;
    width: 755px; }
    @media (max-width: 560px) {
      .recruit #resources .center-title + p {
        width: 100%; } }
  .recruit #resources .resources-point {
    align-items: center;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 560px) {
      .recruit #resources .resources-point {
        display: block; } }
    .recruit #resources .resources-point .desc {
      width: 28%; }
      @media (max-width: 560px) {
        .recruit #resources .resources-point .desc {
          width: 100%; } }
      .recruit #resources .resources-point .desc .item {
        border-top: 1px solid #fff;
        padding: 37px 0 17px; }
        @media (max-width: 560px) {
          .recruit #resources .resources-point .desc .item {
            padding: 10px 0; } }
        .recruit #resources .resources-point .desc .item:last-child {
          border-bottom: 1px solid #fff; }
          @media (max-width: 560px) {
            .recruit #resources .resources-point .desc .item:last-child {
              margin-bottom: -1px; } }
        .recruit #resources .resources-point .desc .item p {
          font-size: 14px;
          font-weight: bold; }
        .recruit #resources .resources-point .desc .item .title {
          font-size: 20px;
          margin-bottom: 10px; }
          @media (max-width: 560px) {
            .recruit #resources .resources-point .desc .item .title {
              font-size: 18px;
              margin-bottom: 5px; } }
    .recruit #resources .resources-point .image {
      margin: 0 0.5%;
      text-align: center;
      width: 43%; }
      @media (max-width: 560px) {
        .recruit #resources .resources-point .image {
          margin: 0 0 15px;
          width: 100%; } }

/*.recruit2 #main .president{
	right: 13%;
	width: 33%;
	max-width: 517px;
	min-width: 214px;

	@include sp {
		right: 3%;
	}
}

.recruit3 #main {
	
	.bubble-message{
		@include sp {
			bottom: 105px;
		}
	}
	
	.president{
		right: 6%;
		width: 42%;
		max-width: 658px;
		min-width: 274px;

		@include sp {
			right: -12%;
		}
	}
}*/
/********************************************************************************
requirements
********************************************************************************/
.requirements .inner {
  width: 780px; }
  @media (max-width: 560px) {
    .requirements .inner {
      width: 90%; } }
.requirements .sub-nav > li {
  display: inline-block;
  width: 42%; }
  .requirements .sub-nav > li:first-child {
    margin-right: 16%; }
.requirements .not-recruiting {
  background: #fff;
  border: 1px solid #941f25;
  color: #941f25;
  margin: 0 auto 65px;
  max-width: 368px;
  padding: 11px 0;
  text-align: center; }
  @media (max-width: 560px) {
    .requirements .not-recruiting {
      margin: 0 auto 35px;
      padding: 8px 0; } }
.requirements table {
  border-collapse: collapse;
  margin-bottom: 55px;
  width: 100%; }
  @media (max-width: 560px) {
    .requirements table {
      margin-bottom: 25px; } }
  .requirements table th {
    border-bottom: 1px solid #c3c3c3;
    font-size: 17px;
    font-weight: bold;
    padding: 30px 70px 30px 40px;
    min-width: 190px; }
    @media (max-width: 560px) {
      .requirements table th {
        font-size: 15px;
        min-width: inherit;
        padding: 10px;
        white-space: nowrap; } }
  .requirements table td {
    border-bottom: 1px solid #c3c3c3;
    padding: 30px 0; }
    @media (max-width: 560px) {
      .requirements table td {
        padding: 10px; } }
    .requirements table td a {
      color: #005a7c;
      text-decoration: underline; }
  .requirements table tr:first-child th,
  .requirements table tr:first-child td {
    border-top: 1px solid #c3c3c3; }
.requirements .new-requirements {
  margin-bottom: 95px; }
  @media (max-width: 560px) {
    .requirements .new-requirements {
      margin-bottom: 45px; } }
  .requirements .new-requirements .flow .enclose-s-title {
    font-size: 16px; }
    @media (max-width: 560px) {
      .requirements .new-requirements .flow .enclose-s-title {
        font-size: 14px; } }
    .requirements .new-requirements .flow .enclose-s-title + p {
      margin-bottom: 35px; }
      @media (max-width: 560px) {
        .requirements .new-requirements .flow .enclose-s-title + p {
          margin-bottom: 8px; } }
  @media (max-width: 560px) {
    .requirements .new-requirements .flow .scroll-box {
      margin-bottom: 15px; } }
  .requirements .new-requirements .flow ul {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 45px; }
    @media (max-width: 560px) {
      .requirements .new-requirements .flow ul {
        margin-bottom: 0;
        width: 515px; } }
  .requirements .new-requirements .flow li {
    width: 15%; }
    @media (max-width: 560px) {
      .requirements .new-requirements .flow li {
        width: 17%; } }
    .requirements .new-requirements .flow li .image {
      margin-bottom: 10px; }
      @media (max-width: 560px) {
        .requirements .new-requirements .flow li .image {
          margin-bottom: 5px; } }
    .requirements .new-requirements .flow li:not(:last-child) {
      margin-right: 6.25%; }
      @media (max-width: 560px) {
        .requirements .new-requirements .flow li:not(:last-child) {
          margin-right: 3.75%; } }
      .requirements .new-requirements .flow li:not(:last-child) .image {
        position: relative; }
        .requirements .new-requirements .flow li:not(:last-child) .image::before {
          border-bottom: 3px solid #005a7c;
          content: "";
          margin: auto;
          height: 3px;
          position: absolute;
          bottom: 0;
          right: -50%;
          top: 0;
          width: 100%;
          z-index: -1; }
    .requirements .new-requirements .flow li p {
      color: #005c80;
      font-size: 14px;
      font-weight: bold;
      text-align: center; }
      @media (max-width: 560px) {
        .requirements .new-requirements .flow li p {
          font-size: 12px; } }
.requirements .mid-requirements {
  background: #ebf1f7;
  padding: 75px 0 120px; }
  @media (max-width: 560px) {
    .requirements .mid-requirements {
      padding: 35px 0 50px; } }

/********************************************************************************
career-plan
********************************************************************************/
.career-plan .about-desc {
  margin: 0 auto;
  width: 640px; }
  @media (max-width: 560px) {
    .career-plan .about-desc {
      width: 90%; } }
.career-plan #training {
  margin-bottom: 45px; }
  @media (max-width: 560px) {
    .career-plan #training {
      margin-bottom: 25px; } }
  .career-plan #training .inner {
    border-top: 1px solid #c3c3c3;
    padding: 58px 0 0; }
    @media (max-width: 560px) {
      .career-plan #training .inner {
        padding: 25px 0 0; } }
  @media (max-width: 560px) {
    .career-plan #training .scroll-box img {
      max-width: inherit;
      width: 490px; } }
  .career-plan #training .plan-box {
    border: 4px solid #7b7b7b;
    margin: 40px auto 45px;
    max-width: 585px; }
    @media (max-width: 560px) {
      .career-plan #training .plan-box {
        margin: 25px auto; } }
    .career-plan #training .plan-box .plan-title {
      background: #7b7b7b; }
    .career-plan #training .plan-box .plan-content ul {
      float: left;
      width: 50%; }
  .career-plan #training .image-box li {
    display: inline-block;
    width: 23%; }
    @media (max-width: 560px) {
      .career-plan #training .image-box li {
        margin-bottom: 10px;
        width: 49%; } }
    .career-plan #training .image-box li:not(:last-child) {
      margin-right: 2.6%; }
      @media (max-width: 560px) {
        .career-plan #training .image-box li:not(:last-child) {
          margin-right: inherit; } }
    @media (max-width: 560px) {
      .career-plan #training .image-box li:nth-child(odd) {
        margin-right: 2%; } }
.career-plan #careerup .inner {
  border-top: 1px solid #c3c3c3;
  padding: 40px 0 0; }
  @media (max-width: 560px) {
    .career-plan #careerup .inner {
      padding: 20px 0 0; } }
.career-plan #careerup .careerup-image {
  margin-top: 55px;
  text-align: center; }
  @media (max-width: 560px) {
    .career-plan #careerup .careerup-image {
      margin-top: 30px; } }
.career-plan #careerup .career-voice .s-inner {
  display: -webkit-flex;
  display: flex;
  flex-flow: row-reverse; }
  @media (max-width: 560px) {
    .career-plan #careerup .career-voice .s-inner {
      display: block; } }
.career-plan #careerup .career-voice .item {
  padding: 55px 0; }
  @media (max-width: 560px) {
    .career-plan #careerup .career-voice .item {
      padding: 25px 0; } }
  .career-plan #careerup .career-voice .item:nth-child(odd) {
    background: #eff5fb; }
  .career-plan #careerup .career-voice .item .image {
    width: 38%; }
    @media (max-width: 560px) {
      .career-plan #careerup .career-voice .item .image {
        margin-left: -5.5%;
        width: 111%; } }
  .career-plan #careerup .career-voice .item .desc {
    margin-right: 5%;
    width: 57%; }
    @media (max-width: 560px) {
      .career-plan #careerup .career-voice .item .desc {
        margin-right: 0;
        width: 100%; } }
.career-plan #careerup .career-voice .head {
  color: #807c27;
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 22px; }
  @media (max-width: 560px) {
    .career-plan #careerup .career-voice .head {
      font-size: 18px;
      margin: 8px 0 10px; } }
.career-plan #careerup .career-voice .profile {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  max-width: 370px; }
  @media (max-width: 560px) {
    .career-plan #careerup .career-voice .profile {
      margin-bottom: 10px; } }
  .career-plan #careerup .career-voice .profile .name-box {
    margin-right: 10%;
    width: 50%; }
    .career-plan #careerup .career-voice .profile .name-box .name {
      border-bottom: 1px solid #b3b3b4;
      color: #231815;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
      padding-bottom: 2px; }
      @media (max-width: 560px) {
        .career-plan #careerup .career-voice .profile .name-box .name {
          font-size: 16px; } }
    .career-plan #careerup .career-voice .profile .name-box .join {
      font-size: 14px;
      font-weight: bold; }
      @media (max-width: 560px) {
        .career-plan #careerup .career-voice .profile .name-box .join {
          font-size: 12px; } }
  .career-plan #careerup .career-voice .profile .team {
    background: #231815;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    width: 40%; }
.career-plan #award {
  margin: 90px 0 55px; }
  @media (max-width: 560px) {
    .career-plan #award {
      margin: 40px 0 30px; } }
  .career-plan #award .inner {
    width: 855px; }
    @media (max-width: 560px) {
      .career-plan #award .inner {
        width: 90%; } }
  .career-plan #award ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px; }
    @media (max-width: 560px) {
      .career-plan #award ul {
        display: block;
        margin-top: 20px; } }
  .career-plan #award li {
    background: #937c27;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    outline: 1px solid #fff;
    outline-offset: -3px;
    padding: 21.5px 0;
    text-align: center;
    width: 49%; }
    @media (max-width: 560px) {
      .career-plan #award li {
        font-size: 16px;
        margin-bottom: 15px;
        padding: 17px 0;
        width: 100%; } }
    .career-plan #award li:nth-child(odd) {
      margin-right: 2%; }
      @media (max-width: 560px) {
        .career-plan #award li:nth-child(odd) {
          margin-right: 0; } }

/********************************************************************************
welfare
********************************************************************************/
.welfare #about p {
  margin: 0 auto 60px;
  width: 640px; }
  @media (max-width: 560px) {
    .welfare #about p {
      margin: 0 auto 30px;
      width: 90%; } }
.welfare .inner {
  width: 780px; }
  @media (max-width: 560px) {
    .welfare .inner {
      width: 90%; } }
.welfare .service-point ul li {
  display: inline-block; }
.welfare #welfare-list {
  margin-bottom: 95px; }
  @media (max-width: 560px) {
    .welfare #welfare-list {
      margin-bottom: 30px; } }
  .welfare #welfare-list li {
    border-top: 1px solid #c3c3c3;
    display: -webkit-flex;
    display: flex;
    padding: 50px 0; }
    @media (max-width: 560px) {
      .welfare #welfare-list li {
        display: block;
        padding: 25px 0; } }
    .welfare #welfare-list li:last-child {
      border-bottom: 1px solid #c3c3c3; }
    .welfare #welfare-list li .image {
      width: 52%; }
      @media (max-width: 560px) {
        .welfare #welfare-list li .image {
          margin-bottom: 10px;
          width: 100%; } }
    .welfare #welfare-list li .desc {
      margin: 0 3% 0 5%;
      width: 40%;
      /*ダミー●●●●●●●用*/
      word-wrap: break-word;
      /*ダミー●●●●●●●用*/ }
      @media (max-width: 560px) {
        .welfare #welfare-list li .desc {
          margin: 0;
          width: 100%; } }
      .welfare #welfare-list li .desc .title {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 13px; }
        @media (max-width: 560px) {
          .welfare #welfare-list li .desc .title {
            font-size: 15px;
            margin-bottom: 0; } }

/********************************************************************************
voice
********************************************************************************/
.voice #voice-box {
  margin: 70px 0 0; }
  @media (max-width: 560px) {
    .voice #voice-box {
      margin: 15px 0 0; } }
  .voice #voice-box .inner {
    width: 720px; }
    @media (max-width: 560px) {
      .voice #voice-box .inner {
        width: 90%; } }
  .voice #voice-box .profile {
    /*margin: -25px 0 40px;*/
    margin: 23px 0 40px; }
    @media (max-width: 560px) {
      .voice #voice-box .profile {
        margin: 14px 0 20px; } }
    .voice #voice-box .profile h1 {
      border-bottom: 1px solid #8a8b8c;
      color: #231815;
      font-size: 30px;
      line-height: 1.7;
      margin-bottom: 15px;
      padding-bottom: 17px; }
      @media (max-width: 560px) {
        .voice #voice-box .profile h1 {
          font-size: 18px;
          margin-bottom: 10px;
          padding-bottom: 10px; } }
    .voice #voice-box .profile .team {
      background: #231815;
      border-radius: 3px;
      color: #fff;
      margin-bottom: 8px;
      max-width: 147px;
      text-align: center; }
    .voice #voice-box .profile .name {
      color: #231815;
      font-size: 18px;
      font-weight: bold; }
      @media (max-width: 560px) {
        .voice #voice-box .profile .name {
          font-size: 16px; } }
      .voice #voice-box .profile .name span {
        color: #4c4948;
        font-size: 14px;
        margin-left: 20px; }
        @media (max-width: 560px) {
          .voice #voice-box .profile .name span {
            font-size: 12px; } }
  .voice #voice-box .qa {
    margin-bottom: 20px; }
    .voice #voice-box .qa li {
      margin-bottom: 20px; }
      @media (max-width: 560px) {
        .voice #voice-box .qa li {
          margin-bottom: 10px; } }
    .voice #voice-box .qa .question {
      color: #937c27;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 8px;
      padding-left: 32px;
      position: relative; }
      @media (max-width: 560px) {
        .voice #voice-box .qa .question {
          font-size: 18px;
          padding-left: 21px; } }
      .voice #voice-box .qa .question span {
        font-size: 31px;
        position: absolute;
        left: 0;
        top: -11px; }
        @media (max-width: 560px) {
          .voice #voice-box .qa .question span {
            font-size: 20px;
            top: -4px; } }
  .voice #voice-box .image {
    margin-bottom: 20px; }
    @media (max-width: 560px) {
      .voice #voice-box .image {
        margin-bottom: 20px; } }
  .voice #voice-box .image-qa {
    display: -webkit-flex;
    display: flex;
    margin-top: 55px; }
    @media (max-width: 560px) {
      .voice #voice-box .image-qa {
        display: block;
        margin-top: 10px; } }
    .voice #voice-box .image-qa .image {
      width: 47%; }
      @media (max-width: 560px) {
        .voice #voice-box .image-qa .image {
          width: 100%; } }
    .voice #voice-box .image-qa .qa {
      margin: 0 5%;
      width: 43%; }
      @media (max-width: 560px) {
        .voice #voice-box .image-qa .qa {
          margin: 0;
          width: 100%; } }
.voice .recruit-voice-list {
  margin-top: 35px; }
  .voice .recruit-voice-list .inner {
    width: 780px; }
    @media (max-width: 560px) {
      .voice .recruit-voice-list .inner {
        width: 90%; } }
