.sec01__block {
  padding: 40px 25px;
  border: 1px solid #c8c8c8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sec01__block-item:nth-child(1) a::before {
  background-color: #b1b7bf;
}
.sec01__block-item:nth-child(2) a::before {
  background-color: #a6bddd;
}
.sec01__block-item:nth-child(3) a::before {
  background-color: #aca6cb;
}
.sec01__block-item:nth-child(4) a::before {
  background-color: #a6afcb;
}

.sec01__block-item-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec01__block-item-link::before {
  content: "";
  display: inline-block;
  flex: 0 0 14px;
  height: 14px;
}

.sec01__block-item-img {
  flex: 0 0 14.47%;
  text-align: center;
}

.sec01__block-item-ttl {
  font-size: clamp(1.6rem, 5vw, 3.2rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #1e5293;
}
.sec01__block-item-ttl .is-small {
  font-size: clamp(1.4rem, 3.75vw, 2.4rem);
}

.sec01__block-item-txt {
  font-size: clamp(1.3rem, 3.4375vw, 2.2rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1e5293;
}

.sec01__block-ttl {
  font-weight: 700;
  font-size: clamp(1.4rem, 4.375vw, 2.8rem);
  letter-spacing: 0.05em;
  line-height: 1.78;
}

.sec01__col {
  background-color: #fff;
  text-align: center;
  padding: 40px 10%;
}

.sec01__col-ttl {
  font-weight: 700;
  font-size: clamp(1.3rem, 3.4375vw, 2.2rem);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.sec01__col-subttl {
  display: block;
  font-weight: 700;
  font-size: clamp(1.3rem, 3.4375vw, 2.2rem);
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-align: center;
  color: #1e5293;
  padding-bottom: min(20px, 1.3889vw);
  border-bottom: 1px solid #c8c8c8;
}

.sec01__col-list {
  display: inline-block;
  margin: min(15px, 1.5vw) auto 0;
}

.sec01__col-btn .m-btn-01 {
  padding: 30px 16px;
}
.sec01__col-btn .is-txt {
  font-weight: 700;
  font-size: clamp(1.3rem, 2.8125vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-align: center;
  color: #fff;
  flex: 1;
  display: inline-block;
  margin-right: 8px;
}
.sec01__col-btn .is-txt .is-large {
  font-size: clamp(1.4rem, 4.375vw, 2.8rem);
}
.sec01__col-btn .is-site {
  flex: 0 0 20%;
}

.sec02__step02-block {
  padding: 20px;
  background-color: #fff;
}

.sec02__step02-ttl {
  font-weight: 700;
  font-size: clamp(1.4rem, 3.4375vw, 2.2rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  height: 17vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../../../assets/img/bacic/about/sec02_step02_bg_sp.svg) no-repeat center bottom/cover;
}
.sec02__step02-ttl .is-small {
  display: inline-block;
  font-size: clamp(1.2rem, 2.8125vw, 1.8rem);
}

.sec02__step02-list {
  padding-left: 2.5%;
}

.sec02__step02-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec02__step02-item:not(:first-child) {
  margin-top: 12px;
}
.sec02__step02-item:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 12px;
}

.sec02__step02-item-txt {
  font-weight: 500;
  font-size: clamp(1.3rem, 2.8125vw, 1.8rem);
  line-height: 28px;
  text-indent: -1em;
  padding-left: 1em;
  margin-right: 5%;
}

.sec02__step02-item-cat {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec02__step02-item-cat a,
.sec02__step02-item-cat span {
  font-weight: 700;
  font-size: clamp(1.3rem, 2.8125vw, 1.8rem);
  color: #fff;
  line-height: 1.6;
  display: inline-block;
  text-align: center;
  padding: 6px 10px;
  width: 115px;
}
.sec02__step02-item-cat a:not(:last-child),
.sec02__step02-item-cat span:not(:last-child) {
  margin-right: 3%;
}
.sec02__step02-item-cat a.cat01,
.sec02__step02-item-cat span.cat01 {
  background-color: #a2bfc1;
}
.sec02__step02-item-cat a.cat02,
.sec02__step02-item-cat span.cat02 {
  background-color: #8e9eb9;
}
.sec02__step02-item-cat a.cat03,
.sec02__step02-item-cat span.cat03 {
  background-color: #737479;
}
.sec02__step02-item-cat a.cat04,
.sec02__step02-item-cat span.cat04 {
  background-color: #a2a3a7;
}
.sec02__step02-item-cat a {
  position: relative;
  padding-left: 16px;
}
.sec02__step02-item-cat a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  border: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 0;
  transform: translate(0, -50%);
  content: "";
}

.sec02__list {
  font-weight: 500;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  line-height: 1.778;
}

.sec02__link {
  font-weight: 500;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  letter-spacing: 0.05em;
  color: #1e5293;
  line-height: 1.778;
}

.sec02__card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02__card li {
  flex: 0 0 47%;
  margin-bottom: 20px;
}

.sec02__card-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: min(24px, 4vw) min(16px, 2.67vw) min(32px, 5.33vw);
}
.sec02__card-link .is-ttl {
  display: block;
  font-weight: 700;
  font-size: clamp(1.3rem, 2.34vw, 1.8rem);
  line-height: 1.75;
  text-align: center;
  color: #01a5e9;
}
.sec02__card-link .is-ttl .num {
  font-size: 2.4rem;
}
.sec02__card-link .is-txt {
  flex-grow: 1;
}
.sec02__card-link .is-more {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(1.3rem, 2.34vw, 1.8rem);
  letter-spacing: 0.05em;
  color: #1e5293;
  margin-top: 27px;
}

.sec03__table-inr {
  width: 1000px;
  width: 100%;
  overflow: auto;
  position: relative;
}

.sec03__table table {
  display: block;
  width: 1000px !important;
  min-width: 1000px;
  height: 925px !important;
  min-height: 925px;
}
.sec03__table tr:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}
.sec03__table tr.border-none {
  border-bottom: none;
}
.sec03__table th,
.sec03__table td {
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec03__table th {
  color: #fff;
  font-weight: 700;
  background-color: #737479;
}
.sec03__table th:not(:last-child) {
  border-right: 1px solid #fff;
}
.sec03__table td {
  background-color: #fff;
}
.sec03__table td:not(:last-child) {
  border-right: 1px solid #c8c8c8;
}

.sec03__table-name {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.4;
  display: block;
  margin-bottom: 13px;
}

.sec03__table-img {
  display: block;
  margin-bottom: 5px;
}

.sec03__table-link {
  display: block;
  font-size: 0.8em;
}
.sec03__table-link .m-btn-arrow {
  color: #1e5293;
}

.sec03__table-bg01 {
  background-color: rgba(239, 249, 250, 0.5) !important;
}

.sec03__table .is-cell {
  border-right: 1px solid #ebebeb !important;
}
.sec03__table .is-lastcell {
  border-right: 1px solid #c8c8c8;
}
.sec03__table .head-small {
  width: 3%;
  border-right: 1px solid #fff;
}
.sec03__table .border-bottom {
  border-bottom: 1px solid #c8c8c8;
}

.sec03__table-btn {
  padding: 0 11px;
}

.sec03__table-area {
  position: absolute;
  z-index: 1;
  height: 44px;
}
.sec03__table-area.area01 {
  width: 62px;
  top: 84px;
  left: 630px;
  background-color: #a2bfc1;
}
.sec03__table-area.area02 {
  width: 15px;
  top: 193px;
  left: 642px;
  background-color: #8e9eb9;
}
.sec03__table-area.area03 {
  width: 62px;
  top: 302px;
  left: 754px;
  background-color: #a2bfc1;
}
.sec03__table-area.area04 {
  width: 61px;
  top: 411px;
  left: 786px;
  background-color: #8e9eb9;
}
.sec03__table-area.area05 {
  width: 62px;
  top: 520px;
  left: 630px;
  background-color: #a2bfc1;
}
.sec03__table-area.area06 {
  width: 62px;
  top: 629px;
  left: 662px;
  background-color: #8e9eb9;
}
.sec03__table-area.area07 {
  width: 34px;
  top: 790px;
  left: 662px;
  background-color: #a2bfc1;
}

.sec03__img {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.sec03__img-inr {
  min-width: 1000px;
  position: relative;
}

.sec03__img-btn {
  position: absolute;
  z-index: 1;
}
.sec03__img-btn.btn02-1 {
  width: 158px;
  top: 160px;
  left: 104px;
}
.sec03__img-btn.btn02-2 {
  width: 191px;
  top: 240px;
  left: 160px;
}
.sec03__img-btn.btn02-3 {
  width: 187px;
  top: 160px;
  left: 304px;
}
.sec03__img-btn.btn02-4 {
  width: 242px;
  top: 420px;
  left: 106px;
}
.sec03__img-btn.btn02-5 {
  width: 274px;
  top: 510px;
  left: 197px;
}
.sec03__img-btn.btn02-6 {
  width: 268px;
  top: 420px;
  left: 362px;
}
.sec03__img-btn.btn02-7 {
  width: 245px;
  top: 510px;
  left: 545px;
}
.sec03__img-btn.btn02-8 {
  width: 190px;
  top: 354px;
  left: 626px;
}
.sec03__img-btn.btn02-9 {
  width: 185px;
  top: 460px;
  left: 790px;
}
.sec03__img-btn.btn02-10 {
  width: 158px;
  top: 80px;
  left: 176px;
}
.sec03__img-btn.btn02-11 {
  width: 155px;
  top: 80px;
  left: 352px;
}

.sec03__btn {
  font-size: clamp(1.1rem, 3.4375vw, 2.2rem);
  letter-spacing: 0.05em;
  line-height: 1.47;
  text-align: center;
}

.sec03__btn-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.sec03__btn .is-large {
  font-size: clamp(1.6rem, 5vw, 3.2rem);
  font-weight: 700;
}

.sec03__btn-icon {
  flex: 0 0 15%;
  margin-right: 3%;
}

.sec04__col {
  display: flex;
  flex-direction: column;
}

.chiller__btn {
  transition: background-color 0.3s, color 0.3s;
}
.chiller__btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #1e5293;
}
.chiller__btn:hover .chiller__btn-icon.is-search {
  background: url("../../../assets/img/common/icon_search_on.svg") no-repeat center/contain;
}
.chiller__btn:hover .chiller__btn-icon.is-site {
  background: url("../../../assets/img/common/icon_site_on.svg") no-repeat center/contain;
}

.chiller__btn-icon.is-search {
  width: min(57px, 8vw);
  height: min(57px, 8vw);
  background: url("../../../assets/img/common/icon_search.svg") no-repeat center/contain;
}
.chiller__btn-icon.is-site {
  width: min(75px, 7.7vw);
  aspect-ratio: 65/83;
  background: url("../../../assets/img/common/icon_site.svg") no-repeat center/contain;
}

.chiller__btn-txt {
  font-weight: 500;
  font-size: clamp(1.2rem, 2.34375vw, 1.5rem);
  line-height: 1.22;
  letter-spacing: 0.05em;
}
.chiller__btn-txt .is-large {
  font-weight: 700;
  font-size: clamp(1.4rem, 3.125vw, 2rem);
}

.p-clu__heading01 {
  position: relative;
  margin-bottom: 26px;
  padding: 8px 0;
  background: #1e5293;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.p-clu-support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-clu-support a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e5293;
  border-radius: 6px;
  width: 46%;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #1e5293;
  padding: 4% 2%;
}
.p-clu-support a:hover {
  opacity: 1;
  background-color: #1e5293;
  color: #fff;
}
.p-clu-support a:hover .icon.icon01 {
  background: url("../../../assets/img/bacic/about/sec_icon01_on.svg") no-repeat center/contain;
}
.p-clu-support a:hover .icon.icon02 {
  background: url("../../../assets/img/bacic/about/sec_icon02_on.svg") no-repeat center/contain;
}
.p-clu-support a:hover .icon.icon03 {
  background: url("../../../assets/img/bacic/about/sec_icon03_on.svg") no-repeat center/contain;
}
.p-clu-support a:hover .icon.icon04 {
  background: url("../../../assets/img/bacic/about/sec_icon04_on.svg") no-repeat center/contain;
}
.p-clu-support a .icon {
  display: block;
  width: 38.47%;
  aspect-ratio: 1/1;
}
.p-clu-support a .icon.icon01 {
  background: url("../../../assets/img/bacic/about/sec_icon01.svg") no-repeat center/contain;
}
.p-clu-support a .icon.icon02 {
  background: url("../../../assets/img/bacic/about/sec_icon02.svg") no-repeat center/contain;
}
.p-clu-support a .icon.icon03 {
  background: url("../../../assets/img/bacic/about/sec_icon03.svg") no-repeat center/contain;
}
.p-clu-support a .icon.icon04 {
  background: url("../../../assets/img/bacic/about/sec_icon04.svg") no-repeat center/contain;
}
.p-clu-support a .txt {
  display: block;
  font-size: 3.2vw;
  line-height: 1.4;
  margin-top: 8.5%;
}

.sec01__block-list {
  width: 100%;
}

.sec01__block-item-inr {
  border-bottom: 1px solid #1e5293;
}

@media screen and (max-width: 767px) {
  .sec01__head-inr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec01__head-txt {
    flex: 0 0 63.79%;
  }
  .sec01__block-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .sec01__block-item-inr {
    flex: 1;
  }
  .sec01__block-item-txt {
    display: block;
  }
  .sec01__block-ttl::after {
    content: "";
    display: block;
    width: 157px;
    height: 1px;
    background-color: #c8c8c8;
    margin: 6% auto;
  }
  .sec01__col-list li .is-step {
    margin-right: 10px;
  }
  .sec01__col-list li span {
    font-size: clamp(1.3rem, 2.8125vw, 1.8rem);
  }
  .sec02__step02-list {
    margin-top: 20px;
  }
  .sec02__step02-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec02__step02-item-cat {
    margin-top: 15px;
  }
  .chiller__btn-txt {
    display: inline-block;
    margin: 0 10px;
    max-width: 15em;
  }
  .chiller__btn-txt .is-large {
    display: inline-block;
  }
  .p-clu-support a {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sec01__head-txt {
    margin-left: min(225px, 22.5vw);
  }
  .sec01__head-img {
    position: relative;
    top: -70px;
  }
  .sec01__block {
    padding: 15px 25px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
  }
  .sec01__block-list {
    padding-left: 4%;
    border-left: 1px solid #c8c8c8;
  }
  .sec01__block-item-img {
    flex: 0 0 36px;
  }
  .sec01__block-item-inr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sec01__block-item-ttl {
    font-size: clamp(1.4rem, 2vw, 2rem);
  }
  .sec01__block-item-ttl .is-small {
    font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  }
  .sec01__block-item-txt {
    font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  }
  .sec01__block-ttl {
    font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
    padding-right: 4%;
  }
  .sec01__block-img {
    border-top: none;
    padding-left: 4%;
    flex: 0 0 60%;
    border-left: 1px solid #c8c8c8;
  }
  .sec01__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec01__col {
    flex: 0 0 48%;
    padding: 1.782% 3%;
    height: min(325px, 32.5vw);
  }
  .sec01__col-ttl {
    font-size: clamp(1.8rem, 2.2vw, 2.2rem);
    margin-bottom: min(20px, 2vw);
  }
  .sec01__col-subttl {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
  }
  .sec01__col-btn .m-btn-01 {
    padding: 9.305% 16px;
  }
  .sec01__col-btn .is-txt {
    font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  }
  .sec01__col-btn .is-txt .is-large {
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  }
  .sec02__step02-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec02__step02-ttl {
    flex: 0 0 30.87%;
    height: 159px;
    font-size: clamp(1.3rem, 3.4375vw, 2.2rem);
    background: url(../../../assets/img/bacic/about/sec02_step02_bg_pc.svg) no-repeat right center/cover;
  }
  .sec02__step02-ttl .is-small {
    font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  }
  .sec02__step02-list {
    flex: 1;
  }
  .sec02__step02-item-txt {
    flex: 1;
    font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  }
  .sec02__step02-item-cat {
    flex: 0 0 227px;
  }
  .sec02__step02-item-cat a,
  .sec02__step02-item-cat span {
    width: 107px;
    font-size: clamp(1.3rem, 1.25vw, 1.6rem);
  }
  .sec02__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec02__col {
    flex: 0 0 48%;
  }
  .sec02__card li {
    flex: 0 0 23.5%;
    min-width: 160px;
  }
  .sec02__card-link .is-ttl, .sec02__card-link .is-more {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  }
  .sec03__btn-wrap {
    width: 72%;
  }
  .sec03__btn {
    font-size: 2.2rem;
  }
  .sec03__btn .is-large {
    font-size: 3.2rem;
  }
  .sec03__btn-icon {
    flex: 0 0 52px;
    margin-right: 25px;
  }
  .sec04__row {
    display: flex;
    justify-content: space-between;
  }
  .sec04__col {
    flex: 0 0 30%;
  }
  .chiller__btn-icon.is-search {
    width: min(57px, 4.453125vw);
    height: min(57px, 4.453125vw);
  }
  .chiller__btn-icon.is-site {
    width: min(75px, 5.859375vw);
  }
  .chiller__btn-txt {
    margin: 0 min(25px, 1.953125vw);
    font-size: clamp(1.4rem, 1.796875vw, 2.3rem);
  }
  .chiller__btn-txt .is-large {
    font-size: clamp(2rem, 2.5vw, 3.2rem);
  }
  .p-clu__heading01 {
    font-size: 3rem;
  }
  .p-clu-support a {
    justify-content: flex-start;
    width: min(200px, 20vw);
    height: min(200px, 20vw);
    padding: 5% 5px 2%;
    transition: background 0.5s, color 0.5s;
  }
  .p-clu-support a .txt {
    font-size: clamp(1.1rem, 2vw, 2rem);
    margin-top: 4%;
  }
}
@media screen and (min-width: 1001px) {
  .sec01__head-txt {
    margin-left: min(225px, 13.235vw);
    font-size: clamp(1.1rem, 1.11vw, 1.6rem);
  }
  .sec01__block-item-ttl {
    font-size: clamp(1.3rem, 1.5625vw, 2rem);
  }
  .sec01__block-item-ttl .is-small {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  }
  .sec01__block-item-txt {
    font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  }
  .sec01__col {
    height: min(325px, 22.569vw);
  }
  .sec01__col-ttl {
    font-size: clamp(1.4rem, 1.5278vw, 2.2rem);
    margin-bottom: min(20px, 1.3889vw);
  }
  .sec01__col-subttl {
    font-size: clamp(1.4rem, 1.3vw, 2.2rem);
  }
  .sec01__col-btn .is-txt .is-large {
    font-size: clamp(1.5rem, 1.8vw, 2.8rem);
  }
  .sec02__list,
  .sec02__link {
    font-size: clamp(1.5rem, 1.40625vw, 1.8rem);
  }
  .sec02__card li {
    flex: 0 0 21.569%;
  }
  .sec02__card-link {
    padding: min(24px, 1.5vw) min(16px, 1vw) min(32px, 2vw);
  }
  .sec02__card-link .is-ttl, .sec02__card-link .is-more {
    font-size: clamp(1.5rem, 1.1vw, 1.8rem);
  }
  .chiller__btn-icon.is-search {
    width: min(57px, 4vw);
    height: min(57px, 4vw);
  }
  .chiller__btn-icon.is-site {
    width: min(75px, 5vw);
  }
  .chiller__btn-txt {
    margin: 0 min(25px, 1.953125vw);
    font-size: clamp(1.4rem, 1.4vw, 2.3rem);
  }
  .chiller__btn-txt .is-large {
    font-size: clamp(2rem, 2.3vw, 3.2rem);
  }
  .p-clu-support a {
    width: min(220px, 13.75vw);
    height: min(220px, 13.75vw);
  }
  .p-clu-support a .txt {
    font-size: clamp(1.3rem, 1.11vw, 1.6rem);
    margin-top: 8.5%;
  }
}
@media screen and (max-width: 1000px) {
  .sec01__head-img-sp {
    flex: 0 0 33.448%;
  }
}
.sec__navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec__navi div {
  width: 24%;
}

@media screen and (max-width: 767px) {
  .sec__navi div {
    width: 48%;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=about.css.map */