@charset "utf-8";
/* CSS Document */



@charset "utf-8";

/* =========================
   AIO LABO PAGE CSS
   /aio-labo/ 専用
========================= */

h1.main_title{
	z-index: 100;
	text-align: center;
	line-height: 270px;
	color: #FFF;
	font-size: 350%;
	letter-spacing: 3px;
	font-weight: 900;
	text-align: center;
}
span.ss_title{
	font-size:77%;
}


/* ---------- Base ---------- */
body {
  color: #333333;
  background: linear-gradient(180deg, #fdfefe 0%, #f7fcff 100%);
  line-height: 1.9;
  word-break: break-word;
}

.content {
  padding: 70px 20px 100px;
  position: relative;
  overflow: hidden;
}

.content::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(1,192,239,0.15) 0%, rgba(1,192,239,0) 70%);
  z-index: 0;
}

.content::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255,184,0,0.18) 0%, rgba(255,184,0,0) 72%);
  z-index: 0;
}

.content_box {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.content_box section {
  box-sizing: border-box;
}

.mainvisual {
  background:
    linear-gradient(135deg, rgba(1,192,239,0.92) 0%, rgba(0,153,214,0.95) 50%, rgba(255,176,59,0.92) 100%);
  padding: 10px 20px 80px;
  position: relative;
  overflow: hidden;
}

.mainvisual::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
}

.mainvisual::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
}

.main_title {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 3px 10px rgba(0,0,0,0.12);
}


.mainvisual_lead {
  max-width: 900px;
  margin: -77px auto 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.9;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

@media screen and (max-width: 767px) {
  .mainvisual_lead {
    font-size: 0.92rem;
    line-height: 1.8;
    margin-top: 14px;
    padding: 0 8px;
  }
}



/* =========================
   AIO section image
========================= */

.aio_photo {
  margin: 24px 0 28px;
  text-align: center;
}

.aio_photo img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

/* tablet */
@media screen and (max-width: 1024px) {
  .aio_photo {
    margin: 20px 0 24px;
  }

  .aio_photo img {
    max-width: 100%;
    border-radius: 16px;
  }
}

/* mobile */
@media screen and (max-width: 767px) {
  .aio_photo {
    margin: 18px 0 20px;
  }

  .aio_photo img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  }
}




/* ---------- Common Blocks ---------- */
.section_block,
.aio_hero_intro,
.toc_box {
  background: #ffffff;
  border-radius: 26px;
  padding: 42px 38px;
  margin-bottom: 34px;
  box-shadow: 0 12px 30px rgba(0, 120, 170, 0.08);
  border: 1px solid rgba(1,192,239,0.12);
  position: relative;
}

.section_block::before,
.aio_hero_intro::before,
.toc_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 92px;
  height: 6px;
  border-radius: 999px;
}

.aio_hero_intro {
  margin-top: -40px;
  position: relative;
  z-index: 5;
}

.lead {
  font-size: 1.08rem;
  margin: 0 0 1.4em;
}

.lead:last-child {
  margin-bottom: 0;
}

/* ---------- Headings ---------- */
h1, h2, h3 {
  word-break: break-word;
}

.section_block h2,
.toc_box h2 {
  position: relative;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 26px;
  padding-left: 18px;
  color: #163047;
  font-weight: 800;
}

.section_block h2::before,
.toc_box h2::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 8px;
  height: 1.25em;
  border-radius: 999px;
  background: linear-gradient(180deg, #01c0ef 0%, #ffb039 100%);
}

.section_block h3,
.faq_block h3 {
  font-size: 1.28rem;
  line-height: 1.6;
  margin: 34px 0 16px;
  padding: 14px 18px;
  border-radius: 16px;
  color: #17415b;
  background: linear-gradient(90deg, rgba(1,192,239,0.12) 0%, rgba(255,216,77,0.18) 100%);
  border-left: 6px solid #01c0ef;
  font-weight: 700;
}

.section_block p,
.aio_hero_intro p,
.faq_block p {
  margin: 0 0 1.4em;
  font-size: 1rem;
}

.section_block p:last-child,
.aio_hero_intro p:last-child,
.faq_block p:last-child {
  margin-bottom: 0;
}

.content strong {
  color: #ff7f22;
  font-weight: 800;
}

/* ---------- TOC ---------- */
.toc_box {
  background: linear-gradient(135deg, #ffffff 0%, #f7fdff 70%, #fffdf4 100%);
}

.toc_box ol {
  margin: 0;
  padding-left: 1.4em;
  columns: 2;
  column-gap: 40px;
}

.toc_box li {
  margin-bottom: 12px;
  break-inside: avoid;
}

.toc_box a {
  color: #12649a;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px dashed rgba(1,192,239,0.5);
  transition: all 0.3s ease;
}

.toc_box a:hover {
  color: #ff7f22;
  border-bottom-color: #ff7f22;
}

/* ---------- Lists ---------- */
.section_block ul,
.section_block ol,
.aio_hero_intro ul,
.aio_hero_intro ol,
.faq_block ul,
.faq_block ol {
  margin: 0 0 1.6em 0;
  padding-left: 1.2em;
}

.section_block li,
.aio_hero_intro li,
.faq_block li {
  margin-bottom: 12px;
}

.section_block ul li::marker,
.aio_hero_intro ul li::marker,
.faq_block ul li::marker {
  color: #01c0ef;
}

.section_block ol li::marker,
.aio_hero_intro ol li::marker,
.faq_block ol li::marker {
  color: #ff8d2a;
  font-weight: 700;
}

/* ---------- Tables ---------- */
table.service-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 26px 0 32px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  border: 1px solid rgba(1,192,239,0.16);
}

table.service-table thead th {
  background: linear-gradient(135deg, #01c0ef 0%, #1ccbf4 55%, #ffd84d 100%);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  padding: 16px 14px;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,0.18);
}

table.service-table thead th:last-child {
  border-right: none;
}

table.service-table tbody td {
  padding: 15px 14px;
  font-size: 0.96rem;
  line-height: 1.8;
  border-top: 1px solid #e7f6fb;
  border-right: 1px solid #eef9fc;
  vertical-align: top;
  background: #ffffff;
}

table.service-table tbody tr:nth-child(even) td {
  background: #f9feff;
}

table.service-table tbody td:last-child {
  border-right: none;
}

/* ---------- FAQ ---------- */
.faq_block {
  background: linear-gradient(180deg, #ffffff 0%, #fffef8 100%);
}

.faq_block h3 {
  background: linear-gradient(90deg, rgba(255,176,57,0.18) 0%, rgba(1,192,239,0.12) 100%);
  border-left: 6px solid #ff9b2f;
}

.faq_block p {
  padding: 0 6px 0 8px;
}

/* ---------- CTA ---------- */
.cta_block {
  background: linear-gradient(135deg, #eefdff 0%, #ffffff 52%, #fff7d8 100%);
  border: 2px solid rgba(1,192,239,0.18);
}

.cta_block h2 {
  margin-bottom: 20px;
}

.cta_btn_wrap {
  text-align: center;
  margin: 34px 0 22px;
}

.contact_btn {
  display: inline-block;
  min-width: 280px;
  padding: 18px 34px;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, #ff8e2b 0%, #ffb300 100%);
  box-shadow: 0 12px 24px rgba(255, 145, 0, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.contact_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(255, 145, 0, 0.34);
  opacity: 0.96;
}

.related_links_title {
  margin: 22px 0 12px;
  font-weight: 800;
  color: #17415b;
  font-size: 1.08rem;
}

.related_links {
  margin: 0;
  padding-left: 1.2em;
}

.related_links li {
  margin-bottom: 10px;
}

.related_links a {
  color: #12649a;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px dashed rgba(18,100,154,0.35);
  transition: all 0.3s ease;
}

.related_links a:hover {
  color: #ff7f22;
  border-bottom-color: #ff7f22;
}

/* ---------- Decorative small touches ---------- */
.section_block,
.aio_hero_intro,
.toc_box,
.cta_block,
.faq_block {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section_block:hover,
.aio_hero_intro:hover,
.toc_box:hover,
.cta_block:hover,
.faq_block:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 120, 170, 0.11);
}

/* ---------- Breadcrumb tune ---------- */

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  color: #4c6a7c;
}

.breadcrumb a {
  color: #12649a;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #ff7f22;
}

.breadcrumb li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: #8db9c9;
}

/* ---------- Tablet ---------- */
@media screen and (max-width: 1024px) {
  .mainvisual {
    padding: 80px 20px 70px;
  }

  .main_title {
    font-size: 2.5rem;
  }

  .section_block,
  .aio_hero_intro,
  .toc_box {
    padding: 34px 28px;
    border-radius: 22px;
  }

  .section_block h2,
  .toc_box h2 {
    font-size: 1.75rem;
  }

  .toc_box ol {
    columns: 1;
  }

  table thead th,
  table tbody td {
    font-size: 0.94rem;
  }
}

/* ---------- Mobile ---------- */
@media screen and (max-width: 767px) {
  .content {
    padding: 50px 14px 70px;
  }

  .mainvisual {
    padding: 64px 16px 54px;
  }

  .main_title {
    font-size: 2rem;
    line-height: 1.35;
  }

  .aio_hero_intro {
    margin-top: -26px;
  }

  .section_block,
  .aio_hero_intro,
  .toc_box {
    padding: 26px 18px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

  .section_block::before,
  .aio_hero_intro::before,
  .toc_box::before {
    left: 18px;
    width: 74px;
    height: 5px;
  }

  .lead,
  .section_block p,
  .aio_hero_intro p,
  .faq_block p,
  .section_block li,
  .aio_hero_intro li,
  .faq_block li {
    font-size: 0.96rem;
    line-height: 1.85;
  }

  .section_block h2,
  .toc_box h2 {
    font-size: 1.45rem;
    padding-left: 14px;
    margin-bottom: 18px;
  }

  .section_block h2::before,
  .toc_box h2::before {
    width: 6px;
    height: 1.15em;
  }

  .section_block h3,
  .faq_block h3 {
    font-size: 1.08rem;
    padding: 12px 14px;
    margin: 26px 0 14px;
    border-radius: 12px;
  }

  .toc_box ol {
    padding-left: 1.2em;
  }

  .contact_btn {
    width: 100%;
    min-width: auto;
    padding: 16px 20px;
    font-size: 1rem;
  }

  /* mobile table scroll */
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 14px;
  }

  table thead,
  table tbody,
  table tr {
    white-space: nowrap;
  }

  table thead th,
  table tbody td {
    min-width: 140px;
    white-space: normal;
  }

  .breadcrumb {
    padding: 0 14px;
    font-size: 0.84rem;
  }
}

/* ---------- Small Mobile ---------- */
@media screen and (max-width: 480px) {
  .main_title {
    font-size: 1.7rem;
  }

  .section_block,
  .aio_hero_intro,
  .toc_box {
    padding: 22px 15px;
  }

  .section_block h2,
  .toc_box h2 {
    font-size: 1.3rem;
  }

  .section_block h3,
  .faq_block h3 {
    font-size: 1rem;
  }

  .lead,
  .section_block p,
  .aio_hero_intro p,
  .faq_block p {
    font-size: 0.93rem;
  }
  
  
  
  
  
/* =========================
   Expert Profile
========================= */

.expert_profile {
  background: linear-gradient(135deg, #ffffff 0%, #f5fcff 65%, #fff9e8 100%);
  border: 1px solid rgba(1, 192, 239, 0.18);
}

.expert_label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #01c0ef 0%, #22c9f3 100%);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.expert_profile_inner {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.expert_profile_text {
  flex: 1;
}

.expert_name {
  margin: 0 0 6px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #163047;
}

.expert_role {
  margin: 0 0 12px;
  font-size: 0.96rem;
  font-weight: 700;
  color: #ff7f22;
}

.expert_description {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.9;
  color: #334;
}

/* optional: アイコンや写真を後で入れる場合 */
.expert_profile_thumb {
  width: 88px;
  min-width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(1,192,239,0.15) 0%, rgba(255,216,77,0.35) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.expert_profile_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* mobile */
@media screen and (max-width: 767px) {
  .expert_profile_inner {
    display: block;
  }

  .expert_name {
    font-size: 1.08rem;
  }

  .expert_role {
    font-size: 0.9rem;
  }

  .expert_description {
    font-size: 0.94rem;
    line-height: 1.8;
  }

  .expert_label {
    font-size: 0.76rem;
    padding: 5px 10px;
  }
}  
  
  
  
  
  
  
  
  /* ========================
   Table Design
======================== */

.service-table {
  width: 100%;
  border-collapse: collapse;
  margin: 35px 0;
  font-size: 15px;
}

.service-table thead {
  background: linear-gradient(135deg,#01c0ef,#00a9d6);
  color: #fff;
}

.service-table th,
.service-table td {
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  text-align: left;
  line-height: 1.6;
}

.service-table th {
  font-weight: bold;
}

.service-table tbody tr:nth-child(even){
  background:#f9fcff;
}

.service-table tbody tr:hover{
  background:#f2faff;
}
  
  
  



 