@charset "UTF-8";
/*!
Theme Name: Cocoon Child 永代供養の杜
Template:   cocoon-master
Version:    1.1.0
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*書換*/
.wrap {
  width: 100%;
  margin: 0 auto;
}

.content {
  margin-top: 0;
}

b, strong {
  font-weight: bolder;
}

.main {
  padding-top: 0;
  width: 100%;
  padding: 0;
}

.no-sidebar .content {
  margin: auto;
  width: 100%;
}

#mobile-header h2 {
  text-align: center;
}

#mobile-header h2 a {
  color: #333;
  text-decoration: none;
}

.logo-text {
  padding: 20px 0 30px;
  font-size: 1em;
}

/*2025*/
.tagline {
  background-color: #036eb6;
  margin: 0;
  padding: 5px;
  color: #fff;
}

.logo-text {
  padding: 20px 0 20px;
  font-size: 1em;
}

#top_mv {
  width: 100%;
}
#top_mv img {
  max-width: -moz-max-content;
  max-width: max-content;
}

.mv_img {
  text-align: center;
  background-color: rgb(229.5, 241.8, 255);
}
@media (max-width: 480px) {
  .mv_img {
    display: none;
  }
}

.mv_img_mobile {
  background-color: rgb(229.5, 241.8, 255);
}
@media (min-width: 481px) {
  .mv_img_mobile {
    display: none;
  }
}

.inner {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .inner {
    display: none;
  }
}

.header-logo {
  float: left;
  padding: 20px 0;
  margin: 0 40px 0 0;
}

header .header-text {
  float: left;
  padding: 20px 0 20px;
}

.header-contact {
  float: right;
  padding: 20px 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #007bff;
}
a:hover {
  text-decoration: underline;
  color: rgb(0, 98.4, 204);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.section-padding {
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-decoration {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.section-decoration .decoration-shape {
  width: 12px;
  height: 12px;
  background-color: #4CAF50;
  margin: 0 5px;
  transform: rotate(45deg);
}

.section-title {
  text-align: center;
  font-size: 2.2em;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.3;
}
.section-title--left-align {
  text-align: left;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 1.8em;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}

.ceremony-intro {
  background-color: rgb(229.5, 241.8, 255);
  padding-bottom: 70px;
}
.ceremony-intro .section-title {
  color: #00509e;
}
.ceremony-intro .content-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 768px) {
  .ceremony-intro .content-container {
    flex-direction: column;
  }
}
.ceremony-intro .image-column {
  flex: 0 0 480px;
  max-width: 480px;
}
.ceremony-intro .image-column img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .ceremony-intro .image-column {
    flex: 0 0 400px;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .ceremony-intro .image-column {
    flex-basis: auto;
    width: 100%;
    max-width: 450px;
    margin-bottom: 25px;
  }
}
.ceremony-intro .text-column {
  flex: 1 1 auto;
}
.ceremony-intro .text-column .checklist {
  margin-bottom: 25px;
}
.ceremony-intro .text-column .checklist li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 14px;
  font-size: 1em;
  color: #4a4a4a;
}
.ceremony-intro .text-column .checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 9px solid #f0ad4e;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.ceremony-intro .text-column .description-text {
  font-size: 1em;
  line-height: 1.9;
  color: #555;
}

.info-section {
  background-color: #fff;
}
.info-section .info-container {
  max-width: 1140px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 30px;
}
@media (max-width: 992px) {
  .info-section .info-container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .info-section .info-container {
    flex-direction: column;
    gap: 25px;
    align-items: stretch;
  }
}
.info-section .info-sidebar {
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .info-section .info-sidebar {
    flex-basis: auto;
    width: 100%;
    align-items: center;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.info-section .info-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.info-section .info-icon .decoration-shape {
  width: 10px;
  height: 10px;
  background-color: #4CAF50;
  margin: 0 3px;
  transform: rotate(45deg);
}
.info-section .info-section-title {
  font-size: 1.8em;
  color: #4a4a4a;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media (max-width: 992px) {
  .info-section .info-section-title {
    font-size: 1.6em;
  }
}
@media (max-width: 768px) {
  .info-section .info-section-title {
    font-size: 1.7em;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .info-section .info-section-title {
    font-size: 1.5em;
  }
}
.info-section .info-list-area {
  flex: 1 1 auto;
  min-width: 0;
  border-left: 1px solid #e0e0e0;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .info-section .info-list-area {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .info-section .info-list-area {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
  }
}
.info-section .info-item {
  display: flex;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
.info-section .info-item a {
  display: flex;
  text-decoration: none;
}
.info-section .info-item:first-child {
  padding-top: 0;
}
@media (max-width: 576px) {
  .info-section .info-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }
}
.info-section .info-date {
  font-size: 0.9em;
  color: #555;
  margin-right: 20px;
  flex-shrink: 0;
  min-width: 90px;
}
@media (max-width: 576px) {
  .info-section .info-date {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 0.85em;
  }
}
.info-section .info-title {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  line-height: 1.5;
}
.info-section .info-title a {
  color: #4a4a4a;
  transition: color 0.3s ease;
}
.info-section .info-title a:hover {
  color: #007bff;
  text-decoration: none;
}
@media (max-width: 576px) {
  .info-section .info-title {
    font-size: 0.95em;
  }
}
.info-section .info-more-link-container {
  text-align: right;
  margin-top: 25px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .info-section .info-more-link-container {
    text-align: center;
  }
}

.reasons-section {
  background-color: #fff;
}
.reasons-section .reasons-grid {
  display: grid;
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media (min-width: 992px) {
  .reasons-section .reasons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .reasons-section .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.reasons-section .reason-item {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.reasons-section .reason-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 10px;
}
.reasons-section .reason-header .reason-number {
  background-color: rgb(204, 228.6, 255);
  color: #007bff;
  font-size: 1em;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border: 2px solid #007bff;
}
.reasons-section .reason-header .reason-item-title {
  font-size: 0.95em;
  color: #007bff;
  margin: 0;
  font-weight: bold;
}
.reasons-section .reason-content {
  flex-grow: 1;
}
.reasons-section .reason-content img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
}
.reasons-section .reason-content .reason-description {
  font-size: 0.9em;
  color: #555;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .reasons-section .reasons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.plans-section {
  background-color: #fff;
}
.plans-section .plans-list {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.plans-section .plan-item {
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  overflow: hidden;
  border-radius: 6px;
}
.plans-section .plan-sidebar {
  color: #fff;
  padding: 5px 5px;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* writing-mode: vertical-rl; */
  transform: rotate(180deg);
  min-width: 60px;
  z-index: 999;
  position: absolute;
  background-color: #00509e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(180deg);
  min-width: 70px;
}
.plans-section .plan-sidebar .plan-label, .plans-section .plan-sidebar .plan-number {
  display: block;
  transform: rotate(180deg);
  writing-mode: horizontal-tb;
}
.plans-section .plan-sidebar .plan-label {
  font-size: 1em;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}
.plans-section .plan-sidebar .plan-number {
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.plans-section .plan-main-content {
  display: flex;
  flex-grow: 1;
  padding: 25px;
  gap: 25px;
}
@media (max-width: 768px) {
  .plans-section .plan-main-content {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }
}
.plans-section .plan-image-container {
  flex-shrink: 0;
  width: 436px;
  height: 252px;
  overflow: hidden;
  border-radius: 4px;
}
.plans-section .plan-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .plans-section .plan-image-container {
    width: 100%;
    max-width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}
.plans-section .plan-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.plans-section .plan-details .plan-catchphrase {
  font-size: 0.9em;
  color: #00509e;
  font-weight: bold;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.plans-section .plan-details .plan-name {
  font-size: 1.5em;
  font-weight: bold;
  color: #00509e;
  margin: 0 0 12px 0;
}
.plans-section .plan-details .plan-price {
  font-size: 1.8em;
  font-weight: bold;
  color: #e60012;
  margin: 0 0 12px 0;
}
.plans-section .plan-details .plan-price .currency {
  font-size: 0.65em;
  font-weight: normal;
  color: #555;
}
.plans-section .plan-details .plan-description {
  font-size: 0.95em;
  color: #555;
  line-height: 1.8;
  margin: 0 0 20px 0;
  flex-grow: 1;
}
.plans-section .plan-details .plan-link {
  display: inline-block;
  background-color: #d9534f;
  color: #fff;
  padding: 12px 28px;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  align-self: flex-start;
  transition: background-color 0.3s ease;
}
.plans-section .plan-details .plan-link:hover {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  text-decoration: none;
}
@media (max-width: 768px) {
  .plans-section .plan-details .plan-link {
    align-self: stretch;
  }
}

.area-section .area-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 40px;
}
@media (max-width: 992px) {
  .area-section .area-container {
    flex-direction: column;
    align-items: center;
  }
}
.area-section .area-map-container {
  flex: 1 1 48%;
  position: relative;
  max-width: 520px;
}
.area-section .area-map-container .japan-map {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.area-section .area-map-container .map-label {
  position: absolute;
  background-color: #ef7583;
  color: #fff;
  padding: 7px 14px;
  border-radius: 18px;
  font-size: 0.85em;
  font-weight: bold;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.area-section .area-map-container .map-label.label-hokkaido-tohoku {
  top: 10%;
  left: 58%;
}
.area-section .area-map-container .map-label.label-kanto {
  top: 48%;
  right: 12%;
}
.area-section .area-map-container .map-label.label-tokai {
  top: 60%;
  left: 43%;
}
.area-section .area-map-container .map-label.label-hokuriku {
  top: 35%;
  left: 28%;
}
.area-section .area-map-container .map-label.label-kinki {
  top: 55%;
  left: 18%;
}
.area-section .area-map-container .map-label.label-chugoku {
  top: 65%;
  left: 3%;
}
.area-section .area-map-container .map-label.label-shikoku {
  top: 75%;
  left: 23%;
}
.area-section .area-map-container .map-label.label-kyushu-okinawa {
  top: 85%;
  left: 3%;
}
@media (max-width: 576px) {
  .area-section .area-map-container .map-label {
    padding: 5px 10px;
    font-size: 0.75em;
  }
}
@media (max-width: 992px) {
  .area-section .area-map-container {
    flex-basis: auto;
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
  }
}
.area-section .area-list-container {
  flex: 1 1 52%;
}
.area-section .area-list-container .area-group {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.area-section .area-list-container .area-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.area-section .area-list-container .area-group .area-group-name {
  font-size: 1.3em;
  font-weight: bold;
  color: #4a4a4a;
  margin: 0 0 18px 0;
}
.area-section .area-list-container .area-group .area-details-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.area-section .area-list-container .area-group .area-details-list li {
  font-size: 0.95em;
  color: #555;
}
@media (max-width: 992px) {
  .area-section .area-list-container {
    flex-basis: auto;
    width: 100%;
  }
}

.process-section .process-steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto 40px;
  position: relative;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.process-section .process-steps-container::before {
  content: "";
  position: absolute;
  top: 16px;
  left: calc(8.3333333333% + 16px);
  right: calc(8.3333333333% + 16px);
  height: 1px;
  background-color: #007bff;
  z-index: 1;
}
@media (max-width: 992px) {
  .process-section .process-steps-container::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .process-section .process-steps-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.process-section .process-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  width: calc(16.6666666667% - 22px);
  max-width: 150px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .process-section .process-step-item {
    width: calc(33.3333333333% - 20px);
    max-width: 180px;
  }
}
.process-section .process-step-item:not(:last-child)::after {
  display: none;
}
@media (max-width: 768px) {
  .process-section .process-step-item {
    width: 100%;
    max-width: 300px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: rgb(253.95, 254.1, 254.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
}
.process-section .step-number-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.process-section .step-number-wrapper .step-number {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #007bff;
  border-radius: 50%;
  color: #007bff;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
.process-section .step-image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.process-section .step-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .process-section .step-image-wrapper {
    width: 100px;
    height: 100px;
  }
}
.process-section .step-label {
  font-size: 1em;
  color: #4a4a4a;
  font-weight: bold;
}
.process-section .process-button-container {
  text-align: center;
}

.additional-services-section {
  background-color: #fff;
}
.additional-services-section .services-grid-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .additional-services-section .services-grid-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.additional-services-section .service-card {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  display: flex;
  overflow: hidden;
}
@media (max-width: 576px) {
  .additional-services-section .service-card {
    flex-direction: column;
  }
}
.additional-services-section .service-card-image-area {
  flex: 0 0 45%;
}
.additional-services-section .service-card-image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.additional-services-section .service-card-image-area--multi {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.additional-services-section .service-card-image-area--multi img {
  flex: 1;
}
@media (max-width: 576px) {
  .additional-services-section .service-card-image-area {
    flex-basis: auto;
    width: 100%;
    height: 200px;
  }
  .additional-services-section .service-card-image-area img {
    height: 100%;
  }
  .additional-services-section .service-card-image-area--multi img {
    height: 100%;
  }
}
.additional-services-section .service-card-content-area {
  flex: 1 1 55%;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .additional-services-section .service-card-content-area {
    padding: 20px;
    text-align: center;
  }
}
.additional-services-section .service-card-title {
  font-size: 1.6em;
  color: #00509e;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .additional-services-section .service-card-title {
    font-size: 1.4em;
  }
}
@media (max-width: 576px) {
  .additional-services-section .service-card-title {
    font-size: 1.3em;
  }
}
.additional-services-section .service-card-description {
  font-size: 0.95em;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
}
@media (max-width: 576px) {
  .additional-services-section .service-card-description {
    text-align: left;
    font-size: 0.9em;
  }
}
@media (max-width: 576px) {
  .additional-services-section .service-button-container {
    text-align: center;
  }
}
.additional-services-section .btn.btn-secondary {
  background-color: #f0ad4e;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-size: 1em;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.additional-services-section .btn.btn-secondary:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375);
  text-decoration: none;
}
.additional-services-section .btn.btn-secondary .arrow-right {
  margin-left: 8px;
}

.movie-section {
  background-color: #fff;
}
.movie-section .movie-grid-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .movie-section .movie-grid-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.movie-section .movie-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
}
.movie-section .movie-item:hover .play-button-overlay {
  background-color: rgba(0, 0, 0, 0.1);
}
.movie-section .movie-item:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.1);
}
.movie-section .movie-thumbnail-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.movie-section .movie-thumbnail-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.movie-section .movie-thumbnail-link:hover img {
  transform: scale(1.05);
}
.movie-section .play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
.movie-section .play-icon {
  width: 68px;
  height: 48px;
  transition: transform 0.3s ease;
}

.diary-section {
  background-color: #fff;
}
.diary-section .diary-grid-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .diary-section .diary-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .diary-section .diary-grid-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.diary-section .diary-item {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.diary-section .diary-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}
.diary-section .diary-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.diary-section .diary-item-link:hover {
  text-decoration: none;
}
.diary-section .diary-item-image-wrapper {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.diary-section .diary-item-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.diary-item-link:hover .diary-section .diary-item-image-wrapper img {
  transform: scale(1.05);
}
.diary-section .diary-item-content {
  padding: 15px;
}
.diary-section .diary-item-date {
  display: block;
  font-size: 0.8em;
  color: #555;
  margin-bottom: 8px;
}
.diary-section .diary-item-title {
  font-size: 0.95em;
  font-weight: bold;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.4;
}
.diary-section .diary-item-title .diary-item-meta {
  font-size: 0.9em;
  color: #555;
  font-weight: normal;
  margin-left: 5px;
}
.diary-section .diary-button-container {
  text-align: center;
  margin-top: 40px;
}

.customer-voice-section {
  background-color: #f8f9fa;
}
.customer-voice-section .voice-grid-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .customer-voice-section .voice-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .customer-voice-section .voice-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .customer-voice-section .voice-grid-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.customer-voice-section .voice-item {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.customer-voice-section .voice-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.customer-voice-section .voice-item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.customer-voice-section .voice-item-survey-image-wrapper {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
  background-color: rgb(253.95, 254.1, 254.25);
}
.customer-voice-section .voice-item-survey-image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.customer-voice-section .voice-item-content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.customer-voice-section .voice-customer-info {
  font-size: 0.9em;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 4px;
}
.customer-voice-section .voice-service-type {
  font-size: 0.8em;
  color: #555;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e0e0e0;
}
.customer-voice-section .voice-customer-text {
  font-size: 0.85em;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}
.customer-voice-section .voice-button-container {
  text-align: center;
  margin-top: 40px;
}

.blog-section {
  background-color: #fff;
}
.blog-section .blog-grid-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .blog-section .blog-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .blog-section .blog-grid-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.blog-section .blog-item {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-section .blog-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}
.blog-section .blog-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.blog-section .blog-item-link:hover {
  text-decoration: none;
}
.blog-section .blog-item-image-wrapper {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.blog-section .blog-item-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-item-link:hover .blog-section .blog-item-image-wrapper img {
  transform: scale(1.05);
}
.blog-section .blog-item-content {
  padding: 15px;
}
.blog-section .blog-item-date {
  display: block;
  font-size: 0.8em;
  color: #555;
  margin-bottom: 8px;
}
.blog-section .blog-item-title {
  font-size: 0.95em;
  font-weight: bold;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.4;
}
.blog-section .blog-item-title .blog-item-meta {
  font-size: 0.9em;
  color: #555;
  font-weight: normal;
  margin-left: 5px;
}
.blog-section .blog-button-container {
  text-align: center;
  margin-top: 40px;
}

.footer-cta-section {
  color: #ffffff;
  padding: 40px 20px;
}
.footer-cta-section .cta-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer-cta-section .cta-container {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-cta-section .cta-block {
  flex: 1;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
}
.footer-cta-section .cta-block.cta-block--document-request {
  background-color: #0072bc;
}
.footer-cta-section .cta-block.cta-block--contact {
  background-color: #005a94;
}
@media (max-width: 768px) {
  .footer-cta-section .cta-block {
    padding: 20px;
  }
}
.footer-cta-section .cta-label {
  font-size: 0.9em;
  margin-bottom: 8px;
  opacity: 0.9;
}
.footer-cta-section .cta-heading {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .footer-cta-section .cta-heading {
    font-size: 1.3em;
  }
}
@media (max-width: 576px) {
  .footer-cta-section .cta-heading {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}
.footer-cta-section .btn-cta {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 200px;
}
.footer-cta-section .btn-cta .icon-minus {
  margin-left: 10px;
}
.cta-block--document-request .footer-cta-section .btn-cta {
  color: #0072bc;
}
.cta-block--document-request .footer-cta-section .btn-cta:hover {
  background-color: rgb(234.6, 234.6, 234.6);
  color: rgb(0, 83.0744680851, 137);
}
.cta-block--contact .footer-cta-section .btn-cta {
  color: #005a94;
}
.cta-block--contact .footer-cta-section .btn-cta:hover {
  background-color: rgb(234.6, 234.6, 234.6);
  color: rgb(0, 58.9864864865, 97);
}

.footer-main-content-section {
  background-color: #f8f9fa;
  padding: 50px 20px;
  font-size: 0.85em;
}
.footer-main-content-section .main-content-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 40px;
}
@media (max-width: 992px) {
  .footer-main-content-section .main-content-container {
    flex-direction: column;
    gap: 30px;
  }
}
.footer-main-content-section .company-info-column {
  flex: 0 0 280px;
}
@media (max-width: 992px) {
  .footer-main-content-section .company-info-column {
    flex-basis: auto;
    width: 100%;
    text-align: center;
  }
}
.footer-main-content-section .footer-logo-area {
  margin-bottom: 25px;
}
.footer-main-content-section .footer-logo-area .footer-logo-text-main {
  font-size: 1.3em;
  font-weight: bold;
  color: #333333;
  margin-bottom: 2px;
}
.footer-main-content-section .footer-logo-area .footer-logo-text-sub {
  font-size: 1.1em;
  color: #555555;
}
.footer-main-content-section .company-address {
  margin-bottom: 25px;
  line-height: 1.6;
}
.footer-main-content-section .company-address .company-name {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.footer-main-content-section .company-address .address-group {
  margin-bottom: 10px;
}
.footer-main-content-section .company-address .address-group .address-label {
  font-weight: bold;
}
@media (max-width: 992px) {
  .footer-main-content-section .company-address .address-group {
    text-align: left;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-main-content-section .btn-profile {
  display: inline-block;
  background-color: #f0ad4e;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.footer-main-content-section .btn-profile .arrow-right {
  margin-left: 8px;
}
.footer-main-content-section .btn-profile:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375);
  text-decoration: none;
  color: #ffffff;
}
.footer-main-content-section .sitemap-links-column {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px 20px;
}
.footer-main-content-section .sitemap-group {
  margin-bottom: 20px;
}
.footer-main-content-section .sitemap-group:last-child {
  margin-bottom: 0;
}
.footer-main-content-section .sitemap-group-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px 15px;
}
.footer-main-content-section .sitemap-group-title {
  font-size: 1em;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}
.footer-main-content-section .sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
.footer-main-content-section .sitemap-list li {
  margin-bottom: 6px;
}
.footer-main-content-section .sitemap-list a {
  color: #555555;
  text-decoration: none;
  font-size: 0.95em;
}
.footer-main-content-section .sitemap-list a:hover {
  color: #0072bc;
  text-decoration: underline;
}
.footer-main-content-section .sitemap-list.sitemap-list--wrap-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px 15px;
}
.footer-main-content-section .sitemap-list.sitemap-list--wrap-items li {
  margin-bottom: 0;
}

.footer-bottom-bar {
  background-color: #2c3e50;
  color: #bdc3c7;
  padding: 25px 20px;
  font-size: 0.8em;
}
.footer-bottom-bar .bottom-bar-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 768px) {
  .footer-bottom-bar .bottom-bar-container {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-bottom-bar .bottom-bar-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 0;
}
.footer-bottom-bar .bottom-bar-nav-item {
  margin: 0 10px;
}
.footer-bottom-bar .bottom-bar-nav-item:not(:last-child)::after {
  content: "|";
  margin-left: 20px;
  color: #7f8c8d;
}
.footer-bottom-bar .bottom-bar-nav-item a {
  color: #ecf0f1;
}
.footer-bottom-bar .bottom-bar-nav-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .footer-bottom-bar .bottom-bar-nav-item {
    margin: 3px 8px;
  }
  .footer-bottom-bar .bottom-bar-nav-item:not(:last-child)::after {
    display: none;
  }
}
.footer-bottom-bar .copyright-text {
  margin: 0;
  color: #95a5a6;
}

/*---------------Youtube サムネイル-----------------*/
#tube {
  width: 100%;
  margin: 30px auto;
}

.tube {
  padding: 0 3%;
}

.tube p {
  color: #000;
  text-align: left !important;
}

#index-youtube {
  padding: 40px 0;
}

.you_thumb {
  width: 100%;
  text-align: center;
}

.you_thumb li {
  display: inline-block !important;
  width: 23% !important;
  padding: 4px;
}

.you-thum-wrap {
  width: 100%;
  margin: 0 auto;
}

.you-h3 {
  text-align: center;
  padding: 2%;
  color: #69b6cf;
  font-size: 1.8em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-top: 120px;
}

.you-h3 a {
  color: #69b6cf;
}

.you-h3_sekou {
  text-align: center;
  padding: 2%;
  color: #69b6cf;
  font-size: 1.8em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.youtube_all {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.youtube_all a {
  display: inline-block;
  padding: 10px 40px;
  font-size: 20px;
  color: #000;
  border: solid #55aeac 1px;
  border-radius: 6px;
  text-decoration: none;
}

.youtube_all a:hover {
  background-color: #55aeac;
  color: #ffffff;
}

.sekou {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.sekou a {
  display: inline-block;
  padding: 10px 40px;
  font-size: 20px;
  color: #000;
  border: solid #55aeac 1px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 250px;
}

.sekou a:hover {
  background-color: #55aeac;
  color: #ffffff;
}

#index-youtube-sp {
  display: none !important;
}

/*---------------Youtube サムネイル-----------------*/
.promo-blocks-section {
  padding: 50px 20px;
}

.promo-blocks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Adjust minmax as needed */
  gap: 15px; /* Adjust gap as needed */
  max-width: 1140px; /* Ensure this variable is defined */
  margin: 0 auto;
}

.promo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px; /* Adjust minimum height as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px; /* Optional: add rounded corners */
  overflow: hidden; /* To contain rounded corners if added */
}
.promo-block:hover {
  opacity: 0.9; /* Optional: add hover effect */
  transition: opacity 0.2s ease-in-out;
}
.promo-block .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Specific styles if needed for individual blocks */
/* Add more specific styles if certain blocks need adjustments */
.nationwide-availability-section .section-description {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
  font-size: 0.95em;
  line-height: 1.8;
  color: #555555;
}
.nationwide-availability-section .map-container {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.nationwide-availability-section .map-container .map-background-image {
  width: 100%;
  height: auto;
  display: block;
}
.nationwide-availability-section .map-region-label {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 8px 12px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  text-align: center;
}
.nationwide-availability-section .map-region-label.map-label-hokkaido-tohoku {
  top: 5%;
  right: 35%;
  background-color: rgb(111.5, 198.5159574468, 255);
  color: rgb(0, 67.6117021277, 111.5);
}
.nationwide-availability-section .map-region-label.map-label-kanto {
  top: 45%;
  right: 10%;
  background-color: rgb(250.5616438356, 221.897260274, 218.9383561644);
  color: rgb(190.9931506849, 39.1780821918, 23.5068493151);
}
.nationwide-availability-section .map-region-label.map-label-tokai-hokuriku {
  top: 28%;
  left: 33%;
  background-color: rgb(188.496, 240.004, 210.338);
  color: rgb(31.924, 141.576, 78.422);
}
.nationwide-availability-section .map-region-label.map-label-chugoku {
  top: 50%;
  left: 5%;
  background-color: rgb(251.6024096386, 226.9698795181, 187.8975903614);
  color: rgb(175.6084337349, 111.1445783133, 8.8915662651);
}
.nationwide-availability-section .map-region-label.map-label-kyushu {
  top: 70%;
  left: 8%;
  background-color: rgb(158.1971830986, 233.3028169014, 189.9084507042);
  color: rgb(24.9929577465, 111.5070422535, 61.5211267606);
}
.nationwide-availability-section .map-region-label.map-label-shikoku {
  top: 70%;
  left: 28%;
  background-color: rgb(250.8385826772, 237.4625984252, 183.6614173228);
  color: rgb(169.6062992126, 137.8051181102, 9.8937007874);
}
.nationwide-availability-section .map-region-label.map-label-kinki {
  top: 55%;
  left: 30%;
  background-color: rgb(217.8236514523, 190.0352697095, 229.4647302905);
  color: rgb(96.9253112033, 46.4149377593, 118.0850622407);
}
.nationwide-availability-section .map-region-label.map-label-okinawa {
  top: 88%;
  left: 15%;
  background-color: rgb(244.9726027397, 180.2123287671, 173.5273972603);
  color: rgb(190.9931506849, 39.1780821918, 23.5068493151);
}
@media (max-width: 768px) {
  .nationwide-availability-section .map-region-label {
    font-size: 0.9em;
    padding: 6px 10px;
  }
  .nationwide-availability-section .map-region-label.map-label-hokkaido-tohoku {
    top: 3%;
    right: 20%;
  }
  .nationwide-availability-section .map-region-label.map-label-kanto {
    top: 40%;
    right: 5%;
  }
}
@media (max-width: 480px) {
  .nationwide-availability-section .map-region-label {
    font-size: 0.8em;
    padding: 4px 8px;
  }
}
.nationwide-availability-section .map-prefecture-label {
  font-size: 0.85em;
  font-weight: normal;
  margin-top: 5px;
  padding: 4px 6px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}
.nationwide-availability-section .map-prefecture-label .service-type {
  font-size: 0.9em;
  color: #555555;
  margin-left: 5px;
  display: block;
  font-style: italic;
}
@media (max-width: 768px) {
  .nationwide-availability-section .map-prefecture-label {
    font-size: 0.8em;
    padding: 3px 5px;
  }
  .nationwide-availability-section .map-prefecture-label .service-type {
    font-size: 0.85em;
  }
}
@media (max-width: 480px) {
  .nationwide-availability-section .map-prefecture-label {
    font-size: 0.75em;
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .nationwide-availability-section .map-prefecture-label .service-type {
    font-size: 0.8em;
  }
}

.regional-areas-section .area-groups-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.regional-areas-section .area-group-item {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.regional-areas-section .area-group-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.regional-areas-section .area-group-title {
  font-size: 1.4em;
  color: #333333;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 4px solid #0072bc;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .regional-areas-section .area-group-title {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}
.regional-areas-section .area-images-grid {
  display: inline-flex;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 50px;
}
@media (max-width: 992px) {
  .regional-areas-section .area-images-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .regional-areas-section .area-images-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .regional-areas-section .area-images-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
  }
}
.regional-areas-section .area-image-link {
  display: block;
  text-decoration: none;
  position: relative;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}
.regional-areas-section .area-image-link p {
  text-align: center;
  font-size: 0.8em;
}
.regional-areas-section .area-image-link:hover .area-image {
  transform: scale(1.05);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .regional-areas-section .area-image-link {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .regional-areas-section .area-image-link {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .regional-areas-section .area-image-link {
    width: 100px;
    height: 100px;
  }
}
.regional-areas-section .area-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.regional-areas-section .area-image-caption {
  display: block;
  text-align: center;
  font-size: 0.8em;
  color: #555555;
  margin-top: 10px;
  line-height: 1.3;
}

.section-divider--lp {
  border: 0;
  height: 1px;
  background-color: #e0e0e0;
  margin: 0;
}

.plan-highlight-section .plan-preview-header {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .plan-highlight-section .plan-preview-header {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.plan-highlight-section .plan-preview-header .plan-preview-thumb {
  width: 120px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .plan-highlight-section .plan-preview-header .plan-preview-thumb {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .plan-highlight-section .plan-preview-header .plan-preview-thumb {
    width: 60px;
  }
}
.plan-highlight-section .plan-main-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .plan-highlight-section .plan-main-banner {
    min-height: 300px;
    margin-bottom: 30px;
  }
}
.plan-highlight-section .plan-info-overlay {
  background-color: rgba(0, 0, 255, 0.9);
  color: #ffffff;
  padding: 30px 40px;
  width: 45%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .plan-highlight-section .plan-info-overlay {
    width: 55%;
    padding: 25px 30px;
  }
}
@media (max-width: 768px) {
  .plan-highlight-section .plan-info-overlay {
    position: static;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 20px;
  }
}
.plan-highlight-section .plan-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .plan-highlight-section .plan-title {
    font-size: 1.6em;
  }
}
.plan-highlight-section .plan-price {
  font-size: 1.8em;
  font-weight: bold;
  color: rgb(243.984375, 194.78125, 125.015625);
  margin-bottom: 15px;
}
.plan-highlight-section .plan-price .currency {
  font-size: 0.7em;
  margin-left: 2px;
}
.plan-highlight-section .plan-price .tax-info {
  font-size: 0.6em;
  opacity: 0.8;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .plan-highlight-section .plan-price {
    font-size: 1.5em;
  }
}
.plan-highlight-section .plan-catchphrase {
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.5;
  opacity: 0.9;
}
.plan-highlight-section .plan-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.plan-highlight-section .plan-features-list li {
  margin-bottom: 8px;
  font-size: 0.9em;
}
.plan-highlight-section .plan-features-list li .icon {
  margin-right: 8px;
  color: rgb(241.9921875, 183.890625, 101.5078125);
}
.plan-highlight-section .btn-plan-details {
  background-color: #f0ad4e;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  align-self: flex-start;
}
.plan-highlight-section .btn-plan-details:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375);
  text-decoration: none;
}
@media (max-width: 768px) {
  .plan-highlight-section .btn-plan-details {
    align-self: center;
  }
}
.plan-highlight-section .plan-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1140px;
  margin: 0 auto;
}
.plan-highlight-section .plan-detail-item {
  background-color: gray;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
}
.plan-highlight-section .plan-detail-title {
  font-size: 1.2em;
  color: #00509e;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}
.plan-highlight-section .detail-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plan-highlight-section .detail-icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.95em;
  color: #333333;
}
.plan-highlight-section .detail-icon-list li .detail-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.cta-contact-section {
  background-color: #2ecc71;
  background-size: cover;
  background-position: center right;
  color: #ffffff;
}
.cta-contact-section .cta-content-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .cta-contact-section .cta-content-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.cta-contact-section .cta-text-block {
  flex: 1 1 60%;
}
.cta-contact-section .cta-main-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cta-contact-section .cta-main-title {
    font-size: 1.6em;
  }
}
.cta-contact-section .cta-subtitle {
  font-size: 1.1em;
  margin-bottom: 30px;
  opacity: 0.9;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .cta-contact-section .cta-subtitle {
    font-size: 1em;
    margin-bottom: 20px;
  }
}
.cta-contact-section .cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cta-contact-section .cta-buttons {
    justify-content: center;
  }
}
.cta-contact-section .cta-buttons .btn {
  padding: 12px 20px;
  font-size: 1em;
  min-width: 220px;
}
.cta-contact-section .cta-buttons .btn .icon-phone, .cta-contact-section .cta-buttons .btn .icon-mail {
  margin-right: 8px;
}
.cta-contact-section .cta-buttons .btn-cta-phone {
  background-color: #f0ad4e;
  color: #ffffff;
}
.cta-contact-section .cta-buttons .btn-cta-phone:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}
.cta-contact-section .cta-buttons .btn-cta-email {
  background-color: #ffffff;
  color: #4CAF50;
  border: 2px solid #4CAF50;
}
.cta-contact-section .cta-buttons .btn-cta-email:hover {
  background-color: rgb(234.4322709163, 246.0677290837, 234.9023904382);
}
.cta-contact-section .cta-image-block {
  flex: 0 0 35%;
  max-width: 300px;
}
.cta-contact-section .cta-image-block img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .cta-contact-section .cta-image-block {
    max-width: 200px;
    margin-bottom: 20px;
  }
}

.area-table-section .area-table-container {
  max-width: 1140px;
  margin: 0 auto;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
}
.area-table-section .area-table-row {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  border-bottom: 1px solid #e0e0e0;
}
.area-table-section .area-table-row:last-child {
  border-bottom: none;
}
.area-table-section .area-table-row.area-table-header {
  background-color: #0072bc;
  color: #ffffff;
  font-weight: bold;
}
.area-table-section .area-table-row.area-table-header .area-table-cell {
  padding: 12px 15px;
}
.area-table-section .area-table-cell {
  padding: 10px 15px;
  font-size: 0.9em;
}
.area-table-section .area-table-cell:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .area-table-section .area-table-cell {
    font-size: 0.85em;
    padding: 8px 10px;
  }
}

.section-divider--lp {
  border: 0;
  height: 1px;
  background-color: #e0e0e0;
  margin: 0;
}

.section-padding--sm {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.first-time-guide-section {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.first-time-guide-section .checklist-faq {
  list-style: none;
  padding: 0;
  margin: 0;
}
.first-time-guide-section .checklist-faq-item {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}
.first-time-guide-section .checklist-faq-item .faq-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.first-time-guide-section .checklist-faq-item .faq-question {
  display: block;
  padding: 15px 20px;
  background-color: rgb(162.5, 218.5904255319, 255);
  color: #00509e;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.first-time-guide-section .checklist-faq-item .faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}
.first-time-guide-section .checklist-faq-item .faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}
.first-time-guide-section .checklist-faq-item .faq-answer p {
  padding: 20px 0;
  margin: 0;
  font-size: 0.95em;
  line-height: 1.7;
  color: #333333;
}
.first-time-guide-section .checklist-faq-item .faq-checkbox:checked ~ .faq-question::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}
.first-time-guide-section .checklist-faq-item .faq-checkbox:checked ~ .faq-answer {
  max-height: 500px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.cta-circular-buttons-section {
  background-color: #0072bc;
}
.cta-circular-buttons-section .cta-circular-container {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cta-circular-buttons-section .cta-circular-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #0072bc;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
  text-align: center;
}
.cta-circular-buttons-section .cta-circular-button:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: rgb(0, 83.0744680851, 137);
}
.cta-circular-buttons-section .cta-circular-button .cta-circular-icon {
  font-size: 2.5em;
  margin-bottom: 10px;
}
.cta-circular-buttons-section .cta-circular-button .cta-circular-text-main {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3;
}
.cta-circular-buttons-section .cta-circular-button .cta-circular-text-sub {
  font-size: 0.8em;
  opacity: 0.8;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .cta-circular-buttons-section .cta-circular-button {
    width: 160px;
    height: 160px;
  }
  .cta-circular-buttons-section .cta-circular-button .cta-circular-icon {
    font-size: 2em;
  }
  .cta-circular-buttons-section .cta-circular-button .cta-circular-text-main {
    font-size: 1em;
  }
}

.plan-preview-header-section .plan-preview-header {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .plan-preview-header-section .plan-preview-header {
    gap: 10px;
  }
}
.plan-preview-header-section .plan-preview-header .plan-preview-thumb {
  width: 120px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .plan-preview-header-section .plan-preview-header .plan-preview-thumb {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .plan-preview-header-section .plan-preview-header .plan-preview-thumb {
    width: 60px;
  }
}

.features-overview-section .section-title .highlight {
  color: #f0ad4e;
  font-size: 1.2em;
}
.features-overview-section .features-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .features-overview-section .features-overview-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features-overview-section .feature-overview-item {
  text-align: center;
  background-color: #ffffff;
}
.features-overview-section .feature-overview-number {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  color: #0072bc;
  margin-bottom: 8px;
}
.features-overview-section .feature-overview-image {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 6px;
  margin: 0 auto 10px auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.features-overview-section .feature-overview-title {
  font-size: 1.1em;
  color: #333333;
  margin-bottom: 8px;
}
.features-overview-section .feature-overview-text {
  font-size: 0.85em;
  color: #555555;
  line-height: 1.5;
}

.pricing-table-section .pricing-table-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .pricing-table-section .pricing-table-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pricing-table-section .pricing-plan-column {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 25px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pricing-table-section .pricing-plan-name {
  font-size: 1.3em;
  color: #00509e;
  margin-bottom: 10px;
}
.pricing-table-section .pricing-plan-price {
  font-size: 1.6em;
  font-weight: bold;
  color: #e60012;
  margin-bottom: 20px;
}
.pricing-table-section .pricing-plan-price .currency {
  font-size: 0.7em;
}
.pricing-table-section .pricing-plan-price .tax-info {
  font-size: 0.6em;
  opacity: 0.8;
}
.pricing-table-section .pricing-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
  flex-grow: 1;
}
.pricing-table-section .pricing-plan-features li {
  font-size: 0.9em;
  color: #333333;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.pricing-table-section .pricing-plan-features li::before {
  content: "✓";
  color: #4CAF50;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.pricing-table-section .btn-pricing-details {
  background-color: #f0ad4e;
  color: #ffffff;
}
.pricing-table-section .btn-pricing-details:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.customer-voice-lp-section {
  background-color: #f8f9fa;
}
.customer-voice-lp-section .voice-lp-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .customer-voice-lp-section .voice-lp-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.customer-voice-lp-section .voice-lp-button-container {
  text-align: center;
  margin-top: 30px;
}

.faq-lp-section {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.faq-lp-section .faq-lp-item {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.faq-lp-section .faq-lp-item[open] .faq-lp-question::after {
  transform: rotate(90deg);
}
.faq-lp-section .faq-lp-question {
  display: block;
  padding: 15px 40px 15px 20px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  position: relative;
  list-style: none;
}
.faq-lp-section .faq-lp-question::-webkit-details-marker {
  display: none;
}
.faq-lp-section .faq-lp-question::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  color: #0072bc;
  transition: transform 0.2s ease;
}
.faq-lp-section .faq-lp-answer {
  padding: 0px 20px 20px 20px;
  font-size: 0.95em;
  line-height: 1.7;
  color: #555555;
  border-top: 1px solid #e0e0e0;
  margin-top: -1px;
}
.faq-lp-section .faq-lp-button-container {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
#mv {
  width: 100%;
  background-color: #dde6ee;
}

.mv {
  width: 100%;
}
.mv img {
  width: 100%;
}
.mv_box {
  position: absolute;
  top: 100px;
  right: 50px;
  width: 40%;
}
@media screen and (max-width: 480px) {
  .mv_box {
    top: 40px;
    right: initial;
    width: 100%;
  }
}
.mv_heading {
  padding: 20px;
  font-size: 2em;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(121, 167, 199, 0.8117647059);
}
@media screen and (max-width: 480px) {
  .mv_heading {
    font-size: 1em;
  }
}
.mv_txt {
  padding: 20px;
  font-size: 1.5em;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 480px) {
  .mv_txt {
    font-size: 0.8em;
  }
}

#top_bnr {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #fbfbfb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.top_bnr {
  width: 90%;
  margin: auto;
  max-width: 1200px;
}
.top_bnr ul {
  display: flex;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .top_bnr ul {
    display: block;
  }
}
.top_bnr ul li {
  padding: 10px;
  text-align: center;
  width: 33.3333333333%;
}
@media screen and (max-width: 480px) {
  .top_bnr ul li {
    width: 100%;
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
  /*必要ならばここにコードを書く*/
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*768px以下*/
@media screen and (max-width: 768px) {
  /*必要ならばここにコードを書く*/
  .no-sidebar .content .main {
    margin: auto;
    width: 95%;
  }
}
@media not all and (min-width: 768px) {
  /*フッター書き換え*/
  .mobile-menu-buttons {
    background-color: #364a68;
    color: #fff;
  }
  .mobile-menu-buttons a {
    color: #fff;
  }
  .mobile-menu-buttons .menu-button > a {
    color: #fff;
  }
  .menu-content {
    background-color: #364a68;
  }
  #navi-menu-content {
    width: 210px;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}/*# sourceMappingURL=style.css.map */