@charset "UTF-8";
@import url("grid.css");
:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
  --base-color: #000;
  --link-color: #666;
  --linkhover-color: #999;
  --back-color: #f7f7f7;
  --border-color: #ccc;
  --white-color: #fff;
}
img {
  max-width: 100%;
  height: auto; /*高さ自動*/
  vertical-align: top;
}
a {
  display: block;
  color: var(--link-color);
  text-decoration-line: none;
}
a:hover {
  color: var(--linkhover-color);
}
html {
  scroll-behavior: smooth;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-item {
  align-items: center;
}
.mb10 {
  margin-bottom: 1rem;
}
.mb20 {
  margin-bottom: 2rem;
}
.mb30 {
  margin-bottom: 3rem;
}
.mb40 {
  margin-bottom: 4rem;
}
.mb50 {
  margin-bottom: 5rem;
}
.mb60 {
  margin-bottom: 6rem;
}
.mb70 {
  margin-bottom: 7rem;
}
.mb80 {
  margin-bottom: 8rem;
}
.inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
.box300 {
  width: 300px;
}
.box400 {
  width: 400px;
}
.box500 {
  width: 500px;
}
.box600 {
  width: 600px;
}
.box700 {
  width: 700px;
}
.box750 {
  width: 750px;
}
.box800 {
  width: 800px;
}
.box900 {
  width: 900px;
}
.box1000 {
  width: 1000px;
}
@media screen and (min-width: 561px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*ヘッダー
-------------------------------------*/
header {
  position: relative;
}
/* 
hamburger(ハンバーガーアイコン)
=================================== */
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 0;
  width: 105px;
  height: 105px;
  cursor: pointer;
  text-align: center;
  background-color: #fdd22b;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 65px;
  height: 5px;
  left: 20px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
}
.hamburger span:nth-child(1) {
  top: 30px;
}
.hamburger span:nth-child(2) {
  top: 50px;
}
.hamburger span:nth-child(3) {
  top: 70px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 50px;
  left: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  background: #fdd22b;
  text-align: left;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 30%;
  padding: 6rem;
  height: 100vh;	
}
nav.globalMenuSp ul {
  background: #fdd22b;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  /*border-bottom: 1px solid #fff;*/
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover {
  background: #fdd22b;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0.5em 0;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
nav.globalMenuSp ul li a:hover {
  color: #f6af74;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/*メイン画像
-------------------------------------*/
.mainimg img {
  width: 100vw;
}
/*メインコンテンツ
-------------------------------------*/
main {
  /*margin: 5rem 0 0 0;*/
}
section {
  margin: 0;
  padding: 0;
}
.gray-back {
  background-color: var(--back-color);
}
/*ごあいさつ
-------------------------------------*/
/*.catch {
   background-image: url("../images/raftrety_img01.png");
   background-repeat: no-repeat;
   background-position: left;  
   width: 100%;
   height: 333px;	
}*/
.main {
  position: relative;
}
.catch {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(((100vw - 561px) / 4.1182) + 200px);
}
.catch-ttl {
  text-align: center;
  font-size: calc(((100vw - 360px) / 120) + 28px);
  font-weight: bold;
  padding: 6rem 0 2rem
}
.catch-text {
  text-align: center;
  font-size: calc(((100vw - 360px) / 390) + 17px);
  font-weight: bold;
  margin-bottom: calc(((100vw - 360px) / 26) + 40px);
  line-height: 1.6;
}
.text_future {
  text-align: center;
  width: 100%;
  max-width: 712px;
  margin: 2rem auto 6rem;
}
.center {
  text-align: center;
}
/*3つの特徴
-------------------------------------*/
.future-bg {
  background-image: url("../images/feature_bg.jpg");
  background-size: cover;
  padding: 6rem 0;
}
.flower-w-bg {
  background-image: url("../images/flower_w.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 300px;
}
.future-sub {
  font-size: calc(((100vw - 360px) / 780) + 16px);
  font-weight: bold;
  text-align: left;
  margin: 2rem 0;
}
.future-list {
  font-size: calc(((100vw - 360px) / 780) + 16px);
  text-align: left;
}
.future-list li {
  list-style: none; /* デフォルトのアイコンを消す */
  margin: 0; /* デフォルト指定上書き */
  padding: 0; /* デフォルト指定上書き */
  padding-left: 1em;
  text-indent: -1em;
}
.future-list li:before {
  content: ""; /* 空の要素作成 */
  width: 16px; /* 幅指定 */
  height: 16px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #fff100; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
}
/*療育内容
-------------------------------------*/
.flower_y_bg {
  background-image: url(../images/flower_y_bg.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 100% -180%;
}
.area-ttl {
  margin: 6rem auto;
}
.content-text {
  text-align: left;
  font-size: calc(((100vw - 360px) / 390) + 17px);
  font-weight: bold;
  margin: 2rem auto 6rem;
  line-height: 1.6;
}
.content-list {
  font-size: calc(((100vw - 360px) / 780) + 16px);
  text-align: left;
}
.content-list li {
  list-style: none; /* デフォルトのアイコンを消す */
  margin: 0; /* デフォルト指定上書き */
  padding: 0; /* デフォルト指定上書き */
  padding-left: 1em;
  text-indent: -1em;
}
.content-list li:before {
  content: ""; /* 空の要素作成 */
  width: 16px; /* 幅指定 */
  height: 16px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #86cab6; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
}
.con-green {
  border-left: 5px solid #86cab6; /*線の設定*/
  padding: 0px 8px; /*余白の設定*/
  margin-bottom: 2rem;
}
.con-yellow {
  border-left: 5px solid #fdbc2b; /*線の設定*/
  padding: 0px 8px; /*余白の設定*/
  margin-bottom: 2rem;
}
.flex-box {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  justify-content: flex-start;
}
.nowrap {
  white-space: nowrap;
}
.con-18 {
  font-size: calc(((100vw - 360px) / 780) + 16px);
  margin-bottom: 2rem;
}
.group-list {
  font-size: calc(((100vw - 360px) / 780) + 14px);
  text-align: left;
}
.group-list li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.group-list li:before {
  content: ""; /* 空の要素作成 */
  width: 14px; /* 幅指定 */
  height: 14px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #86cab6; /* 背景色指定 */
}
.margin-left14 {
  margin-left: 14.5%;
}
.item {
  margin-bottom: 6rem;
}
.table {
  margin: 4rem 0;
}
.table th {
  width: 30%;
}
.table tr {
  vertical-align: top;
}
/*PDF 2025-03-10 sasaki
-------------------------------------*/
.pdf_link{
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fdd22b;
  margin: 2em auto 6em !important;
  padding: 2em !important;
  /* padding: 2em;
  border-radius: 30px; */
}
.pdf_link a{
  display: block;
  background-color: #fff;
  color: #717071;
  width: 320px;
  padding: 1em;
  font-size: 24px;
  border-radius: 10px;
  text-align: center;
}
.pdf_link a:hover{
  opacity: .8;
}
/*送迎案内
-------------------------------------*/
.yellow-box {
  padding: 0.5em 1em;
  margin: 2em 0 6rem;
  border: solid 5px #fdd22b; /*線*/
  border-radius: 30px; /*角の丸み*/
  position: relative;
}
.guide-ttl {
  position: absolute;
  top: calc(((100vw - 360px) / -156) + -20px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.guide-text {
  font-size: calc(((100vw - 360px) / 195) + 19px);
  font-weight: bold;
  text-align: center;
  margin: 4rem auto;
}
.yellow-bar {
  background: #fdd22b; /*背景色*/
  padding: 0.2em; /*文字まわり（上下左右）の余白*/
  border-radius: 1rem;
  color: #fff;
  font-size: calc(((100vw - 360px) / 195) + 19px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
/*申し込みの流れ
-------------------------------------*/
.flow_bg {
  background-image: url(../images/flow_bg.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 100% 50%;
  padding: 6rem 0;
}
.white-box {
  padding: 0.5em 1em;
  margin: 4em 0;
  background-color: #fff;
  border-radius: 30px; /*角の丸み*/
  position: relative;
}
.flow-img {
  margin: 4rem auto;
  text-align: center;
}
.flow-ttl {
  position: absolute;
  top: -60px;
  right: 10%;
}
.orange27 {
  font-size: calc(((100vw - 360px) / 195) + 19px);
  font-weight: bold;
  text-align: center;
  color: #f28830;
  margin: 2rem auto;
}
/*フッター
-------------------------------------*/
footer {
  background-color: #fdd22b;
  padding: 5rem 0;
  position: relative;
}
.foot-logo {
  width: 100%;
  max-width: 345px;
  text-align: center;
  margin: 2rem auto;
}
.foot-info {
  font-size: calc(((100vw - 360px) / 520) + 17px);
  text-align: left;
  list-style: none;	
  }

.foot-info li{
	margin-bottom: 1px;
}

.foot-insta {
  position: absolute;
  bottom: 50%;
  right: calc(((100vw - 360px) / 6.5) + 10px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 0;
  right: 12px;
  background-image: url("../images/pagetop.png");
  width: 67px;
  height: 67px;
}
#pagetop a {
  display: block;
  color: var(--white-color);
  width: 67px;
  padding: 20px 5px;
  text-align: center;
}
#pagetop a:hover {}
/* 幅1400px以下の表示
-------------------------------------*/
@media screen and (max-width: 1400px) {
  .margin-left14 {
    margin-left: calc(((100vw - 1055px) / 2.0294) + 20px);
  }
}
/* 幅1055px以下の表示
-------------------------------------*/
@media screen and (max-width: 1055px) {
  .margin-left14 {
    margin-left: 20px;
  }
  .flow-ttl {
    right: -4%;
  }
}
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    width: 100%;
  }
  .flex-box {
    display: block;
  }
  .margin-left14 {
    margin-left: 0;
  }
  .nowrap {
    white-space: normal;
  }
  .item {
    padding: 0 2rem;
  }
  .flow-ttl {
    right: 0;
  }
  .flow-ttl img {
    width: calc(((100vw - 360px) / 8.16) + 100px);
  }
  /*PDF 2025-03-10 sasaki
  -------------------------------------*/
  .pdf_link{
    flex-direction: column;
  }
  .pdf_link a {
    margin: 1em 0;
    width: 280px;
  }
}
/* 幅560px以下の表示
-------------------------------------*/
@media screen and (max-width: 560px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    width: 60px;
    height: 60px;
  }
  .hamburger span {
    width: 30px;
    height: 5px;
    left: 15px;
  }
  .hamburger span:nth-child(1) {
    top: 18px;
  }
  .hamburger span:nth-child(2) {
    top: 28px;
  }
  .hamburger span:nth-child(3) {
    top: 38px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 28px;
    left: 15px;
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 28px;
  }
  .catch {
    display: none;
  }
  .flower-w-bg {
    width: 100%;
    height: auto;
  }
  .table th {
    width: 100%;
  }
  .foot-insta {
    bottom: -80px;
    right: 10px;
}
	
.foot-info {
    line-height: 1.0;	
}	
	
  }