:root{
  --green: #005c34;
  --orange: #ea784e;
  --blue: #00abeb;
  --default: #110000;
}
html{
  overflow-x:hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif JP', serif;
  color: var(--default);
  background: url('../img/background.jpg') repeat;
  background-size: auto;
  font-size:16px;
}
.br-575{display:none;}
.br-768{display:none;}
.c-wrapper-fluid{
  width:100%;
  margin:0 auto;
}
.c-wrapper-width{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
.c-wrapper-fluid-width{
  width:100%;
  max-width:1500px;
  margin:0 auto;
}
h1{
  font-size:2em;
}
p{
  line-height:2em;
}
.breadcrumb{
  padding: 105px 50px 30px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.breadcrumb a{
  color:var(--default);
}
.breadcrumb a:hover{
  color:var(--green);
}
.breadcrumb span.next{
  font-size:10px;
}
.breadcrumb span.now{
  color:var(--default);
  font-weight:bold;
}
/* MENU */
.header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  width:100%;
  z-index:9;
  height:75px;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px 5px 20px;
}
.logo img {
  height: 60px;
}
.nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav ul li:not(.last-li) {
  margin-left: 45px;
}
.nav ul li.last-li {
  margin-left: 15px;
}
.nav ul li a {
  text-decoration: none;
  color: var(--default);
  font-weight: bold;
}
.nav ul li a:hover{
  color:var(--green);
}
.sns-icon {
  width: 45px;
  height: 45px;
}
.sns-icon:hover{
  transform:scale(1.05);
  transition-duration: .5s;
}
.hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 60px;
  height:60px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 100;
  justify-content: space-evenly;
}
.hamburger .line {
  display: block;
  height: 2px;
  width: 50px;
  background: var(--green);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger .label {
  color: var(--green);
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.hamburger .close-label {
  opacity: 0;
  pointer-events: none;
  display:none;
  color:var(--green);
}
.hamburger.active .close-label {
  opacity: 1;
  display:block;
}
.hamburger.active .line-top {
  transform: rotate(45deg) translate(13px, 12px);
  width:25px;
}
.hamburger.active .line-bottom {
  transform: rotate(-45deg) translate(9px, -7px);
   width:25px
}
.hamburger.active .label {
  opacity: 0;
  pointer-events: none;
}
.nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  z-index: 99;
  padding: 80px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile ul li {
  margin: 16px 0;
}
.nav-mobile ul li a {
  text-decoration: none;
  color: var(--default);
  font-size: 20px;
  font-weight: bold;
}
.nav-mobile ul li img.sns-icon {
  width: 28px;
  height: 28px;
}
.nav-mobile.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1280px) {
  .nav {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .nav-mobile ul {
    text-align:center;
  }
  .nav-mobile ul li{
    margin:25px 0;
  }
  .nav-mobile ul li.sns-li{
    display:flex;
    justify-content: space-around;
    margin:30px auto;
  }
  .nav-mobile ul li.logo-li{
    margin-top:50px;
  }
  .nav-mobile ul li.logo-li img{
    max-width:200px;
  }
  .nav-mobile ul li img.sns-icon{
    width:45px;
    height:45px;
  }
}
/* MENU END */

.top-visual{
  padding-top:90px;
}
.top-slider {
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.8;
  z-index: 5;
  white-space: nowrap;
  text-shadow:
    0 0 2px #fff,
    0 0 4px #fff,
    0 0 6px #fff,
    0 0 8px #fff,
    0 0 10px #fff,
    0 0 12px #fff;
}
.top-slider .slide {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  width: 100%;
  max-width: 1700px;
  height: 100%;
  opacity: 0;
  transition: opacity 3s ease, transform 10s ease;
  z-index: 1;
}

.top-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-slider .slide.active {
  opacity: 1;
  transform: translateX(-50%) scale(1.05); /* ゆっくりズームイン */
  z-index: 2;
}

.top-slider .slide.prev {
  opacity: 0.5;
  transform: translateX(-50%) scale(1);
  z-index: 1;
}
@keyframes zoomIn {
  from {
    transform: translateX(-50%) scale(1);
  }
  to {
    transform: translateX(-50%) scale(1.05);
  }
}
.top-slider .slide.first-active {
  opacity: 1;
  z-index: 2;
  animation: zoomIn 10s forwards;
}


.en-service {
  padding: 80px 20px;
  text-align: center;
}
.en-service-inner {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin: 0 auto 50px;
  /* flex-wrap: wrap; */
}

.en-item {
  width: 300px;
}
.en-item img {
  width: 90%;
  height: auto;
}
.en-service-inner .en-item {
  display: block;
  text-align: center;
  text-decoration: none;
}
.en-service-inner .en-item:hover {
  transform:scale(1.05);
  transition-duration: .5s;
}

.en-service-inner .en-item h3,
.en-service-inner .en-item p {
  color: inherit;
}
.en-item h3 {
  font-weight: normal;
  font-size: 2.5em;
  margin: 0px;
}

.en-item h3 span {
  display: block;
  font-size: 0.9rem;
}

.en-item p {
  font-size: 1.2em;
  cursor:pointer;
  margin:0;
}

.en-item.orange h3, .en-item.orange p {
  color: var(--orange);
}
.en-item.green h3, .en-item.green p {
  color: var(--green);
}
.en-item.blue h3, .en-item.blue p {
  color: var(--blue);
}
.green-btn{
  background: var(--green);
  color: #fff;
  font-size: 20px;
  padding: 15px 30px;
  display: flex;
  align-items:center;
  justify-content:center;
  text-decoration: none;
  border-radius: 50px;
  border: solid 1px #013f24;
  text-align: center;
  min-width:200px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.green-btn::after {
  background: var(--default);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.green-btn:hover {
  transform:scale(1.05);
  transition-duration: .5s;
}
.green-btn:hover::after {
  transform: scale(1, 1);
}
.green-btn.service-btn{
  max-width:370px;
  padding: 25px;
  margin: 0 auto;
}
.flex-btn-area{
  display:flex;
  justify-content: center;
  gap:50px;
}
.green-btn.flex-btn{
  max-width:370px;
  padding: 25px;
}
h1.page-title {
    color: var(--green);
    letter-spacing: 0.2em;
    margin-bottom: 0px;
    text-align:center;
    font-size:2.5em;
}
p.title-lead {
    font-size: 16px;
    margin: 0 auto 50px;
    text-align:center;
}
.en-about {
  padding: 80px 20px 120px;
  text-align: center;
}
.en-about-text{
  margin-bottom:45px;
}
.en-about-text p {
  font-size: 1.6em;
  line-height: 3.5;
  letter-spacing: .4rem;
}
.en-about-text .green {
  color: var(--green);
  font-weight: bold;
  font-size:1.2em;
}

.en-about-text .bold {
  font-weight: bold;
  font-size:1.1em;
}

.en-link-banner {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 150px;
  flex-wrap: wrap;
}

.en-link-banner .banner {
  position: relative;
  display: block;
  width: 500px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}

.en-link-banner .banner img {
  width: 100%;
  display: block;
  opacity: 0.7;
  transition: 0.3s;
}
.en-link-banner .banner:hover img {
  opacity: 1;
}
.en-link-banner .banner span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--green);
  font-size: 2.5rem;
  white-space: nowrap;
  text-shadow:
    0 0 3px #fff,
    0 0 6px #fff,
    0 0 9px #fff,
    0 0 12px #fff;
  font-weight:bold;
}

.news-section {
  background-color: #fff;
  padding: 70px 0;
  text-align: center;
}

.news-section h1{
  color: var(--green);
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.news-list {
  text-align: left;
  margin: 0 auto 60px;
  max-width: 770px;
  list-style: none;
  padding: 0;
}

.news-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:var(--default);
  padding: 30px;
  text-decoration: none;
  border-bottom: 1px dotted var(--green);
  transition: 0.3s;
}

.news-list li a:hover {
  color: var(--green);
}

.news-list li a .news-text {
  transition: 0.3s;
}
.news-list li a:hover .news-text {
  transform: translateX(8px);
}
.news-date {
  width: 150px;
  flex-shrink: 0;
}

.news-text {
  flex: 1;
}

.news-btn-wrapper {
  display: flex;
  justify-content: center;
}
/* --- お問い合わせ --- */
.contact-form-sect{
  padding:0 15px 100px;
}
.contact-section {
  padding: 100px 0;
}

.contact-flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.contact-text {
  text-align: left;
}

.contact-title {
  font-size: 45px;
  letter-spacing: 0.1em;
  color: var(--green);
  margin: 0px;
}

.contact-lead {
  font-size: 19px;
  margin:0px;
}

.contact-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}


/* --- フッター --- */
.footer {
  background-color: var(--green);
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:5px;
}

.footer-logo img {
  width: 90px;
}

.copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* NEWS */

.news-list-section, .news-detail-section {
  padding: 0 15px;
}
.news-filter {
    margin-bottom: 50px;
    text-align: center;
}
.news-filter button.active, .news-filter button:hover {
    background: var(--green);
    color: #fff;
}
.news-filter button {
    margin: 0 10px;
    padding: 15px 30px;
    border: none;
    background: #ddd;
    cursor: pointer;
    border-radius: 4px;
    font-size: 18px;
    transition: background 0.3s;
    font-family: 'Noto Serif JP', serif;
}
.news__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.news-item {
    background: #fff;
    box-shadow: 1px 1px 10px lightgray;
    padding: 30px 50px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}
.news-item.TOPICS .news-label {
    background: var(--green);
}
.news-item.TOPICS time {
    color: var(--green);
}
.news-item.BLOG .news-label {
    background: var(--green);
}
.news-item.BLOG time {
    color: var(--green);
}
.news-item .news-label {
    position: absolute;
    right: 25px;
    top: 20px;
    padding: 6px;
    width: 130px;
    text-align: center;
    color: #fff;
}
.news-more-wrap {
    text-align: center;
    margin-top: 50px;
}
.view-more-btn {
    padding: 20px 40px;
    font-size: 22px;
    background: var(--green);
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Noto Serif JP', serif;
}
.no-data{
  text-align:center;
}
.news__detail_wrap {
    background: #fff;
    box-shadow: 1px 1px 10px lightgray;
    padding: 30px 50px;
    border-radius: 15px;
    position: relative;
    margin-top:50px;
}
.news__detail_wrap .title-title {
    display: flex;
    gap: 15px;
    align-items: center;
}
.news_category {
    padding: 6px;
    width: 130px;
    text-align: center;
    color: #fff;
}
.news_category.TOPICS, .news_category.BLOG {
    background: var(--green);
}
.news__detail_wrap .news__detail_title {
    font-size: 1.8em;
    margin: 10px;
}
.news_date {
    color: var(--green);
    text-align: right;
    margin: 0;
}
.detail_img {
    display: flex;
    gap: 50px;
    justify-content: center;
}
.img-col1 {
    max-width: 850px;
}
.img-col2 {
    width: calc(50% - 25px);
}
.img-col1 img, .img-col2 img {
    border-style: none;
    box-sizing: border-box;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .news-filter{
    margin-bottom:30px;
  }
  .news-filter button {
    margin: 0 5px;
    font-size: 13px;
    padding: 10px 15px;
  }
  .news-item{
    padding:25px;
  }
  .news-item .news-label{
    padding:5px;
    width:85px;
  }
  .news__detail_wrap{
    padding:25px;
    margin-top:30px;
  }
  .news_category{
    padding:5px;
    width:85px;
  }
  .news__detail_wrap .title-title{
    flex-direction:column;
    align-items:flex-start;
  }
  .news__detail_wrap .news__detail_title{
    font-size:1.3em;
    margin:0;
  }
}
/*
.news-card {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-decoration: none;
  color: var(--default);
  transition: 0.3s;
  background:#fff;
  align-items:center;
}

.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.news-card-img img {
  width: 300px;
  height: 235px;
  object-fit: cover;
  background-color: #eee;
}

.news-card-text {
  flex: 1;
}

.news-card-date {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--green);
}

.news-card-title {
  font-size: 22px;
  margin-bottom: 15px;
}

.news-card-summary {
  font-size: 15px;
  line-height: 1.8;
  height: 5.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.viewmore-btn-wrapper {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 50px 0 50px;
  margin-bottom:50px;
}
.news-hidden {
    display: none;
}
.news-detail-section{
  margin-top:50px;
  padding:0 15px;
}
.news-detail-area {
    padding: 50px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-radius:5px;
    margin-bottom:50px;
}
.news-detail-title{
  width:100%;
}
.news-detail-title h1{
    font-size: 28px;
    padding: 0px;
    margin: 0 auto 15px;
}
.news-hr{
  border:solid 2px var(--green);
  margin: 15px auto 45px;
}
.news-detail-date {
    font-size: 18px;
    color: var(--green);
    font-weight:bold;
    margin:0;
}
.news-detail-img{
  width:50%;
}
.news-detail-img img {
    width: 100%;
    max-width:500px;
    margin: 0 auto 50px 0;
    display: block;
    object-fit: cover;
    background-color: #fff;
}

.news-detail-text {
    box-sizing: border-box;
    display: flex;
}

.news-detail-text p {
    font-size: 15px;
    line-height: 2;
    width:50%;
    margin-bottom: 30px;
} */

/* CONTACT */

.contact-sect {
    padding: 0 0 150px;
    text-align: center;
}
.contact-form-area{
    background:#fff;
    padding:50px 100px;
    max-width:850px;
    margin:0 auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-radius:5px;
}
.contact-form {
    margin: 0 auto;
    text-align: left;
}

.form-item {
    margin-bottom: 30px;
}

.form-item label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-item input:not([type="checkbox"]),
.form-item textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
}

.form-item textarea {
    resize: vertical;
}
.form-item input[type="checkbox"]{
  transform:scale(1.5);
}

.required {
    color: #c00;
    font-size: 12px;
    margin-left: 5px;
}

.form-btn {
    text-align: center;
    margin: 50px auto 15px;
}
.form-btn .submit-btn{
  margin:0 auto;
}
.contact-proc-area{
    background:#fff;
    padding:100px;
    max-width:850px;
    margin:0 auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-radius:5px;
}
.contact-proc-area p{
  font-size:1.2em;
  line-height:2em;
  margin-bottom:50px;
}
.proc-btn-wrapper{
  display:flex;
  justify-content:center;
}
.policy-item {
  margin-top: 30px;
  font-size: 14px;
  text-align:center;
}
.policy-item label{
  font-size:16px;
}
.policy-item label a {
  color: var(--green);
  text-decoration: underline;
  transition: 0.3s;
  margin:0 5px;
}
.policy-item .policy-check{
  accent-color: var(--green);
}
.policy-item label a:hover {
  opacity: 0.7;
}
.policy-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.policy-modal.hidden {
  display: none;
}

.policy-content {
  background: #fff;
  padding: 40px;
  max-width: 750px;
  width: 90%;
  border-radius: 10px;
  text-align: left;
}
.policy-content h2{
  text-align:center;
  margin-bottom:40px;
}
.policy-content .policy-bottom{
  text-align:center;
  margin:30px auto 70px;
}

/*SERVICE*/
.service-section{
  padding:0 15px;
}
.service-read{
  text-align:center;
  margin-bottom:45px;
}
.en-service-menu{
  display:flex;
  justify-content:center;
  gap:30px;
  margin:0 auto 50px;
  flex-wrap:wrap;
}
.en-service-menu .menu-item{
  width:220px;
  text-align:center;
  text-decoration:none;
}
.en-service-menu .menu-item:hover{
  transform: scale(1.05);
  transition-duration: .5s;
}
.menu-item img{
  width:60%;
}
.menu-item h3{
  font-size:24px;
  line-height:1em;
  margin:5px auto 0;
}
.menu-item h3 span{
  font-size:16px;
}
.menu-item p{
  margin:0;
  font-size:.9em;
}
.menu-item.orange{
  color:var(--orange);
}
.menu-item.green{
  color:var(--green);
}
.menu-item.blue{
  color:var(--blue);
}
.service-detail-wrap {
  background: #fff;
  padding: 80px 20px 100px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom:100px;
}
.service-detail-wrap.last{
  margin-bottom:0px;
}
.service-detail-title{
  display:flex;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom:10px;
}
.service-detail-title div{
  width:80px;
}
.service-detail-title div img{
  width:100%;
}
.service-detail {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.service-detail h2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height:1em;
}
.service-detail h2 small{
  font-size:.6em;
}
.service-detail h2 span{
  font-size:.7em;
}

.service-detail h3 {
  font-size: 1.2rem;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
.ens-care-example{
  margin-top:45px;
}
h1.service-sub-title{
  font-size:1em;
  color:#fff;
  text-align:center;
  padding:15px;
  margin: 0 auto 15px;
  border-radius:5px;
}
.service-detail-wrap.orange h1.service-sub-title{
  background:var(--orange);
}
.service-detail-wrap.green h1.service-sub-title{
  background:var(--green);
}
.service-detail-wrap.blue h1.service-sub-title{
  background:var(--blue);
}

.service-detail p {
  font-size: 1rem;
  line-height: 2;
  color: #333;
}

.ens-care-example .example-list{
  display:flex;
  flex-wrap:wrap;
}
.ens-care-example .example-item{
  width:50%;
  padding: 15px;
  box-sizing: border-box;
}
.ens-care-bottom{
  margin:15px auto 30px;
}
.ens-care-bottom p{
  text-align:center;
  font-size:1.5em;
  margin:10px;
}
.example-item h3{
  color: var(--green);
  margin: 0 auto 10px;
  border-left: 8px solid var(--green);
  padding-left: 10px;
}
.example-item p{
  margin: 0 auto 10px;
  line-height: 1.5;
}
.example-item img{
  width:100%;
  border-radius:5px;
}
.service-detail-wrap.orange h2 { color: var(--orange); }
.service-detail-wrap.green h2  { color: var(--green); }
.service-detail-wrap.blue h2   { color: var(--blue); }

.service-detail ul{
  padding: 0 15px;
  list-style:none;
}
.service-detail ul li{
  margin-bottom:10px;
}
.ens-aid-example h3 {
  color:var(--orange);
  margin-bottom: 15px;
  text-align:center;
}
.service-gallery {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.service-gallery div {
  width: 50%;
  height: auto;
  object-fit: cover;
  padding:15px;
  box-sizing:border-box;
}
.service-gallery div img{
  width:100%;
  border-radius:5px;
}
.ens-aid-example ul li, .ens-academy-example ul li{
  font-size:1.1em;
  display:flex;
  align-items: center;
  justify-content: center;
}
.ens-aid-example ul li strong{
  width:15%;
  color:var(--orange);
  font-size:1.2em;
}
.ens-aid-example ul li span{
  width:50%;
}
.ens-academy-example ul li strong{
  width:15%;
  color:var(--blue);
  font-size:1.2em;
}
.ens-academy-example ul li span{
  width:30%;
}
.ens-academy-bottom p{
  font-size:1.3em;
  text-align:center;
}

/*PRICE*/
.price-section{
 padding:0 15px;
}
.price-lead {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 50px;
  line-height: 2;
}

.price-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 10px;
}

.price-box h2 {
  margin-bottom: 20px;
  border-left: 5px solid var(--green);
  padding-left: 10px;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
  font-size:1.1em;
}

.price-list .yen {
  font-weight: bold;
  color: #b90101;
}

.price-box ul {
  list-style: disc;
  margin-left: 20px;
}
.price-note {
  margin-top: 10px;
  color:#b90101;
}
.other-list li{
  padding: 10px 0;
}

/*FLOW*/
.flow-section{
  padding:0 15px;
}
.flow-lead {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 60px;
  line-height: 2;
}

.flow-steps {
  display: flex;
  flex-direction:column;
  gap: 30px;
}
.flow-step {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 30px;
  border-radius: 10px;
  display:flex;
  box-sizing:border-box;
  align-items: center;
}
.flow-step .flow-left{
  width:30%;
  padding:15px;
  box-sizing:border-box;
}
.flow-left img{
  width:100%;
}
.flow-step .flow-right{
  width:70%;
  padding:15px;
  box-sizing:border-box;
}

.flow-step .number {
  font-size: 2.5em;
  color: #ccc;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow-step h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--green);
  padding-left: 10px;
  border-left: 8px solid var(--green);
}

.flow-step p {
  font-size: 1rem;
  line-height: 1.8;
}
.flow-arrow-triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--green);
  margin: 30px auto;
  animation: bounceArrow 1.5s infinite;
}
@keyframes bounceArrow {
  0%   { transform: translateY(0); opacity: 0.6; }
  50%  { transform: translateY(5px); opacity: 1; }
  100% { transform: translateY(0); opacity: 0.6; }
}
/*COMPANY*/
.company-section{
  padding:0 15px;
}
.company-section h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 1.5rem;
  margin: 60px auto 0px;
  font-weight: bold;
  width:60%;
}

.company-section h2::before,
.company-section h2::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: var(--green);
  margin: 0 25px;
}
.ceo-flex {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.ceo-photo {
  width: 30%;
  padding:25px;
  box-sizing:border-box;
}
.ceo-photo img{
  width:100%;
  border-radius: 5px;
}
.ceo-text{
  width:70%;
  padding:25px;
  box-sizing:border-box;
}
.ceo-text p {
  font-size: 1rem;
  line-height: 2;
}
.nurse-thoughts p{
  font-size:1.1em;
  text-align:center;
  line-height:3em;
  padding:15px 0;
}
.nurse-thoughts p span{
  font-size:1.1em;
  color:var(--green);
  margin: 0 5px;
  font-weight:bold;
}
.info-box{
  width:50%;
  margin:50px auto;
}
.info-box {
  display:flex;
  flex-direction:column;
}
.info-box dl{
  display:flex;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 10px;
}
.info-box dl dt{
  width:150px;
  font-weight:bold;
}
.philosophy{
  display:flex;
  gap:50px;
  align-items:center;
  justify-content: center;
  margin-bottom:100px;
}
.info-section{
  background:#fff;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding:50px 0;
}
.info-section h2{
  text-align:center;
  font-size:1.5em;
}
.company-info {
  margin-bottom:50px;
}
.company-section h3{
  font-size:1.8em;
  font-weight:bold;
  color:var(--green);
}
.philosophy-triangle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

.pillar-top {
  display: flex;
  justify-content: center;
}

.pillar-bottom {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.circle {
  background-color: var(--green);
  color: #fff;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.5;
}

.circle small {
  font-size: 0.8em;
  display: block;
}