/* =====================================================
   ワクスキ スタイルシート
   Design: Corporate Modern / Deep Navy + Sky Blue + Teal
   Fonts: Noto Serif JP / Noto Sans JP / DM Sans
   ===================================================== */
/* ===== RESET & BASE ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #1e293b;
  background: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: none;
  font: inherit;
}
ul, ol {
  list-style: none;
}
/* ===== CONTAINER ===== */
.container {
  width: 90%!important;
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 0 1.5rem;*/
}
/*@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}*/
/* ===== SECTION LABEL ===== */
.section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0ea5e9;
}
.section-label2 {
  color: #41C4Ff;
}
/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: #0ea5e9;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: 2px solid #0ea5e9;
  transition: background 0.2s;
}
.btn-primary:hover {
  background: #0284c7;
  border-color: #0284c7;
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: transparent;
  color: #0f2942;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: 2px solid #cbd5e1;
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover {
  border-color: #0ea5e9;
  color: #0ea5e9;
}
.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: #0f2942;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: 2px solid #0f2942;
  transition: background 0.2s;
	width:178px;
  box-sizing: border-box;
	display:flex;
	align-items:center;
	justify-content:center;
}
.btn-dark:hover {
  background: #1e3a5f;
}
.btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem; 
  width:178px;
  box-sizing: border-box;
  background: #0ea5e9;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: 2px solid #0ea5e9;
  transition: background 0.2s;
	display:flex;
	align-items:center;
	justify-content:center;
}
.btn-blue:hover {
  background: #4CAAEF;
  border: 2px solid #4CAAEF;
}
@media(max-width:480px){
.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: #0f2942;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: 2px solid #0f2942;
  transition: background 0.2s;
	width:100%;
  box-sizing: border-box;
	display:flex;
	align-items:center;
	justify-content:center;
}
.btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem; 
  width:100%;
  box-sizing: border-box;
  background: #0ea5e9;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: 2px solid #0ea5e9;
  transition: background 0.2s;
	display:flex;
	align-items:center;
	justify-content:center;
}
}
/* ===== ANIMATIONS ===== */
.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.fade-in-up.visible, .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ===== HEADER ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 8px rgba(15, 41, 66, 0.06);
  border-bottom: 1px solid #e2e8f0;
  transition: box-shadow 0.3s;
}
.site-header.scrolled {
  box-shadow: 0 2px 12px rgba(15, 41, 66, 0.12);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
  gap: 0.5rem;
	width:95%;
	margin:auto;
}
/* Logo */
.site-header__logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  flex-shrink: 0;
  text-decoration: none;
  width:130px;
}
.site-header__logo-img {
  width:100%;
  width: auto;
  display: block;
}
.site-header__tagline {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #94a3b8;
  line-height: 1;
  white-space: nowrap;
}
/* Nav */
.site-header__nav {
  display: none;
  align-items: center;
  gap: 0;
  flex: 1;
  justify-content: center;
}
@media (min-width: 1199px) {
  .site-header__nav {
    display: flex;
  }
}
.site-header__nav-item {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #334155;
  padding: 0.25rem 0.6rem;
  border-radius: 9999px;
  transition: color 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.site-header__nav-item:hover {
  color: #0ea5e9;
}
.site-header__nav-item--pill {
  color: #0ea5e9;
  border: 1px solid #bae6fd;
  background: #f0f9ff;
  margin: 0 0.15rem;
}
.site-header__nav-item--pill:hover {
  background: #e0f2fe;
}
.site-header__nav-sep {
  width: 1px;
  height: 1.2rem;
  background: #cbd5e1;
  margin: 0 0.5rem;
  flex-shrink: 0;
}
/* CTA Buttons */
.site-header__cta {
  display: none;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
@media (min-width: 1199px) {
  .site-header__cta {
    display: flex;
  }
}
.hdr-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 0.375rem;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.2s, background 0.2s;
}
.hdr-btn--primary {
  background: #0f2942;
  color: #fff;
}
.hdr-btn--primary:hover {
  opacity: 0.85;
}
.hdr-btn--outline {
  background: #fff;
  color: #0f2942;
  border: 1.5px solid #cbd5e1;
}
.hdr-btn--outline:hover {
  border-color: #0ea5e9;
  color: #0ea5e9;
}
/* ===== HAMBURGER ===== */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
}
@media (min-width: 1199px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #0f2942;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
/* ===== MOBILE MENU ===== */
.mobile-menu {
  display: none;
  flex-direction: column;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 41, 66, 0.1);
}
.mobile-menu.open {
  display: flex;
}
.mobile-menu__item {
  display: block;
  padding: 0.75rem 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0f2942;
  border-bottom: 1px solid #f1f5f9;
}
.mobile-menu__cta {
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
/* ===== HERO ===== */
/*.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #f8f9fb; 
	background-image: url("../images/back/back2.webp");
	background-position:center;
	background-size:cover;
	
}
@media(max-width:768px){
	.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #f8f9fb; 
	background-image: url("../images/hero/hero14.webp");
	background-position:center;
	background-size:cover;
	
}
}
.hero__bg-grad1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at top right, rgba(14, 165, 233, 0.12), transparent 70%);
  pointer-events: none;
}
.hero__bg-grad2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(15, 41, 66, 0.05), transparent 70%);
  pointer-events: none;
}
.hero-ashirai{
	background-image: url("../images/hero/hero9.webp");
	position: absolute;
  top: 0;
  left: 0;
	width: 100%;
	max-width:1200px;
  height: 100%;
	background-position:15%;
	background-size:cover;
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: 0rem 0 4rem;
  width: 92%;
	margin:0 auto;
}
@media(max-width:480px){
.hero__inner {
  position: relative;
  z-index: 1;
  padding: 10rem 0 4rem;
  width: 92%;
	margin:0 auto;
}
}
.hero__tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.hero__tag-line {
  width: 2rem;
  height: 1px;
  background: #0ea5e9;
}
.hero__h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f2942;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .hero__h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .hero__h1 {
    font-size: 3.5rem;
  }
}
.hero__h1 span {
  color: #0ea5e9;
}
.hero__tagline {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #334155;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .hero__tagline {
    font-size: 1.25rem;
  }
}
.hero__desc {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.hero__cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 480px) {
  .hero__cta {
    flex-direction: row;
  }
}
.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}
.hero__stat-num {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0ea5e9;
}
.hero__stat-label {
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 0.125rem;
}
.hero__visual {
  position: relative;
}
.hero__img-wrap {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 41, 66, 0.15);
}
.hero__img-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.hero__badge {
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  background: #fff;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(15, 41, 66, 0.12);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero__badge-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: #e0f2fe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  flex-shrink: 0;
}
.hero__badge-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #0f2942;
}
.hero__badge-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  color: #64748b;
}
.hero__deco {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  background: #f59e0b;
  opacity: 0.2;
}
.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.4;
}
.hero__scroll span {
  font-size: 0.75rem;
  color: #64748b;
}
.hero__scroll-line {
  width: 1px;
  height: 2rem;
  background: #0ea5e9;
  animation: pulse 2s infinite;
}*/
@keyframes pulse {
  0%, 100% {
    opacity: 1
  }
  50% {
    opacity: 0.4
  }
}
/* ===== RECOMMENDED ===== */
.recommended {
  padding: 4rem 0;
  background: #fff;
	background: #C9ECFF;
}
.recommended__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
	text-align:center;
}
.recommended__heading h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f2942;
  letter-spacing: 0.04em;
}
.recommended__heading h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 0px;
	text-align:center;
}
  .recommended__heading h2::before {
    content: "";
    width: 35px;
    height: 3px;
    box-sizing: border-box;
    background-color: #0EA5E9;
    rotate: 55deg;
  }

  .recommended__heading h2::after {
    content: "";
    width: 35px;
    height: 3px;
    box-sizing: border-box;
    background-color: #0EA5E9;
    rotate: -55deg;
  }
@media (max-width: 520px) {
  .recommended__heading h2 {
    font-size: 1.3rem;
  }
}
.recommended__heading-slash {
  font-size: 2rem;
  font-weight: 700;
  color: #0EA5E9;
}
.recommended__list {
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
	padding:0 30px;
	box-sizing: border-box;
}
.recommended__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border: 10px solid #fff;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  background: #fff;
  transition: background 0.2s;
}
.recommended__item {
  position: relative;
  margin: 0px 0 25px 0;
  padding: 15px;
  background: #fff;
  border-radius: 30px;
}

.recommended__item:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: -12px;
  background: #fff;
  border-radius: 50%;
}

.recommended__item:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: -9px;
  background: #fff;
  border-radius: 50%;
}
.recommended__item-right:before {  
  content: "";
  position: absolute;
	left:auto;
  right: -38px!important;
  width: 13px;
  height: 12px;
  bottom: -12px;
  background: #fff;
  border-radius: 50%;
}

.recommended__item-right:after {
  content: "";
  position: absolute;
	left:auto;
  right: -24px!important;
  width: 20px;
  height: 18px;
  bottom: -9px;
  background: #fff;
  border-radius: 50%;
}
/*.recommended__icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  border: 2px solid #2dd4bf;
  background: #f0fdfa;
  display: flex;
  align-items: center;
  justify-content: center;
}*/
.recommended__item-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0f2942;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .recommended__item-title {
    font-size: 1.0625rem;
  }
}
.recommended__item-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
}
/* ===== SYMPTOMS ===== */
.symptoms {
  padding: 4rem 0;
  /*background: #f0f9ff;*/
}
@media (min-width: 1024px) {
  .symptoms {
    padding: 6rem 0;
  }
}
.symptoms__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.symptoms__heading h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f2942;
  letter-spacing: 0.04em;
	text-align:center;
}
.symptoms__heading h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
}
.symptoms__heading h2 span{
  display: inline-block;
}
  .symptoms__heading h2::before {
    content: "";
    width: 35px;
    height: 3px;
    box-sizing: border-box;
    background-color: #0EA5E9;
    rotate: 55deg;
  }

  .symptoms__heading h2::after {
    content: "";
    width: 35px;
    height: 3px;
    box-sizing: border-box;
    background-color: #0EA5E9;
    rotate: -55deg;
  }
@media (min-width: 1024px) {
  .symptoms__heading h2 {
    font-size: 1.875rem;
  }
}
.symptoms__heading-slash {
  font-size: 2rem;
  color: #0EA5E9;
}
.symptoms__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 1024px) {
  .symptoms__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .symptoms__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.symptoms__card {
  background: #EAF8FF;
  /*border: 5px solid #C5ECFF;*/
  border-radius: 0.75rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
	/*box-shadow: 2px 3px 3px 1px rgb(0 0 0 / 0.2);*/
}
.symptoms__card-icon {
  padding-top: 0.5rem;
  width:100px;
  margin:0 auto;
}
.symptoms__card-icon img{
  display: block;
  width:100%;
}
.symptoms__card-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0f2942;
  text-align: center;
}
.symptoms__card-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
  white-space: pre-line;
}
/* ===== ABOUT ===== */
.about {
  /*padding: 2rem 0 5rem 0;*/
  background: #0f2942;
	background: #0E8DE9;
	/*background: linear-gradient(to bottom, #0E8DE9, #6EC6FF);*/
	text-align:center;
	position:relative;
background: linear-gradient(
  to bottom,
  #0E8DE9 0%,
  #6EC6FF 50%,
  #0E8DE9 100%
);




}

.skip-img{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	max-width:650px;
	width:90%;
	opacity:0.2;
}
.skip-img img{
	width:100%;
}
.back-img{
	position:absolute;
	bottom:99%;
	width:100%;
}
.back-img img{
	width:100%;
	display:block;
}
.back-img2{
	position:absolute;
	top:99%;
	width:100%;
}
.back-img img{
	width:100%;
	display:block;
}
/*@media (min-width: 1024px) {
  .about {
    padding: 2rem 0 5rem 0;
  }
}*/
.about .section-label {
  color: #93c5fd;
}
.about__h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .about__h2 {
    font-size: 2.25rem;
  }
}
.about__content {
  max-width: 42rem;
  margin:auto;
}
.about__block1-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.75rem;
}
.about__block1-title span{
  border-bottom:solid 3px #ffee00;
}
@media (min-width: 1024px) {
  .about__block1-title {
    font-size: 1.5rem;
  }
}
.about__block1-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  /*color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;*/
	color:#fff;
}
.about__divider {
  border: none;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  margin: 2rem 0;
}
.about__block2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}
.about__block2 strong {
  color: #fff;
  font-weight: 600;
}
/* ===== CHALLENGES ===== */
.challenges {
 /* padding: 5rem 0;*/
  padding: 13rem 0 5rem 0!important;
  background: #faf9f7;
}
@media (min-width: 1024px) {
  .challenges {
    padding: 7rem 0;
  }
}
.challenges__h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f2942;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .challenges__h2 {
    font-size: 2.25rem;
  }
}
.challenges__h2 span {
  /*color: #0ea5e9;*/
	color: #41C4Ff;
}
.challenges__grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .challenges__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .challenges__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
.challenges__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  transition: box-shadow 0.2s;
}
.challenges__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.challenges__icon-box {
  /*flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #e5e7eb;
  border-radius: 0.375rem;*/
  width:35px;
}
.challenges__icon-box img{
  width:100%;
  display:block;
}
.challenges__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #0f2942;
  line-height: 1.4;
}
/* ===== SERVICE OVERVIEW ===== */
.service {
  padding: 5rem 0;
  background: #EAF8FF;
}
@media (min-width: 1024px) {
  .service {
    padding: 7rem 0;
  }
}
.service__grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .service__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.service__img-wrap {
  order: 2;
  position: relative;
}
@media (min-width: 1024px) {
  .service__img-wrap {
    order: 1;
  }
}
.service__img-inner {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(15, 41, 66, 0.12);
}
.service__img-inner img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.service__badge {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: #fff;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(15, 41, 66, 0.10);
  text-align: center;
}
.service__badge-num {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0ea5e9;
}
.service__badge-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  color: #9ca3af;
}
.service__text {
  order: 1;
}
@media (min-width: 1024px) {
  .service__text {
    order: 2;
  }
}
.service__h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f2942;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .service__h2 {
    font-size: 2.25rem;
  }
}
.service__intro {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.service__intro p {
  margin-bottom: 1rem;
}
.service__intro p:last-child {
  margin-bottom: 0;
}
.service__intro strong {
  color: #0f2942;
  font-weight: 600;
}
.service__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
	background-color:#fff;
	padding:20px;
	border-radius:10px;
}
.service__list-item {
  display: flex;
  gap: 5px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #B8B8B8;
}
.service__list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.service__list-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0ea5e9;
  flex-shrink: 0;
  width: 6rem;
}
.service__list-value {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #374151;
}
/* ===== HOW IT WORKS ===== */
.how {
  padding: 3rem 0 5rem 0;
  background: #0f2942;
}
/*@media (min-width: 1024px) {
  .how {
    padding: 7rem 0;
  }
}*/
.how .section-label {
  color: #93c5fd;
}
.how__h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .how__h2 {
    font-size: 2.25rem;
  }
}
.how__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 3rem;
}
.how__flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 32rem;
  margin: 0 auto;
}
/*サービス仕組み図解*/
.service-img {
  max-width:1200px;
  margin:auto;
	background-color:#fff;
	border-radius:20px;
	padding:20px 15px;
	border:solid 3px #0E8DE9;
}
.service-img img{
  width:100%;
  max-width:600px;
  display:block;
  margin:auto;
}
.how__step-wrap {
  width: 100%;
}
.how__step-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
}
.how__step-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.how__step-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.how__step-label {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.how__step-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
}
.how__step-num {
  margin-left: auto;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
}
.how__arrow {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  color: #0ea5e9;
}
.how__arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}
.how__note {
  max-width: 32rem;
  margin: 3rem auto 0;
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(14, 165, 233, 0.4);
  background: rgba(255, 255, 255, 0.07);
  display: flex;
  gap: 0.75rem;
}
.how__note-bar {
  width: 4px;
  border-radius: 9999px;
  background: #0ea5e9;
  flex-shrink: 0;
}
.how__note-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}
.how__note-text strong {
  color: #fff;
}
/* ===== FEATURES ===== */
.features {
    padding: 5rem 0;
    /*background-color: #faf9f7;*/
    /*background-image: url("../images/back/back9.webp");  
	background-position:top;
	background-size:cover;
	background-repeat:no-repeat;*/
}
@media (min-width: 1024px) {
  .features {
    padding: 7rem 0;
  }
}
.features__h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f2942;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .features__h2 {
    font-size: 2.25rem;
  }
}
.features__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 3rem;
}
.features-content{
	display:flex;
	justify-content:space-between;
	gap:30px 0;
	flex-wrap:wrap;
}
.feature-box{
	width:31%;
	border:solid 8px #fff;
	box-shadow: 2px 2px 4px 3px rgb(0 0 0 / 0.1);
	border-radius:10px;
	background-color:#fff;
}
.feature-box-btn{
	border:solid 1px #0EA5E9;
	background-color:#0EA5E9;
	padding:30px;
	box-sizing: border-box;
	display:flex;
	align-items:center;
	justify-content:center;
}
.feature-box-btn-inside{
	
}
.feature-box-btn1{
	font-size:20px;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	text-align:center;
}
.feature-box-btn1 span{
	display:inline-block;
}
.feature-box-btn2{
	font-size:16px;
	color:#fff;
}
.feature-box-btn3 a{
	background-color:#fff;
	padding:20px 10px;
	margin-top:20px;
	border-radius:10px;
	text-align:center;
	font-weight:bold;
	color:#0369a1;
	font-size:20px;
	display:block;
}
.feature-box-btn3 a:hover{
	opacity:0.8;
}
.feature-box1{
	background-color:#DEF3FC;
	padding:20px 0 0 0;
	border-radius:5px 5px 0 0;
}
.feature-img{
	width:70%;
	max-width:180px;
	margin:auto 5% 0 auto;
}
.feature-img img{
	width:100%;
	display:block;
}
.feature-box2{
	padding:10px 20px 15px 20px;
	position:relative;
	background-color:#fff;
}
.feature-box2 .point{
	position:absolute;
	bottom:100%;
	margin:0;
	left:0;
	font-weight:bold;
	font-size:22px;
	border-bottom:solid 5px #0EA5E9;
	color:#0EA5E9;
	padding:0 5px;
	line-height:25px;
}
.feature-box2 .point span{
	font-size:30px;
	margin-left:3px;
}
.point-title{
	font-weight:bold;
	font-size:20px;
}
@media(max-width:960px){
.feature-box{
	width:48%;
}
}
@media(max-width:640px){
.feature-box{
	width:100%;
}
}
.features__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s, border-color 0.3s;
}
.features__card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-color: #bae6fd;
}
.features__num {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #0ea5e9;
  opacity: 0.15;
  margin-bottom: 1rem;
  transition: opacity 0.3s;
}
.features__card:hover .features__num {
  opacity: 0.25;
}
.features__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.features__icon {
  font-size: 1.5rem;
}
.features__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0f2942;
}
.features__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.features__highlight {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  background: #e0f2fe;
  color: #0369a1;
}
.features__cta-card {
  background: #0ea5e9;
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.features__cta-icon {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
.features__cta-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.features__cta-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}
.features__cta-btn {
  margin-top: 1.5rem;
  display: inline-block;
  background: #fff;
  color: #0369a1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  transition: background 0.2s;
  text-align: center;
}
.features__cta-btn:hover {
  background: #f0f9ff;
}
/* ===== PRICING ===== */
.pricing {
  padding: 5rem 0;
  background: #EAF8FF;
}
@media (min-width: 1024px) {
  .pricing {
    padding: 7rem 0;
  }
}
.pricing__h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f2942;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .pricing__h2 {
    font-size: 2.25rem;
  }
}
.pricing__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 3rem;
}
.pricing__grid {
  display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
  gap: 25px 0;
}
.pricing__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  padding: 2.5rem 2rem 1.5rem 2rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	position:relative;
	width:32%;
}
/*.pricing__card1 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  padding: 2.5rem 2rem 1.5rem 2rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	position:relative;
	width:60%;
}*/
/*.pricing__card2 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  padding: 2.5rem 2rem 1.5rem 2rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	position:relative;
	width:40%;
}*/
@media(max-width:1200px){
.pricing__card1 {
	width:49%;
}
.pricing__card2 {
  background: #fff;
	width:100%;
}
}
@media(max-width:768px){	
.pricing__card {
	width:100%;
}
}
.pricing__card-title {
  /*font-family: 'Noto Serif JP', serif;*/
  font-size: 22px;
  font-weight: 700;
  color: #0f2942;
  margin-bottom: 1.5rem;
}
.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background: #f8f9fa;
	border: 2px solid #77919C;
}
.price-row:last-child {
  margin-bottom: 0;
}
.price-row--highlight {
  background: #e0f2fe;
  border: 2px solid #0ea5e9;
}
.price-row__label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0f2942;
}
.price-row__sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #64748b;
}
.price-row--highlight .price-row__label {
  color: #0369a1;
}
.price-row--highlight .price-row__sub {
  color: #0ea5e9;
}
.price-row__amount {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f2942;
}
.price-row--highlight .price-row__amount {
  color: #0369a1;
}
.price-row__amount span {
  font-size: 0.875rem;
  font-weight: 400;
}
.model-row {
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
	border: 2px solid #0ea5e9;
}
.model-row:last-child {
  margin-bottom: 0;
}
.model-row--navy {
  background: #f8f9fa;
	border: 2px solid #77919C;
}
.model-row--sky {
  background: #e0f2fe;
  border-left-color: #0ea5e9;
}
.model-row__label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.model-row--navy .model-row__label {
  color: #0f2942;
}
.model-row--sky .model-row__label {
  color: #0369a1;
}
.model-row__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}
.model-row--navy .model-row__text {
  color: #374151;
}
.model-row--sky .model-row__text {
  color: #0369a1;
}
.pricing__info-group {
  margin-bottom: 2rem;
}
.pricing__info-group:last-child {
  margin-bottom: 0;
}
.pricing__info-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0f2942;
  margin-bottom: 0.75rem;
}
.pricing__info-box {
  background: #f0f4f8;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #374151;
  margin-bottom: 0.75rem;
}
.pricing__info-box:last-child {
  margin-bottom: 0;
}

/* ===== STEPS ===== */
.steps {
  padding: 5rem 0;
  /*background: #faf9f7;*/
}
@media (min-width: 1024px) {
  .steps {
    padding: 7rem 0;
  }
}
.steps__h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f2942;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .steps__h2 {
    font-size: 2.25rem;
  }
}
.steps__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 3rem;
}
.steps__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  background-color:#EAF8FF;
  padding:50px;
  box-sizing: border-box;
  border-radius:10px;
}
@media(max-width:480px){
.steps__list {
  padding:30px 20px;
}	
}
.steps__vline {
  display: none;
  position: absolute;
  left: 2rem;
  top: 2rem;
  bottom: 2rem;
  width: 1px;
  background: #e2e8f0;
}
@media (min-width: 1024px) {
  .steps__vline {
    display: block;
  }
}
.steps__item {
  display: flex;
  /*gap: 1.5rem;*/
  align-items: center;
	position:relative;
}
.steps-arrow {
  content:"";
  width:36px;
	height:10px;
	position:absolute;
	top:120%;
	left:50%;
	transform: translateX(-50%);
	border: solid 18px transparent; /* 矢印の大きさを変更できる */
  border-top-color: #0E8DE9; /* 矢印の色を変更できる */
  display: inline-block;
}
.steps__circle {
  position: relative;
  z-index: 1;
  width: 4rem;
  height: 80px;
  /*border-radius: 9999px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.steps__circle--active {
  background: #0ea5e9;
  border-color: #0ea5e9;
}
.steps__circle--inactive {
  background: #fff;
  border-color: #e2e8f0;
}
.steps__num {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align:center;
  line-height:20px;
}
.steps__num span{
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  display:block;
}
.steps__circle--active .steps__num {
  color: #fff;
}
.steps__circle--inactive .steps__num {
  color: #0ea5e9;
}
.steps__content {
  flex: 1;
  background: #fff;
  /*border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);*/
  height:80px;
  padding:0 20px;
  display:flex;
  align-items:center;
}
.steps__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0f2942;
}
@media (min-width: 1024px) {
  .steps__title {
    font-size: 1.125rem;
  }
}
.steps__cta {
  margin-top: 3rem;
  background: #fff;
  border: 3px solid #0E8DE9;
  border-radius: 0.75rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
	background-color:#0E8DE9;
	color:#fff!important;
}
.steps__cta-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #0f2942;
	color:#fff;
	text-align:center;
}
.steps__cta-text span{
  display:inline-block;
}
.steps__cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap:15px 0;
  justify-content: space-between;
  width:100%;
  max-width:450px;
}
.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem; 
  width:48%;
  box-sizing: border-box;
  background: #fff;
  color: #0ea5e9;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0.5rem;
  border: 2px solid #fff;
  transition: background 0.2s;
	display:flex;
	align-items:center;
	justify-content:center;
}
.btn-white:hover {
  background: #4CAAEF;
  border: 2px solid #4CAAEF;
}
@media(max-width:520px){
.btn-white {
  width:100%;
}	
}
/* ===== FOOTER ===== */
.site-footer {
  background: #0f2942;
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  .site-footer {
    padding: 4rem 0;
  }
}
.footer__grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
.footer__logo-wrap {
  margin-bottom: 1rem;
}
.footer__logo-img {
  height: 2rem;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.footer__brand-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}
.footer__nav-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0ea5e9;
  margin-bottom: 1rem;
}
.footer__nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.footer__nav-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  transition: color 0.2s;
}
.footer__nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
.footer__phone {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0ea5e9;
  margin-top: 0.5rem;
}
.footer__hours {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-top: 0.25rem;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}
@media (min-width: 640px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);
}
.footer__legal {
  display: flex;
  gap: 1rem;
}
.footer__legal a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: rgba(100, 180, 255, 0.7);
  transition: color 0.2s;
}
.footer__legal a:hover {
  color: rgba(100, 180, 255, 1);
  text-decoration: underline;
}
/* ===== PAGE HEADER (sub pages) ===== */
.page-header {
  padding-top: 7rem;
  padding-bottom: 2rem;
	border-bottom:solid 1px #0ea5e9;
	/*background-color:#F2FAFF;*/
	background-image: url("../images/back/back11-05.webp");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
@media (min-width: 1024px) {
  .page-header {
    padding-top: 8rem;
    padding-bottom: 4rem;
	 
	  
  }
}
.page-header__label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.page-header__bar {
  width: 4px;
  height: 2rem;
  background: #0ea5e9;
  border-radius: 9999px;
}
.page-header__h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f2942;
}
@media (min-width: 1024px) {
  .page-header__h1 {
    font-size: 2.25rem;
  }
}
/* ===== BREADCRUMB ===== */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}
.breadcrumb a {
  color: #0ea5e9;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb__sep {
  color: #9ca3af;
}
.breadcrumb__current {
  color: #64748b;
}
/* ===== FAQ PAGE ===== */
.faq-page {
  padding: 3rem 0 5rem;
  background: #f0f4f8;
	background-color:#F2FAFF;
}
@media (min-width: 1024px) {
  .faq-page {
    padding: 4rem 0 7rem;
  }
}
.faq__list {
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq__item {
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.faq__q-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  text-align: left;
  cursor: pointer;
}
.faq__q-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1;
  padding-right: 1rem;
}
.faq__q-letter {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0ea5e9;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.faq__q-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0f2942;
}
.faq__chevron {
  width: 1.25rem;
  height: 1.25rem;
  color: #0ea5e9;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq__chevron.open {
  transform: rotate(180deg);
}
.faq__a-wrap {
  display: none;
  padding: 0 1.5rem 1.25rem;
  border-top: 1px solid #f0f4f8;
}
.faq__a-wrap.open {
  display: block;
}
.faq__a-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-top: 1rem;
}
.faq__a-letter {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #d97706;
  flex-shrink: 0;
}
.faq__a-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  color: #4b5563;
  line-height: 1.7;
}
.faq__note {
  max-width: 48rem;
  margin-top: 2.5rem;
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #fff;
}
.faq__note p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #64748b;
}
.faq__note a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.75rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #0ea5e9;
}
.faq__note a:hover {
  text-decoration: underline;
}
/* ===== CASES PAGE ===== */
.cases-page {
  padding: 3rem 0 5rem;
  background-color:#F2FAFF;
}
@media (min-width: 1024px) {
  .cases-page {
    padding: 4rem 0 7rem;
  }
}
.cases__grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .cases__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.case__card {
  background: #fff;
  border: 1px solid #0E8DE9;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.case__tag {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
  background: #0E8DE9;
  color: #fff;
  margin-bottom: 0.75rem;
}
.case__company {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
  color: #0f2942;
  margin-bottom: 0.25rem;
  border-bottom:dotted 2px #0E8DE9;
}
.case__size {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #64748b;
  margin-bottom: 0.75rem;
}
.case__intro {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.case__detail-box {
  background: #f0f4f8;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.case__detail-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.25rem;
}
.case__detail-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
}
.cases__cta {
  text-align: center;
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  background: #faf9f7;
}
.cases__cta-text {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-weight: 500;
  color: #0f2942;
  margin-bottom: 1rem;
}
.cases__cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
/* ===== CONTACT PAGE ===== */
.contact-page {
  padding: 3rem 0 5rem;
  background-color:#F2FAFF;
}
@media (min-width: 1024px) {
  .contact-page {
    padding: 4rem 0 7rem;
  }
}
.contact__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .contact__grid {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
  }
}
.contact__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.25rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.contact__card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.contact__card-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: #0ea5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
	padding:6px;
}
.contact__card-icon svg {
  width: 1rem;
  height: 1rem;
  color: #0ea5e9;
}
.contact__card-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f2942;
}
.contact__card-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.6;
}
.contact__phone {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0ea5e9;
  margin-top: 0.25rem;
  letter-spacing: 0.05em;
}
.contact__phone:hover {
  text-decoration: underline;
}
.contact__hours {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.25rem;
  display: block;
}
.contact__line-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.25rem;
  background: linear-gradient(135deg, #f0fdf9 0%, #fafffe 100%);
}
.contact__line-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.contact__line-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact__line-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
}
.contact__line-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f2942;
}
.contact__line-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.contact__line-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #06C755;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  transition: opacity 0.2s;
}
.contact__line-btn:hover {
  opacity: 0.85;
}
.contact__form-wrap {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5rem 2rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.contact__form-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.contact__form-title span{
  width:25px;
	display:inline-block;
}
.contact__form-title span img{
  width:100%;
	display:block;
}
.contact__form-title svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #0ea5e9;
}
.contact__form-title h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0f2942;
}
.form-grid-2 {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .form-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 1rem;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f2942;
}
.form-label .required {
  font-size: 0.75rem;
  color: #ef4444;
  margin-left: 0.25rem;
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 0.625rem 0.875rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  color: #0f2942;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}
.form-textarea {
  resize: vertical;
  min-height: 8rem;
}
.form-error {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  color: #ef4444;
  display: none;
}
.form-error.visible {
  display: block;
}
.form-submit {
  width: 100%;
  padding: 0.875rem;
  background: #0f2942;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  transition: opacity 0.2s;
}
.form-submit:hover {
  opacity: 0.85;
}
.form-success {
  display: none;
  text-align: center;
  padding: 3rem 2rem;
}
.form-success.visible {
  display: block;
}
.form-success__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.form-success__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f2942;
  margin-bottom: 0.75rem;
}
.form-success__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  color: #64748b;
}
/* ===== COMPANY PAGE ===== */
.company-page {
  padding: 5rem 0 5rem;
  /*background: #f0f4f8;*/
	background-color:#F2FAFF;
}
/*@media (min-width: 1024px) {
  .company-page {
    padding: 4rem 0 7rem;
  }
}*/
.company__section {
  margin-bottom: 4rem;
	background-color:#fff;
	padding:30px 40px;
	border-radius:10px;
}
.company__section:last-of-type {
  margin-bottom: 0;
}
.company__section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f2942;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #0ea5e9;
}
.company__row {
  display: flex;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e2e8f0;
}
.company__row:last-child {
  border-bottom: none;
}
.company__row-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0f2942;
  flex-shrink: 0;
  width: 7rem;
}
.company__row-value {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #374151;
  line-height: 1.7;
  white-space: pre-line;
}
/* ===== LEGAL PAGES ===== */
.legal-header {
  padding: 8rem 0 3rem 0;
  background: #0f2942;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.legal-header__inner {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.legal-header__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0ea5e9;
  margin-bottom: 0.75rem;
}
.legal-header__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}
.legal-body {
  max-width: 48rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
.legal-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.legal-updated {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  color: #9ca3af;
  margin-bottom: 2rem;
}
.legal-intro {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.legal-section {
  margin-bottom: 2rem;
}
.legal-section:last-child {
  margin-bottom: 0;
}
.legal-section__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f2942;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0ea5e9;
  margin-bottom: 0.75rem;
}
.legal-section p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.legal-section p:last-child {
  margin-bottom: 0;
}
.legal-section ul {
  list-style: disc;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.legal-section ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  color: #374151;
  line-height: 1.7;
}
.legal-inset {
  background: #f0f9ff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}
.legal-inset:last-child {
  margin-bottom: 0;
}
.legal-inset__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f2942;
  margin-bottom: 0.25rem;
}
.legal-inset__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.6;
}
.legal-contact-box {
  background: #f0f9ff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1.25rem;
}
.legal-contact-box__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #0f2942;
  margin-bottom: 0.5rem;
}
.legal-contact-box__info {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.8;
}
.legal-breadcrumb {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
}
.legal-breadcrumb a {
  color: #0ea5e9;
}
.legal-breadcrumb a:hover {
  text-decoration: underline;
}
.legal-breadcrumb__sep {
  color: #9ca3af;
}
.legal-breadcrumb__current {
  color: #64748b;
}
.skip-img {
	
}

.back-ashirai1 {
	background-image: url("../images/back/back10-05.webp");
	background-position:top;
	background-size:cover;
}
.back-ashirai2 {
	background-image: url("../images/back/back9.webp");
	background-position:top;
	background-size:cover;
}
.back-ashirai3 {
	background-image: url("../images/back/back11-05.webp");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
/*料金ボックスのあしらい*/
.box-ashirai1 {
	background-color:#0EA5E9;
	width:100%;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	border-radius: 7px 7px 0 0;
}
.box-ashirai2 {
	background-color:#0E8DE9;
	width:100%;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	border-radius: 7px 7px 0 0;
}
.box-ashirai3 {
	background-color:#0f2942;
	width:100%;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	border-radius: 7px 7px 0 0;
}

