@charset "UTF-8";
:root {
  --f13:clamp(0.75rem, 0.728rem + 0.099vw, 0.813rem);
  --f14:clamp(0.813rem, 0.790rem + 0.099vw, 0.875rem);
  --f16:clamp(0.875rem, 0.830rem + 0.199vw, 1rem);
  --f20:clamp(1.063rem, 0.995rem + 0.298vw, 1.25rem);
  --f22:clamp(1.063rem, 0.951rem + 0.497vw, 1.375rem);
  --f24:clamp(1.313rem, 1.245rem + 0.298vw, 1.5rem);
  --f28:clamp(1.5rem, 1.411rem + 0.398vw, 1.75rem);
  --f32:clamp(1.5rem, 1.321rem + 0.795vw, 2rem);
  --f36:clamp(1.5rem, 1.191rem + 1.412vw, 2.25rem);
  --f38:clamp(1.75rem, 1.333rem + 1.389vw, 2.375rem);
  --f42:clamp(1.5rem, 1.097rem + 1.789vw, 2.625rem);
  --f48:clamp(2rem, 1.642rem + 1.59vw, 3rem);
  --f54:clamp(2.25rem, 1.847rem + 1.789vw, 3.375rem);
  --f64:clamp(2.625rem, 2.133rem + 2.187vw, 4rem);
  --f72:clamp(2.7rem, 2.263rem + 2.386vw, 4.5rem);
  --f106:clamp(4.563rem, 3.713rem + 3.882vw, 6.625rem);
  --f160:clamp(3.25rem, 0.873rem + 10.141vw, 10rem);
}

@font-face {
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url("../font/Montserrat-SemiBold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../font/Montserrat-Bold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 600;
  font-display: swap;
}
.key-wrap {
  position: relative;
  z-index: 1;
}
.key-wrap #key-visual {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: relative;
}
.key-wrap #key-visual video {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1500px) {
  .key-wrap #key-visual .sp {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .key-wrap #key-visual .sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .key-wrap #key-visual .pc {
    display: none;
  }
  .key-wrap #key-visual .sp {
    display: block;
  }
}

#top-container #strengths .strength-contents {
  max-width: 1240px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  #top-container #strengths .strength-contents .sp {
    display: none;
  }
}
#top-container #strengths .sliderArea {
  max-width: 100%;
  margin: 1em auto;
  padding: 0;
}
#top-container #strengths .sliderArea .slide-item {
  position: relative;
}
#top-container #strengths .sliderArea .slide-item h3 {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: clamp(1.5rem, 1.097rem + 1.789vw, 2.625rem);
  color: #fff;
  font-weight: 600;
  padding: 0.1em 0;
  background: rgba(0, 109, 161, 0.72);
}
#top-container #service .service-contents {
  max-width: 1240px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  #top-container #service .service-contents .sp {
    display: none;
  }
}
#top-container #service .service-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  #top-container #service .service-list {
    grid-template-columns: 1fr;
  }
}
#top-container #service .service-list .service-item a {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-container #service .service-list .service-item a img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
#top-container #service .service-list .service-item a h3 {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-size: var(--f21);
  color: #fff;
  font-weight: 500;
  padding: 0.5em 0;
  background: rgba(0, 109, 161, 0.72);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #top-container #service .service-list .service-item a h3 {
    font-size: var(--f20);
  }
}
#top-container #service .service-list .service-item a h3 span {
  font-size: var(--f32);
  font-family: "Montserrat";
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 1500px) {
  #top-container #service .service-list .service-item a h3 span {
    font-size: var(--f24);
  }
}
@media screen and (max-width: 768px) {
  #top-container #service .service-list .service-item a h3 span {
    font-size: var(--f28);
  }
}
#top-container #works .works-inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
#top-container #works .works-inner .works-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3vw;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  #top-container #works .works-inner .works-list {
    grid-template-columns: 1fr 1fr;
  }
}
#top-container #works .works-inner .works-list .works-item a {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  padding: max(8px, 1vw);
  display: block;
  height: 100%;
}
#top-container #works .works-inner .works-list .works-item a:nth-child(n+2) {
  display: none;
}
#top-container #works .works-inner .works-list .works-item a h3 {
  font-size: var(--f16);
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  #top-container #works .works-inner .works-list .works-item a h3 {
    margin-top: 0.5em;
  }
}
#top-container #works .works-inner .works-list .works-item a figure {
  position: relative;
}
#top-container #works .works-inner .works-list .works-item a figure::before {
  content: "詳細";
  display: none;
  font-size: var(--f16);
  border: 1px solid #333;
  position: absolute;
  padding: 0.3em 1em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
#top-container #works .works-inner .works-list .works-item a figure img {
  width: 100%;
  max-height: 160px;
  height: 12vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top-container #works .works-inner .works-list .works-item a figure img {
    height: 25vw;
  }
}
#top-container #works .works-inner .works-list .works-item a:hover {
  opacity: 1;
}
#top-container #works .works-inner .works-list .works-item a:hover figure::before {
  display: block;
}
#top-container #works .works-inner .works-list .works-item a:hover img {
  opacity: 0.5;
}

#strength-container .link-area {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #strength-container .link-area {
    width: 90%;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  #strength-container .link-area {
    width: 95%;
    padding-bottom: 100px;
  }
}
#strength-container .link-area .link-inner {
  position: relative;
}
@media screen and (min-width: 1500px) {
  #strength-container .link-area figure {
    margin-left: min(180px, 12vw);
  }
}
@media screen and (max-width: 1500px) {
  #strength-container .link-area figure {
    margin-left: min(240px, 15vw);
  }
}
#strength-container .link-area figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #strength-container .link-area figure img {
    width: 92%;
    margin: 0 0 0 auto;
  }
}
#strength-container .link-area ul li {
  position: absolute;
}
#strength-container .link-area ul li:nth-child(1) {
  top: 0;
  left: 0;
}
#strength-container .link-area ul li:nth-child(2) {
  top: min(10vw, 140px);
  left: min(48vw, 116px);
}
@media screen and (max-width: 1024px) {
  #strength-container .link-area ul li:nth-child(2) {
    top: 11vw;
    left: 11.5vw;
  }
}
@media screen and (max-width: 768px) {
  #strength-container .link-area ul li:nth-child(2) {
    top: 13vw;
    left: 16vw;
  }
}
#strength-container .link-area ul li:nth-child(3) {
  top: min(17vw, 230px);
  left: min(80vw, 270px);
}
@media screen and (max-width: 1024px) {
  #strength-container .link-area ul li:nth-child(3) {
    left: 25.5vw;
  }
}
@media screen and (max-width: 768px) {
  #strength-container .link-area ul li:nth-child(3) {
    top: 21vw;
    left: 35vw;
  }
}
#strength-container .link-area ul li:nth-child(4) {
  top: min(21vw, 280px);
  left: min(80vw, 440px);
}
@media screen and (max-width: 1024px) {
  #strength-container .link-area ul li:nth-child(4) {
    top: 21vw;
    left: 40.5vw;
  }
}
@media screen and (max-width: 768px) {
  #strength-container .link-area ul li:nth-child(4) {
    top: 23vw;
    left: 56vw;
  }
}
#strength-container .link-area ul li:nth-child(5) {
  top: min(22vw, 290px);
  left: min(83vw, 620px);
}
@media screen and (max-width: 1024px) {
  #strength-container .link-area ul li:nth-child(5) {
    top: 21vw;
    left: 55.5vw;
  }
}
@media screen and (max-width: 768px) {
  #strength-container .link-area ul li:nth-child(5) {
    top: 21vw;
    left: 76vw;
  }
}
#strength-container .link-area ul li a {
  display: block;
  background: #8FBFD6;
  font-size: var(--f32);
  color: #fff;
  font-weight: 600;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}
#strength-container .link-area ul li a:hover {
  background: #006DA1;
}
@media screen and (max-width: 1024px) {
  #strength-container .link-area ul li a {
    font-size: var(--f24);
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  #strength-container .link-area ul li a {
    font-size: var(--f20);
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 480px) {
  #strength-container .link-area ul li a {
    font-size: var(--f16);
    width: 70px;
    height: 70px;
  }
}
#strength-container .strength .strength-list {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #strength-container .strength .strength-item {
    margin-bottom: 3em;
  }
}
#strength-container .strength .strength-item h3 {
  font-size: var(--f32);
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, rgb(4, 102, 157), rgb(214, 230, 239));
  padding: 0.3em 0.6em;
}
#strength-container .strength .strength-item .strength-contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #strength-container .strength .strength-item .strength-contents {
    flex-direction: column;
  }
}
#strength-container .strength .strength-item .strength-contents p {
  width: 58%;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #strength-container .strength .strength-item .strength-contents p {
    width: 100%;
    margin: 0.5em 0;
  }
}
#strength-container .strength .strength-item .strength-contents figure {
  width: 38%;
}
@media screen and (max-width: 768px) {
  #strength-container .strength .strength-item .strength-contents figure {
    width: 100%;
  }
}
#strength-container .strength .strength-item .strength-contents figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#strength-container .contact-area {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
#strength-container .contact-area h3 {
  font-size: var(--f21);
  font-weight: 600;
  line-height: 1.1;
}
#strength-container .contact-area h3 span {
  font-size: var(--f64);
  font-family: "Montserrat";
  font-weight: 700;
  color: #006DA1;
  padding-right: 0.3em;
  line-height: 1.1;
}
#strength-container .contact-area h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  #strength-container .contact-area h3 br {
    display: block;
  }
}
#strength-container .contact-area .contact-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #strength-container .contact-area .contact-list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
#strength-container .contact-area .contact-list .contact-item {
  background: #E7F1F6;
}
#strength-container .contact-area .contact-list .contact-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#strength-container .contact-area .contact-list .contact-item a figure {
  width: 30%;
}
#strength-container .contact-area .contact-list .contact-item a figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#strength-container .contact-area .contact-list .contact-item a h4 {
  width: 70%;
  font-size: var(--f24);
  font-weight: 600;
  padding: 0 0.5em;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  #strength-container .contact-area .contact-list .contact-item a h4 {
    font-size: var(--f20);
  }
}
@media screen and (max-width: 768px) {
  #strength-container .contact-area .contact-list .contact-item a h4 {
    font-size: var(--f24);
  }
}
@media screen and (min-width: 1500px) {
  #strength-container .contact-area .contact-list .contact-item a h4 br {
    display: none;
  }
}

#service-container .service .intro {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
#service-container .service .intro p {
  margin-top: 1em;
}
#service-container .service .intro h3 {
  font-size: var(--f32);
  font-weight: 600;
  padding: 0.3em 0.6em;
  background: #D4E5EE;
  margin-top: 2em;
}
@media screen and (max-width: 480px) {
  #service-container .service .intro h3 {
    font-size: var(--f24);
  }
}
#service-container .service .intro-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #service-container .service .intro-flex {
    flex-direction: column;
  }
}
#service-container .service .intro-flex ul {
  width: 55%;
  margin-top: 0.8em;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  #service-container .service .intro-flex ul {
    width: 100%;
  }
}
#service-container .service .intro-flex ul li {
  position: relative;
  padding-left: 1.3em;
}
#service-container .service .intro-flex ul li::before {
  content: "●";
  font-size: var(--f20);
  color: #006DA1;
  position: absolute;
  top: 3px;
  left: 0;
}
#service-container .service .intro-flex figure {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #service-container .service .intro-flex figure {
    width: 100%;
    margin-top: 1em;
    height: 160px;
  }
}
#service-container .service .intro-flex figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service-container .service .intro-flex figure img {
    height: 160px;
  }
}
#service-container .service .sliderArea {
  margin: 3em 0;
}
#service-container .service .service-contents {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
#service-container .service .service-contents h3 {
  font-size: var(--f32);
  font-weight: 600;
  color: #fff;
  padding: 0.3em 0;
  background: #006DA1;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #service-container .service .service-contents h3 {
    font-size: var(--f24);
    letter-spacing: 0.001rem;
  }
}
#service-container .service .service-contents .point-list {
  display: grid;
  gap: 1em;
  margin-top: 1em;
}
#service-container .service .service-contents .point-list .point-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #service-container .service .service-contents .point-list .point-item {
    flex-direction: column;
  }
}
#service-container .service .service-contents .point-list .point-item:nth-child(1) .point-txt h4::before {
  content: "01";
}
#service-container .service .service-contents .point-list .point-item:nth-child(2) .point-txt h4::before {
  content: "02";
}
#service-container .service .service-contents .point-list .point-item:nth-child(3) .point-txt h4::before {
  content: "03";
}
#service-container .service .service-contents .point-list .point-item:nth-child(4) .point-txt h4::before {
  content: "04";
}
#service-container .service .service-contents .point-list .point-item figure {
  width: 25%;
}
@media screen and (max-width: 480px) {
  #service-container .service .service-contents .point-list .point-item figure {
    width: 100%;
    margin-bottom: 0.5em;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#service-container .service .service-contents .point-list .point-item figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service-container .service .service-contents .point-list .point-item figure img {
    height: -moz-fit-content;
    height: fit-content;
  }
}
#service-container .service .service-contents .point-list .point-item .point-txt {
  width: 70%;
}
@media screen and (max-width: 480px) {
  #service-container .service .service-contents .point-list .point-item .point-txt {
    width: 100%;
  }
}
#service-container .service .service-contents .point-list .point-item .point-txt h4 {
  font-size: var(--f24);
  font-weight: 600;
  position: relative;
  padding-left: 2em;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 480px) {
  #service-container .service .service-contents .point-list .point-item .point-txt h4 {
    font-size: var(--f20);
  }
}
#service-container .service .service-contents .point-list .point-item .point-txt h4::before {
  content: "";
  font-size: var(--f18);
  background: #006DA1;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  #service-container .service .service-contents .point-list .point-item .point-txt h4::before {
    width: 35px;
    height: 35px;
    font-size: var(--f16);
  }
}
@media screen and (max-width: 480px) {
  #service-container .service .service-contents .point-list .point-item .point-txt h4::before {
    width: 27px;
    height: 27px;
  }
}
#service-container .service .service-contents .point-list .point-item .point-txt p {
  border-top: 1px solid #006DA1;
}
#service-container .bnr {
  max-width: 1024px;
  width: 90%;
  margin: 5em auto 0 auto;
  background: url(../images/key-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  display: block;
  height: 200px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  #service-container .bnr {
    height: 25vw;
  }
}
@media screen and (max-width: 480px) {
  #service-container .bnr {
    height: 40vw;
  }
}
#service-container .bnr .bnr-en {
  font-size: var(--f72);
  color: #fff;
  opacity: 0.2;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -12px;
}
#service-container .bnr .bnr-txt {
  font-size: var(--f24);
  line-height: 1.4;
  color: #fff;
  position: absolute;
  top: 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #service-container .bnr .bnr-txt {
    font-size: var(--f20);
    top: 0.7em;
  }
}
#service-container .bnr .bnr-txt br {
  display: none;
}
@media screen and (max-width: 1024px) {
  #service-container .bnr .bnr-txt br {
    display: block;
  }
}
#service-container .bnr h3 {
  font-size: var(--f42);
  font-weight: 600;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 1em;
  width: fit-content;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #service-container .bnr h3 {
    bottom: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  #service-container .bnr h3 {
    bottom: 1.8em;
  }
}
#service-container .bnr .btn {
  position: absolute;
  bottom: 0.1em;
  right: 1em;
  color: #fff;
}
#service-container .bnr .btn::before, #service-container .bnr .btn::after {
  background: #fff;
}

#company-container {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
}
#company-container .greeting .greeting-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #company-container .greeting .greeting-flex {
    flex-direction: column;
  }
}
#company-container .greeting .greeting-flex figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #company-container .greeting .greeting-flex figure {
    max-width: 400px;
    width: 80%;
    margin: 0 auto;
  }
}
#company-container .greeting .greeting-flex .greeting-txt {
  width: 63%;
}
@media screen and (max-width: 768px) {
  #company-container .greeting .greeting-flex .greeting-txt {
    width: 100%;
    margin-top: 1em;
  }
}
#company-container .greeting .greeting-flex .greeting-txt p {
  font-feature-settings: "palt";
}
#company-container .greeting .greeting-flex .greeting-txt .name {
  font-size: var(--f24);
  font-weight: 500;
  text-align: right;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #company-container .greeting .greeting-flex .greeting-txt .name {
    font-size: var(--f18);
    text-align: left;
  }
}
#company-container .info dl .info-item {
  display: flex;
}
@media screen and (max-width: 768px) {
  #company-container .info dl .info-item {
    flex-direction: column;
  }
}
#company-container .info dl .info-item:last-child dt, #company-container .info dl .info-item:last-child dd {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #company-container .info dl .info-item:first-child {
    border-top: 1px solid #D1D1D1;
  }
}
#company-container .info dl dt, #company-container .info dl dd {
  font-size: var(--f18);
}
#company-container .info dl dt {
  font-weight: 600;
  width: 180px;
  border-bottom: 1px solid #2382CC;
  padding: 1em 0.5em;
}
@media screen and (max-width: 768px) {
  #company-container .info dl dt {
    width: 100%;
    border-bottom: none;
    padding: 0.5em 0.5em 0 0.5em;
  }
}
#company-container .info dl dd {
  width: calc(100% - 180px);
  border-bottom: 1px solid #D1D1D1;
  padding: 1em 0.5em 1em 2em;
}
#company-container .info dl dd a {
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  #company-container .info dl dd a {
    color: #006DA1;
    text-decoration: underline;
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  #company-container .info dl dd {
    width: 100%;
    padding: 0 0.5em 0.5em 0.5em;
  }
}
#company-container .history {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #company-container .history {
    flex-direction: column;
  }
}
#company-container .history .page-title-left {
  height: -moz-fit-content;
  height: fit-content;
}
#company-container .history dl {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #company-container .history dl {
    margin-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  #company-container .history dl {
    padding-left: 1.5em;
    position: relative;
  }
  #company-container .history dl::before {
    content: "";
    background: #C2C2C2;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 1em;
    left: 8px;
    z-index: -1;
  }
}
#company-container .history dl .history-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #company-container .history dl .history-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
#company-container .history dl .history-item dt {
  width: 160px;
  font-family: "Montserrat";
  font-size: var(--f36);
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #company-container .history dl .history-item dt {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  #company-container .history dl .history-item dt {
    line-height: 1;
    margin-top: 0.7em;
  }
}
#company-container .history dl .history-item dt::before {
  content: "●";
  font-size: var(--f16);
  color: #2382CC;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 1em;
  right: 24px;
}
@media screen and (max-width: 1024px) {
  #company-container .history dl .history-item dt::before {
    top: 8px;
  }
}
@media screen and (max-width: 768px) {
  #company-container .history dl .history-item dt::before {
    top: 6px;
    right: 6px;
  }
}
@media screen and (max-width: 480px) {
  #company-container .history dl .history-item dt::before {
    left: -23px;
    top: 3px;
    width: 12px;
    height: 12px;
    content: "";
    background: #2382CC;
    border-radius: 50px;
  }
}
#company-container .history dl .history-item dt::after {
  content: "";
  background: #C2C2C2;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 1em;
  right: 33px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #company-container .history dl .history-item dt::after {
    top: 14px;
  }
}
@media screen and (max-width: 768px) {
  #company-container .history dl .history-item dt::after {
    top: 12px;
    right: 14px;
  }
}
@media screen and (max-width: 480px) {
  #company-container .history dl .history-item dt::after {
    display: none;
  }
}
#company-container .history dl .history-item dd {
  font-size: var(--f21);
}

#works-container .works-contents {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #works-container .works-contents {
    flex-direction: column-reverse;
  }
}
#works-container .works-contents #sidebar {
  width: 240px;
}
@media screen and (max-width: 1024px) {
  #works-container .works-contents #sidebar {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #works-container .works-contents #sidebar {
    width: 100%;
    margin-top: 2em;
  }
}
#works-container .works-contents #sidebar h3 {
  background: #919CA4;
  font-size: var(--f24);
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  text-align: center;
  padding: 0.3em;
}
#works-container .works-contents #sidebar ul li {
  border-bottom: 1px solid #D5D5D5;
}
#works-container .works-contents #sidebar ul li a {
  font-size: var(--f16);
  display: block;
  padding: 0.7em;
  transition: all ease 0.5s;
}
#works-container .works-contents #sidebar ul li a:hover {
  color: #006DA1;
}
#works-container .works-contents .cat-contents {
  width: calc(100% - 240px - 5%);
}
@media screen and (max-width: 1024px) {
  #works-container .works-contents .cat-contents {
    width: calc(100% - 180px - 5%);
  }
}
@media screen and (max-width: 768px) {
  #works-container .works-contents .cat-contents {
    width: 100%;
  }
}
#works-container .works-contents .cat-contents h3 {
  font-size: var(--f24);
  color: #fff;
  font-weight: 500;
  padding: 0.3em 0.7em;
  background: #006DA1;
}
#works-container .works-contents .cat-contents .works-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2vw;
  margin: 1em 0;
}
@media screen and (max-width: 1500px) {
  #works-container .works-contents .cat-contents .works-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  #works-container .works-contents .cat-contents .works-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #works-container .works-contents .cat-contents .works-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  #works-container .works-contents .cat-contents .works-list {
    grid-template-columns: 1fr 1fr;
  }
}
#works-container .works-contents .cat-contents .works-list .works-item a {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  padding: max(8px, 1vw);
  display: block;
  height: 100%;
}
#works-container .works-contents .cat-contents .works-list .works-item a:nth-child(n+2) {
  display: none;
}
#works-container .works-contents .cat-contents .works-list .works-item a h4 {
  font-size: var(--f16);
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  #works-container .works-contents .cat-contents .works-list .works-item a h4 {
    margin-top: 0.5em;
  }
}
#works-container .works-contents .cat-contents .works-list .works-item a figure {
  position: relative;
}
#works-container .works-contents .cat-contents .works-list .works-item a figure::before {
  content: "詳細";
  display: none;
  font-size: var(--f16);
  border: 1px solid #333;
  position: absolute;
  padding: 0.3em 1em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
#works-container .works-contents .cat-contents .works-list .works-item a figure img {
  width: 100%;
  max-height: 150px;
  height: 12vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1500px) {
  #works-container .works-contents .cat-contents .works-list .works-item a figure img {
    max-height: 210px;
    height: 12vw;
  }
}
@media screen and (max-width: 1024px) {
  #works-container .works-contents .cat-contents .works-list .works-item a figure img {
    height: 18vw;
    max-height: 180px;
  }
}
@media screen and (max-width: 480px) {
  #works-container .works-contents .cat-contents .works-list .works-item a figure img {
    height: 24vw;
    max-height: 180px;
  }
}
#works-container .works-contents .cat-contents .works-list .works-item a:hover {
  opacity: 1;
}
#works-container .works-contents .cat-contents .works-list .works-item a:hover figure::before {
  display: block;
}
#works-container .works-contents .cat-contents .works-list .works-item a:hover img {
  opacity: 0.5;
}
#works-container .works-contents .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
  padding: 24px 40px;
  margin: 60px auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  #works-container .works-contents .pagenation ul {
    padding: 0.5em;
    margin: 3em auto;
  }
}
#works-container .works-contents .pagenation ul li {
  margin-right: 2%;
  border: none;
}
#works-container .works-contents .pagenation ul li a {
  font-size: var(--f16);
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 35px;
  width: 35px;
  transition: all ease 0.3s;
  background: #006DA1;
  border-radius: 50px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #works-container .works-contents .pagenation ul li a {
    height: 30px;
    width: 30px;
  }
}
#works-container .works-contents .pagenation ul .page-active {
  font-size: var(--f16);
  font-family: "Montserrat";
}
#works-container .works-contents .pagenation ul .next a, #works-container .works-contents .pagenation ul .prev a {
  color: #433F37;
  font-size: var(--f16);
  background: none;
  width: auto;
  font-family: "Montserrat";
}
#works-container .works-contents .pagenation ul .next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#works-container .works-contents .pagenation ul .prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

#contact-container form {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}
#contact-container form dl div {
  padding: 0.5em 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #contact-container form dl div {
    flex-direction: column;
  }
}
#contact-container form dl div dt, #contact-container form dl div dd {
  color: #656172;
  font-size: var(--f18);
}
#contact-container form dl div dt {
  width: 280px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #contact-container form dl div dt {
    width: 100%;
  }
}
#contact-container form dl div dt span.hissu {
  color: #fff;
  background: #006DA1;
  line-height: 1;
  font-size: var(--f14);
  padding: 4px 6px;
  margin-right: 6px;
}
#contact-container form dl div dt br {
  display: none;
}
#contact-container form dl div dt .fix {
  display: block;
}
#contact-container form dl div dd {
  width: calc(100% - 280px);
}
@media screen and (max-width: 1024px) {
  #contact-container form dl div dd {
    width: 100%;
  }
}
#contact-container form dl div dd input, #contact-container form dl div dd textarea {
  width: 100%;
  font-size: var(--f18);
  padding: 0.5em;
  background: #F9F9F9;
  border: 1px solid #B5B5B5;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}
#contact-container form dl div .checkbox, #contact-container form dl div .wpcf7-form-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#contact-container form dl div .checkbox .wpcf7-form-control-wrap, #contact-container form dl div .wpcf7-form-control .wpcf7-form-control-wrap {
  margin-bottom: 12px;
  width: 100%;
}
#contact-container form dl div .checkbox .wpcf7-text, #contact-container form dl div .wpcf7-form-control .wpcf7-text {
  width: 100%;
}
#contact-container form dl div .checkbox label, #contact-container form dl div .wpcf7-form-control label {
  width: auto;
  font-size: var(--f16);
  margin: 0 24px 8px 0;
  cursor: pointer;
}
#contact-container form dl div .checkbox label input, #contact-container form dl div .wpcf7-form-control label input {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 3px 2px 0;
}
#contact-container form dl .title-top {
  align-items: flex-start;
}
#contact-container form .btn-group {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0 auto;
}
#contact-container form .btn-group input[type=submit] {
  border: none;
  font-size: var(--f18);
  -webkit-appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  padding: 12px 77px;
  background: #006DA1;
  color: #ffffff;
}
#contact-container form .btn-group input[type=submit]:hover {
  background: #2382CC;
}
#contact-container .wpcf7-list-item-label {
  margin: 0 24px 8px 0;
}
#contact-container .screen-reader-response {
  display: none;
}
#contact-container .wpcf7-not-valid-tip {
  color: red;
  font-size: var(--f16);
}
#contact-container .wpcf7-response-output {
  text-align: center;
  font-weight: 600;
  margin-top: 3em;
  color: red;
  font-size: var(--f24);
}
#contact-container .wpcf7-spinner {
  position: absolute !important;
}

#recruit-container .intro {
  font-size: var(--f42);
  font-weight: 600;
  text-align: center;
  color: #006DA1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recruit-container .intro {
    font-size: var(--f32);
  }
}
@media screen and (max-width: 480px) {
  #recruit-container .intro {
    font-size: var(--f24);
  }
}
#recruit-container .intro::before {
  content: "";
  background: url(../images/recruit/intro-bg.svg) no-repeat;
  background-size: contain;
  width: 490px;
  height: 214px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit-container .intro::before {
    width: 280px;
    height: 122px;
  }
}
#recruit-container .intro-bg {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  #recruit-container .intro-bg {
    grid-template-columns: 1fr 1fr;
  }
}
#recruit-container .intro-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #recruit-container .intro-bg img {
    height: min(180px, 24vw);
  }
}
#recruit-container .info {
  padding: 3em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  margin-top: -1em;
  max-width: 1240px;
  width: 90%;
  margin: -2.5em auto 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #recruit-container .info {
    padding: 2em 1.5em;
    margin: 0 auto;
    width: 100%;
    box-shadow: none;
  }
}
#recruit-container .info dl {
  margin-top: 1em;
}
#recruit-container .info dl .info-item {
  display: flex;
}
@media screen and (max-width: 768px) {
  #recruit-container .info dl .info-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  #recruit-container .info dl .info-item:last-child {
    border-bottom: 1px solid #D1D1D1;
  }
}
#recruit-container .info dl .info-item:last-child dt, #recruit-container .info dl .info-item:last-child dd {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #recruit-container .info dl .info-item:first-child {
    border-top: 1px solid #D1D1D1;
  }
}
#recruit-container .info dl dt, #recruit-container .info dl dd {
  font-size: var(--f18);
}
#recruit-container .info dl dt {
  font-weight: 600;
  width: 160px;
  border-bottom: 1px solid #2382CC;
  padding: 1em 0.5em;
}
@media screen and (max-width: 768px) {
  #recruit-container .info dl dt {
    width: 100%;
    border-bottom: none;
    padding: 0.5em 0.5em 0 0.5em;
  }
}
#recruit-container .info dl dd {
  width: calc(100% - 160px);
  border-bottom: 1px solid #D1D1D1;
  padding: 1em 0.5em 1em 2em;
}
#recruit-container .info dl dd a {
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  #recruit-container .info dl dd a {
    color: #006DA1;
    text-decoration: underline;
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  #recruit-container .info dl dd {
    width: 100%;
    padding: 0 0.5em 0.5em 0.5em;
  }
}
#recruit-container .info .tel-area {
  margin: 1em auto 0 auto;
}
#recruit-container .info .tel-area p {
  font-size: var(--f24);
  font-weight: 600;
  text-align: center;
}
#recruit-container .info .tel-area .tel-btn {
  background: #006DA1;
  border-radius: 50px;
  font-size: var(--f28);
  font-weight: 500;
  color: #fff;
  width: 334px;
  padding: 0.2em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all ease 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  #recruit-container .info .tel-area .tel-btn {
    pointer-events: all;
    width: 100%;
  }
}
#recruit-container .info .tel-area .tel-btn::before {
  content: "";
  background: url(../images/recruit/tel.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 4px;
}

#contents-404 {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#contents-404 h2 {
  font-size: var(--f36);
  text-align: center;
}
#contents-404 p {
  font-size: var(--f20);
  text-align: center;
}/*# sourceMappingURL=style.css.map */