@charset "UTF-8";

/* 共通部分 */
.section {
  width: 100%;
}

.sm-none {
  display: none;
}

/* body */
body {
  margin: 0 auto;
}

/* ヘッダーメニュー */
.header {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: space-between;
  margin: auto;
}

.logo {
  margin-left: 30px;
}

.logo img {
  width: 100%;
}

.nav-ul {
  display: flex;
  margin: 0 20px;
}

.nav-ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0 10px;
}

.nav-ul a:hover {
  color: #777;
}

/* mv */
.mv img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* title */
.title h2 {
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #0081cc;
  margin-top: 150px;
}

.title h3 {
  text-align: center;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #000;
  margin-top: 5px;
  margin-bottom: 10px;
}

.title img {
  margin: auto;
  display: block;
  margin-bottom: 40px;
}

/* service */
.service-imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  margin: 0 auto;
}

.service-imgs img {
  width: 100%;
}

/* About */
.about-imgs {
 display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.about-imgs img {
  width: 100%;
}

.company-img {
  grid-row: span 2 / span 2;
}

.recruit-img {
  grid-column-start: 2;
  grid-row-start: 2;
}

/* contact */
.text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}

.contact-button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  max-width: 380px;
}

.contact-button a:hover {
  color: #777;
}

/* news */
dl {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
}

dt {
 border-bottom: 1px solid #ccc;
  float: left;
  padding: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

dd {
 border-bottom:1px solid #ccc;
  margin-left: 100px;
  padding: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

/* フッターメニュー */
.footer-menu {
  background-color: #0081cc;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-menu-text {
  max-width: 840px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-menu-text h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

.footer-menu-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

/* footer */
.footer {
  background-color: #0081cc;
  padding-bottom: 20px;
}

.copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/* 下層ページ共通 */
.bold {
  color: #777;
}

.lowerlayer_mv img {
  margin-bottom: 100px;
  width: 100%;
}

.lowerlayer_text {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 100px;
  line-height: 1.5;
}

/* 下層ページ_サービス共通 */
.lowerlayer_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.lowerlayer_footer-imgs img {
  width: 100%;
  margin: 0 auto;
}

.lowerlayer_footer-imgs {
  display: flex;
}

.section3 {
  margin-bottom: 100px;
}

/* 下層ページ_company */
.company-text table {
  width: 100%;
}

.company-text table tr {
  padding: 35px 0 40px 0;
  display: block;
  border-bottom: solid 1px #777;
  line-height: 1.5;
}

.company-text table tr th {
  width: 150px;
}

.company-text img {
  margin-top: 40px;
  text-align: center;
}

.map-img img {
  width: 50%;
}

/* 下層ページ_FAQ */
.faq {
  width: 100%;
  margin-bottom: 40px;
}

.faq-Q {
  background-color: #e2f1f1;
  display: flex;
}

.Q {
  font-weight: bold;
  font-size: 24px;
  color: #0061bc;
  padding: 20px 13px;
}

.faq-q-text {
  font-size: 20px;
  padding: 22px 0;
}

.faq-A {
  display: flex;
  border: solid 1px #e2f1f1;
}

.A {
  font-weight: bold;
  font-size: 24px;
  color: #17c0d0;
  padding: 25px 13px;
}

.faq-a-text {
  padding: 25px 20px 25px 0;
  line-height: 1.5;
}

.faq-bold {
  font-weight: bold;
}

/* 下層ページ_リクルート */
.recruit {
  margin-bottom: 40px;
}

.boshu {
  background-color: #e2f1f1;
}

.boshu-text {
  font-weight: bold;
  font-size: 24px;
  color: #0061bc;
  padding: 20px 30px;
}

.boshu-A {
  border: solid 1px #e2f1f1;
}

.boshu-a-text {
  padding: 25px 50px;
  line-height: 1.5;
}

.recruit-bold {
  font-weight: bold;
}

/* 下層ページ_contact */
.contact-bold {
  font-weight: bold;
}

/* 下層ページ_privacy */
.privacy-bold {
  font-weight: bold;
}

/* 下層ページ　ニュース */
.Instagram-img img {
  width: 20%;
}

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

/* SP版　タイトル */
.title h2 {
  font-size: 14px;
}

.title h3 {
  font-size: 20px;
}

.title img {
  width: 10%;
}

/* SP版　header */
.logo img {
  width: 80%;
}

.header {
  height: 50px;
}

/* SP版　ハンバーガーメニュー */

.pc-none {
  display: none;
}

.menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 52px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: transparent;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #B3B3B3;
  position: absolute;
}
.menu-btn span:before {
  bottom: 7px;
}
.menu-btn span:after {
  top: 7px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #000B22;
}
.menu-content ul {
  padding: 70px 10px 0;
  display: block;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#fff;
  text-decoration: none;
  padding: 20px 15px 20px 20px;
  position: relative;
  display: flex;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 27px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #0081cc;
  transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

/* SP版　サービス */
.service-imgs {
  display: block;
}

/* SP版　会社情報 */
.about-imgs {
  display: block;
}

/* SP版　コンタクト */
.text {
  font-size: 14px;
}

.contact-button {
  font-size: 14px;
  border: 1px solid #000;
  padding: 8px;
  max-width: 250px;
}

/* SP版　ニュース */
dt {
  border-bottom: 0px solid #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 35px 0 0 20px;
}

dl {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: -20px;
  display: flex;
  flex-direction: column;
}

dd {
 border-bottom:1px solid #ccc;
  margin-left: 0;
  padding: 10px 20px 20px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  max-width: 500px;
}

/* SP版　フッターメニュー */
.sm-none {
  display: block;
}

.footer-menu {
  max-width: 640px;
  background-color: #0081cc;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-menu-text {
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-menu-text h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}

.footer-menu-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}

.footer-menu-text {
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 0 50px;
}

/* footer */
.footer {
  max-width: 1280px;
  background-color: #0081cc;
  padding-bottom: 20px;
}

.copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/* SP版　下層ページ　MV */
.lowerlayer_mv {

}

/* SP版　下層ページ　print */
.lowerlayer_footer-imgs {
  display: block;
}

.lowerlayer_text {
  width: 80%;
  font-size: 14px;
}

.lowerlayer_text p {
  font-size: 14px;
}

/* SP版　下層ページ　FAQ */
.Q {
  font-size: 20px;
}

.faq-q-text {
  font-size: 18px;
}

.A {
  font-size: 20px;
}

.faq-a-text {
  font-size: 14px;
}


}

/* フェードインさせる要素 */
.block {
    opacity: 0; /* 最初は非表示にしておく */
    transition: all 2s; /* 動きを滑らかに */
}
/* フェードイン用のクラス */
.fadeIn {
    opacity: 1;
}