@charset "UTF-8";
@font-face {
  font-family: 'futura';
  src: url(../font/HelveticaNeueLTStd-Hv.otf);
  font-weight: 500;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (max-width: 559px) {
  html {
    font-size: 54.7%;
  }
}

body {
  background: #fff;
  color: #222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1080px;
}

@media (max-width: 559px) {
  body {
    min-width: 375px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: #222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media (max-width: 559px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.pre-text, .top-sec3 .block dl dd, .service-sec1 .box > p, .philosophy-sec1 .sec2 > div, .philosophy-sec2 .text1, .recruit-sec1 .box, .recruit-sec2 .box .text1 p, .contact-text, .privacy section .box, .e404-sec .box {
  line-height: 30px;
}

.pre-text p:nth-child(n+2), .top-sec3 .block dl dd p:nth-child(n+2), .service-sec1 .box > p p:nth-child(n+2), .philosophy-sec1 .sec2 > div p:nth-child(n+2), .philosophy-sec2 .text1 p:nth-child(n+2), .recruit-sec1 .box p:nth-child(n+2), .recruit-sec2 .box .text1 p p:nth-child(n+2), .contact-text p:nth-child(n+2), .privacy section .box p:nth-child(n+2), .e404-sec .box p:nth-child(n+2) {
  margin-top: 30px;
}

@media (max-width: 559px) {
  .pre-text p:nth-child(n+2), .top-sec3 .block dl dd p:nth-child(n+2), .service-sec1 .box > p p:nth-child(n+2), .philosophy-sec1 .sec2 > div p:nth-child(n+2), .philosophy-sec2 .text1 p:nth-child(n+2), .recruit-sec1 .box p:nth-child(n+2), .recruit-sec2 .box .text1 p p:nth-child(n+2), .contact-text p:nth-child(n+2), .privacy section .box p:nth-child(n+2), .e404-sec .box p:nth-child(n+2) {
    margin-top: 20px;
  }
}

.contents {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}

.no-post {
  text-align: center;
  font-size: 1.8rem;
}

@media (max-width: 559px) {
  .sp-none {
    display: none;
  }
}

.sp-show {
  display: none;
}

@media (max-width: 559px) {
  .sp-show {
    display: block;
  }
}

/*                                  extend                                               */
.eli, .top-sec1 .box ul li a p, .blog-list > li > a dl dt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cent, .thumbnail img, .blog-list > li > a figure img, .open .menu-trigger span:nth-of-type(1), .open .menu-trigger span:nth-of-type(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ce, .top-sec4 .box ul li a, .top-sec5 .flex1 > a:before, .tit:after, .service-sec1 h3:after, .philosophy-sec1 h3:after, .philosophy-sec2 h3:after, .recruit-sec1 h3:after, .recruit-sec2 h3:after, .recruit-sec3 h3:after, .recruit-sec4 h3:after, .recruit-sec5 h3:after, .info-sec1 h3:after, .info-sec2 h3:after, .blog-sec h3:after, .blog-art h3:after, .contact-sec1 h3:after, .contact-sec2 h3:after, .sitemap-sec h3:after, .privacy section h3:after, .e404-sec h3:after, .recruit-sec2 .box .inbox div:before, .recruit-sec2 .box .inbox div:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mid, .btn:after, .top-sec1 .box > a:after, .top-sec3 ul li a:after, .top-sec4 .box ul li a:after, .recruit-anchor ul li a:after, .menu-trigger span:nth-of-type(2), .top-sec5 .flex1 > a:after, .sub-mv h2, .dust li:after, .tagList div p:after, .back a:after, .next a:after, .contact-submits-wrap p:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flex, .head-box .flex1, .head-box > a, .head-flex2, .nav-list ul, .top-sec1 .contents, .top-sec1 .box ul li a, .top-sec3 ul, .top-sec4 .box ul, .top-sec5 .flex1, .dust, .com-list, .com-list li a, .service-sec1 .box ul, .recruit-anchor ul, .blog-list > li > a, .pagenation, .deta-nav, .contact-submits-wrap, footer .flex1, .ft-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn, .top-sec1 .box > a, .top-sec3 ul li a, .top-sec4 .box ul li a, .recruit-anchor ul li a {
  position: relative;
  background: #222;
  display: block;
  max-width: 240px;
  width: 100%;
  padding: 13px 5px;
  border: 1px solid #e60012;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  letter-spacing: .025em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn, .top-sec1 .box > a, .top-sec3 ul li a, .top-sec4 .box ul li a, .recruit-anchor ul li a {
    padding: 17px 5px 9px;
  }
}

.btn:after, .top-sec1 .box > a:after, .top-sec3 ul li a:after, .top-sec4 .box ul li a:after, .recruit-anchor ul li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #e60013;
  right: 30px;
}

.btn:hover, .top-sec1 .box > a:hover, .top-sec3 ul li a:hover, .top-sec4 .box ul li a:hover, .recruit-anchor ul li a:hover {
  opacity: .7;
}

.thumbnail, .blog-list > li > a figure {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.thumbnail img, .blog-list > li > a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .thumbnail img, .blog-list > li > a figure img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: 0;
    top: 0;
  }
}

.iframe, .info-sec2 .box dl dd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframe iframe, .info-sec2 .box dl dd iframe {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*                                  wrapper                                               */
.wrapper {
  width: 100%;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  overflow-x: hidden;
}

/*                                    sp-nav                                            */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.menu-trigger {
  display: none;
  position: fixed;
  z-index: 10;
  right: 5px;
  top: 17px;
  width: 40px;
  height: 30px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #222;
  border-radius: 4px;
  border: solid 1px #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

@media (max-width: 559px) {
  .menu-trigger {
    display: block;
  }
}

.drawer-menu {
  background: #00326d;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 80px 0 10px;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.drawer-menu ul li {
  text-align: center;
}

.drawer-menu ul li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 0;
  border-bottom: dotted 1px #ccd6e1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/*--open--*/
.open .drawer-menu {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  z-index: 2;
}

.open .wrapper {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.open .menu-trigger span {
  height: 4px;
  background: #fff;
  border: none;
}

.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
}

.open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

/*                                        header                                         */
.head-box {
  position: relative;
  background: #fff;
  max-width: 1920px;
  width: 100%;
}

.head-box .flex1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 120px);
  padding-left: 20px;
}

.head-box .flex1 div {
  width: 300px;
  text-align: center;
}

.head-box .flex1 div a {
  background: #222;
  display: block;
  padding: 22px 10px;
}

.head-box .flex1 div p {
  background: #f2f2f2;
  padding: 13px 10px;
  color: #111;
  letter-spacing: .025em;
}

.head-box > a {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  background: #e60012;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
}

@media (max-width: 559px) {
  .head-box .flex1 {
    padding: 10px;
  }
  .head-box .flex1 h1 {
    width: 200px;
  }
  .head-box .flex1 div {
    display: none;
  }
  .head-box > a {
    display: none;
  }
}

.head-flex2 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.head-flex2 .mv {
  max-width: 1620px;
  width: 100%;
  padding-top: 825px;
  position: relative;
}

.head-flex2 .mv h2 {
  position: absolute;
  left: -120px;
  bottom: 80px;
}

@media (max-width: 559px) {
  .head-flex2 .mv {
    padding-top: 400px;
  }
  .head-flex2 .mv h2 {
    left: 0;
    bottom: 40px;
  }
  .head-flex2 .mv h2 img {
    width: 90%;
  }
}

.nav-list {
  background: #00326d;
  max-width: 300px;
  width: 100%;
  padding: 65px 0;
}

.nav-list ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-list ul li:nth-of-type(n+2) {
  margin-top: 20px;
}

.nav-list ul li a {
  display: block;
  color: #fff;
  padding-bottom: 5px;
}

.nav-list ul li .active {
  border-bottom: 1px solid #fff;
}

@media (max-width: 1559px) {
  .nav-list {
    max-width: 250px;
  }
}

@media (max-width: 559px) {
  .nav-list {
    display: none;
  }
}

/*                                        main                                           */
.top {
  padding: 120px 0;
}

@media (max-width: 559px) {
  .top {
    padding: 50px 0;
  }
}

.top-sec1 .box {
  max-width: 825px;
  width: 100%;
}

.top-sec1 .box ul {
  position: relative;
  max-width: 825px;
  width: 100%;
  padding: 50px 55px;
}

.top-sec1 .box ul:before, .top-sec1 .box ul:after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
}

.top-sec1 .box ul:before {
  border-top: 15px solid #00326d;
  border-left: 15px solid #00326d;
  left: 0;
  top: 0;
}

.top-sec1 .box ul:after {
  border-bottom: 15px solid #e60012;
  border-right: 15px solid #e60012;
  right: 0;
  bottom: 0;
}

@media (max-width: 559px) {
  .top-sec1 .box {
    margin-top: 50px;
  }
  .top-sec1 .box ul {
    padding: 20px;
  }
  .top-sec1 .box ul:before, .top-sec1 .box ul:after {
    width: 50px;
    height: 50px;
  }
  .top-sec1 .box ul:before {
    border-top: 5px solid #00326d;
    border-left: 5px solid #00326d;
  }
  .top-sec1 .box ul:after {
    border-bottom: 5px solid #e60012;
    border-right: 5px solid #e60012;
  }
}

.top-sec1 .box ul li:nth-of-type(n+2) {
  margin-top: 30px;
}

.top-sec1 .box ul li a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.top-sec1 .box ul li a time {
  display: block;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.top-sec1 .box ul li a p {
  width: 100%;
}

.top-sec1 .box > a {
  margin: 20px auto 0;
}

@media (max-width: 559px) {
  .top-sec1 h3 {
    margin: 0 auto;
  }
  .top-sec1 h3 img {
    width: 150px;
  }
  .top-sec1 .box ul li a time {
    margin-right: 20px;
  }
}

.top-sec2 {
  margin-top: 120px;
}

.top-sec2 h3 {
  position: relative;
  z-index: 1;
  padding: 180px 10px;
  border: 4px solid #f2f2f2;
  text-align: center;
}

@media (max-width: 559px) {
  .top-sec2 {
    margin-top: 50px;
  }
  .top-sec2 h3 {
    text-align: center;
    padding: 15% 10px 10%;
  }
  .top-sec2 h3 span {
    display: inline-block;
  }
  .top-sec2 h3 span:first-child {
    margin-bottom: 20px;
    padding-left: 50px;
  }
  .top-sec2 h3 span:first-child img {
    width: 180px;
  }
}

.top-sec3 {
  margin-top: 80px;
}

.top-sec3 .block {
  position: relative;
  z-index: 1;
  max-width: 480px;
  width: 100%;
  margin: 0 0 0 auto;
}

.top-sec3 .block dl {
  margin-top: 40px;
}

.top-sec3 .block dl dt {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: .025em;
}

.top-sec3 .block dl dd {
  margin-top: 30px;
}

.top-sec3 .block dl dd p:nth-of-type(n+2) {
  margin-top: 20px;
}

.top-sec3 .block dl dd .color_type01 {
  color: #e60012;
  font-weight: bold;
}

@media (max-width: 559px) {
  .top-sec3 {
    margin-top: 60px;
  }
  .top-sec3 h3 {
    text-align: center;
  }
  .top-sec3 h3 img {
    width: 190px;
  }
  .top-sec3 .block {
    max-width: 560px;
    width: 100%;
    margin: 0;
  }
  .top-sec3 .block dl dt {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.top-sec3 figure {
  position: absolute;
  top: -50px;
  left: -420px;
}

.top-sec3 ul {
  max-width: 840px;
  width: 100%;
  margin: 50px auto 0;
}

.top-sec3 ul li {
  max-width: 240px;
  width: 100%;
}

.top-sec3 ul li a {
  margin: 0;
}

@media (max-width: 559px) {
  .top-sec3 figure {
    position: static;
    text-align: center;
    margin-top: 40px;
  }
  .top-sec3 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-sec3 ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.top-sec4 {
  background: url(../img/sec4.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 140px;
  margin-top: 120px;
}

.top-sec4 .contents {
  z-index: 1;
}

.top-sec4 h3 {
  text-align: center;
}

.top-sec4 .box {
  margin-top: 90px;
}

@media (max-width: 559px) {
  .top-sec4 {
    padding: 80px 0;
    margin-top: 60px;
  }
  .top-sec4 h3 img {
    width: 180px;
  }
}

.top-sec4 .box ul {
  padding: 0 15px;
}

.top-sec4 .box ul li {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  max-width: 300px;
  width: 100%;
  height: 300px;
  padding: 50px 10px;
  text-align: center;
}

.top-sec4 .box ul li:before {
  content: "";
  width: 36px;
  height: 54px;
  background: url(../img/sec4-ab1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -27px;
}

.top-sec4 .box ul li a {
  position: absolute;
  bottom: -20px;
  background: #00326d;
  border: none;
  margin: 0;
}

.top-sec4 .box ul li a:after {
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 559px) {
  .top-sec4 .box {
    margin-top: 70px;
  }
  .top-sec4 .box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-sec4 .box ul li {
    height: 210px;
    padding: 30px 10px;
  }
  .top-sec4 .box ul li:nth-of-type(n+2) {
    margin-top: 80px;
  }
  .top-sec4 .box ul li img {
    height: 135px;
  }
}

.top-sec4 .box ul li:first-of-type:after {
  content: "";
  width: 30px;
  height: 67px;
  background: url(../img/sec4-num1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 22px;
}

.top-sec4 .box ul li:nth-of-type(2):after {
  content: "";
  width: 48px;
  height: 67px;
  background: url(../img/sec4-num2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 18px;
}

.top-sec4 .box ul li:last-of-type:after {
  content: "";
  width: 44px;
  height: 67px;
  background: url(../img/sec4-num3.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 18px;
}

.top-sec5 {
  margin-top: 120px;
}

.top-sec5 h3 {
  text-align: center;
}

.top-sec5 .box {
  margin-top: 45px;
}

.top-sec5 .box > p {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
}

.top-sec5 .box figure {
  margin-top: 35px;
  text-align: center;
}

@media (max-width: 559px) {
  .top-sec5 {
    margin-top: 60px;
  }
  .top-sec5 h3 img {
    width: 200px;
  }
  .top-sec5 .box > p {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .top-sec5 .box figure {
    margin-top: 10px;
  }
}

.top-sec5 .flex1 {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  max-width: 620px;
  width: 100%;
  margin: 50px auto 0;
}

.top-sec5 .flex1 div {
  max-width: 300px;
  width: 100%;
}

.top-sec5 .flex1 div a {
  background: #222;
  display: block;
  padding: 20px 5px;
  text-align: center;
}

.top-sec5 .flex1 div p {
  background: #f2f2f2;
  padding: 9px 5px;
  text-align: center;
}

.top-sec5 .flex1 > a {
  position: relative;
  background: #e60012;
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 60px 10px 30px;
  text-align: center;
  color: #fff;
  letter-spacing: .025em;
}

.top-sec5 .flex1 > a:before {
  content: "";
  width: 40px;
  height: 28px;
  background: url(../img/mail.png) no-repeat center;
  background-size: contain;
  top: 20px;
}

.top-sec5 .flex1 > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  right: 30px;
  top: 63%;
}

@media (max-width: 559px) {
  .top-sec5 .flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-sec5 .flex1 > a {
    font-size: 1.8rem;
    padding: 60px 10px 20px;
  }
}

/*                                       under                                           */
.sub-mv {
  position: relative;
  background: url(../img/sub-mv.png) no-repeat center;
  background-size: cover;
  width: 1600px;
  padding-top: 405px;
}

.sub-mv h2 {
  background: rgba(0, 0, 0, 0.7);
  min-width: 500px;
  padding: 10px 30px;
  border-bottom: 3px solid #e60012;
  color: #fff;
  font-size: 4.6rem;
  font-weight: bold;
  transform: unset;
  top: auto;
  bottom: 0;
  right: 0;
}

.sub-mv h2 .en {
  color: #e60012;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.01em;
  display: block;
}

@media (max-width: 559px) {
  .sub-mv {
    padding: 350px 10px 0;
    background-color: #000;
    background-position: 50% 0;
    background-size: auto 250px;
  }
  .sub-mv h2 {
    font-size: 3.8rem;
    min-width: unset;
    width: 100%;
    padding: 10px;
    left: 0;
    top: auto;
  }
  .sub-mv h2 img {
    height: 55px;
  }
}

.service-mv {
  background-image: url(../img/service/sub-mv.jpg);
}

@media (max-width: 559px) {
  .service-mv {
    background-position: 85% 0;
  }
}

.philosophy-mv {
  background-image: url(../img/philosophy/sub-mv.jpg);
}

.philosophy-mv h2 {
  right: auto;
}

@media (max-width: 559px) {
  .philosophy-mv {
    background-position: 61% 0;
  }
}

.recruit-mv {
  background-image: url(../img/recruit/sub-mv.jpg);
}

.info-mv {
  background-image: url(../img/info/sub-mv.jpg);
}

.info-mv h2 {
  right: auto;
}

@media (max-width: 559px) {
  .info-mv {
    background-position: 47% 0;
  }
}

.blog-mv {
  background-image: url(../img/blog/sub-mv.jpg);
}

.contact-mv {
  background-image: url(../img/contact/sub-mv.jpg);
}

.privacy-mv {
  background-image: url(../img/privacy/sub-mv.jpg);
}

.privacy-mv h2 {
  right: auto;
}

.sitemap-mv {
  background-image: url(../img/sitemap/sub-mv.jpg);
}

.e404-mv {
  background-image: url(../img/e404/sub-mv.jpg);
}

@media (max-width: 559px) {
  .e404-mv h2 {
    font-size: 3.4rem;
  }
}

.lower {
  position: relative;
}

.dust {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 1.4rem;
}

.dust li {
  position: relative;
  padding: 0 10px;
  margin-right: 10px;
}

.dust li:last-child {
  margin-right: 0;
}

.dust li:last-child:after {
  content: none;
}

.dust li:after {
  content: "";
  width: 10px;
  height: 10px;
  right: -8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  border-radius: 2px;
}

@media (max-width: 559px) {
  .dust {
    display: none;
  }
}

.under-sec, .privacy section:nth-of-type(n+2) {
  margin-top: 110px;
}

@media (max-width: 559px) {
  .under-sec, .privacy section:nth-of-type(n+2) {
    margin-top: 80px;
  }
}

.tit, .service-sec1 h3, .philosophy-sec1 h3, .philosophy-sec2 h3, .recruit-sec1 h3, .recruit-sec2 h3, .recruit-sec3 h3, .recruit-sec4 h3, .recruit-sec5 h3, .info-sec1 h3, .info-sec2 h3, .blog-sec h3, .blog-art h3, .contact-sec1 h3, .contact-sec2 h3, .sitemap-sec h3, .privacy section h3, .e404-sec h3 {
  position: relative;
  padding-bottom: 15px;
  color: #00326d;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: .025em;
}

.tit:after, .service-sec1 h3:after, .philosophy-sec1 h3:after, .philosophy-sec2 h3:after, .recruit-sec1 h3:after, .recruit-sec2 h3:after, .recruit-sec3 h3:after, .recruit-sec4 h3:after, .recruit-sec5 h3:after, .info-sec1 h3:after, .info-sec2 h3:after, .blog-sec h3:after, .blog-art h3:after, .contact-sec1 h3:after, .contact-sec2 h3:after, .sitemap-sec h3:after, .privacy section h3:after, .e404-sec h3:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #c9c9c9;
  bottom: 0;
}

.sub-tit, .philosophy-sec1 .sec2 h4, .info-sec2 .box dl dt, .blog-list > li > a dl dt {
  position: relative;
  width: 100%;
  padding: 15px 10px 10px;
  border-top: 1px solid #00326d;
  border-bottom: 1px solid #00326d;
  font-size: 2.4rem;
  font-weight: 550;
  letter-spacing: .025em;
  background: #e5eaf0;
}

.under-box, .blog-sec .box, .blog-art .box, .sitemap-sec .box, .privacy section .box, .e404-sec .box {
  margin-top: 60px;
}

.com-list {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.com-list .com-list-img-pc {
  display: block;
}

.com-list .com-list-img-sp {
  display: none;
}

.com-list li {
  position: relative;
  background: #00326d;
  max-width: 300px;
  width: 100%;
}

.com-list li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.com-list li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 10px;
}

@media (max-width: 559px) {
  .com-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .com-list .com-list-img-pc {
    display: none;
  }
  .com-list .com-list-img-sp {
    width: 280px;
    display: block;
  }
  .com-list li:after {
    border-width: 0 0 15px 15px;
    right: 5px;
    bottom: 7px;
  }
  .com-list li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .com-list li a {
    padding: 10px 0;
  }
}

/*                                  service                                              */
.service {
  padding: 0 0 120px;
}

@media (max-width: 559px) {
  .service {
    padding: 0 0 60px;
  }
}

.service-sec1 {
  background: url(../img/service/sec1.png) no-repeat center;
  background-size: cover;
  padding: 120px 0;
}

.service-sec1 h3 {
  font-size: 3.2rem;
}

.service-sec1 .box {
  margin-top: 50px;
}

.service-sec1 .box ul {
  -webkit-box-align: end;
  -ms-flex-align: end;
  margin-top: 35px;
}

.service-sec1 .box ul li {
  max-width: 300px;
  width: 100%;
}

.service-sec1 .box ul li dl dd {
  margin-top: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

@media (max-width: 559px) {
  .service-sec1 {
    padding: 80px 0;
  }
  .service-sec1 .box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-sec1 .box ul li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .service-sec1 .box ul li dl dd {
    margin-top: 10px;
  }
}

.service-sec2 {
  margin-top: 60px;
}

.service-sec2 .block {
  position: relative;
  z-index: 1;
  width: 100%;
}

.service-sec2 .block .commitment {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
}

.service-sec2 .block .commitment figure {
  max-width: 450px;
  margin-left: 20px;
}

.service-sec2 .box p {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: .1em;
}

@media (max-width: 559px) {
  .service-sec2 {
    margin-top: 80px;
  }
  .service-sec2 .block .commitment {
    display: block;
  }
  .service-sec2 .block .commitment figure {
    max-width: 600px;
    margin: 20px auto 0;
  }
  .service-sec2 .box p {
    font-size: 1.8rem;
  }
}

.service-sec2 ul {
  margin-top: 200px;
}

@media (max-width: 559px) {
  .service-sec2 .img1 {
    position: static;
    margin-top: 40px;
    text-align: center;
  }
  .service-sec2 ul {
    margin-top: 40px;
  }
}

/*                                 philosophy                                            */
.philosophy {
  padding: 120px 0;
}

@media (max-width: 559px) {
  .philosophy {
    padding: 80px 0;
  }
}

.philosophy-sec1 .box {
  position: relative;
  margin-top: 60px;
}

.philosophy-sec1 .img1 {
  max-width: 50%;
}

.philosophy-sec1 .sec1 {
  width: 100%;
}

.philosophy-sec1 .sec1 .sec1-con {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: space-around;
}

.philosophy-sec1 .sec1 p {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 550;
  line-height: 50px;
  letter-spacing: .1em;
}

.philosophy-sec1 .sec1 p span {
  color: #e61112;
  font-size: 3.0rem;
  font-weight: 700;
}

@media (max-width: 559px) {
  .philosophy-sec1 .img1 {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .philosophy-sec1 .sec1 {
    position: static;
  }
  .philosophy-sec1 .sec1 .sec1-con {
    margin-top: 30px;
    display: block;
  }
  .philosophy-sec1 .sec1 p {
    font-size: 1.9rem;
    line-height: 40px;
  }
  .philosophy-sec1 .sec1 p span {
    font-size: 2.7rem;
  }
}

.philosophy-sec1 .sec2 {
  margin-top: 110px;
}

.philosophy-sec1 .sec2 h4 {
  text-align: center;
}

.philosophy-sec1 .sec2 > div {
  margin-top: 50px;
}

.philosophy-sec1 .sec2 > div p {
  text-align: center;
}

@media (max-width: 559px) {
  .philosophy-sec1 .sec2 {
    margin-top: 80px;
    background-size: auto 130px;
  }
  .philosophy-sec1 .sec2 > div p:last-of-type {
    text-align: left;
  }
}

.philosophy-sec2 {
  margin-top: 110px;
}

.philosophy-sec2 h3:after {
  background: #f2f2f2;
}

.philosophy-sec2 .logo {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  padding: 100px 10px;
  border: 4px solid #f2f2f2;
  text-align: center;
}

.philosophy-sec2 .box {
  margin-top: 40px;
}

.philosophy-sec2 .text1 {
  font-weight: 550;
  margin-top: 50px;
}

.philosophy-sec2 ul {
  margin-top: 110px;
}

@media (max-width: 559px) {
  .philosophy-sec2 {
    margin-top: 80px;
    background-size: auto 150px;
  }
  .philosophy-sec2 .logo {
    text-align: center;
    padding: 15% 10px 10%;
  }
  .philosophy-sec2 .logo span {
    display: inline-block;
  }
  .philosophy-sec2 .logo span:first-child {
    margin-bottom: 20px;
    padding-left: 50px;
  }
  .philosophy-sec2 .box {
    margin-top: 30px;
  }
  .philosophy-sec2 ul {
    margin-top: 40px;
  }
}

/*                                  recruit                                              */
.recruit {
  padding: 0 0 120px;
}

@media (max-width: 559px) {
  .recruit {
    padding: 0 0 100px;
  }
}

.recruit-anchor {
  padding: 80px 0 30px;
}

.recruit-anchor ul {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.recruit-anchor ul li {
  max-width: 200px;
  width: 100%;
}

.recruit-anchor ul li a {
  margin: 0;
}

.recruit-anchor ul li a:after {
  border-width: 10px 5px 0 5px;
  border-color: #e60013 transparent transparent transparent;
  right: 10px;
}

@media (max-width: 559px) {
  .recruit-anchor {
    padding: 40px 0;
  }
  .recruit-anchor ul li {
    width: 50%;
  }
}

.recruit-sec1 {
  background: url(../img/recruit/sec1.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

.recruit-sec1 .box {
  margin-top: 50px;
  padding: 30px 10px;
  background: rgba(255, 255, 255, 0.6);
}

.recruit-sec1 .box p {
  text-align: center;
}

.recruit-sec1 .box p a {
  text-decoration: underline;
  display: inline-block;
}

.recruit-sec1 .box p .color_type01 {
  color: #e60012;
  font-weight: bold;
}

@media (max-width: 559px) {
  .recruit-sec1 {
    padding: 60px 0;
  }
  .recruit-sec1 .box p {
    text-align: left;
  }
}

.recruit-sec2 {
  background: url(../img/recruit/sec2.png);
  padding: 100px 0 80px;
}

.recruit-sec2 .box {
  position: relative;
  margin-top: 60px;
}

.recruit-sec2 .box .inbox {
  position: relative;
}

.recruit-sec2 .box .inbox div {
  position: relative;
  background: #e60012;
  width: 2px;
  height: 1720px;
  margin: 0 auto;
}

.recruit-sec2 .box .inbox div:before, .recruit-sec2 .box .inbox div:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e60012;
}

.recruit-sec2 .box .inbox div:before {
  top: 0;
}

.recruit-sec2 .box .inbox div:after {
  bottom: 0;
}

.recruit-sec2 .box .text1 {
  position: absolute;
  right: 0;
  bottom: 150px;
  background: #00326d;
  max-width: 390px;
  padding: 26px;
}

.recruit-sec2 .box .text1 p {
  color: #fff;
}

@media (max-width: 559px) {
  .recruit-sec2 {
    padding: 80px 0;
  }
  .recruit-sec2 .box .inbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .recruit-sec2 .box .inbox div {
    height: auto;
    margin: 0 10px 0 0;
  }
  .recruit-sec2 .box .text1 {
    position: static;
    margin: 50px auto 0;
  }
}

.recruit-sec2 .box .inbox ol li {
  position: absolute;
  width: 390px;
}

.recruit-sec2 .box .inbox ol li:before {
  content: "";
  width: 417px;
  height: 7px;
  background: url(../img/recruit/sec2-ab1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 53px;
}

.recruit-sec2 .box .inbox ol li:after {
  content: "";
  width: 145px;
  height: 1px;
  background: #e60012;
  position: absolute;
  top: 56px;
}

.recruit-sec2 .box .inbox ol li:nth-of-type(odd) {
  left: 0;
}

.recruit-sec2 .box .inbox ol li:nth-of-type(odd):before {
  left: 20px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.recruit-sec2 .box .inbox ol li:nth-of-type(odd):after {
  left: calc(100% + 46px);
  transform-origin: left center;
}

.recruit-sec2 .box .inbox ol li:nth-of-type(even) {
  right: 0;
}

.recruit-sec2 .box .inbox ol li:nth-of-type(even):before {
  right: 20px;
}

.recruit-sec2 .box .inbox ol li:nth-of-type(even):after {
  right: calc(100% + 46px);
  transform-origin: right center;
}

@media (max-width: 559px) {
  .recruit-sec2 .box .inbox ol li {
    position: relative;
    width: 330px;
  }
  .recruit-sec2 .box .inbox ol li:before {
    background: url(../img/recruit/sec2-ab1.png) no-repeat center right;
    top: 45px;
    right: 0;
    width: 340px;
  }
  .recruit-sec2 .box .inbox ol li:after {
    content: none;
  }
  .recruit-sec2 .box .inbox ol li:nth-of-type(odd) {
    left: auto;
  }
  .recruit-sec2 .box .inbox ol li:nth-of-type(odd):before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
  }
  .recruit-sec2 .box .inbox ol li:nth-of-type(even) {
    right: auto;
  }
  .recruit-sec2 .box .inbox ol li:nth-of-type(even):before {
    right: 0;
  }
  .recruit-sec2 .box .inbox ol li:nth-of-type(n+2) {
    margin-top: 50px;
  }
}

.recruit-sec2 .box .inbox ol .li1 {
  top: 8px;
}

.recruit-sec2 .box .inbox ol .li1:after {
  width: 120px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.recruit-sec2 .box .inbox ol .li2 {
  top: 112px;
}

.recruit-sec2 .box .inbox ol .li2:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.recruit-sec2 .box .inbox ol .li3 {
  top: 427px;
}

.recruit-sec2 .box .inbox ol .li3:after {
  width: 135px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.recruit-sec2 .box .inbox ol .li4 {
  top: 528px;
}

.recruit-sec2 .box .inbox ol .li4:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.recruit-sec2 .box .inbox ol .li5 {
  top: 872px;
}

.recruit-sec2 .box .inbox ol .li5:after {
  width: 135px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.recruit-sec2 .box .inbox ol .li6 {
  top: 970px;
}

.recruit-sec2 .box .inbox ol .li6:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.recruit-sec2 .box .inbox ol .li7 {
  top: 1310px;
}

.recruit-sec2 .box .inbox ol .li7:after {
  width: 120px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media (max-width: 559px) {
  .recruit-sec2 .box .inbox ol .li1,
  .recruit-sec2 .box .inbox ol .li2,
  .recruit-sec2 .box .inbox ol .li3,
  .recruit-sec2 .box .inbox ol .li4,
  .recruit-sec2 .box .inbox ol .li5,
  .recruit-sec2 .box .inbox ol .li6,
  .recruit-sec2 .box .inbox ol .li7 {
    top: auto;
  }
}

.recruit-sec3 {
  padding-top: 100px;
}

.recruit-sec3 .box {
  margin-top: 60px;
}

.recruit-sec3 .box dl:nth-of-type(n+2) {
  margin-top: 50px;
}

.recruit-sec3 .box dl dt {
  position: relative;
  padding: 0 10px 20px 110px;
  border-bottom: 2px solid #00326d;
  font-size: 2.6rem;
}

.recruit-sec3 .box dl dt:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../img/recruit/sec3-ab1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.recruit-sec3 .box dl dd {
  position: relative;
  padding: 0 10px 0 110px;
  margin-top: 40px;
}

.recruit-sec3 .box dl dd:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/recruit/sec3-ab2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 559px) {
  .recruit-sec3 {
    padding-top: 80px;
  }
  .recruit-sec3 .box dl dt {
    padding: 0 10px 14px 75px;
    font-size: 2.0rem;
  }
  .recruit-sec3 .box dl dt:before {
    width: 60px;
    height: 60px;
  }
  .recruit-sec3 .box dl dd {
    padding: 0 10px 0px 75px;
    margin-top: 25px;
  }
  .recruit-sec3 .box dl dd:before {
    width: 40px;
    height: 40px;
    left: 10px;
  }
}

.recruit-sec4 {
  background: url(../img/recruit/sec4.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
  margin-top: 120px;
}

.recruit-sec4 h3 {
  color: #fff;
}

.recruit-sec4 .box {
  margin-top: 60px;
}

.recruit-sec4 .box table {
  background: #fff;
  border-collapse: collapse;
}

.recruit-sec4 .box table tr th {
  width: 250px;
  padding: 13px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  border: solid 1px #ccc;
  background: url(../img/recruit/sec2.png) repeat;
}

.recruit-sec4 .box table tr td {
  padding: 13px 10px;
  border: solid 1px #ccc;
}

@media (max-width: 559px) {
  .recruit-sec4 {
    padding: 80px 0;
    margin-top: 80px;
  }
  .recruit-sec4 .box table tr th,
  .recruit-sec4 .box table tr td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .recruit-sec4 .box table tr th {
    border-top: none;
    border-bottom: none;
  }
  .recruit-sec4 .box table tr td {
    text-align: left;
  }
}

.recruit-sec5 {
  padding-top: 100px;
}

.recruit-sec5 .box {
  margin-top: 60px;
}

@media (max-width: 559px) {
  .recruit-sec5 {
    padding-top: 80px;
  }
}

/*                                    info                                               */
.info {
  padding: 0 0 120px;
}

@media (max-width: 559px) {
  .info {
    padding: 0 0 80px;
  }
}

.info-sec1 {
  margin-top: 80px;
}

.info-sec1 .box {
  margin-top: 60px;
}

.info-sec1 .box table tr:nth-of-type(odd) {
  background: #f2f2f2;
}

.info-sec1 .box table tr th {
  line-height: 1.8;
  width: 280px;
  text-align: center;
  padding: 20px 10px;
}

.info-sec1 .box table tr td {
  line-height: 1.8;
  padding: 20px 10px;
  white-space: pre-wrap;
}

.info-sec1 .box table tr td.spaceunset {
  white-space: unset;
}

.info-sec1 .box table.vehicle {
  width: auto;
}

.info-sec1 .box table.vehicle th {
  text-align: left;
  width: 190px;
  padding: 0;
}

.info-sec1 .box table.vehicle td {
  text-align: left;
  width: 80px;
  padding: 0;
}

@media (max-width: 559px) {
  .info-sec1 .box table tr th,
  .info-sec1 .box table tr td {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    line-height: 2;
  }
  .info-sec1 .box table tr th {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    background: #f2f2f2;
    border-bottom: solid 1px #ccc;
  }
  .info-sec1 .box table tr td {
    text-align: left;
    background: #fff;
  }
  .info-sec1 .box table.vehicle tr:nth-of-type(odd) {
    background: none;
  }
  .info-sec1 .box table.vehicle tr th,
  .info-sec1 .box table.vehicle tr td {
    font-size: 1.6rem;
    font-weight: normal;
    background: none;
    border: none;
    display: table-cell;
    padding: 0;
    text-align: left;
  }
}

.info-sec2 {
  margin-top: 120px;
}

.info-sec2 .box {
  margin-top: 60px;
}

.info-sec2 .box dl:nth-of-type(n+2) {
  margin-top: 80px;
}

.info-sec2 .box dl dt {
  text-align: center;
}

.info-sec2 .box dl dd {
  padding-top: 300px;
  margin-top: 40px;
}

@media (max-width: 559px) {
  .info-sec2 {
    margin-top: 80px;
  }
}

/*                                 blog   news                                           */
.blog {
  padding: 100px 0;
}

@media (max-width: 559px) {
  .blog {
    padding: 80px 0;
  }
}

.tagList div {
  position: relative;
  background: #fff;
  max-width: 400px;
  width: 100%;
  border: 1px solid #00326d;
  margin: 0 auto 80px;
}

.tagList div p {
  position: relative;
  padding: 8px 10px;
  cursor: pointer;
}

.tagList div p:after {
  content: "";
  width: 12px;
  height: 8px;
  background: url(../img/works/ab1.png) no-repeat center;
  background-size: contain;
  right: 20px;
}

.tagList div ul {
  position: absolute;
  z-index: 1;
  left: -1px;
  top: 40px;
  width: calc(100% + 2px);
  height: 124px;
  border: 1px solid #00326d;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.tagList div ul li {
  border-bottom: 1px solid #00326d;
}

.tagList div ul li:last-of-type {
  border-bottom: none;
}

.tagList div ul li a {
  background: #fff;
  display: block;
  padding: 8px 10px;
  color: #000;
}

.tagList div .active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 559px) {
  .tagList div ul {
    top: 37px;
  }
}

.blog-list > li {
  width: 100%;
}

.blog-list > li:nth-child(n+2) {
  margin-top: 40px;
}

.blog-list > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-list > li > a dl {
  max-width: 750px;
  width: 100%;
}

.blog-list > li > a dl dd {
  margin-top: 10px;
}

.blog-list > li > a dl dd p {
  display: inline;
}

.blog-list > li > a dl dd .date {
  margin-bottom: 5px;
  display: block;
}

.blog-list > li > a .no-fig {
  max-width: 100%;
  width: 100%;
}

.blog-list > li > a figure {
  max-width: 280px;
  padding-top: 200px;
}

@media (max-width: 559px) {
  .blog-list > li > a figure {
    display: none;
  }
  .blog-list > li > a dl dd {
    display: none;
  }
  .blog-list > li > a dl .sp-show {
    display: block;
  }
}

.pagenation {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  margin: 40px auto 0;
}

.pagenation li {
  margin: 0 10px;
}

.pagenation li a {
  background: #fff;
  display: block;
  width: 40px;
  border: 1px solid #00326d;
  text-align: center;
  color: #00326d;
  line-height: 40px;
}

.pagenation li a:hover {
  background: #00326d;
  color: #fff;
}

.pagenation .current {
  background: #00326d;
  display: block;
  width: 40px;
  border: 1px solid #00326d;
  text-align: center;
  color: #fff;
  line-height: 40px;
  opacity: 1;
}

/*                             blog   news  detail                                       */
.blog-art h3 {
  font-size: 3.0rem;
  text-align: left;
  margin-top: 20px;
}

.blog-art .box p {
  line-height: 2;
  letter-spacing: .1em;
}

.deta-nav {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.deta-nav li a {
  background: #00326d;
  display: block;
  width: 90px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 5px 0;
}

.deta-nav li a:hover {
  opacity: .7;
}

.back a {
  position: relative;
  padding-left: 20px;
}

.back a:after {
  content: "";
  width: 10px;
  height: 10px;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(225deg);
  -moz-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
}

.to-top a {
  text-align: center;
  padding: 0 10px;
}

.next a {
  position: relative;
  padding-right: 20px;
}

.next a:after {
  content: "";
  width: 10px;
  height: 10px;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
}

/*                                    contact                                            */
.contact {
  padding: 80px 0;
}

.contact-sec1 .box {
  margin-top: 50px;
}

.contact-sec1 .box div {
  width: 300px;
  margin: 30px auto 0;
  text-align: center;
}

.contact-sec1 .box div a {
  background: #222;
  display: block;
  padding: 22px 10px;
}

.contact-sec1 .box div p {
  background: #f2f2f2;
  padding: 13px 10px;
  color: #111;
  letter-spacing: .025em;
}

.contact-sec2 {
  margin-top: 120px;
}

.contact-sec2 .box {
  margin-top: 50px;
}

@media (max-width: 559px) {
  .contact-sec2 {
    margin-top: 80px;
  }
}

.contact-table {
  border-collapse: collapse;
}

.contact-table tr:nth-of-type(odd) {
  background: #f2f2f2;
}

.contact-table tr th {
  width: 320px;
  padding: 13px 10px;
  font-weight: 700;
  text-align: center;
}

.contact-table tr td {
  padding: 13px 10px;
}

@media (max-width: 559px) {
  .contact-table tr th,
  .contact-table tr td {
    display: block;
    width: 100%;
    padding: 13px 10px;
    text-align: left;
  }
}

.contact-submits-wrap {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 30px;
}

.contact-submits-wrap p {
  position: relative;
  width: 320px;
}

.contact-submits-wrap p:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/arrow3.png);
  z-index: 1;
}

.contact-submits-wrap p input {
  background: #00326d;
  width: 320px;
  padding: 13px 0;
  color: #fff;
}

@media (max-width: 559px) {
  .contact-submits-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-submits-wrap p:nth-of-type(2) {
    margin-top: 20px;
  }
}

#pc01 {
  width: 80px;
}

#pc02 {
  width: 100px;
}

/*                                      sitemap                                          */
.sitemap {
  padding: 120px;
}

@media (max-width: 559px) {
  .sitemap {
    padding: 100px 0;
  }
}

.sitemap-sec .box li {
  max-width: 800px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  margin: 60px auto 0;
  font-size: 1.8rem;
  font-weight: 550;
}

.sitemap-sec .box li:nth-of-type(n+2) {
  margin-top: 20px;
}

.sitemap-sec .box li a {
  display: block;
  padding: 0 20px;
}

/*                                      privacy                                          */
.privacy {
  padding: 120px 0;
}

.privacy section .box ul {
  margin: 8px 0;
}

.privacy section .box ul li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  list-style: none;
}

.privacy section .box ul li:before {
  content: '・';
  margin-right: .5em;
}

@media (max-width: 559px) {
  .privacy {
    padding: 80px 0;
  }
}

/*                                          e404                                          */
.e404-sec {
  padding: 100px 0;
}

.e404-sec .box {
  text-align: center;
}

.e404-sec .box a {
  display: inline-block;
  border-bottom: 1px solid #222;
  color: #222;
}

@media (max-width: 559px) {
  .e404-sec {
    padding: 80px 0;
  }
}

/*                                        fixed                                          */
.fixed {
  position: fixed;
  z-index: 8;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dis-none {
  visibility: hidden;
  opacity: 0;
}

.slide-none {
  right: -200px;
}

/*                                        footer                                         */
footer {
  background: #f2f2f2;
  background: -webkit-linear-gradient(left, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 30%, #f2f2f2 30%, #f2f2f2 100%);
  background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 30%, #f2f2f2 30%, #f2f2f2 100%);
  padding: 110px 0 90px;
}

footer .logo {
  display: table;
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
}

footer .flex1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 260px;
  margin-top: 50px;
}

footer .flex1 dl {
  max-width: 320px;
  width: 100%;
  margin-right: 50px;
}

footer .flex1 dl:last-of-type {
  margin-right: 0;
}

footer .flex1 dl dt {
  background: #00326d;
  max-width: 120px;
  width: 100%;
  padding: 2px 5px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: .025em;
}

footer .flex1 dl dd {
  margin-top: 10px;
}

footer .flex1 dl dd p {
  letter-spacing: .025em;
}

footer .flex1 dl dd p:nth-of-type(n+2) {
  margin-top: 10px;
}

footer .flex1 dl dd a {
  display: table;
  margin-top: 5px;
}

@media (max-width: 559px) {
  footer {
    background: #f2f2f2;
    padding: 50px 0 0;
  }
  footer .logo {
    margin: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  footer .logo img {
    width: 300px;
  }
  footer .flex1 {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .flex1 dl {
    max-width: 275px;
    margin-right: auto;
    margin-left: auto;
  }
  footer .flex1 dl:nth-of-type(n+2) {
    margin-top: 30px;
    margin-right: auto;
  }
}

.ft-nav {
  padding-left: 240px;
  margin-top: 60px;
}

.ft-nav ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 640px;
  width: 100%;
}

.ft-nav ul li {
  padding: 0 22px;
  border-right: 1px solid #e60012;
  line-height: 1;
  letter-spacing: .025em;
}

.ft-nav ul li:nth-of-type(6), .ft-nav ul li:last-of-type {
  border-right: none;
}

.ft-nav ul li:nth-of-type(n+7) {
  margin-top: 22px;
}

.ft-nav ul li a {
  display: block;
}

@media (max-width: 559px) {
  .ft-nav {
    padding: 0;
  }
  .ft-nav ul li {
    font-size: 15px;
    width: 50%;
    border: none;
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
  }
  .ft-nav ul li:nth-of-type(n+7) {
    margin: 0;
  }
  .ft-nav ul li:before {
    content: '';
    width: 10px;
    height: 1px;
    margin: auto;
    background: #e60012;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .ft-nav ul li a {
    padding: 15px 0;
  }
}

.copyright {
  padding-left: 260px;
  margin-top: 50px;
  font-size: 1.3rem;
  color: #e60012;
}

.copyright a {
  color: #e60012;
}

@media (max-width: 559px) {
  .copyright {
    text-align: center;
    margin-top: 20px;
    padding: 5px 0;
  }
}

/*# sourceMappingURL=style.css.map */