@charset "UTF-8";


.hero-sub {}

/* headSummaryBox
------------------------------------- */
.headSummaryBox {
  border: 2px #aaaaaa;
  border-radius: 5px;
  padding: 30px 25px 20px 25px;
  box-shadow: 0 18px 45px rgba(12,35,64,.08);
  margin: 50px 0 30px 0;
  position: relative;
  border: 1px solid #ddd;
}
.headSummaryBox::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background-image: linear-gradient(90deg, rgba(12, 35, 64, .04) 1px, transparent 1px), linear-gradient(rgba(12, 35, 64, .04) 1px, transparent 1px);*/
    background-size: 36px 36px;
}
.headSummaryBox__title {
  top: 0;
  transform: translateY(-50%);
  background: #4488ff;
  color: #fff;
  font-weight: 600;
  border-radius: 100px ;
  padding: 5px 15px;
  display: inline-block;
  position: absolute;
}
.headSummaryBox__list {
  list-style: disc;
  padding-left: 1em;
  margin-top: 0 !important;
  font-weight: 600;
}
.headSummaryBox__list>li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.headSummaryBox__list>li:first-child {
  padding-top: 0;
}

.headSummaryBox__list>li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.headSummaryBox__list>li::marker {
  color: #4488ff;
}

@media screen and (max-width: 500px) {
  
}

/* summaryBox
------------------------------------- */
.summaryBox {
  background: linear-gradient(135deg, #fff 0%, #f6efe0 100%);
  border: 1px solid rgba(185, 144, 63, .28);
  border-radius: 5px;
  padding: 30px 25px 20px 25px;
  box-shadow: 0 18px 45px rgba(12,35,64,.08);
  margin: 40px 0 40px 0;
  position: relative;
}
.summaryBox__title {
  top: 0;
  transform: translateY(-50%);
  background: #c79a3a;
  color: #fff;
  font-weight: 600;
  border-radius: 100px ;
  padding: 5px 15px;
  display: inline-block;
  position: absolute;
}
.summaryBox__text {
  margin-top: 0 !important;
  font-weight: 600;
}

@media screen and (max-width: 500px) {
  .summaryBox { margin-bottom: 30px;}
}

/* pointSummaryBox
------------------------------------- */
.pointSummaryBox {
  border-radius: 5px;
  padding: 30px 25px 20px 25px;
  box-shadow: 0 18px 45px rgba(12,35,64,.08);
  margin: 50px 0 30px 0;
  position: relative;
  border: 2px solid #4488ff;
}
.pointSummaryBox::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(12, 35, 64, .04) 1px, transparent 1px), linear-gradient(rgba(12, 35, 64, .04) 1px, transparent 1px);
    background-size: 36px 36px;
}
.pointSummaryBox__title {
  top: 0;
  transform: translateY(-50%);
  background: #4488ff;
  color: #fff;
  font-weight: 600;
  border-radius: 100px ;
  padding: 5px 20px;
  display: inline-block;
  position: absolute;
}
.pointSummaryBox__text {
  margin-top: 0 !important;
}

@media screen and (max-width: 500px) {
  
}

/* imageWrap01
------------------------------------- */
.imageWrap01 {display: flow-root;}
.imageWrap01__image {}
.imageWrap01__image img {
  border-radius: 5px;
}
.imageWrap01__image.fRight {
  float: right;
  width: 45%;
  margin: 0 0 2em 2em;
}

@media screen and (max-width: 500px) {
  .imageWrap01__image.fRight { float: none; width: 100%;  margin: 0 0 2em 0;}
}

/* p-4column03
------------------------------------- */
.p-4column03 { margin: 2em 0;}

.home .p-4column03 { margin: 0;}

h2 + .p-4column03,
h3 + .p-4column03,
h4 + .p-4column03 { margin-top: 1em;}

.p-4column03__List { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;}
.p-4column03__item { width: calc((100% - 60px) / 4); }

@media screen and (max-width: 1024px) {
  .p-4column03__List { gap: 20px;}
  .p-4column03__item { width: calc((100% - 20px) / 2);}
}
@media screen and (max-width: 768px) {
  .p-4column03__List { gap: 15px; }
  .p-4column03__item { width: calc((100% - 15px) / 2);}
}
@media screen and (max-width: 500px) {
  .p-4column03__item { width: 100%;}
}



/* headingBlockA01
------------------------------------- */
.headingBlockA01 {
  font-size: 1.6rem;
  margin: 3em 0 1em;
  line-height: 1.4;
  color: #fff;
  padding: 1em ;
  background: linear-gradient(135deg, #102f45, #1d5b78);
  border-left: 8px solid #c79a3a;
  font-weight: 600;
}

@media screen and (max-width: 500px) {
  .headingBlockA01 { font-size: 1.4rem;}
}

/* headingBlockB01
------------------------------------- */
.headingBlockB01 {
    position: relative;
    margin: 2em 0 0.5em;
    padding-left: 1.25em;
    color: #0c2340;
    font-size: clamp(18px, 2.4vw, 23px);
    line-height: 1.4;
    font-weight: 600;
}
.headingBlockB01::before {
    content: "";
    position: absolute;
    left: 0;
    top: .50em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b9903f;
    box-shadow: 0 0 0 5px rgba(185, 144, 63, .14);
}

/* imageLayout01
------------------------------------- */
.imageLayout01 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 45%;
  column-gap: 40px;
  align-items: start;
}

.imageLayout01 > .headingBlockA01 {
  grid-column: 1 / -1;
}

.imageLayout01 > .summaryBox {
  grid-column: 1 / -1;
  grid-row: 2;
}

.imageLayout01__text {
  grid-column: 1;
  grid-row: 3;
}

.imageLayout01__image {
  grid-column: 2;
  grid-row: 3;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}

.imageLayout01__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 500px) {
  .imageLayout01 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .imageLayout01 > .headingBlockA01 {
    order: 0;
  }

  .imageLayout01__image {
    order: 1;
    width: 100%;
  }

  .imageLayout01 > .summaryBox {
    order: 2;
  }

  .imageLayout01__text {
    order: 3;
  }
}



.p-card01__image.adj16-9 img {aspect-ratio: 16 / 9;}