@charset "utf-8";

/******
フォント

font-family: "zen-kaku-gothic-new", sans-serif;
font-weight: 300,400,500,700,900;
font-style: normal;

*******/

body {
  background: #f1f1f1;
  color: #333;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
  word-break: break-word;
}

.img {
  width: 100%;
  height: auto;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}
.siteContent {
  padding-top: 150px;
}
.inner--1066 {
  max-width: 1066px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.inner--1100 {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.inner-1366 {
  max-width: 1366px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.db {
  display: block;
}

.text-under {
  text-decoration: underline;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.btn-top {
  width: 60px;
  position: fixed;
  right: 21px;
  bottom: 58px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.btn-top.is-show {
  opacity: 1;
  visibility: visible;
}

.btn-top__link {
  display: block;
}

.btn-blog {
  max-width: 220px;
  width: 16vw;
  min-width: 95px;
  position: absolute;
  right: 80px;
  bottom: -6vw;
  z-index: 2;
}

.btn-blog__link {
  display: block;
}

/* フッター前のお問い合わせ↓ */
.parts-contact {
  padding: 70px 0;
  background: #002169;
}
.parts-contact__wrap {
  background: #fff;
  border-radius: 25px;
  display: grid;
  grid-template-areas: "box1 box2 box3";
  grid-template-columns: 31% 44% 25%;
}
.parts-contact__ttlBox {
  padding: 77px 15px 15px;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
  grid-area: box1;
}

.parts-contact__ttl--ja {
  margin-bottom: 7px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #002169;
  text-align: center;
}
.parts-contact__ttl--en {
  display: block;
  padding-bottom: 36px;
  margin-bottom: 47px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(0, 33, 105, 0.5);
  text-align: center;
  position: relative;
}
.parts-contact__ttl--en::before {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #002169;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.parts-contact__txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.86;
  text-align: center;
}
.parts-contact__telBox {
  padding: 79px 15px 15px;
  grid-area: box2;
}
.parts-contact__telLink {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  padding-left: 43px;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  position: relative;
}
.parts-contact__telLink::before {
  display: block;
  content: "";
  width: 39px;
  height: 39px;
  background: url(../imgs/common/icon_tel.png) center center / cover no-repeat;
  position: absolute;
  top: 10px;
  left: -5px;
}
.parts-contact__telTxt {
  margin-bottom: 37px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.parts-contact__btn {
  max-width: 380px;
  margin: 0 auto;
}
.parts-contact__btnLink {
  display: block;
  padding: 23px 15px 27px;
  background: #002169;
  border-radius: 999px;
  border: 1px solid #002169;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.parts-contact__btnLink:hover {
  background: #fff;
  color: #002169;
}
.parts-contact__lineBox {
  padding: 24px 15px 30px;
  background: #00b900;
  border-radius: 0 25px 25px 0;
  grid-area: box3;
}
.parts-contact__lineIcon {
  width: 62px;
  margin: 0 auto 6px;
}
.parts-contact__lineTtl {
  margin-bottom: 1px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.parts-contact__lineTxt {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.43;
  color: #fff;
  text-align: center;
}
.parts-contact__lineQr {
  width: 150px;
  margin: 0 auto;
}
/* フッター前のお問い合わせ↑ */

/* 404ページ↓ */
.not-found div {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  padding: 180px 0;
  min-height: 60vh;
}
.not-foun__en {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  /*それぞれのサイトの英数字のフォントに合わせる*/
}
.not-foun__ja {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.2;
}
.not-foun__ja strong {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.not-found a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}
/* 404ページ↑ */

@media screen and (max-width: 1600px) {
  /* 採用情報のスタッフブログのボタン */
  .btn-blog-recruit {
    bottom: 6vw;
  }
}

@media screen and (max-width: 1065px) {
  /* フッター前のお問い合わせ↓ */
  .parts-contact__telLink {
    padding-left: 63px;
    font-size: 43px;
  }
  .parts-contact__telLink::before {
    width: 28px;
    height: 28px;
    left: 19px;
  }
  /* フッター前のお問い合わせ↑ */
}

@media screen and (max-width: 850px) {
  /* フッター前のお問い合わせ↓ */
  .parts-contact__wrap {
    grid-template-areas:
      "box1 box1"
      "box2 box3";
    grid-template-columns: 1fr 1fr;
  }
  .parts-contact__ttlBox {
    padding-top: 36px;
  }
  .parts-contact__telLink {
    padding-left: 57px;
    font-size: 30px;
  }
  .parts-contact__telLink::before {
    width: 20px;
    height: 20px;
    top: 8px;
    left: 23px;
  }
  .parts-contact__lineBox {
    border-radius: 0 0 25px 0;
  }
  /* フッター前のお問い合わせ↑ */
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (max-width: 750px) {
  .siteContent {
    padding-top: 80px;
  }
  .inner--1066 {
    width: calc(100% - 30px);
  }
  .inner-1100 {
    width: calc(100% - 30px);
  }
  .inner-1366 {
    width: calc(100% - 30px);
  }
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
  .btn-top {
    width: 40px;
  }
  .btn-blog {
    right: 13px;
  }
  /* 採用情報のスタッフブログのボタン */
  .btn-blog-recruit {
    bottom: -3vw;
  }
  /* 404ページ↓ */
  .not-found div {
    padding: 120px 0 70px;
  }
  .not-foun__en {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .not-foun__ja {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .not-foun__ja strong {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .not-found a {
    font-size: 14px;
  }
  /* 404ページ↑ */
}

@media screen and (max-width: 600px) {
  /* フッター前のお問い合わせ↓ */
  .parts-contact__wrap {
    grid-template-areas:
      "box1"
      "box2"
      "box3";
    grid-template-columns: 1fr;
  }
  .parts-contact__ttlBox {
    padding-bottom: 0;
  }
  .parts-contact__ttl--ja {
    margin-bottom: 0;
  }
  .parts-contact__ttl--en {
    padding-bottom: 17px;
    margin-bottom: 20px;
  }
  .parts-contact__telTxt {
    margin-bottom: 18px;
  }
  .parts-contact__lineIcon {
    width: 40px;
  }
  .parts-contact__lineTtl {
    font-size: 20px;
  }
  .parts-contact__lineBox {
    border-radius: 0 0 25px 25px;
  }
  .parts-contact__telBox {
    padding: 15px 15px 20px;
  }
  .parts-contact__btnLink {
    padding: 12px 15px 13px;
  }
  .parts-contact__lineQr {
    width: 110px;
  }
  /* フッター前のお問い合わせ↑ */
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
