@charset "utf-8";

.company_column {
/*     display: flex; */
    flex-wrap: wrap;
    margin-bottom: 60px;
}

/* .company_txt {
    width: 50%;
}
 */
.sec_ttl_h2 {
    margin-bottom: 50px;
}
.sec_ttl_h3 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.65;
    padding: 0;
    margin: 75px 0 50px;
    border: none;
}

/* .company_catch {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.06em;
    margin-top: 25px;
    margin-bottom: 32px;
} */

.company_txt .job {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 26px;
}

.company_txt .name {
    font-family: "Allura", cursive;
    font-size: 3.8rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.company_img {
    width: 46.6%;
    margin-right: 3.4%;
}

.company_img img {
    width: 100%;
    border-radius: 13px;
    vertical-align: bottom;
    overflow: hidden;
}

.center {
    text-align: center;
}

.Philosophy_catch {
    font-size: 2.0rem;
    font-weight: 500;
    margin: 55px 0px;
    line-height: 1.8;
}

.equipment_block {
  margin-top: 60px;
}

/* .equipment_ttl {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
} */

.equipment_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.equipment_img {
  overflow: hidden;
}

.equipment_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	border-radius: 10px;
}

.equipment_txt {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

table td .en {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #aaa;
    padding-top: 5px;
    display: inline-block;	
}
@media screen and (max-width: 767px) {
    .company_column {
        display: block;
        margin-bottom: 0px;
    }

    .company_img {
        width: 100%;
        margin-right: 0%;
    }

    .company_txt {
        width: 100%;
    }

	.company_txt .name {
		font-size: 3.0rem;
	}

    .sec_ttl_h2::after {
        bottom: 35px;
    }
	.sec_ttl_h2 {
		margin-bottom: 25px;
	}

    .sec_ttl_h3 {
        font-size: 2.0rem;
        margin: 30px 0 25px;
    }
	.txt_right {
    margin-bottom: 30px!important;
	}
	.Philosophy_catch {
    font-size: 1.7rem;
    margin: 25px 0px;
	}
	table {
    margin-bottom: 50px!important;
	}
	 table th {
     background: #fff!important;
     font-size: 1.5rem!important;
	padding: 10px 20px 5px 20px!important;
    }
	table td {
    font-size: 1.5rem !important;
	padding: 5px 10px 10px 10px;
    }
	table tr {
    border-bottom: 2px solid;
	border-color: #F3F0EE;
	}
	
	.equipment_block {
    margin-top: 40px;
  }

  .equipment_list {
    grid-template-columns: 1fr;
    gap: 30px;
	  padding-bottom: 100px;
  }

  .equipment_ttl {
    font-size: 21px;
  }

  .equipment_txt {
    font-size: 16px;
  }
}