@charset "UTF-8";

/*!
Theme Name: 山本商会株式会社
Author: swimmy inc.
Author URI: https://swimmy.co/
Description: 山本商会株式会社のテーマ
Version: 1.0
*/

* {
  box-sizing: border-box;
  color: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

a, address, article, b, body, button, dd, div, dl, dt, h1, h2, h3, h4, h5, input, li, ol, p, pre, section, select, small, span, strong, table, td, textarea, th, tr, ul {
  font-style: inherit;
  text-decoration: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

img, video {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

img {
  pointer-events: none;
}

a {
  text-decoration: none;
}

a:active, a:link, a:visited {
  text-decoration: inherit;
}

button, input, select, textarea {
  border: none;
  border-radius: 0;
}

button, input, label, select, textarea {
  display: block;
  -webkit-appearance: none;
  background: none;
}

label {
  -moz-appearance: none;
  appearance: none;
  border: none;
}

button, input[type=button], input[type=file], input[type=reset], input[type=submit], label {
  cursor: pointer;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  resize: none;
}

:focus {
  outline: none;
}

body {
  font-family: Noto Sans JP, sans-serif;
  color: #2a2a2a;
  background: #fff;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  line-height: 1.5;
  letter-spacing: .1em;
}

body span {
  font-family: Noto Sans JP, sans-serif;
}

body li, body p, body span {
  letter-spacing: .1em;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
}

input::-webkit-input-placeholder {
  color: #949494;
}

input:-ms-input-placeholder {
  color: #949494;
}

input::-moz-placeholder {
  color: #949494;
}

textarea::-webkit-input-placeholder {
  color: #949494;
}

textarea:-ms-input-placeholder {
  color: #949494;
}

textarea::-moz-placeholder {
  color: #949494;
}

::-moz-selection {
  background: #f90;
}

::selection {
  background: #f90;
}

main {
  display: block;
}

@media screen and (max-width:750px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}

@media screen and (max-width:750px) {
  .br_sp {
    display: block;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0
  }
  60% {
    opacity: 0
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0
  }
  60% {
    opacity: 0
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeLogo {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeLogo {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes nomalFade {
  0% {
    opacity: 0
  }
  to {
    opacity: 1;
  }
}

@keyframes nomalFade {
  0% {
    opacity: 0
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes open {
  0% {
    width: 100%
  }
  to {
    width: 0;
  }
}

@keyframes open {
  0% {
    width: 100%
  }
  to {
    width: 0;
  }
}

@-webkit-keyframes rotation {
  0% {
    opacity: 0;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotation {
  0% {
    opacity: 0;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.l-main {
  padding-top: 80px;
}

@media screen and (max-width:1080px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 10003;
}

.l-loading:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media screen and (max-width:750px) {
  .l-loading:before {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
}

.l-loading:after {
  content: "";
  background: #f90;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

@media screen and (max-width:750px) {
  .l-loading:after {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
}

.l-loading .logo {
  max-width: 360px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  -webkit-transition: 2.8s;
  transition: 2.8s;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width:750px) {
  .l-loading .logo {
    max-width: 240px;
  }
}

.l-loading.is-firstvisit {
  left: 0;
}

.l-loading.is-complete {
  left: -100%;
  -webkit-transition: 0s 3.6s;
  transition: 0s 3.6s;
}

.l-loading.is-complete:before {
  -webkit-transition: .5s 2.6s;
  transition: .5s 2.6s;
}

.l-loading.is-complete:after, .l-loading.is-complete:before {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.l-loading.is-complete:after {
  -webkit-transition: .6s 2.6s;
  transition: .6s 2.6s;
}

.l-loading.is-complete .logo {
  opacity: 1;
}

.l-loading.is-complete img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: .3s 2.2s;
  transition: .3s 2.2s;
}

.l-wrapper:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10002;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

@media screen and (max-width:750px) {
  .l-wrapper:before {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  }
}

.l-wrapper:after {
  content: "";
  background: #f90;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media screen and (max-width:750px) {
  .l-wrapper:after {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }
}

.l-wrapper.is-complete:after, .l-wrapper.is-complete:before {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.l-wrapper.is-remove:after, .l-wrapper.is-remove:before {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-header > .container {
  z-index: 10000;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
}

.l-header > .container > .inner {
  width: 100%;
  padding: 20px 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner {
    padding: 0 0 0 20px;
  }
}

.l-header > .container > .inner > .logo {
  z-index: 10000;
}

.l-header > .container > .inner > .logo > .inner {
  max-width: 210px;
  display: block;
}

@media screen and (max-width:750px) {
  .l-header > .container > .inner > .logo > .inner {
    max-width: 190px;
  }
}

.l-header > .container > .inner > .logo > .inner.is-sp {
  display: none;
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner > .logo > .inner.is-sp {
    display: block;
  }
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner > .logo > .inner.is-spNone {
    display: none;
  }
}

.l-header > .container > .inner > .content > .contact {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.l-header > .container > .inner > .content > .contact > .mail {
  font-size: 12px;
  color: #f90;
  line-height: 1;
  border: 1px solid #f90;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding: 7px 10px 7px 40px;
  margin-left: 15px;
}

.l-header > .container > .inner > .content > .contact > .mail:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(images/common/icon_mail.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header > .container > .inner > .nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner > .nav {
    width: 40%;
    height: 100%;
    position: fixed;
    opacity: 0;
    top: 0;
    right: -100%;
    padding: 110px 30px 70px;
    background: #fff;
    display: block;
    overflow: auto;
  }
}

@media screen and (max-width:750px) {
  .l-header > .container > .inner > .nav {
    width: 100%;
  }
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner > .nav.is-active {
    opacity: 1;
    right: 0;
  }
}

.l-header > .container > .inner > .nav > ul {
  font-size: 0;
  text-align: right;
}

.l-header > .container > .inner > .nav > ul li:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner > .nav > ul li:not(:last-child) {
    margin: 0;
  }
}

.l-header > .container > .inner > .nav > ul > li {
  font-size: 15px;
  font-weight: 700;
  color: #2a2a2a;
  display: inline-block;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-header > .container > .inner > .nav > ul > li:hover {
  color: #f90;
}

@media screen and (max-width:750px) {
  .l-header > .container > .inner > .nav > ul > li:hover {
    color: #2a2a2a;
  }
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner > .nav > ul > li {
    text-align: left;
    display: block;
  }
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner > .nav > ul > li a {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    padding: 20px;
    -webkit-box-align: center;
    align-items: center;
  }
}

.l-header > .container > .inner > .nav > ul > li.is-tab {
  position: relative;
}

.l-header > .container > .inner > .nav > ul > li.is-tab a {
  padding-right: 20px;
  position: relative;
}

@media screen and (max-width:750px) {
  .l-header > .container > .inner > .nav > ul > li.is-tab a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}

.l-header > .container > .inner > .nav > ul > li.is-tab a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(images/common/icon_tab_b.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner > .nav > ul > li.is-tab a:after {
    background: url(images/common/icon_tab_b.png) 50%/cover no-repeat;
    -webkit-transform: none;
    transform: none;
    margin-left: 5px;
    position: static;
  }
}

.l-header > .container > .inner > .nav > ul > li .company {
  display: none;
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner > .nav > ul > li .company {
    display: block;
  }
}

.l-header > .container > .inner > .nav > ul > li .company > li {
  padding-left: 20px;
}

.l-header > .container > .inner > .nav > ul > li .company > li > a {
  color: rgba(42, 42, 42, .8);
}

.l-header > .container > .inner > .nav > ul > li .company > li:last-child {
  margin-left: -20px;
}

.l-header > .container > .inner > .nav > ul > li .company > li:last-child a {
  padding-left: 40px;
}

.l-header > .container > .inner > .nav .contact {
  max-width: 206px;
  background-color: #001a43;
  border-radius: 35px;
  padding: 14px;
  margin-left: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner > .nav .contact {
    margin: 50px auto 0;
  }
}

.l-header > .container > .inner > .nav .contact:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 35px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.l-header > .container > .inner > .nav .contact:hover:after {
  background-color: #f90;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.l-header > .container > .inner > .nav .contact span {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  padding-left: 35px;
  position: relative;
  z-index: 3;
}

.l-header > .container > .inner > .nav .contact span:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(images/common/icon_mail.png) 50%/cover no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header > .container > .inner > .navBtn {
  display: none;
  z-index: 10000;
}

@media screen and (max-width:1080px) {
  .l-header > .container > .inner > .navBtn {
    width: 60px;
    height: 60px;
    background-color: #001a43;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.l-header > .container > .inner > .navBtn span:not(:last-child) {
  margin-bottom: 8px;
}

.l-header > .container > .inner > .navBtn span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-header > .container > .inner > .navBtn.is-active span:first-child {
  -webkit-transform: rotate(45deg) translateY(4px) translateX(4px);
  transform: rotate(45deg) translateY(4px) translateX(4px);
}

.l-header > .container > .inner > .navBtn.is-active span:nth-child(2) {
  display: none;
}

.l-header > .container > .inner > .navBtn.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-3px) translateX(3px);
  transform: rotate(-45deg) translateY(-3px) translateX(3px);
}

.l-footer > .inner > .contact {
  background-color: #001a43;
  background: -webkit-gradient(linear, left top, left bottom, from(#001a43), to(#00112b));
  background: linear-gradient(180deg, #001a43, #00112b);
}

.l-footer > .inner > .contact > .info {
  max-width: 1080px;
  padding: 40px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width:1080px) {
  .l-footer > .inner > .contact > .info {
    padding: 40px 40px;
  }
}

@media screen and (max-width:750px) {
  .l-footer > .inner > .contact > .info {
    display: block;
    padding: 40px 20px;
  }
}

.l-footer > .inner > .contact > .info > .text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1;
  padding-right: 30px;
}

@media screen and (max-width:750px) {
  .l-footer > .inner > .contact > .info > .text {
    text-align: center;
    padding: 0;
    display: block;
    font-size: 18px;
  }
}

.l-footer > .inner > .contact > .info > .btn {
  max-width: 250px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  display: inline-block;
  position: relative;
}

@media screen and (max-width:750px) {
  .l-footer > .inner > .contact > .info > .btn {
    margin: 40px auto 0;
    display: block;
  }
}

.l-footer > .inner > .contact > .info > .btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer > .inner > .contact > .info > .btn:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(images/common/icon_mail_b.png) 50%/cover no-repeat;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer > .inner > .contact > .info > .btn span {
  color: #001a43;
  line-height: 1;
  margin-left: 40px;
  position: relative;
  z-index: 3;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer > .inner > .contact > .info > .btn:hover, .l-footer > .inner > .contact > .info > .btn:hover span {
  color: #fff;
}

.l-footer > .inner > .contact > .info > .btn:hover:after {
  background: #f90;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.l-footer > .inner > .contact > .info > .btn:hover:before {
  background: url(images/common/icon_mail.png) 50%/cover no-repeat;
}

.l-footer > .inner > .footer {
  background-color: #2a2a2a;
}

.l-footer > .inner > .footer > .top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:1080px) {
  .l-footer > .inner > .footer > .top {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-footer > .inner > .footer > .top {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-footer > .inner > .footer > .top {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-footer > .inner > .footer > .top {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width:750px) {
  .l-footer > .inner > .footer > .top > .info {
    margin-top: 50px;
  }
}

.l-footer > .inner > .footer > .top > .info > .logo {
  max-width: 200px;
}

@media screen and (max-width:750px) {
  .l-footer > .inner > .footer > .top > .info > .logo {
    max-width: 240px;
  }
}

.l-footer > .inner > .footer > .top > .info > .text {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 35px;
  color: #fff;
  font-weight: 700;
}

.l-footer > .inner > .footer > .top > .nav {
  max-width: 432px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:750px) {
  .l-footer > .inner > .footer > .top > .nav {
    display: block;
  }
}

@media screen and (max-width:750px) {
  .l-footer > .inner > .footer > .top > .nav ul:first-child {
    margin-bottom: 20px;
  }
}

.l-footer > .inner > .footer > .top > .nav ul {
  width: 50%;
}

.l-footer > .inner > .footer > .top > .nav ul li:not(:last-child) {
  margin-bottom: 20px;
}

.l-footer > .inner > .footer > .top > .nav ul li a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer > .inner > .footer > .top > .nav ul li a:hover {
  opacity: .4;
}

.l-footer > .inner > .footer > .top > .nav ul li a.is-tab {
  position: relative;
  padding-right: 20px;
}

.l-footer > .inner > .footer > .top > .nav ul li a.is-tab:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(images/common/icon_tab.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer > .inner > .footer > .bottom {
  max-width: 1080px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  border-top: 1px solid #d8d8d8;
}

@media screen and (max-width:1080px) {
  .l-footer > .inner > .footer > .bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-footer > .inner > .footer > .bottom {
    padding: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

.l-footer > .inner > .footer > .bottom span {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  display: block;
}

.l-footer > .inner > .footer > .bottom .privacypolicy {
  text-align: right;
  margin-top: -11px;
}

@media screen and (max-width:750px) {
  .l-footer > .inner > .footer > .bottom .privacypolicy {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.l-footer > .inner > .footer > .bottom .privacypolicy a {
  font-size: 12px;
  border-bottom: 1px solid;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer > .inner > .footer > .bottom .privacypolicy a:hover {
  opacity: .4;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-title > .en {
  font-size: 60px;
  font-family: Roboto;
  color: #fff;
  line-height: 1;
  letter-spacing: 1;
  display: block;
}

@media screen and (max-width:750px) {
  .c-title > .en {
    font-size: 40px;
  }
}

.c-title > .jp {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  display: block;
}

@media screen and (max-width:750px) {
  .c-title > .jp {
    font-size: 20px;
    margin-top: 10px;
  }
}

.c-title.is-blue > .en {
  color: #001a43;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}

.c-title.is-blue > .en:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/common/triangle.png) 50%/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.c-title.is-blue > .jp {
  color: #001a43;
}

.c-title.is-left > .en {
  padding: 0 0 0 30px;
}

.c-title.is-left > .en:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/common/triangle.png) 50%/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.c-headTitle {
  position: relative;
  background: #001a43;
  z-index: -1;
}

.c-headTitle > .title {
  max-width: 1200px;
  width: 100%;
  padding: 90px 50% 123px 60px;
  margin: 0 auto;
}

@media screen and (max-width:750px) {
  .c-headTitle > .title {
    padding: 30px 20px 110px 40px;
  }
}

.c-headTitle > .title > .en {
  font-size: 60px;
  font-family: Roboto;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

@media screen and (max-width:750px) {
  .c-headTitle > .title > .en {
    font-size: 60px;
    text-shadow: 0 0 3px #000, 0 0 3px #000;
  }
}

.c-headTitle > .title > .en:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/common/triangle.png) 50%/cover no-repeat;
  position: absolute;
  top: 5px;
  left: -25px;
  opacity: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-animation: rotation 1s 1s forwards;
  animation: rotation 1s 1s forwards;
}

@media screen and (max-width:750px) {
  .c-headTitle > .title > .en:before {
    top: 0;
  }
}

.c-headTitle > .title > .jp {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  display: block;
}

@media screen and (max-width:750px) {
  .c-headTitle > .title > .jp {
    font-size: 20px;
  }
}

.c-headTitle > .image {
  width: 53%;
  background: url(images/services/head.png) 50%/cover no-repeat;
  padding-top: 290px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width:750px) {
  .c-headTitle > .image {
    padding-top: 240px;
  }
}

.c-headTitle > .image.is-services {
  background: url(images/services/head-service.png) 50%/cover no-repeat;
}

.c-headTitle > .image.is-company {
  background: url(images/company/head-profile.png) 50%/cover no-repeat;
}

.c-headTitle > .image.is-history {
  background: url(images/company/head-history.png) 50%/cover no-repeat;
}

.c-headTitle > .image.is-message {
  background: url(images/company/head-message.png) 50%/cover no-repeat;
}

.c-headTitle > .image.is-news {
  background: url(images/services/head-news.png) 50%/cover no-repeat;
}

.c-section > .title {
  margin-bottom: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}

@media screen and (max-width:750px) {
  .c-section > .title {
    display: block;
  }
}

.c-section > .title > .en {
  font-size: 60px;
  font-family: Roboto;
  color: #001a43;
  line-height: 1;
  letter-spacing: 0;
  display: block;
}

@media screen and (max-width:750px) {
  .c-section > .title > .en {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 1.1;
  }
}

.c-section > .title > .jp {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  padding-left: 60px;
  margin-top: 10px;
  margin-left: 26px;
  display: block;
  position: relative;
}

@media screen and (max-width:750px) {
  .c-section > .title > .jp {
    font-size: 18px;
    margin-left: 0;
    padding-left: 40px;
  }
}

.c-section > .title > .jp:before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #001a43;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width:750px) {
  .c-section > .title > .jp:before {
    width: 30px;
  }
}

.c-section > .lead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width:750px) {
  .c-section > .lead {
    font-size: 18px;
  }
}

.c-section > .text {
  font-weight: 300;
  line-height: 1.8;
}

.c-section.is-white > .title > .en, .c-section.is-white > .title > .jp {
  color: #fff;
}

.c-section.is-white > .title > .jp:before {
  background-color: #fff;
}

.c-section.is-white > .lead, .c-section.is-white > .text {
  color: #fff;
}

.c-btn {
  max-width: 250px;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  display: inline-block;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
}

.c-btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 10px 10px 20px rgba(42, 42, 42, .2);
}

.c-btn:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(images/common/arrow.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #001a43;
}

.c-btn.is-black {
  background-color: #2a2a2a;
}

.c-btn.is-black:before {
  background: url(images/common/arrow_w.png) 50%/cover no-repeat;
}

.c-btn.is-black span {
  color: #fff;
}

.c-btn.is-tab:before {
  width: 14px;
  height: 14px;
  background: url(images/common/icon_tab.png) 50%/cover no-repeat;
  right: 20px;
}

.c-btn.is-border {
  border: 2px solid #2a2a2a;
}

.c-btn.is-border:before {
  background: url(images/common/icon_tab_b.png) 50%/cover no-repeat;
}

.c-btn.is-border span {
  color: #2a2a2a;
}

.c-menu {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 840px;
  margin: 70px auto 0;
}

@media screen and (max-width:1080px) {
  .c-menu {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .c-menu {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .c-menu {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .c-menu {
    padding-right: 20px;
    margin-top: 60px;
  }
}

.c-menu ul {
  border: 2px solid #001a43;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:750px) {
  .c-menu ul {
    flex-wrap: wrap;
  }
}

.c-menu ul li:not(:last-child) {
  border-right: 2px solid #001a43;
}

@media screen and (max-width:750px) {
  .c-menu ul li:nth-child(2) {
    border-right: none;
  }
}

@media screen and (max-width:750px) {
  .c-menu ul li:first-child, .c-menu ul li:nth-child(2) {
    border-bottom: 2px solid #001a43;
  }
}

.c-menu ul li {
  width: 25%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width:750px) {
  .c-menu ul li {
    width: 50%;
  }
}

.c-menu ul li:hover {
  background-color: #001a43;
}

.c-menu ul li:hover a {
  color: #fff;
}

.c-menu ul li:hover a:before {
  background: url(images/services/arrow_w.png) 50%/cover no-repeat;
}

.c-menu ul li a {
  width: 100%;
  color: #001a43;
  font-weight: 700;
  position: relative;
  padding: 22px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-menu ul li a:before {
  content: "";
  width: 10px;
  height: 5px;
  background: url(images/services/arrow.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.c-menu ul li a.is-active {
  color: #fff;
  background-color: #001a43;
}

.c-menu ul li a.is-active:before {
  background: url(images/services/arrow_w.png) 50%/cover no-repeat;
}

.c-pagenation {
  margin-top: 40px;
  position: relative;
}

.c-pagenation, .c-pagenation .page-numbers {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.c-pagenation .page-numbers {
  -webkit-transition: .3s;
  transition: .3s;
  width: 40px;
  height: 40px;
  -webkit-transform: all .3 ease;
  transform: all .3 ease;
}

.c-pagenation .page-numbers:hover {
  opacity: .4;
}

.c-pagenation .page-numbers:hover.current {
  opacity: 1;
}

.c-pagenation .page-numbers.current {
  color: #fff;
  background-color: #f90;
}

.c-pagenation .page-numbers.prev {
  width: 16px;
  margin-right: 30px;
  border: none;
}

@media screen and (max-width:750px) {
  .c-pagenation .page-numbers.prev {
    margin-right: 20px;
  }
}

.c-pagenation .page-numbers.prev:before {
  content: "";
  width: 7px;
  height: 13px;
  background: url(images/common/arrow_prevB.png) 50%/cover no-repeat;
  position: absolute;
  top: 15px;
}

.c-pagenation .page-numbers.next {
  width: 16px;
  margin-left: 30px;
  border: none;
}

@media screen and (max-width:750px) {
  .c-pagenation .page-numbers.next {
    margin-left: 20px;
  }
}

.c-pagenation .page-numbers.next:before {
  content: "";
  width: 7px;
  height: 13px;
  background: url(images/common/arrow_nextB.png) 50%/cover no-repeat;
  position: absolute;
  top: 15px;
}

.c-pagenation .page-numbers.dots {
  border: none;
  pointer-events: none;
}

.index-kv.is-firstvisit {
  opacity: 0;
  -webkit-transition: 2s 4s;
  transition: 2s 4s;
  -webkit-animation: fade 4s 1s forwards;
  animation: fade 4s 1s forwards;
}

.index-kv.is-firstvisit > .inner > .slide > .image:before {
  -webkit-animation: open .6s 2s forwards;
  animation: open .6s 2s forwards;
}

.index-kv.is-firstvisit > .inner > .info {
  opacity: 0;
  -webkit-animation: fadeLogo 4s 2s forwards;
  animation: fadeLogo 4s 2s forwards;
}

.index-kv > .inner {
  position: relative;
  padding-top: 650px;
}

@media screen and (max-width:750px) {
  .index-kv > .inner {
    padding-top: 560px;
  }
}

.index-kv > .inner > .slide {
  width: 60%;
  min-height: 650px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 8;
}

@media screen and (max-width:750px) {
  .index-kv > .inner > .slide {
    width: 100%;
    min-height: 560px;
    -webkit-transition: opacity 0s 5s;
    transition: opacity 0s 5s;
  }
}

.index-kv > .inner > .slide .image {
  width: 0;
  height: 100%;
  background: url(images/index/kv.jpg) 50%/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0s 5s;
  transition: width 0s 5s;
}

@media screen and (max-width:750px) {
  .index-kv > .inner > .slide .image {
    background: url(images/index/kv.jpg) 50%/cover no-repeat;
  }
}

.index-kv > .inner > .slide .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #001a43;
  right: 0;
  top: 0;
  -webkit-animation: open .6s ease-in-out 1.2s forwards;
  animation: open .6s ease-in-out 1.2s forwards;
}

.index-kv > .inner > .slide .image.is-active {
  width: 100%;
  z-index: 5;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.index-kv > .inner > .slide .imageTwo {
  width: 0;
  height: 100%;
  background: url(images/index/kv-2.jpg) 50%/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0s 5s;
  transition: width 0s 5s;
}

@media screen and (max-width:750px) {
  .index-kv > .inner > .slide .imageTwo {
    background: url(images/index/kv_b-20240729-tabsp.jpg) 50%/cover no-repeat;
  }
}

.index-kv > .inner > .slide .imageTwo.is-active {
  width: 100%;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  z-index: 5;
}

.index-kv > .inner > .slide .imageThree {
  width: 0;
  height: 100%;
  background: url(images/index/kv-3.jpg) 50%/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0s 5s;
  transition: width 0s 5s;
}

@media screen and (max-width:750px) {
  .index-kv > .inner > .slide .imageThree {
    background: url(images/index/kv_c-3-20240729.jpg) 25%/cover no-repeat;
  }
}

.index-kv > .inner > .slide .imageThree.is-active {
  width: 100%;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  z-index: 5;
  opacity: 1;
}

.index-kv > .inner > .slide.is-top {
  width: 40%;
  min-height: 290px;
  top: 0;
  left: auto;
  right: 0;
  z-index: 9;
}

@media screen and (max-width:750px) {
  .index-kv > .inner > .slide.is-top {
    display: none;
  }
}

.index-kv > .inner > .slide.is-top .image {
  background: url(images/index/kv_b-20240729.jpg) 50%/cover no-repeat;
}

.index-kv > .inner > .slide.is-top .image.is-active {
  -webkit-transition: .8s ease-in-out .2s;
  transition: .8s ease-in-out .2s;
}

.index-kv > .inner > .slide.is-top .imageTwo {
  background: url(images/index/kv_b-2-202507.jpg) 50%/cover no-repeat;
}

.index-kv > .inner > .slide.is-top .imageTwo.is-active {
  -webkit-transition: .8s ease-in-out .2s;
  transition: .8s ease-in-out .2s;
}

.index-kv > .inner > .slide.is-top .imageThree {
  background: url(images/index/kv_b-3.jpg) 50%/cover no-repeat;
}

.index-kv > .inner > .slide.is-top .imageThree.is-active {
  -webkit-transition: .8s ease-in-out .2s;
  transition: .8s ease-in-out .2s;
}

.index-kv > .inner > .slide.is-bottom {
  width: 60%;
  min-height: 370px;
  left: auto;
  right: 0;
  bottom: 0;
  top: auto;
  z-index: 10;
}

@media screen and (max-width:750px) {
  .index-kv > .inner > .slide.is-bottom {
    display: none;
  }
}

.index-kv > .inner > .slide.is-bottom .image {
  background: url(images/index/kv_c.jpg) 50%/cover no-repeat;
}

.index-kv > .inner > .slide.is-bottom .image.is-active {
  -webkit-transition: .8s ease-in-out .4s;
  transition: .8s ease-in-out .4s;
}

.index-kv > .inner > .slide.is-bottom .imageTwo {
  background: url(images/index/kv_c-2.jpg) 50%/cover no-repeat;
}

.index-kv > .inner > .slide.is-bottom .imageTwo.is-active {
  -webkit-transition: .8s ease-in-out .4s;
  transition: .8s ease-in-out .4s;
}

.index-kv > .inner > .slide.is-bottom .imageThree {
  background: url(images/index/kv_c-3-20240729.jpg) 50%/cover no-repeat;
}

.index-kv > .inner > .slide.is-bottom .imageThree.is-active {
  -webkit-transition: .8s ease-in-out .4s;
  transition: .8s ease-in-out .4s;
}

.index-kv > .inner > .info {
  max-width: 1420px;
  width: 100%;
  padding: 0 60px;
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  -webkit-animation: nomalFade 1s ease-in-out 2s forwards;
  animation: nomalFade 1s ease-in-out 2s forwards;
}

@media screen and (max-width:1080px) {
  .index-kv > .inner > .info {
    padding: 0 40px;
  }
}

@media screen and (max-width:750px) {
  .index-kv > .inner > .info {
    padding: 0 20px;
    top: 230px;
  }
}

.index-kv > .inner > .info > .copy {
  max-width: 62%;
  display: block;
}
@media screen and (max-width:1080px) {
	.index-kv > .inner > .info > .copy {
	  max-width: 100%;
	  display: block;
	}
}
/*
@media screen and (max-width:1080px) {
  .index-kv > .inner > .info > .copy {
    display: none;
  }
}

.index-kv > .inner > .info > .copy.is-tab {
  display: none;
}

@media screen and (max-width:1080px) {
  .index-kv > .inner > .info > .copy.is-tab {
    max-width: 100%;
    display: block;
  }
}
*/


.index-kv > .inner > .info > .text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
}

@media screen and (max-width:750px) {
  .index-kv > .inner > .info > .text {
    font-size: 18px;
    font-size: 16px;
    margin-top: 100px;
  }
}

.index-kv > .inner > .info > .scroll {
  font-size: 20px;
  font-weight: 700;
  font-family: Roboto;
  color: #fff;
  line-height: 1;
  padding-left: 50px;
  margin-top: 80px;
  display: block;
  position: relative;
}

@media screen and (max-width:750px) {
  .index-kv > .inner > .info > .scroll {
    font-size: 18px;
    margin-top: 30px;
  }
}

.index-kv > .inner > .info > .scroll:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(images/common/arrow_scroll.png) 50%/cover no-repeat;
  position: absolute;
  bottom: 3px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-services {
  background-color: #001a43;
}

.index-services > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 60px 80px;
}

@media screen and (max-width:1080px) {
  .index-services > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .index-services > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .index-services > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .index-services > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.index-services > .inner > .text {
  margin-top: 15px;
  text-align: center;
  font-weight: 300;
  line-height: 1.8;
  color: #fff;
}

.index-services > .inner > .content {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:750px) {
  .index-services > .inner > .content {
    display: block;
  }
}

@media screen and (max-width:750px) {
  .index-services > .inner > .content li:first-child {
    margin-bottom: 50px;
  }
}

.index-services > .inner > .content li {
  width: calc((100% - 60px)/2);
}

@media screen and (max-width:750px) {
  .index-services > .inner > .content li {
    width: 100%;
  }
}

.index-services > .inner > .content li > .image {
  width: 100%;
  background: url(images/index/services_1.jpg) 50%/cover no-repeat;
  padding-top: 287px;
  position: relative;
}

@media screen and (max-width:750px) {
  .index-services > .inner > .content li > .image {
    padding-top: 188px;
  }
}

.index-services > .inner > .content li > .image:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(images/common/triangle.png) 50%/cover no-repeat;
  position: absolute;
  top: -16px;
  left: -16px;
}

@media screen and (max-width:750px) {
  .index-services > .inner > .content li > .image:before {
    width: 50px;
    height: 50px;
    top: -8px;
    left: -8px;
  }
}

.index-services > .inner > .content li > .title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  display: block;
}

@media screen and (max-width:750px) {
  .index-services > .inner > .content li > .title {
    font-size: 18px;
  }
}

.index-services > .inner > .content li > .text {
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  display: block;
}

.index-services > .inner > .content li > .btn {
  text-align: center;
  margin-top: 30px;
}

.index-services > .inner > .content li:nth-child(2) .image {
  background: url(images/index/services_2.jpg) 50%/cover no-repeat;
}

.index-services > .inner > .content li:nth-child(2) .image:before {
  top: auto;
  bottom: -10px;
  left: auto;
  right: -10px;
}

.index-works > .inner {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media screen and (max-width:750px) {
  .index-works > .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.index-works > .inner > .c-title {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width:750px) {
  .index-works > .inner > .c-title {
    margin-right: 20px;
  }
}

.index-works > .inner > .c-title > .jp {
  padding-right: 30px;
}

.index-works > .inner > .list {
  display: -webkit-box;
  display: flex;
}

.index-works > .inner > .list li {
  margin-right: 20px;
}

.index-works > .inner > .list li a {
  width: 240px;
  height: 180px;
  display: block;
}

.index-works > .inner > .text {
  font-weight: 300;
  line-height: 1.8;
}

.index-works > .inner > .btn, .index-works > .inner > .text {
  margin-top: 40px;
  text-align: center;
}

.simply-scroll-container {
  position: relative;
  margin-top: 40px;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.simply-scroll-list li {
  list-style: none!important;
  float: left;
  padding: 0;
  margin-right: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.simply-scroll-list li:hover {
  opacity: .6;
}

.simply-scroll-list li a {
  width: 240px;
  height: 180px;
  display: block;
}

.index-about {
  background: url(images/index/about_bg.jpg) 50%/cover no-repeat;
}

.index-about > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 140px;
}

@media screen and (max-width:1080px) {
  .index-about > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .index-about > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .index-about > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .index-about > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.index-about > .inner > .c-title {
  text-align: center;
}

.index-about > .inner > .text {
  max-width: 720;
  margin: 50px auto 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}

.index-about > .inner > .btn {
  text-align: center;
  margin-top: 40px;
}

.index-recruit > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 60px;
}

@media screen and (max-width:1080px) {
  .index-recruit > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .index-recruit > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .index-recruit > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .index-recruit > .inner {
    padding-right: 20px;
  }
}

.index-recruit > .inner:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (max-width:750px) {
  .index-recruit > .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.index-recruit > .inner > .info {
  width: calc(40% - 40px);
  float: left;
}

@media screen and (max-width:750px) {
  .index-recruit > .inner > .info {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}

.index-recruit > .inner > .info > .c-title {
  text-align: center;
}

.index-recruit > .inner > .info > .c-title > .en {
  display: inline-block;
}

@media screen and (max-width:750px) {
  .index-recruit > .inner > .info > .c-title > .en {
    display: inline-block;
  }
}

.index-recruit > .inner > .info > .c-title > .jp {
  text-align: center;
}

.index-recruit > .inner > .info > .btn {
  margin-top: 40px;
  text-align: center;
}

.index-recruit > .inner > .content {
  width: 60%;
  table-layout: auto;
  float: right;
}

@media screen and (max-width:750px) {
  .index-recruit > .inner > .content {
    width: 100%;
    float: none;
    margin-top: 50px;
  }
}

.index-recruit > .inner > .content li:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.index-recruit > .inner > .content li {
  border-top: 1px solid #d8d8d8;
  -webkit-transition: .3s;
  transition: .3s;
}

.index-recruit > .inner > .content li:hover {
  background-color: #f5f5f5;
}

.index-recruit > .inner > .content li a {
  padding: 28px 0;
  width: 100%;
  display: block;
}

.index-recruit > .inner > .content li a:after {
  content: " ";
  display: block;
  clear: both;
}

.index-recruit > .inner > .content li a > .date {
  width: 18%;
  color: #949494;
  display: block;
  float: left;
}

@media screen and (max-width:750px) {
  .index-recruit > .inner > .content li a > .date {
    width: 30%;
  }
}

.index-recruit > .inner > .content li a > .title {
  width: calc(82% - 20px);
  margin-left: 20px;
  display: block;
  float: left;
}

@media screen and (max-width:750px) {
  .index-recruit > .inner > .content li a > .title {
    width: calc(70% - 20px);
  }
}

.index-recruit > .inner > .content li a > .title span {
  font-weight: 300;
  border-bottom: 1px solid;
}

.index-news {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

@media screen and (max-width:750px) {
  .index-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.index-news > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width:1080px) {
  .index-news > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .index-news > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .index-news > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .index-news > .inner {
    padding-right: 20px;
  }
}

.index-news > .inner > .banner {
  margin-bottom: 80px;
}

.index-news > .inner > .banner a {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.index-news > .inner > .banner a:hover {
  opacity: .6;
}

.index-news > .inner > .c-title {
  text-align: center;
}

.index-news > .inner > .content {
  max-width: 720;
  margin: 50px auto 0;
}

.index-news > .inner > .content li:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.index-news > .inner > .content li {
  border-top: 1px solid #d8d8d8;
  -webkit-transition: .3s;
  transition: .3s;
}

.index-news > .inner > .content li:hover {
  background-color: rgba(42, 42, 42, .1);
}

.index-news > .inner > .content li a {
  padding: 18px 10px;
  display: block;
}

.index-news > .inner > .content li a:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (max-width:750px) {
  .index-news > .inner > .content li a {
    padding: 18px 0;
  }
}

.index-news > .inner > .content li a > .date {
  width: 14%;
  color: #949494;
  font-weight: 700;
  display: block;
  float: left;
}

@media screen and (max-width:750px) {
  .index-news > .inner > .content li a > .date {
    width: 100%;
    float: none;
  }
}

.index-news > .inner > .content li a > .title {
  width: calc(86% - 20px);
  color: #2a2a2a;
  font-weight: 700;
  margin-left: 20px;
  display: block;
  float: left;
}

@media screen and (max-width:750px) {
  .index-news > .inner > .content li a > .title {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
    float: none;
  }
}

.index-news > .inner > .btn {
  text-align: center;
  margin-top: 40px;
}

.l-services .services-head > .inner {
  padding-bottom: 60px;
}

.l-services .services-head > .inner > .text {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 700;
  line-height: 1.8;
  margin: 90px auto 0;
}

@media screen and (max-width:1080px) {
  .l-services .services-head > .inner > .text {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-head > .inner > .text {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-services .services-head > .inner > .text {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-head > .inner > .text {
    padding-right: 20px;
    margin-top: 40px;
  }
}

.l-services .services-head > .inner > .menu {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 70px auto 0;
}

@media screen and (max-width:1080px) {
  .l-services .services-head > .inner > .menu {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-head > .inner > .menu {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-services .services-head > .inner > .menu {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-head > .inner > .menu {
    padding-right: 20px;
    margin-top: 50px;
  }
}

.l-services .services-head > .inner > .menu ul {
  border: 2px solid #001a43;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:750px) {
  .l-services .services-head > .inner > .menu ul {
    flex-wrap: wrap;
  }
}

.l-services .services-head > .inner > .menu ul li:not(:last-child) {
  border-right: 2px solid #001a43;
}

@media screen and (max-width:750px) {
  .l-services .services-head > .inner > .menu ul li:not(:last-child) {
    border-right: none;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-head > .inner > .menu ul li:not(:nth-child(3n)) {
    border-right: 2px solid #001a43;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-head > .inner > .menu ul li:first-child, .l-services .services-head > .inner > .menu ul li:nth-child(2), .l-services .services-head > .inner > .menu ul li:nth-child(3) {
    border-bottom: 2px solid #001a43;
  }
}

.l-services .services-head > .inner > .menu ul li {
  width: 16.66667%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width:750px) {
  .l-services .services-head > .inner > .menu ul li {
    width: 33.33333%;
  }
}

.l-services .services-head > .inner > .menu ul li:hover {
  background-color: #001a43;
}

.l-services .services-head > .inner > .menu ul li:hover a {
  color: #fff;
}

.l-services .services-head > .inner > .menu ul li:hover a:before {
  background: url(images/services/arrow_w.png) 50%/cover no-repeat;
}

.l-services .services-head > .inner > .menu ul li a {
  width: 100%;
  color: #001a43;
  font-weight: 700;
  position: relative;
  padding: 18px 0 27px;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-services .services-head > .inner > .menu ul li a:before {
  content: "";
  width: 10px;
  height: 5px;
  background: url(images/services/arrow.png) 50%/cover no-repeat;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-services .services-flow {
  background-color: #2a2a2a;
  padding-top: 80px;
  padding-bottom: 180px;
}

@media screen and (max-width:750px) {
  .l-services .services-flow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-services .services-flow > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width:1080px) {
  .l-services .services-flow > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-flow > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-services .services-flow > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-flow > .inner {
    padding-right: 20px;
  }
}

.l-services .services-flow > .inner > .box {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width:750px) {
  .l-services .services-flow > .inner > .box {
    display: block;
  }
}

.l-services .services-flow > .inner > .box > .c-section {
  padding-right: 40px;
}

@media screen and (max-width:750px) {
  .l-services .services-flow > .inner > .box > .c-section {
    padding-right: 0;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-flow > .inner > .box .image {
    margin-top: 40px;
  }
}

.l-services .services-flow > .inner > .content {
  max-width: 1010px;
  margin: 90px auto 0;
}

@media screen and (max-width:750px) {
  .l-services .services-flow > .inner > .content {
    margin-top: 60px;
  }
}

.l-services .services-network {
  background-color: #f5f5f5;
}

.l-services .services-network > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 60px 80px;
}

@media screen and (max-width:1080px) {
  .l-services .services-network > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-network > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-services .services-network > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-network > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.l-services .services-network > .inner > .content {
  margin-top: 30px;
}

.l-services .services-network > .inner > .content > .image {
  width: 100%;
}

.l-services .services-network > .inner > .content > .list {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:750px) {
  .l-services .services-network > .inner > .content > .list {
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-network > .inner > .content > .list li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}

.l-services .services-network > .inner > .content > .list > li {
  width: 20%;
}

@media screen and (max-width:750px) {
  .l-services .services-network > .inner > .content > .list > li {
    width: calc((100% - 40px)/3);
    margin-bottom: 30px;
  }
}

.l-services .services-network > .inner > .content > .list > li > .title {
  font-size: 20px;
  font-weight: 700;
  color: #001a43;
  margin-bottom: 10px;
}

@media screen and (max-width:750px) {
  .l-services .services-network > .inner > .content > .list > li > .title {
    font-size: 18px;
    font-size: 16px;
  }
}

.l-services .services-network > .inner > .content > .list > li > span {
  color: #949494;
}

@media screen and (max-width:750px) {
  .l-services .services-network > .inner > .content > .list > li > span {
    font-size: 13px;
  }
}

.l-services .services-network > .inner > .content > .list > li > ul li:not(:last-child) {
  margin-bottom: 10px;
}

.l-services .services-network > .inner > .content > .list > li > ul li {
  font-weight: 700;
  position: relative;
  padding-left: 18px;
}

@media screen and (max-width:750px) {
  .l-services .services-network > .inner > .content > .list > li > ul li {
    font-size: 13px;
  }
}

.l-services .services-network > .inner > .content > .list > li > ul li:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #2a2a2a;
  margin-right: 8px;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (max-width:750px) {
  .l-services .services-network > .inner > .content > .list > li > ul li:before {
    top: 9px;
  }
}

.l-services .services-works > .inner {
  padding-top: 100px;
}

@media screen and (max-width:750px) {
  .l-services .services-works > .inner {
    padding-top: 60px;
  }
}

.l-services .services-works > .inner .c-title {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width:750px) {
  .l-services .services-works > .inner .c-title {
    margin-right: 20px;
  }
}

.l-services .services-works > .inner .c-title > .jp {
  padding-right: 30px;
}

.l-services .services-works > .inner > .list {
  display: -webkit-box;
  display: flex;
}

.l-services .services-works > .inner > .list li {
  margin-right: 20px;
}

.l-services .services-works > .inner > .list li a {
  width: 240px;
  height: 180px;
  display: block;
}

.l-services .services-works > .inner > .text {
  margin-top: 40px;
  text-align: center;
  font-weight: 300;
  line-height: 1.8;
}

.l-services .services-works > .inner > .btn {
  text-align: center;
  margin-top: 40px;
}

.l-services .services-products {
  margin-top: 80px;
  margin-bottom: 100px;
}

@media screen and (max-width:750px) {
  .l-services .services-products {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.l-services .services-products > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width:1080px) {
  .l-services .services-products > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-services .services-products > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner {
    padding-right: 20px;
  }
}

.l-services .services-products > .inner > .c-section > .box {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner > .c-section > .box {
    display: block;
  }
}

.l-services .services-products > .inner > .c-section > .box .text {
  width: calc(60% - 40px);
  margin-right: 20px;
  font-weight: 300;
  line-height: 1.8;
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner > .c-section > .box .text {
    width: 100%;
  }
}

.l-services .services-products > .inner > .c-section > .box .image {
  width: 40%;
  margin-top: -45px;
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner > .c-section > .box .image {
    width: 100%;
    margin: 40px 0 0;
  }
}

.l-services .services-products > .inner > .content {
  margin-top: 40px;
}

.l-services .services-products > .inner > .content > ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.l-services .services-products > .inner > .content > ul > li:not(:nth-child(4n)) {
  margin-right: 20px;
}

@media screen and (max-width:1080px) {
  .l-services .services-products > .inner > .content > ul > li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media screen and (max-width:1080px) {
  .l-services .services-products > .inner > .content > ul > li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner > .content > ul > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.l-services .services-products > .inner > .content > ul > li {
  width: calc((100% - 60px)/4);
  margin-bottom: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

@media screen and (max-width:1080px) {
  .l-services .services-products > .inner > .content > ul > li {
    width: calc((100% - 60px)/3);
  }
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner > .content > ul > li {
    width: 100%;
  }
}

.l-services .services-products > .inner > .content > ul > li button {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.l-services .services-products > .inner > .content > ul > li button img {
  max-width: 75px;
  margin-right: 15px;
}

.l-services .services-products > .inner > .content > ul > li button span {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.l-services .services-products > .inner > .content > ul > li.is-active > .modalWrap {
  display: block;
}

.l-services .services-products > .inner > .content > ul > li > .modalWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 720px;
  height: 100%;
  z-index: 10000;
  width:100%; /* IE対策 モーダルの補正*/
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner > .content > ul > li > .modalWrap {
    overflow-y: scroll;
  }
}

.l-services .services-products > .inner > .content > ul > li > .modalWrap > .close {
  width: 40px;
  height: 40px;
  background: url(images/common/cross.png) 50%/cover no-repeat;
  position: fixed;
  left: calc(50% + 360px);
  top: 80px;
  cursor: pointer;
  z-index: 10000;
}

@media screen and (max-width:1080px) {
  .l-services .services-products > .inner > .content > ul > li > .modalWrap > .close {
    top: 10px;
    left: auto;
    right: 20px;
  }
}

.l-services .services-products > .inner > .content > ul > li > .modalWrap > .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  cursor: pointer;
}

.l-services .services-products > .inner > .content > ul > li > .modalWrap > .list {
  width: calc(100% - 40px);
  padding: 40px;
  background-color: #fff;
  margin: 0 20px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 80px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner > .content > ul > li > .modalWrap > .list {
    padding: 20px;
    top: 60px;
  }
}

.l-services .services-products > .inner > .content > ul > li > .modalWrap > .list li:not(:nth-child(3n)) {
  margin-right: 20px;
}

.l-services .services-products > .inner > .content > ul > li > .modalWrap > .list li {
  width: calc((100% - 40px)/3);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}


/* IE対策 モーダルの補正 */
@media screen\0 {
.l-services .services-products > .inner > .content > ul > li > .modalWrap > .list li {
width:calc((100% - 80px)/3);
  }

.l-services .services-products > .inner > .content > ul > li > .modalWrap > .list li span {
width:80px;
  }
}


@media screen and (max-width:750px) {
  .l-services .services-products > .inner > .content > ul > li > .modalWrap > .list li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.l-services .services-products > .inner > .content > ul > li > .modalWrap > .list li img {
  width: 60px;
  margin-right: 20px;
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner > .content > ul > li > .modalWrap > .list li img {
    width: 40px;
  }
}

.l-services .services-products > .inner > .content > ul > li:hover > button {
  opacity: .6;
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner > .content > ul > li:hover > button {
    opacity: 1;
  }
}

.l-services .services-products > .inner > .banner {
  margin: 80px auto 0;
  max-width: 720px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-services .services-products > .inner > .banner:hover {
  opacity: .6;
}

@media screen and (max-width:750px) {
  .l-services .services-products > .inner > .banner {
    margin: 50px auto 0;
  }
}

.l-services .services-makers {
  background-color: #f5f5f5;
}

.l-services .services-makers > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

@media screen and (max-width:1080px) {
  .l-services .services-makers > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-makers > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-services .services-makers > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-makers > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-services .services-makers > .inner > .content {
  margin-top: 20px;
}

.l-services .services-makers > .inner > .content > .list ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.l-services .services-makers > .inner > .content > .list ul:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#f5f5f5));
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f5f5f5);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .6s;
  transition: .6s;
  z-index: 1;
}

.l-services .services-makers > .inner > .content > .list ul li {
  width: 33.33333%;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 14px;
  padding-right: 5px;
  position: relative;
}

.l-services .services-makers > .inner > .content > .list ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #f90;
  position: absolute;
  top: 10px;
  left: 0;
}

.l-services .services-makers > .inner > .content > .list.is-more {
  display: none;
  margin-bottom: 40px;
}

.l-services .services-makers > .inner > .content .more {
  max-width: 400px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
  border: 2px solid #2a2a2a;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-services .services-makers > .inner > .content .more span {
  padding: 10px 20px 10px 0;
  display: inline-block;
  position: relative;
}

.l-services .services-makers > .inner > .content .more span:before {
  content: "";
  width: 11px;
  height: 7px;
  background: url(images/services/arrow_b.png) 50%/cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-services .services-makers > .inner > .content .more .off {
  display: none;
}

.l-services .services-makers > .inner > .content .more:hover {
  background-color: #2a2a2a;
}

.l-services .services-makers > .inner > .content .more:hover span {
  color: #fff;
}

.l-services .services-makers > .inner > .content .more:hover span:before {
  background: url(images/services/arrow_w.png) 50%/cover no-repeat;
  position: absolute;
}

.l-services .services-makers > .inner > .content.is-active > .list > ul:before {
  opacity: 0;
}

.l-services .services-makers > .inner > .content.is-active > .more span:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.l-services .services-makers > .inner > .content.is-active > .more .on {
  display: none;
}

.l-services .services-makers > .inner > .content.is-active > .more .off {
  display: inline-block;
}

.l-services .services-safety > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

@media screen and (max-width:1080px) {
  .l-services .services-safety > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-safety > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-services .services-safety > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-services .services-safety > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-services .services-safety > .inner > .content > .box {
  border: 3px solid #ebebeb;
  background-color: #fff;
  padding: 50px 0 60px;
  position: relative;
}

@media screen and (max-width:750px) {
  .l-services .services-safety > .inner > .content > .box {
    padding: 40px 20px;
  }
}

.l-services .services-safety > .inner > .content > .box > .title {
  font-size: 26px;
  font-weight: 700;
  color: #001a43;
  line-height: 1.8;
  text-align: center;
  padding-top: 55px;
  display: block;
  position: relative;
}

@media screen and (max-width:750px) {
  .l-services .services-safety > .inner > .content > .box > .title {
    font-size: 20px;
  }
}

.l-services .services-safety > .inner > .content > .box > .title:before {
  content: "";
  width: 49px;
  height: 35px;
  background: url(images/services/icon_mn.png) 50%/cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-services .services-safety > .inner > .content > .box > .text {
  max-width: 720px;
  margin: 20px auto 0;
  font-weight: 300;
  line-height: 1.8;
}

.l-services .services-safety > .inner > .content > .list {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:750px) {
  .l-services .services-safety > .inner > .content > .list {
    display: block;
  }
}

.l-services .services-safety > .inner > .content > .list li {
  width: calc((100% - 40px)/3);
}

@media screen and (max-width:750px) {
  .l-services .services-safety > .inner > .content > .list li {
    width: 100%;
  }
}

.l-services .services-safety > .inner > .content > .list li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width:750px) {
  .l-services .services-safety > .inner > .content > .list li:not(:last-child) {
    margin: 0 0 20px;
  }
}

#services.is-open {
  overflow: hidden;
}

.l-company .company-head > .inner {
  padding-bottom: 60px;
}

.l-company .chart {
  background-color: #f5f5f5;
}

.l-company .chart > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

@media screen and (max-width:1080px) {
  .l-company .chart > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-company .chart > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-company .chart > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-company .chart > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-company .company-profile {
  background-color: #f5f5f5;
}

.l-company .company-profile > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

@media screen and (max-width:1080px) {
  .l-company .company-profile > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-company .company-profile > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-company .company-profile > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-company .company-profile > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-company .company-profile > .inner > .content {
  margin-top: 60px;
}

.l-company .company-profile > .inner > .content table {
  table-layout: auto;
}

.l-company .company-profile > .inner > .content table tr:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.l-company .company-profile > .inner > .content table tr {
  vertical-align: top;
  border-top: 1px solid #d8d8d8;
}

@media screen and (max-width:750px) {
  .l-company .company-profile > .inner > .content table tr {
    display: block;
  }
}

.l-company .company-profile > .inner > .content table tr th {
  width: 17%;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  padding: 20px 15px;
}

@media screen and (max-width:750px) {
  .l-company .company-profile > .inner > .content table tr th {
    width: 100%;
    display: block;
    padding: 20px 0;
  }
}

.l-company .company-profile > .inner > .content table tr td {
  font-size: 15px;
  padding: 20px 15px 20px 0;
}

@media screen and (max-width:750px) {
  .l-company .company-profile > .inner > .content table tr td {
    display: block;
    padding: 0 0 20px;
  }
}

.l-company .company-profile > .inner > .content table tr td a {
  border-bottom: 1px solid;
}

.l-company .company-profile > .inner > .content table tr td .is-bold {
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}

.l-company .company-profile > .inner > .content table tr td span {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.l-company .company-office {
  background-color: #f5f5f5;
}

.l-company .company-office > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

@media screen and (max-width:1080px) {
  .l-company .company-office > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-company .company-office > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-company .company-office > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-company .company-office > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-company .company-office > .inner > .content .office-anc {
  display: -webkit-box;
  display: flex;
  margin: 70px auto 0;
  text-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width:750px) {
  .l-company .company-office > .inner > .content .office-anc {
    display: block;
  }
}

.l-company .company-office > .inner > .content .office-anc a {
  border-bottom: 2px solid #001a43;
  padding: 2px 20px 2px 2px;
  margin: 0 12px;
  position: relative;
  font-weight: 700;
}

@media screen and (max-width:750px) {
  .l-company .company-office > .inner > .content .office-anc a {
    width: 100%;
    text-align: left;
    margin: 0;
    display: block;
  }
}

.l-company .company-office > .inner > .content .office-anc a:before {
  content: "";
  width: 10px;
  height: 5px;
  background: url(images/services/arrow.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
}

.l-company .company-office > .inner > .content .title {
  font-size: 20px;
  color: #001a43;
  font-weight: 700;
  opacity: .8;
  padding-left: 15px;
  margin: 60px 0 20px;
  display: block;
}

@media screen and (max-width:750px) {
  .l-company .company-office > .inner > .content .title {
    margin: 40px 0 20px;
  }
}

.l-company .company-office > .inner > .content table {
  table-layout: auto;
}

.l-company .company-office > .inner > .content table tr:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.l-company .company-office > .inner > .content table tr {
  vertical-align: top;
  border-top: 1px solid #d8d8d8;
}

@media screen and (max-width:750px) {
  .l-company .company-office > .inner > .content table tr {
    display: block;
  }
}

.l-company .company-office > .inner > .content table tr th {
  width: 30%;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  padding: 20px 15px;
}

@media screen and (max-width:750px) {
  .l-company .company-office > .inner > .content table tr th {
    width: 100%;
    display: block;
    padding: 20px 0;
  }
}

.l-company .company-office > .inner > .content table tr td {
  width: 35%;
  font-size: 15px;
  padding: 20px 15px 20px 0;
}

@media screen and (max-width:750px) {
  .l-company .company-office > .inner > .content table tr td {
    width: 100%;
    display: block;
    padding: 0 0 20px;
  }
}

.l-company .company-office > .inner > .content table tr td a {
  border-bottom: 1px solid;
}

.l-company .company-office > .inner > .content table tr td span {
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
  display: block;
  background: url(images/common/gmap.png) no-repeat;
  background-size: 30px;
  padding: 10px 0 10px 35px;
}

.l-history > .history {
  background-color: #f5f5f5;
}

.l-history > .history > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

@media screen and (max-width:1080px) {
  .l-history > .history > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-history > .history > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-history > .history > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-history > .history > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-history > .history > .inner > .content {
  margin-top: 60px;
  position: relative;
}

.l-history > .history > .inner > .content table {
  table-layout: auto;
}

.l-history > .history > .inner > .content table tr:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.l-history > .history > .inner > .content table tr {
  vertical-align: top;
  border-top: 1px solid #d8d8d8;
}

@media screen and (max-width:750px) {
  .l-history > .history > .inner > .content table tr {
    display: block;
  }
}

.l-history > .history > .inner > .content table tr th {
  width: 17%;
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  padding: 24px 15px;
}

@media screen and (max-width:750px) {
  .l-history > .history > .inner > .content table tr th {
    width: 100%;
    padding: 24px 0 0;
    display: block;
  }
}

.l-history > .history > .inner > .content table tr td {
  font-size: 15px;
  padding: 24px 15px;
}

@media screen and (max-width:750px) {
  .l-history > .history > .inner > .content table tr td {
    width: 100%;
    padding: 20px 0 24px;
    display: block;
  }
}

.l-history > .history > .inner > .content table tr td p {
  font-weight: 300;
}

.l-history > .history > .inner > .content .photo01 {
  right: 20px;
  top: 20px;
}

.l-history > .history > .inner > .content .photo02 {
  right: 60px;
  top: 320px;
}

.l-history > .history > .inner > .content .photo03 {
  right: 20px;
  top: 620px;
}


@media screen and (max-width:1080px) {
  .l-history > .history > .inner > .content .photo01 {
    display: none;
  }

  .l-history > .history > .inner > .content .photo02 {
    display: none;
  }

  .l-history > .history > .inner > .content .photo03 {
    display: none;
  }
}

.l-history > .history > .inner > .content img {
  position: absolute;
  width: 300px;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.l-message .message {
  background-color: #f5f5f5;
}

.l-message .message > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

@media screen and (max-width:1080px) {
  .l-message .message > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-message .message > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-message .message > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-message .message > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-message .message > .inner > .content {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width:750px) {
  .l-message .message > .inner > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

.l-message .message > .inner > .content > .info {
  width: 66%;
}

@media screen and (max-width:750px) {
  .l-message .message > .inner > .content > .info {
    width: 100%;
    margin-top: 30px;
  }
}

.l-message .message > .inner > .content > .info > .name {
  font-weight: 700;
  text-align: right;
  margin-top: 25px;
  display: block;
}

.l-message .message > .inner > .content > .image {
  width: calc(34% - 50px);
  height: 34%;
  margin-right: 50px;
  margin-top: 40px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width:750px) {
  .l-message .message > .inner > .content > .image {
    width: 60%;
    margin: 30px auto 0;
  }
}

.l-message .message > .inner > .content > .image:after {
  content: "";
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#b5950a), to(#d98100));
  background: linear-gradient(180deg, #b5950a, #d98100);
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: .5;
  z-index: -1;
}

@media screen and (max-width:750px) {
  .l-message .message > .inner > .content > .image:after {
    width: 80px;
    height: 80px;
    top: -20px;
    right: -20px;
  }
}

.l-news .news-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 60px;
}

@media screen and (max-width:1080px) {
  .l-news .news-content {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-news .news-content {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-news .news-content {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-news .news-content {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-news .news-content > .inner ul li:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.l-news .news-content > .inner ul li {
  border-top: 1px solid #d8d8d8;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-news .news-content > .inner ul li:hover {
  background-color: rgba(42, 42, 42, .1);
}

.l-news .news-content > .inner ul li a {
  padding: 18px 10px;
  display: block;
}

.l-news .news-content > .inner ul li a:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (max-width:750px) {
  .l-news .news-content > .inner ul li a {
    padding: 18px 0;
  }
}

.l-news .news-content > .inner ul li a > .date {
  width: 14%;
  color: #949494;
  font-weight: 700;
  display: block;
  float: left;
}

@media screen and (max-width:1080px) {
  .l-news .news-content > .inner ul li a > .date {
    width: 100%;
    float: none;
  }
}

.l-news .news-content > .inner ul li a > .title {
  width: calc(86% - 20px);
  color: #2a2a2a;
  font-weight: 700;
  margin-left: 20px;
  display: block;
  float: left;
}

@media screen and (max-width:1080px) {
  .l-news .news-content > .inner ul li a > .title {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    float: none;
  }
}

.l-singlenews {
  background-color: #f5f5f5;
}

.l-singlenews .singlenews-content > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

@media screen and (max-width:1080px) {
  .l-singlenews .singlenews-content > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-singlenews .singlenews-content > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-singlenews .singlenews-content > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-singlenews .singlenews-content > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-singlenews .singlenews-content > .inner > .content {
  background-color: #fff;
  padding: 70px 110px;
}

@media screen and (max-width:750px) {
  .l-singlenews .singlenews-content > .inner > .content {
    padding: 40px 20px;
  }
}

.l-singlenews .singlenews-content > .inner > .content > .info {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}

.l-singlenews .singlenews-content > .inner > .content > .info > .title {
  font-size: 40px;
  font-weight: 700;
}

@media screen and (max-width:750px) {
  .l-singlenews .singlenews-content > .inner > .content > .info > .title {
    font-size: 30px;
  }
}

.l-singlenews .singlenews-content > .inner > .content > .info > .date {
  color: #949494;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}

.l-singlenews .singlenews-content > .inner > .content > .text {
  padding-top: 40px;
}

.l-singlenews .singlenews-content > .inner > .content > .text p {
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 20px;
}

.l-singlenews .singlenews-content > .inner > .menu {
  max-width: 720px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
}

@media screen and (max-width:750px) {
  .l-singlenews .singlenews-content > .inner > .menu {
    flex-wrap: wrap;
  }
}

@media screen and (max-width:750px) {
  .l-singlenews .singlenews-content > .inner > .menu a:first-child {
    margin-right: 10px;
  }
}

.l-singlenews .singlenews-content > .inner > .menu a {
  min-width: 190px;
  font-size: 15px;
  color: #fff;
  background-color: #2a2a2a;
  text-align: center;
  padding: 15px 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width:750px) {
  .l-singlenews .singlenews-content > .inner > .menu a {
    min-width: auto;
    width: calc((100% - 10px)/2);
    font-size: 13px;
  }
}

.l-singlenews .singlenews-content > .inner > .menu a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 10px 10px 20px rgba(42, 42, 42, .2);
}

.l-singlenews .singlenews-content > .inner > .menu a.is-blank {
  opacity: 0;
  pointer-events: none;
}

.l-singlenews .singlenews-content > .inner > .menu > .prev {
  position: relative;
  padding-left: 55px;
}

.l-singlenews .singlenews-content > .inner > .menu > .prev:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(images/common/arrow_w.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width:750px) {
  .l-singlenews .singlenews-content > .inner > .menu > .index {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-top: 10px;
  }
}

.l-singlenews .singlenews-content > .inner > .menu > .next {
  position: relative;
  padding-right: 55px;
}

.l-singlenews .singlenews-content > .inner > .menu > .next:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(images/common/arrow_w.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.l-contact .contact-head .text {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 90px auto 70px;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}

@media screen and (max-width:1080px) {
  .l-contact .contact-head .text {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-contact .contact-head .text {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-contact .contact-head .text {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-contact .contact-head .text {
    padding-right: 20px;
    margin: 40px auto 50px;
  }
}

.l-contact .contact-content {
  background-color: #f5f5f5;
}

.l-contact .contact-content > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

@media screen and (max-width:1080px) {
  .l-contact .contact-content > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-contact .contact-content > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-contact .contact-content > .inner > .box {
  max-width: 720;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 60px;
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box {
    padding: 40px 20px;
  }
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box form {
    margin-bottom: 0;
  }
}

.l-contact .contact-content > .inner > .box table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0 35px;
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box table {
    border-spacing: 0;
  }
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box table tr:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box table tr {
    display: block;
  }
}

.l-contact .contact-content > .inner > .box table tr th {
  font-size: 15px;
  width: 27%;
  text-align: left;
  font-weight: 700;
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box table tr th {
    width: auto;
    display: inline-block;
  }
}

.l-contact .contact-content > .inner > .box table tr .required {
  position: relative;
}

.l-contact .contact-content > .inner > .box table tr .required:before {
  content: "※";
  color: #9aaaab;
  position: absolute;
  left: -20px;
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box table tr .required:before {
    right: -17px;
    left: auto;
  }
}

.l-contact .contact-content > .inner > .box table tr td {
  width: 100%;
  position: relative;
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box table tr td.is-address {
    padding-bottom: 25px;
  }
}

.l-contact .contact-content > .inner > .box table tr td.is-address:after {
  content: "（※建物名も省略せずにご記入ください）";
  font-size: 12px;
  position: absolute;
  bottom: -22px;
  right: 0;
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box table tr td.is-address:after {
    bottom: 0;
  }
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box table tr td {
    padding-bottom: 5px;
    padding-top: 8px;
    display: block;
  }
}

.l-contact .contact-content > .inner > .box table tr td input {
  font-size: 15px;
  width: 100%;
  padding: 10px;
  border: 1px solid #d8d8d8;
}

.l-contact .contact-content > .inner > .box table tr td input::-webkit-input-placeholder {
  color: #d8d8d8;
}

.l-contact .contact-content > .inner > .box table tr td input::-moz-placeholder {
  color: #d8d8d8;
}

.l-contact .contact-content > .inner > .box table tr td input:-ms-input-placeholder {
  color: #d8d8d8;
}

.l-contact .contact-content > .inner > .box table tr td input::-ms-input-placeholder {
  color: #d8d8d8;
}

.l-contact .contact-content > .inner > .box table tr td input::placeholder {
  color: #d8d8d8;
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box table tr td input {
    padding: 8px;
  }
}

.l-contact .contact-content > .inner > .box table tr td select {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box table tr td select {
    padding: 8px 34px 8px 8px;
  }
}

.l-contact .contact-content > .inner > .box table tr td textarea {
  font-size: 15px;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d8d8d8;
}

.l-contact .contact-content > .inner > .box table tr td textarea::-webkit-input-placeholder {
  color: #d8d8d8;
}

.l-contact .contact-content > .inner > .box table tr td textarea::-moz-placeholder {
  color: #d8d8d8;
}

.l-contact .contact-content > .inner > .box table tr td textarea:-ms-input-placeholder {
  color: #d8d8d8;
}

.l-contact .contact-content > .inner > .box table tr td textarea::-ms-input-placeholder {
  color: #d8d8d8;
}

.l-contact .contact-content > .inner > .box table tr td textarea::placeholder {
  color: #d8d8d8;
}

.l-contact .contact-content > .inner > .box .error {
  color: #f90;
}

.l-contact .contact-content > .inner > .box .submitBtn {
  max-width: 250px;
  width: 100%;
  background-color: #2a2a2a;
  margin: 20px auto 0;
  display: block;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width:750px) {
  .l-contact .contact-content > .inner > .box .submitBtn {
    margin-top: 40px;
  }
}

.l-contact .contact-content > .inner > .box .submitBtn:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(images/common/arrow_w.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-contact .contact-content > .inner > .box .submitBtn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 10px 10px 20px rgba(42, 42, 42, .2);
}

.l-contact .contact-content > .inner > .box .submitBtn .inner {
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.l-contact .contact-content > .inner > .box .submitBtn .inner input {
  width: 100%;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}

.l-contact .contact-content > .inner > .box > .message {
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
}

.l-contact .contact-content > .inner > .box > .btn {
  text-align: center;
  margin-top: 50px;
}

.l-privacy .privacy-head .c-title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 60px;
  text-align: center;
}

@media screen and (max-width:1080px) {
  .l-privacy .privacy-head .c-title {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-privacy .privacy-head .c-title {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-privacy .privacy-head .c-title {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-privacy .privacy-head .c-title {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-privacy .privacy-content > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width:1080px) {
  .l-privacy .privacy-content > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-privacy .privacy-content > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-privacy .privacy-content > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-privacy .privacy-content > .inner {
    padding-right: 20px;
    padding-bottom: 60px;
  }
}

.l-privacy .privacy-content > .inner > .lead {
  line-height: 1.8;
}

.l-privacy .privacy-content > .inner > ul {
  margin-top: 60px;
}

.l-privacy .privacy-content > .inner > ul > li > .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width:750px) {
  .l-privacy .privacy-content > .inner > ul > li > .title {
    font-size: 18px;
  }
}

.l-privacy .privacy-content > .inner > ul > li > .text {
  font-size: 15px;
  line-height: 1.8;
}

.l-privacy .privacy-content > .inner > ul > li > ul {
  padding-left: 40px;
  margin-top: 10px;
}

.l-privacy .privacy-content > .inner > ul > li > ul li {
  list-style: decimal;
  line-height: 1.8;
}

.l-works .works-head > .inner > .menu {
  max-width: 1200px;
  max-width: 880px;
  padding: 40px 60px;
  margin: 60px auto;
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}

@media screen and (max-width:1080px) {
  .l-works .works-head > .inner > .menu {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-works .works-head > .inner > .menu {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-works .works-head > .inner > .menu {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-works .works-head > .inner > .menu {
    padding-right: 20px;
    display: block;
    margin: 40px 20px;
  }
}

.l-works .works-head > .inner > .menu > ul {
  width: calc(70% - 60px);
  margin-right: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:750px) {
  .l-works .works-head > .inner > .menu > ul {
    width: 100%;
    display: block;
  }
}

.l-works .works-head > .inner > .menu > ul > li:not(:last-child) {
  margin-bottom: 30px;
}

.l-works .works-head > .inner > .menu > ul > li {
  width: calc((100% - 40px)/2);
}

@media screen and (max-width:750px) {
  .l-works .works-head > .inner > .menu > ul > li {
    width: 100%;
  }
}

.l-works .works-head > .inner > .menu > ul > li > .title {
  width: 100%;
  font-weight: 300;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  border-bottom: 4px solid #d8d8d8;
}

.l-works .works-head > .inner > .menu > ul > li > ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.l-works .works-head > .inner > .menu > ul > li > ul > li {
  width: 50%;
  color: #001a43;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.l-works .works-head > .inner > .menu > ul > li > ul > li input {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-flex: 0;
  flex: none;
}

.l-works .works-head > .inner > .menu > ul > li > ul > li input:checked {
  background-color: #f90;
  border: 1px solid #f90;
}

.l-works .works-head > .inner > .menu > ul > li > .box > .btn {
  width: 100%;
  font-weight: 700;
  text-align: center;
  color: #949494;
  background-color: #2a2a2a;
  border: 1px solid #2a2a2a;
  border-radius: 25px;
  padding: 12px;
  display: block;
}

.l-works .works-head > .inner > .menu > ul > li > .box > .btn:hover {
  color: #2a2a2a;
  background-color: hsla(0, 0%, 58%, .1);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.l-works .works-head > .inner > .menu > .box {
  width: 30%;
  margin-bottom: 10px;
}

@media screen and (max-width:750px) {
  .l-works .works-head > .inner > .menu > .box {
    width: 100%;
    margin: 30px 0 0;
  }
}

.l-works .works-head > .inner > .menu > .box > .btn {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #001a43;
  border: 1px solid #2a2a2a;
  padding: 12px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-works .works-head > .inner > .menu > .box > .btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 10px 10px 20px rgba(42, 42, 42, .2);
}

.l-works .works-head > .inner > .menu > .box > .reset {
  font-size: 13px;
  margin: 10px auto 0;
}

.l-works .works-head > .inner > .menu .search {
  opacity: 0;
  z-index: -1;
  display: none;
}

.l-works .works-content {
  background-color: #f5f5f5;
}

.l-works .works-content > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

@media screen and (max-width:1080px) {
  .l-works .works-content > .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-works .works-content > .inner {
    padding-left: 20px;
  }
}

@media screen and (max-width:1080px) {
  .l-works .works-content > .inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:750px) {
  .l-works .works-content > .inner {
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-works .works-content > .inner > ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width:750px) {
  .l-works .works-content > .inner > ul {
    display: block;
  }
}

.l-works .works-content > .inner > ul > li:not(:nth-child(3n)) {
  margin-right: 30px;
}

.l-works .works-content > .inner > ul > li {
  width: calc((100% - 60px)/3);
  margin-bottom: 40px;
}

@media screen and (max-width:750px) {
  .l-works .works-content > .inner > ul > li {
    width: 100%;
  }
}

.l-works .works-content > .inner > ul > li > button {
  width: 100%;
}

.l-works .works-content > .inner > ul > li > button .image {
  padding-top: 70%;
  background-position: 50%;
  background-size: cover;
}

.l-works .works-content > .inner > ul > li > button span {
  font-weight: 700;
  text-align: left;
  margin-top: 10px;
  display: block;
}

.l-works .works-content > .inner > ul > li.is-active {
  display: block;
}

.l-works .works-content > .inner > ul > li.is-active > .modalWrap {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1s .1s;
  transition: opacity 1s .1s;
}

.l-works .works-content > .inner > ul > li > .modalWrap {
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 720px;
  height: 100%;
  overflow-y: scroll;
  z-index: 10000;
}

@media screen and (max-width:1080px) {
  .l-works .works-content > .inner > ul > li > .modalWrap {
    width: 100%;
    height: auto;
  }
}

.l-works .works-content > .inner > ul > li > .modalWrap > .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width:750px) {
  .l-works .works-content > .inner > ul > li > .modalWrap > .overlay {
    background-color: #fff;
  }
}

.l-works .works-content > .inner > ul > li > .modalWrap > .box {
  width: 100%;
  background-color: #fff;
  padding-bottom: 40px;
  z-index: 2;
  position: relative;
}

.l-works .works-content > .inner > ul > li > .modalWrap > .box > .close {
  width: 40px;
  height: 40px;
  background: url(images/common/cross.png) 50%/cover no-repeat;
  position: fixed;
  left: calc(50% + 375px);
  top: 10px;
  cursor: pointer;
  z-index: 10000;
}

@media screen and (max-width:1080px) {
  .l-works .works-content > .inner > ul > li > .modalWrap > .box > .close {
    left: auto;
    right: 20px;
  }
}

.l-works .works-content > .inner > ul > li > .modalWrap > .box .slick-track {
  height: 500px;
}

@media screen and (max-width:750px) {
  .l-works .works-content > .inner > ul > li > .modalWrap > .box .slick-track {
    height: 240px;
  }
}

.l-works .works-content > .inner > ul > li > .modalWrap > .box > .image {
  display: block;
  height: 500px;
}

@media screen and (max-width:750px) {
  .l-works .works-content > .inner > ul > li > .modalWrap > .box > .image {
    height: 240px;
  }
}

.l-works .works-content > .inner > ul > li > .modalWrap > .box > .image > .inner {
  width: 100%;
}

.l-works .works-content > .inner > ul > li > .modalWrap > .box > .info {
  padding: 30px 40px;
  background-color: #fff;
}

@media screen and (max-width:750px) {
  .l-works .works-content > .inner > ul > li > .modalWrap > .box > .info {
    padding-top: 50px;
  }
}

.l-works .works-content > .inner > ul > li > .modalWrap > .box > .info .category li:not(:last-child) {
  margin-right: 10px;
}

.l-works .works-content > .inner > ul > li > .modalWrap > .box > .info .category li {
  font-size: 12px;
  color: #001a43;
  font-weight: 700;
  display: inline-block;
}

.l-works .works-content > .inner > ul > li > .modalWrap > .box > .info .title {
  font-size: 20px;
  color: #001a43;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}

@media screen and (max-width:750px) {
  .l-works .works-content > .inner > ul > li > .modalWrap > .box > .info .title {
    font-size: 18px;
  }
}

.l-works .works-content > .inner > ul > li > .modalWrap > .box > .info .text, .l-works .works-content > .inner > ul > li > .modalWrap > .box > .info .text p {
  color: #001a43;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.8;
}

.l-works .works-content > .inner > ul > li > .modalWrap .slick-prev {
  width: 7px;
  height: 13px;
  background: url(images/common/arrow_prev.png) 50%/cover no-repeat;
  text-indent: -9999em;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-90px);
  transform: translateX(-90px);
}

.l-works .works-content > .inner > ul > li > .modalWrap .slick-next {
  width: 7px;
  height: 13px;
  background: url(images/common/arrow_next.png) 50%/cover no-repeat;
  text-indent: -9999em;
  position: absolute;
  bottom: -30px;
  right: 50%;
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
}

.l-works .works-content > .inner > ul > li > .modalWrap .slick-dots {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-works .works-content > .inner > ul > li > .modalWrap .slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 8px;
}

.l-works .works-content > .inner > ul > li > .modalWrap .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: rgba(42, 42, 42, .1);
  border-radius: 50%;
  display: block;
  text-indent: -9999em;
}

.l-works .works-content > .inner > ul > li > .modalWrap .slick-dots .slick-active button {
  background-color: #001a43;
}

#works.is-open {
  overflow: hidden;
}

.beforeUp:before {
  opacity: 0;
  -webkit-transform: rotate(25deg) translateY(0);
  transform: rotate(25deg) translateY(0);
}

.beforeUp.is-active:before {
  -webkit-transition: all .6s ease-in .2s;
  transition: all .6s ease-in .2s;
  -webkit-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
  opacity: 1;
}

.beforeUpB:before {
  opacity: 0;
  -webkit-transform: rotate(150deg) translateY(0);
  transform: rotate(150deg) translateY(0);
}

.beforeUpB.is-active:before {
  -webkit-transition: all .6s ease-in .2s;
  transition: all .6s ease-in .2s;
  -webkit-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0);
  opacity: 1;
}

.boxUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.boxUp.is-active {
  opacity: 1;
  -webkit-transition: .6s .2s;
  transition: .6s .2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.imageUp {
  opacity: 0;
}

.imageUp.is-active {
  opacity: 1;
  -webkit-transition: 1s .2s;
  transition: 1s .2s;
}




/* 5/20 takagi 追加
お知らせ用
-------------------------------------- */

.l-news .news-content>.inner ul li a>.date{
  width: 14%;
  color: #949494;
  font-weight: bold;
  display: block;
  float: left;
}
@media screen and (max-width: 1080px) {
  .l-news .news-content>.inner ul li a>.date{
    width: auto;
    margin-right: 25px;
    display: inline-block;
    float: none;
  }
}

.l-news .news-content>.inner ul li a>.category{
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 1080px) {
  .l-news .news-content>.inner ul li a>.category{
    width: auto;
    display: inline-block;
    float: none;
  }
}

.l-news .news-content>.inner ul li a>.category span{
  font-size: 12px;
  border: solid 1px #FF9900;
  color: #FF9900;
  padding: 0 5px;
  display: flex;
  justify-content: center;
}

.l-news .news-content>.inner ul li a>.title{
  Width: auto;
  color: #2A2A2A;
  font-weight: 700;
  display: block;
  float: left;
}
@media screen and (max-width: 1080px) {
  .l-news .news-content>.inner ul li a>.title{
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    float: none;
  }
}


.l-singlenews .singlenews-content>.inner>.content>.info>.date{
  color: #949494;
  font-weight: 700;
  margin: 10px 20px 0 0;
  display: inline-block;
}
.l-singlenews .singlenews-content>.inner>.content>.info>.category{
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 1080px) {
  .l-singlenews .singlenews-content>.inner>.content>.info>.category{
    width: auto;
    float: none;
  }
}
.l-singlenews .singlenews-content>.inner>.content>.info>.category span{
  font-size: 13px;
  border: solid 1px #FF9900;
  color: #FF9900;
  padding: 0 5px;
  display: flex;
  justify-content: center;
}


/* --------------------------------------
4/15追記 5/20 takagi
以下indexのnewsのセクションのcssです。
以下のコードも追加をよろしくお願いいたします。
 -------------------------------------- */
.index-news>.inner>.content li a>.date{
  width: 14%;
  color: #949494;
  font-weight: bold;
  display: block;
  float: left;
}
@media screen and (max-width: 1080px) {
  .index-news>.inner>.content li a>.date{
    width: auto;
    margin-right: 25px;
    display: inline-block;
    float: none;
  }
}
.index-news>.inner>.content li a>.category{
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 1080px) {
  .index-news>.inner>.content li a>.category{
    width: auto;
    display: inline-block;
    float: none;
  }
}
.index-news>.inner>.content li a>.category span{
  font-size: 12px;
  border: solid 1px #FF9900;
  color: #FF9900;
  padding: 0 5px;
  display: flex;
  justify-content: center;
}
.index-news>.inner>.content li a>.title{
  width: auto;
  color: #2a2a2a;
  font-weight: 700;
  display: block;
  float: left;
}
@media screen and (max-width: 1080px) {
  .index-news>.inner>.content li a>.title{
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
    float: none;
  }
}




/* -------------------------------------- */
/* 印刷最適化  5/20 takagi
/* -------------------------------------- */

body{
	-webkit-print-color-adjust: exact;
}

@media print{
	.beforeUp:before{
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
	}

	.beforeUpB:before{
    opacity: 1;
    transform: rotate(180deg) translateY(0px);
	}

	.boxUp{
		opacity: 1;
		transform: translateY(0px);
	}
	.imageUp{
		opacity: 1;
	}

  /* -------------------common------------------- */
	.l-header>.container{
		position: absolute;
	}
	.l-footer>.inner>.contact{
		padding: 0 40px;
	}
	.l-header>.container>.inner>.nav>ul li:not(:last-child){
		margin-right: 10px;
	}
	.l-footer>.inner>.footer>.top>.info{
		margin-right: 40px;
	}
	.l-footer>.inner>.footer>.bottom{
		padding: 40px;
	}

    /* -------------------index------------------- */
	.index-recruit>.inner>.info>.c-title>.en{
		font-size: 30px;
	}
	.index-news>.inner>.content li a>.date{
		width: 25%;
	}
	.index-kv>.inner>.info>.copy{
    position: relative;
    z-index: 10;
	}
	.c-section>.title>.en{
		font-size: 30px;
	}
	.index-recruit>.inner>.content li a>.date{
		width: 100%;
		display: block;
	}
	.index-recruit>.inner>.content li a>.title{
		margin-left: 0;
		margin-top: 10px;
	}

  /* ------index ビジュアル 0521------- */
	.index-kv > .inner {
		padding-top: 325px;
	}

	.index-kv > .inner > .slide {
		min-height: 325px;
	}

	.index-kv > .inner > .slide.is-top {
		min-height: 150px;
	}

	.index-kv > .inner > .slide.is-bottom {
		min-height: 185px;
	}


  /* -------------------services 事業内容------------------- */
	.l-services .services-products>.inner>.content>ul>li button span{
		font-size: 10px;
	}
	.l-services .services-products>.inner>.c-section>.box{
		display: block;
	}
	.l-services .services-products>.inner>.c-section>.box .text{
		width: 100%;
	}
	.l-services .services-products>.inner>.c-section>.box .image{
		margin-top: 30px;
	}
	.l-services .services-safety>.inner>.content>.box{
		padding: 40px;
	}

  /* -------------------works 納入実績------------------- */
	.l-works .works-head>.inner>.menu>ul>li>ul>li{
		font-size: 10px;
	}


  /* -------------------history 沿革------------------- */
	.l-history>.history>.inner>.content img{
		display: none;
	}
	.l-history>.history>.inner>.content table tr th{
		width: 25%;
	}

  /* -------------------news------------------- */
	.l-news .news-content>.inner ul li a>.date{
		width: 25%;
	}
}






/* -------------------カテゴリ一覧 items------------------- */
.index-items > .inner > .c-title {
    max-width: 1080px;
    margin: 80px auto;
    text-align: center;
}

.items-area {
	display: flex;
	flex-flow:row wrap;
	align-items:flex-start;
	align-content: flex-start;
/*
	justify-content: space-between;
*/
}

.items-area div {
	width:calc((100% / 4 ) - 30px);
	box-sizing:border-box;
	text-align: center;
	align-self: flex-start;
	margin:0 15px 20px 15px;
}

.items-area div img {
	width:100%;
	height:auto;
}

@media screen and (max-width:750px) {
.items-area div {
	width:calc((100% / 2 ) - 30px);
	box-sizing:border-box;
	text-align: center;
	align-self: flex-start;
	margin:0 15px 20px 15px;
}
}


/* -------------------sns一覧 items------------------- */
.f-sns {
	display: flex;
	justify-content: flex-end;
	max-width: 1080px;
	padding-bottom: 20px;
	margin: 0 auto;
}

.f-sns a {
	margin-right: 20px;
}

.f-sns a img {
	width: 40px;
	height: 40px;
}
@media screen and (max-width:750px) {
.f-sns {
	padding: 20px;
}
}
