@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* RESET HTML5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* GENERAL */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.box:after,
.mainTtl:after,
.bg:after,
.serviceList li:after,
.newsList:after,
.otherBox:after,
.footerBox:after,
.ftNavList:after,
.greetingBox:after,
.clientList:after,
.businessBox2:after,
.businessList:after,
.certificationList:after,
.contactList li:after,
.infoList:after,
.certificationList2 > li:after,
.newsContenter:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
  border-radius: 0;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
  border-radius: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  line-height: 160%;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}

body {
  -webkit-overflow-scrolling: touch;
}

body.mfp-active {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: fixed;
  overflow: auto;
}

body .mfp-wrap {
  position: fixed;
  overflow: auto;
  top: 0 !important;
}

.mfp-bg {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

main {
  position: relative;
  display: block;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

.sec {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.secMini {
  padding-top: 0px;
  padding-bottom: 80px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .headerBox {
  padding-left: 40px;
  padding-right: 40px;
}
header nav {
  float: right;
  margin-right: 120px;
}
header .contact {
  position: absolute;
  right: 0;
  top: 0;
}
header .contact a {
  background-color: #093280;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  text-align: center;
  width: 150px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}
header .contact a span {
  background-image: url("../images/ico_contact.png");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

header.first {
  -webkit-transform: translate(0%, -100%);
      -ms-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
}

header.white h1.logo a .cls-1 {
  fill: #fff;
}
header.white .navList li a {
  color: #fff;
}

header.open,
header.hide {
  background-color: #fff;
}
header.open h1.logo a .cls-1,
header.hide h1.logo a .cls-1 {
  fill: #093280;
}
header.open .navList li a,
header.hide .navList li a {
  color: #093280;
}

h1.logo a {
  margin-top: 31px;
  float: left;
  width: 142px;
  height: 22px;
  /*
  	background-image: url("../images/hd_logo.png");
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: left center;

  	text-indent: -9999px;
  */
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
h1.logo a:hover {
  opacity: 0.6;
}
h1.logo a .cls-1 {
  fill: #093280;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
h1.logo a .cls-2 {
  fill: gray;
}

footer h1.logo a {
  background-image: url("../images/hd_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -9999px;
}

.navList {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  float: left;
  margin-top: 29px;
}
.navList li {
  float: left;
  margin-right: 30px;
}
.navList li a {
  color: #093280;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mainVisual {
  position: relative;
  overflow: hidden;
  widows: 100%;
  height: 600px;
  height: 90vh;
  background-color: #eee;
}
.mainVisual .topMovie video {
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mainVisual .message {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 52px;
  font-size: 48px;
  white-space: nowrap;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.mainVisual .messageBig {
  letter-spacing: 0.1em;
}
.mainVisual .kosei {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mainVisual .kosei.active {
  opacity: 1;
}
.mainVisual .kosei img {
  width: 600px;
  max-width: 90vw;
}
.mainVisual .scrollBox {
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 3;
  height: 70px;
  font-size: 12px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mainVisual .scrollBox a {
  color: #fff;
}
.mainVisual .scrollBox:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.5px;
  content: "";
  height: 46px;
  width: 1px;
  background-color: #fff;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.mainVisual .scrollBox.active {
  opacity: 1;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.plop-it {
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.plop-it .char {
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(0.05s * var(--char-index));
          transition-delay: calc(0.05s * var(--char-index));
  /*
  		animation: plop 2s ease-out infinite both;
  		animation-delay: calc( 0.1s * var(--char-index) );
  		animation-iteration-count: 1;
  		animation-fill-mode: forwards;
  */
  opacity: 0;
  -webkit-transform: scale(1.25) translate(8px, 4px);
      -ms-transform: scale(1.25) translate(8px, 4px);
          transform: scale(1.25) translate(8px, 4px);
}
.plop-it.active .char {
  opacity: 1;
  -webkit-transform: scale(1) translate(0);
      -ms-transform: scale(1) translate(0);
          transform: scale(1) translate(0);
}
@-webkit-keyframes plop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, 400px) rotate(180deg);
            transform: translate3d(0px, 10px, 400px) rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
            animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
  20% {
    -webkit-transform: translate3d(0px, -20px, 200px) rotate(90deg);
            transform: translate3d(0px, -20px, 200px) rotate(90deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
  }
  40%, 70% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
            transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, -200px) rotate(-90deg);
            transform: translate3d(0px, 10px, -200px) rotate(-90deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
            animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
}
@keyframes plop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, 400px) rotate(180deg);
            transform: translate3d(0px, 10px, 400px) rotate(180deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
            animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
  20% {
    -webkit-transform: translate3d(0px, -20px, 200px) rotate(90deg);
            transform: translate3d(0px, -20px, 200px) rotate(90deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1);
  }
  40%, 70% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
            transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
  90%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, -200px) rotate(-90deg);
            transform: translate3d(0px, 10px, -200px) rotate(-90deg);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
            animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25);
  }
}

.splash {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  height: 100%;
  overflow: hidden;
}
.splash .splashLogoBox {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.splash .splashLogoBox .splashLogo1 {
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.splash .splashLogoBox .splashLogo2 {
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.splash .splashLogoBox.active .splashLogo1 {
  opacity: 1;
}
.splash .splashLogoBox.active .splashLogo2 {
  opacity: 1;
}
.splash:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.splash.moving:before {
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
}

#topBnr {
  position: fixed;
  z-index: 5;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#topBnr.active {
  opacity: 1;
}
#topBnr.active:hover {
  opacity: 0.8;
}

.contentBox {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}

.mainTtl {
  margin-bottom: 80px;
}
.mainTtl .ttl {
  font-size: 64px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #093280;
  display: inline-block;
  margin-right: 10px;
}
.mainTtl .sep {
  display: inline-block;
  position: relative;
  top: -10px;
  margin-right: 10px;
}
.mainTtl .subTtl {
  font-size: 15px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  color: #093280;
  letter-spacing: 0.03em;
  display: inline-block;
  position: relative;
  top: -13px;
}
.mainTtl .box {
  float: left;
}
.mainTtl .btnArea {
  float: right;
  margin-top: -25px;
}

.aboutBox {
  color: #fff;
  background-color: #093280;
  padding: 60px;
  padding-bottom: 140px;
  width: 50%;
}
.aboutBox .ttl {
  font-size: 48px;
  display: inline-block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  line-height: 160%;
  margin-bottom: 50px;
}
.aboutBox .desp {
  font-size: 20px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 200%;
  margin-bottom: 40px;
}
.aboutBox .subDesp {
  line-height: 200%;
  margin-bottom: 40px;
}

#about {
  overflow: hidden;
}
#about .bgRight {
  width: 50%;
  height: 68%;
  position: absolute;
  right: 0;
  top: 10%;
}
#about .bgRight img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.btn {
  border: 1px solid #fff;
  padding: 20px 0px;
  width: 260px;
  max-width: 90%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.03em;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.btn:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #fff;
}
a.btn:hover {
  background-color: #fff;
  color: #093280;
}

a.btnBlue {
  border: 1px solid #fff;
  color: #fff;
}
a.btnBlue:after {
  background-color: #fff;
}
a.btnBlue:hover {
  background-color: #fff;
  color: #093280;
}

a.btnWhite {
  border: 1px solid #093280;
  color: #093280;
}
a.btnWhite:after {
  background-color: #093280;
}
a.btnWhite:hover {
  background-color: #093280;
  color: #fff;
}

.businessBox {
  position: relative;
}
.businessBox .overArea {
  position: absolute;
  left: 0%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 200%;
}
.businessBox .overArea .ttl {
  font-size: 38px;
  margin-bottom: 20px;
}
.businessBox .overArea .subTtl {
  font-size: 16px;
  margin-bottom: 40px;
}
.businessBox .overArea .subTtl2 {
  margin-bottom: 60px;
}
.businessBox .overArea .img img {
  width: 980px;
  margin: 0 auto;
  max-width: 90%;
}
.businessBox .overAreaDetail {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
.businessBox .black {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.businessBox .bg {
  position: relative;
  z-index: 1;
}
.businessBox .bg img {
  width: 50%;
  float: left;
}

.serviceBox {
  position: relative;
}
.serviceBox .bgMovie {
  position: absolute;
  left: 0;
  top: 0;
  width: 60vw;
  overflow: hidden;
}
.serviceBox .bgMovie:before {
  content: "";
  display: block;
  padding-top: 110vw;
}
.serviceBox .bgMovie video {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  width: auto;
}
.serviceBox .serviceList {
  margin-left: 60px;
  position: relative;
  z-index: 2;
}
.serviceBox .serviceList li {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.serviceBox .serviceList li:hover {
  background-color: #093280;
  color: #fff;
}
.serviceBox .serviceList li:hover .despArea {
  color: #fff;
}
.serviceBox .serviceList li:hover .despArea .ttl {
  color: #fff;
}
.serviceBox .serviceList li:hover .img:before {
  opacity: 1;
}
.serviceBox .serviceList li:hover a {
  color: #fff;
}
.serviceBox .serviceList li a {
  display: block;
}
.serviceBox .serviceList li .despArea {
  width: 37%;
  float: left;
  text-align: center;
  color: #093280;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.serviceBox .serviceList li .despArea .ttl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 200%;
  font-size: 28px;
  white-space: nowrap;
}
.serviceBox .serviceList li .despArea .subTtl {
  font-size: 14px;
}
.serviceBox .serviceList li .img {
  position: relative;
  height: 100%;
  width: 63%;
  float: right;
}
.serviceBox .serviceList li .img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 50, 128, 0.4);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.serviceBox .serviceList li .img img {
  width: 100%;
}

.mainTtlCenter {
  text-align: center;
  margin-bottom: 60px;
}
.mainTtlCenter .ttl {
  font-size: 40px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #093280;
  margin-bottom: 20px;
}
.mainTtlCenter .subTtl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 200%;
  font-size: 15px;
  color: #093280;
}

.newsList {
  /*
  	border-left: 1px solid #c7c7c7;
  	border-top: 1px solid #c7c7c7;
  */
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 60px;
}
.newsList li {
  float: left;
  width: 25%;
  width: calc(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  /*
  		border-right: 1px solid #c7c7c7;
  		border-bottom: 1px solid #c7c7c7;
  */
}
.newsList li a {
  display: block;
}
.newsList li .img {
  margin-bottom: 20px;
}
.newsList li .infoArea {
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 140%;
  margin-bottom: 5px;
}
.newsList li .infoArea .date {
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #555;
  display: inline-block;
  margin-right: 10px;
}
.newsList li .infoArea .category {
  background-color: #093280;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  border-radius: 2px;
  font-size: 13px;
}
.newsList li .ttl {
  font-size: 15px;
}

.newsList .img {
  display: block;
  position: relative;
  overflow: hidden;
}

.newsList .img:before {
  content: "";
  display: block;
  padding-top: 61.4%;
}

.newsList .img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.btnAreaCenter {
  text-align: center;
}

.otherBox {
  margin: 0 -20px;
  margin-top: -100px;
}
.otherBox a {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.otherBox a:hover {
  opacity: 0.8;
}
.otherBox .other {
  float: left;
  width: calc(50% - 40px);
  margin: 0 20px;
  position: relative;
}
.otherBox .other a {
  display: block;
}
.otherBox .other .overArea {
  position: absolute;
  left: 0%;
  top: 50%;
  z-index: 3;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  color: #fff;
}
.otherBox .other .overArea .ttl {
  font-size: 32px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-bottom: 10px;
}
.otherBox .other .overArea .desp {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.otherBox .other .blue {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 50, 128, 0.4);
}
.otherBox .other .img {
  position: relative;
  z-index: 1;
}
.otherBox .other .img img {
  width: 100%;
}

footer {
  background-color: #182980;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 30px;
}
footer a {
  color: #fff;
}
footer .footerBox {
  margin-bottom: 40px;
}
footer .footerBox .logoArea {
  float: left;
  width: 30%;
}
footer .footerBox .logoArea h1.logo a {
  width: 175px;
  height: 27px;
  width: 210px;
  height: 37px;
  margin-bottom: 60px;
  margin-top: 0;
  text-align: left;
  text-indent: -9999px;
}
footer .footerBox .logoArea .address {
  margin-bottom: 60px;
  display: block;
  clear: both;
}
footer .footerBox .logoArea .address .imgLogo {
  margin-bottom: 10px;
}
footer .footerBox .logoArea .address .imgLogo img {
  width: 220px;
  max-width: 100%;
}
footer .footerBox .logoArea .address address {
  font-size: 14px;
}
footer .footerBox .logoArea .ftTtl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
footer .footerBox .logoArea .ftTel {
  font-size: 32px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  background-image: url("../images/ico_tel.png");
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-bottom: 50px;
}
footer .footerBox .logoArea .contactBtn a {
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  width: 300px;
  max-width: 100%;
  color: #fff;
  display: block;
  font-size: 16px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer .footerBox .logoArea .contactBtn a span {
  background-image: url("../images/ico_contact.png");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
footer .footerBox .logoArea .contactBtn a:hover {
  background-color: #fff;
  color: #182980;
}
footer .footerBox .logoArea .contactBtn a:hover span {
  background-image: url("../images/ico_contact_blue.png");
}
footer .footerBox nav {
  float: right;
  width: calc(70% - 60px);
}
footer .copyright {
  text-align: right;
  color: #fff;
  display: block;
  font-size: 10px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
}
footer .taisei {
  margin-left: 30px;
  position: relative;
  top: -40px;
}
footer .taisei img {
  max-width: 100%;
}

.ftNavList > li {
  width: calc(33.33% - 30px);
  margin-left: 30px;
  margin-bottom: 60px;
  float: left;
}
.ftNavList > li > a {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 17px;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.ftSubNavList > li {
  margin-bottom: 10px;
}
.ftSubNavList > li > a {
  color: #fff;
  font-size: 14px;
}

.pageMainVisual {
  position: relative;
}
.pageMainVisual .contentBox {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0%, -10%);
      -ms-transform: translate(0%, -10%);
          transform: translate(0%, -10%);
}
.pageMainVisual .ttl {
  font-size: 70px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  margin-left: -3px;
}
.pageMainVisual .subTtl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 17px;
  color: #fff;
}
.pageMainVisual img {
  width: 100%;
}

.categoryList {
  margin-bottom: 40px;
}
.categoryList li {
  display: inline-block;
  margin-right: 20px;
}
.categoryList li a {
  font-size: 18px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #093280;
  padding: 0 20px;
  padding-bottom: 10px;
}
.categoryList li.current a {
  border-bottom: 1px solid #093280;
}

.mainPage {
  position: relative;
  padding-top: 80px;
}

.mainBg {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.mainBg img {
  width: 100%;
}

.pageTtl {
  line-height: 180%;
  margin-bottom: 60px;
}
.pageTtl .ttl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 70px;
  color: #093280;
  margin-bottom: 40px;
}
.pageTtl .subTtl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 19px;
  color: #093280;
}
.pageTtl .bread {
  font-size: 13px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #093280;
  line-height: 200%;
  margin-bottom: 40px;
}
.pageTtl .bread span {
  font-size: 28px;
  display: inline-block;
}
.pageTtl .businessTtl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 50px;
  color: #093280;
}

.aboutBoxDetail .ttl {
  font-size: 52px;
  font-size: 4vw;
  display: inline-block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
  line-height: 160%;
  margin-bottom: 50px;
  color: #093280;
}
.aboutBoxDetail .desp {
  font-size: 20px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 200%;
  width: 45vw;
  margin-bottom: 40px;
}
.aboutBoxDetail .subDesp {
  width: 45vw;
  line-height: 200%;
  font-size: 14px;
  margin-bottom: 40px;
}

.aboutLinkBox {
  position: relative;
}
.aboutLinkBox .aboutList {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90vw;
}
.aboutLinkBox .aboutList li {
  float: left;
  width: 25%;
  margin: 0;
  border-right: 1px solid #fff;
}
.aboutLinkBox .aboutList li:last-child {
  border: none;
}
.aboutLinkBox .aboutList li a {
  display: block;
  background-color: #093280;
  color: #fff;
  height: 110px;
  padding-top: 40px;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  background-image: url("../images/ico_down.png");
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: center bottom 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.aboutLinkBox .aboutList li a:hover {
  background-position: center bottom 12px;
}
.aboutLinkBox .aboutLinkBg {
  position: relative;
  z-index: 1;
}
.aboutLinkBox .aboutLinkBg img {
  width: 100%;
}

.lineTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #093280;
  margin-bottom: 60px;
}
.lineTtl:before, .lineTtl:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #093280;
}
.lineTtl:before {
  margin-right: 1rem;
}
.lineTtl:after {
  margin-left: 1rem;
}

.greetingBox {
  margin: 0 -30px;
}
.greetingBox .each {
  float: left;
  width: calc(50% - 60px);
  margin: 0 30px;
  line-height: 200%;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 15px;
}
.greetingBox .each p {
  margin-bottom: 20px;
}

.sign {
  text-align: right;
  line-height: 180%;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 14px;
}
.sign .name {
  font-size: 19px;
  padding-left: 20px;
}

.companyList {
  line-height: 200%;
}
.companyList > li {
  margin-bottom: 20px;
}
.companyList > li > .ttl {
  float: left;
  color: #093280;
  font-weight: bold;
}
.companyList > li > .desp {
  padding-left: 160px;
}

.organizationImg {
  text-align: center;
}
.organizationImg img {
  width: 1028px;
  max-width: 100%;
}

.infoList li {
  margin-bottom: 10px;
}
.infoList li .subTtl {
  float: left;
}
.infoList li .subDesp {
  padding-left: 60px;
}

a.miniBtn {
  border-radius: 4px;
  background-color: #093280;
  color: #fff;
  padding: 2px 10px;
  font-size: 13px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  top: -2px;
  background-image: url("../images/arr_right.png");
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: right 5px center;
  padding-right: 15px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.miniBtn:hover {
  opacity: 0.6;
}

.clientList li {
  float: left;
  width: calc(50% - 40px);
  margin-right: 40px;
}
.clientList li:last-child {
  margin-right: 0;
}

.map {
  padding-top: 30px;
}
.map iframe {
  width: 100%;
}

.center {
  text-align: center;
}

.historyList {
  display: inline-block;
}
.historyList li {
  margin-bottom: 40px;
}
.historyList li .date {
  width: 140px;
  background-color: #093280;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  position: relative;
  float: left;
}
.historyList li .date:after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: #093280;
}
.historyList li .desp {
  padding-left: 260px;
  text-align: left;
  font-size: 14px;
  padding-top: 15px;
}
.historyList li:first-child .desp {
  padding-top: 2px;
}

.businessBox2 {
  position: relative;
  z-index: 2;
  margin-bottom: -50px;
}
.businessBox2 .bg {
  width: 45%;
  float: left;
}
.businessBox2 .bg img {
  width: 100%;
}
.businessBox2 .right {
  float: right;
  width: calc(55% - 60px);
  position: relative;
  z-index: 2;
  padding-right: 60px;
}
.businessBox2 .right .ttl {
  padding-top: 100px;
  margin-bottom: 40px;
  line-height: 180%;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 24px;
  color: #093280;
}
.businessBox2 .right .subTtl {
  font-size: 14px;
}

.secTtl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 22px;
  color: #093280;
  display: inline-block;
  border-bottom: 1px solid #093280;
  padding-right: 40px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.businessList {
  background-color: #093280;
}
.businessList li {
  float: left;
  width: 25%;
}
.businessList li .img {
  position: relative;
}
.businessList li .img img {
  width: 100%;
}
.businessList li .img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 50, 128, 0.4);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.businessList li a {
  color: #fff;
}
.businessList li a:hover {
  background-color: #093280;
  color: #fff;
}
.businessList li a:hover .despArea {
  color: #fff;
  background-position: right 9px center;
}
.businessList li a:hover .despArea .ttl {
  color: #fff;
}
.businessList li a:hover .img:before {
  opacity: 1;
}
.businessList li a:hover a {
  color: #fff;
}
.businessList li .despArea {
  border-right: 1px solid #fff;
  padding: 30px 20px;
  background-image: url("../images/arr_right_big.png");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.businessList li .despArea .ttl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 20px;
  margin-bottom: 20px;
}
.businessList li .despArea .desp {
  font-size: 13px;
  color: #ddd;
}
.businessList li:last-child .despArea {
  border: none;
}

.businessDetailBox {
  width: 57%;
}
.businessDetailBox .summary {
  background-color: #093280;
  padding: 20px 30px;
  color: #fff;
  display: inline-block;
  line-height: 200%;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 16px;
  margin-bottom: 60px;
}
.businessDetailBox .desp {
  font-size: 14px;
  line-height: 220%;
  text-align: justify;
}
.businessDetailBox .ttl2 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 20px;
  color: #093280;
  display: inline-block;
  border-bottom: 1px solid #093280;
  padding-right: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 40px;
}

.workList {
  font-size: 13px;
}
.workList li .workListTtl {
  float: left;
}
.workList li .workListDesp {
  padding-left: 150px;
}

.secBusiness {
  overflow: hidden;
}

.businessSlider {
  width: 100%;
}
.businessSlider div {
  vertical-align: top;
}
.businessSlider .slide {
  padding: 0 10px;
}
.businessSlider img {
  width: 100%;
}

.slick-prev, .slick-next {
  background-color: #093280;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-image: url("../images/arr_right_big.png");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-dots {
  bottom: -45px;
}

.slick-prev {
  left: 15%;
  margin-left: -25px;
  background-image: url("../images/arr_left_big.png");
  background-position: left 20px center;
}
.slick-prev:hover {
  background-position: left 18px center;
}

.slick-next {
  right: 15%;
  margin-right: -25px;
  background-image: url("../images/arr_right_big.png");
  background-position: right 20px center;
}
.slick-next:hover {
  background-position: right 18px center;
}

.secSlider {
  padding-bottom: 0;
}

.certificationList {
  padding-left: 60px;
  padding-right: 60px;
}
.certificationList > li {
  float: left;
  width: calc(50% - 40px);
  margin: 0 20px;
  margin-bottom: 40px;
}
.certificationList > li .ttl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 20px;
  border-bottom: 1px solid #093280;
  display: inline-block;
  color: #093280;
  padding-right: 40px;
  padding-right: 0;
  padding-bottom: 4px;
  margin-bottom: 30px;
}
.certificationList > li .ttlMini {
  font-size: 18px;
}
.certificationList2 {
  margin-bottom: 30px;
}
.certificationList2 > li {
  margin-bottom: 10px;
  width: 100%;
  clear: both;
}
.certificationList2 > li .ttl2 {
  float: left;
}
.certificationList2 > li .desp2 {
  float: right;
}

.worksList {
  display: inline-block;
  text-align: left;
  line-height: 200%;
}
.worksList li .ttl {
  float: left;
  color: #093280;
  font-weight: bold;
}
.worksList li .desp {
  padding-left: 100px;
}

.formBox {
  text-align: center;
}

.contactList {
  display: inline-block;
  text-align: left;
  width: 700px;
  max-width: 100%;
}

.require {
  border-radius: 4px;
  background-color: #093280;
  color: #fff;
  padding: 0px 5px;
  font-size: 11px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: inline-block;
  float: right;
}

.contactList {
  margin-bottom: 20px;
}
.contactList > li {
  margin-bottom: 20px;
}
.contactList > li .ttl {
  float: left;
  width: 220px;
}
.contactList > li .desp {
  padding-left: 240px;
}
.contactList input[type=text] {
  padding: 5px 10px;
}
.contactList textarea {
  padding: 5px 10px;
  width: 100%;
  height: 150px;
}
.contactList select {
  padding: 5px 10px;
  padding-right: 20px;
}
.contactList label {
  margin-right: 20px;
}
.contactList .each {
  margin-right: 20px;
}
.contactList .each input {
  margin-left: 5px;
}

.sel1 {
  width: 445px;
  max-width: 100%;
}

.sel2 {
  width: 110px;
}

.sel4 {
  width: 300px;
  max-width: 100%;
}

.contactAttention {
  color: #999;
  font-size: 12px;
}

.sendBtn {
  text-align: center;
  margin-bottom: 40px;
}
.sendBtn input {
  background-color: #093280;
  color: #fff;
  padding: 15px 0px;
  width: 260px;
  max-width: 100%;
}

.attention {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  color: #666;
  margin-top: 60px;
  font-size: 13px;
}

.formBox2 {
  text-align: center;
}
.formBox2 .privacyBox {
  background-color: #e9e9e9;
  padding: 40px;
  margin-bottom: 60px;
}
.formBox2 .privacyBox .ttl {
  font-size: 20px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #093280;
  margin-bottom: 20px;
}
.formBox2 .infoList {
  text-align: left;
  margin-bottom: 0px;
  width: auto;
  width: auto;
}
.formBox2 .infoList li {
  float: left;
  width: 50%;
}

.newsContenter .newsContent {
  float: left;
  width: calc(100% - 226px - 90px);
  padding-top: 5px;
}
.newsContenter .newsContentSide {
  float: right;
  width: 226px;
}
.newsContenter .newsContentSide .sideTtl {
  font-size: 18px;
  font-weight: 500;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border-bottom: 1px solid #909090;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.newsContenter .newsContentSide .categoryList {
  margin-bottom: 60px;
}
.newsContenter .newsContentSide .categoryList li {
  margin-bottom: 10px;
  display: block;
  margin-right: 0;
}
.newsContenter .newsContentSide .categoryList li a {
  background-color: #182980;
  color: #fff;
  padding: 0px 10px;
  display: block;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background-image: url("../images/arr_right.png");
  background-size: 4px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newsContenter .newsContentSide .categoryList li a:hover {
  opacity: 0.6;
  background-position: right 12px center;
}
.newsContenter .newsContentSide .shareBox .shareTtl {
  font-size: 18px;
  font-weight: 500;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  float: left;
  margin-right: 30px;
}
.newsContenter .newsContentSide .shareBox .shareDesp a {
  float: left;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  /*
  				background-image: url("../images/img_share_twitter.png");
  				background-size: cover;
  				background-repeat: no-repeat;
  				background-position: center center;
  */
  margin-top: -4px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newsContenter .newsContentSide .shareBox .shareDesp a:hover {
  opacity: 0.6;
}

article.detail .dateBox {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-right: 5px;
  padding-top: 2px;
  margin-bottom: 10px;
}
article.detail .dateBox .date {
  display: inline-block;
  color: #A7A7A7;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #A7A7A7;
}
article.detail .dateBox .category {
  display: inline-block;
  color: #182980;
}
article.detail h2.ttl {
  font-size: 26px;
  line-height: 1.6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #909090;
}
article.detail .desp {
  font-size: 14px;
  margin-bottom: 100px;
}
article.detail .desp p {
  margin-bottom: 30px;
}
article.detail .desp img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
article.detail .desp .caption {
  font-size: 1.2rem;
}
article.detail .desp a {
  color: #019A71;
}
article.detail .desp h3 {
  color: #182980;
  font-size: 20px;
  border-left: 4px solid #182980;
  line-height: 1.6;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.newsDirection {
  text-align: center;
  font-size: 18px;
  font-family: adobe-garamond-pro, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  /*
  	.prev{
  		text-indent: -9999px;
  		text-align: left;
  		background-size: 8px auto;
  		background-repeat: no-repeat;
  		background-position: center center;
  		background-image: url("../images/arr_left_big.png");
  	}

  	.next{
  		text-indent: -9999px;
  		text-align: left;
  		background-size: 8px auto;
  		background-repeat: no-repeat;
  		background-position: center center;
  		background-image: url("../images/arr_right_big.png");
  	}
  */
}
.newsDirection a, .newsDirection span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
}
.newsDirection span {
  background-color: #182980;
  border-radius: 50px;
  color: #fff;
}
.newsDirection a {
  color: #A7A7A7;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newsDirection a:hover {
  opacity: 0.6;
}
.newsDirection .prev,
.newsDirection .next {
  background-color: #182980;
  color: #fff;
  width: auto;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.03em;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newsDirection .single a {
  color: #fff;
  width: auto;
  padding: 0;
  margin: 0;
}

/*
.splash{
	display: none !important;
}
*/
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  #button_container {
    display: block;
  }
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
  .sec {
    padding: 80px 0 60px 0;
    padding-bottom: 0;
  }
  .secFirst {
    padding-top: 40px;
  }
  .secBusiness {
    padding-top: 40px;
  }
  .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  header {
    height: 60px;
  }
  h1.logo a {
    margin-top: 20px;
  }
  header nav {
    display: none;
  }
  header .headerBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mainVisual {
    height: 100%;
  }
  .mainVisual .message {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
  }
  .mainVisual .messageBig {
    font-size: 30px;
    text-align: center;
  }
  .mainTtl {
    margin-bottom: 30px;
  }
  .mainTtl .ttl {
    font-size: 40px;
    margin-right: 5px;
  }
  .mainTtl .sep {
    top: -6px;
  }
  .mainTtl .sep img {
    width: 16px;
  }
  .mainTtl .subTtl {
    display: block;
    padding-top: 15px;
  }
  .mainTtlCenter {
    margin-bottom: 30px;
  }
  .btnArea {
    text-align: center;
  }
  a.btn {
    width: 200px;
    padding: 15px 0;
  }
  /*
  #about{
  	.mainTtl{
  		.ttl{
  			color: #fff;
  		}
  		.subTtl{
  			color: #fff;
  		}		
  	}
  }
  */
  #about .bgRight {
    width: auto;
    position: relative;
    height: auto;
    right: initial;
    top: initial;
  }
  #about .bgRight img {
    width: 100%;
  }
  .aboutBox {
    padding: 50px 20px;
    width: auto;
    z-index: 2;
    position: relative;
  }
  .aboutBox .ttl {
    font-size: 28px;
  }
  .aboutBox .desp {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .aboutBox .subDesp {
    font-size: 14px;
  }
  .businessBox .bg img {
    width: 100%;
  }
  .mainTtl .btnArea {
    display: none;
  }
  .businessBox .overArea {
    padding-left: 20px;
    padding-right: 20px;
  }
  .businessBox .overArea .ttl {
    font-size: 28px;
  }
  .serviceBox .serviceList {
    margin-left: 0;
  }
  .serviceBox .serviceList li {
    /*
    			float: left;
    			width: 50%;
    */
    background-color: #093280;
  }
  .serviceBox .serviceList li .despArea {
    position: relative;
    width: auto;
    top: initial;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    float: none;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #fff;
    background-image: url("../images/arr_right_big.png");
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
  .serviceBox .serviceList li .despArea .ttl {
    font-size: 24px;
  }
  .serviceBox .serviceList li .img {
    width: auto;
    float: none;
  }
  .serviceBox .bgMovie {
    display: none;
  }
  .newsList {
    margin-bottom: 30px;
  }
  .newsList li {
    float: none;
    width: auto;
  }
  .otherBox {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .otherBox .other {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  footer .footerBox .logoArea {
    float: none;
    width: auto;
    margin-bottom: 80px;
  }
  footer .footerBox nav {
    float: none;
    width: auto;
  }
  .ftNavList {
    margin: 0 -10px;
  }
  .ftNavList > li {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33.33% - 20px);
  }
  .ftSubNavList > li {
    margin-bottom: 0;
  }
  .ftSubNavList > li > a {
    font-size: 12px;
  }
  footer {
    padding-top: 60px;
  }
  footer .footerBox .logoArea h1.logo a {
    margin-bottom: 30px;
  }
  footer .footerBox .logoArea .contactBtn a {
    margin-right: 0;
    width: 100%;
  }
  .pageMainVisual .ttl {
    font-size: 32px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .pageMainVisual .bg {
    height: 200px;
    overflow: hidden;
  }
  .pageMainVisual .bg img {
    height: 100%;
    width: auto;
  }
  .pageTtl {
    margin-bottom: 100px;
  }
  .pageTtl .ttl {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .pageTtl .businessTtl {
    font-size: 28px;
  }
  .pageTtl .bread span {
    font-size: 24px;
  }
  .mainBg {
    width: 48%;
  }
  .aboutBoxDetail .ttl {
    font-size: 26px;
  }
  .aboutBoxDetail .desp {
    width: auto;
    font-size: 16px;
  }
  .aboutBoxDetail .subDesp {
    width: auto;
    text-align: justify;
  }
  .aboutLinkBox .aboutList li a {
    font-size: 13px;
    padding-top: 18px;
    height: 72px;
  }
  .aboutLinkBox .aboutLinkBg {
    height: 200px;
  }
  .aboutLinkBox .aboutLinkBg img {
    height: 100%;
    width: auto;
  }
  .greetingBox .each {
    float: none;
    width: auto;
    font-size: 14px;
  }
  .companyList {
    line-height: 1.8;
  }
  .companyList > li {
    font-size: 15px;
  }
  .companyList > li .ttl {
    float: none;
  }
  .companyList > li .desp {
    padding-left: 0;
  }
  .clientList li {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .map iframe {
    height: 250px;
  }
  .lineTtl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .historyList li .date {
    float: none;
    margin-bottom: 10px;
    padding: 10px 0;
    width: auto;
  }
  .historyList li .date:after {
    display: none;
  }
  .historyList li .desp {
    padding-left: 0;
    padding-top: 5px;
  }
  .businessBox2 {
    margin-bottom: 0px;
  }
  .businessBox2 .bg {
    display: none;
  }
  .businessBox2 .right {
    float: none;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }
  .businessBox2 .right .ttl {
    padding-top: 60px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .businessList li {
    width: 100%;
  }
  .businessList li .despArea {
    border: none;
  }
  .businessDetailBox {
    width: auto;
  }
  .businessDetailBox .summary {
    margin-bottom: 30px;
    padding: 20px 20px;
    font-size: 15px;
  }
  .businessDetailBox .desp {
    text-align: justify;
  }
  .workList li .workListDesp {
    padding-left: 130px;
  }
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    background-position: left 15px center;
    margin-left: -20px;
    left: 10%;
  }
  .slick-next {
    background-position: right 15px center;
    margin-right: -20px;
    right: 10%;
  }
  .certificationList {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .certificationList > li {
    float: none;
    width: auto;
  }
  .certificationList > li .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .certificationList2 li {
    font-size: 14px;
    margin-bottom: 0;
  }
  .lineTtlMini {
    font-size: 18px;
  }
  .lineTtlMini:after {
    margin-left: 0.5rem;
  }
  .lineTtlMini:before {
    margin-right: 0.5rem;
  }
  .worksList li {
    margin-bottom: 40px;
  }
  .worksList li .ttl {
    float: none;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .worksList li .desp {
    padding-left: 0;
    font-size: 11px;
    line-height: 1.8;
  }
  .attention {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .contactList > li {
    margin-bottom: 30px;
  }
  .contactList > li .ttl {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }
  .contactList > li .desp {
    padding-left: 0;
  }
  .require {
    float: none;
    margin-left: 10px;
    line-height: 1.6;
  }
  .formBox2 .privacyBox {
    padding: 20px;
  }
  .formBox2 .privacyBox .desp {
    text-align: left;
    font-size: 13px;
  }
  .formBox2 .infoList li {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .sel3 {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .newsContenter .newsContent {
    float: none;
    width: auto;
  }
  .newsContenter .newsContentSide {
    float: none;
    width: auto;
  }
  article.detail h2.ttl {
    font-size: 22px;
  }
  footer .taisei {
    margin-left: 0;
  }
  #topBnr {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  #topBnr img {
    width: 100%;
  }
  footer .footerBox .logoArea .ftTel a {
    color: #fff;
  }
  /*
  .newsList .img img{
  	position: relative;
  	top: initial;
  	left: initial;

  	width: 100%;
  }
  */
}
/*# sourceMappingURL=style.css.map */