@charset "UTF-8";

/* ブラウザの初期値をリセット */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Noto+Sans+JP:wght@700&display=swap');
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

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

h1, h2, h3, h4, h5 {
  margin: 0;
}

p {
  font-weight: 400;
  line-height: 1.5em;
}

.rd {
	color: #F00;
}

/* ここまでブラウザの初期値をリセット */

main {
  overflow-x: hidden !important;
}

.sp {
  display: none;
}

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

.header {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 9999;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.top-header {
  position: absolute;
  top: 0;
  z-index: 999;
  height: 80px;
  overflow: hidden;
}

.page-header {
  background: #000;
  height: 80px;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 999;
}

.page-header .header-inner {
  background: #000;
}

.page-header .header-inner li {
  color: #fff;
  padding-left: 1em;
}

@media (max-width:999px) {
  .page-header .header-inner li {
    padding-left: 0;
  }
}

.menu-wrapper {
  position: fixed;
  right: 0;
  background: #000;
  top: 0;
  width: 80px;
  height: 80px;
}

.btn {
  width: 100%;
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 999;
  /*追記：いつも一番上*/
  cursor: pointer;
}

.btn:hover {
  opacity: 0.7;
}

.bar {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  cursor: pointer;
}

.bar-top {
  top: 10px;
}

.bar-middle {
  top: 50%;
  transform: translate(-50%, -50%);
}

.bar-bottom {
  bottom: 10px;
}

.btn.close .bar-top {
  transform: translate(-50%, 10px) rotate(45deg);
  transition: transform .3s;
}

.btn.close .bar-middle {
  opacity: 0;
  transition: opacity .3s;
}

.btn.close .bar-bottom {
  transform: translate(-50%, -8px) rotate(-45deg);
  transition: transform .3s;
}

.logo img {
  width: 120px;
}

.menu-lists {
  display: none;
  background: linear-gradient(0deg, #111, #3477e2);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 50px;
  text-align: center;
}

.menu-nav-wrap {
  width: 100%;
  max-width: 1024px;
  display: block;
  margin: auto;
  padding: 60px 20px;
  padding-top: 0px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
}

.menu-logo {
  width: 120px;
  object-fit: contain;
  position: absolute;
  left: 15px;
  top: 15px;
}

.menu-nav {
  width: 29.2%;
  margin: 0px 2%;
  text-align: left;
}

.menu-nav span {
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  top: -4px;
  left: 5px;
  font-weight: 400;
}

.menu-nav.first {
  margin-right: 0px;
  width: 100%;
}

.menu-nav.first a {
  border-bottom: none;
}

.menu-nav li a {
  padding-left: 1.75em;
}

.menu-nav a {
  color: #fff;
  display: block;
  margin-top: 1em;
  position: relative;
  padding-left: 1em;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.menu-nav a:hover {
  opacity: 1;
  color: #ff0;
}

.menu-nav a:before {
  content: "▶︎";
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}

.menu-nav a:hover:before {
  left: 6.5px;
  transition: 0.35s;
  color: #ff0;
}

.menu-ttl {
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  font-size: 28px;
}

.menu-nav .menu-ttl:before {
  top: 10px;
}

.menu-nav-wrap hr {
  width: 100%;
  max-width: 100%;
  display: block;
  background: #fff;
  border: none;
  height: 0.75px;
  margin-top: 3em;
  margin-bottom: 1em;
}

.menu-foot {
  width: 100%;
  text-align: left;
  color: #fff;
}

.menu-foot-ttl {
  font-weight: bold;
  font-size: 18px;
}

.menu-address {
  font-weight: 400;
  font-size: 14px;
}

.menu-foot-right {
  text-align: right;
  margin-top: -4em;
}

.menu-foot-right span {
  display: block;
  margin-bottom: 0.5em;
}

.menu-foot-right a {
  color: #fff;
  text-decoration: underline;
}

.menu-tel {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

.menu-tel-big {
  font-size: 40px;
}

.menu-privacy a:hover {
  opacity: 1;
  color: #ff0;
}

@media (max-width:999px) {
  .menu-lists .pc {
    display: none;
  }
  .menu-lists .sp {
    display: block;
  }
  /*==ナビゲーション全体の設定*/
  nav {
    background: #333;
    color: #fff;
    text-align: left;
  }
  /*ナビゲーションを横並びに*/
  nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  /*2階層目以降は横並びにしない*/
  nav ul ul {
    display: block;
  }
  /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
  nav ul li {
    position: relative;
    text-align: center;
  }
  .menu-ttl {
    font-size: 20px;
  }
  .menu-ttl span {
    font-size: 16px;
  }
  /*ナビゲーションのリンク設定*/
  nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px 50px;
    font-size: 20px;
    width: 80%;
    position: relative;
    margin: auto;
  }
  nav ul li a:hover {
    color: #fff;
  }
  /*==矢印の設定*/
  /*2階層目を持つliの矢印の設定*/
  .has-child .menu-ttl::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 22.5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg);
  }
  /*== 2・3階層目の共通設定 */
  /*下の階層を持っているulの指定*/
  nav li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 4;
    /*形状を指定*/
    width: 100%;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
  }
  /*hoverしたら表示*/
  nav li.has-child:hover>ul, nav li.has-child ul li:hover>ul, nav li.has-child:active>ul, nav li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
  }
  /*ナビゲーションaタグの形状*/
  nav li.has-child ul li a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: bold;
  }
  nav li.has-child ul li:last-child a {
    border-bottom: none;
  }
  nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
    background: #3577CA;
  }
  nav li.has-child ul, nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav ul li a {
    border-bottom: 1px solid #ccc;
  }
  /*矢印の位置と向き*/
  .has-child .menu-ttl::before {
    transform: rotate(135deg);
    right: 20px;
  }
  .has-child.active .menu-ttl::before {
    transform: rotate(-45deg);
    top: 27.5px;
  }
  .menu-lists {
    padding-top: 100px;
    position: fixed;
    overflow-y: scroll;
    z-index: 99;
    top: 0;
    width: 100%;
    padding-bottom: 100px;
    height: 85%;
    -webkit-overflow-scrolling: touch;
  }
  .menu-foot {
    width: 89%;
    margin: auto;
    margin-top: 30px;
  }
}

@media (max-width:999px) {
  .top-header {
    background: #000;
  }
}

@media (max-width:767px) {
  .menu-foot-right {
    margin-top: 1.5em;
    text-align: left;
  }
}

@media (max-width:600px) {
  .top-header {
    height: 60px;
  }
  .header-inner {
    padding: 10px 15px;
  }
  .logo img {
    width: 80px;
  }
  .menu-logo {
    top: 15px;
    width: 80px;
  }
  .menu-wrapper {
    position: fixed;
    right: 0;
    background: #000;
    top: 0;
    width: 60px;
    height: 60px;
  }
  .btn {
    width: 60px;
    top: 10px;
  }
  .menu-lists {
    padding-top: 80px;
  }
  .menu-ttl {
    font-size: 18px;
  }
  .menu-ttl span {
    font-size: 11px;
  }
  nav ul li {
    text-align: left;
  }
  nav ul li a {
    padding: 15px 0px;
    width: 92%;
  }
  nav li.has-child ul li a {
    font-size: 14px;
  }
  nav li.has-child ul li a:before {
    content: "－";
    margin-right: 0.5em;
  }
  .menu-foot {
    width: 92%;
    margin-top: 15px;
  }
  .menu-foot-ttl {
    font-size: 16px;
  }
  .menu-foot-right {
    margin-top: 10px;
  }
  .menu-foot-right a {
    font-size: 13px;
  }
  .menu-foot-right span {
    font-size: 12px;
  }
  .menu-tel {
    font-size: 16px;
  }
  .menu-tel-big {
    font-size: 28px;
  }
  .menu-address {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}


/*FV-sec*/

.fv-sec {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  margin-bottom: -5px;
}

.fv-sec video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.fv-sec .overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  color: #fff;
}

.fv-txt-box {
  max-width: 1300px;
  height: 100vh;
  display: block;
  margin: auto;
  position: relative;
}

.fv-main-txt-box {
  font-size: 5.5rem;
  top: 55%;
  left: 0%;
  transform: translateY(-50%);
  position: absolute;
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  line-height: 0.9em;
}

.fv-main-txt-box span {
  display: block;
  margin-bottom: 10px;
}

.fv-txt-box p {
  font-size: 1rem;
  color: #fff;
  margin-top: 2em;
  margin-left: 5px;
  font-weight: bold;
}

@media (max-width:1360px) {
  .fv-txt-box {
    max-width: 95%;
  }
}

@media (max-width:600px) {
  .fv-sec {
    height: 88vh;
  }
  .fv-sec .overlay, .fv-sec video {
    height: 88vh;
  }
  .fv-main-txt-box {
    font-size: 3.5rem;
    top: 40%;
  }
  .fv-txt-box {
    height: 87vh;
  }
  .fv-txt-box p {
    font-size: 13px;
  }
}


/*Information area*/

.information-wrap {
  color: #fff;
  position: absolute;
  max-width: 500px;
  width: 100%;
  max-height: 130px;
  height: 130px;
  right: 0;
  bottom: 0;
  padding: 20px 50px;
}

.information-wrap h2 {
  margin: 0px;
}

.information-wrap .info-date {
  display: block;
  margin-top: 1em;
}

.information-wrap a {
  display: block;
  color: #fff;
  margin-top: 0.5em;
}

@media (max-width:1360px) {
  .information-wrap {
    max-width: 320px;
  }
  .info-ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

@media (max-width:999px) {
  .fv-main-txt-box {
    top: 45%;
  }
  .information-wrap {
    max-width: 94%;
    padding: 0px;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (max-width:600px) {
  .information-wrap h2 {
    margin-bottom: -15px;
    font-size: 20px;
  }
}

@media (max-width:375px) {
  .information-wrap {
    bottom: 40px;
  }
  .information-wrap h2 {
    font-size: 18px;
  }
  .info-ttl {
    font-size: 15px;
    margin-top: 0.25em;
  }
  .information-wrap .info-date {
    margin-top: 1.5em;
    font-size: 13px;
  }
}

.sliderArea {
  margin: 0 auto;
}

.sliderArea button {
  display: none;
}

.sliderArea a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-dots {
  width: auto !important;
}

.slick-dots li {
  margin: 0px !important;
  margin-right: 10px !important;
  width: 10px !important;
  height: 10px !important;
}

.slick-dots li button {
  border: 1px solid #fff !important;
  border-radius: 100px;
  width: 10px !important;
  height: 10px !important;
  padding: 0px !important;
}

.slick-dots li button:before {
  display: none !important;
}

.slick-dots li.slick-active button:before {
  color: #fff !important;
  opacity: 1;
}

.slick-active button {
  background: #fff !important;
  border-radius: 100px !important;
}

.slick-dots {
  bottom: -30px !important;
  left: 3px;
}

.scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  color: #fff;
  display: inline-block;
  max-width: 100px;
  text-align: center;
}

.scroll::after {
  animation: scroll 2s infinite;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 12.5px;
  height: 12.5px;
}

@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  60% {
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.scroll:hover {
  opacity: 0.8;
}


/*TOP-Main*/

.top-first-sec {
  position: relative;
  background: #EAEEF2;
  height: auto;
  padding: 150px 0px;
  padding-bottom: 0px;
}

.top-first-sec:before {
  content: "WHO WE ARE";
  font-size: 11rem;
  color: #050D22;
  opacity: 0.2;
  position: absolute;
  right: -10px;
  top: 0;
  width: 100vw;
  text-align: right;
}

.top-first-img {
  position: absolute;
  left: 0;
  width: 45vw;
}

.top-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.top-flex-left, .top-flex-right {
  width: 50%;
}

.top-flex-right {
  margin-top: 100px;
  font-size: 16px;
  position: relative;
  z-index: 10;
}

.top-ttl-en {
  font-size: 4rem;
  font-family: 'Barlow', sans-serif;
  display: block;
  margin-top: 0.5rem;
}

.top-ttl-ja {
  font-size: 16px;
  display: block;
  margin-top: 5px;
  color: #135E8C;
}

hr {
  background: none;
  border: 0.75px solid #050D22;
  display: block;
  margin-top: 2em;
  margin-bottom: 2rem;
}

.read-btn {
  color: #050D22;
  font-weight: bold;
  font-size: 20px;
}

.read-btn:after {
  content: "→";
  background: #050D22;
  color: #fff;
  padding: 5px 10px;
  border-radius: 100px;
  margin-left: 1.5em;
  border: 1px solid #707070;
}

.read-btn:hover:after, .read-btn:hover {
  opacity: 0.7;
  z-index: 99999;
}

.top-flex-right .read-btn {
  position: absolute;
  right: 0;
  margin-top: 1.5rem;
}

.top-first-sec .top-ttl-ja {
  color: #333;
}

@media (max-width:1300px) {
  .top-first-sec:before {
    font-size: 10rem;
  }
}

@media (max-width:999px) {
  .top-first-sec {
    padding: 80px 15px;
  }
  .top-first-sec:before {
    font-size: 7rem;
  }
  .top-flex-wrap {
    margin-top: 0px;
  }
  .top-first-img {
    width: 55vw;
    max-height: 300px;
    object-fit: contain;
    left: 0px;
    position: relative;
  }
  .top-flex-left, .top-flex-right {
    width: 100%;
  }
  .top-flex-right {
    margin-top: 0px;
  }
  .top-first-sec::before {
    display: none;
  }
}

@media (max-width:767px) {
  .top-first-sec:before {
    font-size: 6rem;
  }
}

@media (max-width:600px) {
  .top-ttl-en {
    font-size: 44px;
  }
  hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .top-first-sec {
    padding: 50px 10px;
  }
  .top-first-img {
    width: 95vw;
  }
}


/*TOP-SECOND*/

.top-second-sec {
  padding: 150px 0px;
  padding-bottom: 200px;
  background: url("./img/top/top-service-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.top-second-sec:before {
  content: "";
  background: url(./img/top/top-sec-bg.png);
  width: 100vw;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0px;
}

.top-second-sec .top-ttl-ja {
  color: #333;
}

.top-second-sec .top-flex-wrap {
  margin-top: 150px;
}

.top-second-sec .read-btn {
  margin-top: 2.5em;
  display: block;
  color: #333;
  position: relative;
}

.top-second-sec .read-btn:after {
  position: absolute;
  right: 0;
  top: 0.75rem;
  border: 1px solid #707070;
  color: #000;
  background: #fff;
}

.top-second-sec .read-btn:hover:after {
  opacity: 0.7;
}

.top-second-sec .top-flex-right img {
  width: 90%;
  height: auto;
  object-fit: contain;
  margin-right: auto;
  position: absolute;
  right: 0;
}

.top-second-sec:after {
  content: "SERVICE";
  position: absolute;
  left: 0;
  bottom: 4.5rem;
  font-size: 10rem;
  max-width: 50vw;
  writing-mode: vertical-rl;
  line-height: 0.8;
  opacity: 0.2;
}

@media (max-width:999px) {
  .top-second-sec {
    padding: 100px 0px;
    padding-bottom: 200px;
  }
  .top-second-sec .top-flex-left, .top-second-sec .top-flex-right {
    width: 50%;
  }
  .top-second-sec .top-flex-right img {
    width: 100%;
    margin-top: 150px;
  }
  .top-second-sec .top-flex-wrap {
    margin-top: 50px;
    padding: 10px;
  }
  .top-second-sec:before {
    height: 80px;
  }
  .top-second-sec:after {
    display: none;
  }
  .top-second-sec .link-btn {
    max-width: 280px;
    display: block;
  }
}

@media (max-width:767px) {
  .top-second-sec .top-flex-left, .top-second-sec .top-flex-right {
    width: 100%;
  }
  .top-second-sec .top-flex-right {
    margin-top: -50px;
  }
  .top-second-sec .top-flex-right img {
    max-width: 320px;
    margin-top: -50px;
  }
}

@media (max-width:600px) {
  .top-second-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-second-sec .top-flex-right {
    margin-top: 30px;
  }
  .top-second-sec .top-flex-right img {
    margin-top: 0px;
    position: relative;
    display: block;
    margin: auto;
    max-width: 80%;
  }
}


/*TOP-THIRD*/

.top-third-sec {
  background: #EAEEF2;
  padding: 100px 0px;
  position: relative;
  padding-bottom: 150px;
}

.top-third-sec .top-flex-wrap {
  margin-top: 0px;
}

.top-third-sec h3 {
  font-size: 2.4rem;
  margin: 0.75em 0px;
}

.top-third-sec .top-ttl-ja {
  color: #333;
}

.top-third-sec .read-btn {
  margin-top: 3em;
  display: block;
}

.top-third-sec .top-flex-right {
  margin-top: 50px;
}

.top-third-sec .top-flex-right img {
  object-fit: contain;
  height: 500px;
  position: absolute;
  right: 0;
}

.top-third-sec:after {
  content: "RECRUIT";
  position: absolute;
  right: 0;
  bottom: 4.5rem;
  font-size: 10rem;
  writing-mode: vertical-rl;
  line-height: 0.6;
  opacity: 0.2;
}

@media (max-width:999px) {
  .top-third-sec {
    padding: 50px 0px;
    padding-bottom: 30px;
  }
  .top-third-sec .top-flex-wrap {
    padding: 0px 10px;
  }
  .top-third-sec:after {
    display: none;
  }
  .top-third-sec .top-flex-right img {
    position: relative;
    height: 400px;
  }
  .top-third-sec .top-flex-right {
    margin-top: -100px;
    text-align: right;
  }
}

@media (max-width:767px) {
  .top-third-sec h3 {
    font-size: 24px;
  }
  .top-third-sec .top-flex-right {
    margin-top: 30px;
    text-align: center;
  }
  .top-third-sec .top-flex-right img {
    height: auto;
    width: 80%;
  }
}


/*CTA CONTACT*/

.page-cta-top {
  border: 0.75px solid #999;
  background: none;
  margin: 0;
  margin-top: -1px;
}

.cta-sec {
  position: relative;
  padding: 80px 0px;
  padding-bottom: 100px;
  overflow: hidden;
}

.page-cta {
  background: #eee;
}

.cta-wrap {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.cta-left {
  width: 40%;
  position: relative;
}

.cta-right {
  width: 60%;
  position: relative;
  margin-top: 50px;
}

.cta-left h2 {
  color: #135E8C;
}

.cta-left .top-ttl-ja {
  margin-bottom: 2em;
  font-weight: 400;
  font-size: 16px;
  color: #135E8C;
  margin-top: 5px;
}

.cta-left .read-btn {
  position: absolute;
  margin-top: 30px;
}

.cta-right img {
  position: absolute;
  object-fit: contain;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 600px;
}

@media (max-width:999px) {
  .cta-left {
    padding: 0px 10px;
    width: 60%;
  }
  .cta-right {
    width: 35%;
  }
  .cta-right img {
    bottom: -25px;
    left: -150px;
    max-width: 400px;
  }
}

@media (max-width:767px) {
  .cta-sec {
    padding: 30px 0px;
  }
  .cta-left, .cta-right {
    width: 100%;
  }
  .cta-right {
    margin-top: 10px;
  }
  .cta-right img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 85%;
    display: block;
    margin: auto;
  }
}


/*Footer*/

footer {
  position: relative;
  overflow: hidden;
  background: #000;
  padding-top: 60px;
  padding-bottom: 30px;
}

.page-footer {
  background: #eee;
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

.footer-left {
  width: 30%;
  color: #fff;
  position: relative;
}

.footer-left img {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 150px;
}

.footer-left img:hover {
  opacity: 0.8;
}

.footer-left span {
  position: absolute;
  bottom: 20px;
  left: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 14px;
}

.footer-right {
  width: 70%;
}

.footer-right-wrap {
  display: flex;
  flex-wrap: wrap;
}

.footer-right-box {
  width: 16.5%;
  margin: 1.25%;
  padding: 10px 20px;
  text-align: center;
}

.footer-right a {
  color: #fff;
  font-weight: bold;
}

.footer-right a:hover {
  opacity: 0.8;
}

.footer-right li {
  margin-top: 1em;
  font-weight: 400;
  font-size: 14px;
}

.footer-right hr {
  border: none;
  background: #fff;
  height: 0.75px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.footer-right-wrap .footer-line {
  width: 93%;
  border: none;
  height: 0.75px;
  background: #fff;
  margin-top: 2em;
}

.footer-right .footer-address {
  color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footer-address-left {
  width: 40%;
  padding: 10px 20px;
  margin: 0% 4%;
}

.footer-address-right {
  width: 40%;
  padding-top: 5px;
}

.footer-right .menu-tel-big {
  font-size: 28px;
  color: #fff;
}

.menu-tel-big a {
  color: #fff;
}

.footer-right .menu-tel {
  font-size: 16px;
}

.foot-contact a {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #fff;
  padding: 15px;
  letter-spacing: 5px;
}

.foot-contact a:hover {
  background: #fff;
  transition: 0.75s;
  display: block;
  opacity: 1;
}

.foot-contact:hover a {
  color: #000;
  display: block;
}

.footer-privacy-wrap {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: auto;
  text-align: right;
}

.footer-privacy-wrap hr {
  background: #fff;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.foot-privacy {
  max-width: 955px;
  display: block;
}

.foot-privacy a {
  padding-left: 35px;
  color: #fff;
  font-size: 15px;
}

@media (max-width:999px) {
  footer {
    padding-top: 70px;
  }
  .footer-left, .footer-right {
    width: 95%;
    margin: auto;
  }
  .footer-left {
    padding: 30px 0px;
  }
  .footer-left a {
    text-align: left;
    padding: 0px 10px;
  }
  .footer-left img {
    left: auto;
    top: auto;
    position: relative;
    max-width: 150px;
    transform: inherit;
    -webkit-transform: inherit;
    display: block;
    margin-bottom: 10px;
    height: auto;
  }
  .footer-left span {
    position: relative;
    left: -10px;
    bottom: auto;
  }
  .footer-right-box {
    padding: 10px 0px;
    text-align: left;
    width: 100%;
  }
  .footer-address {
    margin-top: 10px;
  }
  .footer-address-left {
    width: 50%;
    padding: 10px;
    margin-left: 0;
  }
  .footer-address-right {
    margin-top: 0;
  }
  .footer-right .menu-tel-big {
    font-size: 24px;
  }
  .foot-privacy {
    max-width: 95%;
    text-align: left;
  }
  .foot-privacy a {
    padding-left: 15px;
  }
}

@media (max-width:600px) {
  footer {
    padding-top: 0px;
  }
  .footer-left {
    padding: 10px 0px;
  }
  .footer-address-left {
    width: 100%;
    padding: 10px 5px;
  }
  .footer-address-right {
    width: 98%;
    margin: auto;
    margin-bottom: 30px;
  }
}


/*To TOP*/

#to-top {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(255, 255, 255, .1);
  width: 100px;
  padding: 15px 10px;
  text-align: center;
  z-index: 10;
}

#to-top a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
}

#to-top:hover {
  background: #fff;
  transition: .5s;
}

#to-top:hover a {
  transition: .5s;
  opacity: 0.6;
  color: #000;
}


/*下層共通*/

.header-left {
  width: 15%;
}

.header-center {
  width: 70%;
}

.header-right {
  width: 5%;
}

.page-ttl-wrap {
  padding: 50px 0px;
  margin-top: 100px;
}

.page-container {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
}

@media (max-width:1100px) {
  .page-container {
    padding: 0px 10px;
  }
}

@media (max-width:999px) {
  .header-center {
    display: none;
  }
  .page-ttl-wrap {
    margin-top: 80px;
  }
}

@media (max-width:600px) {
  .page-ttl-wrap {
    margin-top: 50px;
  }
}

.company-nav ul {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
  flex-wrap: wrap;
  text-align: left;
  list-style: none;
}

.company-nav a {
  width: 15%;
  margin: 0 .5%;
  display: inline-block;
}

.company-nav li {
  position: relative;
  list-style: none;
  margin-top: 40px;
  text-align: center;
}

.company-nav li:hover {
  opacity: 1;
  color: #135E8C;
}

.company-nav li:hover:after {
  border-color: #135E8C;
}

.page-logo img {
  background: #135e8c;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.page-ttl-en {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  display: block;
  text-align: center;
}

.page-ttl-ja {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-top: .5em;
  text-align: center;
}

.breadcrumb {
  position: absolute;
  right: 0;
  font-size: 14px;
  margin-top: 2em;
}

.breadcrumb .slash {
  margin: 0px 20px;
}

.breadcrumb a:hover {
  opacity: 0.5;
  cursor: pointer;
}

.anker {
  margin-bottom: 80px;
}

#works, #message {
  margin-bottom: 100px;
}

#product.anker {
  padding-bottom: 10px;
}

@media (max-width:1100px) {
  .breadcrumb {
    right: 15px;
  }
}

@media (max-width:999px) {
  .page-ttl-en {
    font-size: 50px;
  }
  .breadcrumb {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 15px;
    font-size: 11px;
  }
}

@media (max-width:600px) {
  .page-ttl-en {
    font-size: 32px;
  }
  #works, #message {
    margin-bottom: 110px;
  }
}


/*Company page*/

.gradation-sec {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: linear-gradient(to right, #135E8C, #00A0E9);
  padding: 80px 0px;
}

.philosophy-sec {
  color: #fff;
  padding-bottom: 120px;
}

.philosophy-sec .top-ttl-ja {
  color: #fff;
}

.page-container .top-ttl-ja {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
}

.philosophy-num-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.philosophy-num-box img {
  width: 85px;
  height: 60px;
  object-fit: contain;
}

.philosophy-num-box span {
  display: block;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.goal-message-sec {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 150px 0px;
  padding-top: 50px;
  background: #fff;
}

.goal-message-sec:after {
  content: "";
  background: url("./img/company/company-bg.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 100px;
  width: 280px;
  height: 700px;
  z-index: 0;
}

.goal-line-box {
  max-width: 900px;
}

.goal-message-sec h2, .goal-message-sec .top-ttl-ja {
  color: #135E8C;
}

.gradation-line {
  position: relative;
  background: #ccc;
  height: 2px;
  border: none;
  margin-top: 1.5rem;
}

.gradation-line:before {
  content: "";
  width: 150px;
  height: 2px;
  background: #135E8C;
  position: absolute;
  left: 0;
}

.goal-copy {
  background: linear-gradient(to right, #135E8C, #00A0E9);
  background: -webkit-linear-gradient(to right, #135E8C, #00A0E9);
  display: inline-block;
  font-size: 60px;
  margin: 0px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-bottom: 1rem;
}

.goal-message-sec li {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-top: 1em;
}

@media (max-width:999px) {
  .philosophy-num-box img {
    width: 65px;
  }
  .philosophy-num-box span {
    padding: 15px 10px;
    font-size: 18px;
  }
}

@media (max-width:600px) {
  .philosophy-num-box span {
    padding: 0px;
    font-size: 16px;
  }
  .philosophy-num-box {
    margin-top: 1.5rem;
  }
  .philosophy-num-box img {
    height: 50px;
    width: 55px;
  }
  .goal-message-sec {
    padding-top: 0px;
  }
  .goal-message-sec .top-ttl-en {
    font-size: 40px;
  }
  .goal-copy {
    font-size: 40px;
  }
  .goal-message-sec li {
    font-size: 16px;
  }
}

.message-wrap {
  margin-top: 30px;
  margin-bottom: 100px;
}

.message-wrap h2, .message-wrap .top-ttl-ja {
  color: #135E8C;
}

.message-txt {
  margin-top: 3rem;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-bottom: 80px;
}

.message-txt p {
  margin-bottom: 1.8em;
}

.message-txt img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  object-fit: contain;
}

@media (max-width:999px) {
  .message-wrap {
    margin-top: -50px;
  }
}

@media (max-width:600px) {
  .goal-message-sec {
    padding-bottom: 80px;
  }
  .message-txt {
    margin-top: 0;
  }
}

.company-img-sec {
  position: relative;
  padding: 80px 0px;
  height: 440px;
}

.company-img-sec img {
  max-height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
  z-index: 1;
}

.company-img-sec:after {
  content: "";
  height: 200px;
  background: linear-gradient(to right, #135E8C, #00A0E9);
  background: -webkit-linear-gradient(to right, #135E8C, #00A0E9);
  position: absolute;
  bottom: 0;
  width: 85vw;
}

@media (max-width:1300px) {
  .company-img-sec {
    height: 190px;
  }
  .company-img-sec img {
    max-height: 350px;
  }
}

@media (max-width:600px) {
  .company-img-sec {
    height: auto;
    padding: 0px;
  }
  .company-img-sec img {
    max-height: auto;
    position: relative;
    width: 75%;
    margin: auto;
  }
  .company-img-sec:after {
    left: 0;
    height: 85px;
    width: 90vw;
    bottom: 5px;
  }
}

.about-sec {
  margin-top: 100px;
  padding: 80px 0px;
  padding-bottom: 150px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}

.about-sec:before {
  content: "";
  background: url("./img/company/company-bg.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 100px;
  width: 280px;
  height: 700px;
  z-index: -1;
}

.about-sec:after {
  content: "";
  background: url("./img/company/company-bg.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 150px;
  width: 280px;
  height: 700px;
  transform: rotate(180deg);
  z-index: -1;
}

.about-sec h2 {
  color: #135E8C;
}

.about-sec .top-ttl-ja {
  color: #135E8C;
  margin-bottom: 3em;
}

.about-sec table {
  width: 100%;
  max-width: 1100px;
}

.about-sec tr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  position: relative;
  padding-bottom: 2em;
}

.about-sec tr:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-sec tr:after {
  content: "";
  width: 25%;
  background: #135e8c;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.about-sec td {
  width: 25%;
  font-weight: bold;
  font-size: 18px;
  vertical-align: top;
  text-align: left;
}

.about-sec th {
  width: 70%;
  vertical-align: top;
  text-align: left;
  padding-left: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.about-pdf {
  position: relative;
  display: block;
  color: #1A0DAB;
  margin-bottom: 1em;
  padding-left: 3.5em;
}

.about-pdf:before {
  content: "";
  background: url("./img/company/adobe-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: -15px;
}

.about-banner img {
  width: 150px;
  height: 40px;
  object-fit: contain;
}

.about-banner {
  display: block;
  margin-top: 1.5em;
}

.about-txt {
  font-size: 14px;
}

.about-privacy {
  position: relative;
  left: 5em;
  font-weight: bold;
  display: block;
  margin-bottom: -1em;
}

.about-privacy:before {
  content: "";
  background: url("./img/company/privacy-mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  left: -5em;
  top: -15px;
}

.dispatch-num {
  font-weight: bold;
}

@media (max-width:999px) {
  .about-sec .top-ttl-ja {
    margin-bottom: 0em;
  }
  .about-sec {
    padding-bottom: 50px;
  }
}

@media (max-width:600px) {
  .about-sec {
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .about-sec th {
    padding-left: 2px;
    display: block;
    width: 100%;
  }
  .about-sec td {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .about-privacy {
    margin-top: 1em;
  }
}

.history-sec {
  padding: 100px 0px;
  padding-top: 0px;
}

.history-sec h2, .history-sec .top-ttl-ja {
  color: #135E8C;
}

.history-sec table {
  margin-top: 2em;
  max-width: 1000px;
  width: 100%;
}

.history-sec tr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  position: relative;
  padding-bottom: 2em;
}

.history-sec tr:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.history-sec tr:after {
  content: "";
  width: 25%;
  background: #135e8c;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.history-sec td {
  width: 25%;
  font-weight: bold;
  font-size: 18px;
  vertical-align: top;
  text-align: left;
}

.history-sec th {
  width: 70%;
  vertical-align: top;
  text-align: left;
  padding-left: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8em;
}

@media (max-width:999px) {
  .history-sec {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .history-sec table {
    margin-top: 0;
  }
}

@media (max-width:600px) {
  .history-sec td, .history-sec th {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .history-sec td {
    margin-bottom: 0.5rem;
  }
}

.location-sec {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: linear-gradient(to right, #135E8C, #00A0E9);
  background: -webkit-linear-gradient(to right, #135E8C, #00A0E9);
}

.location-wrap {
  display: flex;
  flex-wrap: wrap;
}

.location-left {
  width: 50vw;
  text-align: center;
  color: #fff;
  position: relative;
}

.location-left h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 4.4rem;
  font-family: 'Barlow', sans-serif;
}

.location-left h2 span {
  font-size: 18px;
  display: block;
  margin-top: 5px;
  font-family: 'Noto sans jp', sans-serif;
}

.location-right-link {
  width: 100%;
}

.location-right {
  display: flex;
  flex-wrap: wrap;
  width: 50vw;
  background: #135e8c;
}

.location-txt-box {
  width: 85%;
  background: #fff;
}

.location-txt-box h3 {
  padding: 30px;
  padding-bottom: 0px;
  margin: auto;
}

.location-txt-box p {
  padding: 0px 30px;
}

.location-tel {
  display: block;
  margin-bottom: 2em;
  margin-left: 30px;
}

.location-map {
  width: 15%;
  background: #135E8C;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.location-map span {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  display: none;
}

img.location-map-icon {
  display: block;
  width: 20px;
  height: 30px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
}

@media (min-width:601px) {
  .location-txt-box:hover {
    background: #e7faff;
  }
  .location-txt-box.is-active {
    width: 75%;
    transition: 0.5s;
  }
  .location-map.is-active {
    width: 25%;
    transition: 0.5s;
    text-align: center;
  }
  .location-map.is-active span {
    display: block;
    transition: 0.75s;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  .location-map.is-active img.location-map-icon {
    display: block;
    width: 20px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
    transition: 0.5s;
  }
  .location-map:hover {
    opacity: 0.8;
  }
  .location-map.is-active span {
    display: block;
    transition: 1.25s;
    width: 75%;
  }
}

@media (max-width:600px) {
  .location-left {
    width: 100%;
    height: 150px;
  }
  .location-right {
    width: 100%;
  }
  .location-left h2 {
    font-size: 40px;
    text-align: left;
    position: relative;
    left: 15px;
    top: 35px;
    transform: inherit;
    -webkit-transform: inherit;
  }
  .location-wrap {
    margin-bottom: 50px;
  }
  .location-txt-box p {
    padding: 0px 15px;
  }
  .location-txt-box h3 {
    padding: 0px 15px;
    margin-top: 1em;
  }
  .location-tel {
    margin-left: 15px;
  }
}


/*NEWS-Archive*/

.news-archive-sec {
  padding-bottom: 150px;
  border-bottom: 1px solid #999;
}

.news-archive-sec .page-container {
  margin-top: 5em;
  width: 100%;
}

.news-archive-sec a {
  display: block;
  margin-top: 2em;
  position: relative;
  padding-bottom: 2em;
  width: 100%;
}

.news-archive-sec li:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-archive-sec li:after {
  content: "";
  width: 15%;
  background: #135e8c;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
}

.news-archive-sec a span {
  text-align: center;
  font-size: 16px;
  position: relative;
  top: 1px;
  display: inline-block;
  width: 100%;
  max-width: 200px;
}

.news-archive-sec a:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("./img/news/news-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.news-archive-sec a:hover {
  opacity: 0.6;
}

@media (max-width:600px) {
  .news-archive-sec li span {
    display: block;
    margin-bottom: 1em;
  }
  .news-archive-sec a {
    padding-bottom: 1em;
  }
  .news-archive-sec {
    margin-top: -50px;
  }
}


/*NEWS-SINGLE*/

.news-single-sec {
  padding: 100px 0px;
  border-bottom: 1px solid #999;
}

.news-single-sec .news-date {
  display: block;
  margin-bottom: 1em;
}

.news-single-sec h1 {
  font-size: 32px;
  margin-bottom: 2em;
}

.news-contents p {
  margin-top: 2em;
}

.news-contents a {
  text-decoration: underline;
  color: #000FFF;
}

.news-contents a:hover {
  opacity: 0.6;
}

a.back-news-btn {
  width: 280px;
  text-decoration: none;
  display: block;
  color: #333;
  font-weight: bold;
  margin-top: 60px;
}

a.back-news-btn:hover {
  opacity: 1;
}

@media (max-width:600px) {
  .news-single-sec {
    padding-top: 30px;
  }
  .news-single-sec h1 {
    margin-bottom: 1em;
    font-size: 24px;
  }
  .news-single-sec .news-date {
    margin-left: 3px;
  }
  .news-archive-sec {
    padding-bottom: 80px;
  }
}


/*DEVELOPMENT*/

.works-sec {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-sec h2, .works-sec .top-ttl-ja {
  color: #135E8C;
}

.works-top-txt {
  color: #333;
}

.works-card-wrap {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.works-card {
  width: 29%;
  margin: 0 0 1em;
  margin-bottom: 50px;
  background: #fff;
  min-height: 370px;
  padding-bottom: 1rem;
  box-shadow: 0 0 1.25rem rgba(0 0 0 / 13%);
}

.works-card img {
  width: 90px;
  height: 70px;
  display: block;
  object-fit: contain;
  margin: auto;
  margin-top: 2em;
}

.works-ttl {
  color: #135E8C;
  font-size: 26px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1.1px;
  margin: 1rem 1em;
  margin-bottom: 5px;
}

.works-card li {
  color: #333;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8em;
}

.works-card hr {
  background: #135E8C;
  display: block;
  margin: auto;
  width: 85%;
  border: none;
  height: 3px;
  margin-bottom: 1em;
}

.works-card ul {
  padding: 0px 20px;
  font-size: 13px;
}

.develop-img-sec {
  position: relative;
  padding: 80px 0px;
  height: 440px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.develop-img-sec img {
  max-height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
  z-index: 1;
}

.develop-img-sec:after {
  content: "";
  height: 200px;
  background: linear-gradient(to right, #135E8C, #00A0E9);
  background: -webkit-linear-gradient(to right, #135E8C, #00A0E9);
  position: absolute;
  bottom: 0;
  width: 85vw;
}

.product-sec h2 {
  color: #135E8C;
}

.product-sec .top-ttl-ja {
  color: #135E8C;
}

.product-wrap {
  max-width: 1000px;
  padding-bottom: 100px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.product-wrap img {
  width: 100%;
  object-fit: contain;
}

.product-cards {
  width: 30%;
  margin: 2%;
  box-shadow: 0 0 1.25rem rgba(0 0 0 / 13%);
}

.product-cards:first-child {
  margin-left: 0;
}

.product-ttl {
  font-weight: bold;
  font-size: 18px;
  padding: 0px 20px;
}

@media (max-width:1300px) {
  .develop-img-sec {
    height: 190px;
  }
  .develop-img-sec img {
    max-height: 350px;
  }
}

@media (max-width:999px) {
  .works-card img {
    width: 50px;
    height: 50px;
  }
  .works-ttl {
    font-size: 18px;
    text-align: center;
  }
}

@media (max-width:767px) {
  .works-card {
    width: 45%;
    margin: 1.25%;
  }
  .product-ttl br {
    display: none;
  }
}

@media (max-width:600px) {
  .works-sec {
    margin-top: -50px;
  }
  .works-card {
    width: 100%;
    margin: auto;
    min-height: 300px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .works-ttl {
    text-align: left;
  }
  .works-card hr {
    width: 90%;
  }
  .develop-img-sec {
    height: auto;
    padding: 0px;
  }
  .develop-img-sec img {
    max-height: auto;
    position: relative;
    width: 75%;
    margin: auto;
  }
  .develop-img-sec:after {
    left: 0;
    height: 85px;
    width: 90vw;
  }
  .product-cards {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .product-wrap {
    padding-bottom: 40px;
  }
}


/*Develop ver2*/

.works-table {
  width: 100%;
}

.works-table tr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  position: relative;
  padding-bottom: 2em;
}

.works-table tr:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.works-table tr:after {
  content: "";
  width: 25%;
  background: #135e8c;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.works-table td {
  width: 25%;
  font-weight: bold;
  font-size: 18px;
  vertical-align: top;
  text-align: left;
}

.works-table th {
  width: 70%;
  vertical-align: top;
  text-align: left;
  padding-left: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8em;
}

@media (max-width:600px) {
  .works-table th {
    padding-left: 2px;
    display: block;
    width: 100%;
  }
  .works-table td {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
}


/*PRIVACY PAGE*/

.privacy-sec h2 {
  position: relative;
  padding-bottom: 1rem;
  color: #135E8C;
  font-size: 28px;
  margin-bottom: em;
}

.privacy-sec h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.privacy-sec h2:after {
  content: "";
  width: 25%;
  background: #135e8c;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.privacy-sec p {
  margin-bottom: 2em;
}

.privacy-sec ol {
  padding: 0px;
  padding-left: 1em;
}

.privacy-sec ol li {
  list-style: decimal;
  margin-bottom: 2.5em;
}

.privacy-left-box {
  margin: 3rem 0rem 5rem 0rem;
}

.privacy-sec h3 {
  border-left: 3px solid #135E8C;
  padding-left: 0.5em;
  font-size: 24px;
  margin-bottom: 30px;
}

.privacy-sec-2 {
  margin-top: 100px;
  padding-bottom: 60px;
}

.privacy-sec-2 .privacy-num-txt {
  margin-bottom: 0;
}

.privacy-num-txt {
  font-weight: bold;
  font-size: 16px;
  margin-top: 2rem;
}

.privacy-num-txt span {
  font-weight: 400;
  margin-right: 5px;
}

.privacy-num-wrap {
  padding-left: 1.15em;
  margin-top: -0.5em;
  margin-bottom: 3em;
}

.privacy-num-wrap ul {
  margin-top: -1.5em;
  padding-left: 1.15em;
  margin-bottom: 2em;
}

.privacy-num-wrap li {
  line-height: 1.8em;
}

@media (max-width:600px) {
  .privacy-sec {
    margin-top: 30px;
  }
  .privacy-sec h2 {
    font-size: 24px;
  }
  .privacy-sec h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .privacy-num-wrap {
    padding-left: 0;
  }
}


/*FV txt Anim*/

.fadeup {
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fv-fade1 {
  color: rgb(255, 255, 255);
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fv-fade2 {
  color: rgb(255, 255, 255);
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fv-fade3 {
  color: rgb(255, 255, 255);
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fv-fade4 {
  color: rgb(255, 255, 255);
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*Button*/

.link-btn {
  position: relative;
  display: inline-block;
  padding: 25px 20px;
  min-width: 280px;
  color: #333;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  outline: none;
  transition: all .2s;
  border: 1px solid rgba(40, 91, 170, .5);
  font-family: 'Barlow', sans-serif;
  letter-spacing: 1px;
  margin-top: 20px;
}

@media (min-width:601px) {
  .link-btn:hover {
    font-weight: bold;
    color: #285BAA;
  }
  .link-btn:hover span {
    opacity: 1;
  }
}

.link-btn::before, .link-btn::after, .link-btn span::before, .link-btn span::after {
  content: '';
  position: absolute;
  z-index: 2;
  display: block;
  background-color: #285BAA;
  transition: all .4s;
}

.link-btn::before, .link-btn::after {
  width: 0;
  height: 1px;
}

.link-btn span::before, .link-btn span::after {
  width: 1px;
  height: 0;
}

.link-btn::before {
  top: -1px;
  left: 0;
}

.link-btn::after {
  bottom: -1px;
  right: 0;
}

.link-btn span::before {
  top: 0;
  left: -1px;
}

.link-btn span::after {
  bottom: 0;
  right: -1px;
}

@media (min-width:601px) {
  .link-btn:hover::before, .link-btn:hover::after {
    width: 100%;
  }
  .link-btn:hover span::before, .link-btn:hover span::after {
    height: 100%;
  }
}

.link-btn i {
  position: absolute;
  top: calc(50% - 1px / 2);
  right: 40px;
  display: block;
  height: 1px;
  width: 24px;
  background-color: #285BAA;
  transition: all .4s;
}

@media (min-width:601px) {
  .link-btn:hover i {
    right: -16px;
    width: 64px;
  }
}


/*Contact*/

.contact-top-txt {
  margin-top: 10px;
  margin-bottom: 20px;
}
.contact-top-txt ul li{
  margin:5px 0;
  list-style-type:none;
  margin-left: 0.4em;
  text-indent: -1.0em;
}

.contact-top-txt ol li{
  margin:5px 0;
  list-style: decimal;
}

.contact-top-txt ul li a{
  color: #000FFF;
}

.contact-title td, .contact-title th {
  background: #fff;
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 0;
}

form select {
  height: 40px;
  font-weight: bold;
  padding-left: 5px;
  width: 310px;
  font-size: 16px;
}

form .form-full input {
  width: 100%;
}

form label span {
  background: #c00000;
  color: #fff;
  font-size: 11px;
  padding: 5px 15px;
  position: absolute;
  right: 10px;
  margin-top: 0px;
  border-radius: 3px;
}

.form-privacy-txt {
  text-align: center;
}

.form-privacy-txt a {
  color: #000FFF;
}

@media (max-width:600px) {
  .form-privacy-txt {
    text-align: left;
  }
}

#submit-btn {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 300px;
  background: #c00000;
  color: #fff;
  border: none !important;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 10px !important;
  border-radius: 3px;
  cursor: pointer;
}

#submit-btn:hover {
  opacity: 0.7;
}

.form-step-box {
  background: #efefef;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.form-step-box div {
  width: 15%;
  font-weight: bold;
  color: #999;
}

.accept-box {
  max-width: 100px;
  margin: auto;
  font-size: 18px;
}

.accept-box input {
  position: relative;
  width: auto;
  appearance: auto;
  -webkit-appearance: auto;
}

.error {
  font-size: 12px;
  color: #c00000;
}


/* 送信ボタン */

.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #fff;
  padding: 8px 24px;
  background-color: #3abec1;
  cursor: pointer;
  /* ポインターカーソルを表示 */
}

.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  /* クリック不可のカーソルを表示 */
}

.submit-box {
  max-width: 300px;
  display: block;
  margin: auto;
}

.submit-box button, .submit-box input {
  max-width: 300px;
  display: block;
  margin: auto;
  background: #c00000;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px 50px;
  margin-top: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.submit-box input {
  background: #666;
}

.submit-box input:hover, .submit-box button:hover {
  opacity: 0.8;
}

@media (max-width:999px) {
  .form-ttl-box, .form-input-box {
    width: 100%;
    display: block;
    padding: 10px;
  }
  form select, form textarea, form input {
    width: 95%;
  }
  form label span {
    margin-top: 0px;
  }
  .form-step-box div {
    width: 33%;
    font-size: 14px;
  }
  .accept-box {
    width: 100%;
    display: block;
    margin: auto;
  }
  .accept-box input {
    position: relative;
  }
  .select-box select {
    text-align: center;
    width: 100%;
  }
}


/*Thanks画面*/

.thanks-txt {
  max-width: 800px;
  margin: auto;
  padding: 80px 0px;
  margin-top: 100px;
  text-align: center;
}

.thanks-txt button {
  max-width: 300px;
  display: block;
  margin: auto;
  background: #000;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px 50px;
  margin-top: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.thanks-txt button:hover {
  opacity: 0.8;
}


/*Animation*/

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}


/* フェードイン時に入るクラス */

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.list3>li{
  margin:5px 0;
  list-style-type:disc;

}
