@charset "UTF-8";

#company_media .text {
  margin-top: 10px;
}

#company_philosophy {
  padding: 50px 0 150px;
}

#company_philosophy .texts {
  text-align: center;
}

#company_philosophy .section_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #18150d;
}

#company_philosophy .text {
  margin-top: 30px;
}

#company_philosophy .text span {
  font-size: 32px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.01em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #e9e9f4));
  background: -webkit-linear-gradient(transparent 75%, #e9e9f4 75%);
  background: linear-gradient(transparent 75%, #e9e9f4 75%);
}

#company_policy {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, right top, from(#f7f7ff), to(#e5e5f8));
  background: -webkit-linear-gradient(left, #f7f7ff, #e5e5f8);
  background: linear-gradient(to right, #f7f7ff, #e5e5f8);
}

#company_policy .section_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #18150d;
  padding-left: 40px;
  text-align: center;
}

#company_policy .lists {
  margin-top: 40px;
}

#company_policy .list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 770px;
  margin-inline: auto;
  gap: 20px;
}

#company_policy .list:not(:first-child) {
  margin-top: 10px;
}

#company_policy .list .number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Zona Pro", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
  background: #0200AB;
  border-radius: 5px;
  text-align: center;
}

#company_policy .list .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

#company_access {
  padding: 150px 0 140px;
}

#company_access .c_section_block {
  text-align: center;
}

#company_access .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

#company_access .map {
  width: calc(50% - 20px);
}

#company_access .map {
  position: relative;
  width: calc(50% - 20px);
  aspect-ratio: 600/450;
}

#company_access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#company_access .contents {
  width: calc(50% - 20px);
}

#company_access .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #18150d;
}

#company_access .address {
  margin-top: 10px;
}

#company_access .address_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #18150d;
}

#company_access .items {
  margin-top: 40px;
}

#company_access .item:not(:first-child) {
  margin-top: 20px;
}

#company_access .item_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #e0dfef;
  padding-bottom: 5px;
}

#company_access .item_icon {
  width: 29px;
  height: 29px;
}

#company_access .item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #18150d;
}

#company_access .item_text {
  margin-top: 5px;
}

#company_access .item_text span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #18150d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #e9e9f4));
  background: -webkit-linear-gradient(transparent 75%, #e9e9f4 75%);
  background: linear-gradient(transparent 75%, #e9e9f4 75%);
}

@media screen and (max-width: 750px) {
  #company_media .text {
    margin-top: 4.1vw;
  }

  #company_philosophy {
    padding: 7.69vw 0 28.21vw;
  }

  #company_philosophy .wrap {
    width: 90%;
  }

  #company_philosophy .section_title {
    font-size: 6.15vw;
  }

  #company_philosophy .text {
    margin-top: 5.13vw;
    text-align: center;
  }

  #company_philosophy .text span {
    font-size: 5.8vw;
  }

  #company_policy {
    padding: 20.51vw 0;
  }

  #company_policy .wrap {
    width: 90%;
  }

  #company_policy .section_title {
    font-size: 6.15vw;
  }

  #company_policy .lists {
    margin-top: 7.69vw;
  }

  #company_policy .list {
    max-width: 95%;
    gap: 2.56vw;
  }

  #company_policy .list:not(:first-child) {
    margin-top: 4.1vw;
  }

  #company_policy .list .number {
    width: 7.69vw;
    height: 7.69vw;
    font-size: 4.1vw;
  }

  #company_policy .list .text {
    font-size: 4.1vw;
  }

  #company_access {
    padding: 20.51vw 0 15.38vw;
  }

  #company_access .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.69vw;
    margin-top: 7.69vw;
  }

  #company_access .map {
    width: 100%;
  }

  #company_access .contents {
    width: 100%;
  }

  #company_access .title {
    font-size: 5.13vw;
  }

  #company_access .address {
    margin-top: 2.56vw;
  }

  #company_access .address_title {
    font-size: 4.1vw;
  }

  #company_access .address_text {
    font-size: 3.59vw;
  }

  #company_access .items {
    margin-top: 7.69vw;
  }

  #company_access .item_head {
    gap: 5.13vw;
    padding-bottom: 1.28vw;
  }

  #company_access .item_icon {
    width: 7.44vw;
    height: 7.44vw;
  }

  #company_access .item_title {
    font-size: 4.1vw;
  }

  #company_access .item_text {
    margin-top: 1.28vw;
  }

  #company_access .item_text span {
    font-size: 4.1vw;
  }
}