@charset "UTF-8";

/* -- 共通
-------------------------------------------------- */
.headFont {
  font-family: "vdl-logog", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.engFont {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cntFont {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.topFont {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
img {
  max-width: 100%;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.tab_only {
  display: block;
}
/* 既存SPヘッダー固定用 */
.mean-bar {
  position: fixed !important;
  top: 0;
}
@media (min-width: 1200px) {
  .tab_only {
    display: none;
  }
}
@media screen and (max-width: 489px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .mean-bar {
    max-height: 85px;
  }
}
/* SP時の横幅増への対応 */
.introductionImg,
.businessImg,
.topIntroductionWrapper {
  overflow: hidden;
}

/* Adobeフォントのチラつき対策 */
html {visibility: hidden;}
html.wf-active {visibility: visible;}

/* -- header
-------------------------------------------------- */
header.newHeader {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  height: 90px;
}
header.newHeader .headerWrapper {
  display: flex;
  justify-content: space-between;
  font-weight: bolder;
}
header.newHeader .headerWrapper .headerLeft {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
header.newHeader .headerWrapper .headerLeft .headerLogo {
  margin-right: 20px;
  max-width: 40%;
  margin: 14px 20px 0 0;
}

header.newHeader .headerWrapper .headerLeft .headerLogo img {
  width: 100%;
  max-width: 100%;
  height: 70px;
}
header.newHeader .headerWrapper .headerLeft .headerCatch {
  font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.4em;
}
header.newHeader .headerWrapper nav {
  flex: 1.3;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  font-size: clamp(0.563rem, 0.45rem + 0.56vw, 1.125rem);
  align-items: center;
  letter-spacing: 3px;
  font-weight: 300;
  text-align: center;
}
header.newHeader .headerWrapper nav span {
  cursor: pointer;
  /* flex: 1; */
}
header.newHeader .headerWrapper nav span a {
  position: relative;
  transition: all 0.3s ease-out;
}
header.newHeader .headerWrapper nav span a:hover {
  color: #cc6600;
}
header.newHeader .headerWrapper nav span a:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background: #cc6600;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}
header.newHeader .headerWrapper nav span a.active {
  color: #cc6600;
}
header.newHeader .headerWrapper nav span a.active::after {
  opacity: 1;
}
header.newHeader .headerWrapper nav span.contact a.active {
  color: white;
}
header.newHeader .headerWrapper nav span.contact a.active::after {
  opacity: 0;
}
header.newHeader .headerWrapper nav .has-submenu {
    position: relative;
}
header.newHeader .headerWrapper nav .submenu {
  position: absolute;
  top: 20px;
  left: 0;
  width: max-content;
  gap: 15px;
  text-align: left;
  font-size: clamp(0.543rem, 0.3em + 0.5vw, 1.1rem);
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 10px;
  border: 1px solid #cc6600;
  display: none;
  z-index: 100;
}
header.newHeader .headerWrapper nav .has-submenu:hover .submenu {
  display: grid;
}

header.newHeader .headerWrapper nav .contact {
  /* flex: 3; */
}
header.newHeader .headerWrapper nav .contact a {
  background: #cc6600;
  color: #ffffff;
  display: inline-flex;
  padding: 1em 1.5em;
  align-items: center;
}
header.newHeader .headerWrapper nav .contact a img {
  margin-right: 10px;
}
#logo {
  margin-left: 10px;
}
/*ハンバーガー用 上書き*/
.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  header.newHeader .headerWrapper .headerLeft .headerLogo {
    max-width: 80%;
  }
  header.newHeader .headerWrapper .headerLeft .headerCatch {
    display: none;
  }
  header.newHeader .headerWrapper nav {
    flex: 2;
  }
}
@media screen and (max-width: 641px) {
  header.newHeader {
    display: none;
  }
}
@media screen and (max-width: 489px) {
  header.newHeader {
    display: none;
  }
}


/* トップページ */
/*共通スタイル*/
/* ボックスコンテンツ */
.baseContent {
  background: #ffffff;
  /* padding: 90px 50px; */
  padding: 5% 3%;
  max-width: 670px;
  max-height: 612px;
  text-align: center;
}
@media print, screen and (max-width: 1680px) {
  .baseContent {
    height: 38vw;
  }
}
@media screen and (max-width: 489px) {
  .baseContent {
    width: 100%;
    margin: 0;
    height: 100%;
  }
}
.baseContent h2 {
  color: #0b318f;
  font-size: clamp(1.125rem, 2vw + 1rem, 4.375rem);
  letter-spacing: 12px;
  margin: 0;
}
@media screen and (max-width: 489px) {
  .baseContent h2 {
    letter-spacing: 3px;
  }
}
.baseContent h3 {
  font-size: clamp(1rem, 0.638rem + 1.81vw, 2.813rem);
  color: #0b318f;
  margin: 65px 0 35px;
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  .baseContent h3 {
    margin: 25px 0 14px;
  }
}
@media screen and (max-width: 489px) {
  .baseContent h3 {
    margin: 1vh 0;
  }
}
.baseContent p {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  line-height: 2;
  font-weight: bold;
  letter-spacing: -1px;
}
@media screen and (max-width: 489px) {
  .baseContent p {
    /* display: none; */
  }
}
.baseContent span a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 16px 0;
  color: #ffffff;
  background: #cc6600;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: 500;
}
.company__more {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    max-width: 955px;
    margin: 30px auto 0;
}
.youtube-ratio iframe {
  width: 100%;
  max-width: 960px;
  height: 450px;
  margin: 30px auto 0;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 489px) {
  .baseContent span a {
    padding: 14px 0;
    max-width: 90%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .company__more {
	grid-template-columns: 1fr;
	margin: 15px auto 0;
  }
	.youtube-ratio {
		max-width: 90%;
		margin: 0 auto;
	}
.youtube-ratio iframe {
  height: 215px;
}
}
.baseContent span a i {
  margin-left: 20px;
}

/* SP画像調整 */
@media screen and (max-width: 489px) {
  img {
    max-width: 100%;
  }
}

.bg_gray {
  background: #f5f5f5;
  margin-bottom: 600px;
  padding-bottom: 10vh;
}
@media screen and (max-width: 489px) {
  .bg_gray {
    margin-bottom: 300px;
    padding-bottom: 80px;
  }
}

.bg_white {
  background: #ffffff;
  /* padding-bottom: 100px; */
  margin-top: 900px;
}
@media screen and (max-width: 489px) {
  .bg_white {
    margin: 0;
  }
}

#home {
  /* ムービー */
  /*元ソースここから*/
  /* ここまで */
  /* お知らせ */
  /* 事業案内 */
  /* 事業紹介 */
  /* 求人情報 */
  /* 会社概要 */
  /* 背景の斜め切 */
  /* マップ */
  /* ムービー（下） */
  /* お問い合わせ */
}
#home main section {
  margin-bottom: 100px;
}
#home .topMovieWrapper {
  line-height: 0;
}
@media screen and (max-width: 489px) {
  #home .topMovieWrapper {
    height: 80vh;
    overflow: hidden;
    width: 100%;
  }
  #home .topMovieWrapper img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
#home #bgVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -100;
  background: url(../../top/img/mv_poster.jpg) no-repeat center center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .topInfoWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #868c8f;
  margin-bottom: 200px;
  /* @include small-screen() {
      margin-bottom: 60px;
  } */
}
@media screen and (max-width: 900px) {
  #home .topInfoWrapper {
    margin-bottom: 60px;
  }
}
#home .topInfoWrapper .infoTitle {
  background: #0b318f;
  color: #ffffff;
  font-size: clamp(0.875rem, 2vw + 0.25rem, 1.875rem);
  max-width: 410px;
  width: 410px;
  text-align: center;
  letter-spacing: 4px;
  padding: 36px 0;
  max-height: 100px;
  font-weight: normal;
}
@media screen and (max-width: 489px) {
  #home .topInfoWrapper .infoTitle {
    width: 24vw;
    padding: 5vh 0;
    letter-spacing: 1px;
    max-height: initial;
  }
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #home .topInfoWrapper .infoTitle {
    width: 20vw;
  }
}
#home .topInfoWrapper .infoSpace {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 100px 0 70px;
}
@media screen and (max-width: 489px) {
  #home .topInfoWrapper .infoSpace {
    flex: initial;
    margin: 0;
    padding: 1vh 4vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #home .topInfoWrapper .infoSpace {
    margin: 0 2.5vw 0 2vw;
  }
}
#home .topInfoWrapper .infoSpace .infoTexts {
  display: flex;
  justify-content: flex-start;
  font-size: clamp(0.625rem, 2vw + 0.25rem, 1rem);
}
@media screen and (max-width: 489px) {
  #home .topInfoWrapper .infoSpace .infoTexts {
    padding-right: 2vw;
	align-items: center;
  }
}
#home .topInfoWrapper .infoSpace .infoTexts .infoData {
  margin-right: 20px;
}
@media screen and (max-width: 489px) {
  #home .topInfoWrapper .infoSpace .infoTexts .infoData {
    display: block;
  }
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #home .topInfoWrapper .infoSpace .infoTexts .infoData {
    display: table-cell;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #home .topInfoWrapper .infoSpace .infoTexts .infoText {
    display: table-cell;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 489px) {
  #home .topInfoWrapper .infoSpace .infoTexts .infoText {
    line-height: 1.5;
  }
}
#home .topInfoWrapper .infoSpace .infoButton a {
  padding: 15px 40px;
  font-size: clamp(0.75rem, 2vw + 0.25rem, 1.125rem);
  border: 1px solid #0b318f;
  max-height: 50px;
  max-width: 176px;
  display: block;
  color: #0b318f;
  font-weight: 500;
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #home .topInfoWrapper .infoSpace .infoButton a {
    min-width: 125px;
    min-height: 50px;
    padding: 0;
    text-align: center;
    padding: 16px;
  }
}
@media screen and (max-width: 489px) {
  #home .topInfoWrapper .infoSpace .infoButton a {
    /* border-radius: 15px; */
    /* padding: 2vh 4vw; */
    min-width: 72px;
    min-height: 50px;
    padding: 25% 0;
    text-align: center;
  }
}
#home .topInfoWrapper .infoSpace .infoButton a i {
  color: #0b318f;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #home .topInfoWrapper .infoSpace .infoButton a i {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 489px) {
  #home .topInfoWrapper .infoSpace .infoButton a i {
    margin-left: 1vw;
  }
}
#home .topBusinessWrapper {
  background: #f5f5f5;
}
@media screen and (max-width: 900px) {
  #home .topBusinessWrapper {
    margin-bottom: 80px;
    padding: 0 4vw;
    background: #ffffff;
  }
}
#home .topBusinessWrapper .widthWrapper {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  /* display: flex; */
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 7% 0;
}
@media screen and (max-width: 489px) {
  #home .topBusinessWrapper .widthWrapper {
    width: 100%;
    display: block;
    padding: 0;
  }
}
#home .topBusinessWrapper .widthWrapper .business {
  z-index: 3;
  padding: 6% 3%;
  width: 40%;
  height: 67vh;
}
@media print, screen and (max-width: 1680px) {
  #home .topBusinessWrapper .widthWrapper .business {
    margin-left: 5%;
    height: 38vw;
  }
  #home .topBusinessWrapper .widthWrapper .business a {
    /* padding: 3.8% 3.6%;;
    margin: 0 auto; */
  }
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #home .topBusinessWrapper .widthWrapper .business {
    padding: 2% 2% 1%;
  }
}
@media screen and (max-width: 900px) {
  #home .topBusinessWrapper .widthWrapper .business {
    width: 100%;
    margin: 4vh auto;
    height: 100%;
  }
}
@media screen and (max-width: 489px) {
  #home .topBusinessWrapper .widthWrapper .business {
    width: 100%;
    margin: 0;
    height: 100%;
  }
}
#home .topBusinessWrapper .widthWrapper .businessImg .topImg {
  position: absolute;
  bottom: 52%;
  right: 6.25%;
  z-index: 2;
  width: 46%;
  max-width: 770px;
  max-height: 500px;
}
@media print, screen and (max-width: 1680px) {
  #home .topBusinessWrapper .widthWrapper .businessImg .topImg {
    max-width: 40%;
    right: 8%;
  }
}
@media screen and (max-width: 900px) {
  #home .topBusinessWrapper .widthWrapper .businessImg .topImg {
    position: relative;
    max-width: 100%;
    width: 100%;
    right: 0;
    top: 0;
    max-height: 100%;
    display: none;
  }
}
#home .topBusinessWrapper .widthWrapper .businessImg .topImg img {
  width: 100%;
}
@media screen and (max-width: 489px) {
  #home .topBusinessWrapper .widthWrapper .businessImg .topImg {
    position: relative;
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
#home .topBusinessWrapper .widthWrapper .bottomImg {
  position: absolute;
  top: 46%;
  z-index: 1;
  width: 46%;
  right: 0;
  max-width: 770px;
  max-height: 500px;
}
@media print, screen and (max-width: 1680px) {
  #home .topBusinessWrapper .widthWrapper .bottomImg {
    max-width: 40%;
    right: 5%;
  }
}
@media screen and (max-width: 900px) {
  #home .topBusinessWrapper .widthWrapper .bottomImg {
    position: relative;
    max-width: 100%;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
    display: none;
  }
}
#home .topBusinessWrapper .widthWrapper .bottomImg img {
  width: 100%;
}
@media screen and (max-width: 489px) {
  #home .topBusinessWrapper .widthWrapper .bottomImg {
    position: relative;
    /* display: none; */
  }
}
#home .topBusinessWrapper .widthWrapper .tabImg {
  display: none;
}
@media screen and (max-width: 900px) {
  #home .topBusinessWrapper .widthWrapper .tabImg {
    display: block;
  }
  #home .topBusinessWrapper .widthWrapper .tabImg img {
    width: 100%;
  }
}
#home .topIntroductionWrapper {
  width: 100%;
  background: #0b318f;
  margin-bottom: 10%;
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #home .topIntroductionWrapper {
    /* padding: 1% 2%; */
  }
}
@media screen and (max-width: 900px) {
  #home .topIntroductionWrapper {
    margin-bottom: 80px;
    padding: 60px 4vw;
  }
}
#home .topIntroductionWrapper .widthWrapper {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6% 0;
}
#home .topIntroductionWrapper .widthWrapper .responsiveTitle {
  display: none;
}
@media screen and (max-width: 900px) {
  #home .topIntroductionWrapper .widthWrapper {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
  #home .topIntroductionWrapper .widthWrapper .responsiveTitle {
    color: #ffffff;
    text-align: center;
    display: block;
  }
  #home .topIntroductionWrapper .widthWrapper .responsiveTitle h2 {
    font-size: clamp(1.125rem, 2vw + 1rem, 4.375rem);
    letter-spacing: 12px;
    margin: 0;
    letter-spacing: 3px;
  }
  #home .topIntroductionWrapper .widthWrapper .responsiveTitle h3 {
    /* letter-spacing: -1px; */
    margin: 1vh 0;
    font-size: clamp(1rem, 0.638rem + 1.81vw, 2.813rem);
  }
}
#home .topIntroductionWrapper .widthWrapper .widthWrapper {
  display: none;
}
@media screen and (max-width: 900px) {
  #home .topIntroductionWrapper .widthWrapper .widthWrapper {
    display: block;
  }
}
#home .topIntroductionWrapper .widthWrapper .introductionImg {
  /* flex: 1; */
  display: flex;
  aspect-ratio: 890/840;
  width: 54%;
  text-align: center;
  max-width: 889px;
  max-height: 840px;
}
@media print, screen and (max-width: 1680px) {
  #home .topIntroductionWrapper .widthWrapper .introductionImg {
    margin-left: 5%;
    width: 46%;
  }
}
@media screen and (max-width: 900px) {
  #home .topIntroductionWrapper .widthWrapper .introductionImg {
    /* display: block; */
    width: 100%;
    margin-top: 2vh;
    margin-left: 0;
  }
}
#home .topIntroductionWrapper .widthWrapper .introductionImg .leftImg {
  animation-duration: 1s;
  position: relative;
}
#home .topIntroductionWrapper .widthWrapper .introductionImg .centerImg {
  animation-duration: 1.5s;
  position: relative;
}
#home .topIntroductionWrapper .widthWrapper .introductionImg .rightImg {
  animation-duration: 2s;
  position: relative;
}
#home .topIntroductionWrapper .widthWrapper .introductionImg img {
  max-width: 100%;
  margin-bottom: -25%;
}
#home .topIntroductionWrapper .widthWrapper .introductionImg a span {
  padding: 3%;
  background: #ffffff;
  color: #0b318f;
  display: inline-block;
  text-align: center;
  margin-top: -5%;
  font-size: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
  font-weight: bold;
}
#home .topIntroductionWrapper .widthWrapper .introductionImg a span i {
  color: #0b318f;
  margin-left: 6px;
}
#home .topIntroductionWrapper .widthWrapper .introduction {
  padding: 6% 3%;
  width: 40%;
  height: 67vh;
  max-height: 605px;
}
@media print, screen and (max-width: 1680px) {
  #home .topIntroductionWrapper .widthWrapper .introduction {
    margin-right: 5%;
    height: 38vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #home .topIntroductionWrapper .widthWrapper .introduction {
    padding: 4% 2% 1%;
  }
}
@media screen and (max-width: 900px) {
  #home .topIntroductionWrapper .widthWrapper .introduction {
    width: 100%;
    margin: 0 auto;
    background: no-repeat;
    color: white;
    height: 100%;
  }
  #home .topIntroductionWrapper .widthWrapper .introduction h2,
  #home .topIntroductionWrapper .widthWrapper .introduction h3 {
    display: none;
  }
}
#home .topIntroductionWrapper .widthWrapper .introduction p br.br1400 {
  display: none;
}
@media screen and (max-width: 1400px) {
  #home .topIntroductionWrapper .widthWrapper .introduction p br.br1400 {
    display: block;
  }
}
#home .topRecruitWrapper {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  #home .topRecruitWrapper {
    padding: 0 4vw;
    padding-top: 5%;
  }
}
#home .topRecruitWrapper .recruitImgs {
  display: flex;
}
@media screen and (max-width: 489px) {
  #home .topRecruitWrapper .recruitImgs {
    /* display: block; */
  }
}
#home .topRecruitWrapper .recruitImgs .topImg,
#home .topRecruitWrapper .recruitImgs .bottomImg {
  /* position: absolute; */
  width: 50%;
  /* z-index: 0; */
}
#home .topRecruitWrapper .recruitImgs .topImg img,
#home .topRecruitWrapper .recruitImgs .bottomImg img {
  width: 100%;
}
#home .topRecruitWrapper .recruitImgs .topImg {
  /* top: -50px;
  left: 0; */
  margin-top: -5%;
}
#home .topRecruitWrapper .recruitImgs .bottomImg {
  animation-duration: 1.5s;
}
#home .topRecruitWrapper .recruit {
  z-index: 10;
  position: absolute;
  top: 8%;
  background: rgba(255, 255, 255, 0.9);
  left: 50%;
  transform: translateX(-50%);
  max-width: 960px;
  width: 50%;
  aspect-ratio: 960/670;
}
@media print, screen and (max-width: 1680px) {
  #home .topRecruitWrapper .recruit {
    /* height: 100%;
    width: 60%;*/
    padding: 4% 2%;
  }
}
@media screen and (max-width: 900px) {
  #home .topRecruitWrapper .recruit {
    position: relative;
    width: 100%;
    margin-top: 5vh;
  }
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #home .topRecruitWrapper .recruit span a {
    margin: 4% auto 0;
  }
}
#home .slant-bg {
  width: 100%;
  margin: 0;
  padding: 200px 0 100px;
  position: relative;
  /* top: 200px; */
  overflow: hidden;
}
@media screen and (max-width: 489px) {
  #home .slant-bg {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
#home .slant-bg p {
  width: 65%;
  margin: 0 auto;
}
#home .slant-bg::before {
  /* 斜めの背景色 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  transform: skewY(8deg) translateY(160px);
  z-index: -1;
}
@media screen and (max-width: 489px) {
  #home .slant-bg::before {
    transform: skewY(8deg) translateY(50px);
  }
}
#home .slant-bg::after {
  /* 背景動画のさらに上に白を置く */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: -2;
}
#home .topCompanyWrapper {
  max-width: 100%;
  max-height: 100%;
  background: none;
  height: 100%;
}
#home .topCompanyWrapper .companyContents {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
@media print, screen and (max-width: 1680px) {
  #home .topCompanyWrapper .companyContents {
    width: 100%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 489px) {
  #home .topCompanyWrapper .companyContents {
    padding-left: 0;
  }
}
#home .topCompanyWrapper .companyContents dl {
  display: none;
}
@media screen and (max-width: 900px) {
  #home .topCompanyWrapper .companyContents {
    width: 100%;
    display: block;
  }
  #home .topCompanyWrapper .companyContents dl {
    text-align: center;
    width: 100%;
    padding: 1vh 4vw;
    line-height: 1.5;
    display: block;
  }
  #home .topCompanyWrapper .companyContents dl dt,
  #home .topCompanyWrapper .companyContents dl dd {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1em 0;
    font-size: 14px;
  }
  #home .topCompanyWrapper .companyContents dl dt {
    background: #0b318f;
    font-weight: bold;
    color: #ffffff;
  }
  #home .topCompanyWrapper .companyContents dl dd {
    background: #ffffff;
  }
}
#home .topCompanyWrapper .companyContents table {
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: clamp(0.625rem, 0.55rem + 0.38vw, 1rem);
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #home .topCompanyWrapper .companyContents table {
    display: none;
  }
}
#home .topCompanyWrapper .companyContents table th,
#home .topCompanyWrapper .companyContents table td {
  font-weight: bolder;
  text-align: left;
  padding: 1.5% 3%;
}
#home .topCompanyWrapper .companyContents table th {
  width: 186px;
  background: #0b318f;
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #home .topCompanyWrapper .companyContents table th {
    width: auto;
  }
}
#home .topCompanyWrapper .companyContents table td {
  width: calc(100% - 186px);
  background: #ebebeb;
  margin: 0;
  vertical-align: middle;
  border-right: 10px solid #f5f5f5;
}
#home .topCompanyWrapper .companyContents table .lineHeight {
  line-height: 1.5rem;
}
#home .topMap {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 489px) {
  #home .topMap {
    margin-bottom: 80px;
    padding: 0 4vw;
  }
}
#home .topMap .map {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 489px) {
  #home .topMap .map {
    height: 50vh;
  }
}
#home .topMap .map iframe {
  width: 100%;
  height: 100%;
}
#home .topMap a {
  background: #ffffff;
  border: 1px solid #000000;
  padding: 0.4% 9%;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin: 1% 0;
  font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
}
@media screen and (max-width: 900px) {
  #home .topMap a {
    margin: 2% 0;
  }
}
@media screen and (max-width: 489px) {
  #home .topMap a {
    margin: 3vh 0 0;
  }
}
#home .contactArea {
  background: #0b318f;
  color: #ffffff;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
@media screen and (max-width: 489px) {
  #home .contactArea {
    padding: 60px 0;
  }
}
#home .contactArea h2 {
  color: #ffffff;
}
#home .contactArea h3 {
  color: #ffffff;
  margin: 4% 0 1%;
}
#home .contactArea p {
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  font-weight: 300;
  margin: 0;
  letter-spacing: 0;
}
#home .contactArea span a {
  background: #cc6600;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  /* padding: 1em 4%; */
  max-height: 60px;
  font-size: clamp(0.75rem, 0.675rem + 0.38vw, 1.125rem);
  font-weight: normal;
  letter-spacing: 1px;
  margin: 1% 0 1%;
  width: 300px;
  justify-content: center;
}
@media screen and (max-width: 489px) {
  #home .contactArea span a {
    padding: 14px 0;
    max-width: 59vw;
    width: 59vw;
    text-align: center;
    display: flex;
    margin: 1% auto;
    align-items: center;
    justify-content: center;
  }
}
#home .contactArea span a img {
  margin-right: 14px;
}
#home .bottomImg {
  height: 20vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}

/*#home ここまで*/

/* -- フッター 
--------------------------------------------------*/
footer.newFooter {
  background: #ffffff;
  font-weight: bolder;
  border-top: 1pt solid #0b318f;
}
footer.newFooter .logo {
    width: 100%;
    max-width: 250px;
}
footer.newFooter .footerWrapper {
  display: flex;
  justify-content: center;
  padding: 3% 0;
  align-items: center;
}
footer.newFooter .footerWrapper .left {
  padding-right: 2%;
  border-right: 0.5pt solid #231815;
  margin-left: 3%;
}
footer.newFooter .footerWrapper .left .business {
  padding-left: 100px;
  line-height: 1.5rem;
  margin-top: 16px;
  font-size: clamp(0.563rem, 0.475rem + 0.44vw, 1rem);
}
footer.newFooter .footerWrapper .center {
  padding: 0 1% 0 2%;
}

footer.newFooter .footerWrapper .center .link {
  font-size: clamp(0.563rem, 0.5rem + 0.31vw, 0.875rem);
}

footer.newFooter .footerWrapper .center .link ul .btn {
  margin: 0 0 0 40px;
  width: clamp(9.375rem, 8.5rem + 4.38vw, 13.75rem);
}
footer.newFooter .footerWrapper .right {
  display: flex;
  max-width: 30%;
  align-items: center;
  margin-left: 3%;
  margin-right: 3%;
}
footer.newFooter .footerWrapper .right a {
  margin-right: 3%;
}
footer.newFooter .copy {
  background: #0b318f;
  color: #ffffff;
  text-align: center;
  font-size: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
  padding: 0.75em 0;
  font-weight: normal;
}
footer.newFooter .list_triangle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer.newFooter .list_triangle > li {
  position: relative;
  padding: 0px 0px 0px 1em;
}
footer.newFooter .list_triangle.linkRight > li:last-child {
/*  padding: 0;*/
}
footer.newFooter .list_triangle > li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #000000;
  content: "";
}
footer.newFooter .list_triangle.linkRight > li:last-child::before {
/*  display: none;*/
}

.toTopBtn {
  background: #f5f5f5;
  text-align: right;
  padding: 2vh 5%;
  clear: both;
}

#back-to-top {
  color: #0b318f;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.5s ease;
  line-height: 1.1;
}
#back-to-top img {
  margin-left: -3px;
}

#back-to-top.show {
  opacity: 1;
}
#back-to-top.show:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1400px) {
  footer.newFooter .footerWrapper .center .link {
    display: block;
  }
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  footer.newFooter .footerWrapper .left .business {
    padding-left: 0;
  }
}
@media screen and (max-width: 641px) {
  footer.newFooter .footerWrapper {
    flex-wrap: wrap;
  }
  footer.newFooter .footerWrapper .logo {
	margin: 0 auto;
  }
  footer.newFooter .footerWrapper .right {
    max-width: 100%;
    margin-top: 3%;
  }
}
@media screen and (max-width: 489px) {
  footer.newFooter .footerWrapper {
    display: block;
    padding: 3vh 4vw;
  }
  footer.newFooter .footerWrapper .left {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  footer.newFooter .footerWrapper .left .business {
    padding: 0;
    font-size: 13px;
    margin-top: 0;
  }
  footer.newFooter .footerWrapper .center .link {
    display: block;
  }
  footer.newFooter .footerWrapper .right {
    max-width: 100%;
    margin: 2vh 0 0;
    justify-content: space-between;
  }
  footer.newFooter .list_triangle {
	  width: 90%;
	  margin: 0 auto;
	  gap: 10px;
	  padding: 20px 0;
	  font-size: 12px;
	}
  #back-to-top {
    font-size: 20px;
  }
  #back-to-top img {
    margin: 0;
  }
}



/*   下位ページ */
.sub #contents {
  font-size: 16px;
}

.sub .subTitle {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: bold;
  padding: 10px 0px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-indent: 1em;
}
.sub .subTitle::after {
  content: "";
  display: block;
  height: 5px;
  margin-top: 7px;
  width: 100%;
  background-image: linear-gradient(90deg, rgb(72, 188, 225), rgb(0, 69, 128));
}
@media screen and (max-width: 489px) {
  .sub {
    margin-top: 85px;
  }
  .sub #contents {
    font-size: 14px;
  }
}

/*-- 事業案内
--------------------------------------------------*/
#right-contents {
  float: initial;
  width: 100%;
}

#introduction-contents article:nth-child(2) h3 {
  width: 100%;
  margin-bottom: 25px;
}

#introduction-contents article:nth-child(1) div:nth-child(1) {
  width: 70%;
}

#work-contents article div:nth-child(3) {
  width: 70%;
  margin-right: 45px;
}
#work-contents article div:nth-child(4) {
  width: 100%;
}
#introduction-contents article:nth-child(2) div:nth-child(2) {
  height: 190px;
  float: left;
  margin-right: 20px;
  padding-top: 75px;
}
#introduction-contents article:nth-child(2) div:nth-child(3) {
  font-size: 25px;
  color: #555;
  line-height: 1.5em;
  padding-top: 70px;
  float: left;
}
#introduction-contents article:nth-child(2) div:nth-child(3) span {
  font-weight: bold;
  color: #2ba7df;
}

#introduction-contents article:nth-child(2) div:nth-child(4) {
  margin-right: 0;
  float: initial;
  padding-top: 0;
  float: right;
}
#introduction-contents article:nth-child(2) {
  margin-top: 45px;
}

#introduction-contents article:nth-child(2) div:nth-child(5),
#introduction-contents article:nth-child(2) div:nth-child(8) {
  width: 100%;
}

#introduction-contents article:nth-child(2) div:nth-child(5) {
  clear: both;
}

#introduction-contents article:nth-child(2) div:nth-child(6),
#introduction-contents article:nth-child(2) div:nth-child(7) {
  clear: both;
  width: 100%;
  line-height: 62px;
}
@media screen and (max-width: 489px) {
  #introduction-contents article:nth-child(1) div:nth-child(1) {
  	width: 100%;
  }
  #work-contents article div:nth-child(3) {
    width: 90%;
    margin: 20px auto;
  }
  #introduction-contents article:nth-child(2) div:nth-child(4) {
    display: block !important;
    float: initial;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  #introduction-contents article:nth-child(2) div:nth-child(4) img {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
  #introduction-contents article:nth-child(2) div:nth-child(2) {
    display: none;
  }
}

/* -- 求人情報
--------------------------------------------------*/
#recruit-contents table {
  width: 100%;
}
#recruit-contents th {
  width: 200px;
}

.sub #recruit-contents p {
  padding-left: 1em;
  margin: 16px 0 0;
}
#recruit.sub #right-contents {
  padding-bottom: 50px;
}
@media screen and (max-width: 489px) {
  #recruit-contents table {
    width: 90%;
  }
  .sub #recruit-contents p {
    width: 90%;
    margin: 1em auto;
  }
}


/* お問い合わせ */
@media screen and (max-width: 489px) {
  #contact.sub p {
    padding-left: 10px;
  }
}
#contact.sub #contact-contents {
  width: 100%;
  margin-top: 20px;
}
#contact.sub #contact-contents p {
  height: 35px;
  line-height: 35px;
  margin-top: 15px;
  padding-left: 10px;
  background-color: #d5f4f8;
  color: #023c7a;
}
@media screen and (max-width: 489px) {
  #contact.sub #contact-contents p {
    padding-top: 4px;
  }
}
#contact.sub #contact-contents p span {
  background-color: #fff;
  padding: 2px 15px;
  border-radius: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 489px) {
  #contact.sub #contact-contents p span {
    line-height: 16px;
    margin: 0;
    padding: 5px 15px;
    width: 100px;
  }
}
#contact.sub #contact-contents .contact-arrow {
  background: none;
  padding-left: 0;
}
#contact.sub #contact-contents div {
  text-align: center;
  margin: 60px auto;
  font-size: 18px;
}
@media screen and (max-width: 489px) {
  #contact.sub #contact-contents div {
    font-size: 12px;
    margin: 30px auto;
  }
}
#contact.sub .bottomText {
  line-height: 2;
}

/* 会社紹介 */
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #company-introduction.sub #company-introduction-top-bg {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 490px) {
  #company-introduction.sub .master {
    width: 100%;
  }
}
#company-introduction.sub #contents #w-l-b,
#company-introduction.sub #contents #aed,
#company-introduction.sub #contents #nhk {
  width: 750px;
  margin: 70px auto;
}
#company-introduction.sub #contents #w-l-b img,
#company-introduction.sub #contents #aed img,
#company-introduction.sub #contents #nhk img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  #company-introduction.sub #contents #w-l-b,
  #company-introduction.sub #contents #aed,
  #company-introduction.sub #contents #nhk {
    width: 90%;
    margin: 30px auto;
  }
}
#company-introduction.sub #company-introduction-contents article {
  padding: 19px;
  border: 1px solid #ccc;
  width: 750px;
  margin: 70px auto 0;
}
@media screen and (max-width: 900px) {
  #company-introduction.sub #company-introduction-contents article {
    width: 90%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 489px) {
  #company-introduction.sub #company-introduction-contents article {
    padding: 10px;
  }
}
#company-introduction.sub #company-introduction-contents .kakizome ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#company-introduction.sub #company-introduction-contents .kakizome ul li {
  margin: 20px 10px;
}
#company-introduction.sub #company-introduction-contents .kakizome ul li img {
  max-width: 325px;
}
@media screen and (max-width: 489px) {
  #company-introduction.sub #company-introduction-contents .kakizome ul li img {
    max-width: 100%;
  }
}
#company-introduction.sub #company-introduction-contents .kakizome ul .headerTitle {
  display: block;
  width: 100%;
}
@media screen and (max-width: 489px) {
  #company-introduction.sub #company-introduction-contents .kakizome ul {
    display: block;
  }
}
@media screen and (max-width: 489px) {
  #company-introduction.sub #company-introduction-contents .kakizome {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 489px) {
  #company-introduction-contents article:nth-child(2) header div:nth-child(2) {
    margin: 14px 0 0 10px;
  }
}

/* 会社情報 */
#philosophy-top-bg {
  width: 100%;
  height: 100%;
  background-image: url(../images/company-information/bg-main.jpg);
  background-size: contain;
  aspect-ratio: 1/1;

}
#philosophy-top-bg article h2,
#management-philosophy h2 {
  margin: 0;
  padding: 150px 0 0;
  line-height: 1.75em;
  font-size: clamp(1.5rem, 0.682rem + 4.09vw, 3.75rem);
  color: #0b318f;
}
#philosophy-top-bg article p,
#management-philosophy p {
  padding-bottom: 1.75em;
  line-height: 1.75em;
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
  font-weight: bold;
}
@media screen and (max-width: 489px) {
  #philosophy-top-bg {
    padding: 0 .5em 70vh;
    background-size: cover;
    aspect-ratio: initial;
  }
  #philosophy-top-bg article h2 {
    padding-top: 60px;
  }
  #management-philosophy {
    padding: 0 .5em 5em;
  }
  #management-philosophy h2 {
    padding-top: 0;
  }
}

/* 事例紹介リスト */
#introduction-list.sub #right-contents {
  padding-bottom: 50px;
}
#introduction-list.sub #introduction-list-contents .case-list {
  width: 50%;
}
#introduction-list.sub #introduction-list-contents .case-list div ul li {
  font-size: 14px;
  padding: 0px 0 3px 16px;
}
#introduction-list.sub #introduction-list-contents div:nth-child(3) {
  width: 60%;
  margin-left: 25px;
}
#introduction-list.sub .heightBox {
  width: 100%;
  clear: both;
}

/* 各事例紹介ページ */
#introduction.sub {
  /* 2019・2017・2016年用 */
}
#introduction.sub #right-contents {
  padding-bottom: 50px;
}
#introduction.sub #introduction-other-contents {
  margin-top: 0;
}
#introduction.sub #introduction-other-contents article div:nth-child(2) span:nth-child(2) {
  width: 380px;
}
#introduction.sub .thumArea {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 25px;
  width: 90%;
}
#introduction.sub .thumArea li {
  float: initial;
  margin: 20px 25px 25px 25px;
}
#introduction.sub .detail {
  margin-bottom: 0;
}
#introduction.sub .detail li img {
  max-height: 324px;
}
@media screen and (max-width: 489px) {
  #introduction-list.sub #introduction-list-contents .case-list {
    width: 90%;
  }
  #introduction-list.sub #introduction-list-contents .case-list div ul li {
    font-size: 12px;
    line-height: 1.5em;
  }
  #introduction-list.sub #introduction-list-contents div:nth-child(3) {
    width: 100%;
    margin: 0 auto;
  }
  #introduction-list.sub #introduction-list-contents .case-list:last-child {
    padding-bottom: 0;
  }
  #introduction.sub #contents {
    font-size: 14px;
  }
  #introduction.sub #introduction-other-contents article {
    width: 90%;
    margin: 20px auto 0;
  }
  #introduction.sub #introduction-other-contents article div:nth-child(2) span:nth-child(1) {
    width: 100%;
  }
  #introduction.sub #introduction-other-contents article div:nth-child(2) span:nth-child(2) {
    width: 100%;
    text-indent: 1em;
  }
  #introduction.sub #introduction-other-contents article div:nth-child(2) li {
    padding: 5px 0px;
  }
  #introduction.sub .thumArea {
    display: block;
  }
  #introduction.sub .thumArea li {
    margin: 20px auto;
  }
  #introduction.sub .detail {
    display: flex;
    justify-content: space-between;
  }
  #introduction.sub .detail li {
    width: 48%;
    margin: 20px 0 0 0;
  }
}/*# sourceMappingURL=custom-styles.css.map */


/*-- headerリニューアル
------------------------------------------------*/
.bgNew{
    height: 410px;width: 100%;margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}
#introduction-top-bg.bgNew {
    background-image: url("../images/introduction/top-bg_new.jpg");
}
#introduction-list-top-bg.bgNew {
    background-image: url("../images/introduction/top-bg_intro.jpg");
}
#introduction-list-kasou-top-bg.bgNew {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../images/introduction/top-bg_intro-kasou.jpg");
}
#recruit-top-bg.bgNew {
    background-image: url("../images/introduction/top-bg_recruit.jpg");
}
#contact-top-bg.bgNew {
    background-image: url("../images/introduction/top-bg_contact.jpg");
}
#company-introduction-top-bg.bgNew {
    background-image: url("../images/introduction/top-bg_company.jpg");
}
#social-contribution-top-bg.bgNew {
    background-image: url("../images/introduction/top-bg_social.jpg");
}
.bgNew #top .top-title-b {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 480px;
    margin: auto;
    text-align: center;
    font-size: clamp(1.125rem, 2vw + 1.4rem, 4.375rem);
    font-weight: normal;
    color: white;
    letter-spacing: 12px;
    text-shadow: none;
}
.bgNew #top .top-title-b span {
    display: block;
    margin: 40px 0 0;
    font-size: clamp(1rem, 0.638rem + 1.81vw, 2.813rem);
    color: white;
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
	.bgNew {
		height: 200px;
		background-position: center;
	}
	.bgNew #top .top-title-b {
		height: 200px;
		padding: 0;
		text-shadow: none;
		box-shadow: none;
		letter-spacing: 3px;
	}
	.bgNew #top .top-title-b span {
		margin: 20px 0 0;
	}
}

/*-- 事例紹介 リニューアル
------------------------------------------------*/
section#projects-common-contents {
    padding: 0 0 2rem;
}
ul.thumArea.detail li img {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
ul.thumArea.detail li img.scroll-in {
    opacity: 1;
    transform: translateY(0);
}

ul.thumArea.detail,
ul.thumArea {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
ul.thumArea {
    margin: 15px 0;
}
ul.thumArea.detail li p {
	margin: 0;
}
@media screen and (max-width: 768px) {
	ul.thumArea.detail,
	ul.thumArea {
		grid-template-columns: 1fr 1fr;
	}
}