@charset "utf-8";
/******** [PC] aub Start *******************************************************/
h2.aub-heading-ttl,
.ceo-content h2.ceo-ttl {
  margin: 0 0 1rem;
  padding: 1em 1em 1.1em;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 0;
  text-shadow: none;
  letter-spacing: 0.01;
}
h2.aub-heading-ttl {background-color:#629dc4;color:#fff;}
.ceo-content h2.ceo-ttl {background-color:inherit;color:#2196b6;position:relative;}
.ceo-content h2.ceo-ttl:after {
  content: "";
  display: block;
  background: url(/aub/aub_ceo_sign.png) no-repeat;
  background-size: 100% auto;
  width: 244px;
  height: 209px;
  position: absolute;
  right: -40px;
  bottom: -40px;
}
/* === 説明セクション === */
.aub-main-sec {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 1rem;
  line-height: 1.8125;
}
.aub-main-sec h3,
.review-section h3,
.cta-bottom-title {
  position: relative;
  margin: 50px 0;
  padding: 0;
  line-height: 1.635;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  background-color:inherit
}
.cta-bottom-title {color:#2196b6;font-size:1.8rem;}
.section-with-image {
  display: flex;
  align-items: top;
  gap: 2.5em;
  margin: 2em 0;
}
.section-image img,
.method-row .method-img {
  background: #f7fbfa;
  display: block;
  height: auto;
  max-width: 100%;
}
.section-image img {
  width:270px;
  border-radius: 8px;
}
.section-text,
.method-text,
.ceo-content {
  flex: 1;
}
.method-text {min-width:180px;}
.method-text strong {font-size:1.5em;}
.marker {
  background: linear-gradient(90deg, #fffdb3 80%, #f7ff99 100%);
  border-radius: 0.4em;
  padding: 0.15em 0.25em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: bold;
}
.aub-method {
  margin: 3em 0;
  padding: 1em 1.5em 1.5em;
  background: #f8f8f8;
  border-radius: 10px;
}
.method-ttl {margin-bottom:1em;}
.method-ttl small {font-size:0.8em;}
.aub-method ul {
  margin: 0.2em 0 0 0;
  padding: 0;
  list-style: none;
}
.aub-method li {
  margin-bottom: 1.3em;
  padding: 1.8em;
  position: relative;
  font-size: 0.98em;
  background: #fff;
  border-radius: 12px;
}
.method-row {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  flex-wrap: wrap;
}
.method-row a {
  width: 200px;
  height: auto;
}
.method-row a:hover {opacity:0.8;}
.method-row .method-img {
  width: 100%;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 2px 10px rgba(44,126,158,0.11);
  flex-shrink: 0;
}
.ceo-section {
  margin: 2em 0;
  padding: 1.5em;
  background: linear-gradient(120deg,#f4faff 90%,#f2f7f2 100%);
  box-shadow: 0 2px 12px rgba(60,180,180,0.07);
  font-size: 1rem;
  line-height: 1.8125;
}
.ceo-section-inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  gap: 1.3em;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ceo-img {
  width: 352px;
  height: 420px;
  object-fit: cover;
  background: #fff;
  margin-bottom: 1.2em;
  margin-top: 0.4em;
  box-shadow: 0 1px 7px rgba(34, 201, 132, 0.10);
  flex-shrink: 0;
}
.ceo-message {
  margin-bottom: 0.8em;
  line-height: 1.8;
  font-weight: 600;
}
.ceo-profile {
  color: #4fa393;
  font-size: 0.93em;
  margin-bottom: 0.2em;
  margin-top: 0.7em;
}
/* === レビュー === */
.review-section {
  margin-top: 2.2em;
  margin-bottom: 2.3em;
  font-weight: 600;
}
.review-title {
  font-size: 1.08em;
  font-weight: bold;
  color: #2196b6;
  margin-bottom: 1.5em;
  text-align: center;
}
.review-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.review-card {
  min-width: 230px;
  max-width: 310px;
  flex: 1 1 260px;
  padding: 1.19em .98em 0.86em 1.04em;
  margin-bottom: 1.2em;
  position: relative;
  border: 0;
}
.review-header {
  margin-bottom: 0.28em;
  font-size: 0.98em;
  text-align: center;
}
.review-img {
  width: 200px;
  height: 200px;
  margin-bottom: 1.2em;
  margin-top: 0.4em;
  flex-shrink: 0;
}

.review-name {
  display: block;
  font-weight: bold;
  color: #2196b6;
}
.review-product {
  display: block;
  color: #57b88a;
  margin-top: 0.58em;
}
.review-comment {
  font-size: 0.97em;
  color: rgb(71,71,71);
  margin-top: 1em;
  margin-bottom: 0;
  line-height: 1.53;
}
/* === CTA === */
.cta-btn,
a.cta-btn {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  background: linear-gradient(90deg,#43c3c1 65%,#4ad582 100%);
  color: #fff;
  width: 400px;
  margin: 1.5em auto 0.2em;
  padding: 0.7em 1.5em;
  border: none;
  border-radius: 32px;
  box-shadow: 0 2px 10px rgba(60,180,180,0.09);
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.cta-btn:after,
a.cta-btn:after {
  content: "";
  position: absolute;
  left: 12%;
  top: 0;
  width: 76%;
  height: 100%;
  background: linear-gradient(90deg,rgba(255,255,255,0.08) 60%,rgba(255,255,255,0));
  border-radius: 32px;
  pointer-events: none;
}
.cta-btn:hover,
.cta-btn:focus,
.a.cta-btn:hover,
a.cta-btn:focus {
  background: linear-gradient(90deg,#2db8b8 65%,#36cf5c 100%);
  box-shadow: 0 4px 18px rgba(34,170,170,0.15);
  text-decoration: none;
  color: #fff;
}
a.cta-btn,
a.cta-btn:visited,
a.cta-btn:hover,
a.cta-btn:focus {
  color: #fff;
}
/******** [PC] aub End *********************************************************/
/******** [SP] aub Start *******************************************************/
@media screen and (max-width:799px){
  /* === 説明セクション === */
  .aub-main-sec {
    width: calc(100% - 2rem);
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
  }
  .aub-main-sec h3,
  .review-section h3 {
    margin: 20px 0 10px;
  }
  .section-with-image {
    flex-direction: column;
    gap: 1.2em;
    align-items: flex-start;
  }
  .section-image img {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }
  .aub-method {
    margin: 3em 0 0;
    padding: .5em;
    border-radius: 10px;
  }
  .method-row {
    flex-direction: column;
    gap: 0.7em;
  }
  .method-row a {
    width: 300px;
    margin: 10px auto;
  }
  /* === CEOメッセージ === */
  .ceo-section {
    margin: 2.2em 0 2em 0;
    padding: 1em;
  }
  .ceo-img {
    width: calc(100% - 2rem);
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }
  .ceo-ttl span {font-size:0.8em;}
  .ceo-message {margin-bottom:6em;}
  .ceo-content h2.ceo-ttl:after {bottom:-340px;}
  /* === CTA === */
  .cta-btn,
  a.cta-btn {
    font-size: 1em;
    color: #fff;
    width: 90%;
    padding: 0.7em;
  }
  .cta-bottom-title {
    font-size:1.3rem;
  }
}
/******** [SP] aub End *********************************************************/
