@charset "UTF-8";
:root {
  --main-color: #0e1036;
  --second-color: #e5e5e5;
  --font-eng: "poppins", sans-serif;
  --fontsize-x1: clamp(1.6rem, 1.52rem + 0.4vw, 2rem);
  --fontsize-lg: clamp(1.4rem, 1.32rem + 0.4vw, 1.8rem);
  --fontsize-md: clamp(1rem, 0.88rem + 0.6vw, 1.6rem);
  --fontsize-sm: clamp(1rem, 0.855rem + 0.73vw, 1.4rem);
  --color-yellow: #a79600;
  --color-gray: #9a9a9a;
  --color-blue: #0a298a;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', "Arial", "Meiryo", "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem; /* 16px*/
  /*禁則処理*/
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
main{
  overflow-x: hidden;
}
section {
  width: min(100%, 1200px);
  margin: auto;
}
a:hover {
  opacity: 0.7;
}
/*共通*/
.spOnly {
  display: none;
}
.pcOnly {
  display: block;
}
/*header*/
.header {
  position: relative;
  background: linear-gradient(90deg, var(--second-color) 0%, var(--second-color) 17%, var(--main-color) 17%, var(--main-color) 100%);
  height: 103vh;
  min-height: 960px;
  overflow: hidden;
}
.headerTop {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.companySummary {
  width: min(15vw, 220px);
  position: absolute;
  top: 0;
  left: 2%;
  background: var(--main-color);
  z-index: 3;
}
.companySummary__contents {
  font-size: var(--fontsize-sm);
  background: white;
  text-align: center;
  line-height: 2;
  padding: 4.2rem 1.5rem;
}
.companySummary__contents hr {
  height: 3px;
  background-color: black;
  margin: 1rem 0;
}
.headerLogo {
  width: min(100%, 176px);
  margin: auto;
  padding: 2.3rem 0;
}
.pcHeaderNavi {
  background: var(--main-color);
  color: white;
  font-size: var(--fontsize-lg);
  display: flex;
  align-items: center;
  width: min(85%, 1580px);
}
.pcHeaderNavi__businessContent {
  margin-right: auto;
  margin-left: 3rem;
}
.pcHeaderNaviList {
  width: min(100%, 800px);
  margin: 0;
  display: flex;
}
.pcHeaderNaviList__data {
  position: relative;
  flex: 0 1 calc(100%/5);
  text-align: center;
  padding: 3rem 1rem;
  transition: .8s;
}
.pcHeaderNaviList__data:not(:last-of-type, :nth-last-of-type(2))::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 2px; /*線の幅指定*/
  height: 30%; /*線の高さ指定*/
}
.pcHeaderNaviList__data.-bg-yellow {
  background: var(--color-yellow);
}
.pcHeaderNaviList__data:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #004294;
  transition: .8s;
}
.pcHeaderNaviList__data:hover .pcHeaderNaviList2 {
  top: 63px;
  visibility: visible;
  opacity: 1;
}
.mainImage {
  width: min(95%, 1760px);
  margin: auto;
  background-image: url("../images/top/mainvisual.jpg");
  min-height: 820px;
  position: relative;
}
.mainCatchCopy {
  position: absolute;
  bottom: 5rem;
  left: 3%;
  width: min(45vw, 800px);
  color: white;
}
.mainCatchCopy__tittle {
  font-size: clamp(2.8rem, 2.56rem + 1.2vw, 4rem);
  font-family: var(--font-eng);
  font-style: italic;
  border-bottom: 1px solid white;
  display: inline-block;
}
.mainCatchCopy__text {
  font-size: var(--fontsize-lg);
  font-weight: 100;
  font-feature-settings: "palt"1;
  line-height: 2.1;
  margin-top: 2rem;
}
/*ヘッダースライドカスタマイズ*/
.headerSlide {
  width: min(45%, 840px);
  position: absolute;
  right: -1%;
  bottom: -68px;
  z-index: 1;
}
.slick-prev, .slick-next {
  top: 45%;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  background: white;
  color: black;
  z-index: 2;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: white;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f053";
  font-size: 3.5rem;
  color: black;
  opacity: 1;
}
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f054";
  font-size: 3.5rem;
  color: black;
  opacity: 1;
}
.headerSlide__text {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3e3e3e;
  color: white;
  width: min(85%, 480px);
  text-align: center;
  padding: 2rem;
  z-index: 1;
  font-size: var(--fontsize-x1);
}
/*scrollテキスト*/
.introText {
  position: absolute;
  left: .8%;
  bottom: 0;
  width: 50px;
  height: 500px;
}
.introText a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 10px 110px;
  color: black;
  font-size: 2rem;
  font-family: var(--font-eng);
  writing-mode: vertical-lr;
  transition: 0.2s;
  pointer-events: none;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 1);
}
.introText a::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: 50%;
  width: 1px;
  height: 260px;
  background: black;
  box-shadow: 2px 2px 5px rgba(255, 255, 255, 1);
}
#type01 a::after {
  animation: sdl01 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    opacity: 1;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1%, 70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*mainContents*/
.mainContents {
  padding: 6rem 0;
}
.mainContents.-widthMax {
  width: 100%;
}
.mainContents.-bgDeco {
  background-image: url("../images/top/bg.png");
  background-position: right 350px bottom -195px;
  background-repeat: no-repeat;
}
.mainContents.-bgBlue {
  background: var(--main-color);
  color: white;
}
.mainContents.-bgGray {
  background: var(--second-color);
}
/*about us*/
.contentsWrapper {
  display: flex;
  width: min(95%, 1790px);
  margin: auto;
  justify-content: space-between;
  gap: 3rem;
}
.contentsWrapper img {
  width: min(50%, 850px);
  height: fit-content;
  margin-left: 1.5rem;
}
.detailArea {
  width: min(100%, 850px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sectionTittle {
  text-align: center;
  font-family: var(--font-eng);
  font-style: italic;
  font-weight: inherit;
  font-size: clamp(1.8rem, 1.52rem + 1.4vw, 3.2rem);
}
.sectionSubTittle {
  font-size: var(--fontsize-lg);
  font-family: inherit;
  text-align: center;
  margin-top: 2.5rem;
}
.textContents {
  font-size: var(--fontsize-lg);
  width: 100%;
  word-break: normal;
  margin-top: 4rem;
  line-height: 1.8;
}
.textContents.-text-center {
  text-align: center;
}
/*PRODUCT*/
.mainContents__inner {
  padding: 5rem 0;
  width: min(90%, 1200px);
  margin: auto;
}
.cardsList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productList, .machineList {
  margin-top: 11rem;
}
.sectionLine {
  margin: 7.8rem 0;
}
.sectionLine.-mg50 {
  margin: 5rem 0;
}
.cardsListItem {
  position: relative;
}
.cardsListItem.-col2 {
  width: calc(100%/2 - 1.6%);
}
.cardsListItem.-col3 {
  width: calc(100%/3 - 1.6%);
}
.cardsListItem.-col4 {
  width: calc(100%/4 - 1.7%);
}
.cardsListItem.-tittle {
  position: relative;
}
:is(.cardsListItem.-icon01, .cardsListItem.-icon02, .cardsListItem.-icon03, .cardsListItem.-iconNew)::before {
  white-space: pre;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(53%, 190px);
  padding: 2rem 0;
  font-size: var(--fontsize-x1);
  font-family: var(--font-eng);
  font-style: italic;
  z-index: 2;
  text-align: center;
}
.cardsListItem.-icon01::before {
  content: "Mechanical \A Transportation";
  background-color: var(--color-blue);
}
.cardsListItem.-icon02::before {
  content: "Crane \A Work";
  background-color: var(--color-yellow);
}
.cardsListItem.-icon03::before {
  content: "Factory \A Layout";
  background-color: var(--color-gray);
}
.cardsListItem.-iconNew::before {
  content: "NEW";
  background-color: var(--color-yellow);
}
.cardsListItem__tittle {
  font-size: var(--fontsize-x1);
  text-align: center;
  font-weight: normal;
  margin: 3.5rem auto 3.5rem;
}
.cardsListItem__tittle.-fontsize-sm {
  font-size: var(--fontsize-lg);
}
.cardsListItem__desc {
  word-break: normal;
  line-height: 1.9;
  font-size: var(--fontsize-md);
}
/*WORKS*/
.mainContents.-achievement {
  background-image: url("../images/top/achievement.svg");
  background-position: right 8% top;
  background-repeat: no-repeat;
}
.worksList {
  row-gap: 4rem;
}
.worksItemTittle {
  font-size: var(--fontsize-sm);
  color: white;
  width: min(80%, 200px);
  padding: .2rem;
}
.worksItemTittle.-yellow {
  background: var(--color-yellow);
}
.worksItemTittle.-gray {
  background: var(--color-gray);
}
.worksItemTittle.-blue {
  background: var(--color-blue);
}
.tittleCard {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(34vw, 650px);
  height: min(47vw, 600px);
  aspect-ratio: 6 / 1;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  outline: 5px solid var(--main-color);
  outline-offset: -4rem;
  text-align: center;
  z-index: 1;
}
.tittleCard__tittle {
  font-size: clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem);
}
.tittleCard__text {
  border-top: 1px solid var(--main-color);
  margin-top: 4.2rem;
  padding: 4.2rem 0 0;
  width: min(56%, 366px);
}
/*company*/
.companyHeader {
  background-image: url("../images/top/company.jpg");
  background-size: cover;
  aspect-ratio: 6 / 1;
  display: grid;
  place-items: center;
  /* 上部の余白調整 */
  margin-top: -6rem;
}
.companyLogo {
  width: min(35%, 200px);
  margin: 3.5rem auto 3.5rem;
  display: grid;
  place-items: center;
  gap: 3.5rem;
  font-size: var(--fontsize-x1);
}
.companyList {
  margin: 7rem 0 0 0;
}
.btnBox {
  font-size: var(--fontsize-x1);
  display: grid;
  place-items: center;
  gap: 1rem;
  padding: 2.5rem 0;
  position: relative;
  border: none;
  width: 100%;
  font-family: 'Noto Sans JP';
  cursor: pointer;
  white-space: nowrap;
}
.btnBox::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  font-size: 3rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(-50%, -50%);
}
.btnBox:hover {
  opacity: .7;
}
.btnBox.-bgGray {
  background: var(--second-color);
  color: black;
  outline: 1px solid var(--main-color);
  outline-offset: -1rem;
}
.btnBox.-bgYellow {
  background: var(--color-yellow);
  color: white;
  outline: 1px solid white;
  outline-offset: -1rem;
}
.btnBox__subTittle {
  font-size: var(--fontsize-md);
  font-family: var(--font-eng);
  display: block;
  white-space: nowrap;
}
/*news*/
.newsArticleLsit {
  font-size: var(--fontsize-md);
  text-align: center;
  margin: 5rem auto;
  width: min(90%,1200px);
  
}
.newsArticleLsit__article {
  padding: 2rem;
  border-bottom: 1px solid black;
}

.articleDate{
  margin-bottom: 1rem;
}

/*footer*/
.footerInner {
  width: min(100%, 1200px);
  margin: auto;
  padding: 40px 0;
}
.footerInner__left {
  width: min(100%, 380px);
  border-right: 1px solid #004294;
  padding: 15px 0;
}
.footerMenu {
  background: var(--second-color);
}
.footerNavi {
  display: flex;
  align-items: center;
  font-size: var(--fontsize-sm);
  text-align: center;
  width: min(100%, 800px);
  margin: auto;
}
.footerNavi__list {
  margin: 2.8rem 2rem;
  position: relative;
}
.footerNavi__list:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translate(-50%, -50%);
  background: black;
  width: 1px; /*線の幅指定*/
  height: 70%; /*線の高さ指定*/
}
.footerCompanyInfo {
  width: min(80%, 630px);
  display: flex;
  margin: 2.8rem auto;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  line-height: 1.8;
}
.footerCompanyNameBlock {
  width: min(80%, 300px);
  font-size: 1rem;
  font-feature-settings: "palt"1;
}
.footerCompanyAddressBlock {
  font-size: 1.2rem;
}
.footerCompanyNameBlock__jp {
  font-size: var(--fontsize-md);
  font-weight: bold;
}
.footerCompanyNameBlock__en {
  font-size: var(--fontsize-md);
  font-style: italic;
  font-weight: bold;
}
.footerBottom {
  background: var(--main-color);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  color: white;
  text-align: center;
  padding: 10px 0;
  font-family: 'Shippori Mincho', serif;
}
#navTgl {
  display: none;
}
/*////////////////comapnyページここから////////////////*/
.companyMainImage {
  width: min(95%, 1760px);
  margin: auto;
  background-image: url("../images/company/mainvisual.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 280px;
  position: relative;
}
.companyMainImage .mainCatchCopy {
  position: absolute;
  top: 19rem;
  bottom: auto;
  right: 2%;
  left: auto;
  width: min(50vw, 460px);
  color: white;
}
.companyMainImage .mainCatchCopy__tittle {
  border-bottom: none;
}
.messageArea {
  color: white;
  width: min(76%, 1430px);
  position: absolute;
  top: 40rem;
  left: 18.5%;
  padding: 0 1.5rem;
}
.textContents.-bgBlue {
  background: #3d415e;
  padding: 1.5rem;
}
.companyText {
  font-size: var(--fontsize-md);
}
.introText.-white {
  position: absolute;
  left: auto;
  right: 2.2%;
  bottom: -4.5rem;
  width: 50px;
  height: 500px;
}
.introText.-white a {
  color: white;
  text-shadow: none;
}
.introText.-white a::after {
  background: white;
  box-shadow: none;
}
.headerLeftNav {
  position: absolute;
  bottom: 6rem;
  left: 2%;
  width: min(14vw, 220px);
  text-align: center;
}
.headerLeftNavList__data {
  font-size: clamp(1.2rem, 0.928rem + 0.73vw, 1.8rem);
  padding: 2rem;
  border-bottom: 1px solid black;
}
/*company*/
.mainContents.-bgDeco02 {
  background-image: url("../images/company/bg.png");
  background-position: right -870px bottom -1045px;
  background-repeat: no-repeat;
  min-height: 1100px;
  position: relative;
}
.companyImage {
  width: min(63vw, 1200px);
}
.companyProfile {
  width: min(90vw, 800px);
  /*  margin: -62rem 7.8rem 0 auto;*/
  position: absolute;
  right: 7.8rem;
  top: 24.5%;
}
.companyProfileList {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  font-size: var(--fontsize-lg);
  border-bottom: 1px solid #707070;
  margin-top: 8rem;
}
.companyProfileList__tittle {
  flex-basis: 30%;
  padding: 2.4rem 3rem;
  background-color: #e6e6e6;
  border: solid #707070;
  border-width: 1px 1px 0 1px;
}
.companyProfileList__data {
  flex-basis: 70%;
  padding: 2.4rem 3rem;
  background-color: #fff;
  border: solid #707070;
  border-width: 1px 1px 0 0;
}
/*access*/
.mainContents.-access {
  outline: 1px solid white;
  outline-offset: -5rem;
  background: linear-gradient(140deg, #101440 0%, #101440 50%, var(--main-color) 50%, var(--main-color) 100%);
  padding: 6rem;
}

.googleMaps{
  margin-top: 5rem;
}


.sectionLine.-mg30 {
  margin: 3rem 0;
}
.accessList {
  justify-content: center;
  margin-top: 5.3rem;
}
.accessListItem {
  width: min(100%, 585px);
}
/*contact*/
.textContents.-bgBlue2 {
  background: var(--main-color);
  color: white;
  padding: 2rem;
}
#contact .companyText span {
  color: #0B3368;
}
.formInner {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #707070;
  margin-top: 3rem;
}
.formInner__list {
  border: solid #707070;
}
.formInner__list:nth-of-type(odd) {
  width: 27%;
  background: #f5f5f5;
  border-width: 1px 1px 0 1px;
  font-size: var(--fontsize-md);
  padding: 3rem;
}
.formInner__list:nth-of-type(even) {
  width: 73%;
  border-width: 1px 1px 0 0;
  color: #8d8d8d;
  font-size: var(--fontsize-sm);
  padding: 2rem 3rem;
}
.formInner__list.-colorBk {
  color: inherit;
}
.short {
  width: 110px;
}
.email {
  width: 350px;
}
input[type="tel"] {
  width: 107px;
  margin-right: 1rem;
}
input[type="tel"]:not(:nth-of-type(1)) {
  margin-left: 1rem;
}
input[type="tel"] + span {
  margin-left: 2rem;
  display: inline-block;
}
.requiredText {
  position: relative;
}
.requiredText::after {
  content: "※必須";
  display: inline-block;
  margin-left: 3rem;
  color: #0a298a;
}
::placeholder {
  color: #8d8d8d;
  font-size: var(--fontsize-sm);
}
input, select, textarea {
  padding: 1rem;
  font-size: var(--fontsize-sm);
}
input[type="text"] {
  margin: 0 2rem;
}
textarea {
  width: 597px;
  height: 239px;
  margin-bottom: 5rem;
  font-family: 'Noto Sans JP';
}
select {
  margin-left: 2rem;
}
.contactList {
  width: min(90%, 830px);
  margin: 6rem auto 0;
}
button {
  font-weight: normal;
}
input[type="button"] {
  background-color: transparent;
  border: none;
  padding: .1rem;
  color: white;
  font-family: 'Noto Sans JP';
  font-size: var(--fontsize-lg);
  cursor: pointer;
}
input[type="reset"] {
  background: none;
  border: none;
  padding: .1rem;
  color: white;
  font-family: 'Noto Sans JP';
  font-size: var(--fontsize-lg);
  cursor: pointer;
}
.btnBox.-bgDarkGray {
  background: #535453;
  color: white;
  outline: 1px solid white;
  outline-offset: -1rem;
}
/*privacypolicy*/
.textContents.-bgGray {
  background: #ebebeb;
  padding: 2rem;
  color: #535453;
}
.privacyItem {
  background: #1d204a;
  padding: 3rem;
  margin: 3rem 0;
}
.privacyItem:first-of-type {
  margin-top: 7.5rem;
}
.privacyItem__tittle {
  font-size: var(--fontsize-md);
  font-weight: normal;
  margin-left: 5em;
}
.privacyText, .privacyItemList {
  font-size: var(--fontsize-md);
  width: 95%;
  margin: 2rem auto;
  border-top: 1px solid white;
  padding: 4.4rem 2rem 0 2rem;
  word-break: inherit;
}
.privacyText {
  word-break: break-word;
}
.privacyItemList {
  list-style: disc;
  padding-left: 2em;
  font-size: var(--fontsize-sm);
}
.privacyItemList__item {
  margin-bottom: 2.5rem;
  text-indent: -.8rem;
}
.privacyItemList__item.-listStNo {
  list-style: none;
}
/*959px以下適用*/
@media screen and (max-width:959px) {
  .mainCatchCopy__tittle {
    font-size: 3rem;
    line-height: 1.2;
  }
  .mainCatchCopy__text {
    font-size: var(--fontsize-md);
  }
} /*959px以下適用ここまで*/
/*599px以下適用*/
@media screen and (max-width:599px) {
  /*共通パーツ*/
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  /*header*/
  .headerTop {
    aspect-ratio: 19 / 3;
  }
  .header {
    position: relative;
    background-image: url(../images/top/sptop_back.png);
    background-repeat: no-repeat;
    background-position: top 18% right 28%;
    height: 103vh;
    min-height: 960px;
    overflow: unset;
  }
  .mainImage::before {
    content: "";
    display: inline-block;
    background-image: url("../images/top/bg.png");
    background-position: left middle;
    background-repeat: no-repeat;
  }
  .companySummary {
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--second-color);
  }
  .headerLogo {
    padding: 1.5rem 1.2rem;
  }
  .pcHeaderNavi {
    width: 70%;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  }
  .mainImage {
    width: min(100%, 1760px);
    background-image: url("../images/top/mainvisual_sp.jpg");
    aspect-ratio: 336 / 709;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top -1px center;
    position: relative;
  }
  .mainCatchCopy {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    text-align: center;
  }
  .mainCatchCopy__tittle {
    border: none;
    line-height: 1.8;
  }
  /*ヘッダースライドカスタマイズ*/
  .headerSlide {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -35px;
    z-index: 1;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 2.5rem;
  }
  .headerSlide__text {
    font-size: var(--fontsize-lg);
  }
  /* aboutus */
  .contentsWrapper {
    display: flex;
    flex-direction: column;
    width: min(90%, 1790px);
    margin: auto;
    justify-content: space-between;
    gap: 3rem;
  }
  .detailArea {
    order: 1;
  }
  .contentsWrapper img {
    order: 2;
    width: 100%;
    margin-left: 0;
    margin-bottom: -180px;
  }
  .sectionSubTittle {
    margin-top: 1.3rem;
  }
  .mainContents.-bgDeco {
    background-position: right -200px bottom;
  }
  .mainContents__inner {
    padding: 0;
  }
  /* product */
  .productContents {
    padding: 13rem 0 5rem;
  }
  .productList {
    gap: 10rem;
  }
  .productList .cardsListItem.-col3 {
    width: 100%;
  }
  .cardsListItem__tittle {
    font-size: clamp(1.5rem, 1.32rem + 0.9vw, 2.4rem);
  }
  :is(.cardsListItem.-icon01, .cardsListItem.-icon02, .cardsListItem.-icon03, .cardsListItem.-iconNew)::before {
    font-size: clamp(1.5rem, 1.32rem + 0.9vw, 2.4rem);
    padding: 1rem;
  }
  .sectionLine {
    margin: 5rem 0;
  }
  .machineList {
    margin-top: 6rem;
  }
  .machineList :is(.cardsListItem.-col3, .cardsListItem.-col4) {
    width: calc(100%/2 - 2.5%);
  }
  .machineList .cardsListItem__tittle {
    font-size: clamp(0.7rem, 0.249rem + 2.25vw, 1.6rem);
    margin: 2rem auto 3.5rem;
  }
  .productText.-text-center {
    text-align: left;
  }
  /*works*/
  .mainContents.-achievement {
    background-image: url(../images/top/achievement_sp.svg);
    background-position: right 5% top;
    background-repeat: no-repeat;
  }
  .worksList {
    row-gap: 2rem;
  }
  .worksList .cardsListItem.-col3.-tittle {
    width: 100%;
  }
  .tittleCard {
    position: relative;
    width: 100%;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: none;
    z-index: 1;
  }
  .tittleCard__text {
    border-top: 5px solid var(--main-color);
    margin-top: 2rem;
    padding: 2rem 0 0;
    width: 58%;
  }
  .worksList .cardsListItem.-col3:nth-of-type(2) {
    width: 100%;
  }
  .worksList .cardsListItem.-col3 {
    width: calc(100%/2 - 2.5%);
  }
  .worksItemTittle {
    font-size: var(--fontsize-sm);
    width: 90%;
    padding: 1rem 0;
    margin: 1.5rem auto;
  }
  
  /*news*/
  .newsArticleLsit {
    font-size: var(--fontsize-lg);
  }
  
  /*company*/
  .companyHeader {
    background-image: url(../images/top/company_sp.jpg);
    aspect-ratio: 25 / 18;
    align-items: center;
    min-height: 270px;
  }
  .companyLogo {
    font-size: var(--fontsize-lg);
  }
  .companyList {
    margin: 3rem 0 0 0;
    gap: 2.5rem;
  }
  .companyList .cardsListItem.-col2 {
    width: 100%;
  }
  /*footer*/
  .footer{
    overflow-x: hidden;
  }
  
  .footerNavi {
    flex-wrap: wrap;
    font-size: clamp(1.1rem, 0.9rem + 1vw, 1.5rem);
  }
  .footerNavi__list {
    margin: 0;
    padding: 1.5rem;
    width: calc(100%/2);
    border-bottom: 1px solid white;
  }
  .footerNavi__list:nth-of-type(odd) {
    border-right: 1px solid white;
  }
  .footerNavi__list a {
    position: relative;
  }
  .footerNavi__list a::before {
    content: "▶";
    display: inline-block;
    font-size: .75rem;
    position: absolute;
    top: 4px;
    left: -15px;
  }
  .footerNavi__list:not(:last-of-type)::after {
    content: none;
  }
  .footerCompanyInfo {
    width: min(80%, 630px);
    display: flex;
    margin: 2.8rem auto;
    text-align: center;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    line-height: 1.8;
    gap: 2rem;
  }
  .footerCompanyNameBlock__jp, .footerCompanyNameBlock__en {
    font-size: clamp(1.5rem, 1.32rem + 0.9vw, 2.4rem);
    line-height: 2.5;
  }
  .footerCompanyNameBlock {
    font-size: 1.2rem;
  }
  /*spナビ*/
  .open, .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
  .open {
    z-index: 2;
    width: 40px;
    height: 40px;
    transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
    margin: 2% 3%;
  }
  .open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 25%;
    width: 55%;
    border-bottom: 3px solid white;
    transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
  }
  .open::before {
    transform: translateY(-8px);
    top: calc(50%);
  }
  .open::after {
    transform: translateY(8px);
    top: calc(50%);
  }
  .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .5s;
  }
  #navTgl:checked + .open span {
    transform: scaleX(0);
  }
  #navTgl:checked + .open::before {
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }
  #navTgl:checked + .open::after {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  /* ドロワーメニュー */
  .menu {
    z-index: 2;
    position: absolute;
    overflow: hidden;
    top: 59px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 8rem;
    margin: 0;
    box-sizing: border-box;
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
    background: rgba(255, 255, 255, .9);
    /*  filter: drop-shadow(0px 5px 5px rgba(11,11,11,0.6));*/
    text-align: center;
    font-size: var(--fontsize-lg);
  }
  .spMenuTittle {
    font-size: clamp(1.8rem, 1.5rem + 1.5vw, 2.4rem);
    text-align: center;
    padding-bottom: 5%;
    font-family: var(--font-eng);
    font-style: italic;
  }
  .spMenuTittle.-closeBtn:before {
    content: '×';
    display: inline-block;
    margin-right: 5px;
  }
  .spMenuList {
    padding: 0;
    width: 100%;
    margin: 0 auto 15%;
  }
  .spMenuList__data {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 2rem 0;
    border-bottom: 1px solid black;
  }
  .menu a {
    display: block;
    transition: background .5s;
  }
  #navTgl:checked ~ .menu {
    transform: none;
    opacity: 1;
  }
  /*////////////////comapnyページここから////////////////*/
  .companyMainImage {
    width: min(100%, 1760px);
    background-image: url(../images/company/mainvisual_sp.jpg);
    aspect-ratio: 168 / 95;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top 15px left;
    position: relative;
    min-height: 260px;
  }
  .companyMainImage .mainCatchCopy {
    position: absolute;
    top: 16.5rem;
    bottom: auto;
    right: -8rem;
    left: auto;
    color: white;
  }
  .companyMainImage .mainCatchCopy__tittle {
    text-align: right;
    font-size: clamp(2rem, 1.541rem + 2.29vw, 2.4rem);
    position: relative;
  }
  .companyMainImage .mainCatchCopy__tittle::before {
    content: "";
    width: 240px;
    height: 3px;
    position: absolute;
    top: 4.5rem;
    right: -5px;
    background: #707070;
  }
  :has(.companyMainImage) .header {
    background: var(--main-color);
    min-height: 1050px;
  }
  .messageArea {
    width: 90%;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin: auto;
  }
  .companyText.-text-center {
    font-size: var(--fontsize-lg);
  }
  #message .companyText.-text-center {
    text-align: left;
  }
  .spTextCenter {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .mainContents.-bgDeco02 {
    background-image: none;
    min-height: 1550px;
  }
  /*company*/
  .companyProfile {
    width: 90%;
    position: absolute;
    right: 0;
    left: 0;
    top: 5%;
    margin: auto;
  }
  .companyImage {
    width: 100%;
    margin-top: 10rem;
  }
  .companyProfileList {
    flex-flow: column;
    text-align: center;
    margin-top: 30rem;
  }
  .companyProfileList__data {
    border-width: 1px 1px 0 1px;
    padding: 2.4rem 1rem;
  }
  .companyProfileList__data span {
    display: block;
    margin-left: -1em;
  }
  /*access*/
  .mainContents.-access {
    outline: 1px solid white;
    outline-offset: -2rem;
    background: var(--main-color);
    padding: 2rem;
  }
  
  .googleMaps iframe{
    height: 300px;
  }
  
  #access .productContents {
    padding: 5rem 0;
  }
  .textContents.-bgGray {
    font-size: var(--fontsize-x1);
  }
  .companyText {
    font-size: var(--fontsize-lg);
  }
  .companyText span {
    display: block;
    margin-top: 2em;
  }
  /*contact*/
  .formInner {
    flex-direction: column;
  }
  .formInner__list:nth-of-type(odd) {
    width: 100%;
    font-size: var(--fontsize-lg);
    padding: 2rem;
  }
  .formInner__list:nth-of-type(even) {
    width: 100%;
    font-size: var(--fontsize-lg);
    border-width: 1px 1px 0 1px;
    padding: 2rem;
  }
  input[type="text"] {
    margin: 0 1rem;
  }
  ::placeholder {
    font-size: var(--fontsize-lg);
  }
  .short {
    width: 30%;
  }
  .email {
    width: 100%;
  }
  input[type="tel"] {
    width: 75px;
    margin-right: 0.5rem;
  }
  input[type="tel"]:not(:nth-of-type(1)) {
    margin-left: 0.5rem;
  }
  textarea {
    width: 100%;
    margin-bottom: 1rem;
  }
  input, select, textarea {
    padding: 1rem;
    font-size: var(--fontsize-lg);
  }
  select {
    margin: 1rem 0 0 0;
  }
  .contactList {
    flex-direction: column;
    gap: 3rem;
  }
  .contactList .cardsListItem.-col2 {
    width: 100%;
  }
  label span.spOnly {
    display: inline;
    margin-left: 2rem;
    color: #8d8d8d;
  }
  .privacyItem__tittle {
    font-size: clamp(1.4rem, 0.941rem + 2.29vw, 1.8rem);
    margin-left: 0;
    text-align: center;
  }
  .privacyText, .privacyItemList {
    font-size: var(--fontsize-lg);
    width: 100%;
    margin: 3rem auto;
    padding: 2.2rem 0 0 0;
    word-break: inherit;
  }
  .privacyText {
    word-break: break-word;
  }
  .privacyItemList {
    padding-left: 2rem;
    word-break: break-word;
  }
} /*480px以下適用ここまで*/