@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* ==========================================================================
   あさかリードタウン 住人インタビュー 04 (interview-asaka04)
   ========================================================================== */
.asaka04 {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: 14px;
  overflow-x: hidden;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .asaka04 {
    font-size: 16px;
    line-height: 1.85;
    padding-top: 80px;
  }
}
.asaka04 .inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .asaka04 .inner {
    padding-inline: 20px;
  }
}
.asaka04 .marker {
  background: #f9f2cf;
  font-weight: 500;
}
.asaka04 .pci {
  display: none;
}
@media (min-width: 768px) {
  .asaka04 .pci {
    display: inline-block;
  }
}
.asaka04 .caption {
  font-size: 10px;
  color: #333;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .asaka04 .caption {
    font-size: 10px;
  }
}
.asaka04 .caption.text-right {
  text-align: right;
}
.asaka04 .caption.text-left {
  text-align: left;
}
.asaka04 .annotation {
  font-size: 11px;
  color: #777;
  line-height: 1.6;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .asaka04 .annotation {
    font-size: 12px;
  }
}
.asaka04 .hero-area {
  background: -moz-linear-gradient(0deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  background: -webkit-linear-gradient(0deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  background: -ms-linear-gradient(0deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  padding: 25px 15px 40px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .asaka04 .hero-area {
    padding: 40px 20px 60px;
    padding-left: 3rem;
    margin-bottom: 50px;
  }
}
.asaka04 .hero-area .hero-inner {
  max-width: 900px;
  margin: 0 auto;
}
.asaka04 .hero-area .hero-category {
  display: inline-block;
  color: #0E345F;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}
.asaka04 .hero-area .hero-title {
  color: #0E345F;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}
.asaka04 .hero-area .hero-title .underline {
  border-bottom: 1px solid #0E345F;
}
@media (min-width: 768px) {
  .asaka04 .hero-area .hero-title {
    font-size: min(35px, 3.5vw);
    margin-bottom: 0px;
    text-indent: -2.5rem;
    line-height: 1.8;
  }
}
.asaka04 .hero-area .hero-profile-flex {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .asaka04 .hero-area .hero-profile-flex {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding-top: 0;
  }
}
.asaka04 .hero-area .profile-card {
  flex: 1;
  position: relative;
}
@media (min-width: 768px) {
  .asaka04 .hero-area .profile-card {
    padding: 24px 18px;
  }
}
.asaka04 .hero-area .profile-card .profile-icon {
  position: absolute;
  top: -14px;
  left: 0px;
  width: 52px;
  z-index: 2;
}
@media (min-width: 768px) {
  .asaka04 .hero-area .profile-card .profile-icon {
    top: 30px;
    left: 0;
    width: auto;
  }
}
.asaka04 .hero-area .profile-card .profile-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .hero-area .profile-card .profile-name {
  font-size: 15px;
  font-weight: 700;
  color: #0E345F;
  text-align: left;
  padding-left: 55px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .asaka04 .hero-area .profile-card .profile-name {
    text-align: left;
    padding-left: 10%;
    font-size: 18px;
    margin-bottom: 0;
    line-height: inherit;
  }
}
.asaka04 .hero-area .profile-card .profile-text {
  position: relative;
  z-index: 1;
  max-width: 600px;
  font-size: 12px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin: 0;
  text-align: center;
}
.asaka04 .hero-area .profile-card .profile-text span {
  display: inline-block;
  text-align: left;
}
@media (min-width: 768px) {
  .asaka04 .hero-area .profile-card .profile-text {
    font-size: 14px;
    padding: 16px 18px;
    line-height: 1.7;
    letter-spacing: inherit;
    text-align: left;
  }
  .asaka04 .hero-area .profile-card .profile-text span {
    display: inline;
  }
}
.asaka04 .hero-area .hero-photo {
  position: absolute;
  right: 0px;
  top: -65px;
  width: 155px;
  height: 155px;
  z-index: 2;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .asaka04 .hero-area .hero-photo {
    position: static;
    width: 220px;
    height: 220px;
    transform: translate(-10px, -25px) scale(1.25);
    z-index: auto;
  }
}
.asaka04 .hero-area .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 4px 16px rgba(14, 52, 95, 0.15);
}
.asaka04 .sec-intro {
  margin-top: 20px;
}
.asaka04 .sec-intro-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.05;
}
@media (min-width: 768px) {
  .asaka04 .sec-intro-text {
    font-size: 16px;
  }
}
.asaka04 .sec-intro-img {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec-intro-img {
    margin: 30px 0;
  }
}
.asaka04 .sec-intro-img img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .sec01 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .asaka04 .sec01 {
    margin-top: 60px;
  }
}
.asaka04 .sec01-title {
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  color: #0E345F;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .asaka04 .sec01-title {
    font-size: 30px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
.asaka04 .sec01-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.05;
}
@media (min-width: 768px) {
  .asaka04 .sec01-text {
    font-size: 16px;
  }
}
.asaka04 .sec01-subtext {
  font-size: 12px;
}
.asaka04 .sec01-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .asaka04 .sec01-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0 0;
  }
}
.asaka04 .sec01-item img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .sec01 .caption-title {
  border-bottom: 1px solid #333;
  padding: 5px 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}
.asaka04 .sec01-caption {
  padding-bottom: 15px;
}
.asaka04 .sec02 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .asaka04 .sec02 {
    margin-top: 60px;
  }
}
.asaka04 .sec02-title {
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  color: #0E345F;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .asaka04 .sec02-title {
    font-size: 30px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
.asaka04 .sec02-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.05;
}
@media (min-width: 768px) {
  .asaka04 .sec02-text {
    font-size: 16px;
  }
}
.asaka04 .sec02-img {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec02-img {
    margin: 30px 0;
  }
}
.asaka04 .sec02-img img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .sec03 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .asaka04 .sec03 {
    margin-top: 60px;
  }
}
.asaka04 .sec03-title {
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  color: #0E345F;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .asaka04 .sec03-title {
    font-size: 30px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
.asaka04 .sec03-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.05;
}
@media (min-width: 768px) {
  .asaka04 .sec03-text {
    font-size: 16px;
  }
}
.asaka04 .sec03-img {
  margin: 20px 0 0;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .asaka04 .sec03-img {
    margin: 30px 0 0;
    padding-bottom: 30px;
  }
}
.asaka04 .sec03-img img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .sec03-flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec03-flex {
    flex-direction: row;
    gap: 28px;
    margin: 30px 0;
  }
}
.asaka04 .sec03-flex.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .asaka04 .sec03-flex.reverse {
    flex-direction: row-reverse;
  }
}
.asaka04 .sec03-flex-text {
  flex: 1;
}
.asaka04 .sec03-flex-img {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 768px) {
  .asaka04 .sec03-flex-img {
    width: 45%;
  }
}
@media (min-width: 1000px) {
  .asaka04 .sec03-flex-img.park-img, .asaka04 .sec03-flex-img:only-child {
    width: 60%;
    margin-left: -15%;
  }
}
@media (min-width: 768px) {
  .asaka04 .sec03-flex-img-abs {
    width: 45vw;
    position: absolute;
    left: 0;
  }
}
.asaka04 .sec03-flex-img img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .sec03-caption02 {
  padding-top: 15px;
}
.asaka04 .sec04 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .asaka04 .sec04 {
    margin-top: 60px;
  }
}
.asaka04 .sec04-title {
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  color: #0E345F;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .asaka04 .sec04-title {
    font-size: 30px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
.asaka04 .sec04-flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec04-flex {
    flex-direction: row;
    gap: 28px;
    margin: 30px 0;
  }
}
.asaka04 .sec04-flex.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .asaka04 .sec04-flex.reverse {
    flex-direction: row-reverse;
  }
}
.asaka04 .sec04-flex-text {
  flex: 1;
}
.asaka04 .sec04-flex-img {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .asaka04 .sec04-flex-img {
    width: 45%;
  }
}
.asaka04 .sec04-flex-img img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .sec04-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.05;
}
@media (min-width: 768px) {
  .asaka04 .sec04-text {
    font-size: 16px;
  }
}
.asaka04 .sec04-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec04-grid {
    gap: 30px;
    margin: 30px 0;
  }
}
.asaka04 .sec04-item {
  text-align: center;
}
.asaka04 .sec04-item img {
  width: auto;
  max-width: 100%;
  height: 35vw;
  max-height: 140px;
  margin-inline: auto;
  display: block;
}
@media (min-width: 768px) {
  .asaka04 .sec04-item img {
    height: 260px;
    max-height: none;
  }
}
.asaka04 .sec04-caption {
  text-align: center;
}
.asaka04 .sec05 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .asaka04 .sec05 {
    margin-top: 60px;
  }
}
.asaka04 .sec05-title {
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  color: #0E345F;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .asaka04 .sec05-title {
    font-size: 30px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
.asaka04 .sec05-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.05;
}
@media (min-width: 768px) {
  .asaka04 .sec05-text {
    font-size: 16px;
  }
}
.asaka04 .sec05-img {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec05-img {
    margin: 30px 0;
  }
}
.asaka04 .sec05-img img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .sec05-flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  align-items: flex-start;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec05-flex {
    flex-direction: row-reverse;
    gap: 28px;
    margin: 30px 0;
    align-items: center;
  }
}
.asaka04 .sec05-flex-text {
  flex: 1;
}
.asaka04 .sec05-flex-img {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .asaka04 .sec05-flex-img {
    width: 45%;
  }
}
.asaka04 .sec05-flex-img img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .sec06 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .asaka04 .sec06 {
    margin-top: 60px;
  }
}
.asaka04 .sec06-title {
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  color: #0E345F;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .asaka04 .sec06-title {
    font-size: 30px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
.asaka04 .sec06-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.05;
}
.asaka04 .sec06-text sup {
  font-size: 10px;
}
@media (min-width: 768px) {
  .asaka04 .sec06-text {
    font-size: 16px;
  }
}
.asaka04 .sec06-nisumu {
  background: linear-gradient(148deg, rgba(224, 240, 235, 0.4) 0%, rgba(143, 211, 245, 0.4) 100%);
  border-radius: 30px;
  padding: 20px 15px;
  margin: 25px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec06-nisumu {
    padding: 30px;
    margin: 35px 0;
  }
}
.asaka04 .sec06-nisumu-header {
  text-align: center;
  margin-bottom: 24px;
}
.asaka04 .sec06-nisumu-title {
  color: #0E345F;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
}
.asaka04 .sec06-nisumu-title sup {
  font-size: 10px;
}
.asaka04 .sec06-nisumu-lead {
  font-size: 14px;
  color: #333;
  text-align: left;
}
.asaka04 .sec06-nisumu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .asaka04 .sec06-nisumu-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.asaka04 .sec06-nisumu-card {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.asaka04 .sec06-nisumu-img {
  margin-top: 15px;
  text-align: center;
  padding-bottom: 15px;
}
.asaka04 .sec06-nisumu-img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.asaka04 .sec07 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .asaka04 .sec07 {
    margin-top: 60px;
  }
}
.asaka04 .sec07-title {
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  color: #0E345F;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .asaka04 .sec07-title {
    font-size: 30px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
.asaka04 .sec07-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .asaka04 .sec07-text {
    font-size: 16px;
  }
}
.asaka04 .sec07-text sup {
  font-size: 10px;
}
.asaka04 .sec07-img {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec07-img {
    margin: 30px 0;
  }
}
.asaka04 .sec07-img img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .sec07-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec07-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin: 30px 0;
  }
}
.asaka04 .sec07-item {
  text-align: center;
}
.asaka04 .sec07-item img {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  display: block;
}
@media (min-width: 768px) {
  .asaka04 .sec07-item img {
    height: 260px;
  }
}
.asaka04 .sec07-caption {
  text-align: center;
}
.asaka04 .sec08 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .asaka04 .sec08 {
    margin-top: 60px;
  }
}
.asaka04 .sec08-title {
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  color: #0E345F;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .asaka04 .sec08-title {
    font-size: 30px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
.asaka04 .sec08-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.05;
}
@media (min-width: 768px) {
  .asaka04 .sec08-text {
    font-size: 16px;
  }
}
.asaka04 .sec09 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .asaka04 .sec09 {
    margin-top: 60px;
  }
}
.asaka04 .sec09-title {
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  color: #0E345F;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .asaka04 .sec09-title {
    font-size: 30px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
.asaka04 .sec09-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.05;
}
@media (min-width: 768px) {
  .asaka04 .sec09-text {
    font-size: 16px;
  }
}
.asaka04 .sec09-img {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec09-img {
    margin: 30px 0;
  }
}
.asaka04 .sec09-img img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .sec10 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .asaka04 .sec10 {
    margin-top: 60px;
  }
}
.asaka04 .sec10-title {
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  color: #0E345F;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .asaka04 .sec10-title {
    font-size: 30px;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
.asaka04 .sec10-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2.05;
}
@media (min-width: 768px) {
  .asaka04 .sec10-text {
    font-size: 16px;
  }
}
.asaka04 .sec10-img {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .asaka04 .sec10-img {
    margin: 30px 0;
  }
}
.asaka04 .sec10-img img {
  width: 100%;
  height: auto;
  display: block;
}
.asaka04 .sec-summary {
  background: linear-gradient(90deg, rgb(224, 240, 235) 0%, rgb(143, 211, 245) 100%);
  border-radius: 16px;
  padding: 25px 20px;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .asaka04 .sec-summary {
    padding: 35px 30px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.asaka04 .sec-summary-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  padding: 0;
  gap: 8px;
  background: #0E345F;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 16px;
  border: 2px solid #fff;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -50%);
  white-space: nowrap;
}
.asaka04 .sec-summary-badge span {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .asaka04 .sec-summary-badge {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
    padding: 6px 16px;
    font-size: 20px;
    transform: translate(-50%, -50%);
  }
}
.asaka04 .sec-summary-title {
  font-size: 16px;
  font-weight: 700;
  color: #0E345F;
  margin-bottom: 16px;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid #0E345F;
  text-align: center;
}
@media (min-width: 768px) {
  .asaka04 .sec-summary-title {
    font-size: 30px;
  }
}
.asaka04 .sec-summary-text {
  font-size: 14px;
  color: #333;
  line-height: 2.05;
  margin: 0;
}
@media (min-width: 768px) {
  .asaka04 .sec-summary-text {
    font-size: 15px;
  }
}
.asaka04 .page-bottom-notes {
  text-align: center;
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 1.7;
}

/*# sourceMappingURL=interview-asaka04.css.map */
