@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
.company-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.company-table th,
.company-table td {
  padding: 1rem 0;
  vertical-align: top;
}
.company-table th {
  text-align: left;
  font-weight: 400;
  padding-right: 5rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .company-table th,
  .company-table td {
    display: block;
  }
  .company-table th {
    padding-right: 0;
  }
  .company-table td {
    padding: 0 0 1.5rem 2.5rem;
  }
}

#company-message .message-col {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #company-message .message-col {
    grid-template-columns: 1fr;
  }
}
#company-message .message-col div *:first-child {
  margin-top: 0;
}
#company-message .message-col .osanai-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
#company-message .message-col .osanai-sign {
  width: 85%;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
#company-message .message-col .osanai-stamp {
  width: 7%;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

#company-philosophy .philosophy-brush {
  display: block;
  margin: 0 auto;
  width: 70rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #company-philosophy .philosophy-brush {
    width: 100%;
  }
}
#company-philosophy .philosophy-platform {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 6rem;
}
#company-philosophy .philosophy-memo__ttl {
  font-size: 1.8rem;
  font-weight: 500;
}

#company-profile .profile-certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-top: 2rem;
}
#company-profile .profile-certification img {
  display: block;
  height: 14rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company-profile .profile-certification img {
    width: 100%;
    height: auto;
  }
}

#company-organization .organization-fig {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #company-organization .organization-fig {
    width: 100%;
    overflow-x: scroll;
  }
  #company-organization .organization-fig img {
    display: block;
    width: 150%;
    padding-bottom: 2rem;
  }
}

#company-support .support-ttl {
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: 400;
}
#company-support .support-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem 4rem;
  list-style-type: none;
  padding: 0;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #company-support .support-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#company-support .support-list__item {
  position: relative;
}
#company-support .support-list__item .item-img-1 {
  position: relative;
}
#company-support .support-list__item .item-img-1::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
#company-support .support-list__item .item-img-2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 12rem;
  height: 12rem;
  border-radius: 6rem;
  overflow: hidden;
}
#company-support .support-list__item .item-txt {
  position: absolute;
  bottom: 1.2rem;
  left: 1.5rem;
}
#company-support .support-list__item .item-txt span {
  display: block;
  color: #FFF;
  line-height: 1.2;
  text-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.5);
}
#company-support .support-list__item .item-txt .txt-katagaki {
  font-size: 1.6rem;
  line-height: 2;
}
#company-support .support-list__item .item-txt .txt-name {
  font-size: 2.7rem;
  font-family: serif;
}
#company-support .support-list__item .item-txt .txt-name-e {
  font-size: 1.2rem;
}

#company-access .access-ttl {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}
#company-access .access-txt {
  line-height: 1.2;
}
#company-access .access-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #company-access .access-map {
    padding-top: 100%;
  }
}
#company-access .access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breakimg {
  display: block;
  margin-top: 10rem;
  aspect-ratio: 1290/540;
  background-color: #F1F1F1;
  overflow: hidden;
}

.breakimg-left {
  margin-right: 15%;
  border-radius: 0 5rem 5rem 0;
}

.breakimg-right {
  margin-left: 15%;
  border-radius: 5rem 0 0 5rem;
}

@media screen and (max-width: 768px) {
  .breakimg-left,
  .breakimg-right {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
  }
}