@charset "UTF-8";
/* ==========================================================================//
//
// 会社概要
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
section {
  --color: #3B97D4;
  padding: 40px 0;
}
@media all and (min-width: 751px) {
  section {
    padding: 90px 0;
  }
}
section .sec_ttl {
  position: relative;
  text-align: center;
}
@media all and (max-width: 750px) {
  section .sec_ttl {
    background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-repeat: space no-repeat;
    background-position: left bottom;
    padding-bottom: 14px;
  }
}
@media all and (min-width: 751px) {
  section .sec_ttl::before, section .sec_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 26%;
    height: 5px;
    background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section .sec_ttl::before {
    left: 0;
  }
  section .sec_ttl::after {
    right: 0;
  }
}
section .sec_ttl .en {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px var(--color);
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media all and (min-width: 751px) {
  section .sec_ttl .en {
    -webkit-text-stroke: 1.5px var(--color);
    font-size: 42px;
  }
}
section .sec_ttl .jp {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  section .sec_ttl .jp {
    font-size: 26px;
  }
}

/* company
---------------------------------------------------------- */
.sec_company {
  --color: #ED7B89;
  background-image: url(../../images/common/bg_stripe.jpg);
  background-size: auto 664px;
  background-position: top left;
}
.sec_company .container {
  background-color: #fff;
  border-bottom-left-radius: 30px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  padding: 25px 15px 30px;
}
@media all and (min-width: 751px) {
  .sec_company .container {
    border-bottom-left-radius: 60px;
    padding: 50px 60px 40px;
  }
}
.sec_company .list {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_company .list {
    margin-top: 40px;
  }
}
.sec_company .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  border-bottom: 1px solid #d6d5d5;
  padding: 20px 0;
}
.sec_company .item::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #ED7B89;
}
@media all and (min-width: 751px) {
  .sec_company .item::before {
    width: 115px;
  }
}
.sec_company .item:first-child {
  border-top: 1px solid #d6d5d5;
}
.sec_company .item:first-child::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #ED7B89;
}
@media all and (min-width: 751px) {
  .sec_company .item:first-child::after {
    width: 115px;
  }
}
.sec_company .item .heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  width: 80px;
}
@media all and (min-width: 751px) {
  .sec_company .item .heading {
    width: 115px;
  }
}
.sec_company .item .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_company .item .cont p {
  letter-spacing: 0.075em;
}

/* access
---------------------------------------------------------- */
.sec_access .address {
  text-align: center;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_access .address {
    margin-top: 50px;
  }
}
.sec_access .address .heading {
  font-weight: 500;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .sec_access .address .heading {
    font-size: 18px;
  }
}
.sec_access .address p {
  letter-spacing: 0.075em;
  line-height: 1.74;
}
@media all and (min-width: 751px) {
  .sec_access .address p {
    line-height: 1.875;
  }
}
.sec_access .access {
  text-align: center;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_access .access {
    margin-top: 40px;
  }
}
.sec_access .access p {
  letter-spacing: 0.075em;
  line-height: 1.74;
}
@media all and (min-width: 751px) {
  .sec_access .access p {
    line-height: 1.875;
  }
}
.sec_access .map_wrap {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_access .map_wrap {
    margin-top: 40px;
  }
}
.sec_access .map {
  aspect-ratio: 830/484;
  overflow: hidden;
  border: 1px solid var(--color);
  border-bottom-left-radius: 30px;
}
@media all and (min-width: 751px) {
  .sec_access .map {
    border-bottom-left-radius: 60px;
  }
}
.sec_access .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_access .more_btn {
  --default_color: #3B97D4;
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .sec_access .more_btn {
    margin-top: 40px;
  }
}

/* award
---------------------------------------------------------- */
.sec_award {
  --color: #ED7B89;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5d6d8), to(#f4c3c8));
  background: linear-gradient(#f5d6d8 0%, #f4c3c8 100%);
}
.sec_award .wrap {
  margin-top: 25px;
}
@media all and (min-width: 751px) {
  .sec_award .wrap {
    max-width: 987px;
    margin-inline: auto;
    margin-top: 50px;
  }
}
.sec_award .award_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2px;
}
@media all and (min-width: 751px) {
  .sec_award .award_list {
    gap: 0 26px;
  }
}
.sec_award .award_list .award_detail {
  width: calc((100% - 2px) / 2);
}
@media all and (min-width: 751px) {
  .sec_award .award_list .award_detail {
    width: calc((100% - 52px) / 3);
  }
}
@media all and (max-width: 750px) {
  .sec_award .award_list .award_detail:nth-child(3) {
    width: 100%;
  }
  .sec_award .award_list .award_detail:nth-child(3) .image {
    width: 50%;
    margin-inline: auto;
  }
}
.sec_award .award_list .award_detail .image {
  overflow: hidden;
  border: 1px solid #ED7B89;
  border-radius: 0 0 0 30px;
}
@media all and (min-width: 751px) {
  .sec_award .award_list .award_detail .image {
    border-radius: 0 0 0 60px;
  }
}
.sec_award .award_list .award_detail .division_ttl {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}
@media all and (min-width: 751px) {
  .sec_award .award_list .award_detail .division_ttl {
    font-size: 15px;
    margin-top: 26px;
  }
}

/* history
---------------------------------------------------------- */
.sec_history .container {
  background-color: #fff;
  border-bottom-left-radius: 30px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  padding: 30px 10px;
  margin-top: 26px;
}
@media all and (min-width: 751px) {
  .sec_history .container {
    border-bottom-left-radius: 60px;
    padding: 60px;
    margin-top: 47px;
  }
}
.sec_history .history_list {
  position: relative;
}
@media all and (max-width: 750px) {
  .sec_history .history_list {
    padding-left: 25px;
  }
}
.sec_history .history_list::before {
  position: absolute;
  content: "";
  background-color: #cbdbe6;
  width: 1px;
  height: 100%;
  top: 10px;
  left: 10px;
}
@media all and (min-width: 751px) {
  .sec_history .history_list::before {
    top: 12px;
    left: 183px;
  }
}
.sec_history .history_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media all and (min-width: 751px) {
  .sec_history .history_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 46px;
  }
}
.sec_history .history_item::before {
  position: absolute;
  content: "";
  background-color: #cbdbe6;
  aspect-ratio: 1;
  width: 8px;
  border-radius: 50%;
  top: 8px;
  left: -18px;
}
@media all and (min-width: 751px) {
  .sec_history .history_item::before {
    top: 10px;
    left: 180px;
  }
}
.sec_history .history_item .year {
  font-weight: bold;
  letter-spacing: 0.075em;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .sec_history .history_item .year {
    width: 164px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
  }
}
.sec_history .history_item .cont {
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media all and (min-width: 751px) {
  .sec_history .history_item .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec_history .history_item:not(:last-child) {
  margin-bottom: 15px;
}
@media all and (min-width: 751px) {
  .sec_history .history_item:not(:last-child) {
    margin-bottom: 40px;
  }
}