@charset "UTF-8";
.animation-delays:nth-child(1) {
  animation-delay: 0 !important;
}
.animation-delays:nth-child(2) {
  animation-delay: 0.2s !important;
}
.animation-delays:nth-child(3) {
  animation-delay: 0.4s !important;
}
.animation-delays:nth-child(4) {
  animation-delay: 0.6s !important;
}
.animation-delays:nth-child(5) {
  animation-delay: 0.8s !important;
}
.animation-delays:nth-child(6) {
  animation-delay: 1s !important;
}
.animation-delays:nth-child(7) {
  animation-delay: 1.2s !important;
}
.animation-delays:nth-child(8) {
  animation-delay: 1.4s !important;
}
.animation-delays:nth-child(9) {
  animation-delay: 1.6s !important;
}
.animation-delays:nth-child(10) {
  animation-delay: 1.8s !important;
}
.animation-delays:nth-child(11) {
  animation-delay: 2s !important;
}
.animation-delays:nth-child(12) {
  animation-delay: 2.2s !important;
}
.animation-delays:nth-child(13) {
  animation-delay: 2.4s !important;
}

.radiusClipPath {
  clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
}

.arrow-type01-style {
  height: 30px;
  width: 30px;
}
.arrow-type01-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type01-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

.arrow-type02-style {
  height: 40px;
  width: 40px;
}
.arrow-type02-style .st0 {
  fill: #fff;
  transition: fill 0.3s 0s ease-out;
}
.arrow-type02-style .st1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: stroke 0.3s 0s ease-out;
}

/****************************************

****************************************/
.about-us {
  border-radius: 10px;
  padding: 20px;
}

.about-us__title {
  font-size: 24px;
}

.about-us__contents {
  margin-top: 10px;
}

/****************************************

****************************************/
.about-us__concept {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.4084507042%;
  margin-top: 20px;
}
.about-us__concept li {
  padding: 20px;
  width: 32.3943661972%;
}

.about-us__concept__image {
  text-align: center;
}

/****************************************

****************************************/
.about-section {
  margin-top: 50px;
  padding: 20px;
}

.about-section__title {
  font-size: 24px;
}

.about-section__contents {
  border-radius: 10px;
  margin-top: 10px;
}

#about-section--feature .about-section__contents {
  padding: 20px;
}

/****************************************

****************************************/
.feature-list dt {
  margin-top: 30px;
}
.feature-list dt:first-child {
  margin-top: 0;
}
.feature-list dd {
  margin-top: 10px;
}
.feature-list ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/****************************************

****************************************/
.office-info {
  width: 40.8450704225%;
}
.office-info tr:first-child th,
.office-info tr:first-child td {
  border-top: none;
}
.office-info th,
.office-info td {
  border-top: 1px solid #959191;
  font-size: 18px;
  padding: 10px 0;
  text-align: left;
  vertical-align: middle;
}
.office-info th {
  width: 120px;
}

.map {
  font-size: 18px;
  width: 56.6901408451%;
}

.map__image {
  margin-bottom: 20px;
}

#about-section--office .about-section__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.4647887324%;
}

/****************************************
メディアクエリ
****************************************/
@media screen and (max-width: 765px) {
  .about-us__title {
    font-size: 20px;
  }
  .about-section__title {
    font-size: 20px;
  }
  .about-us__concept {
    gap: 20px 4%;
  }
  .about-us__concept li {
    width: 48%;
  }
  #about-section--office .office-info,
  #about-section--office .map {
    width: 100%;
  }
  .office-info th,
  .office-info td {
    border-top: 1px solid #959191 !important;
    display: block;
    width: 100%;
  }
  .office-info th {
    background: #c8e6fb;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .about-us__concept li {
    width: 100%;
  }
}
/*# sourceMappingURL=map/about.css.map */
