@charset "UTF-8";
/*ＬＡＹＯＵＴ*/
/* -----------------------------------------------------------------
LAYOUT CSS　
LAST UPDATE: 　
--------------------------------------------------------------------*/
/*--------------------------------
FONTS
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap");
/*--------------------------------
html/body
---------------------------------*/
html {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  /*10px*/
  line-height: 1.8;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  min-width: 1240px;
}

input, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.skipContents {
  position: absolute;
  top: -99999px;
  left: 0;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
/*--------------------------------
LINk
---------------------------------*/
a {
  color: #0285CF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  transition: 0.6s;
  opacity: 0.8;
}

a:focus {
  outline: none;
}

/*--------------------------------
header
---------------------------------*/
header {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
header.UpMove {
  animation: UpAnime 0.5s forwards;
}
header.DownMove {
  animation: DownAnime 0.5s forwards;
}
header .header__inner {
  position: relative;
  display: flex;
  line-height: 1;
  min-width: 1240px;
}
header .header__inner .logo {
  vertical-align: middle;
  padding: 16px 20px;
  position: absolute;
  left: 0;
  top: 0;
}
header .header__inner .logo a {
  color: #333;
  vertical-align: middle;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
header .header__inner .logo img {
  width: 106px;
  height: 52px;
  margin-right: 10px;
}
header .header__inner .navi {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .header__inner .navi li {
  margin-right: 50px;
  font-size: 1.6rem;
}
header .header__inner .navi li a {
  color: #333;
  font-weight: 700;
}
header .header__inner .navi li a:hover {
  opacity: 0.6;
}
header .header__inner .btnNavi {
  display: flex;
  align-items: center;
}
header .header__inner .btnNavi li {
  margin-left: 1px;
}
header .header__inner .btnNavi li a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}
header .header__inner .btnNavi li.contact a {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #009172;
}
header .header__inner .btnNavi li.contact a::before {
  content: '';
  display: block;
  background: url(/common/img/icon_mail.svg) no-repeat center center;
  width: 21px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
header .header__inner .btnNavi li.recruit a {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #00639A;
}
header .header__inner .btnNavi li.recruit a::before {
  content: '';
  display: block;
  background: url(/common/img/icon_entry.svg) no-repeat center center;
  width: 19px;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
header.fix {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
header.fixH {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}

.menuBox {
  display: none;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    max-height: 70px;
  }
  header.UpMove {
    animation: UpAnimeSp 0.5s forwards;
  }
  header.DownMove {
    animation: DownAnime 0.5s forwards;
  }
  header .header__inner {
    min-width: 100%;
  }
  header .header__inner .logo {
    padding: 18px;
  }
  header .header__inner .logo a {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  header .header__inner .logo img {
    width: 70px;
    height: 35px;
    margin-right: 8px;
  }
  header .header__inner .navi {
    display: none;
  }
  header .header__inner .btnNavi {
    margin-left: auto;
  }
  header .header__inner .btnNavi li {
    width: 70px;
  }
  header .header__inner .btnNavi li a {
    font-size: 1rem;
    padding: 15px 0;
    width: 100%;
  }
  header .header__inner .btnNavi li.contact {
    width: 80px;
  }
  header .header__inner .btnNavi li.SPmenu {
    height: 71px;
    position: relative;
    margin-left: 0;
  }

  .menuBox {
    position: fixed;
    top: 70px;
    left: 0;
    background: #333333;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    overflow-y: scroll;
  }
  .menuBox .SPclose {
    position: fixed;
    cursor: pointer;
    width: 48px;
    height: 48px;
    /*background: url(/common/img/btn_sp_close.svg) no-repeat center center;*/
    background-size: cover;
    text-indent: -11111px;
    top: 8px;
    right: 8px;
    z-index: 3;
  }
  .menuBox .logo {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.2;
    text-indent: -4.5rem;
    width: auto;
    margin: 0 auto;
    font-size: 2rem;
    letter-spacing: 0.2em;
    padding: 3rem 0 40px 0;
    margin-top: 70px;
  }
  .menuBox .logo a {
    color: #fff;
  }
  .menuBox .logo strong {
    font-size: 3.7rem;
  }
  .menuBox ul {
    font-size: 1.6rem;
    padding: 15px;
    font-weight: 500;
  }
  .menuBox ul li {
    border-bottom: 1px solid #C7C7C7;
    padding: 30px 0 15px 0;
  }
  .menuBox ul li a {
    color: #fff;
    padding-left: 20px;
    background: url(/common/img/icon_arrow_w01.svg) no-repeat center left;
    background-size: 6px auto;
    display: block;
  }

  /*ボタン内側*/
  .SPmenu .openbtn-area {
    transition: all .6s;
    /*アニメーションの設定*/
    width: 70px;
    height: 70px;
  }

  .SPmenu span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 18px;
    height: 3px;
    border-radius: 2px;
    background: #333;
    width: 45%;
  }

  .SPmenu span:nth-of-type(1) {
    top: 25px;
  }

  .SPmenu span:nth-of-type(2) {
    top: 33px;
  }

  .SPmenu span:nth-of-type(3) {
    top: 41px;
  }

  /*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
  .SPmenu.active {
    background: #333333;
  }

  .SPmenu.active .openbtn-area {
    transform: rotate(360deg);
  }

  .SPmenu.active span:nth-of-type(1) {
    top: 28px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
    background: #fff;
  }

  .SPmenu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .SPmenu.active span:nth-of-type(3) {
    top: 40px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
    background: #fff;
  }
}
/*--------------------------------
contents
---------------------------------*/
#contentsWrap {
  min-width: 100%;
  padding-bottom: 180px;
  overflow: hidden;
  margin-top: 85px;
}

.contents {
  min-width: 1240px;
  font-size: 1.6rem;
}

/*kv*/
.kv {
  position: relative;
  background: url(/img/kv_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 820px;
  display: flex;
  align-items: center;
  min-width: 1240px;
  width: 100%;
  z-index: 2;
}
.kv__textContents {
  width: 550px;
  color: #fff;
  position: absolute;
  right: 50%;
  left: 12%;
  filter: drop-shadow(0 0 6px #626262);
}
.kv__en {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.kv__title {
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 10px;
}
.kv__lead {
  display: inline-block;
  background: #fff;
  color: #333;
  margin-top: 5px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px;
}
.kv__scroll {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
.kv__scroll img {
  width: 80px;
  height: auto;
}

/*section*/
.section {
  margin-top: 180px;
}
.section__inner {
  width: 1200px;
  margin: 0 auto;
}
.section a:hover {
  text-decoration: underline;
}

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

.--cpmpany {
  background: url(/img/bg_company.jpg) no-repeat 0 0;
  background-size: 100% auto;
  padding-top: 240px;
}
.--cpmpany .section__inner {
  background: #fff;
  padding: 80px 80px 0 80px;
  display: flex;
  flex-wrap: wrap;
}
.--cpmpany .section__inner .indexTitile {
  width: 323px;
  text-align: left;
}
.--cpmpany .section__inner .dataCol {
  width: 640px;
  margin-left: auto;
  font-size: 1.6rem;
}

.indexTitile {
  text-align: center;
}
.indexTitile__text {
  font-weight: 700;
  font-size: 3rem;
}
.indexTitile__en {
  display: block;
  color: #009172;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
.indexTitile__lead {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 20px;
}

/*footNavCol*/
.footNavCol {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-width: 1240px;
}
.footNavCol .contactNav {
  position: relative;
  width: 100%;
  text-align: center;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #009172;
  padding: 24px 24px 140px 24px;
}
.footNavCol .contactNav__title {
  color: rgba(0, 0, 0, 0.07);
  font-size: 9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.footNavCol .contactNav__title strong {
  color: #fff;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-top: -75px;
  font-family: "Noto Sans JP", sans-serif;
}
.footNavCol .contactNav__title strong::after {
  content: '';
  width: 60px;
  height: 2px;
  display: block;
  position: absolute;
  background: #fff;
  left: calc(50% - 30px);
  bottom: 0;
}
.footNavCol .contactNav__lead {
  font-size: 1.6rem;
  max-width: 600px;
  margin: 20px auto;
  font-weight: 400;
  line-height: 2;
}
.footNavCol .contactNav__btn {
  margin-bottom: 80px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 180px);
}
.footNavCol .contactNav__btn a {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  color: #009172;
  display: block;
  background: #fff;
  padding: 10px;
}
.footNavCol .contactNav__btn a::before {
  content: '';
  background: url(/common/img/icon_mail_g01.png) no-repeat 0 0;
  display: inline-block;
  width: 20px;
  height: 17px;
  background-size: 100% auto;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}
.footNavCol .recruitNav {
  position: relative;
  width: 50%;
  text-align: center;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #00639A;
  padding: 24px 24px 140px 24px;
}
.footNavCol .recruitNav__title {
  color: rgba(0, 0, 0, 0.07);
  font-size: 9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.footNavCol .recruitNav__title strong {
  color: #fff;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-top: -75px;
  font-family: "Noto Sans JP", sans-serif;
}
.footNavCol .recruitNav__title strong::after {
  content: '';
  width: 60px;
  height: 2px;
  display: block;
  position: absolute;
  background: #fff;
  left: calc(50% - 30px);
  bottom: 0;
}
.footNavCol .recruitNav__lead {
  font-size: 1.6rem;
  max-width: 600px;
  margin: 20px auto;
  font-weight: 400;
  line-height: 2;
}
.footNavCol .recruitNav__btn {
  margin-bottom: 80px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 180px);
}
.footNavCol .recruitNav__btn a {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  color: #00639A;
  display: block;
  background: #fff;
  padding: 10px;
}
.footNavCol .recruitNav__btn a::after {
  content: '';
  background: url(/common/img/icon_blank_b01.png) no-repeat 0 0;
  display: inline-block;
  width: 16px;
  height: 17px;
  background-size: 100% auto;
  margin-left: 10px;
  margin-top: -2px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #contentsWrap {
    min-width: 100%;
    padding-bottom: 100px;
    margin-top: 70px;
  }

  .contents {
    min-width: 100%;
  }

  /*kv*/
  .kv {
    background: url(/img/kv_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 133.333%;
    min-width: 100%;
    position: relative;
    z-index: 2;
    height: auto;
  }
  .kv__textContents {
    margin-top: -133.333%;
    width: 100%;
    margin-left: 0;
    width: 350px;
    left: 8%;
  }
  .kv__en {
    font-size: 1.6rem;
  }
  .kv__title {
    font-size: 3.6rem;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .kv__lead {
    font-size: 1.2rem;
    padding: 5px;
  }
  .kv__scroll {
    left: calc(50% - 25px);
  }
  .kv__scroll img {
    width: 65px;
    height: auto;
  }

  /*section*/
  .section {
    margin-top: 100px;
  }
  .section__inner {
    width: 100%;
    padding: 0 15px;
  }

  .--business .indexTitile__lead {
    padding: 0 15px;
  }

  .--cpmpany {
    padding: 0 15px;
    background: url(/img/bg_company_sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 130px;
    margin-top: 50px;
  }
  .--cpmpany .section__inner {
    padding: 40px 20px 0 20px;
    display: block;
  }
  .--cpmpany .section__inner .indexTitile {
    width: 100%;
    text-align: center;
  }
  .--cpmpany .section__inner .dataCol {
    width: 100%;
    margin-left: auto;
    font-size: 1.4rem;
    margin-top: 30px;
  }

  .indexTitile__text {
    font-size: 2.3rem;
  }
  .indexTitile__en {
    font-size: 1.4rem;
  }
  .indexTitile__lead {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  /*footNavCol*/
  .footNavCol {
    display: block;
    min-width: 100%;
  }
  .footNavCol .contactNav {
    width: 100%;
    padding: 24px 30px 110px 30px;
  }
  .footNavCol .contactNav__title {
    font-size: 4.5rem;
  }
  .footNavCol .contactNav__title strong {
    font-size: 2rem;
    margin-top: -35px;
  }
  .footNavCol .contactNav__title strong::after {
    width: 30px;
    height: 1px;
    left: calc(50% - 15px);
  }
  .footNavCol .contactNav__lead {
    font-size: 1.2rem;
    max-width: 100%;
    margin: 20px auto;
    font-weight: 400;
    line-height: 2;
  }
  .footNavCol .contactNav__btn {
    margin-bottom: 60px;
    width: 210px;
    left: calc(50% - 105px);
  }
  .footNavCol .contactNav__btn a {
    font-size: 1.4rem;
  }
  .footNavCol .contactNav__btn a::before {
    width: 14px;
    height: 12px;
  }
  .footNavCol .recruitNav {
    width: 100%;
    padding: 24px 30px 110px 30px;
  }
  .footNavCol .recruitNav__title {
    font-size: 4.5rem;
  }
  .footNavCol .recruitNav__title strong {
    font-size: 2rem;
    margin-top: -35px;
  }
  .footNavCol .recruitNav__title strong::after {
    width: 30px;
    height: 1px;
    left: calc(50% - 15px);
  }
  .footNavCol .recruitNav__lead {
    font-size: 1.2rem;
    max-width: 100%;
    margin: 20px auto;
    font-weight: 400;
    line-height: 2;
  }
  .footNavCol .recruitNav__btn {
    margin-bottom: 60px;
    width: 210px;
    left: calc(50% - 105px);
  }
  .footNavCol .recruitNav__btn a {
    font-size: 1.4rem;
  }
  .footNavCol .recruitNav__btn a::before {
    width: 14px;
    height: 12px;
  }
}
/*--------------------------------
footer
---------------------------------*/
footer {
  background: #000;
  color: #fff;
  padding: 50px 80px 80px;
  position: relative;
  line-height: 1;
  min-width: 1240px;
}
footer a {
  color: #fff;
}
footer .footer__inner {
  margin: 0 auto;
  position: relative;
  min-height: 70px;
}
footer .footer__inner .logo {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer__inner .logo a {
  color: #fff;
}
footer .footer__inner .logo a svg {
  fill: currentColor;
  width: 140px;
}
footer .footer__inner .logo a strong {
  display: none;
}
footer .footer__inner .footNavi {
  text-align: right;
  font-size: 1.6rem;
  padding-top: 15px;
}
footer .footer__inner .footNavi li {
  display: inline-block;
  margin-left: 50px;
}
footer .footer__inner .footNavi li a:hover {
  text-decoration: underline;
}
footer p.copy {
  width: 100%;
  text-align: right;
  font-family: "Poppins", sans-serif;
  color: #6A6A6A;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 25px;
}

.pageTop {
  position: fixed;
  right: 30px;
  bottom: 0;
  z-index: 3;
}
.pageTop a {
  margin-bottom: 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 15px;
    min-width: 100%;
  }
  footer .footer__inner {
    margin: 0 auto;
    position: relative;
    min-height: auto;
  }
  footer .footer__inner .logo {
    width: auto;
    position: inherit;
    top: inherit;
    left: inherit;
    text-align: center;
  }
  footer .footer__inner .logo a svg {
    width: 90px;
  }
  footer .footer__inner .logo a strong {
    display: block;
    font-size: 1.2rem;
    padding-top: 10px;
  }
  footer .footer__inner .footNavi {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 35px;
  }
  footer .footer__inner .footNavi li {
    display: inline-block;
    margin: 0 10px;
  }
  footer p.copy {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 35px;
  }

  .pageTop {
    position: fixed;
    right: 15px;
    bottom: 0;
  }
  .pageTop a {
    margin-bottom: 0;
    display: block;
  }
  .pageTop a img {
    width: 40px;
    height: 40px;
  }
}
/*@include fullsize;*/
/*--------------------------------
Animation Settings
---------------------------------*/
.footNavCol,
.thumbList__items,
.galleryA01,
.companyA01,
.businessA07,
.businessA06,
.businessA04,
.businessA03,
.businessA02,
.businessA01,
.kv__en,
.kv__title {
  opacity: 0;
  transform: translateY(20%);
  transition: all 1s ease;
}

.kv__lead {
  opacity: 0;
  transform: translateY(20%);
  transition: all 1s ease;
}

.businessA05 {
  opacity: 0;
  transform: translateX(20%);
  transition: all 1s ease;
}

.businessA07 {
  opacity: 0;
  transform: translateX(-20%);
  transition: all 1s ease;
}

.footNavCol.started,
.thumbList__items.started,
.galleryA01.started,
.companyA01.started,
.businessA07.started,
.businessA06.started,
.businessA05.started,
.businessA04.started,
.businessA03.started,
.businessA02.started,
.businessA01.started,
.kv__en.started,
.kv__title.started {
  transition: all 1.5s ease;
  transform: none;
  opacity: 1;
}

.kv__lead.started {
  transition: all 1.5s ease;
  transform: none;
  opacity: 1;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-140px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-140px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes UpAnimeSp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-72px);
  }
}
@keyframes DownAnimeSp {
  from {
    opacity: 0;
    transform: translateY(-72px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
