@charset "utf-8";
/****** ボディー ******/
body {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  background-color: #fff;
  color: #1a1a1a;
  margin: 0px;
  font-size: 16px;
  text-align: center;
  padding: 0 !important;
  text-align: justify;
}

/******
		Header
					******/
#home header {
  text-align: center;
  margin: auto;
  padding: 12px 12px;
  position: relative;
  overflow: hidden;
  background: url(../img/key-bg.png) top left / cover no-repeat;
  height: 100vh;
}

#single header {
  padding: 12px 12px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 12px;
}

#home .head-logo-bk {
  display: none;
}

#single .head-logo {
  display: none;
}

.head-logo img {
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
}

.head-logo-bk img {
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
}

.head-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 24px;
}

.head-nav ul li a {
  color: #fff;
  font-size: 14px;
}

#single .head-nav ul li a {
  color: #1a1a1a;
  font-size: 14px;
}

.key {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* メインコンテンツ */

.head-news {
  background: #1a1a1a;
  color: #fff;
  padding: 24px 0;
}

.head-news a {
  display: flex;
  column-gap: 50px;
}

.top-about-image {
  width: 40%;
}

.top-about-image img {
  width: 100%;
  object-fit: cover;
  height: 360px;
}

.top-about {
  display: flex;
  column-gap: 20px;
}

.top-about-right {
  width: 60%;
  padding: 64px 24px 32px 24px;
}

.top-about-title {
  font-size: 28px;
  font-weight: bold;
}

.top-about-text {
  margin-top: 20px;
  line-height: 200%;
  max-width: 600px;
}

.top-about-point {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-top: 24px;
}

.top-about-tag {
  border: 1px solid #666666;
  color: #666666;
  border-radius: 50px;
  padding: 4px 20px;
  line-height: 151%;
}

.bot-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px 10px;
  width: 200px;
  max-width: 100%;
  line-height: 151%;
}

.bot-box a em {
  margin-top: -1px;
  margin-left: 20px;
  width: calc(100% - 20px);
  text-align: center;
  font-style: normal;
  letter-spacing: 2px;
}

.bot-box a span {
  margin-left: 20px;
  width: 20px;
}

.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: left;
  column-gap: 24px;
  margin-top: 64px;
  line-height: 100%;
}

.sec-head h2 {
  font-size: 42px;
  font-weight: 900;
  line-height: 100%;
}

.sec-head p {
  font-size: 14px;
  font-weight: 900;
}

.top-recruit {
  padding: 64px 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.top-recruit-img {
  text-align: center;
  margin-top: 32px;
}

.top-recruit-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}

.top-recruit-text {
  font-size: 16px;
  line-height: 200%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 24px;
}

.top-recruit-btn a {
  margin: auto;
  text-align: center;
  margin-top: 32px;
}

.top-news-box {
  padding: 64px 0;
  border-bottom: 1px solid #1a1a1a;
}

.top-news {
  margin-top: 32px;
  width: 800px;
  max-width: 100%;
}

.top-news-item {
  display: flex;
  margin-top: 24px;
  column-gap: 24px;
  border-bottom: 1px dotted #666666;
}

.top-news-day {
  font-size: 14px;
  color: #666666;
  margin-top: 4px;
}

.cta-sec {
  background: #1a1a1a;
  color: #fff;
  padding: 64px 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  margin-top: 32px;
}

.cta-box1 {
  background: url(../img/cta-box1.png) top left / cover no-repeat;
}
.cta-box2 {
  background: url(../img/cta-box2.png) top left / cover no-repeat;
}
.cta-box3 {
  background: url(../img/cta-box3.png) top left / cover no-repeat;
}

.cta-box {
  width: 50%;
  display: flex;
  align-items: flex-end;
  height: 400px;
  padding: 24px;
}

.cta-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #1a1a1a;
  padding: 10px 20px;
  width: 200px;
  line-height: 151%;
  margin: auto;
  margin-top: 50px;
}

.sec-head-title {
  display: flex;
  column-gap: 24px;
}

.single-sec-head {
  margin-top: 0;
  display: block;
}

.single-sec-head p {
  margin-top: 16px;
}

.sec-head-border {
  width: 240px;
  height: 1px;
  background-color: #1a1a1a;
  margin-top: 24px;
}

.single-head-img {
  width: calc(100% - 264px);
  margin-right: 0;
  margin-left: auto;
  margin-top: 32px;
}

.single-head-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.sec-sub-head {
  padding: 64px 0;
}

.sub-head-title {
  text-align: center;
}

.sub-head-title-big {
  font-size: 28px;
  font-weight: bold;
}

.sub-head-title-text {
  font-size: 16px;
  line-height: 200%;
  margin: auto;
  margin-top: 24px;
  max-width: 800px;
  text-align: justify;
}

.gallery {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.gallery ul {
  display: flex;
  max-width: 80%;
  margin: auto;
  justify-content: center;
  text-align: center;
}

.gallery ul li {
  width: 50%;
  padding: 24px 40px;
  border-left: 1px solid #666666;
}

.gallery ul li:last-child {
  border-right: 1px solid #666666;
}

.gallery ul li img {
  width: 100%;
  object-fit: cover;
  height: 320px;
}

.text-sec {
  padding: 64px 0;
}

.text-box {
  font-size: 16px;
  line-height: 200%;
  margin: auto;
  margin-top: 32px;
}

.border-bottom {
  border-bottom: 1px solid #666666;
}

.service-main .single-sec-head {
  padding: 32px 0;
}

.service-box {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  border-top: 1px solid #666666;
}

.reverse {
  flex-direction: row-reverse;
}

.service-img {
  width: 35%;
}

.service-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.service-desc {
  width: calc(65% - 40px);
  padding: 64px 24px 32px 24px;
}

.service-desc-big {
  font-size: 28px;
  font-weight: bold;
}

.service-desc-text {
  margin-top: 20px;
  line-height: 200%;
  max-width: 800px;
}

.company-point-inner {
  display: flex;
  width: 1240px;
  max-width: 100%;
  margin: auto;
}

.company-point {
  width: 100%;
  padding-bottom: 64px;
}

.company-point img {
  width: 100%;
}

.company-box-head {
  display: flex;
  align-items: center;
  justify-items: flex-start;
  column-gap: 24px;
  text-align: justify;
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 24px 0;
  padding-left: 200px;
}

.company-box-head span {
  font-size: 14px;
}

.company-box-bottom {
  display: flex;
  padding: 0px 0px 0px 200px;
  column-gap: 50px;
}

.company-box-text {
  width: 60%;
  font-size: 16px;
  line-height: 200%;
  text-align: justify;
  margin-top: 32px;
}

.company-box-img {
  width: calc(60% - 24px);
}

.company-box-img img {
  width: 100%;
}

.info-sec {
  padding: 64px 0;
}

.info-main ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 50px;
  margin-top: 24px;
  border-top: 1px dotted #666666;
  padding-top: 24px;
  font-weight: bold;
}

.info-main ul li:last-child {
  border-bottom: 1px dotted #666666;
  padding-bottom: 24px;
}

.info-main ul li span {
  width: 150px;
}

.map {
  margin-top: 32px;
}

.news-list {
  padding: 64px 0;
}

.news-list-head {
  font-size: 32px;
  font-weight: 900;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 2px;
}

.news-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}

.news-list-box {
  padding: 24px;
  border: 1px solid #666666;
  width: calc(50% - 48px);
  max-width: 100%;
  margin-left: -1px;
  margin-top: -1px;
}

.news-list-img {
  width: 100%;
}

.news-list-img img {
  object-fit: cover;
  height: 280px;
  width: 100%;
}

.news-list-tag {
  font-size: 12px;
  font-weight: bold;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  display: inline-block;
  padding: 2px 16px;
  border-radius: 4px;
  margin-top: 16px;
}

.news-list-title {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 8px;
}

.news-list-date {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
  text-align: right;
}

.contents-head h2 {
  font-size: 24px;
}

.news-single-img {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  text-align: center;
}

.news-single-contents {
  margin-top: 64px;
  padding-bottom: 64px;
}

.news-single-contents-inner {
  width: 900px;
  margin: auto;
  max-width: 100%;
  margin-top: 32px;
  margin-bottom: 64px;
}

.news-single-img-inner {
  width: 900px;
  max-width: 100%;
  margin: auto;
  padding: 24px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

.news-single-img-inner img {
  width: 100%;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  margin: auto;
}

.news-single-title {
  font-size: 21px;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 32px;
}

.news-single-date {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
  text-align: right;
}

.news-page-contents h1 {
  background-color: #eef6ff;
  border-left: 6px solid #002e78;
  text-align: left;
  color: #002e78;
  padding: 8px 16px;
  font-size: 21px;
  font-weight: 900;
  margin-top: 20px;
  display: block;
}

.news-page-contents h2 {
  border-bottom: 2px solid #ff5d00;
  text-align: left;
  color: #ff5d00;
  padding: 16px 12px 6px 0px;
  font-size: 21px;
  font-weight: 900;
  display: block;
  margin-top: 20px;
}

.news-page-contents h3 {
  border-bottom: 3px dotted #002e78;
  font-size: 18px;
  font-weight: 900;
  color: #002e78;
  text-align: left;
  margin-top: 20px;
}

.news-page-contents h4 {
  padding: 6px 8px;
  border-left: 4px solid #002e78;
  color: #002e78;
  font-weight: 900;
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
}

.news-page-contents h5 {
  padding: 16px 12px;
  border-left: 5px solid #262626;
  background: #dbdbdb;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  margin-top: 20px;
  color: #262626;
}

.news-page-contents h6 {
  font-size: 16px;
  font-weight: bold;
  color: #002e78;
  text-align: left;
  margin-top: 20px;
}

.news-page-contents p {
  font-size: 16px;
  text-align: justify;
  display: block;
  margin-top: 16px;
}

.gallery span {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 8px;
  font-weight: bold;
}

form {
  max-width: 500px;
  width: 100%;
  margin: auto;
  padding: 32px 0;
  text-align: left;
}

.contact-form-item {
  margin-top: 24px;
}

.contact-form-item label {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.contact-form-item label span {
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}

.contact-form-item input {
  font-size: 16px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px dotted #666666;
  background: #f4f4f4;
  margin-top: -38px;
}

.contact-form-item textarea {
  font-size: 16px;
  width: 100%;
  display: block;
  height: 240px;
  border: none;
  border-bottom: 1px dotted #666666;
  background: #f4f4f4;
  margin-top: -38px;
}

.wpcf7 p {
  display: inline;
}

form button {
  display: block;
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px 20px;
  width: 200px;
  line-height: 151%;
  margin: auto;
  margin-top: 50px;
  text-align: center;
}

.thx-wrap {
  background: #1a1a1a;
  color: #fff;
  padding: 64px 0;
  text-align: center;
}

.thx-title {
  font-size: 28px;
  font-weight: bold;
}

.thx-text {
  font-size: 16px;
  line-height: 200%;
  max-width: 800px;
  margin: auto;
  margin-top: 24px;
}

.recruit-block {
  padding: 64px 0;
  text-align: justify;
  border-bottom: 1px solid #666666;
}

.rec-block-title {
  font-size: 22px;
  font-weight: bold;
}

.rec-block-text {
  margin-top: 24px;
}

.rec-block-list {
  margin-top: 32px;
}

.rec-block-list ul li {
  margin-top: 12px;
  display: flex;
  font-weight: 500;
  font-size: 14px;
}

.rec-block-list ul li span {
  display: block;
  width: 160px;
}

.rec-block-list ul li p {
  display: block;
  width: calc(100% - 160px);
}

/****** フッター ******/

.footer-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 24px;
}

.footer-link ul li a {
  color: #fff;
  font-size: 14px;
  padding: 4px 0;
}

.Copyright {
  margin-top: 50px;
  font-weight: 300;
}

#footer_main {
  padding: 64px 0 64px 0;
  background: #1a1a1a;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.footer-logo {
  width: 80px;
  max-width: 100%;
  margin: auto;
  margin-top: 32px;
}

.footer-company {
  margin-top: 24px;
}

.footer-company-02 {
  font-weight: bold;
  font-size: 18px;
  margin: 4px 0;
}

.footer-address {
  margin-top: 24px;
}

.footer_copy {
  margin-top: 24px;
  font-size: 14px;
}

.footer-address {
  font-size: 14px;
}
