/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.about_wrapper {
  padding: 40px 0 113px;
}
.about_heading {
  margin-bottom: 30px;
  text-align: center;
}
.about_heading__en {
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  color: #2C4198;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.about_heading__jp {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.about_desc {
  text-align: center;
}
.about_content {
  margin-bottom: 60px;
}
.about_row {
  position: relative;
  padding-bottom: 55px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about_row__content {
  width: 100%;
}
.about_row__heading {
  margin-bottom: 15px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.7307692308;
}
.about_row__desc {
  margin-bottom: 11px;
}
.about_row__sub {
  text-align: right;
}
.about_row__figure {
  width: 100%;
}
.about_row__img {
  margin-right: min(max((100vw - 1200px) / -2, -353px), -20px);
}
.about_row__img img {
  border-radius: 30px 0 0 30px;
}
.about_overview {
  position: relative;
  margin-bottom: 60px;
  padding: 60px 0;
  background: #fff;
  border-radius: 60px;
}
.about_overview__tbl {
  padding: 40px 30px 40px;
  background: #FFFCDE;
  border-radius: 50px;
}
.about_overview__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.about_overview__item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid #E8E8E8;
}
.about_overview__label {
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2C4198;
}
.about_overview__content {
  letter-spacing: 0.05em;
}
.about_overview__note {
  margin-top: 5px;
  margin-bottom: 35px;
  text-align: right;
}
.about_detail {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about_detail__heading {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2C4198;
  letter-spacing: 0.05em;
}
.about_detail__img {
  position: relative;
}
.about_detail__img::after {
  content: "";
  position: absolute;
  bottom: min(max(-2.75vw, -44px), -24px);
  right: max(-7.63vw, -122px);
  width: max(min(15.38vw, 246px), 140px);
  aspect-ratio: 246/145;
  background: url("../images/about/illust_about_02.svg") center/100% auto no-repeat;
  z-index: 2;
}
.about_office {
  margin-bottom: 57px;
}
.about_office__map {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about_office__img {
  position: relative;
}
.about_office__wrap {
  padding: 40px 20px;
  background: #fff;
  border-radius: 30px;
}
.about_office .office_ttl {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.about_office .office_ttl::before {
  content: "";
  margin-top: 2px;
  flex-shrink: 0;
  width: 40px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.about_office .office_ttl__01 {
  color: #E67339;
}
.about_office .office_ttl__01::before {
  background-image: url("../images/top/icon_location_02.svg");
  background-size: 40px auto;
}
.about_office .office_ttl__02 {
  color: #2C4198;
}
.about_office .office_ttl__02::before {
  background-image: url("../images/top/icon_location_03.svg");
  background-size: 40px auto;
}
.about_office .office_ttl__03 {
  color: #8B5E3C;
  font-size: 1.25rem;
}
.about_office .office_ttl__03::before {
  background-image: url("../images/top/icon_location_04.svg");
  background-size: 30px auto;
}
.about_office .office_box:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid transparent;
  background-image: repeating-linear-gradient(to right, #E2E2E2 0, #E2E2E2 5px, transparent 5px, transparent 10px);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.about_office .office_grid {
  display: grid;
  justify-content: space-between;
  gap: 14px 20px;
}
.about_office .office_grid__col2 {
  grid-template-columns: 1fr;
}
.about_office .office_grid__col3 {
  grid-template-columns: 1fr;
}
.about_office .office_list__01 {
  padding-right: 11px;
}
.about_office .office_list__01 .item_num {
  background: #E67339;
}
.about_office .office_list__01 .item_ttl {
  color: #E67339;
}
.about_office .office_list__01 .item_link::after {
  background-image: url("../images/common/icon_arr_orange.svg");
}
.about_office .office_list__02 .item_num {
  background: #2C4198;
}
.about_office .office_list__02 .item_ttl {
  color: #2C4198;
}
.about_office .office_list__02 .item_link::after {
  background-image: url("../images/common/icon_arr_blue.svg");
}
.about_office .office_list__03 .item_num {
  background: #8B5E3C;
}
.about_office .office_list__03 .item_ttl {
  color: #8B5E3C;
}
.about_office .office_list__03 .item_link::after {
  background-image: url("../images/common/icon_arr_brown.svg");
}
.about_office .office_list__item {
  line-height: 1;
}
.about_office .office_list .item_link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 23px;
}
.about_office .office_list .item_link::after {
  content: "";
  flex-shrink: 0;
  width: 15px;
  aspect-ratio: 1/1;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.about_office .office_list .item_num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.about_office .office_list .item_ttl {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about_img__item {
  position: absolute;
  line-height: 1;
}
.about_img__item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: min(6.87vw, 40px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: min(4.81vw, 1.75rem);
  font-weight: 700;
  color: #fff;
}
.about_img__item a.orange {
  background: #E67339;
}
.about_img__item a.blue {
  background: #2C4198;
}
.about_img__item a.brown {
  background: #8B5E3C;
}
.about_img__item:nth-child(1) {
  top: min(68.73vw, 400px);
  left: min(57.04vw, 322px);
}
.about_img__item:nth-child(2) {
  top: min(28.18vw, 164px);
  left: min(65.29vw, 380px);
}
.about_img__item:nth-child(3) {
  top: min(63.06vw, 367px);
  left: min(68.21vw, 397px);
}
.about_img__item:nth-child(4) {
  top: min(81.96vw, 477px);
  left: min(57.04vw, 332px);
}
.about_img__item:nth-child(5) {
  top: min(17.87vw, 104px);
  left: min(70.1vw, 408px);
}
.about_img__item:nth-child(6) {
  top: min(65.81vw, 383px);
  left: min(63.57vw, 370px);
}
.about_img__item:nth-child(7) {
  top: min(37.97vw, 221px);
  left: min(39.69vw, 231px);
}
.about_img__item:nth-child(8) {
  top: min(49.66vw, 289px);
  left: min(44.5vw, 259px);
}
.about_location {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.about_location:not(:last-child) {
  margin-bottom: 40px;
}
.about_location__01 .about_location__head {
  background: #E67339;
}
.about_location__01 .item_ttl {
  color: #E67339;
}
.about_location__01 .item_ttl__num {
  background: #E67339;
}
.about_location__02 .about_location__head {
  background: #2C4198;
}
.about_location__02 .item_ttl {
  color: #2C4198;
}
.about_location__02 .item_ttl__num {
  background: #2C4198;
}
.about_location__03 .about_location__head {
  background: #8B5E3C;
}
.about_location__03 .item_ttl {
  color: #8B5E3C;
}
.about_location__03 .item_ttl__num {
  background: #8B5E3C;
}
.about_location__head {
  padding: 13px 25px 15px;
}
.about_location__tt {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.about_location__tt::before {
  content: "";
  margin-top: 2px;
  flex-shrink: 0;
  width: 40px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.about_location__tt.type01::before {
  background-image: url("../images/top/icon_location_02.svg");
  background-size: 40px auto;
}
.about_location__tt.type02::before {
  background-image: url("../images/top/icon_location_03.svg");
  background-size: 40px auto;
}
.about_location__tt.type03::before {
  background-image: url("../images/top/icon_location_04.svg");
  background-size: 30px auto;
}
.about_location__grid {
  padding: 30px 20px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.about_location__grid .item {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.about_location__grid .item_ttl {
  margin-bottom: 11px;
  position: relative;
  padding-left: 25px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.about_location__grid .item_ttl__num {
  padding: 0 0 2px 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.about_location__grid .item_img {
  margin-bottom: 16px;
}
.about_location__grid .item_address {
  margin-bottom: 9px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.about_location__grid .item_contact {
  padding-right: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.about_location__grid .item_btn {
  padding: 3px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #fff;
  color: #808080;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #808080;
  border-radius: 3px;
}
.about_location__grid .item_btn::after {
  content: ">";
  font-size: 0.75rem;
  line-height: 1;
  transform: translateY(-1px);
}
.about_location__grid .item_block:not(:last-child) {
  margin-bottom: 31px;
}
.about_location__grid .item_txt {
  margin-top: -5px;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .about_desc {
    margin-bottom: 20px;
  }
  .about_office__img {
    margin: 0 auto;
    width: 542px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .about_wrapper {
    padding: 39px 0 236px;
  }
  .about_heading__01 {
    margin-bottom: 29px;
  }
  .about_heading__02 {
    margin-bottom: 19px;
  }
  .about_heading__jp {
    font-size: 2rem;
  }
  .about_content {
    margin-bottom: 100px;
  }
  .about_row {
    padding-bottom: 85px;
  }
  .about_row__heading {
    margin-bottom: 21px;
    font-size: 1.625rem;
  }
  .about_overview {
    margin-bottom: 70px;
    padding: min(5.25vw, 84px) 0 min(6.25vw, 100px);
  }
  .about_overview__tbl {
    padding: min(3.5vw, 56px) min(6.25vw, 100px) min(4.25vw, 68px);
  }
  .about_overview__item {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .about_overview__item:not(:last-child) {
    padding-bottom: 27px;
    margin-bottom: 22px;
  }
  .about_overview__label {
    width: 200px;
    font-size: 1.125rem;
  }
  .about_detail {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .about_detail__heading {
    margin-bottom: 19px;
    font-size: 1.5rem;
  }
  .about_detail__content {
    width: 45.8333333333%;
  }
  .about_detail__img {
    width: 41.6666666667%;
  }
  .about_office__map {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .about_office__img {
    width: 45.1666666667%;
  }
  .about_office__wrap {
    margin-top: 15px;
    padding: 76px 40px;
    width: 52.75%;
  }
  .about_office .office_ttl {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .about_office .office_ttl::before {
    margin-top: 5px;
    width: 52px;
    height: 28px;
  }
  .about_office .office_ttl__01::before {
    background-size: 52px auto;
  }
  .about_office .office_ttl__02::before {
    background-size: 52px auto;
  }
  .about_office .office_ttl__03 {
    padding-top: 3px;
    font-size: 1.25rem;
  }
  .about_office .office_ttl__03::before {
    background-size: 38px auto;
  }
  .about_office .office_box:not(:last-child) {
    margin-bottom: 23px;
    padding-bottom: 27px;
  }
  .about_office .office_list__02 {
    padding-right: 18px;
  }
  .about_office .office_list .item_link {
    padding-left: 25px;
    gap: 10px;
  }
  .about_office .office_list .item_link::after {
    width: 18px;
  }
  .about_office .office_list .item_num {
    font-size: 0.875rem;
    width: 20px;
  }
  .about_office .office_list .item_ttl {
    font-size: 1.125rem;
  }
  .about_img__item a {
    width: min(3.23vw, 40px);
    font-size: min(2.26vw, 1.75rem);
  }
  .about_img__item:nth-child(1) {
    top: min(32.26vw, 400px);
    left: min(25.97vw, 322px);
  }
  .about_img__item:nth-child(2) {
    top: min(13.23vw, 164px);
    left: min(30.65vw, 380px);
  }
  .about_img__item:nth-child(3) {
    top: min(29.6vw, 367px);
    left: min(32.02vw, 397px);
  }
  .about_img__item:nth-child(4) {
    top: min(38.47vw, 477px);
    left: min(26.77vw, 332px);
  }
  .about_img__item:nth-child(5) {
    top: min(8.39vw, 104px);
    left: min(32.9vw, 408px);
  }
  .about_img__item:nth-child(6) {
    top: min(30.89vw, 383px);
    left: min(29.84vw, 370px);
  }
  .about_img__item:nth-child(7) {
    top: min(17.82vw, 221px);
    left: min(18.63vw, 231px);
  }
  .about_img__item:nth-child(8) {
    top: min(23.31vw, 289px);
    left: min(20.89vw, 259px);
  }
  .about_location:not(:last-child) {
    margin-bottom: 50px;
  }
  .about_location__head {
    padding: 14px 40px 18px;
  }
  .about_location__tt {
    gap: 16px;
    font-size: 1.5rem;
  }
  .about_location__tt::before {
    margin-top: 5px;
    width: 52px;
    height: 28px;
  }
  .about_location__tt.type01::before {
    background-size: 52px auto;
  }
  .about_location__tt.type02::before {
    background-size: 52px auto;
  }
  .about_location__tt.type03::before {
    background-size: 38px auto;
  }
  .about_location__grid {
    padding: 30px 58px 28px 62px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px min(7.69vw, 80px);
  }
  .about_location__grid .item_ttl {
    padding-left: 30px;
    font-size: 1.125rem;
  }
  .about_location__grid .item_ttl__num {
    font-size: 0.875rem;
    width: 20px;
  }
  .about_location__grid .item_address {
    font-size: 1rem;
  }
  .about_location__grid .item_contact {
    font-size: 1rem;
  }
  .about_location__grid .item_txt {
    padding-left: 30px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .about_row {
    padding-bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
  .about_row__content {
    padding-top: 46px;
    width: 45.834%;
  }
  .about_row__sub {
    margin-bottom: 45px;
    padding-right: 17px;
  }
  .about_row__figure {
    width: 45.667%;
  }
}
@media screen and (min-width: 1200px) {
  .about_office .office_grid__col2 {
    grid-template-columns: repeat(2, auto);
  }
  .about_office .office_grid__col3 {
    grid-template-columns: repeat(3, auto);
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .about_img__item a:hover {
    opacity: 1;
    transform: translateY(-5px);
  }
}
/*# sourceMappingURL=maps/about.css.map */
