@charset "UTF-8";
/******************************************************************
Theme Name: 株式会社井出電工
******************************************************************/
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Geist:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, label, input, textarea, small, figure, :before, :after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  word-break: break-all;
  line-height: 1.7em;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

html, h1, h2, h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
  html {
    font-size: 3.73vw;
    line-height: 1.785em;
  }
}
article, header, footer, aside, figure, figcaption, nav, section, main, picture {
  display: block;
  box-sizing: border-box;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

p {
  font-size: 16px;
  line-height: 1.7em;
}

/* iPhone reset */
input, textarea {
  max-width: 100%;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
input::-moz-placeholder {
  color: #B2B2B2;
}
input::placeholder {
  color: #B2B2B2;
}

textarea::placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #B2B2B2;
}

/* IE */
/* Edge */
@media screen and (max-width: 750px) {
  input[type=text] {
    font-size: 16px;
  }
}
/* Common */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
section {
  padding: 80px 0;
}
@media screen and (max-width: 736px) {
  section {
    padding: 30px 0;
  }
}
section .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.title-box h2 {
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: "Geist", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
  letter-spacing: 18px;
}
@media screen and (max-width: 1200px) {
  .title-box h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 736px) {
  .title-box h2 {
    font-size: 20px;
    line-height: 120%; /* 24px */
    letter-spacing: 6px;
  }
}
.title-box h2 span {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 2.8px;
}
@media screen and (max-width: 736px) {
  .title-box h2 span {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

span.bg-yellow {
  position: relative;
  display: inline-block;
  z-index: 1;
}
span.bg-yellow::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(255, 238, 0, 0.39);
  z-index: -1;
}

span.blue {
  color: #264C9A;
}

#splash {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100dvh;
  background: #fff;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash-logo {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
}
@media screen and (max-width: 736px) {
  .splash-logo {
    width: 100%;
  }
}
.splash-logo img {
  width: 320px;
  height: auto;
}
@media screen and (max-width: 736px) {
  .splash-logo img {
    width: 200px;
  }
}
.splash-logo p {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 5px 10px;
}
@media screen and (max-width: 736px) {
  .splash-logo p {
    font-size: 13px;
  }
}

/*---------------------------------*/
header.pc-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 736px) {
  header.pc-header {
    display: none;
  }
}
header.pc-header .logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  header.pc-header .logo {
    gap: 10px;
  }
}
header.pc-header .logo h1 a {
  display: block;
  height: 80px;
}
header.pc-header .logo h1 a img {
  width: auto;
  height: 100%;
}
header.pc-header .logo p {
  width: auto;
  height: 70px;
}
header.pc-header .logo p img {
  width: auto;
  height: 100%;
}
header.pc-header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}
header.pc-header ul li {
  height: 80px;
  display: flex;
  align-items: center;
}
header.pc-header ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 3px;
  padding: 0 15px;
}
@media screen and (max-width: 1200px) {
  header.pc-header ul li a {
    padding: 0 5px;
    font-size: 13px;
  }
}
header.pc-header ul li.btn-tel {
  margin-left: 10px;
}
header.pc-header ul li.btn-tel a {
  height: 40px;
  margin: 20px 0;
}
header.pc-header ul li.btn-tel a img {
  width: auto;
  height: 100%;
}
header.pc-header ul li.btn-contact {
  margin-left: 10px;
}
header.pc-header ul li.btn-contact a {
  height: 40px;
  margin: 20px 0;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}

/* スマホ用ヘッダー */
.sp-header {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.sp-header .logo h1 a {
  display: block;
}
.sp-header .logo h1 a img {
  width: auto;
  height: 50px;
}
.sp-header .menu-trigger {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #264C9A;
}
.sp-header .menu-trigger:hover {
  opacity: 0.8;
}
.sp-header .menu-trigger span {
  font-size: 16px;
  font-weight: 400;
}
.sp-header .menu-trigger span img {
  width: 100%;
  height: auto;
}
.sp-header .sp-btn {
  position: fixed;
}
.sp-header .sp-btn a.sp-btn-tel,
.sp-header .sp-btn a.sp-btn-contact {
  position: fixed;
  right: 0;
  z-index: 10;
  display: block;
  width: 50px;
  height: 50px;
}
.sp-header .sp-btn a.sp-btn-tel img,
.sp-header .sp-btn a.sp-btn-contact img {
  width: 100%;
  height: 100%;
}
.sp-header .sp-btn a.sp-btn-tel {
  top: 60px;
}
.sp-header .sp-btn a.sp-btn-contact {
  top: 120px;
}

/* スマホ用メニュー */
.sp-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #eceff3;
  z-index: 1000;
  overflow-y: auto;
}
.sp-menu.active {
  display: block;
}
.sp-menu .sp-menu-inner {
  padding: 20px 5%;
  position: relative;
  min-height: 100vh;
}
.sp-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 5%;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.sp-menu .close-btn:hover {
  opacity: 0.8;
}
.sp-menu .close-btn span {
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
}
.sp-menu .close-btn::after {
  content: "×";
  font-size: 24px;
  font-weight: 300;
}
.sp-menu .sp-menu-content {
  padding-top: 60px;
}
.sp-menu .sp-menu-nav li {
  border-bottom: 1px dotted #000;
}
.sp-menu .sp-menu-nav li a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  font-size: 12px;
  font-weight: 600;
  padding-left: 20px;
}
.sp-menu .sp-menu-nav li a span {
  color: #000;
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  letter-spacing: 6px;
}
.sp-menu .sp-menu-nav li.btn-contact,
.sp-menu .sp-menu-nav li.btn-tel,
.sp-menu .sp-menu-nav li.btn-energy {
  border: none;
  margin-top: 10px;
}
.sp-menu .sp-menu-nav li.btn-contact a,
.sp-menu .sp-menu-nav li.btn-tel a,
.sp-menu .sp-menu-nav li.btn-energy a {
  padding: 0;
}
.sp-menu .sp-menu-nav li.btn-energy a {
  background-color: #1F9D8F;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  padding: 15px 0;
}
.sp-menu .sp-menu-nav li.btn-contact02 {
  border: none;
  margin-top: 30px;
  margin-bottom: 20px;
}

#contact .box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#contact .box .text-box {
  width: 45%;
}
@media screen and (max-width: 736px) {
  #contact .box .text-box {
    width: 100%;
  }
}
#contact .box .text-box .title-box {
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 736px) {
  #contact .box .text-box .title-box {
    margin-left: 140px;
  }
}
#contact .box .text-box p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  #contact .box .text-box p {
    font-size: 14px;
    line-height: 25px;
    margin-left: 140px;
  }
}
#contact .box .text-box .btn-box {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  #contact .box .text-box .btn-box {
    width: 90%;
    margin: 80px auto 0;
  }
}
#contact .box .text-box .btn-box a {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#contact .box .text-box .btn-box a img {
  width: 100%;
  height: 100%;
}
#contact .box .img-box {
  flex: 1;
}
@media screen and (max-width: 736px) {
  #contact .box .img-box {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 240px;
    top: 0;
    left: 0;
  }
}
#contact .box .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  #contact .box .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

footer {
  background: #889296;
  padding: 80px 60px 30px;
}
@media screen and (max-width: 736px) {
  footer {
    padding: 30px;
  }
}
footer .box .footer-top {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .box .footer-top .footer-logo .logo {
  height: 50px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-logo .logo {
    height: 30px;
    margin-top: 30px;
  }
}
footer .box .footer-top .footer-logo .logo img {
  width: auto;
  height: 100%;
}
footer .box .footer-top .footer-logo .address {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
}
footer .box .footer-top .footer-logo .tel {
  margin-top: 10px;
}
footer .box .footer-top .footer-logo .tel a {
  display: block;
  height: 30px;
}
footer .box .footer-top .footer-logo .tel a img {
  width: auto;
  height: 100%;
}
footer .box .footer-top .footer-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-nav ul li {
    margin-bottom: 10px;
  }
}
footer .box .footer-top .footer-nav ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 15px;
}
footer .box .footer-top .footer-nav .privacy-box a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin: 15px 15px 0 0;
}
footer .box .footer-top .footer-nav .privacy-box a img {
  width: 18px;
  height: auto;
  margin-top: 2px;
  margin-left: 5px;
}
footer .box .footer-bottom {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom {
    margin-top: 30px;
  }
}
footer .box .footer-bottom p {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom p {
    font-size: 12px;
  }
}

main.top section {
  padding: 80px 0;
}
@media screen and (max-width: 736px) {
  main.top section {
    padding: 40px 0;
  }
}

main.top #mv {
  width: 100%;
  height: 100%;
  background-image: url(../img/top/mv-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 736px) {
  main.top #mv {
    background-image: url(../img/top/mv-bg-sp.jpg);
  }
}
main.top #mv .box {
  width: 100%;
  max-width: none;
  height: 90vh;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding: 80px 0 15px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main.top #mv .box {
    height: 90vh;
  }
}
@media screen and (max-width: 736px) {
  main.top #mv .box {
    height: 80vh;
    padding-bottom: 0;
  }
}
main.top #mv .box .mv-text {
  position: relative;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.6s ease, transform 0.6s ease;
  margin: 0 0 20px 30px;
}
@media screen and (max-width: 736px) {
  main.top #mv .box .mv-text {
    width: 100%;
    padding: 15px;
    margin: 0 0 100px 0;
  }
}
main.top #mv .box .mv-text.show {
  opacity: 1;
  transform: translateX(0);
}
main.top #mv .box .mv-text p {
  display: inline-block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: rgba(171, 138, 20, 0.75);
  padding: 5px 10px;
}
@media screen and (max-width: 736px) {
  main.top #mv .box .mv-text p {
    font-size: 15px;
  }
}
main.top #mv .box .mv-text h1 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1200px) {
  main.top #mv .box .mv-text h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 736px) {
  main.top #mv .box .mv-text h1 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.08px;
  }
}
main.top #mv .box .mv-text h1 span {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 180px */
  letter-spacing: -4.5px;
}
@media screen and (max-width: 1200px) {
  main.top #mv .box .mv-text h1 span {
    font-size: 120px;
  }
}
@media screen and (max-width: 736px) {
  main.top #mv .box .mv-text h1 span {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    letter-spacing: -1.44px;
  }
}
main.top #mv .box .mv-text h2 {
  color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
}
@media screen and (max-width: 1200px) {
  main.top #mv .box .mv-text h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 736px) {
  main.top #mv .box .mv-text h2 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    margin-top: 5px;
    margin-left: 3px;
  }
}
main.top #mv .box .mv-text .img {
  width: 300px;
  height: auto;
  position: absolute;
  top: -100px;
  right: -30px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 1200px) {
  main.top #mv .box .mv-text .img {
    top: -80px;
    right: -160px;
  }
}
@media screen and (max-width: 736px) {
  main.top #mv .box .mv-text .img {
    width: 120px;
    top: auto;
    bottom: 0;
    right: 0px;
    top: 100%;
    left: 15px;
  }
}
main.top #mv .box .mv-text .img.show {
  opacity: 1;
  transform: translateY(0);
}
main.top #mv .box .mv-text .img img {
  width: 100%;
  height: auto;
}
main.top .under-banner-box {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 3;
}
main.top .under-banner-box a {
  width: 24vw;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  main.top .under-banner-box a {
    width: 180px;
  }
}
main.top .under-banner-box a:last-child {
  margin-bottom: 0;
}
main.top .under-banner-box a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) {
  main.top #topics {
    padding-top: 40px;
  }
}
main.top #topics .title-box {
  text-align: center;
}
main.top #topics .inner-box {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  main.top #topics .inner-box {
    margin-top: 20px;
  }
}
main.top #topics .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
main.top #topics .inner-box ul li {
  width: 40%;
  border: 0.5px solid #D9D9D9;
  background: #FFF;
}
@media screen and (max-width: 736px) {
  main.top #topics .inner-box ul li {
    width: 100%;
  }
}
main.top #topics .inner-box ul li a {
  display: block;
}
main.top #topics .inner-box ul li a .img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main.top #topics .inner-box ul li a .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top #topics .inner-box ul li a .text h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main.top #service .inner-box {
  margin-top: 20px;
  position: relative;
}
main.top #service .inner-box ul {
  width: 100%;
  height: auto;
}
main.top #service .inner-box ul li {
  width: 100%;
  height: auto;
}
main.top #service .inner-box ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top #service .inner-box .service-slider {
  width: 100%;
}
main.top #service .inner-box .service-slider .slick-list {
  height: 400px;
}
main.top #service .inner-box .service-slider .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
main.top #service .inner-box .service-slider img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
main.top #service .inner-box .service-slider .slick-dots {
  width: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
}
main.top #service .inner-box .service-slider .slick-dots li {
  margin: 6px 0;
}
main.top #service .inner-box .service-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}
main.top #service .inner-box .service-slider .slick-dots li button:before {
  display: none;
}
main.top #service .inner-box .service-slider .slick-dots li.slick-active button {
  background: #110477;
}
main.top #service .inner-box .text {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  main.top #service .inner-box .service-slider .slick-list,
  main.top #service .inner-box .service-slider img {
    height: 220px;
  }
}
main.top #service .inner-box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  padding: 40px 40px 0 0;
  width: 500px;
  height: 300px;
}
@media screen and (max-width: 736px) {
  main.top #service .inner-box .text {
    width: 100%;
    position: static;
    padding: 0px;
  }
}
main.top #service .inner-box .text img {
  display: inline-block;
  width: auto;
  height: 70px;
  margin: 0;
}
main.top #service .inner-box .text h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: 3.2px;
  margin-top: 16px;
}
@media screen and (max-width: 736px) {
  main.top #service .inner-box .text h3 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
  }
}
main.top #service .inner-box .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-top: 16px;
  text-align: left;
}
@media screen and (max-width: 736px) {
  main.top #service .inner-box .text p {
    font-size: 14px;
    line-height: 25px; /* 178.571% */
  }
}
main.top #service .inner-box .text .btn-arrow {
  text-align: right;
}
main.top #service .inner-box .text .btn-arrow a {
  display: inline-block;
  width: 40px;
  height: auto;
}
main.top #service .inner-box .text .btn-arrow a img {
  width: 100%;
  height: auto;
}
main.top #work {
  background-image: url(../img/top/work-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
main.top #work .title-box {
  text-align: center;
  position: relative;
  z-index: 1;
  top: -80px;
}
main.top #work .title-box h2 {
  background-color: #fff;
  padding: 30px 60px;
}
main.top #work .inner-box {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  main.top #work .inner-box {
    margin-top: 0px;
  }
}
main.top #work .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 736px) {
  main.top #work .inner-box ul {
    gap: unset;
  }
}
main.top #work .inner-box ul li {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
main.top #work .inner-box ul li:hover {
  background-color: #243771;
}
main.top #work .inner-box ul li:hover img {
  filter: brightness(0) invert(1);
}
main.top #work .inner-box ul li:hover h3 {
  color: #fff;
}
@media screen and (max-width: 736px) {
  main.top #work .inner-box ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}
main.top #work .inner-box ul li img {
  width: auto;
  height: 90px;
  display: inline-block;
  margin: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  main.top #work .inner-box ul li img {
    height: 60px;
  }
}
main.top #work .inner-box ul li h3 {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  main.top #work .inner-box ul li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 736px) {
  main.top #work .inner-box ul li h3 {
    font-size: 14px;
  }
}
main.top .modal-content {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 40px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  text-align: left;
  overflow-y: auto;
  max-height: 80vh;
  cursor: pointer;
}
main.top .modal-content::after {
  content: "×";
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  top: 10px;
  right: 18px;
  cursor: pointer;
}
main.top .modal-content.is-open {
  display: block;
  animation: modalFadeIn 0.3s;
}
main.top .modal-content img {
  width: 80px;
  display: block;
  margin: 0 auto 20px;
}
main.top .modal-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}
main.top .modal-content p {
  font-size: 16px;
  margin-bottom: 15px;
}
main.top .modal-content ul {
  margin: 0 0 10px 20px;
}
main.top .modal-content ul li {
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
main.top .modal-content ul li:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 20px;
  height: 30px;
  background-image: url(../img/common/icon-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main.top #work-modal-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
main.top #area {
  background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(108, 135, 163, 0.13) 10%, rgba(108, 135, 163, 0.13) 100%);
  padding: 0;
  margin-top: 160px;
}
@media screen and (max-width: 736px) {
  main.top #area {
    background: rgba(108, 135, 163, 0.13);
    margin-top: 80px;
  }
}
@media screen and (max-width: 736px) {
  main.top #area .box {
    width: 100%;
  }
}
main.top #area .inner-box {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 736px) {
  main.top #area .inner-box {
    flex-direction: column;
  }
}
main.top #area .inner-box .img {
  width: 40%;
}
@media screen and (max-width: 736px) {
  main.top #area .inner-box .img {
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
}
main.top #area .inner-box .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) {
  main.top #area .inner-box .img img {
    width: 70%;
  }
}
main.top #area .inner-box .img .area-sp {
  display: none;
}
@media screen and (max-width: 736px) {
  main.top #area .inner-box .img .area-sp {
    display: inline-block;
    position: absolute;
    top: -30px;
    right: 0;
    width: auto;
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 736px) {
  main.top #area .inner-box .img .area-sp img {
    width: auto;
    height: 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 736px) {
  main.top #area .inner-box .img .area-sp h3 {
    font-size: 16px;
    text-align: center;
  }
}
main.top #area .inner-box .text {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  padding: 160px 40px 40px;
}
@media screen and (max-width: 736px) {
  main.top #area .inner-box .text {
    padding: 20px;
  }
}
main.top #area .inner-box .text img {
  display: inline-block;
  width: 100px;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 736px) {
  main.top #area .inner-box .text img.pc {
    display: none;
  }
}
main.top #area .inner-box .text h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: 3.2px;
  margin-top: 16px;
}
main.top #area .inner-box .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-top: 16px;
}
main.top #area .inner-box .text a.tel {
  display: inline-block;
  width: 240px;
  height: auto;
  margin-top: 16px;
}
@media screen and (max-width: 736px) {
  main.top #area .inner-box .text a.tel {
    width: 100%;
  }
}
main.top #area .inner-box .text a.tel img {
  width: 100%;
  height: auto;
}
main.top #strength .box {
  background-color: #fff;
}
main.top #strength .box .inner-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
main.top #strength .box .inner-box .text-box {
  width: 65%;
}
@media screen and (max-width: 736px) {
  main.top #strength .box .inner-box .text-box {
    width: 100%;
  }
}
main.top #strength .box .inner-box .text-box .title-box h2 {
  background-color: #fff;
}
main.top #strength .box .inner-box .text-box ul {
  margin-top: 60px;
}
main.top #strength .box .inner-box .text-box ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 30px;
}
@media screen and (max-width: 736px) {
  main.top #strength .box .inner-box .text-box ul li {
    flex-direction: column;
    position: relative;
  }
}
main.top #strength .box .inner-box .text-box ul li:last-child {
  margin-bottom: 0;
}
main.top #strength .box .inner-box .text-box ul li:last-child .text p {
  margin-top: 30px;
}
main.top #strength .box .inner-box .text-box ul li .text {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 736px) {
  main.top #strength .box .inner-box .text-box ul li .text {
    width: 100%;
  }
}
main.top #strength .box .inner-box .text-box ul li .text .num {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 80px;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 736px) {
  main.top #strength .box .inner-box .text-box ul li .text .num {
    display: block;
    position: static;
    width: 50px;
    top: 0;
    margin-top: 20px;
  }
}
main.top #strength .box .inner-box .text-box ul li .text .num img {
  width: 100%;
  height: auto;
}
main.top #strength .box .inner-box .text-box ul li .text h3 {
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: 3.2px;
  padding-left: 90px;
}
@media screen and (max-width: 736px) {
  main.top #strength .box .inner-box .text-box ul li .text h3 {
    padding-left: 0;
    font-size: 20px;
    margin-top: 30px;
  }
}
main.top #strength .box .inner-box .text-box ul li .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-top: 46px;
}
@media screen and (max-width: 736px) {
  main.top #strength .box .inner-box .text-box ul li .text p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 50px;
  }
}
main.top #strength .box .inner-box .text-box ul li .img {
  flex: 1;
}
@media screen and (max-width: 736px) {
  main.top #strength .box .inner-box .text-box ul li .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: auto;
    aspect-ratio: 3/4;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
main.top #strength .box .inner-box .text-box ul li .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) {
  main.top #strength .box .inner-box .text-box ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
main.top #strength .box .inner-box .img-box {
  flex: 1;
}
@media screen and (max-width: 736px) {
  main.top #strength .box .inner-box .img-box {
    display: none;
  }
}
main.top #strength .box .inner-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
main.top #works .box .title-box {
  text-align: center;
}
main.top #works .box .inner-box {
  margin-top: 60px;
}
main.top #works .box .inner-box ul {
  display: flex;
  justify-content: space-between;
}
main.top #works .box .inner-box ul li {
  width: 23%;
}
@media screen and (max-width: 736px) {
  main.top #works .box .inner-box ul li {
    width: 48%;
  }
}
@media screen and (max-width: 736px) {
  main.top #works .box .inner-box ul li:nth-child(n+3) {
    display: none;
  }
}
main.top #works .box .inner-box ul li a {
  display: block;
}
main.top #works .box .inner-box ul li a .img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main.top #works .box .inner-box ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top #works .box .inner-box ul li a .text {
  margin-top: 10px;
}
main.top #works .box .inner-box ul li a .text span.cat {
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #D9D9D9;
  padding: 5px 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 736px) {
  main.top #works .box .inner-box ul li a .text span.cat {
    font-size: 12px;
    padding: 3px 5px;
  }
}
main.top #works .box .inner-box ul li a .text h3 {
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
@media screen and (max-width: 736px) {
  main.top #works .box .inner-box ul li a .text h3 {
    display: block;
    font-size: 16px;
  }
}
main.top #works .box .inner-box ul li a .text span.date {
  display: block;
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main.top #works .box .inner-box ul li a .text span.date {
    font-size: 12px;
  }
}
main.top #works .box .inner-box .btn-arrow {
  text-align: right;
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main.top #works .box .inner-box .btn-arrow {
    margin-top: 30px;
  }
}
main.top #works .box .inner-box .btn-arrow a {
  display: inline-block;
  width: 60px;
  height: auto;
}
@media screen and (max-width: 736px) {
  main.top #works .box .inner-box .btn-arrow a {
    width: 24px;
  }
}
main.top #works .box .inner-box .btn-arrow a img {
  width: 100%;
  height: auto;
}
main.top #news {
  background: rgba(108, 135, 163, 0.13);
  padding: 0;
  min-height: 450px;
}
main.top #news .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main.top #news .box {
    flex-direction: column;
    width: 100%;
  }
}
main.top #news .box .news-head {
  width: 380px;
}
@media screen and (max-width: 736px) {
  main.top #news .box .news-head {
    width: 100%;
    display: flex;
  }
}
main.top #news .box .news-head .title-box {
  text-align: center;
}
main.top #news .box .news-head .title-box h2 {
  background-color: #fff;
  padding: 30px 60px;
}
@media screen and (max-width: 736px) {
  main.top #news .box .news-head .title-box h2 {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 736px) {
  main.top #news .box .news-head .tab-area {
    flex: 1;
  }
}
main.top #news .box .news-head .tab-area ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 6em;
  margin: 30px auto;
}
@media screen and (max-width: 736px) {
  main.top #news .box .news-head .tab-area ul {
    flex-direction: row;
    width: 100%;
    padding-left: 15px;
  }
}
main.top #news .box .news-head .tab-area ul li {
  display: inline-block;
  width: 100%;
  height: auto;
  color: rgba(117, 117, 117, 0.96);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: 2.8px;
  padding: 5px 0;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 736px) {
  main.top #news .box .news-head .tab-area ul li {
    font-size: 12px;
    letter-spacing: 1.2px;
    width: auto;
  }
}
main.top #news .box .news-head .tab-area ul li.active {
  color: #000;
}
main.top #news .box .news-head .tab-area ul li:hover {
  opacity: 0.7;
}
main.top #news .box .inner-box {
  flex: 1;
  padding: 80px 0 80px 60px;
}
@media screen and (max-width: 736px) {
  main.top #news .box .inner-box {
    padding: 20px 15px;
  }
}
main.top #news .box .inner-box ul li {
  width: 100%;
}
main.top #news .box .inner-box ul li a {
  display: block;
  position: relative;
  border-bottom: 1px dotted #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
main.top #news .box .inner-box ul li a span.date {
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
main.top #news .box .inner-box ul li a span.cat {
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 2.4px;
}
main.top #news .box .inner-box ul li a h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: 2.8px;
  margin-top: 5px;
}
main.top #news .box .inner-box ul li a img {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 30px;
  height: auto;
}
main.top #company .title-box {
  text-align: right;
}
@media screen and (max-width: 736px) {
  main.top #company .title-box {
    text-align: center;
  }
}
main.top #company .inner-box {
  margin-top: 20px;
  position: relative;
}
main.top #company .inner-box ul {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main.top #company .inner-box ul li {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main.top #company .inner-box ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top #company .inner-box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  padding: 40px 40px 0 0;
}
@media screen and (max-width: 736px) {
  main.top #company .inner-box .text {
    position: static;
    display: block;
    width: 100%;
    padding: 10px 0 0;
  }
}
main.top #company .inner-box .text img {
  display: inline-block;
  width: 70px;
  height: auto;
  margin: 0;
}
main.top #company .inner-box .text h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: 3.2px;
  margin-top: 16px;
}
@media screen and (max-width: 736px) {
  main.top #company .inner-box .text h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
main.top #company .inner-box .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-top: 16px;
  text-align: left;
  width: 90%;
  margin: 16px auto 0;
}
@media screen and (max-width: 736px) {
  main.top #company .inner-box .text p {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
  }
}
main.top #company .inner-box .text .btn-arrow {
  text-align: right;
  margin-top: 10px;
}
main.top #company .inner-box .text .btn-arrow a {
  display: inline-block;
  width: 40px;
  height: auto;
}
main.top #company .inner-box .text .btn-arrow a img {
  width: 100%;
  height: auto;
}
main.top #company .recruit-banner {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  main.top #company .recruit-banner {
    margin-top: 20px;
  }
}
main.top #company .recruit-banner img {
  width: 100%;
  height: auto;
}

/* under-page */
main.under-page #under-mv {
  position: relative;
  z-index: 2;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv {
    margin-bottom: 0px;
  }
}
main.under-page #under-mv .box {
  width: 100%;
  max-width: none;
  height: 450px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv .box {
    height: 250px;
  }
}
main.under-page #under-mv .box .under-title-box {
  width: 65%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv .box .under-title-box {
    width: 55%;
    padding-left: 15px;
    margin-top: 30px;
  }
}
main.under-page #under-mv .box .under-title-box span {
  text-align: center;
}
main.under-page #under-mv .box .under-title-box span img {
  height: 40px;
  margin: 0 auto 20px;
  width: auto;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv .box .under-title-box span img {
    height: 60px;
  }
}
main.under-page #under-mv .box .under-title-box h1 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 2.8px;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv .box .under-title-box h1 {
    font-size: 14px;
    letter-spacing: 1.4px;
    text-align: left;
  }
}
main.under-page #under-mv .box .under-bg-img {
  flex: 1;
  height: 100%;
  position: relative;
}
main.under-page #under-mv .box .under-bg-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 225px solid #fff;
  border-right: 200px solid transparent;
  z-index: 2;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv .box .under-bg-img::before {
    border-top: 125px solid #fff;
    border-right: 100px solid transparent;
  }
}
main.under-page #under-mv .box .under-bg-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 225px solid #fff;
  border-right: 200px solid transparent;
  z-index: 2;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv .box .under-bg-img::after {
    border-bottom: 125px solid #fff;
    border-right: 100px solid transparent;
  }
}
main.under-page #under-mv .box .under-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.under-page #under-mv .box .under-banner-box {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 3;
}
main.under-page #under-mv .box .under-banner-box a {
  width: 24vw;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv .box .under-banner-box a {
    width: 180px;
  }
}
main.under-page #under-mv .box .under-banner-box a:last-child {
  margin-bottom: 0;
}
main.under-page #under-mv .box .under-banner-box a img {
  width: 100%;
  height: auto;
}
main.under-page .breadcrumbs ol {
  display: flex;
  align-items: center;
  padding: 30px 60px;
}
@media screen and (max-width: 736px) {
  main.under-page .breadcrumbs ol {
    padding: 15px;
  }
}
main.under-page .breadcrumbs ol li {
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  main.under-page .breadcrumbs ol li {
    margin-right: 0px;
  }
}
main.under-page .breadcrumbs ol li span {
  color: rgba(117, 117, 117, 0.96);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 736px) {
  main.under-page .breadcrumbs ol li span {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
main.under-page .breadcrumbs ol li::after {
  content: ">";
  padding-left: 10px;
  color: rgba(117, 117, 117, 0.96);
}
main.under-page .breadcrumbs ol li:last-child::after {
  content: "";
}

main#service article.service-page {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
main#service article.service-page .sidebar {
  width: 410px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .sidebar {
    display: none;
  }
}
main#service article.service-page .sidebar ul.fixed {
  position: fixed;
  top: 90px;
  width: 410px;
  z-index: 100;
}
main#service article.service-page .sidebar ul li {
  margin-bottom: 10px;
}
main#service article.service-page .sidebar ul li a {
  display: block;
  background: rgba(108, 135, 163, 0.13);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 20px;
  transition: all 0.3s;
}
main#service article.service-page .sidebar ul li a img {
  width: 40px;
  height: 40px;
}
main#service article.service-page .sidebar ul li a img:first-of-type {
  display: inline;
}
main#service article.service-page .sidebar ul li a img:last-of-type {
  display: none;
}
main#service article.service-page .sidebar ul li a:hover, main#service article.service-page .sidebar ul li a.active {
  background: rgba(23, 46, 91, 0.77);
  opacity: 1;
}
main#service article.service-page .sidebar ul li a:hover span, main#service article.service-page .sidebar ul li a.active span {
  color: #fff;
}
main#service article.service-page .sidebar ul li a:hover img:first-of-type, main#service article.service-page .sidebar ul li a.active img:first-of-type {
  display: none;
}
main#service article.service-page .sidebar ul li a:hover img:last-of-type, main#service article.service-page .sidebar ul li a.active img:last-of-type {
  display: inline;
}
main#service article.service-page .sidebar ul li a span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1.6px;
}
main#service article.service-page .main {
  flex: 1;
  margin-right: 60px;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main {
    margin: 0 5%;
  }
}
main#service article.service-page .main .service-list {
  padding: 40px 0 80px;
  border-top: 1px solid #000;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list {
    padding: 40px 0 40px;
  }
}
main#service article.service-page .main .service-list .box .title-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .title-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
main#service article.service-page .main .service-list .box .title-box .num {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .title-box .num {
    width: 40px;
    height: 40px;
  }
}
main#service article.service-page .main .service-list .box .title-box .num img {
  width: 100%;
  height: auto;
}
main#service article.service-page .main .service-list .box .title-box h2 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 36px */
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  main#service article.service-page .main .service-list .box .title-box h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .title-box h2 {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
  }
}
main#service article.service-page .main .service-list .box .inner-box {
  margin-top: 20px;
}
main#service article.service-page .main .service-list .box .inner-box p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .inner-box p {
    font-size: 14px;
    line-height: 25px;
  }
}
main#service article.service-page .main .service-list .box .inner-box img {
  margin: 20px 0;
}
main#service article.service-page .main .service-list .box .inner-box .flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .inner-box .flex {
    margin-top: 30px;
  }
}
main#service article.service-page .main .service-list .box .inner-box .flex p {
  flex: 1;
}
main#service article.service-page .main .service-list .box .inner-box .flex img {
  margin: 0;
  width: 400px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  main#service article.service-page .main .service-list .box .inner-box .flex img {
    width: 250px;
  }
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .inner-box .flex img {
    width: 150px;
    height: auto;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
main#service article.service-page .main .service-list .box .inner-box.flex-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .inner-box.flex-box {
    flex-direction: column;
  }
}
main#service article.service-page .main .service-list .box .inner-box.flex-box .text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .inner-box.flex-box .text {
    width: 100%;
  }
}
main#service article.service-page .main .service-list .box .inner-box.flex-box .text img {
  width: 50%;
  height: auto;
  margin: 0 auto 120px;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .inner-box.flex-box .text img {
    display: none;
  }
}
main#service article.service-page .main .service-list .box .inner-box.flex-box .img {
  flex: 1;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .inner-box.flex-box .img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
  }
}
main#service article.service-page .main .service-list .box .inner-box.flex-box .img img {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .inner-box.flex-box .img img {
    width: 48%;
  }
}
main#service article.service-page .main .service-list .box .inner-box.flex-box .img .btn-arrow {
  text-align: right;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .inner-box.flex-box .img .btn-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
main#service article.service-page .main .service-list .box .inner-box.flex-box .img .btn-arrow a {
  display: inline-block;
  width: auto;
  height: auto;
}
main#service article.service-page .main .service-list .box .inner-box.flex-box .img .btn-arrow a img {
  width: 56px;
  height: 56px;
  margin: 0;
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main .service-list .box .inner-box.flex-box .img .btn-arrow a img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main #service03 .inner-box .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 736px) {
  main#service article.service-page .main #service03 .inner-box .flex img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/5;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
main#service #zeb {
  background: rgba(108, 135, 163, 0.13);
}
main#service #zeb .box {
  background-color: #fff;
  padding: 60px;
}
@media screen and (max-width: 736px) {
  main#service #zeb .box {
    padding: 15px;
    text-align: center;
  }
}
main#service #zeb .box h2 {
  width: 20em;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: 3.2px;
  border: 1px solid #264C9A;
  background: #172E5B;
  padding: 15px 60px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
  main#service #zeb .box h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 736px) {
  main#service #zeb .box h2 {
    font-size: 20px;
    padding: 10px 15px;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
  }
}
main#service #zeb .box h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: 4px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  main#service #zeb .box h3 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 736px) {
  main#service #zeb .box h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
main#service #zeb .box p {
  width: 40em;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin: 0 auto 30px;
}
@media screen and (max-width: 736px) {
  main#service #zeb .box p {
    width: auto;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }
}
main#service #zeb .box p span.bold {
  font-weight: 700;
}
main#service #zeb .box img {
  max-width: 800px;
  margin: 0 auto;
}

main#energy #under-mv .box .under-title-box h1 {
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 736px) {
  main#energy #under-mv .box .under-title-box h1 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
main#energy #energy01 .box h2 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: 4px;
}
@media screen and (max-width: 1200px) {
  main#energy #energy01 .box h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 736px) {
  main#energy #energy01 .box h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
main#energy #energy01 .box p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin: 20px 0 10px;
}
@media screen and (max-width: 736px) {
  main#energy #energy01 .box p {
    font-size: 14px;
    line-height: 25px;
  }
}
main#energy #energy01 .box img {
  max-width: 500px;
  margin: 0 auto;
}
main#energy #energy02 {
  background: rgba(108, 135, 163, 0.13);
}
main#energy #energy02 .box h2 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#energy #energy02 .box h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
main#energy #energy02 .box ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#energy #energy02 .box ul {
    flex-direction: column;
  }
}
main#energy #energy02 .box ul li {
  width: 30%;
}
@media screen and (max-width: 736px) {
  main#energy #energy02 .box ul li {
    width: 100%;
  }
}
main#energy #energy02 .box ul li .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
main#energy #energy02 .box ul li .img img {
  width: auto;
  height: 100px;
  margin: 0 auto;
}
main#energy #energy02 .box ul li .img h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 100% */
  margin-bottom: 30px;
}
main#energy #energy02 .box ul li .img h3 span.bg-yellow {
  font-size: 32px;
}
main#energy #energy02 .box ul li .text p {
  margin-top: 20px;
}
main#energy #energy03 .box h2 {
  width: 20em;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: 3.2px;
  border: 1px solid #264C9A;
  background: #172E5B;
  padding: 15px 60px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
  main#energy #energy03 .box h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 736px) {
  main#energy #energy03 .box h2 {
    font-size: 20px;
    letter-spacing: 2px;
    width: auto;
  }
}
main#energy #energy03 .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#energy #energy03 .box ul li {
  width: 48%;
  margin-top: 20px;
  border: 1px solid #000;
  background: rgba(108, 135, 163, 0.07);
  padding: 30px;
}
@media screen and (max-width: 736px) {
  main#energy #energy03 .box ul li {
    padding: 15px 5px;
  }
}
main#energy #energy03 .box ul li h3 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  main#energy #energy03 .box ul li h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 736px) {
  main#energy #energy03 .box ul li h3 {
    font-size: 16px;
  }
}
main#energy #energy03 .box ul li p {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  main#energy #energy03 .box ul li p {
    font-size: 30px;
  }
}
@media screen and (max-width: 736px) {
  main#energy #energy03 .box ul li p {
    font-size: 16px;
  }
}
main#energy #energy03 .box ul li p span.large {
  color: #000;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 144px */
}
@media screen and (max-width: 1200px) {
  main#energy #energy03 .box ul li p span.large {
    font-size: 100px;
  }
}
@media screen and (max-width: 736px) {
  main#energy #energy03 .box ul li p span.large {
    font-size: 48px;
  }
}
main#energy #energy03 .box .movie-box {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
main#energy #energy03 .box .movie-box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main#energy #energy04 {
  background: rgba(108, 135, 163, 0.13);
}
main#energy #energy04 .box h2 {
  width: 20em;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: 3.2px;
  border: 1px solid #264C9A;
  background: #172E5B;
  padding: 15px 60px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
  main#energy #energy04 .box h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 736px) {
  main#energy #energy04 .box h2 {
    font-size: 20px;
    letter-spacing: 2px;
    width: auto;
    padding: 15px 0;
  }
}
main#energy #energy04 .box ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#energy #energy04 .box ul {
    flex-direction: column;
  }
}
main#energy #energy04 .box ul li {
  width: 30%;
}
@media screen and (max-width: 736px) {
  main#energy #energy04 .box ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
main#energy #energy04 .box ul li h3 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  background: #172E5B;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 736px) {
  main#energy #energy04 .box ul li h3 {
    font-size: 20px;
  }
}
main#energy #energy04 .box ul li p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  main#energy #energy04 .box ul li p {
    text-align: center;
  }
}
main#energy #works .box .title-box {
  text-align: center;
}
main#energy #works .box .inner-box {
  margin-top: 60px;
}
main#energy #works .box .inner-box ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#energy #works .box .inner-box ul {
    flex-wrap: wrap;
  }
}
main#energy #works .box .inner-box ul li {
  width: 23%;
}
@media screen and (max-width: 736px) {
  main#energy #works .box .inner-box ul li {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 736px) {
  main#energy #works .box .inner-box ul li:nth-child(n+3) {
    display: none;
  }
}
main#energy #works .box .inner-box ul li a {
  display: block;
}
main#energy #works .box .inner-box ul li a .img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main#energy #works .box .inner-box ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#energy #works .box .inner-box ul li a .text {
  margin-top: 10px;
}
main#energy #works .box .inner-box ul li a .text span.cat {
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #D9D9D9;
  padding: 5px 10px;
}
@media screen and (max-width: 736px) {
  main#energy #works .box .inner-box ul li a .text span.cat {
    font-size: 12px;
    padding: 5px 10px;
  }
}
main#energy #works .box .inner-box ul li a .text h3 {
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#energy #works .box .inner-box ul li a .text h3 {
    font-size: 16px;
    display: block;
  }
}
main#energy #works .box .inner-box ul li a .text span.date {
  display: block;
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#energy #works .box .inner-box ul li a .text span.date {
    font-size: 12px;
  }
}
main#energy #works .box .inner-box .btn-arrow {
  text-align: right;
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main#energy #works .box .inner-box .btn-arrow {
    margin-top: 30px;
  }
}
main#energy #works .box .inner-box .btn-arrow a {
  display: inline-block;
  width: 60px;
  height: auto;
}
@media screen and (max-width: 736px) {
  main#energy #works .box .inner-box .btn-arrow a {
    width: 30px;
  }
}
main#energy #works .box .inner-box .btn-arrow a img {
  width: 100%;
  height: auto;
}

main#company #philosophy .box .title-box {
  text-align: center;
}
main#company #philosophy .box .inner-box {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main#company #philosophy .box .inner-box {
    flex-direction: column;
  }
}
main#company #philosophy .box .text01, main#company #philosophy .box .text02 {
  width: 40%;
}
@media screen and (max-width: 736px) {
  main#company #philosophy .box .text01, main#company #philosophy .box .text02 {
    width: 100%;
  }
}
main#company #philosophy .box .text01 h3, main#company #philosophy .box .text02 h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  background: rgba(108, 135, 163, 0.13);
  padding: 10px 30px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#company #philosophy .box .text01 h3, main#company #philosophy .box .text02 h3 {
    font-size: 16px;
    padding: 10px 15px;
  }
}
main#company #philosophy .box .text01 p, main#company #philosophy .box .text02 p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  main#company #philosophy .box .text01 p, main#company #philosophy .box .text02 p {
    font-size: 14px;
    line-height: 25px;
  }
}
main#company #philosophy .box .text01 p span, main#company #philosophy .box .text02 p span {
  font-weight: 700;
}
main#company #profile .box .title-box {
  text-align: center;
}
main#company #profile .box .inner-box {
  margin-top: 20px;
}
main#company #profile .box .inner-box table {
  width: 100%;
  border-collapse: collapse;
}
main#company #profile .box .inner-box table tr th {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 0px 30px;
  background: rgba(108, 135, 163, 0.13);
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 300% */
  text-align: left;
}
@media screen and (max-width: 736px) {
  main#company #profile .box .inner-box table tr th {
    font-size: 14px;
    line-height: 20px;
    background: transparent;
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
}
main#company #profile .box .inner-box table tr td {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 0px 30px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 736px) {
  main#company #profile .box .inner-box table tr td {
    font-size: 14px;
    line-height: 20px;
    background: transparent;
    border: none;
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 0px 15px 10px;
  }
}
main#company #history {
  background: rgba(108, 135, 163, 0.13);
  padding-top: 0;
  margin-top: 120px;
}
main#company #history .box .title-box {
  text-align: center;
  position: relative;
  z-index: 1;
  top: -80px;
}
main#company #history .box .title-box h2 {
  background-color: #fff;
  padding: 30px 60px;
}
main#company #history .box .inner-box {
  margin-top: 20px;
  position: relative;
}
main#company #history .box .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #172E5B;
  transform: translateX(-50%);
}
@media screen and (max-width: 736px) {
  main#company #history .box .inner-box::before {
    left: 0px;
  }
}
main#company #history .box .inner-box ul li {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 736px) {
  main#company #history .box .inner-box ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
main#company #history .box .inner-box ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #172E5B;
  border-radius: 50%;
  z-index: 1;
}
main#company #history .box .inner-box ul li:nth-child(even) {
  left: calc(50% + 1px);
  text-align: left;
}
@media screen and (max-width: 736px) {
  main#company #history .box .inner-box ul li:nth-child(even) {
    left: 1px;
  }
}
main#company #history .box .inner-box ul li:nth-child(even)::before {
  left: -10px;
}
main#company #history .box .inner-box ul li:nth-child(odd) {
  left: -1px;
}
@media screen and (max-width: 736px) {
  main#company #history .box .inner-box ul li:nth-child(odd) {
    left: 1px;
  }
}
main#company #history .box .inner-box ul li:nth-child(odd)::before {
  right: -10px;
}
@media screen and (max-width: 736px) {
  main#company #history .box .inner-box ul li:nth-child(odd)::before {
    left: -10px;
  }
}
main#company #history .box .inner-box ul li .item {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 736px) {
  main#company #history .box .inner-box ul li .item {
    align-items: flex-start;
  }
}
main#company #history .box .inner-box ul li .item h3 {
  color: #172E5B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: 2px;
  text-align: center;
  width: 7em;
}
@media screen and (max-width: 736px) {
  main#company #history .box .inner-box ul li .item h3 {
    font-size: 12px;
    width: 7em;
  }
}
main#company #history .box .inner-box ul li .item h3 span.num {
  color: #172E5B;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  letter-spacing: 3px;
}
@media screen and (max-width: 736px) {
  main#company #history .box .inner-box ul li .item h3 span.num {
    font-size: 20px;
  }
}
main#company #history .box .inner-box ul li .item h3 small {
  display: block;
  width: 100%;
  color: #172E5B;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 736px) {
  main#company #history .box .inner-box ul li .item h3 small {
    font-size: 12px;
  }
}
main#company #history .box .inner-box ul li .item p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
}
@media screen and (max-width: 736px) {
  main#company #history .box .inner-box ul li .item p {
    flex: 1;
    font-size: 14px;
    line-height: 25px;
  }
}
main#company #awards .box .title-box {
  text-align: center;
}
main#company #awards .box .title-box h2 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#company #awards .box .title-box h2 {
    font-size: 24px;
  }
}
main#company #awards .box .inner-box {
  margin-top: 20px;
}
main#company #awards .box .inner-box ul li .item {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
main#company #awards .box .inner-box ul li .item h3 {
  color: #172E5B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: 2px;
  text-align: center;
  width: 7em;
}
@media screen and (max-width: 736px) {
  main#company #awards .box .inner-box ul li .item h3 {
    font-size: 12px;
    width: 7em;
  }
}
main#company #awards .box .inner-box ul li .item h3 span.num {
  color: #172E5B;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  letter-spacing: 3px;
}
@media screen and (max-width: 736px) {
  main#company #awards .box .inner-box ul li .item h3 span.num {
    font-size: 20px;
  }
}
main#company #awards .box .inner-box ul li .item h3 small {
  display: block;
  width: 100%;
  color: #172E5B;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 736px) {
  main#company #awards .box .inner-box ul li .item h3 small {
    font-size: 12px;
  }
}
@media screen and (max-width: 736px) {
  main#company #awards .box .inner-box ul li .item p {
    font-size: 13px;
  }
}
main#company #awards .box .inner-box ul li .item p a {
  color: #0000ff;
  text-decoration: underline;
}
main#company #project {
  background: rgba(108, 135, 163, 0.13);
}
main#company #project .box .title-box {
  text-align: center;
}
main#company #project .box .title-box h2 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#company #project .box .title-box h2 {
    font-size: 24px;
  }
}
main#company #project .box .inner-box {
  margin-top: 20px;
  text-align: center;
}
main#company #project .box .inner-box p {
  color: #000;
  text-align: left;
  width: 38em;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  main#company #project .box .inner-box p {
    width: 100%;
    font-size: 14px;
  }
}

main#archive-works #works .box .title-box {
  text-align: center;
}
main#archive-works #works .box .inner-box {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main#archive-works #works .box .inner-box {
    margin-top: 0px;
  }
}
main#archive-works #works .box .inner-box ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  main#archive-works #works .box .inner-box ul {
    flex-wrap: wrap;
  }
}
main#archive-works #works .box .inner-box ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#archive-works #works .box .inner-box ul li {
    width: 48%;
    margin-bottom: 30px;
  }
}
main#archive-works #works .box .inner-box ul li:nth-child(4n) {
  margin-right: 0;
}
main#archive-works #works .box .inner-box ul li a {
  display: block;
}
main#archive-works #works .box .inner-box ul li a .img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main#archive-works #works .box .inner-box ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#archive-works #works .box .inner-box ul li a .text {
  margin-top: 10px;
}
main#archive-works #works .box .inner-box ul li a .text span.cat {
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #D9D9D9;
  padding: 5px 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 736px) {
  main#archive-works #works .box .inner-box ul li a .text span.cat {
    font-size: 12px;
    padding: 5px 10px;
  }
}
main#archive-works #works .box .inner-box ul li a .text h3 {
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
@media screen and (max-width: 736px) {
  main#archive-works #works .box .inner-box ul li a .text h3 {
    font-size: 16px;
    display: block;
  }
}
main#archive-works #works .box .inner-box ul li a .text span.date {
  display: block;
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#archive-works #works .box .inner-box ul li a .text span.date {
    font-size: 12px;
  }
}
main#archive-works #works .box .inner-box .btn-arrow {
  text-align: right;
  margin-top: 60px;
}
main#archive-works #works .box .inner-box .btn-arrow a {
  display: inline-block;
  width: 60px;
  height: auto;
}
main#archive-works #works .box .inner-box .btn-arrow a img {
  width: 100%;
  height: auto;
}

main#archive-news #news .box .title-box {
  text-align: center;
}
main#archive-news #news .box .inner-box {
  margin-top: 60px;
}
main#archive-news #news .box .inner-box ul li {
  width: 100%;
}
main#archive-news #news .box .inner-box ul li a {
  display: block;
  border-top: 1px dotted #000;
  padding: 30px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 736px) {
  main#archive-news #news .box .inner-box ul li a {
    padding: 15px 0;
  }
}
main#archive-news #news .box .inner-box ul li a .img {
  max-width: 300px;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 736px) {
  main#archive-news #news .box .inner-box ul li a .img {
    width: 50%;
  }
}
main#archive-news #news .box .inner-box ul li a .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
main#archive-news #news .box .inner-box ul li a .text {
  flex: 1;
}
main#archive-news #news .box .inner-box ul li a .text span.date {
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#archive-news #news .box .inner-box ul li a .text span.date {
    font-size: 12px;
  }
}
main#archive-news #news .box .inner-box ul li a .text span.cat {
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#archive-news #news .box .inner-box ul li a .text span.cat {
    font-size: 12px;
  }
}
main#archive-news #news .box .inner-box ul li a .text h3 {
  display: block;
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 2.4px;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  main#archive-news #news .box .inner-box ul li a .text h3 {
    font-size: 14px;
    margin-top: 10px;
  }
}
main#archive-news #news .box .inner-box .btn-arrow {
  text-align: right;
  margin-top: 60px;
}
main#archive-news #news .box .inner-box .btn-arrow a {
  display: inline-block;
  width: 60px;
  height: auto;
}
main#archive-news #news .box .inner-box .btn-arrow a img {
  width: 100%;
  height: auto;
}

main.single-page #single-box .box {
  max-width: 1000px;
}
main.single-page #single-box .box h2.single-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main.single-page #single-box .box .single-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  gap: 20px;
}
main.single-page #single-box .box .single-meta span.cat {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #D9D9D9;
}
main.single-page #single-box .box .single-meta span.date {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main.single-page #single-box .box .single-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 30px;
}
main.single-page #single-box .box .single-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.single-page #single-box .box .single-content {
  margin-top: 60px;
}
main.single-page #single-box .box .single-content p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
main.single-page #single-box .box .single-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
main.single-page #single-box .box .single-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
}
main.single-page #single-box .box .single-nav a img {
  width: 40px;
  height: auto;
}
main.single-page #single-box .box .single-nav a.prev img {
  transform: scale(-1, 1);
}

main#contactform #form .box {
  max-width: 800px;
}
main#contactform #form .box h2 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #000;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#contactform #form .box h2 {
    font-size: 12px;
  }
}
main#contactform #form .box form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
}
main#contactform #form .box form table {
  width: 100%;
}
main#contactform #form .box form table th {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
}
main#contactform #form .box form table th p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#contactform #form .box form table th p {
    font-size: 16px;
  }
}
main#contactform #form .box form table th span.req,
main#contactform #form .box form table th span.optional {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #264C9A;
  padding: 0px 5px;
}
@media screen and (max-width: 736px) {
  main#contactform #form .box form table th span.req,
  main#contactform #form .box form table th span.optional {
    font-size: 12px;
  }
}
main#contactform #form .box form table th span.optional {
  background-color: #D9D9D9;
  color: #000;
}
main#contactform #form .box form table td {
  display: block;
  width: 100%;
}
main#contactform #form .box form table td p {
  margin-top: 0;
}
main#contactform #form .box form table td input,
main#contactform #form .box form table td textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#contactform #form .box form table td input,
  main#contactform #form .box form table td textarea {
    font-size: 14px;
  }
}
main#contactform #form .box form table td input:focus,
main#contactform #form .box form table td textarea:focus {
  outline: none;
  border: 1px solid #000;
}
main#contactform #form .box form table td .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 30px 0 60px;
}
@media screen and (max-width: 736px) {
  main#contactform #form .box form table td .wpcf7-radio {
    margin: 20px 0 10px;
  }
}
main#contactform #form .box form table td .wpcf7-radio .wpcf7-list-item {
  width: 49%;
  margin: 0;
}
@media screen and (max-width: 736px) {
  main#contactform #form .box form table td .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
main#contactform #form .box form table td .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
main#contactform #form .box form table td .wpcf7-radio .wpcf7-list-item label input {
  width: auto;
}
main#contactform #form .box form table td .wpcf7-radio .wpcf7-list-item label span {
  color: #000;
}
@media screen and (max-width: 736px) {
  main#contactform #form .box form table td .wpcf7-radio .wpcf7-list-item label span {
    font-size: 14px;
  }
}
main#contactform #form .box form p {
  text-align: center;
  margin-top: 30px;
}
main#contactform #form .box form p .wpcf7-list-item {
  margin: 0;
}
main#contactform #form .box form .btn-box {
  margin-top: 30px;
}
main#contactform #form .box form .btn-box p {
  text-align: center;
  margin-top: 0;
}
main#contactform #form .box form .btn-box p .wpcf7-submit {
  display: inline-block;
  width: 500px;
  margin: 0 auto;
  height: auto;
  background-color: #172E5B;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 736px) {
  main#contactform #form .box form .btn-box p .wpcf7-submit {
    font-size: 16px;
  }
}

main#privacy #privacy-box .box .title-box {
  text-align: center;
}
main#privacy #privacy-box .box .title-box h2 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}
main#privacy #privacy-box .box .inner-box {
  margin: 20px auto;
  max-width: 800px;
}
main#privacy #privacy-box .box .inner-box h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 30px;
}
main#privacy #privacy-box .box .inner-box p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
main#privacy #privacy-box .box .inner-box ul {
  list-style-type: disc;
}
main#privacy #privacy-box .box .inner-box ul li {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-left: 2em;
}
main#privacy #privacy-box .box .inner-box address {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}
main#privacy #privacy-box .box .inner-box address a {
  color: #000;
  font-size: 14px;
}/*# sourceMappingURL=layout.css.map */