@charset "utf-8";
/*******************
ヒーローセクション
*******************/
.hero {
  position: relative;
  width: calc(100% - 30px);
  height:calc(100svh - 155px);
  margin: 85px 15px 0;
  overflow: hidden;
  border-radius: 15px;
}
.hero-text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.hero-text {
  writing-mode: vertical-rl;
  color: #fff;
}
.hero-text h1 {
  line-height: 1.8;
  font-size: 22px;
}
.hero-text p {
  line-height: 2.2;
  margin-right: 10px;
}
.hero-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,48,99,0.2);
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-list,
.slick-track {
  height: 100%;
}

/* アニメーション */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.add-animation {
  animation: fadezoom 10s 0s both;
}
/* アニメーションここまで */

/********************
ニュースティッカー
********************/
.new-info {
  border-bottom: solid 1px #ccc;
  height: 70px;
  padding: 0 15px;
  background-color: #fff;
}
.new-info-list {
  height: 70px;
}
.new-info-list li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-info-list a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 10px 0 5px;
  letter-spacing: 0.05em;
}
.new-info-list .date {
  color: #999;
  letter-spacing: 0.02em;
}
.new-info i {
  margin-right: 5px;
}

/********************
コンテンツ1
********************/
.contents-one-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents-one-image {
  width: 100%;
  margin-top: 30px;
}
.contents-one-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

/********************
コンテンツ２
********************/
.contents-two {
  background-color: #f8f5e3;
  padding: 15px;
  border-radius: 10px;
}
.contents-two-text {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}
.contents-two h2 {
  font-weight: bold;
  color: #00a496;
  text-align: center;
  margin-bottom: 20px;
}
.contents-two-slider-box {
  margin-top: 30px;
}
.contents-two-slider-main {
  margin-right: 20px;
  width: 260px !important;
}
.contents-two-slider-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.contents-two-image-box {
  position: relative;
  width: 100%;
  height: 260px;
}
.contents-two-image-text-one {
  position: absolute;
  display: flex;
  align-items: baseline;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  top: 10px;
  right: 0;
  padding: 0 10px 3px 10px;
}
.contents-two-image-text-one p {
  font-size: 14px;
  font-weight: bold;
}
.contents-two-image-text-one i {
  font-size: 12px;
  margin-left: 5px;
}
.contents-two-image {
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1/1;
}
.contents-two-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: .5s all;
}
.contents-two-slider-main:hover .contents-two-image img {
  transform: scale(1.1);
  transition: .5s all;
}
.contents-two-image-text-two {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  background-color: #005243;
  color: #fff;
  border: solid 1px #333;
  border-top: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.contents-two-text-under {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}

/********************
コンテンツ３
********************/
.contents-three-slider-box {
  margin-top: 50px;
}
.contents-three-slider-main img {
  width: 100%;
  max-width: 500px;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 auto;
}
.contents-three-slider-text {
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
}
.contents-three-slider-text h3 {
  font-size: 20px;
  text-align: center;
}
.contents-three-slider-text p {
  margin-top: 20px;
}

/*************
初回の流れ
*************/
.flow-section { 
  background-color: #f8f5e3;
  padding: 15px;
  border-radius: 10px;
} 
.flow-inner { 
  max-width: 800px; 
  margin: 0 auto; 
}
.flow-inner h2 {
  text-align: center;
}
.flow-lead {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.flow-list { 
  display: grid;
  gap: 40px;
  text-align: left;
}
.menu-flow-text h3 {
  font-size: 20px;
  text-align: center;
} 
.flow-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #f8fbfb;
  border-radius: 16px;
  padding: 22px 24px;
} 
.flow-number {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e5f4f2;
  color: #2f6f68;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-content h3 {
  font-size: 19px;
  margin: 0 0 8px;
  color: #333;
}
.flow-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/********************
コンテンツ４
********************/
.contents-four-top-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}
.contents-four-top-text h2 {
  text-align: center;
}
.contents-four-top-text p {
  margin-top: 20px;
}
.contents-four-text-box {
  background-color: #f8f5e3;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px;
}
.contents-four-text-main-box {
  max-width: 800px;
  margin: 0 auto;
}
.contents-four-image-box {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.contents-four img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.contents-four-text {
  display: flex;
  justify-content: center;
}
/********************
お客様の声
********************/
.voice {
  background-color: #f8f5e3;
  padding: 15px;
  border-radius: 10px;
}
.voice-top-text {
  max-width: 700px;
  margin: 0 auto;
}
.voice-top-text h2 {
  text-align: center;
}
.voice-top-text p {
  margin-top: 20px;
}
.voice-box {
  margin-top: 30px;
}
.voice-box-inner {
  background-color: #fbfdff;
  border: solid 1px #ccc;
  border-radius: 10px !important;
  padding: 20px;
  margin: 0 5px;
}
.voice-image-box {
  display: flex;
  margin-bottom: 20px;
}
.voice-box-image {
  height: 100px;
  margin-right: 20px;
}
.voice-box-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}
.voice-name-box {
  display:flex;
  margin-bottom: 10px;
}
.voice-name-box p {
  font-size: 20px !important;
}
/* slick全体の高さを揃える */
.voice .slick-track {
  display: flex !important;
  align-items: stretch;
}
/* 各スライドの高さを揃える */
.voice .slick-slide {
  height: auto !important;
  display: flex !important;
}
/* スライド内のカードを同じ高さにする */
.voice .voice-box-inner {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.contents-two-u-text {
  display: flex;
  justify-content: center;
}

/************
料金
************/
.price-section {
  background-color: #f8f5e3;
  padding: 15px;
  border-radius: 10px;
}
.price-inner {
  max-width: 800px;
  margin: 0 auto;
}
.price-inner h2 {
  text-align: center;
}
.price-lead {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.price-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: left;
}
.price-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #333;
  text-align: center;
}
.price-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align: center;
  margin-bottom: 24px;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
}
.price-table th,
.price-table td {
  padding: 18px 16px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 17px;
}
.price-table th {
  width: 50%;
  color: #555;
  font-weight: 600;
  background: #f6f6f6;
}
.price-table td {
  text-align: right;
  color: #333;
  font-weight: 700;
  font-size: 20px;
}
.price-note {
  font-size: 12px !important;
  color: #666;
  text-align: right;
  margin: 0;
  font-weight: bold;
}

/********************
インフォメーション
********************/
.news-top-text {
  max-width: 700px;
  margin: 0 auto;
}
.news-top-text h2 {
  text-align: center;
}
.news-list{
  list-style: none;
  margin-top: 20px;
  padding: 10px 30px;
  background-color: #f8f5e3;
  border-radius: 10px;
}
.news-list .item {
  border-bottom: dotted 1px #CCC;
}
.news-list .item:last-child {
  border-bottom: none;
}
.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  text-decoration: none;
  color: #333;
  letter-spacing: 0.05em;
}
.news-list .item i {
  margin-right: 5px;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 13px;
  color: #999;
  padding: 0 20px 0 0;
  letter-spacing: 0.02em;
}
.news-list .item .title{
  margin-top: 10px;
  width: 100%;
}

/********************
ブログ
********************/
.blog-slider-box {
  margin-top: 30px
}
.blog-slider-main {
  display: block;
  width: 260px !important;
  border-radius: 10px;
  margin-right: 20px;
}
.blog-slider-image-box {
  display: flex;
  flex-direction: column;
  height: 300px;
}
.blog-slider-image {
  position: relative;
  width: 100%;
  height: 50%;
}
.blog-slider-category {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
.blog-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.blog-tag-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
.blog-slider-category a,
.blog-tag-box a {
  display: block;
  background-color: #00a496;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 5px;
}
.blog-slider-text {
  height: calc(50% - 15px);
  border: solid 1px #ccc;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-slider-text h4 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #00a496;
}
.blog-slider-date {
  color: #999;
  font-size: 12px !important;
  letter-spacing: 1px;
} 

/***************
よくある質問
***************/
.faq-section { 
  background-color: #f8f5e3;
  padding: 15px;
  border-radius: 10px;
}
.faq-inner {
  max-width: 800px;
  margin: 0 auto;
}
.faq-inner h2 {
  text-align: center;
}
.faq-lead {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.faq-list {
  display: grid;
  gap: 16px;
}

/************
アクセス
************/
.access-section {
  padding: 15px;
  background: #f8f5e3;
  border-radius: 10px;
} 
.access-inner {
  max-width: 800px;
  margin: 0 auto;
}
.access-inner h2 {
  text-align: center;
} 
.access-lead {
 display: flex;
 justify-content: center;
 margin: 20px 0;
}
.access-info {
  background: #f8fbfb;
  border-radius: 16px;
  padding: 28px;
}
.access-info h3 {
  font-size: 20px;
  color: #333;
  margin: 0 0 20px;
}
.access-table {
  width: 100%;
  border-collapse: collapse;
}
.access-table th, .access-table td {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  line-height: 1.7;
  vertical-align: top;
}
.access-table th {
  width: 32%;
  color: #2f6f68;
  font-weight: 700;
  text-align: left;
}
.access-table td {
  color: #555;
}
.access-note {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-top: 18px;
}
.access-map {
  border-radius: 10px;
  overflow: hidden;
  min-height: 360px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}
.access-button-wrap {
  text-align: center;
  margin-top: 32px;
}
.access-button {
  display: inline-block;
  padding: 12px 28px;
  background: #e5f4f2;
  color: #2f6f68;
  text-decoration: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s;
}
.access-button:hover {
  opacity: 0.8;
}
/* 共通 */
.top-con-bt {
  margin-top: 50px;
  margin-bottom: 0;
}

/***************************
メディアスクリーン480px以上
***************************/
@media screen and (min-width:480px)
{
  /* ヒーローセクション */
 .hero-text h1 {
  font-size: 24px;
 }
}


/***************************
メディアスクリーン600px以上
***************************/
@media screen and (min-width:600px)
{
  /* 複数 */
  .flow-section,
  .contents-two,
  .price-section,
  .faq-section,
  .access-section,
  .voice {
    padding: 50px 30px;
  } 
  /* 初めての方 */
  
  .flow-section h2 {
    font-size: 24px;
  } 
  .flow-lead {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .flow-item {
    padding: 20px 18px;
    gap: 14px;
  }
  .flow-number {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 36px;
  } 
  .flow-number p {
    font-size: 16px;
  }
  .flow-content h3 {
    font-size: 17px;
  } 
  .flow-content p {
    font-size: 14px;
  }
  /* 料金 */
  .price-card {
    padding: 24px 18px;
  }
  .price-card h3 {
    font-size: 20px;
  }
  .price-table th,
  .price-table td {
    padding: 15px 12px;
    font-size: 15px;
  }
  .price-table td {
    font-size: 18px;
  }

  /* お客様の声 */
  .voice-box-text h3 {
    font-size: 16px;
    bottom: 100px;
  }
  .voice-box-text p {
    font-size: 16px;
  }

  /* よくある質問 */
  .faq-lead {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .faq-question {
    padding: 20px 50px 20px 18px;
    font-size: 16px;
  }
  .faq-question::after {
    right: 18px;
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 18px 20px 18px;
    font-size: 14px;
  }
  .faq-button {
    font-size: 14px;
    padding: 11px 24px;
  }
  /* アクセス */
  .access-section h2 {
    font-size: 24px;
  }
  .access-lead {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .access-info {
    padding: 22px 18px;
  }
  .access-info h3 {
    font-size: 20px;
  }
  .access-table th, .access-table td {
    display: block;
    width: 100%;
    padding: 8px 0;
    border-bottom: none;
    font-size: 14px;
  } 
  .access-table th {
    padding-top: 14px;
  }
  .access-table tr {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
  } .access-map, .access-map iframe {
    min-height: 300px;
  }
  .access-button {
    font-size: 14px;
    padding: 11px 24px;
  }
}

/***************************
メディアスクリーン767px以上
***************************/
@media screen and (min-width: 767px)
{
  /* ニュースティッカー */
  .new-info-list a .date {
    min-width: 120px;
    margin-right: 10px;
  }
  .new-info-list a {
    flex-direction: initial;
    justify-content: left;
    align-items: center;
  }

  /* コンテンツ１ */
  .contents-one-image{
    padding: 0 100px;
  }

  /* コンテンツ４ */
  .contents-four-text-main-box {
    display: flex;
    align-items: center;
  }
  .contents-four-image-box {
    margin-bottom: 0;
    flex: 1;
    margin-right: 40px;
  }
  .contents-four-text {
    flex: 3;
  }

  /* お客様の声 */
  .voice-top-text {
    width: 700px;
  }
  /* インフォメーション */
  .news-list .item a {
    flex-wrap: nowrap;
  }
  .news-list .item .title{
    margin-top: 0;
  } 
}

/***************************
メディアスクリーン834px以上
***************************/
@media screen and (min-width:834px)
{
  /* ヒーローセクション */
  .hero {
    height: calc(100svh - 180px);
    width: calc(100% - 80px);
    margin: 140px 40px 0;
  }
  .hero-text h1 {
    font-size: 26px;
  }
  .hero-text p {
    font-size: 16px;
  }

  /* ニュースティッカー */
  .new-info {
    position: relative;
    top: -100px;
    left: 75px;
    border: none;
    width: 400px;
    overflow: hidden;
    border-radius: 10px;
  }
  
  /* コンテンツ共通 */
  .contents-all h2 {
    font-size: 26px;
  }
  .contents-all p,
  .contents-ver-text p {
    font-size: 16px;
  }  

  /* コンテンツ１ */
  .contents-one-box {
    flex-direction: initial;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .contents-one-image {
    width: 50%;
    padding: 0;
  }
  .contents-one-text {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contents-one-text-inner {
    padding-left: 80px;
  }
  .contents-one p {
    margin-right: 20px;
  }
  .contents-one-image {
    margin-top: 0;
  }

  /* コンテンツ３ */
  .contents-three-slider-main {
    display: flex !important;
  }
  .contents-three-slider-main img {
    flex: 1;
    max-width: initial;
    height: 400px;
    margin: 0 20px 0 0;
  }
  .contents-three-slider-text {
    flex: 1;
    max-width: initial;
    margin: 0;
  }
  .contents-three-slider-text {
    display: flex;
    align-items: center;
  }
  .contents-three-slider-text h3 {
    font-size: 24px;
  }
  .contents-three-slider-text p {
    margin-top: 40px;
  }

  /* お客様の声 */
  .voice-box {
    padding-left: 30px;
  }
  .voice-box-inner {
    margin-right: 30px;
  }
  .voice-box-text h3 {
    bottom: 70px;
  }

  /* インフォメーション */
  .news-list {
    padding: 20px 40px;
  }
  .infolist a {
    font-size: 14px !important;
  }
  .news-list .item .title {
    font-size: 16px;
  }
  .news-list .item .date {
    font-size: 14px;
  }
  /* ブログ   */
  .blog-slider-box {
    margin-top: 50px
  }
  
}


/****************************
メディアスクリーン1200px以上
****************************/
@media screen and (min-width:1200px)
{
  /* ヒーローセクション */
  .hero-text h1 {
    font-size: 32px;
  }
}