.philosophy {
  background-color: #1B2A33;
  color: #fff;
  transform: translateY(-1px);
  padding: 0 40px 130px;
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding: 0 40px 15.625vw;
  }
}
@media screen and (max-width: 400px) {
  .philosophy {
    padding: 10px 24px 60px;
  }
}
.philosophy__vision, .philosophy__mission {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.philosophy__vision-label, .philosophy__mission-label {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .philosophy__vision-label, .philosophy__mission-label {
    font-size: max(4.1666666667vw, 22px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .philosophy__vision-label, .philosophy__mission-label {
    font-size: 22px;
  }
}
.philosophy__vision-content, .philosophy__mission-content {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 80px;
       column-gap: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .philosophy__vision-content, .philosophy__mission-content {
    -moz-column-gap: max(6.6666666667vw, 50px);
         column-gap: max(6.6666666667vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .philosophy__vision-content, .philosophy__mission-content {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
@media screen and (max-width: 400px) {
  .philosophy__vision-content, .philosophy__mission-content {
    row-gap: 20px;
  }
}
.philosophy__vision-text, .philosophy__mission-text {
  flex: 1;
}
.philosophy__vision-title, .philosophy__mission-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 3px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .philosophy__vision-title, .philosophy__mission-title {
    font-size: max(6.5104166667vw, 38px);
  }
}
@media screen and (max-width: 400px) {
  .philosophy__vision-title, .philosophy__mission-title {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}
.philosophy__vision-detail, .philosophy__mission-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.philosophy__vision-img, .philosophy__mission-img {
  width: 33%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .philosophy__vision-img, .philosophy__mission-img {
    width: min(100%, 480px);
    height: max(33.8541666667vw, 220px);
  }
}
@media screen and (max-width: 400px) {
  .philosophy__vision-img, .philosophy__mission-img {
    height: 180px;
  }
}
.philosophy__vision {
  margin-bottom: 64px;
}
@media screen and (max-width: 400px) {
  .philosophy__vision {
    margin-bottom: max(8.3333333333vw, 40px);
  }
}
@media screen and (max-width: 400px) {
  .philosophy__vision {
    margin-bottom: 40px;
  }
}
.philosophy__text {
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .philosophy__text {
    margin: 0;
    text-align: center;
  }
}
.philosophy__text h1 {
  font-size: 60px;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .philosophy__text h1 {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .philosophy__text h1 {
    font-size: 30px;
  }
}
.philosophy__text p {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .philosophy__text p {
    font-size: max(18px, 2vw);
  }
}
@media screen and (max-width: 400px) {
  .philosophy__text p {
    margin: 0 16px 16px;
    font-size: 14px;
  }
}
.philosophy__img {
  width: 390px;
}
.philosophy__img img {
  width: 100%;
  height: 100%;
}

.companyinfo {
  background: #E6EBF0;
  padding: 0 40px;
}
@media screen and (max-width: 400px) {
  .companyinfo {
    padding: 0 24px;
  }
}
.companyinfo__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 130px 0 110px;
}
@media screen and (max-width: 768px) {
  .companyinfo__inner {
    padding: 15.625vw 0;
  }
}
@media screen and (max-width: 400px) {
  .companyinfo__inner {
    padding: 60px 0;
  }
}
.companyinfo__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 2.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .companyinfo__title {
    font-size: max(6.5104166667vw, 38px);
  }
}
@media screen and (max-width: 400px) {
  .companyinfo__title {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 39px;
  }
}
.companyinfo__table {
  width: 100%;
  border-collapse: collapse;
}
.companyinfo__table th, .companyinfo__table td {
  text-align: left;
  vertical-align: top;
  padding: 40px 0;
  border-top: solid 1px #C3C3C3;
}
@media screen and (max-width: 768px) {
  .companyinfo__table th, .companyinfo__table td {
    display: block;
    padding: 0;
  }
}
.companyinfo__table th {
  width: 128px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .companyinfo__table th {
    width: 100%;
    padding-top: 20px;
  }
}
.companyinfo__table td {
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .companyinfo__table td {
    border: none;
    padding-bottom: 20px;
  }
}
.companyinfo__table-link {
  color: #1B2A33;
  text-decoration: underline;
}
.companyinfo__table-link:hover {
  color: #1692F5;
}
.companyinfo__table-row.last th, .companyinfo__table-row.last td {
  border-bottom: solid 1px #C3C3C3;
}
@media screen and (max-width: 768px) {
  .companyinfo__table-row.last th {
    border-bottom: none;
  }
}
.companyinfo__map {
  width: 100%;
  height: 535px;
  border: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .companyinfo__map {
    height: 400px;
    margin-bottom: 20px;
  }
}
.companyinfo .common__btn {
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
}

.history {
  padding: 0 40px;
}
@media screen and (max-width: 400px) {
  .history {
    padding: 0 24px;
  }
}
.history__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 130px 0 120px;
}
@media screen and (max-width: 768px) {
  .history__inner {
    padding: 15.625vw 0;
  }
}
@media screen and (max-width: 400px) {
  .history__inner {
    padding: 60px 0;
  }
}
.history__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 2.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .history__title {
    font-size: max(6.5104166667vw, 38px);
  }
}
@media screen and (max-width: 400px) {
  .history__title {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 39px;
  }
}
.history__table {
  width: 100%;
  border-collapse: collapse;
}
.history__table th, .history__table td {
  text-align: left;
  vertical-align: top;
  border-top: solid 1px #C3C3C3;
}
@media screen and (max-width: 768px) {
  .history__table th, .history__table td {
    display: block;
    padding: 0;
  }
}
.history__table th {
  width: 155px;
  padding: 40px 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .history__table th {
    font-size: max(5.2083333333vw, 22px);
    width: 100%;
    padding: 20px 0 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .history__table th {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.history__table td {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 60px 0 40px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .history__table td {
    border: none;
    padding: 0 0 30px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 400px) {
  .history__table td {
    padding-bottom: 20px;
  }
}
.history__table td section {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media screen and (max-width: 768px) {
  .history__table td section {
    flex-direction: column;
  }
}
.history__table-date {
  font-weight: 700;
  width: 35px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .history__table-date {
    width: auto;
    text-align: left;
  }
}
.history__table-content {
  font-weight: 400;
  word-break: break-all;
  text-align: justify;
  flex: 1;
}
.history__table-link {
  display: inline;
  color: #1B2A33;
  text-decoration: underline;
}
.history__table-link:hover {
  color: #1692F5;
}
.history__table-row.last th, .history__table-row.last td {
  border-bottom: solid 1px #C3C3C3;
}
@media screen and (max-width: 768px) {
  .history__table-row.last th {
    border-bottom: none;
  }
}

.route {
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .route {
    padding: 15.625vw 40px;
  }
}
@media screen and (max-width: 400px) {
  .route {
    padding: 60px 24px;
  }
}
.route__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.route__introduction {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .route__introduction {
    margin-bottom: max(5vw, 40px);
  }
}
@media screen and (max-width: 400px) {
  .route__introduction {
    margin-bottom: 40px;
  }
}
.route__content {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .route__content {
    row-gap: max(5vw, 56px);
  }
}
@media screen and (max-width: 530px) {
  .route__content {
    row-gap: 80px;
  }
}
.route__content.umekita {
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .route__content.umekita {
    margin-bottom: max(10vw, 80px);
  }
}
@media screen and (max-width: 400px) {
  .route__content.umekita {
    margin-bottom: 40px;
  }
}
.route__content-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .route__content-title {
    font-size: max(4.1666666667vw, 22px);
  }
}
@media screen and (max-width: 530px) {
  .route__content-title {
    font-size: 22px;
  }
}
.route__content-row {
  display: flex;
  position: relative;
}
@media screen and (max-width: 530px) {
  .route__content-row {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
  .route__content-row::after {
    content: "";
    background: url(../img/company/arrow_down.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 30px;
  }
  .route__content-row.last::after {
    display: none;
  }
}
.route__content-item {
  width: 30%;
  max-width: 350px;
}
@media screen and (max-width: 1200px) {
  .route__content-item {
    width: 28%;
  }
}
@media screen and (max-width: 1200px) {
  .route__content-item {
    max-width: 400px;
  }
}
@media screen and (max-width: 530px) {
  .route__content-item {
    width: 100%;
  }
}
.route__content-item img {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .route__content-item img {
    height: 21.25vw;
  }
}
@media screen and (max-width: 530px) {
  .route__content-item img {
    height: 240px;
  }
}
.route__content-item p {
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .route__content-item p {
    font-size: max(1.3333333333vw, 13.5px);
  }
}
.route__content-arrow {
  width: 30px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  margin: 0 20px;
  padding-top: 90px;
}
@media screen and (max-width: 1200px) {
  .route__content-arrow {
    width: 2.5vw;
    margin: 0 1.6666666667vw;
    padding-top: 7.5vw;
  }
}
@media screen and (max-width: 530px) {
  .route__content-arrow {
    transform: rotate(90deg);
    width: 30px;
    padding: 0;
    margin: 0;
  }
}/*# sourceMappingURL=company.css.map */