@charset "utf-8";

html, body { overflow-x: hidden;
scroll-behavior: smooth;}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  background-color: #FFF9F2;
  margin: 0;
  color: #333;
}

/* ----header--- */
header{
  background-color: #f7b5a1;
  height: 75px;
}

.button-header{
  padding: 10px;
}

.button-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 0 0 auto;
    padding: 1em 2em;
    overflow: hidden;
    border: none;
    border-radius: 25px;
    background-color: #ff7043;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-10::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-10 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-10::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-10:hover {
    background-color: #ef6033;
}

/* --- main --- */

.main h2 img{
  max-width: 50%;
  margin: 40px auto -40px auto;
}

.main h1 img{
  max-width: 60%;
    margin: 0 auto;
    padding: 30px;
}

.image-grid img {
  max-width: 100%;
  object-fit: cover;
  margin-top: -20px;
}




/* ======== ORANGE SECTION ======== */
.orange-section {
  background-color: #FF8055;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  position: relative;
  border-radius: 50%;
  z-index: 0;
}



.orange-section::before {
  top: -1px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.orange-section::after {
  bottom: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}


.orange-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left;
    padding: 30px 10%;
  }

  .orange-flex .content {
    max-width: 400px;
  }
  .kangoshimesen{
    font-size: 4rem;
    font-weight: 1000;
    padding-top: 100px;
    padding-bottom: 50px;
  }

.orange-section .content h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

.orange-section .campaign {
  font-size: 2rem;
  line-height: 0.5;
}

.content{
  width: 100%;
  margin: 0 auto;
}

.insatsu{
font-size: 4rem;
margin-bottom: 30px;
}

.orange-section .price {
  font-size: 1.6rem;
  margin: 10px 0 30px 0;
  line-height: 0.9;
}



.button a {
    background: linear-gradient(to top, #FF8055, #FF4B2B);
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 1000px;
    padding: 40px 50px;
    text-decoration: none;
    color: #FFF;
    line-height: 1.5;
    transition: 0.3s ease-in-out;
    font-weight: 900;
    font-size: 1.8rem;

    border: solid 3px #FFF;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.8rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  opacity: 0.5;
}
.button a:hover:after {
  right: 1.4rem;
}

.orange-section .note {
  color: #fff;
  font-size: 3rem;
  margin: 25px 0 30px 0px;
}

/* --- photos --- */
.photos {
  margin-top: 30px;
}

.photos img{
  width: 80%;
  margin: 0 auto;
}


/* ========== ABOUT ========== */
.about-section {
  position: relative;
  padding: 100px 20px 60px;
  background-color: #FFF9F2;
  overflow: hidden;
  margin-top: 50px;
}

.about-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.about-title {
  width: 300px;
  display: block;
  margin-bottom: 10px;
}

.sub_title{
  color: #FF8055;
  font-weight: 1000;
  font-size: 4.5rem;
}

.sub_title2{
  color: #FFF;
  font-weight: 1000;
  font-size: 4.5rem;
}

.sub-title {
  color: #FF8055;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2rem;
  margin-bottom: 50px;
}

.about-text {
  font-size: 1.5rem;
  color: #603E2F;
  line-height: 2;
  z-index: 2;
  position: relative;
}


.about-bg-text {
  position: absolute;
  bottom: -30px;
  right: 0;
  font-size: 8rem;
  font-weight: 700;
  color: rgba(255, 128, 85, 0.1);
  pointer-events: none;
  user-select: none;
}


/* ======== FEATURES SECTION ======== */
.features-section{
  background-color: #F5F0DF;
  text-align: center;
  padding: 100px 20px;
  position: relative;
  z-index: 0;
  border-radius: 30%;
  margin-top: 50px;
}


.features-box{
  margin: 30px auto;
  width: 80%;
}

.features-inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.features-title {
  width: 300px;
  margin: 100px auto 10px;
  display: block;
}

.features-text {
  color: #FF8055;
  font-weight: 700;
  font-size:  1.8rem;
  width: 80%;
  margin: 0 auto;
}

.nurse-images {
  position: relative;
}



.nurse-photo {
  width: 85%;
  margin: 0 auto;
}

.en-device{
  margin-top: -180px;
}

.devices img {
  width: 50%;
  margin: 0 auto;
}

.en{
  position: absolute;
  width: 20%;
  margin-left: 200px;
  z-index: 1;
}

.features_flex{
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}



/* ========================
    共通フェードイン
======================== */
.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.fadein.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Scroll Fade In/Out (left/right slide) ===== */
.fadein-left,
.fadein-right {
  opacity: 0;
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}
.fadein-left { transform: translateX(-48px); }
.fadein-right { transform: translateX(48px); }

.fadein-left.visible,
.fadein-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Prefer-reduced-motion: disable animations */
@media (prefers-reduced-motion: reduce) {
  .fadein-left,
  .fadein-right {
    transition: none;
    transform: none !important;
    opacity: 1 !important;
  }
}



/* ------------------------------
  Highlight セクション
------------------------------ */
.highlight-section {
  padding: 80px 20px 120px;
  background-color: #FFF9F2;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.highlight-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* タイトル */
.highlight-title {
  width: 300px;
  display: block;
}

.highlight-sub {
  color: #FF8055;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.highlight_flex-1{
  display: flex;
  margin: 50px auto;
}

/* 男女ペア画像 */
.highlight-people {
  margin-bottom: 40px;
}

.highlight-people img{
  border-radius: 30%;
}




/* テキストリスト */
.highlight-text ol {
  list-style: none;
  padding: 0;
  margin: 50px auto;
  max-width: 600px;
  text-align: left;
  color: #FF8055;
  font-weight: 700;
  font-size: 1.3rem;
}

.highlight-text li {
  margin-bottom: 1em;
  counter-increment: num;
  position: relative;
  padding-left: 2em;
  align-items: center;
}

.highlight-text li::before {
  content: counter(num) "．";
  position: absolute;
  left: 0;
  color: #FF8055;
  font-weight: bold;
}

.highlight-people img{
  width: 90%;
}


/* =========================
    Feature Section
========================= */
.feature-block {
  background-color: #FF8055;
  border-radius: 40px;
  padding: 80px 20px 80px 20px;
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: auto;
}

.feature-block__header {
  position: relative;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-left: 20px;
}

.feature-block__title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 10px;
  transform: rotate(-20deg);
  transform-origin: left top;
}

.feature-block__line {
  width: 75%;
  position: relative;
  margin-top: -190px;
  left: 20;
  bottom: -10px;
}

.feature-block__header_flex_1{
  display: flex;
  justify-content: space-around;
}

.feature-block__header_img{
  width: 30%;
  padding: 20px;
  border-radius: 40px;
}


/* =========================
    3カラム構成
========================= */
.feature-row {
  display: grid;
  grid-template-columns: 30% 10% 55%;
  align-items: center;
  gap: 20px;
}


.feature-row3 {
  display: grid;
  grid-template-columns: 30% 10% 55%;
  align-items: center;
  gap: 20px;
  position: relative;
}

.feature-row5 {
  display: grid;
  grid-template-columns: 10% 55% 30%;
  align-items: center;
  gap: 20px;
}


.feature-row__col img {
  width: 100%;
  border-radius: 20px;
}

.feature-row__col_5 img {
  width: 80%;
  border-radius: 20px;
}

.feature-row2 {
  display: grid;
  grid-template-columns: 10% 55% 30%;
  align-items: center;
  gap: 20px;
  margin-bottom: 140px;
  margin-top: 30px;
  position: relative;
}




.feature-row__col2 img {
  position: absolute;
  width: 25%;
  border-radius: 40px;
  right: 0;
  top: 0;
  padding: 20px;
}


.feature-row__col_2 img{
  width: 70px;
  margin: 0 auto;
}





.feature-row__col.number img {
  width: 70px;
  display: block;
  margin: 0 auto;
}

.feature-row__col2.number img {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.feature-row__col_3.number img {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.feature-row__col_4.number img {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.feature-row__col_5.number img {
  width: 70px;
  display: block;
  margin: 0 auto;
}

.feature-row__col.text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 5px;
}
.feature-row__col2.text{
  margin: 0 auto;
  width: 90%;
}
.feature-row__col2.text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 5px;
}

.feature-row__col5.text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 5px;
}


.feature-row__col3.text{
  margin: 0 auto;
  width: 90%;
}


.feature-row__col.text p {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 20px;
}

.feature-row__col2.text p {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 20px;
}

.feature-row__col3.text p {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 20px;
}

.feature-row__col2{
  width: 100%;
}

.feature-row__col3.text h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.feature-row__col3{
  width: 100%;
}

.feature-row__col3 img{
  width: 90%;
  border-radius: 20px;
}

.feature-row__col_3 img{
  width: 80%;
  margin: 20px auto;
}

.feature-row__col5.number img{
  width: 60%;
}

.price__2{
  max-width: 980px;
  margin: 50px auto;
}

.price__flex{
  display: flex;
  justify-content: center;
}

.shityo{
  padding: 30px;
}
.shityo img{
  width: 80%;
}

.price__7700{
  padding: 30px;
  margin-top: 30px;
}

.price__7700 img{
  width: 90%;
}

.button2{
  margin-top: 50px;
}
.button2 a {
      background: linear-gradient(to top, #FF8055, #FF4B2B);
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 500px;
    padding: 40px 50px;
    text-decoration: none;
    color: #FFF;
    line-height: 1.5;
    transition: 0.3s ease-in-out;
    font-weight: 900;
    font-size: 1.8rem;

    border: solid 3px #FFF;
}
.button2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.8rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button2 a:hover {
 opacity: 0.5;
}
.button2 a:hover:after {
  right: 1.4rem;
}

.l-index{
  background-image: url(images/logo_bg.png);
  background-size: 700px 130px;
  animation: bgscroll 30s linear infinite;
  height: 130px;
}

@-webkit-keyframes bgscroll {
  0% {background-position: 50vw 0;}
  100% {background-position: 0 0;}
 }

 @keyframes bgscroll {
  0% {background-position: 50vw 0;}
  100% {background-position: 0 0;}
 }



/* ============================
    セミナー動画セクション
============================ */
.movie-section {
  background: #FBF4E5;
  border-radius: 80%;
  padding: 120px 20px 180px;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: auto;
}



.movie-section__inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.movie-section__title {
  color: #FF8055;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 100px;
}

.movie-section__underline {
  width: 50px;
  height: 4px;
  background-color: #FF8055;
  margin: 0 auto 20px;
  border-radius: 2px;
}

.movie-section__note {
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 50px;
}

/* ============================
  動画サンプル3つ
============================ */
.movie-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.movie-item {
  width: 80%;
  max-width: 600px;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

iframe {
  width: 100% !important;
  height: 100% !important;
}

.movie-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.movie-item:hover img {
  opacity: 1;
}


.movie_bottom{
  max-width: 980px;
  margin: 0 auto;
}

.l-index2{
  background-image: url(images/koza.png);
  background-size: 2700px 300px;
  animation: bgscroll 60s linear infinite;
  height: 300px;
  margin-top: 50px;
  display: block;
  -webkit-box-reflect: below 0px 
    linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

@-webkit-keyframes bgscroll {
  0% {background-position: 0 0;}
  100% {background-position: 50vw 0;}
 }

 @keyframes bgscroll {
  0% {background-position: 0 0;}
  100% {background-position: 50vw 0;}
 }



/* =========================
   VOICEセクション全体
========================= */
.voice-section {
  background-color: #FF8055;
  border-radius: 40%;
  padding: 100px 20px 180px;
  color: #fff;
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.voice-section__inner {
  max-width: 900px;
  margin: 0 auto;
}

/* タイトル部分 */
.voice-section__title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.voice-section__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 60px;
}

/* =========================
  カード部分
========================= */
.voice-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.voice-card {
  background-color: #fff;
  color: #FF8055;
  border-radius: 6px;
  padding: 30px 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.voice-card__text {
  line-height: 1.8;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.voice-card__author {
  text-align: right;
  font-weight: 700;
  font-size: 1rem;
}





/* =========================
  FAQセクション
========================= */



.faq-section {
  text-align: center;
}

.faq-section__title {
  font-size: 2.5rem;
  color: #FF8055;
  font-weight: 900;
  margin-bottom: 10px;
}

.faq-section__subtitle {
  color: #FF8055;
  font-weight: 700;
  margin-bottom: 60px;
}

/* カテゴリー */
.faq-category {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  width: 80%;
  margin: 0 auto 40px auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: left;
}

.faq-category__title {
  color: #FF8055;
  font-weight: 900;
  font-size: 1.2rem;
  border-bottom: 3px solid #FF8055;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

/* =========================
  Q&A部分
========================= */
.faq-item {
  border-top: 1px solid #ddd;
}

.faq-question {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 700;
  color: #777; /* 質問文グレー */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

/* Q と 質問文の並び */
.faq-question span {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Qマーク */
.faq-question span::before {
  content: "Q";
  color: #FF8055; /* オレンジ */
  font-weight: 900;
  font-size: 1.1rem;
}

/* ▼アイコン */
.faq-question::after {
  content: "▼";
  font-size: 0.8rem;
  color: #666;
  margin-left: auto; /* 右側に配置 */
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  transform: rotate(180deg);
}


/* =========================
  回答部分
========================= */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.faq-answer::before {
  content: "A";
  color: #FF8055; 
  font-weight: 900;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 4px;
}

.faq-answer p {
  margin: 0;
  color: #FF8055;
  line-height: 1.8;
}

.faq-item.open .faq-answer {
  max-height: 1000px;
  padding-top: 10px;
}


.bottom{
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: -1;
  top: -100px;
}


.button3 a {
      background: linear-gradient(to top, #FF8055, #FF4B2B);
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 1000px;
    padding: 40px 50px;
    text-decoration: none;
    color: #FFF;
    line-height: 1.5;
    transition: 0.3s ease-in-out;
    font-weight: 900;
    font-size: 1.8rem;
    z-index: 1;
    border: solid 3px #FFF;
}
.button3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.8rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button3 a:hover {
  opacity: 0.5;
}
.button3 a:hover:after {
  right: 1.4rem;
}

footer{
  color: #FF8055;
  text-align: center;
  padding: 30px;
  margin-top: -50px;
}


/* ============================
  タブレットレスポンシブ対応
============================ */
@media (max-width: 1024px) and (min-width: 769px) {

.main h1 img{
    max-width: 70%;
  }
  .orange-section{
    border-radius: 30%;
  }

  .orange-flex{
    display: block;
  }
  .kangoshimesen{
    font-size: 3rem;
    padding-top: 10px;
  }

  .orange-section .content h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

.photos{
  margin-top: 0;
}

.photos img{
  width: 50%;
  margin-top: -5vh;
}

.content{
  margin-top: 5vh;
}

.campaign{
  text-align: center;
}

.orange-section .campaign{
  font-size: 2rem;
}

.note{
  text-align: center;
}


.insatsu{
font-size: 3.5rem;
text-align: center;
}

.about-section{
  width: 90%;
  margin: 0 auto;
}
  .about-bg-text {
    font-size: 5rem;
    bottom: -20px;
  }

  .features-title {
    width: 180px;
  }

  .features_flex{
    display: block;
  }
  
.features-text {
  font-weight: 700;
  font-size:  1.8rem;
  width: 100%;
  margin: -2vh auto 0 auto;
}

  .nurse-photo {
    display: none;
  }

.devices img{
  margin-top: 20vh;
  width: 90%;
}

.features-box{
  margin: 5vh auto;
  width: 80%;
}

.en {
  left: 100px;
  margin-left: 0;
  max-width: 30vw;
}

  .highlight-section{
    width: 90%;
    margin: 0 auto;
  }
  .highlight-title {
    width: 180px;
  }
.highlight-people img{
  width: 50%;
  margin: 0 auto;
}
  .highlight-sub {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .highlight_flex-1{
    display: block;
    text-align: center;
    margin: 0 auto;
  }


  .highlight-text ol {
    font-size: 1.2rem;
    text-align: left;
    max-width: 90%;
  }

  .highlight-text li {
    padding-left: 1.5em;
  }

  .l-index{
  background-size: 90vw 120px;
  height: 120px;
}

.feature-block__line {
  width: 95%;
  margin-top: -150px;
  left: 20;
}
.feature-row__col img{
  display: none;
}

.feature-row {
  display: grid;
  grid-template-columns: 0% 10% 80%;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.feature-row2 {
  display: grid;
  grid-template-columns: 15% 80% 0%;
  align-items: center;
  gap: 0px;
  margin-bottom: 50px;
}

.feature-row3 {
  display: grid;
  grid-template-columns: 0% 15% 80%;
  align-items: center;
  gap: 0px;
  margin-bottom: 0px;
}

.feature-row__col2 img{
  display: none;
}

.feature-row__col_2 img{
  position: absolute;
  width: 10%;
  top: 0;
  left: 20px;
}

.feature-row__col5.number img{
  width: 100%;
}

.feature-row__col3 img{
  display: none;
}

.feature-row__col_3 img{
  width: 50%;
}

.feature-row__col_5 img{
  display: none;
}

.feature-row5 {
    display: grid;
    grid-template-columns: 15% 80% 0%;
    margin-bottom: 30px;
}


.shityo{
  padding: 10px;
  margin-left: 20px;
}

.price__7700{
  padding: 10px;
  margin-top: 20px;
}

  .movie-section {
    border-radius: 30%;
  }

  .movie-section__title {
    font-size: 1.5rem;
    margin-top: 0;
  }

  .movie-grid {
    gap: 40px;
  }

  .movie-item {
    width: 95%;
  }

  .movie-item img {
    width: 90%;
  }

  .movie_bottom img{
    width: 90%;
    margin: 0 auto;
  }

  .l-index2{
  background-size: 1700px 200px;
  height: 200px;
  animation: bgscroll 40s linear infinite;
}

  .voice-section {
    padding: 80px 15px 100px;
    border-radius: 10%;
    margin-top: 30px;
  }

  .voice-section__title {
    font-size: 2rem;
  }

  .voice-section__subtitle {
    font-size: 1rem;
  }

  .voice-card {
    padding: 25px 20px;
    margin: 0 20px;
  }

  .voice-card__text {
    font-size: 0.95rem;
  }

  .faq-section {
    width: 100%;;
    padding: 10px;
    margin: 0 auto;
  }

  .faq-category{
    width: 90%;
  }

  .faq-section__title {
    font-size: 2rem;
  }

  .faq-category__title {
    font-size: 1.1rem;
  }

  .faq-question {
    font-size: 0.95rem;
  }

  .button3 a {
    max-width: 500px;
}
}

/* ============================
  ipadmini縦レスポンシブ対応
============================ */
@media (max-width: 768px) {

  .main h2 img{
  max-width: 80%;
  margin: 40px auto -30px auto;
}
  .main h1 img{
    max-width: 70%;
    padding: 20px;
  }
  .orange-section{
    border-radius: 30%;
  }

  .orange-flex{
    display: block;
  }
  .kangoshimesen{
    font-size: 2.3rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .orange-section .content h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

.photos{
  margin-top: 0;
}

.photos img{
  width: 50%;
  margin-top: -5vh;
}

.content{
  margin-top: 5vh;
}

.campaign{
  text-align: center;
}

.orange-section .campaign{
  font-size: 2rem;
}

.note{
  text-align: center;
}


.insatsu{
font-size: 3.5rem;
text-align: center;
}

.about-section{
  width: 90%;
  margin: 0 auto;
}
  .about-bg-text {
    font-size: 5rem;
    bottom: -20px;
  }

  .features-title {
    width: 180px;
  }

  .features_flex{
    display: block;
  }
  
.features-text {
  font-weight: 700;
  font-size:  1.8rem;
  width: 100%;
  margin: -2vh auto 0 auto;
}

  .nurse-photo {
    display: none;
  }

.devices img{
  margin-top: 25vh;
  width: 90%;
}

.features-box{
  margin: 5vh auto;
  width: 80%;
}

.en{
  position: absolute;
  width: 20%;
  margin-left: 50px;
  z-index: 1;
}

  .highlight-section{
    width: 90%;
    margin: 0 auto;
  }
  .highlight-title {
    width: 180px;
  }
.highlight-people img{
  width: 50%;
  margin: 0 auto;
}
  .highlight-sub {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .highlight_flex-1{
    display: block;
    text-align: center;
    margin: 0 auto;
  }


  .highlight-text ol {
    font-size: 1rem;
    text-align: left;
    max-width: 90%;
  }

  .highlight-text li {
    padding-left: 1.5em;
  }

  .l-index{
  background-size: 20vw 3vh;
  height: 3vh;
}

.feature-block__line {
  width: 95%;
  margin-top: -150px;
  left: 20;
}
.feature-row__col img{
  display: none;
}

.feature-row {
  display: grid;
  grid-template-columns: 0% 10% 80%;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.feature-row2 {
  display: grid;
  grid-template-columns: 25% 80% 0%;
  align-items: center;
  gap: 0px;
  margin-bottom: 30px;
}

.feature-row3 {
  display: grid;
  grid-template-columns: 0% 20% 80%;
  align-items: center;
  gap: 0px;
  margin-bottom: 30px;
}

.feature-row__col2 img{
  display: none;
}

.feature-row__col_2 img{
  position: absolute;
  width: 10%;
  top: 0;
}

.feature-row__col_3.number img{
  width: 50%;
}

.feature-row5 {
    display: grid;
    grid-template-columns: 10% 80% 0%;
    margin-bottom: 30px;
}

.feature-row__col3 img{
  display: none;
}

.feature-row__col_3 img{
  width: 50%;
}

.feature-row__col_5 img{
  display: none;
}
.shityo{
  padding: 10px;
  margin-left: 20px;
}

.price__7700{
  padding: 10px;
  margin-top: 20px;
}
iframe {
  width: 100% !important;   
  height: 100% !important;  
}
  .movie-section {
    border-radius: 30%;
  }

  .movie-section__title {
    font-size: 1.5rem;
    margin-top: 0;
  }

  .movie-grid {
    gap: 40px;
  }

  .movie-item {
    width: 95%;
  }

  .movie-item img {
    width: 90%;
  }

  .movie_bottom img{
    width: 90%;
    margin: 0 auto;
  }

  .l-index2{
background-size: 1700px 200px;
  height: 18vh;
  animation: bgscroll 40s linear infinite;
}

@-webkit-keyframes bgscroll {
  0% {background-position: 0 0;}
  100% {background-position: 80vw 0;}
 }

 @keyframes bgscroll {
  0% {background-position: 0 0;}
  100% {background-position: 80vw 0;}
 }

  .voice-section {
    padding: 80px 15px 100px;
    border-radius: 10%;
    margin-top: 30px;
  }

  .voice-section__title {
    font-size: 2rem;
  }

  .voice-section__subtitle {
    font-size: 1rem;
  }

  .voice-card {
    padding: 25px 20px;
    margin: 0 10px;
  }

  .voice-card__text {
    font-size: 0.95rem;
  }

  .faq-section {
    width: 100%;;
    padding: 10px;
    margin: 0 auto;
  }

  .faq-category{
    width: 90%;
  }

  .faq-section__title {
    font-size: 2rem;
  }

  .faq-category__title {
    font-size: 1.1rem;
  }

  .faq-question {
    font-size: 0.95rem;
  }

  .button3 a {
    max-width: 500px;
}
}








/* ============================
  SPレスポンシブ対応ß
============================ */
@media (max-width: 767px) {

  .main h1 img{
    max-width: 100%;
    padding: 20px;
  }

  .kangoshimesen{
    font-size: 1.5rem;
  }

.photos img{
  width: 70%;
}

.campaign{
  text-align: center;
}

.orange-section .campaign{
  font-size: 1.3rem;
}

.insatsu{
font-size: 2.5rem;
}

.button a {
    max-width: 500px;
    padding: 30px 30px;
    line-height: 1.5;
    font-size: 1.1rem;
}

.orange-section .note {
  font-size: 2.5rem;
  margin: 25px 0 30px 0px;
}

.sub_title{
  font-size: 3.5rem;
}

.sub-title{
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.features-section{
  padding-top: 30px;
}
  
.features-text {
  font-size:  1.1rem;
}


.features-box{
  margin: 2vh auto;
  width: 90%;
}

.en{
  width: 30%;
  margin-left: 10px;
}

.about-text {
  font-size: 1rem;
  line-height: 1.5;
}

  .highlight-section{
    padding: 50px 20px 50px;
  }

  .highlight-people img{
    width: 80%;
  }


  .l-index{
  display: none;
}

.feature-block{
  padding: 20px 20px;
}

.feature-block__title{
  font-size: 1.5rem;
  margin-left: -20px;
}

.feature-block__line {
  width: 100%;
  margin-top: -60px;
  left: 20;
}
.feature-block__header_img{
  width: 60%;
  padding: 10px;
}

.feature-row__col5.number img{
  width: 100%;
}

.feature-row__col.text p {
  font-size: 1rem;
}

.feature-row__col2.text p {
  font-size: 1rem;
}

.feature-row__col3.text p {
  font-size: 1rem;
}

.shityo img{
  width: 100%;
}
.price__7700{
  margin-top: 30px;
}

  .movie-section {
    border-radius: 20%;
    padding-bottom: 80px;
  }


  .l-index2{
  background-size: 1350px 150px;
  height: 150px;
  animation: bgscroll 30s linear infinite;
}

@-webkit-keyframes bgscroll {
  0% {background-position: 0 0;}
  100% {background-position: 100vw 0;}
 }

 @keyframes bgscroll {
  0% {background-position: 0 0;}
  100% {background-position: 100vw 0;}
 }

  .voice-section {
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 10%;
  }

  .faq-section {
    width: 100%;
  }

  .faq-category{
    padding: 10px;
  }

  .button2 a {
    padding: 30px 40px;
    text-decoration: none;
    color: #FFF;
    line-height: 1.5;
    transition: 0.3s ease-in-out;
    font-weight: 900;
    font-size: 1.5rem;
    border: solid 3px #FFF;
}


.feature-row__col_2 img{
  position: absolute;
  width: 10%;
  top: 70px;
}
}


/* ======== RESPONSIVE (Smartphone) ======== */
@media (max-width: 768px) {
  .orange-section,
  .features-section {
    padding: 20px 15px;
    background-attachment: scroll;
  }

  .orange-section::before,
  .orange-section::after {
    height: auto;
  }

  .faq {
    padding: 40px 15px;
  }

  .faq-question {
    font-size: 1rem;
  }

  .faq-answer {
    font-size: 0.95rem;
  }
}





























/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #2b2b2b;
    padding: 0 0 0 35px;
    border-top: solid 2px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 2px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/




#calloutElm {
  position: fixed;
  bottom: 35px;
  left: 20px;
  max-width: 300px;
  z-index: 4;
}
.callout-container img {
    width: 100%;
}
.closebtn {
    position: absolute;
    top: -5px;
    left: 5px;
    color: #2b2b2b;
    font-size: 30px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

.closebtn:hover {
  color: lightgrey;
}

@media (max-width: 767px){
  #calloutElm {
  bottom: 30px;
  left: 10px;
  z-index: 4;
}
.callout-container img {
    width: 70%;
}
.closebtn {
    left: 3px;
    font-size: 25px;
}
}





















.slider {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: 600%;
  animation: scroll 40s linear infinite;
  transform: translateX(-20%);
}

.slide {
  position: relative;
  width: 640px;
  margin-right: 16px;
  text-decoration: none;
}

.slide img {
  width: 100%;
  display: block;
  border-radius: 10%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.teacher-name {
  position: absolute;
  bottom: 6px;
  left: 8px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-25%);
  }
}




@media (max-width: 600px) {
  .slider-track{
    width: 800%;
  }
}
