/*!
 * them.es Theme Editor Styles
 */
 /* --mybase の分が既存の物と別にして楽に可変できるように定義したもの */
:root {
  /* ベース自体上書き */
  --base-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --base-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --base-body-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.8;
  --bs-body-bg: #f8fda1;
  --mybase-body-bg-color: #f8fda1;

  --mybase-font-color: #1f1f1f;
  --mybase-letter-spacing: normal;
  --mybase-title-font-color: #024369;
  --mybase-title-font-color-pink: #fd6969;
  --mybase-title-font-shadow: 2px 0px #b05a1a;
  --mybase-bg-color-white: #fff;
  --mybase-btn-font-color: #024369;
  --mybase-btn-font-color-white: #fff;
  --mybase-btn-bg-color-pink: #fd6969;
  --mybase-btn-bg-color-blue: #024369;
  --mybase-btn-bg-color-white: #fff;
  --bs-border-color: #dee2e6;
  --mybase-card-bg-color-white: #fff;
  --mybase-card-border-color: #dedede;
  --mybase-balloon-font-color: #805932; /* 吹き出し */
  --mybase-balloon-bg-color: #feede8; /* 吹き出し */
  --mybase-navbar-toggler-btn-font-size: calc(1.275rem + .3vw);  /* トグルボタン文字サイズ */
  --mybase-navbar-toggler-btn-width: 100px; /* トグルボタンサイズ */


}
.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp-regular {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

body {
	/* font-family: inherit !important; */
  font-family: "Noto Serif JP", serif !important;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
#footer{
	font-family: inherit !important;
	background-color: var(--mybase-body-bg-color);
}
.bg-light{
  background-color: var(--mybase-body-bg-color) !important;
}

#header{
  background-color: var(--mybase-body-bg-color);
}
@media(min-width:992px) {
#header{
  background-color: unset;
}
}
.card {
  --bs-card-bg: var(--mybase-bg-color-white);
}

@media(min-width:992px) {
  #main{
    padding-top: 50px !important;
  }
}

/* .navbar-toggler-btn {
  position: absolute !important;
  padding: 1rem;
  right:0;
} */

/**
 * 参考画像用
**/

.border-1px{
  border: 1px solid red;
}




.img-cloud1{
  position: relative;
}
.img-cloud1 img{
  position: absolute;
  height: auto;
  width: 140px;
  top: -60px;
  right: 0px;
  margin: 5px 20px 20px 0;
}

.img-cloud2{
  position: relative;
}
.img-cloud2 img{
  position: absolute;
  height: auto;
  width: 140px;
  top: -60px;
  right: 0px;
  margin: 5px 20px 20px 0;
}



.img-cloud4{
  position: relative;
}
.img-cloud4 img{
  position: absolute;
  height: auto;
  width: 140px;
  top: -60px;
  right: 0px;
  margin: 5px 20px 20px 0;
}



/**
 * 共通スタイル
**/

/**
 * 独自のh1等のスタイル用(全体書き換えしやすいように)
**/
.mybase-h1,
.mybase-h2,
.mybase-h3,
.mybase-h4,
.mybase-h5,
.mybase-h6 {
  /* font-family: var(--base-body-font-family); */
  font-family: "Mochiy Pop One", serif;
  color: var(--mybase-title-font-color);
  /* font-weight: bold; */
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
}
@media(min-width:0px) {
  .mybase-h1,
  .mybase-h2,
  .mybase-h3,
  .mybase-h4,
  .mybase-h5,
  .mybase-h6 {
    text-align: center;
  }
}
@media(min-width:768px) {
  .mybase-h1,
  .mybase-h2,
  .mybase-h3,
  .mybase-h4,
  .mybase-h5,
  .mybase-h6 {
    text-align: unset;
  }
}
.mybase-h1,
.mybase-fs-1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media(min-width:1200px) {
  .mybase-h1,
  .mybase-fs-1 {
    font-size: 2.5rem;
  }
}
.mybase-h2,
.mybase-fs-2 {
  font-size: calc(1.325rem + .9vw);
}
@media(min-width:1200px) {
  .mybase-h2,
  .mybase-fs-2 {
    font-size: 2rem;
  }
}
.mybase-h3,
.mybase-fs-3 {
  font-size: calc(1.3rem + .6vw);
}
@media(min-width:1200px) {
  .mybase-h3,
  .mybase-fs-3 {
    font-size: 1.75rem;
  }
}
.mybase-h4,
.mybase-fs-4 {
  font-size: calc(1.275rem + .3vw);
}
@media(min-width:1200px) {
  .mybase-h4,
  .mybase-fs-4 {
    font-size: 1.5rem;
  }
}
.mybase-h5,
.mybase-fs-5 {
  font-size: 1.25rem;
}
.mybase-h6,
.mybase-fs-6 {
  font-size: 1rem;
}

.mb-6 {
  margin-bottom: 6rem !important
}

.font-color-blue{
  color: var(--mybase-title-font-color);
}

/**
 * ナビバースタイル
**/
.navbar-toggler-btn {
  position: absolute;
  /* position: relative; */
  right: 10px;
  top: 10px;
  display: inline-block;
  width: var(--mybase-navbar-toggler-btn-width);
  height: var(--mybase-navbar-toggler-btn-width);
  border-radius: 50%;
  font-size: var(--mybase-navbar-toggler-btn-font-size);
  color: var(--mybase-bg-color-white);
  background-color: var(--mybase-btn-bg-color-blue);
  text-decoration: none;
  padding: 1rem;
}

.navbar-toggler-btn span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width : var(--mybase-navbar-toggler-btn-width);
  text-align:center;
}

.navbar-toggler-btn_present {
  position: absolute;
  /* position: relative; */
  right: 10px;
  top: calc(var(--mybase-navbar-toggler-btn-width) + 15px);
  display: inline-block;
  width: var(--mybase-navbar-toggler-btn-width);
  height: var(--mybase-navbar-toggler-btn-width);
  border-radius: 50%;
  font-size: var(--mybase-navbar-toggler-btn-font-size);
  color: var(--mybase-bg-color-white);
  background-color: var(--mybase-btn-bg-color-pink);
  text-decoration: none;
  padding: 1rem;
}

.navbar-toggler-btn_present span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width : var(--mybase-navbar-toggler-btn-width);
  text-align:center;
}

@media(min-width:0px) {
  :root {
  --mybase-navbar-toggler-btn-font-size: 1.15rem;  /* トグルボタン文字サイズ */
  --mybase-navbar-toggler-btn-width: 75px; /* トグルボタンサイズ */
  }
}
@media(min-width:768px) {
  :root {
  --mybase-navbar-toggler-btn-font-size: calc(1.275rem + .3vw);  /* トグルボタン文字サイズ */
  --mybase-navbar-toggler-btn-width: 100px; /* トグルボタンサイズ */
  }
}

/* .header-logo{
  max-width: 100px;
  max-height: 100px;
} */
.header-logo img{
  max-width: var(--mybase-navbar-toggler-btn-width);
  max-height: var(--mybase-navbar-toggler-btn-width);
}

/**
 * ボタンスタイル
**/




/* 角丸ボタンのスタイル */
.btn--rounded-corner{
  position: relative;
  display: block;
  width: 100%;
  padding: 0.6rem 0.5rem;
  border-radius: 100px;
  font-size: 14px;
  text-decoration: none;
}

.btn--pink{
  color: var(--mybase-btn-font-color-white);
  background-color: var(--mybase-btn-bg-color-pink);

  /* font-size: 18px !important; */

}

/* .btn--pink クラスのホバー時にグレーになるように変更 */
.btn--pink:hover {
  background-color: gray;
}

.btn--blue {
  color: var(--mybase-btn-font-color-white);
  background-color: var(--mybase-btn-bg-color-blue);
}

/* .btn--blue クラスのホバー時にグレーになるように変更 */
.btn--blue:hover {
  background-color: gray;
}

.btn--white{
  color: var(--mybase-btn-font-color);
  background-color: var(--mybase-btn-bg-color-white);
}

/* 矢印アイコンのスタイル */
.btn-right-arrow::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(0px) rotate(45deg);
  box-sizing: border-box;
}

/* 矢印アイコンのスタイル */
.btn-bottom-arrow::after {
  content: '';
  position: absolute;
  top: -6px;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(0px) rotate(135deg);
  box-sizing: border-box;
}


/**
 * トップ ページ  topPage
**/

.section-main-visual{
  position: relative;
  /* width: 100%;
  height: auto;
  max-width: fit-content; */
  /* background-image: url('./img/home/main-visual_home_sm.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  margin-bottom: 2rem;
}
.img-main-visual-sm{
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.img-main-visual-text{
  position: absolute;
  font-family: "Mochiy Pop One", serif;
  letter-spacing: 3px;
  top: 1.5rem;
  left: 1.5rem;
  font-size: 1.75rem;
	color: var(--mybase-btn-font-color-white);
}
.img-logo-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.btn--request{
  margin: 1.5rem 0;
}
.btn--request a{
  /* width: 100%; */
  padding: 0.6rem 5rem;
  border-radius: 100px;
  font-size: var(--bs-body-font-size);
  text-decoration: none;
  text-align: center;
}




/* タイトルテキスト */
.main-visual-title-text {
	font-family: "Mochiy Pop One", serif;
	text-align: center;
  font-size: calc(1.275rem + .3vw);
	color:  var(--mybase-title-font-color-pink);
	text-shadow: var(--mybase-title-font-shadow);
}
@media(min-width:992px) {
  .main-visual-title-text{
    font-size: calc(1.275rem + 1.8vw);
  }
}
@media(min-width:1200px) {
  .main-visual-title-text{
    font-size: calc(1.275rem + 2.3vw);
  }
}
@media(min-width:1400px) {
  .main-visual-title-text{
    font-size: calc(1.275rem + 2.4vw);
  }
}

/* .main-visual-leftside{

} */

/* 中央画像 */
.main-visual-center{
  position: relative;
}
.img-main-visual-home-logo {
	position: absolute;
  width: 221px;
  height: auto;
	top: 0;
	left: 0;
	transform: translate(-50%, -35%);
	z-index: 11
}
/* animationプロパティの用意 */
.girl-animation {
  animation: girl-animation 1.8s ease-in-out infinite alternate-reverse;
}
/* @keyframesの用意 */
@keyframes girl-animation {
  0% {
    /* transform: translateY(-12px); */
		transform: translate(-50%, -32%);
  }
  100% {
    /* transform: translateY(12px); */
		transform: translate(-50%, -38%);
  }
}
.img-main-visual-home-lg{
  height: auto;
  max-width: 100%;
  border-radius: 30px 30px 30px 30px;
}
.img-main-visual-home-text {
  position: absolute;
  font-family: "Mochiy Pop One", serif;
	text-align: center;
  bottom: 0;
  right: -11.5rem;
  color: var(--mybase-title-font-color);
	/* font-weight: bold; */
	z-index: 10
}


/* .main-visual-rightside{

} */
/* 右サイド */
.btn--rightside{
  position: relative;
  display: block;
  width: 9rem; 
  padding: 0.1rem 1rem; 
  margin-bottom: 1rem;
  border-radius: 100px;
  font-size: var(--bs-body-font-size);
  text-decoration: none;
  text-align: left;
  z-index: 10;
}


/* 活動内容 */

.img-house{
  margin-bottom: 1rem;
  text-align: right;
}
.img-house img{
  height: auto;
}
.img-smoke{
  position: relative;
  z-index: -1;
}
.img-smoke img{
  position: absolute;
  height: auto;
}
@media(min-width:0px) {
  .img-smoke{
    margin: 0 7%;
  }
  .img-smoke img{
    width: 100%;
    top: -33px;
    left: 0px;
    margin: 5px 20px 20px 0;
  }
  .img-house{
    margin-top: 0;
    margin-right: 4rem;
  }
  .img-house img{
    height: auto;
    width:145px; 
  }
}
@media(min-width:375px) {
}
@media(min-width:428px) {
  .img-smoke{
    margin: 0;
  }
  .img-smoke img{
    width: 375px;
    top: -10px;
    left: 65px;
  }
  .img-house{
    margin-top: 0;
    margin-right: 4rem;
    z-index: -1000;
  }
  .img-house img{
    width: 135px;
  }
}
@media(min-width:576px) {
  .img-smoke{
    margin: 0;
  }
  .img-smoke img{
    width: 420px;
    top: -25px;
    left: 33px;
  }
  .img-house{
    margin-top: 1rem;
    margin-right: 1rem;
    z-index: -1000;
  }
  .img-house img{
    width:200px;
  }

  

}
@media(min-width:768px) {
  .img-smoke img{
    width: 420px;
    max-width: 600px;
    top: -35px;
    left: 130px;
  }
  .img-house{
    margin-right: 6rem;
    margin-top: -5%;
    z-index: -1000;
  }

  .img-main-visual-home-text {
    position: absolute;
    font-family: "Mochiy Pop One", serif;
    text-align: center;
    bottom: 0;
    right: -11.5rem;
    color: var(--mybase-title-font-color);
    /* font-weight: bold; */
    z-index: 10
  }

}
@media(min-width:992px) {
  .img-smoke img{
    width: 420px;
  }
}
@media(min-width:1200px) {
  .img-smoke img{
    width: 100%;
  }
}
@media(min-width:1400px) {
  .img-smoke img{
    width: 100%;
  }
}

/* guide-section-main 要素の配置順番変更 */

#activities .home-grid-main {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "a"
    "b"
    "c"
    "d"
    "e"
    "f";
}
.home-grid-a {
  grid-area: a;
  margin: 1rem 0;
}
.home-grid-b {
  grid-area: b;
  margin: 2rem 0;
}
.home-grid-c {
  grid-area: c;
  margin: 2rem 0;
}
.home-grid-d {
  grid-area: d;
  margin: 2rem 0;
}
.home-grid-e {
  grid-area: e;
  margin: 2rem 0;
}
.home-grid-f {
  grid-area: f;
  margin: 2rem 0;
}
@media screen and (min-width:1200px) {
  #activities .home-grid-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "b a c"
      "d a e";
      /* gap: 50px; */
  }
  .home-grid-a{
    width: 100%;
    max-width: 100%;
  }
}

#notice .grid-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 10px;
}
.home--flexbox-item-a{
  order: 1;
  margin: 2rem 0;
}
.home--flexbox-item-b{
  order: 2;
  margin: 2rem 0;
}
.home--flexbox-item-c{
  order: 3;
  margin: 2rem 0;
}
@media(min-width:992px) {
  #notice .home--flexbox{
    width:100%;
    height:auto;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    gap: 40px
  }
  .home--flexbox-item{
    display: flex;
    align-items: stretch;
    /* width: calc((100% - 30px) / 3); */
    height:auto;
  }

  .home--flexbox-item .card{
    width: 100%;
  }
  .home--flexbox-item-a{
    order: 2;
  }
  .home--flexbox-item-b{
    order: 1;
  }
  .home--flexbox-item-c{
    order: 3;
  }
}




.btn--notice{
  display: flex;
  justify-content: center;
  /* margin: 2rem 0; */
}
.btn--notice a{
  position: relative;
  display: block;
  width: 17rem;
  padding: 0.6rem 0.5rem;
  border-radius: 100px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0.5rem;
}
.btn--notice a::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(0px) rotate(45deg);
  box-sizing: border-box;
}

/* てとて広場に質問!! */
.img-card{
  display: flex;
  justify-content: end;
}
.img-card img {
  height: auto;
  /* position: absolute; */
  width: 130px; 
  /* top:10px; 
  right:0px; */
}
@media(min-width:576px) {
  .img-card img{
    width: 200px;
  }
}
/* @media(min-width:768px) {
  .img-card{
    display: unset;
    justify-content: unset;
    position: relative;
  }
  .img-card img {
    position: absolute;
    top:170px;
    right:0;
    width: 90px;
  }
} */
@media(min-width:992px) {
  .img-card{
    display: unset;
    justify-content: unset;
    position: relative;
  }
  .img-card img{
    position: absolute;
    top: 70px;
    left: 680px;
    width: 160px;
  }
  .question-list span{
    color: unset;
  }
}
@media(min-width:1200px) {
  /* .img-card img{
    top:-130px;
    left:290px;
    width: 160px;
  } */
}
@media(min-width:1400px) {
  /* .img-card img{
    top:-125px;
    left:350px;
    width: 170px;
  } */
}



/**
 * footer
**/

.footer-style li{
  width: 50%;
  list-style: none;
  position: relative;
  padding-right: 0.2rem;
  padding-bottom: 0.5rem;
  
}
.footer-arrow li::before{
  position: absolute;
  content: '';
  background-image: url(./img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  top: 0.25rem;
  left: -1.25rem;
  width: 1rem;
  height: 1rem;
  margin: auto;
}
#footer .menu-item a[aria-current="page"]{
  color:#000;
}

.btn--footer a{
  font-size: 1rem !important;
}

@media(min-width:576px) {
  .btn--footer a {
    font-size: 1.25rem !important;
  }
}
@media(min-width:768px) {
  .btn--footer a {
    font-size: 1.25rem !important;
  }
}
@media(min-width:992px) {
  .btn--footer a {
    font-size: 1rem !important;
  }
}
@media(min-width:1200px) {
  .btn--footer a {
    font-size: 1.25rem !important;
  }
}
/* @media(min-width:1400px) {
  .btn--footer a {
    font-size: 1.25rem !important;
  }
} */



.footer-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "a"
    "b"
    "c";
  gap: 20px;
}

.footer-section-headline {
  grid-area: a;
  font-size: var(--bs-body-font-size);
}
.footer-section-headline img {
  width: 100%;
  height: auto;
  margin: 5px 20px 20px 0;
}

.footer-section-image {
  width: 100%;
  height: auto;
  border: 2px var(--bs-border-style) var(--bs-border-color);
  border-radius: 2rem;
  grid-area: b;
}

@media screen and (min-width:1400px) {
  
  .footer-section-image {
    width: 70%;
    margin-left: 30%;
   
  }
}
.footer-section-text {
  grid-area: c;
  line-height: 1.5;
  font-size: var(--bs-body-font-size);
}

@media screen and (min-width:768px) {
  .footer-section {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 20px 1fr;
    grid-template-areas:
      "a b"
      "c b";
    gap: 50px;
  }
}

/* footer */
/* .img-cloud3{
  position: relative;
}
.img-cloud3 img{
  position: absolute;
  height: auto;
  z-index:-1;
  width:100%; 
  top:0px; 
  left:0px;
} */

.img-bg-cloud3{
  background-image: url('./img/svg/cloud_03.svg');
  background-position: center;
  background-size: 110%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  overflow: hidden;
}

#cloud_q{
  z-index:-1;
}

@media(min-width:576px) {
  .img-bg-cloud3 {
    background-size: 110%;
  }

  #cloud_q{
    top: -200px !important;
  
  }
}
@media(min-width:768px ) {
  #cloud_q{
    top: -200px !important;
  
  }
}
@media(min-width:992px) {
  .img-bg-cloud3 {
    background-size: 100%;
    background-position-y: bottom -80px;
  }

  #cloud_q{
    top: -420px !important;
  
  }
}

@media(min-width:1200px) {

  #cloud_q{
    top: -520px !important;
  
  }
  
}

/* @media(min-width:1200px) {
  .img-bg-cloud3 {
    background-size: 120%;
  }
}
@media(min-width:1400px) {
  .img-bg-cloud3 {
    background-size: 120%;
  }
} */

/**
 * ガイド ページ  guidePage
**/


/* guide-section-main 要素の配置順番変更 */

.guide-section-main {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "a"
    "b"
    "c";
}
.guide-section-headline {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.guide-section-headline .btn--rounded-corner{
  width: 50%;
  padding: 0.2rem 1.5rem; 
  font-size: var(--bs-body-font-size);
  font-weight: bold;
  text-align: center;
}
.guide-section-btn {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.2rem 1.7rem;
  border-radius: 100px;
  /* font-size: var(--bs-body-font-size); */
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--mybase-btn-font-color);
  background-color: var(--mybase-btn-bg-color-white);
  text-decoration: none;
  text-align: center;
  letter-spacing: 3px;
}
.guide-section-image {
  display: flex;
  justify-content: center;
}
.guide-section-image img {
  width: 50%;
  height: auto;
  margin: 0 0.25rem;
}
.guide-section-text {
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: var(--bs-body-line-height);
  font-size: var(--bs-body-font-size);
}
@media screen and (min-width:992px) {
  .guide-section-main {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 20px 1fr;
    grid-template-areas:
      "b a"
      "b c";
    gap: 20px;
  }
  .guide-section-headline {
    display: unset;
    justify-content: none;
    grid-area: a;
    font-size: 20px;
    font-weight: bold;
  }
  .guide-section-btn {
    font-size: 1.1rem;
    padding: 0.2rem 0.1rem;
    display: flex;
    text-align: start;
    justify-content: center;
    text-align: start;
  }
  .guide-section-headline .btn--rounded-corner{
    width: 14rem;
    text-align: left;
  }
  .guide-section-image {
    display: unset;
    justify-content: none;
    grid-area: b;
  }
  .guide-section-image img {
    width: 100%;
    margin: 5px 20px 20px 0;
  }
  .guide-section-text {
    padding-top: 2rem;
    grid-area: c;
  }
}
@media(min-width:1200px) {
  .guide-section-btn {
    font-size: 1.2rem;
    padding: 0.2rem 0.7rem;
  }
}
@media(min-width:1400px) {
  .guide-section-btn {
    font-size: 1.2rem;
    padding: 0.2rem 1.7rem;
  }
}

.btn--instagram {
  width: 400px;
  /* font-size: 1.2rem; */
  font-weight: bold;
  text-align: center;
}
.btn--membership{
  text-align: center;
  padding: 0.8rem 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: var(--bs-white);
  background-color: #fd6969;
  border-radius: 10px;
  padding: 15px 0;
  text-decoration: none;
}
/* .btn--orange:hover,
a.btn--orange:hover {
  color: var(--bs-white);
  background: #fb607f;
} */

.delivery-method ol{
  font-weight: bold;
}
.delivery-method li{
  padding-bottom: 1rem;
}


.img-promise{
  display: flex;
  justify-content: center;
}
.img-promise img {
  height: auto;
  position: unset;
  margin-bottom: 2rem;
  top:0px;
  right:0;
  /* width: 125px; */
  width: 35%;
  
}
@media(min-width:576px) {
  /* .img-promise img{
    position: absolute;
    top:-5px;
    left:0;
    right:0;
    width: 135px;
  } */
}
/* @media(min-width:768px) {
  .img-promise{
    display: unset;
    justify-content: unset;
    position: relative;
  }
  .img-promise img {
    position: absolute;
    top:170px;
    right:0;
    width: 90px;
  }
} */
@media(min-width:992px) {
  .img-promise{
    display: unset;
    justify-content: unset;
    position: relative;
  }
  .img-promise img{
    position: absolute;
    top:-70px;
    left:200px;
    width: 160px;
  }
}
@media(min-width:1200px) {
  .img-promise img{
    top:-130px;
    left:290px;
    width: 160px;
  }
}
@media(min-width:1400px) {
  .img-promise img{
    top:-125px;
    left:350px;
    width: 170px;
  }
}


/**
 * サポート ページ  supportPage
**/
.support-card-wrapper {
  display: block;
}

.support-card{
  display: block;
  width: 100%;
	background-color: var(--mybase-card-bg-color-white);
  border: 2px solid var(--mybase-card-border-color);
  border-radius: 10px 30px 10px 10px;
  padding: 1.5rem;
  margin-right: 5.5%;
  margin-bottom: 2rem;
}

.support-card:last-child{
  margin-right: 0;
}

.support-card .card-title{
  text-align: left;
	padding-bottom: 0.5rem;
}
.support-card .card-content{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
	padding-bottom: 0.5rem;
  line-height: 1.8;
}

.support-card .card-content ul {
  flex-grow: 1; 
  /* list-style: none; */
  padding-left: 0;
  display: table;
  font-weight: bold;
}
.support-card .card-content ul li {
  margin-left: 1.5rem;
}
.support-card .card-link{
	padding-bottom: 0.5rem;
  font-weight: bold;
  padding: 0 3rem;
}

/* @media screen and (min-width:768px) {

} */
@media screen and (min-width:992px) {
  .support-card-wrapper {
    display: flex;
  }
  .support-card{
    display: flex;
    flex-direction: column;
    width: 32%;
    padding: 0.75rem;
    margin-right: 1.5%;
  }
  .support-card .card-title{
    text-align: center;
  }
  .support-card .card-content ul {
    list-style: none;
  }
  .support-card .card-content ul li {
    display: table-row;
  }
  .support-card .card-content ul li:after {
    content: "";
    display: block;
  }
  .support-card .card-content ul li:before {
    content: "•";
    display: table-cell;
    padding-right: 0.4em;
  }
  .support-card .card-link{
    padding: 0;
  }
  .support-card .btn--rounded-corner {
    padding: 0.6rem 0.8rem;
  }
  .support-card .btn-right-arrow::after {
    right: 15px;
  }
}

@media(min-width:1200px) {
  .support-card{
    width: 30%;
    padding: 1.5rem;
  }
  .support-card .btn-right-arrow::after {
    right: 27px;
  }
}



.img-leaf{
  position: relative;
}
.img-leaf img{
  position: absolute;
  height: auto;
  width: 140px;
  top: -60px;
  right: 0px;
  margin: 5px 20px 20px 0;
}
@media(min-width:768px) {
  .img-leaf img{
    right: 30px;
  }
}
@media(min-width:992px) {
  .img-leaf img{
    width: 140px;
    top: 0px;
    right: 0px;
    margin: 5px 20px 20px 0;
  }
}



.img-books{
  display: flex;
  justify-content: center;
}

.img-books img{
  width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (min-width:768px) {
  .img-books img{
    margin: 1rem;
    width: 60%;
  }
}
@media(min-width:992px) {
  .img-books{
    display: block;
  }
  .img-books img{
    margin: 5px 20px 20px 0;
    width: 100%;
  }
}

/* @media(min-width:1200px) {
  .img-books img{
    margin: 5px 20px 20px 0;
  }
} */
/* 吹き出し */
.balloon-left {
  position: relative;
  display: inline-block;
  margin: 2rem 0;
  padding: 1rem 2rem;
  min-width: 120px;
  max-width: 100%;
  color: var(--mybase-balloon-font-color);
  font-size: 1.5rem;
  font-weight: bold;
  background: var(--mybase-balloon-bg-color);
  border-radius: 40px 10px 40px 10px;
  text-align: center;
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: 70%;
  left: -30px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 22px solid var(--mybase-balloon-bg-color);
}

.balloon-left div {
  margin: 0;
  padding: 0;
}
@media screen and (min-width:0px) {
  .balloon-left {
    width: 100%;

  }
  .balloon-left:before {
    display: none;
  }
}

@media(min-width:992px) {
  .balloon-left {
    text-align: left;
    margin: 0 0 1.5em 15px;
  }
  .balloon-left:before {
    display: unset;
  }
}

/* 事務局にご相談 */
.btn-consultation{
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1rem;
  margin-right: 1rem;
}
.btn-consultation a{
  width: 270px;
  text-align: center;
}
@media screen and (min-width:992px) {
  .btn-consultation{
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }
}

/**
 * オーバービュー ページ  overviewPage
**/
/* ボタン */
.btn-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-overview a{
  width: 70%;
  text-align: center;
  font-weight: 700;
}
@media(min-width:576px) {
  .btn-overview a{
    width: 100%;
  }
  .btn-overview a.btn-bottom-arrow::after {
    right: 15px;
  }
}
@media(min-width:768px) {
  .btn-overview a{
    width: 100%;
  }
}
@media(min-width:992px) {
  .btn-overview a{
    width: 100%;
  }
}
@media(min-width:1200px) {
  .btn-privacy-policy a{
    width: 80%;
  }
}
@media(min-width:1400px) {
  .btn-privacy-policy a{
    width: 250px;
  }
}



/* 団体概要 */
.section-overview{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0;
}
.section-overview img{
  height: auto;
  padding: 1rem;
  border-radius: 50%;
}
.section-overview > div > div{
  text-align: center;
  margin-bottom: 1rem;
}


/* 公開書類 */
.img-sign{
  position: relative;
}
.img-sign img{
  position: absolute;
  width: 100px;
  height: auto;
  top: 0px;
  left: 330px;
  margin: 5px 20px 20px 0;
}

/* 定款 */
.ex-link-li li {
  position: relative;
  margin-bottom: .5rem;
  margin-top: .5rem;
}

.ex-link-li li::after {
  position: absolute;
  top: 0.4rem;
  /* right: 10px; */
  content: '';
  display: inline-block;
  margin-left: 0.75rem;
  width: 1rem;
  height: 1rem;
  /* padding-top: 0.2rem; */
  background-image: url(./img/svg/ex-link.svg);
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position: bottom;
}

#grants ul{
  padding-left: 1rem;
}

#grants .year-bold{
  font-weight: 700;
}
@media(min-width:768px) {
  #grants ul{
    padding-left: 2rem;
  }

  #grants .year-bold{
    font-weight: 400;
  }
}

#logic-tree img{
  width: 100%;
  height: auto;
  margin: 1rem 0;
}

.btn--download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn--download a {
  width: 400px;
  font-weight: 700;
  text-align: center;
}

/**
 * プライバシーポリシー ページ  privacy-policy
**/


.btn-privacy-policy{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-privacy-policy a{
  width: 70%;
  text-align: center;
  font-weight: 700;
}
@media(min-width:576px) {
  .btn-privacy-policy a{
    width: 100%;
  }
  .btn-privacy-policy a.btn-bottom-arrow::after {
    right: 15px;
  }
}
@media(min-width:768px) {
  .btn-privacy-policy a{
    width: 100%;
  }
}
@media(min-width:992px) {
  .btn-privacy-policy a{
    width: 100%;
  }
}
@media(min-width:1200px) {
  .btn-privacy-policy a{
    width: 80%;
  }
}
@media(min-width:1400px) {
  .btn-privacy-policy a{
    width: 250px;
  }
}

/* .ul_flush {
  list-style: none;
  padding-left: 0;
  display: table;
}
.ul_flush li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
 
.ul_flush li {
  display: table-row;
}
.ul_flush li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
} */
 
/* li {
  margin-bottom: 0.5em;
} */

.ol_flush {
  list-style: none;
  padding-left: 0;
  display: table;
}
.ol_flush li:after {
  content: "";
  display: block;
  margin-bottom: 1.5em;
}
 
.ol_flush li {
  display: table-row;
  counter-increment: table-ol;
}
.ol_flush li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}


/* .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

@media(min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media(min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media(min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media(min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media(min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
} */


.test-fadein {
	opacity: 0;
	transform: translateY(30px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}

.test-fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}


.img-main-visual-home-text span.fs-5 {
  display: block;
  margin-bottom: -15px;
}

.img-main-visual-home-text span.fs-1 {
  font-size: 5.8rem !important;
}

footer {
  background-color: unset !important;
}

#footer {
  background-color: unset !important;
}

#notice .btn--notice {
  margin-left: 5px;
  margin-right: 5px;
}

#top_menu a{
   width:120% !important;
   font-size:20px;
   /* 折り返さない */
    white-space: nowrap;
   display: inline-table;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row > .col-12 {
  display: flex;
  flex-direction: column;
}

.card {
  flex: 1; /* 高さを揃える */
}

.img-smoke_cloud{
  position: absolute;
  z-index: -1;
  left: 15%;
  top: -40px
}

.img-smoke_cloud img{
  
  height: 450px;
  
}

@media(min-width:1200px) {
.img-smoke_cloud{
  left: 18%;
}
}

@media(min-width:1400px) {
  .img-smoke_cloud{
    left: 20%;
  }
}


@media(min-width:1401px){  
  .img-smoke_cloud{
    left: 25%;
  }
}


#menu-item-22 {
  font-weight: bold;
  font-size: larger;
}