@charset "utf-8";

/*=====================================
common.css
=====================================*/

/*-------------------------------------
	title
-------------------------------------*/
.pageHead {
  position: relative;
  z-index: 1;
}
.pageHead .pageTitle {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  padding-left: clamp(40px, -23.033px + 8.197vw, 95px);
  color: #fff;
  line-height: 1.2;
  transform: translateY(-50%);
}
.pageHead .pageTitle h1 {
  font-size: clamp(36px, 8.495px + 3.577vw, 60px);
  font-weight: 700;
}
.pageHead .pageTitle .en {
  font-family: var(--font-montserrat);
  font-size: clamp(18px, 8.832px + 1.192vw, 26px);
  font-weight: 700;
}
.pageHead .pageTitle .en::before {
  content: "/";
  display: inline-block;
  margin-right: 10px;
}
.pageHead .pagePic {
  height: 483px;
}
.pageHead .pagePic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-------------------------------------
	main
-------------------------------------*/
.mainCatch {
  padding-top: 50px;
  padding-bottom: 90px;
  border-bottom: 2px solid var(--border-gray);
}
.mainCatch .inner {
  display: grid;
  grid-template-columns: 1fr 45%;
}
.mainCatch .catchTitle {
  font-size: clamp(30px, 13.955px + 2.086vw, 44px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
}
.mainCatch .catchText {
  width: 90%;
  margin-left: auto;
  font-size: clamp(17px, 13.562px + 0.447vw, 20px);
  letter-spacing: var(--spacing-textA);
  line-height: var(--height-textB);
}

/*-------------------------------------
	section
-------------------------------------*/
.section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.sectionBg01 {
  background: var(--bg-gray);
}
.sectionBM {
  margin-bottom: 120px;
}
.sectionHead {
  margin-bottom: 55px;
}
.sectionHead .en {
  margin-bottom: 10px;
  color: var(--color-main);
  font-family: var(--font-montserrat);
  font-size: clamp(16px, 11.416px + 0.596vw, 20px);
  font-weight: 700;
  letter-spacing: var(--spacing-textB);
}
.sectionHead .en::before {
  content: "/";
  display: inline-block;
  margin-right: 7px;
}
.sectionHead h2 {
  font-size: clamp(28px, 21.124px + 0.894vw, 34px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
}
.sectionTitle01 {
  margin-bottom: 60px;
  font-size: clamp(34px, 22.539px + 1.49vw, 44px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
}
.sectionTitle02 {
  margin-bottom: 30px;
  font-size: clamp(34px, 22.539px + 1.49vw, 44px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
}
.sectionLead {
  margin-bottom: 65px;
}
.sectionLead p {
  line-height: var(--height-textA);
}

/*-------------------------------------
	contact
-------------------------------------*/
.contactBox {
  padding: 120px 20px 125px;
  color: #fff;
  text-align: center;
  background: url(../images/bg01.webp) no-repeat center center / cover
    var(--color-main);
}
.contactBox .boxHead {
  margin-bottom: 30px;
}
.contactBox .boxHead .en {
  margin-bottom: 10px;
  font-family: var(--font-montserrat);
  font-size: 24px;
  font-weight: 700;
}
.contactBox .boxHead h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contactBox .boxLead {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
}
.contactBox .boxBtn {
  margin-bottom: 35px;
}
.contactBox .boxBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  width: 100%;
  max-width: 394px;
  min-height: 86px;
  margin-inline: auto;
  color: var(--color-main);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid var(--color-main);
  background: #fff;
}
.contactBox .boxBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  display: block;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  border-radius: 50%;
  background: url(../images/icn_arrow01.webp) no-repeat center center / 14px
    auto var(--color-main);
}
.contactBox .boxTel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactBox .boxTel dt {
  padding-right: 30px;
  font-size: clamp(14px, 11.708px + 0.298vw, 16px);
  letter-spacing: var(--spacing-textA);
  border-right: 1px solid #fff;
}
.contactBox .boxTel dd {
  padding-left: 30px;
}
.contactBox .boxTel dd {
  font-size: clamp(15px, 12.708px + 0.298vw, 17px);
  letter-spacing: var(--spacing-textA);
}
.contactBox .boxTel dd em {
  font-family: var(--font-montserrat);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: var(--spacing-textA);
  line-height: 1.1;
}
.contactBox .boxTel dd em::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 31px;
  margin-top: 4px;
  margin-right: 5px;
  vertical-align: top;
  background: url(../images/icn_tel01.svg) no-repeat 0 0 / 100% auto;
}
.contactBox .boxTel dd em a {
  color: #fff;
  text-decoration: none;
}

/*-------------------------------------
	pagenav
-------------------------------------*/
.pageNav {
  margin-bottom: 120px;
}
.pageNav .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pageNav .navItem {
  position: relative;
}
.pageNav .navText a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 43px;
  color: #fff;
  font-size: clamp(22px, 17.416px + 0.596vw, 26px);
  letter-spacing: var(--spacing-textA);
  text-decoration: none;
}
.pageNav .navText a::after {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: url(../images/icn_arrow01.webp) no-repeat center center / 20px
    auto var(--color-main);
  transition: all 0.2s linear;
}
.pageNav .navPic img {
  display: block;
  width: 100%;
}

/*-------------------------------------
	Product
-------------------------------------*/
/* Strengths */
.strengthsList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 40px;
  margin-bottom: 110px;
}
.strengthsList .listItem {
  max-width: 210px;
}
.strengthsList .listItem figure {
  margin-bottom: 27px;
  text-align: center;
}
.strengthsList .listItem figure img {
  width: 137px;
}
.strengthsList .listItem h4 {
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 17px;
  font-size: clamp(18px, 13.416px + 0.596vw, 22px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
  text-align: center;
}
.strengthsList .listItem h4::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 34px;
  height: 1px;
  margin-left: -17px;
  background: var(--color-main);
}
.strengthsList .listItem p {
  line-height: var(--height-textB);
}

.strengthsUnit {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}
/* 固定ヘッダー分だけアンカー位置をずらす */
.strengthsUnit[id] {
  scroll-margin-top: 105px;
}
.strengthsUnit.reverse {
  flex-direction: row-reverse;
}
.strengthsUnit .unitText {
  width: 50%;
  flex-shrink: 0;
}
.strengthsUnit .unitText h4 {
  margin-bottom: clamp(30px, 12.809px + 2.235vw, 45px);
  font-size: clamp(30px, 23.124px + 0.894vw, 36px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
}
.strengthsUnit .unitText h5 {
  margin-bottom: 15px;
  font-size: clamp(18px, 13.416px + 0.596vw, 22px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
}
.strengthsUnit .unitText p {
  line-height: var(--height-textA);
}
.strengthsUnit .unitPic {
  width: calc(50% - 50px);
  flex-shrink: 0;
}
.strengthsBox {
  display: grid;
  grid-template-columns: 50% calc(50% - 70px);
  gap: 70px;
  margin-bottom: 120px;
  padding: 50px 60px;
  background: var(--bg-gray);
}
.strengthsBox .boxItem h4 {
  margin-bottom: 15px;
  font-size: clamp(18px, 13.416px + 0.596vw, 22px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
}
.strengthsBox .boxItem ul {
  line-height: var(--height-textA);
}

.strengthsReason {
  display: grid;
  grid-template-columns: 1fr calc(50% - 75px);
  align-items: center;
  gap: 75px;
  margin-inline: -120px;
  padding-right: 120px;
  overflow: hidden;
}
.strengthsReason .reasonText h3 {
  margin-bottom: 40px;
  font-size: clamp(34px, 22.539px + 1.49vw, 44px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
}
.strengthsReason .reasonText p {
  line-height: var(--height-textA);
}

@media screen and (max-width: 1200px) {
  .strengthsReason {
    grid-template-columns: 1fr calc(50% - 40px);
    gap: 40px;
    margin-inline: 0;
    padding-right: 0;
  }
}

/* After Follow */
.afterfollowUnit {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.afterfollowUnit .unitText {
  max-width: 620px;
}
.afterfollowUnit .unitText h3 {
  margin-top: -30px;
}
.afterfollowUnit .unitText p {
  line-height: var(--height-textA);
}
.afterfollowUnit .unitPic {
  width: 37%;
  min-width: 340px;
  margin-left: auto;
  flex-shrink: 0;
}

/*-------------------------------------
	Company
-------------------------------------*/
/* Our Values */
.valuesList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 20px;
}
.valuesList .listItem {
  max-width: 330px;
}
.valuesList .listItem h4 {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-bottom: 12px;
  font-size: clamp(18px, 13.416px + 0.596vw, 22px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
  white-space: nowrap;
}
.valuesList .listItem h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-main);
}
.valuesList .listItem p {
  line-height: var(--height-textB);
}

/* Message */
.messageUnit {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.messageUnit .unitText {
  max-width: 660px;
}
.messageUnit .unitText p {
  line-height: var(--height-textA);
}
.messageUnit .unitPic {
  width: 25%;
  min-width: 300px;
  margin: 0 auto;
  flex-shrink: 0;
}
.messageName {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 5px 15px;
  margin-top: 30px;
  text-align: right;
}
.messageName .name {
  font-family: var(--font-kurenaido);
  font-size: clamp(24px, 19.416px + 0.596vw, 28px);
}

/* Company / History */
.companyTable table {
  width: 100%;
}
.companyTable table th {
  width: 200px;
  padding: 30px 35px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}
.companyTable table td {
  padding: 30px 35px;
  text-align: left;
  vertical-align: middle;
}
.companyTable table tr + tr th,
.companyTable table tr + tr td {
  border-top: 1px solid var(--border-gray);
}
.companyMap {
  width: 100%;
  height: 420px;
}
.companyMap iframe {
  width: 100%;
  height: 100%;
}

/*-------------------------------------
	Equipment
-------------------------------------*/
.equipmentTable {
  position: relative;
  margin-bottom: 80px;
}
.equipmentTable:last-child {
  margin-bottom: 0;
}
.equipmentTable table {
  width: 100%;
  table-layout: fixed;
}
.equipmentTable table th,
.equipmentTable table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
}
.equipmentTable table th {
  padding: 8px 5px;
  color: #fff;
  font-size: clamp(16px, 11.416px + 0.596vw, 20px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
  background: var(--color-main);
}
.equipmentTable table td {
  padding: 13px 5px;
  background: var(--bg-gray);
}
.equipmentTable .tableScroll {
  overflow-x: auto;
}
.equipmentTable .tableScroll table th:nth-child(3) {
  width: 13%;
}
.equipmentTable .tableNotice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  padding: clamp(14px, 9.416px + 0.596vw, 18px);
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  background: var(--color-main);
  opacity: 0.5;
  visibility: visible;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  pointer-events: none;
}
.tableNotice.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

.equipmentPicA {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.809px + 2.235vw, 35px);
  margin-bottom: 70px;
}
.equipmentPicB {
  margin-bottom: 70px;
  text-align: center;
}

/*-------------------------------------
	form
-------------------------------------*/
.formSection {
  padding-top: 30px;
  padding-bottom: 120px;
}
.formBox {
  margin-bottom: 80px;
  padding: 60px 20px;
  text-align: center;
  background: var(--bg-gray);
}
.formBox .boxText {
  margin-bottom: 20px;
  font-size: clamp(16px, 11.416px + 0.596vw, 20px);
  line-height: var(--height-textB);
}
.formBox .boxTel {
  font-size: 17px;
  letter-spacing: var(--spacing-textA);
}
.formBox .boxTel em {
  display: block;
  font-family: var(--font-montserrat);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
.formBox .boxTel em::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 31px;
  margin-top: 4px;
  margin-right: 5px;

  vertical-align: top;
  background: url(../images/icn_tel02.svg) no-repeat 0 0 / 100% auto;
}
.formBox .boxTel em a {
  text-decoration: none;
}

.formBlock {
  padding-inline: 66px;
}
.formGroup {
  padding-bottom: 50px;
}
.formLabel {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.formLabel label {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
}
.formLabel .required {
  padding: 0 5px 1px;
  color: #d81c1c;
  font-size: 14px;
  letter-spacing: var(--spacing-textB);
  line-height: 1.2;
  border: 1px solid #d81c1c;
}
.formItem input[type="text"],
.formItem input[type="email"],
.formItem input[type="tel"] {
  width: 100%;
  height: 64px;
  padding: 5px 25px;
  font-size: 18px;
  letter-spacing: var(--spacing-textA);
  border: 1px solid var(--border-gray);
  background: #f7f8fc;
}
.formTurnstile {
  margin-bottom: 40px;
}
.formItem textarea {
  width: 100%;
  height: 280px;
  padding: 15px 25px;
  font-size: 18px;
  letter-spacing: var(--spacing-textA);
  border: 1px solid var(--border-gray);
  background: #f7f8fc;
}
.formItem ::placeholder,
.formItem ::-ms-input-placeholde {
  color: #c1c1c1;
}
.formRadioList {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding-top: 5px;
  font-size: 18px;
  letter-spacing: var(--spacing-textA);
}
.formRadioList li {
  position: relative;
}
.formRadioList li label {
  cursor: pointer;
}
.formRadioList li input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.formRadioList li span {
  padding-left: 38px;
}
.formRadioList li span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #cfd3dc;
  background: #f7f8fc;
}
.formRadioList li input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-main);
}
.formPrivacy {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}
.formPrivacy a {
  color: var(--color-main);
}
.formPrivacy a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-inline: 3px;
  background: url(../images/icn_blank01.webp) no-repeat 0 0 / 100% auto;
}
.formBtn {
  text-align: center;
}
.formBtn .btnSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  width: 265px;
  min-height: 65px;
  margin-inline: auto;
  cursor: pointer;
  color: var(--color-main);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid var(--color-main);
  background: #fff;
}
.formBtn .btnSubmit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 50%;
  background: url(../images/icn_arrow01.webp) no-repeat center center / 9px auto
    var(--color-main);
}

/*-------------------------------------
	privacy
-------------------------------------*/
.privacyArea {
  padding-top: 80px;
  padding-bottom: 120px;
}
.privacyLead {
  margin-bottom: 60px;
  line-height: var(--height-textA);
}
.privacyItem + .privacyItem {
  margin-top: 55px;
}
.privacyItem h2 {
  margin-bottom: 20px;
  padding-bottom: 14px;
  color: var(--color-main);
  font-size: clamp(20px, 16.562px + 0.447vw, 23px);
  font-weight: 700;
  letter-spacing: var(--spacing-textA);
  border-bottom: 1px solid var(--border-gray);
}
.privacyItem p {
  line-height: var(--height-textA);
}
.privacyItem p + p {
  margin-top: 15px;
}
.privacyBullets {
  margin-top: 15px;
}
.privacyBullets li {
  position: relative;
  padding-left: 1.2em;
  line-height: var(--height-textA);
}
.privacyBullets li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--color-main);
}
.privacyContact {
  margin-top: 20px;
  padding: 30px 35px;
  background: var(--bg-gray);
}
.privacyContact p {
  line-height: var(--height-textB);
}
.privacyDate {
  margin-top: 70px;
  text-align: right;
  line-height: 2;
}

/*-------------------------------------
	thanks
-------------------------------------*/
.thanksArea {
  padding-top: 90px;
  padding-bottom: 120px;
  text-align: center;
}
.thanksArea .sectionHead {
  margin-bottom: 40px;
}
.thanksText {
  margin-bottom: 30px;
  font-size: clamp(16px, 11.416px + 0.596vw, 20px);
  line-height: var(--height-textA);
}
.thanksNote {
  margin-bottom: 55px;
  line-height: var(--height-textA);
}
.thanksNote a {
  color: var(--color-main);
  font-weight: 700;
}

/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*-------------------------------------
	title
-------------------------------------*/
  .pageHead .pageTitle {
    gap: 15px;
    padding-inline: 18px;
  }
  .pageHead .pageTitle .en {
    font-size: 18px;
  }
  .pageHead .pageTitle .en::before {
    margin-right: 5px;
  }
  .pageHead .pagePic {
    height: 240px;
  }

  /*-------------------------------------
	main
-------------------------------------*/
  .mainCatch {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .mainCatch .inner {
    display: block;
  }
  .mainCatch .catchTitle {
    margin-bottom: 23px;
    font-size: clamp(26px, 18.366px + 2.036vw, 34px);
  }
  .mainCatch .catchText {
    width: auto;
    margin-left: 0;
  }

  /*-------------------------------------
	section
-------------------------------------*/
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sectionBM {
    margin-bottom: 60px;
  }
  .sectionHead {
    margin-bottom: 30px;
  }
  .sectionHead .en {
    margin-bottom: 0;
    font-size: clamp(13px, 10.137px + 0.763vw, 16px);
  }
  .sectionHead h2 {
    font-size: clamp(20px, 12.366px + 2.036vw, 28px);
  }
  .sectionTitle01 {
    margin-bottom: 30px;
    font-size: clamp(26px, 18.366px + 2.036vw, 34px);
  }
  .sectionTitle02 {
    margin-bottom: 20px;
    font-size: clamp(26px, 18.366px + 2.036vw, 34px);
  }
  .sectionLead {
    margin-bottom: 35px;
  }

  /*-------------------------------------
	contact
-------------------------------------*/
  .contactBox {
    padding: 55px 20px 60px;
  }
  .contactBox .boxHead {
    margin-bottom: 35px;
  }
  .contactBox .boxHead .en {
    margin-bottom: 3px;
    font-size: 13px;
  }
  .contactBox .boxHead h2 {
    font-size: 20px;
  }
  .contactBox .boxLead {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.7;
  }
  .contactBox .boxBtn {
    margin-bottom: 25px;
  }
  .contactBox .boxBtn a {
    max-width: 256px;
    min-height: 54px;
    font-size: 15px;
    border-width: 1px;
  }
  .contactBox .boxBtn a::after {
    right: 18px;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background-size: 9px auto;
  }
  .contactBox .boxTel {
    flex-direction: column;
  }
  .contactBox .boxTel dt {
    position: relative;
    margin-bottom: 13px;
    padding-right: 0;
    padding-bottom: 14px;
    font-size: 14px;
    border-right: none;
  }
  .contactBox .boxTel dt::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 28px;
    height: 1px;
    margin-left: -11px;
    background: #fff;
  }
  .contactBox .boxTel dd {
    padding-left: 0;
    font-size: 13px;
  }
  .contactBox .boxTel dd em {
    display: block;
    font-size: 22px;
  }
  .contactBox .boxTel dd em::before {
    width: 15px;
    height: 19px;
    margin-top: 2px;
  }

  /*-------------------------------------
	pagenav
-------------------------------------*/
  .pageNav {
    margin-bottom: 60px;
  }
  .pageNav .inner {
    display: block;
  }
  .pageNav .navText a {
    padding: 10px 20px;
    font-size: clamp(18px, 14.183px + 1.018vw, 22px);
  }
  .pageNav .navPic img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center center;
  }
  .pageNav .navText a::after {
    width: 50px;
    height: 50px;
    background-size: 12px auto;
  }

  /*-------------------------------------
	Product
-------------------------------------*/
  /* Strengths */
  .strengthsList {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 30px 20px;
    margin-bottom: 50px;
  }
  .strengthsList .listItem figure {
    margin-bottom: 15px;
  }
  .strengthsList .listItem figure img {
    width: 110px;
  }
  .strengthsList .listItem h4 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: clamp(16px, 14.092px + 0.509vw, 18px);
  }

  .strengthsUnit,
  .strengthsUnit.reverse {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .strengthsUnit[id] {
    scroll-margin-top: 70px;
  }
  .strengthsUnit .unitText {
    width: auto;
  }
  .strengthsUnit .unitText h4 {
    margin-bottom: 30px;
    font-size: clamp(24px, 18.275px + 1.527vw, 30px);
  }
  .strengthsUnit .unitText h5 {
    font-size: clamp(16px, 14.092px + 0.509vw, 18px);
  }
  .strengthsUnit .unitPic {
    width: auto;
    text-align: center;
  }
  .strengthsBox {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
    padding: 20px 30px;
  }
  .strengthsBox .boxItem h4 {
    margin-bottom: 10px;
    font-size: clamp(16px, 14.092px + 0.509vw, 18px);
  }

  .strengthsReason {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    margin-inline: 0;
    padding-right: 0;
  }
  .strengthsReason .reasonText h3 {
    margin-bottom: 30px;
    font-size: clamp(26px, 18.366px + 2.036vw, 34px);
  }

  /* After Follow */
  .afterfollowUnit {
    flex-direction: column;
  }
  .afterfollowUnit .unitText h3 {
    margin-top: 0;
  }
  .afterfollowUnit .unitPic {
    width: auto;
    min-width: 340px;
    margin: 0;
    text-align: center;
  }

  /*-------------------------------------
	Company
-------------------------------------*/
  /* Our Values */
  .valuesList {
    display: flex;
    flex-direction: column;
  }
  .valuesList .listItem {
    max-width: inherit;
  }
  .valuesList .listItem h4 {
    margin-bottom: 10px;
    font-size: clamp(16px, 14.092px + 0.509vw, 18px);
  }

  /* Message */
  .messageUnit {
    flex-direction: column;
  }
  .messageUnit .unitText {
    max-width: inherit;
  }
  .messageUnit .unitPic {
    width: auto;
    min-width: inherit;
    margin: 0;
    text-align: center;
  }

  /* Company / History */
  .companyTable table th {
    width: 95px;
    padding: 13px 10px;
  }
  .companyTable table td {
    padding: 13px 10px;
  }
  .companyMap {
    height: 220px;
  }

  /*-------------------------------------
	Equipment
-------------------------------------*/
  .equipmentTable {
    margin-bottom: 50px;
  }
  .equipmentTable .tableScroll table th:nth-child(3) {
    width: 15%;
  }
  .equipmentTable .tableScroll table {
    width: max-content;
    min-width: 700px;
  }
  .equipmentTable .tableNotice.is-show {
    opacity: 0.5;
    visibility: visible;
    z-index: 2;
  }
  .equipmentTable table th {
    padding: 6px 5px;
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
  }
  .equipmentTable table td {
    padding: 10px 5px;
  }

  .equipmentPicA {
    gap: clamp(8px, -3.45px + 3.053vw, 20px);
    margin-bottom: 35px;
  }
  .equipmentPicB {
    margin-bottom: 35px;
  }

  /*-------------------------------------
	form
-------------------------------------*/
  .formSection {
    padding-bottom: 60px;
  }
  .formBox {
    margin-bottom: 40px;
    padding: 30px 18px;
  }
  .formBox .boxText {
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
    text-align: left;
  }
  .formBox .boxTel {
    font-size: 13px;
  }
  .formBox .boxTel em {
    display: block;
    font-size: 22px;
  }
  .formBox .boxTel em::before {
    width: 15px;
    height: 19px;
    margin-top: 2px;
  }

  .formBlock {
    padding-inline: 0;
  }
  .formGroup {
    padding-bottom: 40px;
  }
  .formLabel {
    gap: 10px;
    margin-bottom: 10px;
  }
  .formLabel label {
    font-size: 15px;
  }
  .formLabel .required {
    font-size: 11px;
    line-height: 1.1;
  }
  .formItem input[type="text"],
  .formItem input[type="email"],
  .formItem input[type="tel"] {
    height: 45px;
    padding: 3px 15px;
    font-size: 16px;
  }
  .formItem textarea {
    height: 140px;
    padding: 10px 15px;
    font-size: 16px;
  }
  .formRadioList {
    gap: 12px;
    font-size: 16px;
  }
  .formRadioList li span {
    padding-left: 28px;
  }
  .formRadioList li span::before {
    top: 2px;
    width: 22px;
    height: 22px;
  }
  .formRadioList li input[type="radio"]:checked + span::after {
    top: 8px;
    left: 6px;
    width: 10px;
    height: 10px;
  }
  .formPrivacy {
    font-size: 16px;
  }
  .formBtn .btnSubmit {
    min-height: 55px;
    font-size: 15px;
  }
  .formBtn .btnSubmit::after {
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}

/* PC layout
-------------------------------------------------------------------*/

@media screen and (min-width: 769px) {
  /*-------------------------------------
	hover
-------------------------------------*/

  .pageNav .navItem,
  .formBtn .btnSubmit::after,
  .contactBox .boxTel dd em a,
  .contactBox .boxBtn a::after {
    text-decoration: none;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    backface-visibility: hidden;
  }
  .contactBox .boxTel dd em a:hover {
    opacity: 0.8;
  }
  .pageNav .navItem:hover {
    filter: brightness(1.2);
  }
  .pageNav .navItem:hover a::after,
  .formBtn .btnSubmit:hover::after,
  .contactBox .boxBtn a:hover::after {
    transform: translateX(4px);
  }

  /*-------------------------------------
	privacy / thanks
-------------------------------------*/
  .privacyArea {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .privacyLead {
    margin-bottom: 40px;
  }
  .privacyItem + .privacyItem {
    margin-top: 40px;
  }
  .privacyItem h2 {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .privacyContact {
    padding: 22px 20px;
  }
  .privacyDate {
    margin-top: 50px;
    text-align: left;
  }
  .thanksArea {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .thanksArea .sectionHead {
    margin-bottom: 30px;
  }
}
