@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.common-width {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

#wrap {
  overflow: hidden;
}

.common-ma {
  padding: 80px 0 0 0;
}

.page-header {
  position: relative;
}
.page-header h2 {
  font-size: 3.2rem;
  font-weight: 600;
}
.page-header p {
  font-size: 8.5rem;
  letter-spacing: 0.001rem;
  font-family: "Montserrat";
  color: #E9F1F8;
  font-weight: 700;
  position: absolute;
  left: -4px;
  bottom: 0;
  line-height: 1;
  z-index: -1;
}

.pagetop {
  position: fixed;
  bottom: 24px;
  right: 3%;
  width: 45px;
  height: 45px;
  z-index: 999;
}
.pagetop img {
  width: 100%;
}

.btn {
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
  color: #245EB9 !important;
  border: 1px solid #245EB9 !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 220px;
  max-width: 220px;
  padding: 12px 16px;
}
.btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 0px)) rotate(30deg);
  width: 8px;
  height: 1px;
  background-color: #245EB9;
  transition: 0.3s;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 36px;
  height: 1px;
  background-color: #245EB9;
  transition: 0.3s;
}

.post {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transition: all 1.3s;
  transform: translate(0, 45px);
}

.anchor {
  display: block;
  padding-top: 140px;
  margin-top: -140px !important;
}

#global-navi {
  display: none;
}

.logo {
  width: 200px;
  display: block;
  margin: 8px 0 0 24px;
  position: relative;
  z-index: 1;
}
.logo img {
  width: 100%;
}

#sp-global-header {
  display: none;
}

.key-wrap #key-visual {
  height: 92vh;
  height: calc(var(--vh, 1vh) * 92);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px 0 32px 0;
}
.key-wrap #key-visual .key-txt {
  width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.key-wrap #key-visual .key-txt p {
  font-size: 2.1rem;
  text-align: center;
  padding: 4px 0;
  text-align: center;
  background: #E6E8EC;
  margin: 12px 0;
}
.key-wrap #key-visual .key-txt h1 {
  font-size: 2.1rem;
  line-height: 1.3;
  position: relative;
  padding-left: 60px;
}
.key-wrap #key-visual .key-txt h1::before {
  content: "";
  background: url(../images/key-txt.svg) no-repeat;
  background-size: contain;
  width: 55px;
  height: 65px;
  position: absolute;
  left: 0;
}
.key-wrap #key-visual .sec_inner .slide {
  margin: 0 12px;
}
.key-wrap #key-visual .sec_inner .slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

#subkey-visual {
  width: 100%;
  display: grid;
  grid-template-rows: 340px auto;
  background: #fff;
  position: relative;
  margin-top: -60px;
}
#subkey-visual .key-top {
  width: 90%;
  margin: 24px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#subkey-visual .key-top h1 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
}
#subkey-visual .key-top h1 span {
  font-size: 9rem;
  font-family: "Montserrat";
  font-weight: 700;
  color: #245EB9;
  line-height: 1.1;
  letter-spacing: 0.001rem;
}
#subkey-visual .img-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50% 50%;
  height: 420px;
}
#subkey-visual .img-list img {
  -o-object-fit: cover;
     object-fit: cover;
}
#subkey-visual .pankuzu {
  position: absolute;
  top: 306px;
  right: 2vw;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 2;
}
#subkey-visual .pankuzu li {
  margin-right: 48px;
  position: relative;
}
#subkey-visual .pankuzu li:last-child {
  margin-right: 0;
}
#subkey-visual .pankuzu li:last-child::after {
  display: none;
}
#subkey-visual .pankuzu li::after {
  content: ">";
  font-size: 1.5rem;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: -28px;
}
#subkey-visual .pankuzu li a {
  font-size: 1.7rem;
  color: #0E224B;
  transition: all ease 0.5s;
  font-weight: 500;
}
#subkey-visual .pankuzu li a:hover {
  opacity: 0.5;
}

/*bound text animetions*/
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0px);
  }
}
.anime-up.displayed span {
  animation: showText 1s backwards;
  display: inline-block;
}

.anime-up.displayed > span {
  overflow: hidden;
}

.anime-up.displayed > span > span {
  animation: showTextFromBottom 0.5s backwards;
}

#top-contents .products .products-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top-contents .products .products-top .btn {
  margin: 0 0 0 auto;
}
#top-contents .products .products-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4%;
  margin-top: 32px;
}
#top-contents .products .products-list li figure {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 36px 0;
  display: grid;
  place-items: center;
}
#top-contents .products .products-list li figure img {
  width: 120px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-contents .products .products-list li h3 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 6px;
}
#top-contents .recruit {
  background: url(../images/recruit-bg.webp) no-repeat;
  background-size: cover;
  margin-top: 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2vw 0;
}
#top-contents .recruit .slider-container {
  overflow: hidden;
  display: flex;
  align-items: center;
}
#top-contents .recruit .slider-container .slider-wrapper {
  display: grid; /* slideのmargin-bottom値を全て内包させる為 */
  animation: vertical-animation 30s linear infinite;
  display: flex;
  align-items: center;
}
#top-contents .recruit .slider-container .slider-wrapper .slide {
  margin: 0 16px;
}
#top-contents .recruit .slider-container .slider-wrapper .slide img {
  width: 340px;
  height: 200px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-contents .recruit .slider-container2 {
  overflow: hidden;
  display: flex;
  align-items: center;
}
#top-contents .recruit .slider-container2 .slider-wrapper {
  display: grid; /* slideのmargin-bottom値を全て内包させる為 */
  animation: vertical-animation2 30s linear infinite;
  animation-direction: reverse;
  display: flex;
  align-items: center;
}
#top-contents .recruit .slider-container2 .slider-wrapper .slide {
  margin: 0 16px;
}
#top-contents .recruit .slider-container2 .slider-wrapper .slide img {
  width: 340px;
  height: 200px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-contents .recruit .recruit-contents {
  width: 90%;
  margin: 60px auto;
}
#top-contents .recruit .recruit-contents .page-title h2 {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
#top-contents .recruit .recruit-contents .page-title h2 span {
  font-size: 6rem;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.001rem;
}
#top-contents .recruit .recruit-contents .recruit-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
#top-contents .recruit .recruit-contents .recruit-title h3 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 600;
}
#top-contents .recruit .recruit-contents .recruit-title img {
  width: 67px;
  margin: 0 12px;
}
#top-contents .recruit .recruit-contents p {
  font-size: 1.7rem;
  margin: 16px auto 24px auto;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
}
#top-contents .recruit .recruit-contents .btn {
  border: 1px solid #fff !important;
  color: #fff !important;
}
#top-contents .recruit .recruit-contents .btn::before, #top-contents .recruit .recruit-contents .btn::after {
  background: #fff;
}
@keyframes vertical-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes vertical-animation2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#company-contents .greetinng {
  margin-top: 60px;
}
#company-contents .greetinng .page-header h2 {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  text-align: center;
}
#company-contents .greetinng .page-header p {
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
}
#company-contents .greetinng .greeting-txt {
  width: 90%;
  margin: 32px auto;
  font-family: "Yuji Syuku", serif;
  font-size: 1.8rem;
  line-height: 2;
}
#company-contents .greetinng .name {
  font-size: 2rem;
  text-align: center;
  font-family: "Yuji Syuku", serif;
}
#company-contents .history .history-topimg {
  width: 100%;
  height: 260px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#company-contents .history .history-wrap {
  background: url(../images/company/history-bg.webp) no-repeat center;
  background-size: cover;
  padding: 120px 0;
}
#company-contents .history .history-wrap .page-header h2 {
  color: #fff;
  text-align: center;
}
#company-contents .history .history-wrap .page-header p {
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
  color: rgba(255, 255, 255, 0.34);
  z-index: 0;
}
#company-contents .history .history-wrap .history-contents {
  background: #fff;
  padding: 40px;
  border-radius: 28px;
  margin-top: 24px;
}
#company-contents .history .history-wrap .history-contents dl .history-item {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #D4D4D4;
}
#company-contents .history .history-wrap .history-contents dl .history-item:last-child {
  border-bottom: none;
}
#company-contents .history .history-wrap .history-contents dl .history-item dt, #company-contents .history .history-wrap .history-contents dl .history-item dd {
  font-size: 1.6rem;
}
#company-contents .history .history-wrap .history-contents dl .history-item dt {
  width: 150px;
}
#company-contents .history .history-wrap .history-contents dl .history-item dd {
  width: calc(100% - 150px);
}
#company-contents .history .history-wrap .history-contents .history-imglist {
  margin-top: 32px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
#company-contents .history .history-wrap .history-contents .history-imglist li h3 {
  background: #0E224B;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 8px 0;
}
#company-contents .history .history-wrap .history-contents .history-imglist li figure {
  width: 100%;
}

#products-contents .products {
  padding-bottom: 100px;
}
#products-contents .products .products-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
#products-contents .products .products-list .products-cat h2 {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #0E224B;
}
#products-contents .products .products-list .products-cat .cat-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}
#products-contents .products .products-list .products-cat .cat-list .cat-item figure {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 36px 0;
  display: grid;
  place-items: center;
}
#products-contents .products .products-list .products-cat .cat-list .cat-item figure img {
  width: 120px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

#equipment-contents .equipment {
  padding-bottom: 100px;
}
#equipment-contents .equipment .equipment-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 24px;
}
#equipment-contents .equipment .equipment-list .equipment-item a {
  display: block;
}
#equipment-contents .equipment .equipment-list .equipment-item a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 28vw;
  max-height: 320px;
}
#equipment-contents .equipment .equipment-list .equipment-item h2 {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 6px;
}

#contact-contents {
  background: #fff;
}
#contact-contents .contact-area {
  background: url(../images/contact/contact-bg.webp) no-repeat center;
  background-size: cover;
  padding: 24px 0 40px 0;
}
#contact-contents .contact-area h2 {
  font-size: 5.8rem;
  font-family: "Montserrat";
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.001rem;
}
#contact-contents .contact-area .contact-txt {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
#contact-contents .contact-area .contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
#contact-contents .contact-area .contact-list li {
  margin-right: 12px;
}
#contact-contents .contact-area .contact-list li:nth-child(1) a {
  padding: 10px 0;
}
#contact-contents .contact-area .contact-list li:nth-child(1) a::before {
  background: url(../images/contact/mail.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
}
#contact-contents .contact-area .contact-list li:nth-child(2) a {
  padding: 4px 0;
  font-size: 2rem;
  pointer-events: none;
}
#contact-contents .contact-area .contact-list li:nth-child(2) a::before {
  background: url(../images/tel.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-top: 3px;
}
#contact-contents .contact-area .contact-list li:last-child {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 200px;
  margin-right: 0;
  font-size: 2rem;
  padding: 4px 0;
  text-decoration: none;
  pointer-events: none;
}
#contact-contents .contact-area .contact-list li:last-child::before {
  content: "";
  display: block;
  margin-right: 3px;
  background: url(../images/contact/fax.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 18px;
}
#contact-contents .contact-area .contact-list li a, #contact-contents .contact-area .contact-list li p {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 200px;
}
#contact-contents .contact-area .contact-list li a::before, #contact-contents .contact-area .contact-list li p::before {
  content: "";
  display: block;
  margin-right: 3px;
}
#contact-contents .info {
  margin-top: 120px;
}
#contact-contents .info .page-header h2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
#contact-contents .info .page-header p {
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
#contact-contents .info .info-contents dl {
  margin-top: 32px;
}
#contact-contents .info .info-contents dl .info-item {
  display: flex;
  border-top: 1px solid #D4D4D4;
  padding: 16px;
}
#contact-contents .info .info-contents dl .info-item:last-child {
  border-bottom: 1px solid #D4D4D4;
}
#contact-contents .info .info-contents dl .info-item dt, #contact-contents .info .info-contents dl .info-item dd {
  font-size: 1.6rem;
}
#contact-contents .info .info-contents dl .info-item dt {
  width: 180px;
  font-weight: 600;
}
#contact-contents .info .info-contents dl .info-item dd {
  width: calc(100% - 180px);
}
#contact-contents .info .info-contents .map-wrap {
  margin-top: 32px;
  display: grid;
  grid-template-columns: auto 150px;
  gap: 24px;
}
#contact-contents .info .info-contents .map-wrap iframe {
  height: 320px;
  width: 100%;
}
#contact-contents .info .info-contents .map-wrap figure {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
#recrui-contents {
  background: #fff;
}
#recrui-contents .info .tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 24px;
  margin-top: 24px;
}
#recrui-contents .info .tab label {
  order: -1;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 1em;
  border-radius: 50px;
  background-color: #EFF3FA;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Sans JP";
}
#recrui-contents .info .tab label br {
  display: none;
}
#recrui-contents .info .tab label:has(:checked) {
  background-color: #245EB9;
  color: #fff;
}
#recrui-contents .info .tab label:has(:checked) + div {
  display: block;
}
#recrui-contents .info .tab label input {
  display: none;
}
#recrui-contents .info .tab .tab-contents {
  display: none;
  width: 100%;
  margin-top: 40px;
}
#recrui-contents .info .tab .tab-contents h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 16px auto;
}
#recrui-contents .info .tab .tab-contents table {
  width: 100%;
  border: 1px solid #CFCFCF;
}
#recrui-contents .info .tab .tab-contents table tr th, #recrui-contents .info .tab .tab-contents table tr td {
  font-size: 1.6rem;
  padding: 16px 0;
  border: 1px solid #CFCFCF;
}
#recrui-contents .info .tab .tab-contents table tr th {
  text-align: center;
  background: #EFF3FA;
  font-weight: 400;
  width: 180px;
}
#recrui-contents .info .tab .tab-contents table tr td {
  width: calc(100% - 180px);
  padding-left: 16px;
  background: #fff;
}
#recrui-contents .info .tab .tab-contents table tr td a {
  text-decoration: underline;
  color: #131313;
  pointer-events: none;
}

.cta-wrap {
  background: #fff;
  padding: 80px 0;
}
.cta-wrap .contact-bnr {
  height: 220px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.cta-wrap .contact-bnr .contact-bg {
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-wrap .contact-bnr p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4vw;
  margin: auto;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.1;
  cursor: pointer;
  pointer-events: visible;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.cta-wrap .contact-bnr p span {
  font-size: 6.2rem;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.001rem;
}
.cta-wrap .contact-bnr .icon-list {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3vw;
  margin: auto;
  display: grid;
  gap: 16px 24px;
  grid-template-columns: 1fr 1fr 1fr;
  height: -moz-fit-content;
  height: fit-content;
}
.cta-wrap .contact-bnr .icon-list li {
  width: 80px;
  height: -moz-fit-content;
  height: fit-content;
}
.cta-wrap .contact-bnr .icon-list li img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

#global-footer {
  position: relative;
  background: #F9F9F9;
  padding: 60px 0 16px 0;
}
#global-footer #pagetop {
  position: fixed;
  bottom: -80px;
  right: 2%;
  width: 52px;
  height: 52px;
  z-index: 999;
  transition: all ease 0.5s;
}
#global-footer #pagetop img {
  width: 100%;
}
#global-footer #pagetop:hover {
  opacity: 0.5;
}
#global-footer #pagetop.is-show {
  bottom: 24px;
}
#global-footer .footer-logo {
  width: 260px;
  margin: 0 auto;
}
#global-footer .footer-logo img {
  width: 100%;
}
#global-footer .footer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
#global-footer .footer-info .info-item:first-child {
  margin-right: 56px;
}
#global-footer .footer-info .info-item p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}
#global-footer .footer-info .info-item p .sp {
  display: none;
}
#global-footer .footer-info .info-item p a {
  pointer-events: none;
  color: #0E224B;
}
#global-footer .footer-menu {
  width: 100%;
  margin-bottom: 80px;
  border-top: 1px solid #CCCCCC;
  padding-top: 40px;
}
#global-footer .footer-menu .footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#global-footer .footer-menu .footer-list li a {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 8px 18px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #0E224B;
}
#global-footer p.copy_small {
  font-size: 1.2rem;
  text-align: center;
  color: #A8A8A8;
}/*# sourceMappingURL=tb_style.css.map */