@charset "UTF-8";
/* reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, figure img, picture img {
  vertical-align: baseline;
}

figure, picture {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

img {
  vertical-align: baseline;
  image-rendering: -webkit-optimize-contrast;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img[width="1"], img[width="0"] {
  display: none;
}

html {
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 16px;
  letter-spacing: normal;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #686868;
  line-height: 1.9;
  letter-spacing: 1px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
h1, h2, h3, h4, h5 {
  color: #2c5faa;
  line-height: 1.65;
}

.topCont {
  margin-top: 64px;
}
@media only screen and (max-width: 768px) {
  .topCont {
    margin-top: 38px;
  }
}

a.box {
  display: block;
}

a:link {
  color: #2c5faa;
  text-decoration: none;
}

a:hover {
  color: #2c5faa;
  text-decoration: underline;
}

a:visited, a:active {
  color: #2c5faa;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p:empty {
  display: none;
  height: 0;
}

figure, picture {
  display: block;
}

.grid-container {
  display: grid;
}
.grid-container.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7vw 3.125%;
}
.grid-container.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.7vw 2.4%;
}
.grid-container.grid-harf {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.7vw 2.4%;
}

.btn {
  margin-top: 1rem;
}
.btn a {
  border-radius: 5px;
  background: #2c5faa;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  transition: 0.5s ease-in-out;
  border: 1px solid #2c5faa;
}
.btn a:hover {
  background: #fff;
  color: #2c5faa;
  text-decoration: none;
}

strong {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5rem; /* 線の太さ */
  text-decoration-color: rgba(44, 94, 170, 0.3960784314); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.section-black {
  background: #333;
}

.section-gray {
  background: #f6f6f6;
}

#logoArea {
  text-align: center;
  height: 30vh;
  position: relative;
}
#logoArea .inner {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#logoArea .inner #siteLogo {
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 0.5rem;
}
#logoArea .inner #siteLogo img {
  width: 100%;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#logoArea .inner .sub {
  text-align: center;
  color: #686868;
}

#globalNav {
  height: 10vh;
}
@media only screen and (max-width: 768px) {
  #globalNav {
    display: none;
  }
}
#globalNav #menu-globalnav {
  text-align: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
#globalNav #menu-globalnav li a {
  display: block;
  line-height: 10vh;
  padding: 0 0.5rem;
  color: #d6d6d6;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
#globalNav #menu-globalnav li a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
#globalNav #menu-globalnav li a:hover:before {
  left: 0;
}

#menuBar {
  display: none;
}
@media only screen and (max-width: 768px) {
  #menuBar {
    display: block;
    width: 20%;
    margin: 0 auto 1.5rem;
  }
  #menuBar span {
    width: 100%;
  }
}

#globalFooter {
  background: #333;
  margin-top: 5rem;
}
#globalFooter .inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5rem 0;
}
#globalFooter .inner .inner2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}
#globalFooter .inner .inner2 .sub {
  color: #686868;
  font-size: 0.725rem;
  margin-top: 0.5rem;
}

.indexSection {
  width: 100%;
  padding: 6.375rem 0 4.375rem;
}
.indexSection .section-inner {
  width: 70%;
  margin-inline: auto;
}
.indexSection.section-black {
  color: #d6d6d6;
}

#front-splash {
  width: 100%;
  height: 60vh;
}
#front-splash.indexSection {
  padding-top: 0;
}
#front-splash img {
  aspect-ratio: 8/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#front-recent-works .section-inner {
  display: grid;
  align-items: start;
  grid-template-columns: 39fr 73fr;
}
#front-recent-works .section-inner li + li {
  margin-top: 3rem;
}
#front-recent-works .section-inner .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
}
#front-recent-works .section-inner .section-title span {
  display: block;
  color: #686868;
  font-size: 1rem;
}
#front-recent-works .section-inner .grid-container {
  width: 100%;
  grid-template-columns: 30fr 37fr;
  gap: 3.8125rem;
}
#front-recent-works .section-inner .grid-container picture {
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#front-recent-works .section-inner .grid-container picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.6s ease;
}
#front-recent-works .section-inner .grid-container picture:hover img {
  transform: scale(1.05);
}
#front-recent-works .section-inner .grid-container .text-bloc .date-subcat {
  font-size: 0.725rem;
}
#front-recent-works .section-inner .grid-container .text-bloc .date-subcat .year {
  margin-right: 0.5rem;
}
#front-recent-works .section-inner .grid-container .text-bloc .date-subcat .subcatTitle {
  font-size: 0.625rem;
  font-weight: 700;
}
#front-recent-works .section-inner .grid-container .text-bloc .date-subcat .subcatTitle.subcat-5 a {
  color: #fff;
  background: #2c5faa;
  border-radius: 5px;
  padding: 3px 5px;
  text-decoration: none;
}
#front-recent-works .section-inner .grid-container .text-bloc .date-subcat .subcatTitle.subcat-5 a:hover {
  filter: opacity(70);
}
#front-recent-works .section-inner .grid-container .text-bloc .date-subcat .subcatTitle.subcat-6 a {
  color: #fff;
  background: #4b8e4b;
  border-radius: 5px;
  padding: 3px 5px;
  text-decoration: none;
}
#front-recent-works .section-inner .grid-container .text-bloc .date-subcat .subcatTitle.subcat-6 a:hover {
  filter: opacity(70);
}
#front-recent-works .section-inner .grid-container .text-bloc .post-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
#front-recent-works .section-inner .grid-container .text-bloc .post-title a {
  color: #fff;
  text-decoration: none;
}
#front-recent-works .section-inner .grid-container .text-bloc .post-title:after {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
#front-recent-works .section-inner .grid-container .text-bloc .post-title:hover:after {
  left: 0;
}
#front-recent-works .section-inner .grid-container .text-bloc .desc {
  font-size: 0.8125rem;
}

#front-double-slide .swiper-slide img {
  width: 100%;
  height: 13.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-section .section-inner {
  display: grid;
  grid-template-columns: 39fr 67fr;
  gap: 3.8125rem;
  justify-content: start;
}
.front-section .section-inner .section-title {
  font-size: 2.25rem;
  font-weight: 700;
}
.front-section .section-inner .section-title span {
  display: block;
  font-size: 1rem;
  color: #686868;
}
.front-section .section-inner h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.front-section .section-inner h3 span {
  display: block;
}
.front-section .section-inner h3.news-title {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}

#front-core-value {
  background: url(../images/core-value-bg.jpg) center no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  background-size: cover;
  color: #fff;
}
#front-core-value h2, #front-core-value h3 {
  color: #fff;
}
#front-core-value h2 span {
  color: #f6f6f6;
}
#front-core-value h3 {
  letter-spacing: normal;
}

#front-news .text-bloc article {
  border-bottom: 1px solid #d6d6d6;
}
#front-news .text-bloc article a {
  display: block;
  outline: 0;
  text-decoration: none;
}
#front-news .text-bloc article a .a-inner {
  padding: 1rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  color: #333;
  text-decoration: none;
  outline: 0;
}
#front-news .text-bloc article a:hover .a-inner {
  border-bottom: 1px solid #333;
}

.now-loading {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#loader {
  background: #686868;
  overflow: hidden;
  width: 100vw;
  opacity: 1;
  display: block;
  height: 100vh;
  color: #fff;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
#loader.fade-out {
  opacity: 0;
  display: none;
}

.pankuzu {
  width: 70%;
  margin: 5rem auto 7rem;
  font-size: 0.725rem;
}
@media only screen and (max-width: 768px) {
  .pankuzu {
    width: 88%;
  }
}
.pankuzu ul {
  display: flex;
}
.pankuzu ul li + li:before {
  content: "▶";
  margin: 0 5px;
  padding: 0 5px;
  font-size: 0.525rem;
  transform: scale(80%);
}

.post-container {
  width: 70%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .post-container {
    width: 88%;
  }
}
.post-container .post-header {
  margin-bottom: 3rem;
}
.post-container .post-header .page-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.post-container h2 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.post-container h2 span {
  font-size: 0.875rem;
}
.post-container h2 span:before {
  content: "/";
  margin: 0 1rem;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .post-container h2 span:before {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .post-container h2 span {
    display: block;
  }
}
.post-container * + h2 {
  margin-top: 3rem;
}
.post-container h3 {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.post-container h3 span {
  font-size: 0.875rem;
}
.post-container h3 span:before {
  content: "/";
  margin: 0 1rem;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .post-container h3 span:before {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .post-container h3 span {
    display: block;
  }
}
.post-container h4 {
  margin-top: 2.5rem;
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.post-container p + p {
  margin-top: 2rem;
}
.post-container table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #686868;
}
@media only screen and (max-width: 768px) {
  .post-container table {
    display: block;
  }
}
.post-container table tr {
  border-bottom: 1px solid #686868;
}
.post-container table tr th, .post-container table tr td {
  text-align: left;
  padding: 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .post-container table tr th, .post-container table tr td {
    display: block;
  }
}
.post-container table tr th {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .post-container table tr th {
    padding: 1rem 1rem 0 1rem;
    font-weight: 700;
    width: 100%;
  }
}
.post-container table tr td {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .post-container table tr td {
    padding-top: 0;
    width: 100%;
  }
}

/* 採用 */
.steps li {
  border-radius: 0.7rem;
  padding: 1.5rem 1.2rem;
  width: 100%;
  box-sizing: border-box;
  background: #efefef;
  border-radius: 1.5rem;
}
.steps li h4 {
  margin-top: 0;
}
.steps li + li {
  margin-top: 1.5rem;
}

.faqs + .faqs {
  margin-top: 1.5rem;
}
.faqs dd {
  padding: 1.5rem 1.2rem;
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 0.7rem;
  position: relative;
}
.faqs dd:after {
  content: "A";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.faqs dt:before {
  content: "Q";
  font-size: 2rem;
  font-weight: 700;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.5rem;
}

.tab-header {
  display: flex;
}
.tab-header .tab-title {
  background: #e2e2e2;
  padding: 1rem 1.5rem;
  margin-right: 2px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  cursor: pointer;
}
.tab-header .tab-title.active {
  background: #f2f2f2;
  font-weight: 700;
  color: #333;
}

.tab-conts {
  padding: 1.5rem;
  box-sizing: border-box;
  background: #f2f2f2;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.tab-conts h3 {
  margin-top: 0;
}
.tab-conts dl {
  display: table;
  padding: 0.5rem;
  box-sizing: border-box;
  border-bottom: 1px dashed #e2e2e2;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tab-conts dl dt, .tab-conts dl dd {
  display: table-cell;
  vertical-align: top;
  padding: 1rem 0;
}
.tab-conts dl dt {
  width: 25%;
  font-weight: 700;
  box-sizing: border-box;
}
.tab-conts dl dd {
  width: 75%;
  box-sizing: border-box;
}

.table-dl-box dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #efefef;
}
.table-dl-box dl dt, .table-dl-box dl dd {
  display: table-cell;
  vertical-align: top;
}
.table-dl-box dl dt {
  width: 25%;
  padding: 1rem;
  box-sizing: border-box;
  font-weight: 700;
}
.table-dl-box dl dd {
  width: 75%;
  padding: 1rem;
  box-sizing: border-box;
}

.slides .sp-buttons .sp-button {
  border: 1px solid #333;
}
.slides .sp-buttons .sp-button.sp-selected-button {
  background: #333;
}

/* 問い合わせ */
.divform {
  margin-top: 2rem;
}
.divform dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
.divform dl dt, .divform dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0.7rem 0;
  box-sizing: border-box;
}
.divform dl dt {
  width: 20%;
}
.divform dl dt span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: #686868;
  border-radius: 2px;
  font-size: 0.625rem;
  color: #fff;
  padding: 5px 6px;
  margin-left: 0.5rem;
}
.divform dl dd {
  width: 80%;
}
.divform dl dd input[type=text],
.divform dl dd input[type=email],
.divform dl dd input[type=tel],
.divform dl dd input[type=url],
.divform dl dd textarea {
  border: 1px solid #e2e2e2;
  padding: 0.6rem;
  border-radius: 0.5rem;
  width: 100%;
}
.divform dl dd input[type=text].short,
.divform dl dd input[type=email].short,
.divform dl dd input[type=tel].short,
.divform dl dd input[type=url].short,
.divform dl dd textarea.short {
  width: 20%;
}
.divform dl dd p + p {
  margin-top: 0.2rem;
}/*# sourceMappingURL=theme.css.map */