@charset "UTF-8";
/*============
サイト全体の基準となるCSSを記述
=============*/
/* ノートPC */
html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
  scroll-padding-top: 290px;
}
@media (max-width: 1440px) {
  html {
    scroll-padding-top: 250px;
  }
}
@media (max-width: 1025px) {
  html {
    scroll-padding-top: 180px;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 120px;
  }
}

body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 1.6rem; /* 16px*/
  line-height: 2;
  /*letter-spacing: 0.1em;*/
  margin: 0;
  padding: 0;
  color: #000;
}

* {
  box-sizing: border-box;
  text-transform: none !important;
  margin: 0;
  padding: 0;
}

/*見出し設定*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #333;
}

.topic, .title, .link-button {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .topic, .title, .link-button {
    letter-spacing: 0.1em;
  }
}

h1 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 18px;
  }
}

h2:not(.topic, .logo) {
  font-size: 2.2rem;
  padding-bottom: 1%;
  border-bottom: 2px solid #333;
  margin-bottom: 1%;
  margin-top: 5%;
}
@media (max-width: 767px) {
  h2:not(.topic, .logo) {
    font-size: 16px;
    margin-top: 10%;
  }
}

h3:not(.topic) {
  font-size: 2rem;
  padding-left: 2%;
  border-left: 5px solid #333;
  margin-bottom: 1%;
  margin-top: 5%;
}
@media (max-width: 767px) {
  h3:not(.topic) {
    font-size: 15px;
    margin-top: 10%;
  }
}

h4:not(.topic) {
  font-size: 16px;
  text-align: left;
  /*margin-top: 5%;*/
  margin-top: 10%;
  margin-bottom: 1%;
  padding: 0.5% 3%;
  color: #333;
  background-color: #333;
}
@media (max-width: 767px) {
  h4:not(.topic) {
    font-size: 14px;
    /*margin-top: 3%;*/
  }
}

h5 {
  font-size: 1.5rem;
  margin-top: 10%;
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 1.4rem;
  margin-top: 10%;
}
@media (max-width: 767px) {
  h6 {
    font-size: 13px;
  }
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
a:hover {
  color: #8d8d8d;
  opacity: 1;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; /* または vertical-align: top; */
}

a:hover img {
  opacity: 1;
  filter: contrast(0.55) brightness(1.25);
  /*transition : 0.6s;*/
}

a .link-img {
  display: block;
}

a:hover .link-img {
  display: none;
}

a .hover-img {
  display: none;
}

a:hover .hover-img {
  display: block;
  filter: contrast(1) brightness(1);
}

iframe {
  width: 100%;
}

.nolink, .nolink:hover, .nolink img, .nolink:hover img {
  opacity: 1 !important;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
} /* aタグのリンクを無効にする */
*:focus {
  outline: none;
}

p {
  font-size: 1.8rem;
  margin-bottom: 5%;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

pre {
  font-family: inherit;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  pre {
    font-size: 14px;
  }
}

ul, ol {
  list-style: none;
}

/*section {
  margin-top: 10%;
}*/
.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.tab-sp-inline {
  display: none;
}
@media (max-width: 1025px) {
  .tab-sp-inline {
    display: inline;
  }
}

.pc {
  display: block;
}
@media (max-width: 1025px) {
  .pc {
    display: none;
  }
}

.pc-tab {
  display: block;
}
@media (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.wrap1200-sp-l {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .wrap1200-sp-l {
    width: 95%;
  }
}
@media (max-width: 1025px) {
  .wrap1200-sp-l {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .wrap1200-sp-l {
    max-width: 100%;
    width: 88%;
  }
}

.wrap1100-sp-l {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap1100-sp-l {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .wrap1100-sp-l {
    max-width: 100%;
    width: 88%;
  }
}

.wrap1000-sp-s {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap1000-sp-s {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .wrap1000-sp-s {
    max-width: 100%;
    width: 78%;
  }
}

.wrap1000-sp-l {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap1000-sp-l {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .wrap1000-sp-l {
    max-width: 100%;
    width: 88%;
  }
}

.wrap1000-sp-ll {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap1000-sp-ll {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .wrap1000-sp-ll {
    max-width: 100%;
    width: 88%;
  }
}

.wrap950-pc-tab {
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap950-pc-tab {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .wrap950-pc-tab {
    max-width: 100%;
  }
}

.wrap900-sp-ll {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap900-sp-ll {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .wrap900-sp-ll {
    max-width: 100%;
    width: 88%;
  }
}

.wrap900-sp-l {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap900-sp-l {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .wrap900-sp-l {
    max-width: 100%;
    width: 88%;
  }
}

.wrap900-sp-s {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap900-sp-s {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .wrap900-sp-s {
    max-width: 100%;
    width: 78%;
  }
}

.wrap900-pc-tab {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap900-pc-tab {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .wrap900-pc-tab {
    max-width: 100%;
  }
}

.wrap800-sp-l {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap800-sp-l {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .wrap800-sp-l {
    max-width: 100%;
    width: 88%;
  }
}

.wrap600 {
  max-width: 600px;
  margin: 0 auto;
}

.wrap500 {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .wrap500 {
    max-width: 400px;
  }
}

i {
  vertical-align: middle;
}

i.size-small {
  font-size: 1rem;
}

.sp-br {
  display: none;
}
@media (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}

.tab-br {
  display: none;
}
@media (max-width: 1025px) {
  .tab-br {
    display: inline;
  }
}
@media (max-width: 767px) {
  .tab-br {
    display: none;
  }
}

.pc-br {
  display: inline;
}
@media (max-width: 1025px) {
  .pc-br {
    display: none;
  }
}

.pc-tab-br {
  display: inline;
}
@media (max-width: 767px) {
  .pc-tab-br {
    display: none;
  }
}

.tab-sp-br {
  display: none;
}
@media (max-width: 1025px) {
  .tab-sp-br {
    display: inline;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
} /*

/*スクロールバー設定*/
.simplebar-track {
  background: transparent; /* バーの背景色を設定できます*/
  border-radius: 50px; /* バーに丸みをもたせる*/
}

/*.simplebar-track .simplebar-scrollbar.simplebar-visible::before{*/
/*opacity:1;*/ /* デフォルトだと薄くなっています。*/
/*}*/
.simplebar-track .simplebar-scrollbar::before {
  /*background: #666;*/ /* ここでバーの色を設定 */
}
@media (max-width: 767px) {
  .simplebar-track .simplebar-scrollbar::before {
    width: 5px;
  }
}

/*らくらく設定*/
textarea {
  min-width: 50px !important;
  min-height: 100px;
}

/*============
header設定
=============*/
header {
  background-color: #ffffff;
  width: 100%;
  height: 210px;
  /*padding: 30px 0;*/
  padding: 0;
  position: fixed;
  top: 0;
  /*box-shadow: 0px 2px 4px #0101010d;*/
  z-index: 9;
}
@media (max-width: 1440px) {
  header {
    height: 190px;
  }
}
@media (max-width: 1025px) {
  header {
    height: 140px;
  }
}
@media (max-width: 767px) {
  header {
    height: 120px;
  }
}
header .wrap {
  max-width: 100%;
}
@media (max-width: 1025px) {
  header .wrap {
    width: 100%;
  }
}

article {
  padding-top: 210px;
}
@media (max-width: 1440px) {
  article {
    padding-top: 190px;
  }
}
@media (max-width: 1025px) {
  article {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  article {
    padding-top: 120px;
  }
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
}
@media (max-width: 767px) {
  .header-flex {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.header-flex .logo-wrap {
  display: none;
  margin-right: 0;
  margin-left: 0;
  height: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .header-flex .logo-wrap {
    display: block;
    margin: 1em auto;
  }
}
.header-flex h1.logo {
  width: 100%;
  line-height: 1em;
  padding: 0;
}
.header-flex h1.logo img {
  width: 80px;
  vertical-align: middle;
}

.top-btn {
  width: 1350px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .top-btn {
    width: 1200px;
  }
}
@media (max-width: 1025px) {
  .top-btn {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .top-btn {
    display: none;
  }
}
.top-btn p.link-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 240px;
  margin: 0 0 0 auto;
  height: auto;
  background-color: #ffe34d;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.top-btn p.link-button:hover {
  background-color: #ffee8d;
}
.top-btn p.link-button a {
  width: 100%;
  color: #5d5d5d;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto;
}
.top-btn p.link-button a:hover {
  opacity: 1;
  color: #888;
}
@media (max-width: 1025px) {
  .top-btn p.link-button a {
    font-size: 13px;
  }
}

nav.menu {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: center;
  width: 100%;
  margin: 0 auto 1% 0;
}
@media (max-width: 767px) {
  nav.menu {
    margin-left: 0;
    margin-right: 0;
  }
}
nav.menu ul#global-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 1140px;
  padding: 1.5em 0;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  nav.menu ul#global-nav {
    width: 95%;
    padding: 0.5em 0;
  }
}
@media (max-width: 767px) {
  nav.menu ul#global-nav {
    display: none;
  }
}
nav.menu ul#global-nav li {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 250px;
  padding: 0;
}
@media (max-width: 1025px) {
  nav.menu ul#global-nav li {
    width: 120px;
  }
}
nav.menu ul#global-nav li.item {
  width: 140px;
}
@media (max-width: 1025px) {
  nav.menu ul#global-nav li.item {
    width: 100px;
  }
}
nav.menu ul#global-nav li a {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-decoration: none;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  nav.menu ul#global-nav li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1025px) {
  nav.menu ul#global-nav li a {
    font-size: 1.2rem;
  }
}
@media (max-width: 911px) {
  nav.menu ul#global-nav li a {
    font-size: 1rem;
  }
}
nav.menu ul#global-nav li a:hover {
  opacity: 1;
  color: #8d8d8d;
}
nav.menu ul#global-nav li .icon {
  display: flex;
  width: 100%;
}
nav.menu ul#global-nav li .icon img {
  width: 55px;
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1440px) {
  nav.menu ul#global-nav li .icon img {
    width: 45px;
  }
}
@media (max-width: 1025px) {
  nav.menu ul#global-nav li .icon img {
    width: 25px;
  }
}
nav.menu ul#global-nav li .icon.logo {
  margin-top: -3em;
}
@media (max-width: 1440px) {
  nav.menu ul#global-nav li .icon.logo {
    margin-top: -2.5em;
  }
}
@media (max-width: 1025px) {
  nav.menu ul#global-nav li .icon.logo {
    margin-top: -2em;
  }
}
nav.menu ul#global-nav li .icon.logo img {
  width: 120px;
}
@media (max-width: 1440px) {
  nav.menu ul#global-nav li .icon.logo img {
    width: 100px;
  }
}
@media (max-width: 1025px) {
  nav.menu ul#global-nav li .icon.logo img {
    width: 60px;
  }
}
nav.menu ul#global-nav li h1 {
  margin: 0;
}
nav.menu ul#global-nav li.space a {
  letter-spacing: 0.12em;
}

/*============
sp nav
=============*/
@media screen and (max-width: 767px) {
  body.open {
    width: 100%;
    overflow: hidden;
    touch-action: none;
  }
  .open h1.logo {
    position: relative;
    z-index: 99;
  }
  nav.sp {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: 0;
    margin-right: 0;
    /*transition: all 0.8s;*/
    opacity: 0;
    visibility: hidden;
    z-index: 98;
  }
  .open nav {
    opacity: 1;
    visibility: visible;
  }
  nav .inner {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
  }
  nav .inner .navi {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
  }
  nav .inner ul.menu-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    line-height: 1;
    z-index: 1;
  }
  nav .inner ul.menu-sp li {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  nav .inner ul.menu-sp li a {
    width: 100%;
    color: #00a63c;
    background: #fff;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-decoration: none;
    margin: 0 auto;
    padding: 2rem 1rem 2rem 5rem;
    border-bottom: solid 1px #e2e2e2;
    position: relative;
  }
  nav .inner ul.menu-sp li a:hover {
    background: #fff995;
  }
  nav .inner ul.menu-sp li:first-of-type a {
    border-top: solid 1px #e2e2e2;
  }
}
/*============
.toggle_btn
=============*/
@media screen and (max-width: 767px) {
  .toggle_btn {
    display: block;
    padding: 10px 13px;
    width: 55px;
    height: 40px;
    font-size: 10px;
    line-height: 1;
    /*background-color: #99cd8d;*/
    border-radius: 20px;
    position: fixed;
    top: 15px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    transition: all 0.2s ease-in;
  }
  .toggle_btn div {
    position: relative;
    width: 100%;
    height: 20px;
    margin: 0 auto;
  }
  .toggle_btn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background: #00a63c;
    border-radius: 50px;
  }
  .toggle_btn span:nth-child(1) {
    top: 0px;
    animation: menu-ber01 0.4s forwards;
  }
  .toggle_btn span:nth-child(2) {
    top: 10px;
    transition: all 0.1s 0.1s;
    opacity: 1;
    transform: translateY(-50%);
  }
  .toggle_btn span:nth-child(3) {
    bottom: 0px;
    animation: menu-ber02 0.4s forwards;
  }
  .open .toggle_btn span:nth-child(1) {
    animation: active-menu-ber01 0.4s forwards;
    top: -2px;
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    animation: active-menu-ber03 0.4s forwards;
  }
}
/*トグルボタンアクション*/
@keyframes menu-ber01 {
  0% {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber02 {
  0% {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}
/*============
HOME
=============*/
section.index-main {
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
section.index-main .top-slider {
  width: 100%;
  height: 100%;
  margin-left: auto;
}
@media (max-width: 1440px) {
  section.index-main .top-slider {
    height: 100%;
  }
}
@media (max-width: 1025px) {
  section.index-main .top-slider {
    height: 100%;
  }
}
section.index-main .top-slider .slick-list {
  width: 100%;
  height: 100% !important;
  display: block;
}
@media (max-width: 1440px) {
  section.index-main .top-slider .slick-list {
    height: 100% !important;
  }
}
@media (max-width: 1025px) {
  section.index-main .top-slider .slick-list {
    height: 100% !important;
  }
}
section.index-main .top-slider img {
  width: 100%;
  height: 100%;
  /*filter: brightness(95%) contrast(90%);*/
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 1440px) {
  section.index-main .top-slider img {
    height: 100%;
  }
}
@media (max-width: 1025px) {
  section.index-main .top-slider img {
    height: 100%;
  }
}
section.index-main .main-text-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96%;
  height: 100%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: left;
}
section.index-main .slider-text {
  position: absolute;
  bottom: 12%;
  left: 110px;
  text-align: left;
}
@media (max-width: 1025px) {
  section.index-main .slider-text {
    left: 80px;
  }
}
@media (max-width: 767px) {
  section.index-main .slider-text {
    bottom: 8%;
    left: 40px;
  }
}
section.index-main p.top-text {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
@media (max-width: 1025px) {
  section.index-main p.top-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  section.index-main p.top-text {
    font-size: 15px;
  }
}
section.index-main p.top-text span {
  background: #00a63c;
  padding: 0.25em 0.5em 0.25em 0.75em;
}
section.index-main p.top-text span.text1 {
  padding-right: 0.25em;
}
section.index-main p.top-text span.text2 {
  margin-left: 1.5em;
}
section.index-main .main-img-box1 {
  position: absolute;
  width: 68px;
  height: 170px;
  left: 0;
  bottom: 6%;
  transform: translate(50%, -50%);
}
@media (max-width: 1025px) {
  section.index-main .main-img-box1 {
    width: 45px;
    height: 113px;
    left: 0;
    bottom: 6%;
  }
}
@media (max-width: 767px) {
  section.index-main .main-img-box1 {
    width: 34px;
    height: 86px;
    left: -17px;
    bottom: -3%;
  }
}
section.index-main .main-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.index-main .main-img-box2 {
  position: absolute;
  width: 115px;
  height: 106px;
  right: 0;
  top: 12%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1025px) {
  section.index-main .main-img-box2 {
    width: 76px;
    height: 70px;
    right: 0;
    top: 12%;
  }
}
@media (max-width: 767px) {
  section.index-main .main-img-box2 {
    width: 43px;
    height: 30px;
    right: -10px;
    top: 6%;
  }
}
section.index-main .main-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.info-index {
  width: 100%;
  margin: -50px auto 0;
  padding: 50px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  section.info-index {
    margin: -10% auto 0;
    padding: 8% 0 0;
  }
}
section.info-index h2.topic {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.6;
  margin: 2em auto 1em;
}
@media (max-width: 1025px) {
  section.info-index h2.topic {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  section.info-index h2.topic {
    margin-bottom: 0.25em;
  }
}
section.info-index .info-wrap {
  width: 1000px;
  height: 220px;
  position: relative;
  margin: 0 auto;
  border-radius: 50px;
  background: #fff;
  position: relative;
}
@media (max-width: 1025px) {
  section.info-index .info-wrap {
    width: 600px;
  }
}
@media (max-width: 767px) {
  section.info-index .info-wrap {
    width: 90%;
    height: 130px;
  }
}
section.info-index .news-wrap {
  width: 1000px;
  height: 265px;
  position: relative;
  margin: 0 auto;
  border-radius: 50px;
  background-image: url("../images/pattern-tri.svg");
  background-repeat: repeat;
  background-size: 16.8px 29.1px;
  position: relative;
}
@media (max-width: 1025px) {
  section.info-index .news-wrap {
    width: 600px;
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  section.info-index .news-wrap {
    width: 90%;
    height: 170px;
    background-size: 8.4px 14.55px;
  }
}
section.info-index .news-wrap h2.topic {
  font-size: 2.5rem;
  color: #ef8200;
  margin: 0 auto 1em;
  padding-top: 1em;
}
@media (max-width: 1025px) {
  section.info-index .news-wrap h2.topic {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section.info-index .news-wrap h2.topic {
    margin-bottom: 0.25em;
  }
}
section.info-index .info_contents_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  height: 220px;
  padding-bottom: 5em;
}
@media (max-width: 1025px) {
  section.info-index .info_contents_wrap {
    padding-bottom: 2em;
  }
}
@media (max-width: 767px) {
  section.info-index .info_contents_wrap {
    height: 130px;
  }
}
section.info-index .info_contents {
  width: 95%;
  height: calc(220px - 8rem);
  padding: 0 0 0 5rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  section.info-index .info_contents {
    height: calc(130px - 4rem);
    padding: 0 0 0 1.5rem;
  }
}
section.info-index .info_contents .info {
  width: 92%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 auto 1rem;
  text-align: left;
}
@media (max-width: 1025px) {
  section.info-index .info_contents .info {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.info-index .info_contents .info {
    margin-bottom: 0.5rem;
  }
}
section.info-index span.record {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  section.info-index span.record {
    margin-left: 1rem;
  }
}
section.info-index span.record a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
section.info-index span.record a:hover {
  opacity: 0.8;
}
section.info-index .info-img-box1 {
  position: absolute;
  width: 324px;
  height: 298px;
  right: -50px;
  top: 80px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  section.info-index .info-img-box1 {
    width: 216px;
    height: 198.6px;
  }
}
@media (max-width: 1280px) {
  section.info-index .info-img-box1 {
    right: -80px;
  }
}
@media (max-width: 767px) {
  section.info-index .info-img-box1 {
    display: none;
  }
}
section.info-index .info-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.info-index .info-img-box2 {
  position: absolute;
  width: 287px;
  height: 230px;
  left: -50px;
  top: 35%;
  transform: translate(50%, -50%);
}
@media (max-width: 1440px) {
  section.info-index .info-img-box2 {
    width: 191.3px;
    height: 153.3px;
    left: -60px;
  }
}
@media (max-width: 1280px) {
  section.info-index .info-img-box2 {
    display: none;
  }
}
section.info-index .info-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.info-index .info-img-box3 {
  position: absolute;
  width: 200px;
  height: 248px;
  right: 0;
  bottom: -25%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  section.info-index .info-img-box3 {
    width: 133.3px;
    height: 165.3px;
  }
}
@media (max-width: 1280px) {
  section.info-index .info-img-box3 {
    display: none;
  }
}
section.info-index .info-img-box3 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.about-index {
  position: relative;
  background: linear-gradient(transparent 411px, #fff995 411px);
  padding: 0 0 100px;
}
@media (max-width: 1025px) {
  section.about-index {
    background: linear-gradient(transparent 200px, #fff995 200px);
  }
}
@media (max-width: 767px) {
  section.about-index {
    background: linear-gradient(transparent 100px, #fff995 100px);
    padding: 0 0 80px;
  }
}
section.about-index .wave {
  width: 100%;
  height: 411px;
  background: url("../images/bg_y_up.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.about-index .wave {
    height: 200px;
  }
}
@media (max-width: 767px) {
  section.about-index .wave {
    height: 100px;
  }
}
section.about-index .about-inner {
  position: relative;
  margin-top: -120px;
}
@media (max-width: 1025px) {
  section.about-index .about-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.about-index .about-inner {
    margin-top: -30px;
  }
}
section.about-index h2.topic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 3.9rem;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
@media (max-width: 1025px) {
  section.about-index h2.topic {
    font-size: clamp(22px, 5.5vw, 28px);
  }
}
@media (max-width: 767px) {
  section.about-index h2.topic {
    margin-bottom: 0.5em;
  }
}
section.about-index h2.topic .icon {
  width: 128px;
  height: auto;
}
@media (max-width: 767px) {
  section.about-index h2.topic .icon {
    width: 90px;
  }
}
section.about-index h2.topic .icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.about-index ul.about-list {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  margin: 0 auto 5em;
}
@media (max-width: 1025px) {
  section.about-index ul.about-list {
    justify-content: center;
    align-items: center;
    gap: 2em;
  }
}
@media (max-width: 767px) {
  section.about-index ul.about-list {
    flex-direction: column;
    margin: 0 auto 3em;
  }
}
@media (max-width: 1025px) {
  section.about-index ul.about-list li {
    width: calc(25% - 1.5em);
  }
}
@media (max-width: 767px) {
  section.about-index ul.about-list li {
    width: 100%;
  }
}
section.about-index ul.about-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
}
section.about-index ul.about-list li a:hover {
  opacity: 1;
  color: #626262;
}
section.about-index ul.about-list li a:hover img {
  opacity: 0.85;
}
section.about-index ul.about-list li .img-box {
  width: 280px;
  margin: 0 auto 1em;
  overflow: hidden;
}
@media (max-width: 1025px) {
  section.about-index ul.about-list li .img-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.about-index ul.about-list li .img-box {
    width: 60%;
    margin: 0 auto;
  }
}
section.about-index ul.about-list li .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.about-index ul.about-list li p.text {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 auto 0.5em;
}
@media (max-width: 1025px) {
  section.about-index ul.about-list li p.text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  section.about-index ul.about-list li p.text {
    font-size: clamp(18px, 4.8vw, 23px);
    margin: 0 auto 0.25em;
  }
}
section.about-index ul.about-list li p.text img {
  display: block;
  width: 18px;
  margin-left: 0.25em;
}
@media (max-width: 1025px) {
  section.about-index ul.about-list li p.text img {
    width: 12px;
  }
}
@media (max-width: 767px) {
  section.about-index ul.about-list li p.text img {
    width: 15px;
  }
}
section.about-index ul.about-list li img.dash {
  width: 230px;
}
@media (max-width: 1025px) {
  section.about-index ul.about-list li img.dash {
    width: 80%;
  }
}
@media (max-width: 767px) {
  section.about-index ul.about-list li img.dash {
    width: 50%;
  }
}
section.about-index ul.about-list2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 8em;
  gap: 2.5em;
}
@media (max-width: 1025px) {
  section.about-index ul.about-list2 {
    margin: 0 auto 3.5em;
  }
}
@media (max-width: 767px) {
  section.about-index ul.about-list2 {
    flex-direction: column;
    gap: 1em;
  }
}
section.about-index ul.about-list2 li {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  section.about-index ul.about-list2 li {
    width: 100%;
  }
}
section.about-index ul.about-list2 p.link-button {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.about-index ul.about-list2 p.link-button {
    width: 100%;
  }
}
section.about-index ul.about-list2 p.link-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  background: #00a63c;
  border-radius: 50px;
  width: 480px;
  height: 105px;
  padding: 8px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  section.about-index ul.about-list2 p.link-button a {
    font-size: 18px;
    width: 300px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  section.about-index ul.about-list2 p.link-button a {
    width: 72%;
    font-size: clamp(15px, 4vw, 18px);
  }
}
section.about-index ul.about-list2 p.link-button a:hover {
  opacity: 1;
  background: #50c279;
}
section.about-index ul.about-list2 p.link-button img {
  width: 36px;
  margin-right: 0.75em;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1025px) {
  section.about-index ul.about-list2 p.link-button img {
    width: 24px;
  }
}
section.about-index ul.about-list2 p.link-button img.icon2 {
  width: 44px;
}
@media (max-width: 1025px) {
  section.about-index ul.about-list2 p.link-button img.icon2 {
    width: 29.3px;
  }
}
section.about-index ul.about-list2 p.link-button.color2 a {
  background: #f37841;
}
section.about-index ul.about-list2 p.link-button.color2 a:hover {
  opacity: 1;
  background: #f69367;
}
section.about-index .about-list3 {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
section.about-index .about-list3 a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 690px;
  height: 245px;
  text-align: center;
  /*box-shadow: 0 2px 5px rgba(0,0,0,.2);*/
  padding: 8px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  section.about-index .about-list3 a {
    width: 460px;
    height: 163.3px;
  }
}
@media (max-width: 767px) {
  section.about-index .about-list3 a {
    width: 95%;
    height: auto;
  }
}
section.about-index .about-list3 a .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 262px;
  font-size: 2.3rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.18em;
  line-height: 1.6;
  margin-top: 0.5em;
  margin-bottom: 0;
  z-index: 1;
}
@media (max-width: 1025px) {
  section.about-index .about-list3 a .text {
    width: 174.6px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section.about-index .about-list3 a .text {
    width: 43%;
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 1em;
  }
}
section.about-index .about-list3 a .text img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.about-index .about-list3 a .text img {
    width: 13.3px;
  }
}
section.about-index .about-list3 a .img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 0;
}
section.about-index .about-list3 a .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.about-index .about-list3 a:hover .text {
  color: #fff;
}
section.about-index .img-wrap {
  width: 100%;
}
section.about-index .about-img-box1 {
  position: absolute;
  width: 360px;
  height: 1000px;
  left: 0;
  top: 700px;
  transform: translate(0, -50%);
}
@media (max-width: 1440px) {
  section.about-index .about-img-box1 {
    width: 240px;
    height: 632px;
    left: -50px;
  }
}
@media (max-width: 1025px) {
  section.about-index .about-img-box1 {
    top: 450px;
  }
}
@media (max-width: 767px) {
  section.about-index .about-img-box1 {
    width: 100%;
    height: 350px;
    left: 50%;
    top: -10%;
    transform: translate(-50%, 50%);
  }
}
section.about-index .about-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.about-index .about-img-box2 {
  position: absolute;
  width: 305px;
  height: 880px;
  right: -30px;
  top: 850px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  section.about-index .about-img-box2 {
    width: 203.3px;
    height: 586.6px;
    right: -180px;
  }
}
@media (max-width: 1025px) {
  section.about-index .about-img-box2 {
    right: -120px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  section.about-index .about-img-box2 {
    width: 100%;
    height: 350px;
    right: 50%;
    top: 13%;
    transform: translate(50%, 50%);
  }
}
section.about-index .about-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.about-index .about-img-box3 {
  display: none;
  position: absolute;
}
@media (max-width: 767px) {
  section.about-index .about-img-box3 {
    display: block;
    width: 100%;
    height: 350px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, 50%);
  }
}
section.about-index .about-img-box3 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.about-index .about-img-box4 {
  display: none;
  position: absolute;
}
@media (max-width: 767px) {
  section.about-index .about-img-box4 {
    display: block;
    width: 100%;
    height: 350px;
    left: 50%;
    top: 62%;
    transform: translate(-50%, 50%);
  }
}
section.about-index .about-img-box4 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============
メイン
=============*/
.main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.main img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  /*filter: brightness(80%) contrast(70%);*/
}
@media (max-width: 767px) {
  .main img {
    width: 100%;
    height: 120px;
  }
}

.main-topic {
  position: relative;
  z-index: 1;
}
.main-topic h2.topic {
  font-size: 2.5rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 3em auto 0;
}
@media (max-width: 1025px) {
  .main-topic h2.topic {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main-topic h2.topic {
    margin: 2em auto 0;
  }
}
.main-topic h2.topic span.icon {
  display: block;
  margin-bottom: 0.5em;
}
.main-topic h2.topic span.icon img {
  width: 90px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .main-topic h2.topic span.icon img {
    width: 60px;
  }
}

/*============
園の概要
profile
=============*/
section.profile-detail {
  width: 100%;
  margin: 4% auto 0;
  position: relative;
}
@media (max-width: 767px) {
  section.profile-detail {
    margin: 8% auto 0;
  }
}
section.profile-detail .detail-box {
  width: 98%;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  section.profile-detail .detail-box {
    width: 100%;
  }
}
section.profile-detail .img-wrap {
  width: 100%;
  margin: 0 auto;
}
section.profile-detail .detail-list {
  margin: 0 auto 5%;
}
section.profile-detail .detail-list dl {
  display: flex;
  align-items: self-start;
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  section.profile-detail .detail-list dl {
    padding: 1rem 0;
  }
}
section.profile-detail .detail-list dl:first-child {
  padding-top: 0;
}
section.profile-detail .detail-list dl dt {
  width: 7em;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: 0.06em;
  line-height: 2.5;
  padding: 0;
}
@media (max-width: 1025px) {
  section.profile-detail .detail-list dl dt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.profile-detail .detail-list dl dt {
    line-height: 1.5;
  }
}
section.profile-detail .detail-list dl dd {
  width: calc(100% - 7em);
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 2.5;
  text-align: left;
  padding: 0;
}
@media (max-width: 1025px) {
  section.profile-detail .detail-list dl dd {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.profile-detail .detail-list dl dd {
    line-height: 1.5;
  }
}
section.profile-detail .detail-list dl dd span.blank {
  font-feature-settings: "palt";
}
section.profile-detail .map {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.profile-detail .map {
    aspect-ratio: 3/2;
  }
}
section.profile-detail .map iframe {
  width: 100%;
  height: 100%;
}
section.profile-detail .profile-img-box1 {
  position: absolute;
  width: 520px;
  height: 600px;
  left: 0;
  top: 330px;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.profile-detail .profile-img-box1 {
    width: 346.6px;
    height: 400px;
    top: 220px;
  }
}
@media (max-width: 1025px) {
  section.profile-detail .profile-img-box1 {
    display: none;
  }
}
section.profile-detail .profile-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.profile-detail .profile-img-box2 {
  position: absolute;
  width: 1020px;
  height: 1020px;
  right: 0;
  top: 280px;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.profile-detail .profile-img-box2 {
    width: 680px;
    height: 680px;
    top: 186.6px;
  }
}
@media (max-width: 1025px) {
  section.profile-detail .profile-img-box2 {
    width: 408px;
    height: 408px;
  }
}
@media (max-width: 767px) {
  section.profile-detail .profile-img-box2 {
    position: initial;
    width: 100%;
    height: auto;
    transform: none;
    margin-bottom: 3rem;
  }
}
section.profile-detail .profile-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.profile-info {
  position: relative;
  background: linear-gradient(transparent 411px, #fff995 411px);
  padding: 0 0 511px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  section.profile-info {
    background: linear-gradient(transparent 200px, #fff995 200px);
    padding: 0 0 300px;
  }
}
@media (max-width: 767px) {
  section.profile-info {
    background: linear-gradient(transparent 150px, #fff995 150px);
    padding: 0 0 250px;
  }
}
section.profile-info .wave {
  width: 100%;
  height: 411px;
  background: url("../images/profile_02_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.profile-info .wave {
    height: 200px;
  }
}
@media (max-width: 767px) {
  section.profile-info .wave {
    height: 150px;
    background: url("../images/profile_02_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.profile-info .info-inner {
  position: relative;
  margin-top: -120px;
}
@media (max-width: 1440px) {
  section.profile-info .info-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.profile-info .info-inner {
    margin-top: 0;
  }
}
section.profile-info h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 2em;
}
@media (max-width: 1025px) {
  section.profile-info h3.topic {
    font-size: 18px;
    margin: 0 auto 1.5em;
  }
}
section.profile-info h3.topic img.dash {
  width: 230px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.profile-info h3.topic img.dash {
    width: 153.3px;
  }
}
@media (max-width: 767px) {
  section.profile-info h3.topic img.dash {
    width: 50%;
  }
}
section.profile-info ul.detail-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 40px;
}
@media (max-width: 767px) {
  section.profile-info ul.detail-list {
    row-gap: 20px;
  }
}
section.profile-info ul.detail-list li {
  display: flex;
  align-items: center;
  width: 42%;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  section.profile-info ul.detail-list li {
    width: 100%;
  }
}
section.profile-info ul.detail-list .img-box {
  width: 120px;
  flex-shrink: 0;
}
@media (max-width: 1025px) {
  section.profile-info ul.detail-list .img-box {
    width: 90px;
  }
}
section.profile-info ul.detail-list .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.profile-info ul.detail-list .text-box {
  display: flex;
  flex-direction: column;
  margin-left: 1em;
  margin-bottom: -1.5em;
}
section.profile-info ul.detail-list p.text {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  section.profile-info ul.detail-list p.text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  section.profile-info ul.detail-list p.text {
    font-size: 14px;
  }
}
section.profile-info ul.detail-list a {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.3;
  text-decoration: underline;
}
section.profile-info ul.detail-list a:hover {
  opacity: 0.8;
}
@media (max-width: 1025px) {
  section.profile-info ul.detail-list a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  section.profile-info ul.detail-list a {
    font-size: 14px;
  }
}
section.profile-info .bn-box {
  display: flex;
  max-width: 700px;
  margin: 6em auto 0;
  gap: 3em;
}
@media (max-width: 767px) {
  section.profile-info .bn-box {
    align-items: center;
    flex-direction: column;
    margin: 3em auto 0;
    gap: 1em;
  }
}
section.profile-info .bn-box .img-box {
  width: 200px;
  margin-top: 0.25em;
  flex-shrink: 0;
}
@media (max-width: 1025px) {
  section.profile-info .bn-box .img-box {
    width: 133.3px;
  }
}
section.profile-info .bn-box .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.profile-info .bn-box p.text {
  font-size: 1.5rem;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  section.profile-info .bn-box p.text {
    font-size: 14px;
  }
}
section.profile-info .profile-info-img-box {
  position: absolute;
  width: 155px;
  height: 230px;
  left: 205px;
  bottom: 22%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  section.profile-info .profile-info-img-box {
    left: 105px;
  }
}
@media (max-width: 1025px) {
  section.profile-info .profile-info-img-box {
    width: 77.5px;
    height: 115px;
    bottom: 10%;
  }
}
@media (max-width: 767px) {
  section.profile-info .profile-info-img-box {
    width: 67.5px;
    height: 115px;
    left: 20%;
    top: initial;
    bottom: 3%;
  }
}
section.profile-info .profile-info-img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.profile-flow {
  position: relative;
  background: linear-gradient(transparent 411px, #fff 411px);
  padding: 0 0 100px;
  margin-top: -411px;
}
@media (max-width: 1025px) {
  section.profile-flow {
    background: linear-gradient(transparent 220px, #fff 220px);
    margin-top: -220px;
  }
}
@media (max-width: 767px) {
  section.profile-flow {
    background: linear-gradient(transparent 150px, #fff 150px);
    padding: 0 0 40px;
    margin-top: -150px;
  }
}
section.profile-flow .wave {
  width: 100%;
  height: 411px;
  background: url("../images/profile_03_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.profile-flow .wave {
    height: 220px;
  }
}
@media (max-width: 767px) {
  section.profile-flow .wave {
    height: 150px;
    background: url("../images/profile_03_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.profile-flow .flow-inner {
  position: relative;
  margin-top: -200px;
  z-index: 1;
}
@media (max-width: 1440px) {
  section.profile-flow .flow-inner {
    margin-top: -140px;
  }
}
@media (max-width: 1025px) {
  section.profile-flow .flow-inner {
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  section.profile-flow .flow-inner {
    margin-top: 0;
  }
}
section.profile-flow h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 2em;
}
@media (max-width: 1025px) {
  section.profile-flow h3.topic {
    font-size: 18px;
    margin: 0 auto 1.5em;
  }
}
section.profile-flow h3.topic img.dash {
  width: 460px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.profile-flow h3.topic img.dash {
    width: 306.6px;
  }
}
@media (max-width: 767px) {
  section.profile-flow h3.topic img.dash {
    width: 100%;
  }
}
section.profile-flow .text-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
section.profile-flow .text-box:last-of-type p.text:last-of-type {
  margin-bottom: 0;
}
section.profile-flow p.text {
  font-size: 1.6rem;
  margin-bottom: 3em;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 1025px) {
  section.profile-flow p.text {
    font-size: 14px;
  }
}
section.profile-flow p.person {
  display: flex;
  align-items: baseline;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media (max-width: 1025px) {
  section.profile-flow p.person {
    font-size: 14px;
    line-height: 1.5;
  }
}
section.profile-flow p.person span.position {
  width: 12em;
  margin-right: 1em;
}
@media (max-width: 1025px) {
  section.profile-flow p.person span.position {
    width: 10em;
  }
}
section.profile-flow p.person span.position span {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #00a63c;
  background: #fff;
  border: solid 1.5px #00a63c;
  border-radius: 50px;
  padding: 0.25em;
}
section.profile-flow p.person span.name {
  width: calc(100% - 13em);
}
@media (max-width: 1025px) {
  section.profile-flow p.person span.name {
    width: calc(100% - 11em);
  }
}
section.profile-flow p.person:last-of-type {
  margin-bottom: 0;
}
section.profile-flow .img-wrap {
  width: 100%;
}
section.profile-flow .profile-flow-img-box1 {
  position: absolute;
  width: 220px;
  height: 320px;
  left: 0;
  bottom: 4%;
  transform: translate(0%, -50%);
}
@media (max-width: 1440px) {
  section.profile-flow .profile-flow-img-box1 {
    width: 146.6px;
    height: 213.3px;
  }
}
@media (max-width: 1280px) {
  section.profile-flow .profile-flow-img-box1 {
    display: none;
  }
}
section.profile-flow .profile-flow-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.profile-flow .profile-flow-img-box2 {
  position: absolute;
  width: 430px;
  height: 600px;
  right: 0;
  top: 45%;
  transform: translate(0, -50%);
}
@media (max-width: 1440px) {
  section.profile-flow .profile-flow-img-box2 {
    width: 286.6px;
    height: 400px;
    top: initial;
    bottom: 8%;
    transform: translate(0, 0);
  }
}
@media (max-width: 1280px) {
  section.profile-flow .profile-flow-img-box2 {
    width: 215px;
    height: 300px;
    right: -30px;
  }
}
@media (max-width: 767px) {
  section.profile-flow .profile-flow-img-box2 {
    position: initial;
    width: 100%;
    height: auto;
    transform: none;
  }
}
section.profile-flow .profile-flow-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============
園について
consept
=============*/
section.consept-detail {
  width: 100%;
  margin: 4% auto 0;
  position: relative;
}
@media (max-width: 767px) {
  section.consept-detail {
    margin: 8% auto 0;
  }
}
section.consept-detail h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 2em;
}
@media (max-width: 1025px) {
  section.consept-detail h3.topic {
    font-size: 18px;
    margin: 0 auto 1.5em;
  }
}
section.consept-detail h3.topic img.dash {
  width: 230px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.consept-detail h3.topic img.dash {
    width: 153.3px;
  }
}
@media (max-width: 767px) {
  section.consept-detail h3.topic img.dash {
    width: 50%;
  }
}
section.consept-detail .detail-box {
  width: 98%;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  section.consept-detail .detail-box {
    width: 100%;
  }
}
section.consept-detail .text-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
section.consept-detail h4.topic {
  font-size: 3.3rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 1025px) {
  section.consept-detail h4.topic {
    font-size: 23px;
  }
}
section.consept-detail p.text {
  font-size: 1.7rem;
  margin-bottom: 4em;
  letter-spacing: 0.1em;
}
@media (max-width: 1025px) {
  section.consept-detail p.text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.consept-detail p.text {
    margin-bottom: 2em;
  }
}
section.consept-detail .img-box {
  width: 680px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 50px;
}
@media (max-width: 1280px) {
  section.consept-detail .img-box {
    width: 80%;
    margin-right: 0;
    margin-top: -1em;
  }
}
@media (max-width: 767px) {
  section.consept-detail .img-box {
    width: 100%;
  }
}
section.consept-detail .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.consept-detail .img-wrap {
  width: 100%;
}
section.consept-detail .consept-img-box1 {
  position: absolute;
  width: 420px;
  height: 650px;
  left: 0;
  top: 380px;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.consept-detail .consept-img-box1 {
    width: 280px;
    height: 433.3px;
    top: 580px;
  }
}
@media (max-width: 1280px) {
  section.consept-detail .consept-img-box1 {
    display: none;
  }
}
section.consept-detail .consept-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.consept-detail .consept-img-box2 {
  position: absolute;
  width: 490px;
  height: 1350px;
  right: 0;
  top: 480px;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.consept-detail .consept-img-box2 {
    width: 326.6px;
    height: 900px;
    top: 550px;
    right: -80px;
  }
}
@media (max-width: 1280px) {
  section.consept-detail .consept-img-box2 {
    display: none;
  }
}
section.consept-detail .consept-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.consept-policy {
  position: relative;
  background: linear-gradient(transparent 468px, #fff995 468px);
  padding: 0 0 468px;
  overflow: hidden;
  margin: -120px auto 0;
}
@media (max-width: 1025px) {
  section.consept-policy {
    background: linear-gradient(transparent 280px, #fff995 280px);
    padding: 0 0 200px;
  }
}
@media (max-width: 767px) {
  section.consept-policy {
    background: linear-gradient(transparent 200px, #fff995 200px);
    padding: 0 0 120px;
  }
}
section.consept-policy .wave {
  width: 100%;
  height: 468px;
  background: url("../images/consept_02_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.consept-policy .wave {
    height: 280px;
  }
}
@media (max-width: 767px) {
  section.consept-policy .wave {
    height: 200px;
    background: url("../images/consept_02_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.consept-policy .policy-inner {
  position: relative;
  margin-top: -120px;
}
@media (max-width: 1440px) {
  section.consept-policy .policy-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.consept-policy .policy-inner {
    margin-top: 0;
  }
}
section.consept-policy h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 3em;
}
@media (max-width: 1025px) {
  section.consept-policy h3.topic {
    font-size: 18px;
    margin: 0 auto 2em;
  }
}
section.consept-policy h3.topic img.dash {
  width: 230px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.consept-policy h3.topic img.dash {
    width: 153.3px;
  }
}
@media (max-width: 767px) {
  section.consept-policy h3.topic img.dash {
    width: 50%;
  }
}
section.consept-policy ul.policy-list {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 5em;
}
@media (max-width: 1025px) {
  section.consept-policy ul.policy-list {
    gap: 3em;
  }
}
@media (max-width: 767px) {
  section.consept-policy ul.policy-list {
    flex-direction: column;
    align-items: center;
  }
}
section.consept-policy ul.policy-list li {
  width: calc(33.3% - 3.5em);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1025px) {
  section.consept-policy ul.policy-list li {
    width: calc(33.3% - 2em);
  }
}
@media (max-width: 767px) {
  section.consept-policy ul.policy-list li {
    width: 65%;
  }
}
section.consept-policy ul.policy-list .img-box {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 1.75em;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.consept-policy ul.policy-list .img-box {
    margin: 0 auto 1em;
  }
}
section.consept-policy ul.policy-list .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.consept-policy ul.policy-list p.title {
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 0.5em;
}
@media (max-width: 1025px) {
  section.consept-policy ul.policy-list p.title {
    font-size: 21px;
    margin: 0 auto 0.25em;
  }
}
section.consept-policy ul.policy-list p.text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1025px) {
  section.consept-policy ul.policy-list p.text {
    font-size: 14px;
  }
}

section.consept-feature {
  position: relative;
  background: linear-gradient(transparent 411px, #fff 411px);
  padding: 0 0 100px;
  margin-top: -411px;
}
@media (max-width: 1025px) {
  section.consept-feature {
    background: linear-gradient(transparent 220px, #fff 220px);
    margin-top: -220px;
  }
}
@media (max-width: 767px) {
  section.consept-feature {
    background: linear-gradient(transparent 150px, #fff 150px);
    padding: 0 0 40px;
    margin-top: -150px;
  }
}
section.consept-feature .wave {
  width: 100%;
  height: 411px;
  background: url("../images/consept_03_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.consept-feature .wave {
    height: 220px;
  }
}
@media (max-width: 767px) {
  section.consept-feature .wave {
    height: 150px;
    background: url("../images/consept_03_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.consept-feature .feature-inner {
  position: relative;
  margin-top: -200px;
  z-index: 1;
}
@media (max-width: 1440px) {
  section.consept-feature .feature-inner {
    margin-top: -140px;
  }
}
@media (max-width: 1025px) {
  section.consept-feature .feature-inner {
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  section.consept-feature .feature-inner {
    margin-top: 0;
  }
}
section.consept-feature h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 2em;
}
@media (max-width: 1025px) {
  section.consept-feature h3.topic {
    font-size: 18px;
    margin: 0 auto 1.5em;
  }
}
section.consept-feature h3.topic img.dash {
  width: 377px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.consept-feature h3.topic img.dash {
    width: 251.3px;
  }
}
@media (max-width: 767px) {
  section.consept-feature h3.topic img.dash {
    width: 80%;
  }
}
section.consept-feature .text-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
section.consept-feature .text-box:last-of-type p.text:last-of-type {
  margin-bottom: 0;
}
section.consept-feature p.title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #f37841;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 0.25em;
}
@media (max-width: 1025px) {
  section.consept-feature p.title {
    font-size: 17px;
    margin-bottom: 0.25em;
  }
}
@media (max-width: 767px) {
  section.consept-feature p.title {
    text-align: center;
  }
}
section.consept-feature p.text {
  font-size: 1.6rem;
  margin-bottom: 2em;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 1025px) {
  section.consept-feature p.text {
    font-size: 14px;
  }
}
section.consept-feature .img-box {
  width: 863px;
  margin-left: 20px;
  margin-top: 3em;
}
@media (max-width: 1280px) {
  section.consept-feature .img-box {
    width: 80%;
  }
}
@media (max-width: 767px) {
  section.consept-feature .img-box {
    width: 90%;
    margin: 0;
  }
}
section.consept-feature .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.consept-feature .img-wrap {
  width: 100%;
}
section.consept-feature .consept-feature-img-box1 {
  position: absolute;
  width: 340px;
  height: 650px;
  left: 0;
  top: 35%;
  transform: translate(0%, 0%);
}
@media (max-width: 1440px) {
  section.consept-feature .consept-feature-img-box1 {
    width: 226.6px;
    height: 433.3px;
    left: -50px;
  }
}
@media (max-width: 1280px) {
  section.consept-feature .consept-feature-img-box1 {
    display: none;
  }
}
section.consept-feature .consept-feature-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.consept-feature .consept-feature-img-box2 {
  position: absolute;
  width: 380px;
  height: 530px;
  right: 0;
  top: 25%;
  transform: translate(0, -50%);
}
@media (max-width: 1440px) {
  section.consept-feature .consept-feature-img-box2 {
    width: 253.3px;
    height: 353.3px;
    right: -50px;
  }
}
@media (max-width: 1280px) {
  section.consept-feature .consept-feature-img-box2 {
    display: none;
  }
}
section.consept-feature .consept-feature-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.consept-feature .consept-feature-img-box3 {
  position: absolute;
  width: 277px;
  height: 277px;
  right: 0;
  bottom: 5%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  section.consept-feature .consept-feature-img-box3 {
    width: 184.6px;
    height: 184.6px;
  }
}
@media (max-width: 1280px) {
  section.consept-feature .consept-feature-img-box3 {
    width: 138.5px;
    height: 138.5px;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 767px) {
  section.consept-feature .consept-feature-img-box3 {
    width: 92.3px;
    height: 92.3px;
    bottom: 2%;
  }
}
section.consept-feature .consept-feature-img-box3 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.consept-teacher {
  position: relative;
  background: linear-gradient(transparent 411px, #fff995 411px);
  padding: 0 0 150px;
  overflow: hidden;
  margin: -160px auto 0;
}
@media (max-width: 1025px) {
  section.consept-teacher {
    background: linear-gradient(transparent 200px, #fff995 200px);
    padding: 0 0 100px;
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  section.consept-teacher {
    background: linear-gradient(transparent 150px, #fff995 150px);
    padding: 0 0 50px;
    margin-top: -80px;
  }
}
section.consept-teacher .wave {
  width: 100%;
  height: 411px;
  background: url("../images/consept_04_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.consept-teacher .wave {
    height: 200px;
  }
}
@media (max-width: 767px) {
  section.consept-teacher .wave {
    height: 150px;
    background: url("../images/consept_04_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.consept-teacher .teacher-inner {
  position: relative;
  margin-top: -120px;
}
@media (max-width: 1440px) {
  section.consept-teacher .teacher-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.consept-teacher .teacher-inner {
    margin-top: 0;
  }
}
section.consept-teacher h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 3em;
}
@media (max-width: 1025px) {
  section.consept-teacher h3.topic {
    font-size: 18px;
    margin: 0 auto 2em;
  }
}
section.consept-teacher h3.topic img.dash {
  width: 230px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.consept-teacher h3.topic img.dash {
    width: 153.3px;
  }
}
@media (max-width: 767px) {
  section.consept-teacher h3.topic img.dash {
    width: 50%;
  }
}
section.consept-teacher ul.teacher-list {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 5em;
}
@media (max-width: 1025px) {
  section.consept-teacher ul.teacher-list {
    gap: 3em;
  }
}
@media (max-width: 767px) {
  section.consept-teacher ul.teacher-list {
    flex-direction: column;
    align-items: center;
  }
}
section.consept-teacher ul.teacher-list li {
  width: calc(33.3% - 3.5em);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1025px) {
  section.consept-teacher ul.teacher-list li {
    width: calc(33.3% - 2em);
  }
}
@media (max-width: 767px) {
  section.consept-teacher ul.teacher-list li {
    width: 65%;
  }
}
section.consept-teacher ul.teacher-list .img-box {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 1.75em;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.consept-teacher ul.teacher-list .img-box {
    margin: 0 auto 1em;
  }
}
section.consept-teacher ul.teacher-list .img-box img .img-box {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 1.75em;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.consept-teacher ul.teacher-list .img-box img .img-box {
    margin: 0 auto 1em;
  }
}
section.consept-teacher ul.teacher-list .img-box img .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.consept-teacher ul.teacher-list .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.consept-teacher ul.teacher-list p.name {
  font-size: 2.2rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 0.25em;
}
@media (max-width: 1025px) {
  section.consept-teacher ul.teacher-list p.name {
    font-size: 18px;
    margin: 0 auto 0.25em;
  }
}
section.consept-teacher ul.teacher-list p.text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1025px) {
  section.consept-teacher ul.teacher-list p.text {
    font-size: 14px;
  }
}

/*============
園での生活
schedule
=============*/
section.schedule-detail {
  margin: 2% auto 0;
  position: relative;
}
@media (max-width: 767px) {
  section.schedule-detail {
    margin: 4% auto 0;
  }
}
section.schedule-detail {
  width: 100%;
  margin: 4% auto 0;
  position: relative;
}
@media (max-width: 767px) {
  section.schedule-detail {
    margin: 8% auto 0;
  }
}
section.schedule-detail h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 2em;
}
@media (max-width: 1025px) {
  section.schedule-detail h3.topic {
    font-size: 18px;
    margin: 0 auto 1.5em;
  }
}
section.schedule-detail h3.topic img.dash {
  width: 230px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.schedule-detail h3.topic img.dash {
    width: 153.3px;
  }
}
@media (max-width: 767px) {
  section.schedule-detail h3.topic img.dash {
    width: 50%;
  }
}
section.schedule-detail .detail-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section.schedule-detail .speech-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
section.schedule-detail .speech-box h4.topic {
  font-size: 3.3rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 1025px) {
  section.schedule-detail .speech-box h4.topic {
    font-size: 21px;
  }
}
section.schedule-detail .speech-box p.text {
  font-size: 2.0rem;
  margin-bottom: 3em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1025px) {
  section.schedule-detail .speech-box p.text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.schedule-detail .speech-box p.text {
    margin-bottom: 2em;
  }
}
section.schedule-detail .speech-box span.ellipsis {
  position: relative;
  top: 0.25em;
}
section.schedule-detail ul.detail-list {
  display: flex;
  flex-direction: column;
  width: 1100px;
  margin: 0 4em 0 auto;
  gap: 4em;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list {
    gap: 2em;
  }
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list {
    margin: 0 auto;
  }
}
section.schedule-detail ul.detail-list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4em;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list li {
    align-items: center;
    gap: 2em;
  }
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list li {
    flex-direction: column;
    gap: 0.5em;
  }
}
section.schedule-detail ul.detail-list li:nth-of-type(odd) .text-box {
  width: calc(100% - 450px - 7.5em);
  margin-right: 3.5em;
  margin-top: 4em;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list li:nth-of-type(odd) .text-box {
    width: calc(55% - 3.5em);
    margin-top: 0;
    margin-right: 0.5em;
  }
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list li:nth-of-type(odd) .text-box {
    width: 100%;
    margin-right: 0;
  }
}
section.schedule-detail ul.detail-list li:nth-of-type(odd) p {
  color: #ef8200;
}
section.schedule-detail ul.detail-list li:nth-of-type(odd) p.text {
  color: #ef6000;
}
section.schedule-detail ul.detail-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list li:nth-of-type(even) {
    flex-direction: column;
  }
}
section.schedule-detail ul.detail-list li:nth-of-type(even) .text-box {
  width: calc(100% - 415px - 9em);
  margin-left: 5em;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list li:nth-of-type(even) .text-box {
    width: calc(55% - 3.5em);
    margin-left: 0.5em;
  }
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list li:nth-of-type(even) .text-box {
    width: 100%;
    margin-left: 0;
  }
}
section.schedule-detail ul.detail-list li:nth-of-type(even) p {
  color: #58bd0f;
}
section.schedule-detail ul.detail-list li:nth-of-type(even) p.text {
  color: #289e0f;
}
section.schedule-detail ul.detail-list li p.age {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 auto 0.25em;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list li p.age {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list li p.age {
    justify-content: center;
    margin: 0 auto;
  }
}
section.schedule-detail ul.detail-list li p.age span {
  font-size: 3.5rem;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list li p.age span {
    font-size: 23px;
  }
}
section.schedule-detail ul.detail-list li p.title {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 auto 0.25em;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list li p.title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list li p.title {
    text-align: center;
    margin: 0 auto 1em;
  }
}
section.schedule-detail ul.detail-list li p.text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0;
  letter-spacing: 0.06em;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list li p.text {
    font-size: 14px;
  }
}
section.schedule-detail ul.detail-list .img-box {
  width: 450px;
}
@media (max-width: 1280px) {
  section.schedule-detail ul.detail-list .img-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list .img-box {
    width: 100%;
    margin: 0 auto;
  }
}
section.schedule-detail ul.detail-list .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.schedule-detail ul.detail-list .img-box2 {
  width: 415px;
}
@media (max-width: 1280px) {
  section.schedule-detail ul.detail-list .img-box2 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list .img-box2 {
    width: 100%;
    margin: 0 auto;
  }
}
section.schedule-detail ul.detail-list .img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.schedule-detail .dash-l {
  width: 980px;
  height: auto;
  margin: 2em auto 4em;
  overflow: hidden;
}
@media (max-width: 1025px) {
  section.schedule-detail .dash-l {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.schedule-detail .dash-l {
    margin: 1em auto 3em;
  }
}
section.schedule-detail .dash-l img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  section.schedule-detail .dash-l img {
    width: 150%;
    max-width: none;
  }
}
section.schedule-detail ul.detail-list2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin: 2em auto 0;
  row-gap: 4em;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list2 {
    gap: 3em;
  }
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list2 {
    flex-direction: column;
    align-items: center;
  }
}
section.schedule-detail ul.detail-list2 li {
  width: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list2 li {
    width: calc(50% - 1.5em);
  }
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list2 li {
    width: 90%;
  }
}
section.schedule-detail ul.detail-list2 p.title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #f37841;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 0.25em;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list2 p.title {
    font-size: 17px;
    margin-bottom: 0.25em;
  }
}
@media (max-width: 767px) {
  section.schedule-detail ul.detail-list2 p.title {
    text-align: center;
  }
}
section.schedule-detail ul.detail-list2 p.text {
  font-size: 1.6rem;
  margin-bottom: 1em;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list2 p.text {
    font-size: 14px;
  }
}
section.schedule-detail ul.detail-list2 .img-box {
  width: 430px;
  height: auto;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  section.schedule-detail ul.detail-list2 .img-box {
    width: 100%;
  }
}
section.schedule-detail ul.detail-list2 .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.schedule-detail .img-wrap {
  width: 100%;
}
section.schedule-detail .position-wrap {
  position: relative;
  z-index: 0;
}
section.schedule-detail .schedule-img-box1 {
  position: absolute;
  width: 520px;
  height: 720px;
  left: 0;
  top: 50px;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.schedule-detail .schedule-img-box1 {
    width: 346.6px;
    height: 480px;
    left: -100px;
  }
}
@media (max-width: 1280px) {
  section.schedule-detail .schedule-img-box1 {
    display: none;
  }
}
section.schedule-detail .schedule-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.schedule-detail .schedule-img-box2 {
  position: absolute;
  width: 270px;
  height: 280px;
  right: 200px;
  top: -400px;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.schedule-detail .schedule-img-box2 {
    width: 180px;
    height: 120px;
    right: 150px;
  }
}
@media (max-width: 1280px) {
  section.schedule-detail .schedule-img-box2 {
    display: none;
  }
}
section.schedule-detail .schedule-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.schedule-detail .schedule-img-box3 {
  position: absolute;
  width: 650px;
  height: 550px;
  left: 0;
  bottom: -50%;
  transform: translate(0%, 0%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.schedule-detail .schedule-img-box3 {
    width: 433.3px;
    height: 366.6px;
    bottom: -33.3%;
  }
}
@media (max-width: 1280px) {
  section.schedule-detail .schedule-img-box3 {
    width: 325px;
    height: 275px;
    bottom: -25%;
  }
}
@media (max-width: 767px) {
  section.schedule-detail .schedule-img-box3 {
    width: 216px;
    height: 183px;
    bottom: -11%;
  }
}
section.schedule-detail .schedule-img-box3 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.schedule-detail .schedule-img-box4 {
  position: absolute;
  width: 400px;
  height: 600px;
  right: 150px;
  bottom: -100px;
  transform: translate(0%, 0%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.schedule-detail .schedule-img-box4 {
    width: 266.6px;
    height: 400px;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1280px) {
  section.schedule-detail .schedule-img-box4 {
    display: none;
  }
}
section.schedule-detail .schedule-img-box4 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.schedule-detail .schedule-img-box5 {
  position: absolute;
  width: 280px;
  height: 280px;
  left: 70px;
  bottom: 8%;
  transform: translate(0%, 0%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.schedule-detail .schedule-img-box5 {
    width: 186.6px;
    height: 186.6px;
    left: 10px;
  }
}
@media (max-width: 1280px) {
  section.schedule-detail .schedule-img-box5 {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  section.schedule-detail .schedule-img-box5 {
    display: none;
  }
}
section.schedule-detail .schedule-img-box5 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.schedule-detail .schedule-img-box6 {
  position: absolute;
  width: 360px;
  height: 1000px;
  right: 0;
  bottom: 0;
  transform: translate(0%, 0%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.schedule-detail .schedule-img-box6 {
    width: 240px;
    height: 667px;
    right: -30px;
    bottom: 10%;
  }
}
@media (max-width: 1280px) {
  section.schedule-detail .schedule-img-box6 {
    width: 180px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  section.schedule-detail .schedule-img-box6 {
    position: initial;
    width: 100%;
    height: auto;
    transform: none;
  }
}
section.schedule-detail .schedule-img-box6 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.schedule-commitment {
  position: relative;
  background: linear-gradient(transparent 411px, #fff995 411px);
  padding: 0 0 411px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  section.schedule-commitment {
    background: linear-gradient(transparent 200px, #fff995 200px);
    padding: 0 0 260px;
  }
}
@media (max-width: 767px) {
  section.schedule-commitment {
    background: linear-gradient(transparent 150px, #fff995 150px);
    padding: 0 0 200px;
    margin-top: -60px;
  }
}
section.schedule-commitment .wave {
  width: 100%;
  height: 411px;
  background: url("../images/schedule_03_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.schedule-commitment .wave {
    height: 200px;
  }
}
@media (max-width: 767px) {
  section.schedule-commitment .wave {
    height: 150px;
    background: url("../images/schedule_03_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.schedule-commitment .commitment-inner {
  position: relative;
  margin-top: -120px;
}
@media (max-width: 1440px) {
  section.schedule-commitment .commitment-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.schedule-commitment .commitment-inner {
    margin-top: 0;
  }
}
section.schedule-commitment h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 3em;
}
@media (max-width: 1025px) {
  section.schedule-commitment h3.topic {
    font-size: 18px;
    margin: 0 auto 2em;
  }
}
section.schedule-commitment h3.topic img.dash {
  width: 500px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.schedule-commitment h3.topic img.dash {
    width: 333.3px;
  }
}
@media (max-width: 767px) {
  section.schedule-commitment h3.topic img.dash {
    width: 100%;
  }
}
section.schedule-commitment ul.commitment-list {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 auto;
  gap: 3em 5em;
}
@media (max-width: 767px) {
  section.schedule-commitment ul.commitment-list {
    gap: 3em;
  }
}
@media (max-width: 767px) {
  section.schedule-commitment ul.commitment-list {
    align-items: center;
  }
}
section.schedule-commitment ul.commitment-list li {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5em;
}
@media (max-width: 1025px) {
  section.schedule-commitment ul.commitment-list li {
    gap: 2em;
  }
}
@media (max-width: 767px) {
  section.schedule-commitment ul.commitment-list li {
    flex-direction: column;
    gap: 0;
  }
}
section.schedule-commitment ul.commitment-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  section.schedule-commitment ul.commitment-list li:nth-of-type(even) {
    flex-direction: column;
  }
}
section.schedule-commitment ul.commitment-list .img-box {
  width: 265px;
  aspect-ratio: 1/1;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  section.schedule-commitment ul.commitment-list .img-box {
    width: 170px;
  }
}
@media (max-width: 767px) {
  section.schedule-commitment ul.commitment-list .img-box {
    width: 65%;
    margin: 0 auto 1em;
  }
}
section.schedule-commitment ul.commitment-list .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.schedule-commitment ul.commitment-list .text-box {
  width: calc(100% - 265px - 5em);
}
@media (max-width: 1025px) {
  section.schedule-commitment ul.commitment-list .text-box {
    width: calc(100% - 170px - 2em);
  }
}
@media (max-width: 767px) {
  section.schedule-commitment ul.commitment-list .text-box {
    width: 100%;
  }
}
section.schedule-commitment ul.commitment-list .text-box.text-flex {
  display: flex;
}
@media (max-width: 767px) {
  section.schedule-commitment ul.commitment-list .text-box.text-flex {
    position: relative;
    flex-direction: column;
  }
}
section.schedule-commitment ul.commitment-list .text-box img {
  width: 137px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 1.5em;
}
@media (max-width: 1025px) {
  section.schedule-commitment ul.commitment-list .text-box img {
    width: 90px;
  }
}
@media (max-width: 767px) {
  section.schedule-commitment ul.commitment-list .text-box img {
    position: absolute;
    bottom: 80%;
    right: -20px;
  }
}
@media (max-width: 430px) {
  section.schedule-commitment ul.commitment-list .text-box img {
    width: 70px;
  }
}
section.schedule-commitment ul.commitment-list .text-wrap {
  width: calc(100% - 137px - 3em);
}
@media (max-width: 1025px) {
  section.schedule-commitment ul.commitment-list .text-wrap {
    width: calc(100% - 90px - 3em);
  }
}
@media (max-width: 767px) {
  section.schedule-commitment ul.commitment-list .text-wrap {
    width: 100%;
    flex-direction: column;
  }
}
section.schedule-commitment ul.commitment-list p.title {
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 auto 0.5em;
}
@media (max-width: 1025px) {
  section.schedule-commitment ul.commitment-list p.title {
    font-size: 21px;
    margin: 0 auto 0.25em;
  }
}
@media (max-width: 767px) {
  section.schedule-commitment ul.commitment-list p.title {
    text-align: center;
  }
}
section.schedule-commitment ul.commitment-list p.text {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  section.schedule-commitment ul.commitment-list p.text {
    font-size: 14px;
    line-height: 1.8;
  }
}

section.schedule-if {
  position: relative;
  background: linear-gradient(transparent 450px, #fff 450px);
  padding: 0 0 180px;
  margin-top: -380px;
}
@media (max-width: 1025px) {
  section.schedule-if {
    background: linear-gradient(transparent 240px, #fff 240px);
    margin-top: -240px;
  }
}
@media (max-width: 767px) {
  section.schedule-if {
    background: linear-gradient(transparent 180px, #fff 180px);
    padding: 0;
    margin-top: -240px;
  }
}
section.schedule-if .wave {
  width: 100%;
  height: 450px;
  background: url("../images/schedule_04_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.schedule-if .wave {
    height: 240px;
  }
}
@media (max-width: 767px) {
  section.schedule-if .wave {
    height: 180px;
    background: url("../images/schedule_04_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.schedule-if .if-inner {
  position: relative;
  margin-top: -200px;
  z-index: 1;
}
@media (max-width: 1440px) {
  section.schedule-if .if-inner {
    margin-top: -140px;
  }
}
@media (max-width: 1025px) {
  section.schedule-if .if-inner {
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  section.schedule-if .if-inner {
    margin-top: 0;
  }
}
section.schedule-if h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 2em;
}
@media (max-width: 1025px) {
  section.schedule-if h3.topic {
    font-size: 18px;
    margin: 0 auto 1.5em;
  }
}
section.schedule-if h3.topic img.dash {
  width: 500px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.schedule-if h3.topic img.dash {
    width: 333.3px;
  }
}
@media (max-width: 767px) {
  section.schedule-if h3.topic img.dash {
    width: 100%;
  }
}
section.schedule-if .speech-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
section.schedule-if .speech-box h4.topic {
  font-size: 2.0rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 1025px) {
  section.schedule-if .speech-box h4.topic {
    font-size: 18px;
  }
}
section.schedule-if .text-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
section.schedule-if .text-box:last-of-type p.text:last-of-type {
  margin-bottom: 0;
}
section.schedule-if p.title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #f37841;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 0.25em;
}
@media (max-width: 1025px) {
  section.schedule-if p.title {
    font-size: 17px;
    margin-bottom: 0.25em;
  }
}
@media (max-width: 767px) {
  section.schedule-if p.title {
    text-align: center;
  }
}
section.schedule-if p.text {
  font-size: 1.6rem;
  margin-bottom: 2em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-right: 13px;
}
@media (max-width: 1025px) {
  section.schedule-if p.text {
    font-size: 14px;
    padding-right: 0;
  }
}
section.schedule-if .img-bottom-box {
  width: 100%;
  padding-right: 20px;
  margin-top: 1em;
}
@media (max-width: 1025px) {
  section.schedule-if .img-bottom-box {
    padding-right: 0;
  }
}
section.schedule-if .img-box {
  display: flex;
  justify-content: space-between;
  width: 980px;
}
@media (max-width: 1025px) {
  section.schedule-if .img-box {
    width: 100%;
    gap: 1em;
  }
}
@media (max-width: 767px) {
  section.schedule-if .img-box {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
section.schedule-if .img-box .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 307px;
}
@media (max-width: 1025px) {
  section.schedule-if .img-box .img-wrap {
    width: calc(33.3% - 1em);
  }
}
@media (max-width: 767px) {
  section.schedule-if .img-box .img-wrap {
    width: calc(50% - 1em);
  }
}
section.schedule-if .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
section.schedule-if .img-wrap {
  width: 100%;
}
section.schedule-if .schedule-if-img-box1 {
  position: absolute;
  width: 370px;
  height: 670px;
  left: 0;
  top: 32%;
  transform: translate(0%, 0%);
}
@media (max-width: 1440px) {
  section.schedule-if .schedule-if-img-box1 {
    width: 246.6px;
    height: 446.6px;
    left: -50px;
    top: 40%;
  }
}
@media (max-width: 1280px) {
  section.schedule-if .schedule-if-img-box1 {
    display: none;
  }
}
@media (max-width: 767px) {
  section.schedule-if .schedule-if-img-box1 {
    display: block;
    position: initial;
    width: 100%;
    height: auto;
    transform: none;
  }
}
section.schedule-if .schedule-if-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.schedule-if .schedule-if-img-box2 {
  position: absolute;
  width: 600px;
  height: 1130px;
  right: 33px;
  top: 16.5%;
  transform: translate(0%, 0%);
}
@media (max-width: 1440px) {
  section.schedule-if .schedule-if-img-box2 {
    width: 400px;
    height: 753.3px;
    right: -70px;
    top: 38%;
  }
}
@media (max-width: 1280px) {
  section.schedule-if .schedule-if-img-box2 {
    display: none;
  }
}
section.schedule-if .schedule-if-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.schedule-daily {
  position: relative;
  background: linear-gradient(transparent 411px, #fff995 411px);
  padding: 0 0 120px;
  overflow: hidden;
  margin: -160px auto 0;
}
@media (max-width: 1025px) {
  section.schedule-daily {
    background: linear-gradient(transparent 200px, #fff995 200px);
    padding: 0 0 80px;
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  section.schedule-daily {
    background: linear-gradient(transparent 150px, #fff995 150px);
    padding: 0 0 50px;
    margin-top: -80px;
  }
}
section.schedule-daily .wave {
  width: 100%;
  height: 411px;
  background: url("../images/schedule_05_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.schedule-daily .wave {
    height: 200px;
  }
}
@media (max-width: 767px) {
  section.schedule-daily .wave {
    height: 150px;
    background: url("../images/schedule_05_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.schedule-daily .daily-inner {
  position: relative;
  margin-top: -120px;
}
@media (max-width: 1440px) {
  section.schedule-daily .daily-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.schedule-daily .daily-inner {
    margin-top: 0;
  }
}
section.schedule-daily h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  section.schedule-daily h3.topic {
    font-size: 18px;
  }
}
section.schedule-daily h3.topic img.dash {
  width: 300px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.schedule-daily h3.topic img.dash {
    width: 200px;
  }
}
@media (max-width: 767px) {
  section.schedule-daily h3.topic img.dash {
    width: 75%;
  }
}
section.schedule-daily .life_schedule-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list {
    flex-direction: column;
    gap: 0.5em;
  }
}
section.schedule-daily .life_schedule-list .daily-box-wrap {
  display: flex;
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-box-wrap {
    flex-direction: column-reverse;
  }
}
section.schedule-daily .life_schedule-list .daily-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-box {
    width: 100%;
    margin: 0 auto;
  }
}
section.schedule-daily .life_schedule-list .daily-box .title-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 380px;
}
@media (max-width: 1025px) {
  section.schedule-daily .life_schedule-list .daily-box .title-box {
    width: 250px;
  }
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-box .title-box {
    width: 100%;
  }
}
section.schedule-daily .life_schedule-list .daily-box .title-box .img-box {
  width: 100%;
  z-index: 1;
}
section.schedule-daily .life_schedule-list .daily-box .title-box .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.schedule-daily .life_schedule-list .daily-box .title-box p.title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  margin-top: -15px;
  padding: 0.5em;
}
@media (max-width: 1025px) {
  section.schedule-daily .life_schedule-list .daily-box .title-box p.title {
    font-size: 23px;
    width: 160px;
  }
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-box .title-box p.title {
    width: 80%;
  }
}
section.schedule-daily .life_schedule-list .daily-box .title-box p.title span {
  font-size: 2.5rem;
}
@media (max-width: 1025px) {
  section.schedule-daily .life_schedule-list .daily-box .title-box p.title span {
    font-size: 19px;
  }
}
section.schedule-daily .life_schedule-list .daily-box.left-box .title-box p.title {
  background: #ef8200;
}
section.schedule-daily .life_schedule-list .daily-box.right-box .title-box p.title {
  background: #58bd0f;
}
section.schedule-daily .life_schedule-list .daily-box .daily-list {
  width: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 1em;
  margin-top: 2em;
}
@media (max-width: 1025px) {
  section.schedule-daily .life_schedule-list .daily-box .daily-list {
    width: 200px;
  }
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-box .daily-list {
    width: 90%;
  }
}
section.schedule-daily .life_schedule-list .daily-box .daily-list .daily-wrap {
  width: 88%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  position: relative;
}
section.schedule-daily .life_schedule-list .daily-box .daily-list .daily-wrap::before {
  content: "";
  position: absolute;
  left: 2.7em;
  top: 0;
  bottom: 0;
  width: 4px;
}
@media (max-width: 1025px) {
  section.schedule-daily .life_schedule-list .daily-box .daily-list .daily-wrap::before {
    left: 1.75em;
  }
}
section.schedule-daily .life_schedule-list .daily-box .daily-list p.time {
  width: 80px;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background: #fff995;
  z-index: 2;
}
@media (max-width: 1025px) {
  section.schedule-daily .life_schedule-list .daily-box .daily-list p.time {
    width: 50px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-box .daily-list p.time {
    width: 20%;
  }
}
section.schedule-daily .life_schedule-list .daily-box .daily-list p.text {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 1em;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 1025px) {
  section.schedule-daily .life_schedule-list .daily-box .daily-list p.text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-box .daily-list p.text {
    margin-bottom: 1em;
  }
}
section.schedule-daily .life_schedule-list .daily-box.left-box .daily-list p {
  color: #e46a00;
}
section.schedule-daily .life_schedule-list .daily-box.right-box .daily-list p {
  color: #28aa0f;
}
section.schedule-daily .life_schedule-list .daily-box.left-box .daily-list .daily-wrap:before {
  background: url("../images/life_line_1.png") repeat-y center top/100% auto;
}
section.schedule-daily .life_schedule-list .daily-box.right-box .daily-list .daily-wrap:before {
  background: url("../images/life_line_2.png") repeat-y center top/100% auto;
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-box .daily-wrap:last-of-type p.text {
    margin-bottom: 0;
  }
}
section.schedule-daily .life_schedule-list .daily-box-s {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 125px;
}
@media (max-width: 1025px) {
  section.schedule-daily .life_schedule-list .daily-box-s {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-box-s {
    margin-top: 60px;
  }
}
section.schedule-daily .life_schedule-list .daily-box-s .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
section.schedule-daily .life_schedule-list .daily-box-s .title-box .img-box {
  width: 55px;
  z-index: 1;
}
section.schedule-daily .life_schedule-list .daily-box-s .title-box .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.schedule-daily .life_schedule-list .daily-box-s .title-box p.title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #404040;
  line-height: 1.5;
  padding: 0.5em 0 1.5em;
  margin-bottom: 0;
}
section.schedule-daily .life_schedule-list .daily-list-s {
  width: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-list-s {
    width: 70%;
  }
}
section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 0.5em 0 0.5em 1em;
  margin-top: 1.75em;
  border-radius: 13px;
  position: relative;
}
section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s:last-child p.text, section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s:last-child p.time {
  margin-bottom: 0;
}
section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice1 {
  margin-top: 0;
}
section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice3 {
  margin-top: 1.5em;
}
section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice5 {
  margin-top: 6em;
}
@media (max-width: 1025px) {
  section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice5 {
    margin-top: 3em;
  }
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice5 {
    margin-top: 1.5em;
  }
}
section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice1, section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice3 {
  width: 97%;
  margin-right: auto;
}
section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice2 {
  width: 83%;
  margin-left: auto;
}
section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice4 {
  width: 78%;
  margin-right: auto;
  margin-top: 13em;
}
@media (max-width: 1025px) {
  section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice4 {
    margin-top: 6em;
  }
}
@media (max-width: 767px) {
  section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice4 {
    margin-top: 1.5em;
  }
}
section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice7 {
  width: 68%;
  margin-left: auto;
}
section.schedule-daily .life_schedule-list .daily-list-s p.time {
  font-size: 1.3rem;
  font-weight: 700;
  color: #5a5a5a;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
section.schedule-daily .life_schedule-list .daily-list-s p.text {
  font-size: 1.3rem;
  font-weight: 400;
  color: #5a5a5a;
  margin-bottom: 0;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
section.schedule-daily .life_schedule-list .daily-list-s p.text.blank {
  font-feature-settings: "palt";
}
section.schedule-daily .life_schedule-list .daily-list-s img.face {
  position: absolute;
  width: 22px;
  bottom: -1em;
  right: 0.5em;
}
section.schedule-daily .life_schedule-list .daily-list-s .daily-wrap-s.voice5 img.face {
  right: initial;
  left: 0.5em;
}
section.schedule-daily .text-box p.text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (max-width: 1025px) {
  section.schedule-daily .text-box p.text {
    font-size: 14px;
  }
}
section.schedule-daily .text-box p.text a {
  display: block;
  color: #cc3025;
  text-decoration: underline;
  margin-top: 1em;
}
section.schedule-daily .text-box p.text a:hover {
  opacity: 0.8;
}

/*============
食育について
eating
=============*/
section.eating-detail {
  width: 100%;
  margin: 4% auto 200px;
  position: relative;
}
@media (max-width: 767px) {
  section.eating-detail {
    margin: 8% auto 0;
  }
}
section.eating-detail .detail-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section.eating-detail .speech-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
section.eating-detail .speech-box h3.topic {
  font-size: 3.3rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 1025px) {
  section.eating-detail .speech-box h3.topic {
    font-size: 21px;
  }
}
section.eating-detail .speech-box p.text {
  font-size: 2.0rem;
  margin-bottom: 3em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 0 0.5em;
}
@media (max-width: 1025px) {
  section.eating-detail .speech-box p.text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.eating-detail .speech-box p.text {
    margin-bottom: 2em;
  }
}
section.eating-detail ul.detail-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 2em auto 0;
  padding: 0 30px;
  row-gap: 3em;
}
@media (max-width: 1025px) {
  section.eating-detail ul.detail-list {
    padding: 0;
    gap: 2em;
  }
}
@media (max-width: 767px) {
  section.eating-detail ul.detail-list {
    flex-direction: column;
    align-items: center;
    gap: 4em;
  }
}
section.eating-detail ul.detail-list li {
  width: 550px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background: #e4f6d3;
  border-radius: 20px;
}
@media (max-width: 1025px) {
  section.eating-detail ul.detail-list li {
    width: calc(50% - 1em);
  }
}
@media (max-width: 767px) {
  section.eating-detail ul.detail-list li {
    width: 90%;
  }
}
section.eating-detail ul.detail-list img.icon {
  display: block;
  width: 140px;
  height: auto;
  margin-top: -1.5em;
}
@media (max-width: 1025px) {
  section.eating-detail ul.detail-list img.icon {
    width: 93.3px;
  }
}
section.eating-detail ul.detail-list p.title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #00a63c;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 1025px) {
  section.eating-detail ul.detail-list p.title {
    font-size: 17px;
    margin-bottom: 0.25em;
  }
}
@media (max-width: 767px) {
  section.eating-detail ul.detail-list p.title {
    text-align: center;
  }
}
section.eating-detail ul.detail-list .img-box {
  width: 430px;
  height: auto;
  margin: 0 auto 1em;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  section.eating-detail ul.detail-list .img-box {
    width: 80%;
    border-radius: 20px;
  }
}
section.eating-detail ul.detail-list .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.eating-detail ul.detail-list p.text {
  font-size: 1.8rem;
  color: #00a63c;
  margin-bottom: 2em;
  padding: 0 3.5em;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media (max-width: 1025px) {
  section.eating-detail ul.detail-list p.text {
    font-size: 14px;
    padding: 0 2.5em;
  }
}
section.eating-detail .img-wrap {
  width: 100%;
}
section.eating-detail .position-wrap {
  position: relative;
  z-index: 0;
}
section.eating-detail .eating-img-box1 {
  position: absolute;
  width: 320px;
  height: 450px;
  left: 0;
  top: 12%;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.eating-detail .eating-img-box1 {
    width: 213.3px;
    height: 300px;
    left: -30px;
  }
}
@media (max-width: 1280px) {
  section.eating-detail .eating-img-box1 {
    display: none;
  }
}
section.eating-detail .eating-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.eating-detail .eating-img-box2 {
  position: absolute;
  width: 400px;
  height: 920px;
  right: 65px;
  top: 28.5%;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.eating-detail .eating-img-box2 {
    width: 266.6px;
    height: 613.6px;
    right: -50px;
  }
}
@media (max-width: 1280px) {
  section.eating-detail .eating-img-box2 {
    display: none;
  }
}
section.eating-detail .eating-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.eating-detail .eating-img-box3 {
  position: absolute;
  width: 280px;
  height: 670px;
  left: 0;
  bottom: 31.5%;
  transform: translate(0%, 0%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.eating-detail .eating-img-box3 {
    width: 186.6px;
    height: 446.6px;
    left: -30px;
  }
}
@media (max-width: 1280px) {
  section.eating-detail .eating-img-box3 {
    display: none;
  }
}
section.eating-detail .eating-img-box3 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.eating-detail .eating-img-box4 {
  position: absolute;
  width: 300px;
  height: 510px;
  right: 0;
  bottom: 10%;
  transform: translate(0%, 0%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.eating-detail .eating-img-box4 {
    width: 200px;
    height: 340px;
    right: -70px;
  }
}
@media (max-width: 1280px) {
  section.eating-detail .eating-img-box4 {
    display: none;
  }
}
section.eating-detail .eating-img-box4 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.eating-detail .eating-img-box5 {
  position: absolute;
  width: 400px;
  height: 145px;
  left: 70px;
  bottom: 18%;
  transform: translate(0%, 0%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.eating-detail .eating-img-box5 {
    width: 266.6px;
    height: 96.6px;
    left: 10px;
  }
}
@media (max-width: 1280px) {
  section.eating-detail .eating-img-box5 {
    width: 200px;
    height: 72.5px;
    left: 60%;
    bottom: -6%;
  }
}
@media (max-width: 767px) {
  section.eating-detail .eating-img-box5 {
    display: none;
  }
}
section.eating-detail .eating-img-box5 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.eating-detail .eating-img-box6 {
  position: absolute;
  width: 280px;
  height: 280px;
  left: 30%;
  bottom: -4.5%;
  transform: translate(0%, 50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.eating-detail .eating-img-box6 {
    width: 186.6px;
    height: 186.6px;
  }
}
@media (max-width: 1280px) {
  section.eating-detail .eating-img-box6 {
    width: 140px;
    height: 140px;
    bottom: -8%;
  }
}
@media (max-width: 767px) {
  section.eating-detail .eating-img-box6 {
    position: initial;
    width: 100%;
    height: auto;
    transform: none;
  }
}
section.eating-detail .eating-img-box6 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============
保護者の皆様へ
parent
=============*/
section.parent-detail {
  margin: 2% auto 0;
  position: relative;
}
@media (max-width: 767px) {
  section.parent-detail {
    margin: 4% auto 0;
  }
}
section.parent-detail {
  width: 100%;
  margin: 4% auto 0;
  position: relative;
}
@media (max-width: 767px) {
  section.parent-detail {
    margin: 8% auto 0;
  }
}
section.parent-detail h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 2em;
}
@media (max-width: 1025px) {
  section.parent-detail h3.topic {
    font-size: 18px;
    margin: 0 auto 1.5em;
  }
}
section.parent-detail h3.topic img.dash {
  width: 300px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.parent-detail h3.topic img.dash {
    width: 200px;
  }
}
@media (max-width: 767px) {
  section.parent-detail h3.topic img.dash {
    width: 75%;
  }
}
section.parent-detail .detail-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section.parent-detail .detail-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4em;
  margin-bottom: 4em;
}
@media (max-width: 1025px) {
  section.parent-detail .detail-list {
    align-items: center;
    gap: 2em;
  }
}
@media (max-width: 767px) {
  section.parent-detail .detail-list {
    flex-direction: column;
    gap: 0.5em;
  }
}
section.parent-detail .detail-list .text-box {
  width: calc(100% - 400px - 7.5em);
}
@media (max-width: 1025px) {
  section.parent-detail .detail-list .text-box {
    width: calc(55% - 3.5em);
  }
}
@media (max-width: 767px) {
  section.parent-detail .detail-list .text-box {
    width: 100%;
  }
}
section.parent-detail .detail-list p.text {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.8;
  margin-bottom: 0;
  letter-spacing: 0.06em;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 1025px) {
  section.parent-detail .detail-list p.text {
    font-size: 14px;
  }
}
section.parent-detail .detail-list p.text span.list {
  display: flex;
}
section.parent-detail .detail-list p.text span.indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
section.parent-detail .detail-list .img-box {
  width: 400px;
}
@media (max-width: 1280px) {
  section.parent-detail .detail-list .img-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  section.parent-detail .detail-list .img-box {
    width: 100%;
    margin: 0 auto;
  }
}
section.parent-detail .detail-list .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.parent-detail .detail-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  background: #f1ffde;
}
@media (max-width: 767px) {
  section.parent-detail .detail-inner {
    width: 85%;
    margin-bottom: 1em;
  }
}
section.parent-detail img.icon {
  display: block;
  width: 210px;
  height: auto;
  margin: -2em auto 0;
}
@media (max-width: 1025px) {
  section.parent-detail img.icon {
    width: 140px;
  }
}
section.parent-detail h4.topic {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto;
  gap: 1.5em;
}
@media (max-width: 1025px) {
  section.parent-detail h4.topic {
    font-size: 16px;
  }
}
section.parent-detail h4.topic img.line {
  width: 25px;
}
@media (max-width: 1025px) {
  section.parent-detail h4.topic img.line {
    width: 16.6px;
  }
}
section.parent-detail ul.detail-list2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 2em 8em;
  row-gap: 4em;
}
@media (max-width: 1025px) {
  section.parent-detail ul.detail-list2 {
    padding: 2em 4em;
    gap: 3em;
  }
}
@media (max-width: 767px) {
  section.parent-detail ul.detail-list2 {
    flex-direction: column;
    align-items: center;
    padding: 1em 2em;
    gap: 2em;
  }
}
section.parent-detail ul.detail-list2 li {
  width: 405px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1025px) {
  section.parent-detail ul.detail-list2 li {
    width: calc(50% - 1.5em);
  }
}
@media (max-width: 767px) {
  section.parent-detail ul.detail-list2 li {
    width: 90%;
  }
}
section.parent-detail ul.detail-list2 .img-box {
  width: 405px;
  aspect-ratio: 405/495;
  margin: 0 auto 1.5em;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  section.parent-detail ul.detail-list2 .img-box {
    width: 100%;
    border-radius: 20px;
  }
}
section.parent-detail ul.detail-list2 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.parent-detail ul.detail-list2 p.text {
  font-size: 1.6rem;
  color: #00a63c;
  margin-bottom: 1em;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media (max-width: 1025px) {
  section.parent-detail ul.detail-list2 p.text {
    font-size: 13px;
  }
}
section.parent-detail .img-wrap {
  width: 100%;
}
section.parent-detail .position-wrap {
  position: relative;
  z-index: 0;
}
section.parent-detail .parent-img-box1 {
  position: absolute;
  width: 470px;
  height: 390px;
  right: 80px;
  top: 0;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.parent-detail .parent-img-box1 {
    width: 313.3px;
    height: 260px;
    right: 40px;
  }
}
@media (max-width: 1280px) {
  section.parent-detail .parent-img-box1 {
    width: 235px;
    height: 195px;
    top: 50px;
  }
}
@media (max-width: 767px) {
  section.parent-detail .parent-img-box1 {
    display: none;
  }
}
section.parent-detail .parent-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.parent-detail .parent-img-box2 {
  position: absolute;
  width: 360px;
  height: 440px;
  left: 0;
  top: 15%;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.parent-detail .parent-img-box2 {
    width: 240px;
    height: 293.3px;
    top: 13%;
    left: -50px;
  }
}
@media (max-width: 1280px) {
  section.parent-detail .parent-img-box2 {
    display: none;
  }
}
section.parent-detail .parent-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.parent-detail .parent-img-box3 {
  position: absolute;
  width: 310px;
  height: 290px;
  right: 0;
  top: 29%;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.parent-detail .parent-img-box3 {
    width: 206.6px;
    height: 193.3px;
    right: -100px;
  }
}
@media (max-width: 1280px) {
  section.parent-detail .parent-img-box3 {
    display: none;
  }
}
section.parent-detail .parent-img-box3 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.parent-detail .parent-img-box4 {
  position: absolute;
  width: 330px;
  height: 300px;
  left: 0;
  top: 41%;
  transform: translate(0%, 0%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.parent-detail .parent-img-box4 {
    width: 220px;
    height: 200px;
    left: -50px;
  }
}
@media (max-width: 1280px) {
  section.parent-detail .parent-img-box4 {
    display: none;
  }
}
section.parent-detail .parent-img-box4 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.parent-detail .parent-img-box5 {
  position: absolute;
  width: 340px;
  height: 360px;
  right: 0;
  bottom: 28%;
  transform: translate(0%, 0%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.parent-detail .parent-img-box5 {
    width: 226.6px;
    height: 240px;
    right: -50px;
  }
}
@media (max-width: 1280px) {
  section.parent-detail .parent-img-box5 {
    display: none;
  }
}
section.parent-detail .parent-img-box5 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.parent-detail .parent-img-box6 {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 0;
  bottom: 16%;
  transform: translate(0%, 0%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.parent-detail .parent-img-box6 {
    width: 200px;
    height: 200px;
    left: -100px;
  }
}
@media (max-width: 1280px) {
  section.parent-detail .parent-img-box6 {
    display: none;
  }
}
@media (max-width: 767px) {
  section.parent-detail .parent-img-box6 {
    display: none;
  }
}
section.parent-detail .parent-img-box6 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.parent-detail .parent-img-box7 {
  position: absolute;
  width: 400px;
  height: 500px;
  right: 0;
  bottom: -1%;
  transform: translate(0%, 0%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.parent-detail .parent-img-box7 {
    width: 266.6px;
    height: 333.3px;
    right: -150px;
  }
}
@media (max-width: 1280px) {
  section.parent-detail .parent-img-box7 {
    display: none;
  }
}
@media (max-width: 767px) {
  section.parent-detail .parent-img-box7 {
    display: block;
    position: initial;
    width: 100%;
    height: auto;
    transform: none;
  }
}
section.parent-detail .parent-img-box7 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.parent-service {
  position: relative;
  background: linear-gradient(transparent 411px, #fff995 411px);
  padding: 0 0 411px;
  overflow: hidden;
  margin: -20px auto 0;
}
@media (max-width: 1025px) {
  section.parent-service {
    background: linear-gradient(transparent 200px, #fff995 200px);
    padding: 0 0 200px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  section.parent-service {
    background: linear-gradient(transparent 150px, #fff995 150px);
    padding: 0 0 120px;
    margin-top: -60px;
  }
}
section.parent-service .wave {
  width: 100%;
  height: 445px;
  background: url("../images/parent_02_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.parent-service .wave {
    height: 220px;
  }
}
@media (max-width: 767px) {
  section.parent-service .wave {
    height: 190px;
    background: url("../images/parent_02_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.parent-service .service-inner {
  position: relative;
  margin-top: -170px;
}
@media (max-width: 1440px) {
  section.parent-service .service-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.parent-service .service-inner {
    margin-top: 0;
  }
}
section.parent-service h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 3em;
}
@media (max-width: 1025px) {
  section.parent-service h3.topic {
    font-size: 18px;
    margin: 0 auto 2em;
  }
}
section.parent-service h3.topic img.dash {
  width: 500px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.parent-service h3.topic img.dash {
    width: 333.3px;
  }
}
@media (max-width: 767px) {
  section.parent-service h3.topic img.dash {
    width: 100%;
  }
}
section.parent-service ul.service-list {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 auto;
  gap: 5em;
}
@media (max-width: 767px) {
  section.parent-service ul.service-list {
    gap: 3em;
  }
}
@media (max-width: 767px) {
  section.parent-service ul.service-list {
    align-items: center;
  }
}
section.parent-service ul.service-list li {
  width: 100%;
  display: flex;
  justify-content: left;
  gap: 2em;
}
@media (max-width: 1025px) {
  section.parent-service ul.service-list li {
    gap: 1em;
  }
}
@media (max-width: 767px) {
  section.parent-service ul.service-list li {
    flex-direction: column;
    justify-content: center;
    gap: 0.5em;
  }
}
section.parent-service ul.service-list li:nth-of-type(even) {
  flex-direction: row-reverse;
  justify-content: center;
  gap: 5em;
}
@media (max-width: 1025px) {
  section.parent-service ul.service-list li:nth-of-type(even) {
    gap: 2em;
  }
}
@media (max-width: 767px) {
  section.parent-service ul.service-list li:nth-of-type(even) {
    flex-direction: column;
  }
}
section.parent-service ul.service-list .img-box {
  width: 265px;
}
@media (max-width: 1025px) {
  section.parent-service ul.service-list .img-box {
    width: 170px;
  }
}
@media (max-width: 767px) {
  section.parent-service ul.service-list .img-box {
    width: 65%;
    margin: 0 auto 1em;
  }
}
section.parent-service ul.service-list .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.parent-service ul.service-list li:nth-of-type(odd) .img-box {
  width: 200px;
}
@media (max-width: 1025px) {
  section.parent-service ul.service-list li:nth-of-type(odd) .img-box {
    width: 133.3px;
  }
}
@media (max-width: 767px) {
  section.parent-service ul.service-list li:nth-of-type(odd) .img-box {
    width: 55%;
    margin: 0 auto 1em;
  }
}
section.parent-service ul.service-list .text-box {
  width: calc(100% - 265px - 5em);
}
@media (max-width: 1025px) {
  section.parent-service ul.service-list .text-box {
    width: calc(100% - 170px - 2em);
  }
}
@media (max-width: 767px) {
  section.parent-service ul.service-list .text-box {
    width: 100%;
  }
}
section.parent-service ul.service-list .text-box p.title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 auto 0.5em;
}
@media (max-width: 1025px) {
  section.parent-service ul.service-list .text-box p.title {
    font-size: 21px;
    margin: 0 auto 0.25em;
  }
}
@media (max-width: 767px) {
  section.parent-service ul.service-list .text-box p.title {
    text-align: center;
  }
}
section.parent-service ul.service-list .text-box p.text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  section.parent-service ul.service-list .text-box p.text {
    font-size: 14px;
    line-height: 1.8;
  }
}
section.parent-service ul.service-list .text-box p.text span.indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
section.parent-service ul.service-list .text-box p.text a {
  display: block;
  margin-top: 0.25em;
  color: #00a63c;
}
section.parent-service ul.service-list .text-box p.text a:hover {
  opacity: 0.8;
}
section.parent-service ul.service-list li:nth-of-type(odd) .text-box {
  width: calc(100% - 205px - 5em);
}
@media (max-width: 1025px) {
  section.parent-service ul.service-list li:nth-of-type(odd) .text-box {
    width: calc(100% - 133.3px - 2em);
  }
}
@media (max-width: 767px) {
  section.parent-service ul.service-list li:nth-of-type(odd) .text-box {
    width: 100%;
  }
}

section.parent-info {
  position: relative;
  background: linear-gradient(transparent 411px, #fff 411px);
  padding: 0 0 380px;
  overflow: hidden;
  margin-top: -411px;
}
@media (max-width: 1025px) {
  section.parent-info {
    background: linear-gradient(transparent 200px, #fff 200px);
    padding: 0 0 200px;
    margin-top: -180px;
  }
}
@media (max-width: 767px) {
  section.parent-info {
    background: linear-gradient(transparent 150px, #fff 150px);
    padding: 0 0 80px;
    margin-top: -150px;
  }
}
section.parent-info .wave {
  width: 100%;
  height: 411px;
  background: url("../images/parent_03_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.parent-info .wave {
    height: 200px;
  }
}
@media (max-width: 767px) {
  section.parent-info .wave {
    height: 170px;
    background: url("../images/parent_03_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.parent-info .info-inner {
  position: relative;
  margin-top: -170px;
}
@media (max-width: 1440px) {
  section.parent-info .info-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.parent-info .info-inner {
    margin-top: 0;
  }
}
section.parent-info h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 2em;
}
@media (max-width: 1025px) {
  section.parent-info h3.topic {
    font-size: 18px;
    margin: 0 auto 1.5em;
  }
}
section.parent-info h3.topic img.dash {
  width: 500px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.parent-info h3.topic img.dash {
    width: 333.3px;
  }
}
@media (max-width: 767px) {
  section.parent-info h3.topic img.dash {
    width: 100%;
  }
}
section.parent-info ul.detail-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 40px;
}
@media (max-width: 767px) {
  section.parent-info ul.detail-list {
    row-gap: 20px;
  }
}
section.parent-info ul.detail-list li {
  display: flex;
  align-items: center;
  width: 42%;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  section.parent-info ul.detail-list li {
    width: 100%;
  }
}
section.parent-info ul.detail-list .img-box {
  width: 120px;
  flex-shrink: 0;
}
@media (max-width: 1025px) {
  section.parent-info ul.detail-list .img-box {
    width: 90px;
  }
}
section.parent-info ul.detail-list .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.parent-info ul.detail-list .text-box {
  display: flex;
  flex-direction: column;
  margin-left: 1em;
  margin-bottom: -1.5em;
}
section.parent-info ul.detail-list p.text {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  section.parent-info ul.detail-list p.text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  section.parent-info ul.detail-list p.text {
    font-size: 14px;
  }
}
section.parent-info ul.detail-list a {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.3;
  text-decoration: underline;
}
section.parent-info ul.detail-list a:hover {
  opacity: 0.8;
}
@media (max-width: 1025px) {
  section.parent-info ul.detail-list a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  section.parent-info ul.detail-list a {
    font-size: 14px;
  }
}
section.parent-info .img-wrap {
  width: 100%;
}
section.parent-info .parent-info-img-box1 {
  position: absolute;
  width: 350px;
  height: 650px;
  right: 0;
  bottom: 280px;
  transform: translate(0%, 0%);
}
@media (max-width: 1440px) {
  section.parent-info .parent-info-img-box1 {
    width: 233.3px;
    height: 433.3px;
  }
}
@media (max-width: 1280px) {
  section.parent-info .parent-info-img-box1 {
    display: none;
  }
}
@media (max-width: 767px) {
  section.parent-info .parent-info-img-box1 {
    display: block;
    position: initial;
    width: 100%;
    height: auto;
    transform: none;
  }
}
section.parent-info .parent-info-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.parent-info .parent-info-img-box2 {
  position: absolute;
  width: 400px;
  height: 500px;
  left: 0;
  bottom: 200px;
  transform: translate(0%, 0%);
}
@media (max-width: 1440px) {
  section.parent-info .parent-info-img-box2 {
    width: 266.6px;
    height: 333.3px;
  }
}
@media (max-width: 1280px) {
  section.parent-info .parent-info-img-box2 {
    display: none;
  }
}
section.parent-info .parent-info-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.parent-contact {
  position: relative;
  background: linear-gradient(transparent 411px, #fff995 411px);
  padding: 0 0 80px;
  margin-top: -374px;
}
@media (max-width: 1025px) {
  section.parent-contact {
    background: linear-gradient(transparent 200px, #fff995 200px);
    margin-top: -200px;
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  section.parent-contact {
    background: linear-gradient(transparent 150px, #fff995 150px);
    margin-top: -180px;
  }
}
section.parent-contact .wave {
  width: 100%;
  height: 411px;
  background: url("../images/parent_04_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.parent-contact .wave {
    height: 220px;
  }
}
@media (max-width: 767px) {
  section.parent-contact .wave {
    height: 170px;
    background: url("../images/parent_04_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.parent-contact.confirm {
  background: none;
  margin-top: 4%;
}
@media (max-width: 767px) {
  section.parent-contact.confirm {
    margin-top: 8%;
  }
}
section.parent-contact.confirm .wave {
  display: none;
}
section.parent-contact.confirm .contact-inner {
  margin-top: 0;
}
section.parent-contact .contact-inner {
  position: relative;
  margin-top: -120px;
}
@media (max-width: 1440px) {
  section.parent-contact .contact-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.parent-contact .contact-inner {
    margin-top: 0;
  }
}
section.parent-contact h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 2em;
}
@media (max-width: 1025px) {
  section.parent-contact h3.topic {
    font-size: 18px;
    margin: 0 auto 1.5em;
  }
}
section.parent-contact h3.topic img.dash {
  width: 230px;
}
@media (max-width: 1025px) {
  section.parent-contact h3.topic img.dash {
    width: 153.3px;
  }
}
@media (max-width: 767px) {
  section.parent-contact h3.topic img.dash {
    width: 50%;
  }
}
section.parent-contact .text-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
section.parent-contact .text-box:last-of-type p.text:last-of-type {
  margin-bottom: 0;
}
section.parent-contact .text-box p.text {
  font-size: 2.3rem;
  margin-bottom: 3em;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 1025px) {
  section.parent-contact .text-box p.text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.parent-contact .text-box p.text {
    margin-bottom: 2em;
  }
}
section.parent-contact .contact-box .detail-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.parent-contact .contact-box .detail-box p.text {
  font-size: 2.3rem;
  font-weight: 700;
  color: #f37841;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 1025px) {
  section.parent-contact .contact-box .detail-box p.text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.parent-contact .contact-box .detail-box p.text {
    margin-bottom: 0;
  }
}
section.parent-contact .contact-box .detail-box p.add {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #43A730;
  margin: 1em auto;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  section.parent-contact .contact-box .detail-box p.add {
    width: 100%;
  }
}
section.parent-contact .thanks-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 1em auto;
}
section.parent-contact .thanks-box p.title {
  width: 100%;
  font-size: 2.1rem;
  font-weight: 500;
  color: #00a63c;
  margin: 1em auto;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  section.parent-contact .thanks-box p.title {
    font-size: 16px;
  }
}
section.parent-contact .thanks-box p.text {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 1em;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 1025px) {
  section.parent-contact .thanks-box p.text {
    font-size: 14px;
    text-align: left;
  }
}

/*============
CONTACT
お問合せフォーム
=============*/
button, input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font-family: noto-sans-cjk-jp, sans-serif !important;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 1.5%;
  box-shadow: none;
  outline: none;
  border: none;
}
@media (max-width: 1025px) {
  button, input, optgroup, select, textarea {
    font-size: 14px;
  }
}

input[type=radio], input[type=checkbox] {
  vertical-align: middle;
}

@media (max-width: 767px) {
  input:not([type=checkbox], [type=radio]) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

table.contact-list {
  width: 100%;
  margin: 0 auto;
}
table.contact-list tr {
  width: 100%;
  display: flex;
  align-items: baseline;
  text-align: left;
  margin: 2em auto;
}
@media (max-width: 767px) {
  table.contact-list tr {
    flex-direction: column;
  }
}
table.contact-list tr.flex-top {
  align-items: flex-start;
}
table.contact-list tr th {
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000;
  vertical-align: top;
}
@media (max-width: 1025px) {
  table.contact-list tr th {
    font-size: 14px;
  }
}
table.contact-list tr td {
  width: 70%;
  font-size: 1.6rem;
  color: #000;
  vertical-align: top;
}
@media (max-width: 1025px) {
  table.contact-list tr td {
    width: 59%;
    font-weight: 14px;
  }
}
@media (max-width: 767px) {
  table.contact-list tr td {
    width: 100%;
  }
}
table.contact-list span.text {
  display: inline-block;
  width: 9em;
  font-weight: 400;
  margin-right: 2em;
}
@media (max-width: 767px) {
  table.contact-list span.text {
    width: auto;
    margin-right: 1em;
  }
}
table.contact-list span.required {
  color: #fff;
  font-weight: 500;
  background: #f37841;
  border-radius: 5px;
  padding: 0 0.5em;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-right: 1em;
}
table.contact-list span.optional {
  padding: 0 0.5em;
  letter-spacing: 0.1em;
  margin-right: 1em;
}
table.contact-list input {
  width: 100%;
  border-radius: 0;
}
@media (max-width: 767px) {
  table.contact-list input {
    width: 100%;
  }
}
table.contact-list label {
  margin-right: 2em;
}
table.contact-list label span {
  margin-left: 0.5em;
}
table.contact-list input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #399D26;
  border-radius: 50%;
  vertical-align: -3px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
table.contact-list input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #399D26;
  content: "";
}
table.contact-list pre {
    word-break: break-all;
    white-space: pre-wrap;
}
table.contact-list .custom-select-wrapper {
  position: relative;
}
table.contact-list .custom-select-wrapper::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
table.contact-list select {
  position: relative;
  width: 100%;
  font-size: 1.9rem;
  color: #a0a0a0;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
@media (max-width: 1025px) {
  table.contact-list select {
    font-size: 14px;
  }
}
table.contact-list select:invalid {
  color: #a0a0a0;
}
table.contact-list select:valid {
  color: #000;
}
table.contact-list textarea {
  width: 100%;
  height: 170px;
  border-radius: 0;
  resize: none;
}
table.contact-list .submit-wrap {
  display: flex;
  align-items: center;
  width: auto;
  margin-left: 3em;
  gap: 1em;
}
@media (max-width: 1025px) {
  table.contact-list .submit-wrap {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
}
table.contact-list input.submit-btn, table.contact-list button.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: auto;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1em;
  color: #fff;
  background: #00a63c;
  border-radius: 50px;
  border-style: none;
  letter-spacing: 0.28em;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1025px) {
  table.contact-list input.submit-btn, table.contact-list button.submit-btn {
    width: 45%;
    font-size: 14px;
  }
}
table.contact-list input.submit-btn:hover, table.contact-list button.submit-btn:hover {
  background: #45be71;
}
table.contact-list input.back-btn, table.contact-list button.back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: auto;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1em;
  color: #fff;
  background: #A0A0A0;
  border-radius: 50px;
  border-style: none;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1025px) {
  table.contact-list input.back-btn, table.contact-list button.back-btn {
    width: 45%;
    font-size: 14px;
  }
}
table.contact-list input.back-btn:hover, table.contact-list button.back-btn:hover {
  background: #C8C8C8;
}
table.contact-list.confirm-list tr td span {
  display: block;
  /*border-bottom: solid 1px #399D26;*/
}
table.contact-list.confirm-list tr:last-of-type td span {
  margin-bottom: 1em;
}

/*============
入園について
guidance
=============*/
section.guidance-detail {
  margin: 2% auto 0;
  position: relative;
}
@media (max-width: 767px) {
  section.guidance-detail {
    margin: 4% auto 0;
  }
}
section.guidance-detail {
  width: 100%;
  margin: 4% auto 0;
  position: relative;
}
@media (max-width: 767px) {
  section.guidance-detail {
    margin: 8% auto 0;
  }
}
section.guidance-detail h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 3em;
}
@media (max-width: 1025px) {
  section.guidance-detail h3.topic {
    font-size: 18px;
    margin: 0 auto 2em;
  }
}
section.guidance-detail h3.topic img.dash {
  width: 300px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.guidance-detail h3.topic img.dash {
    width: 200px;
  }
}
@media (max-width: 767px) {
  section.guidance-detail h3.topic img.dash {
    width: 75%;
  }
}
section.guidance-detail .detail-list {
  margin: 0 auto 5%;
}
@media (max-width: 767px) {
  section.guidance-detail .detail-list {
    margin: 0 auto;
  }
}
section.guidance-detail .detail-list dl {
  display: flex;
  align-items: self-start;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  section.guidance-detail .detail-list dl {
    flex-direction: column;
    padding: 1rem 0;
  }
}
section.guidance-detail .detail-list dl:first-child {
  padding-top: 0;
}
section.guidance-detail .detail-list dl dt {
  width: 7em;
  font-size: 1.8rem;
  color: #00a63c;
  text-align: left;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding: 0;
}
@media (max-width: 1025px) {
  section.guidance-detail .detail-list dl dt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.guidance-detail .detail-list dl dt {
    width: 100%;
    line-height: 1.5;
  }
}
section.guidance-detail .detail-list dl dd {
  width: calc(100% - 7em);
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: left;
  padding: 0;
}
@media (max-width: 1025px) {
  section.guidance-detail .detail-list dl dd {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.guidance-detail .detail-list dl dd {
    width: 100%;
    line-height: 1.5;
  }
}
section.guidance-detail .detail-list dl dd span.space-wrap {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  section.guidance-detail .detail-list dl dd span.space-wrap {
    display: inline-block;
  }
}
section.guidance-detail .detail-list dl dd span.space {
  display: inline-block;
  width: 20%;
}
@media (max-width: 1025px) {
  section.guidance-detail .detail-list dl dd span.space {
    width: 30%;
  }
}
@media (max-width: 767px) {
  section.guidance-detail .detail-list dl dd span.space {
    display: block;
    width: 45%;
  }
}
section.guidance-detail .line {
  display: flex;
  width: 100%;
  overflow: hidden;
}
section.guidance-detail .line img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
@media (max-width: 767px) {
  section.guidance-detail .line img {
    width: 150%;
    max-width: none;
  }
}
section.guidance-detail .list-wrap {
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1em;
  position: relative;
  background: #f0f8db;
  border-radius: 20px;
  padding: 1em 1em 0.5em;
}
@media (max-width: 767px) {
  section.guidance-detail .list-wrap {
    padding: 1em;
  }
}
section.guidance-detail .list-wrap2 {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  padding: 0;
}
section.guidance-detail table.age-list {
  display: table;
  width: 100%;
  margin: 0 auto 1%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 2px #f0f8db;
  table-layout: fixed;
}
@media (max-width: 767px) {
  section.guidance-detail table.age-list {
    margin: 0 auto 5%;
  }
}
section.guidance-detail table.age-list tbody tr th {
  width: 140px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #000;
  text-align: center;
  padding: 0.5em;
  vertical-align: middle;
  background: #fff;
  border-bottom: solid 2px #f0f8db;
  border-right: solid 2px #f0f8db;
}
@media (max-width: 1025px) {
  section.guidance-detail table.age-list tbody tr th {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  section.guidance-detail table.age-list tbody tr th {
    width: 3em;
  }
}
section.guidance-detail table.age-list tbody tr:last-of-type th {
  border-bottom: none;
}
section.guidance-detail table.age-list tbody tr:first-of-type th {
  font-weight: 500;
  background: #d3ea96;
  border-right-color: #f0f8db;
  padding: 0.5em;
}
section.guidance-detail table.age-list tbody tr td {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 0.5em;
  vertical-align: middle;
  background: #fff;
  border-right: solid 2px #f0f8db;
  border-bottom: solid 2px #f0f8db;
}
@media (max-width: 1025px) {
  section.guidance-detail table.age-list tbody tr td {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  section.guidance-detail table.age-list tbody tr td {
    width: calc(100% - 3em);
    font-size: 12px;
    position: relative;
  }
}
section.guidance-detail table.age-list tbody tr td span.space {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.guidance-detail table.age-list tbody tr td span.space {
    justify-content: left;
  }
}
section.guidance-detail table.age-list tbody tr td.text-left {
  text-align: left;
  vertical-align: top;
}
section.guidance-detail table.age-list tbody tr:first-of-type td {
  font-weight: 500;
  text-align: center;
  background: #d3ea96;
  border-right-color: #f0f8db;
  padding: 0.5em;
}
section.guidance-detail table.age-list tbody tr:last-of-type td {
  font-size: 1.4rem;
  border-bottom: none;
  line-height: 1.5;
}
@media (max-width: 1025px) {
  section.guidance-detail table.age-list tbody tr:last-of-type td {
    font-size: 12px;
  }
}
section.guidance-detail table.age-list tbody tr td:last-of-type {
  border-right: none;
}
section.guidance-detail table.price-list {
  display: table;
  width: 100%;
  margin: 0 auto 1%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 2px #f0f8db;
  table-layout: fixed;
}
@media (max-width: 767px) {
  section.guidance-detail table.price-list {
    margin: 0 auto 5%;
  }
}
section.guidance-detail table.price-list tbody tr td, section.guidance-detail table.price-list tbody tr th {
  overflow: hidden;
  word-break: break-word;
}
section.guidance-detail table.price-list tbody tr th {
  width: 140px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #000;
  text-align: center;
  padding: 0.5em;
  vertical-align: middle;
  background: #d3ea96;
  border-bottom: solid 2px #f0f8db;
  border-right: solid 2px #f0f8db;
}
@media (max-width: 1025px) {
  section.guidance-detail table.price-list tbody tr th {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  section.guidance-detail table.price-list tbody tr th {
    width: 3em;
  }
}
section.guidance-detail table.price-list tbody tr:last-of-type th {
  border-bottom: none;
}
section.guidance-detail table.price-list tbody tr:first-of-type th {
  border-right-color: #f0f8db;
}
section.guidance-detail table.price-list tbody tr td {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 0.5em;
  vertical-align: middle;
  background: #fff;
  border-right: solid 2px #f0f8db;
  border-bottom: solid 2px #f0f8db;
}
@media (max-width: 1025px) {
  section.guidance-detail table.price-list tbody tr td {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  section.guidance-detail table.price-list tbody tr td {
    width: calc(100% - 3em);
    position: relative;
  }
}
section.guidance-detail table.price-list tbody tr td span.space {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.guidance-detail table.price-list tbody tr td span.space {
    justify-content: left;
  }
}
section.guidance-detail table.price-list tbody tr:first-of-type td {
  font-weight: 500;
  text-align: center;
  background: #d3ea96;
  border-right-color: #f0f8db;
  padding: 0.5em;
}
@media (max-width: 1025px) {
  section.guidance-detail table.price-list tbody tr:first-of-type td {
    font-size: 12px;
  }
}
section.guidance-detail table.price-list tbody tr:last-of-type td {
  border-bottom: none;
}
section.guidance-detail table.price-list tbody tr td:last-of-type {
  border-right: none;
}
section.guidance-detail p.title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #565656;
  line-height: 1.8;
  margin-bottom: 0.5em;
  letter-spacing: 0.06em;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 1025px) {
  section.guidance-detail p.title {
    font-size: 13px;
  }
}
section.guidance-detail p.text {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 1025px) {
  section.guidance-detail p.text {
    font-size: 12px;
  }
}
section.guidance-detail .img-wrap {
  width: 100%;
}
section.guidance-detail .position-wrap {
  position: relative;
  z-index: 0;
}
section.guidance-detail .guidance-img-box1 {
  position: absolute;
  width: 450px;
  height: 920px;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.guidance-detail .guidance-img-box1 {
    width: 300px;
    height: 613.3px;
    left: -50px;
  }
}
@media (max-width: 1280px) {
  section.guidance-detail .guidance-img-box1 {
    width: 225px;
    height: 460px;
  }
}
@media (max-width: 767px) {
  section.guidance-detail .guidance-img-box1 {
    display: none;
  }
}
section.guidance-detail .guidance-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.guidance-detail .guidance-img-box2 {
  position: absolute;
  width: 520px;
  height: 1350px;
  right: -50px;
  top: 56.5%;
  transform: translate(0%, -50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  section.guidance-detail .guidance-img-box2 {
    width: 346.6px;
    height: 900px;
  }
}
@media (max-width: 1280px) {
  section.guidance-detail .guidance-img-box2 {
    display: none;
  }
}
@media (max-width: 767px) {
  section.guidance-detail .guidance-img-box2 {
    display: block;
    position: initial;
    width: 100%;
    height: auto;
    transform: none;
  }
}
section.guidance-detail .guidance-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.guidance-visit {
  position: relative;
  background: linear-gradient(transparent 411px, #fff995 411px);
  padding: 0 0 411px;
  overflow: hidden;
  margin: -60px auto 0;
}
@media (max-width: 1025px) {
  section.guidance-visit {
    background: linear-gradient(transparent 200px, #fff995 200px);
    padding: 0 0 200px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  section.guidance-visit {
    background: linear-gradient(transparent 150px, #fff995 150px);
    padding: 0 0 120px;
    margin-top: -60px;
  }
}
section.guidance-visit .wave {
  width: 100%;
  height: 411px;
  background: url("../images/guidance_02_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.guidance-visit .wave {
    height: 200px;
  }
}
@media (max-width: 767px) {
  section.guidance-visit .wave {
    height: 150px;
    background: url("../images/guidance_02_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.guidance-visit .visit-inner {
  position: relative;
  margin-top: -170px;
}
@media (max-width: 1440px) {
  section.guidance-visit .visit-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.guidance-visit .visit-inner {
    margin-top: 10px;
  }
}
section.guidance-visit h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 3em;
}
@media (max-width: 1025px) {
  section.guidance-visit h3.topic {
    font-size: 18px;
    margin: 0 auto 2em;
  }
}
section.guidance-visit h3.topic img.dash {
  width: 300px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.guidance-visit h3.topic img.dash {
    width: 200px;
  }
}
@media (max-width: 767px) {
  section.guidance-visit h3.topic img.dash {
    width: 75%;
  }
}
section.guidance-visit .visit-list {
  width: 100%;
  display: flex;
  justify-content: left;
  padding-right: 20px;
}
@media (max-width: 767px) {
  section.guidance-visit .visit-list {
    flex-direction: column;
    justify-content: center;
    gap: 0.5em;
    padding-right: 0;
  }
}
section.guidance-visit .text-box {
  width: calc(100% - 325px);
  margin-top: 2.5em;
}
@media (max-width: 1025px) {
  section.guidance-visit .text-box {
    width: calc(100% - 216.6px);
  }
}
@media (max-width: 767px) {
  section.guidance-visit .text-box {
    width: 100%;
    margin-top: 0;
  }
}
section.guidance-visit .text-box p.time {
  font-size: 2.3rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 auto 0.5em;
}
@media (max-width: 1025px) {
  section.guidance-visit .text-box p.time {
    font-size: 18px;
    margin: 0 auto 0.25em;
  }
}
section.guidance-visit .text-box p.tel {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 auto 0.5em;
}
@media (max-width: 1025px) {
  section.guidance-visit .text-box p.tel {
    font-size: 21px;
    margin: 0 auto 0.25em;
  }
}
section.guidance-visit .text-box p.tel span {
  font-size: 3.3rem;
  margin-left: 0.25em;
}
@media (max-width: 1025px) {
  section.guidance-visit .text-box p.tel span {
    font-size: 23px;
  }
}
section.guidance-visit .text-box p.text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  section.guidance-visit .text-box p.text {
    font-size: 14px;
  }
}
section.guidance-visit .img-box {
  width: 325px;
}
@media (max-width: 1025px) {
  section.guidance-visit .img-box {
    width: 216.6px;
  }
}
@media (max-width: 767px) {
  section.guidance-visit .img-box {
    width: 75%;
    margin: 1em auto 0;
  }
}
section.guidance-visit .img-box img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

section.guidance-flow {
  position: relative;
  background: linear-gradient(transparent 411px, #fff 411px);
  padding: 0 0 380px;
  overflow: hidden;
  margin-top: -380px;
}
@media (max-width: 1025px) {
  section.guidance-flow {
    background: linear-gradient(transparent 200px, #fff 200px);
    padding: 0 0 200px;
    margin-top: -160px;
  }
}
@media (max-width: 767px) {
  section.guidance-flow {
    background: linear-gradient(transparent 150px, #fff 150px);
    padding: 0 0 80px;
    margin-top: -150px;
  }
}
section.guidance-flow .wave {
  width: 100%;
  height: 411px;
  background: url("../images/guidance_03_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.guidance-flow .wave {
    height: 200px;
  }
}
@media (max-width: 767px) {
  section.guidance-flow .wave {
    height: 170px;
    background: url("../images/guidance_03_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.guidance-flow .flow-inner {
  position: relative;
  margin-top: -170px;
  z-index: 1;
}
@media (max-width: 1440px) {
  section.guidance-flow .flow-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.guidance-flow .flow-inner {
    margin-top: 10px;
  }
}
section.guidance-flow h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 3em;
}
@media (max-width: 1025px) {
  section.guidance-flow h3.topic {
    font-size: 18px;
    margin: 0 auto 2em;
  }
}
section.guidance-flow h3.topic img.dash {
  width: 377px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.guidance-flow h3.topic img.dash {
    width: 251.3px;
  }
}
@media (max-width: 767px) {
  section.guidance-flow h3.topic img.dash {
    width: 80%;
  }
}
section.guidance-flow .detail-list {
  margin: 0 auto 5%;
}
@media (max-width: 767px) {
  section.guidance-flow .detail-list {
    margin: 0 auto;
  }
}
section.guidance-flow .detail-list dl {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
}
@media (max-width: 767px) {
  section.guidance-flow .detail-list dl {
    flex-direction: column;
    padding: 1rem 0;
  }
}
section.guidance-flow .detail-list dl:first-child {
  padding-top: 0;
}
section.guidance-flow .detail-list dl:last-child dd span {
  margin-bottom: 0;
}
section.guidance-flow .detail-list dl dt {
  width: 330px;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding: 0;
}
@media (max-width: 1025px) {
  section.guidance-flow .detail-list dl dt {
    width: 280px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section.guidance-flow .detail-list dl dt {
    width: 100%;
    line-height: 1.5;
  }
}
section.guidance-flow .detail-list dl dt span {
  display: block;
  width: 100%;
  color: #fff;
  background: #ef8200;
  border-radius: 20px;
  padding: 0.75em 1em;
}
@media (max-width: 767px) {
  section.guidance-flow .detail-list dl dt span {
    margin-bottom: 1em;
  }
}
section.guidance-flow .detail-list dl dd {
  width: calc(100% - 330px);
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: left;
  padding-left: 2em;
}
@media (max-width: 1025px) {
  section.guidance-flow .detail-list dl dd {
    width: calc(100% - 280px);
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.guidance-flow .detail-list dl dd {
    width: 100%;
    padding: 0 2em;
  }
}
section.guidance-flow .detail-list dl dd span.text-m {
  font-weight: 500;
}
section.guidance-flow .detail-list dl dd span.tel {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #ef8200;
}
@media (max-width: 1025px) {
  section.guidance-flow .detail-list dl dd span.tel {
    font-size: 16px;
  }
}
section.guidance-flow .detail-list dl dd span.tel span {
  font-size: 3rem;
  margin-left: 0.25em;
}
@media (max-width: 1025px) {
  section.guidance-flow .detail-list dl dd span.tel span {
    font-size: 23px;
  }
}
section.guidance-flow .detail-list dl dd.flex {
  display: flex;
}
@media (max-width: 1025px) {
  section.guidance-flow .detail-list dl dd.flex {
    flex-direction: column;
  }
}
section.guidance-flow .detail-list dl dd span.flex-topic {
  white-space: nowrap;
}
section.guidance-flow .detail-list dl dd span.indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
section.guidance-flow .dotte {
  display: block;
  width: 10px;
  height: auto;
  margin: 0 auto;
}
section.guidance-flow .img-wrap {
  width: 100%;
}
section.guidance-flow .guidance-flow-img-box1 {
  position: absolute;
  width: 350px;
  height: 330px;
  left: 0;
  bottom: 360px;
}
@media (max-width: 1440px) {
  section.guidance-flow .guidance-flow-img-box1 {
    width: 233.3px;
    height: 220px;
  }
}
@media (max-width: 1280px) {
  section.guidance-flow .guidance-flow-img-box1 {
    display: none;
  }
}
section.guidance-flow .guidance-flow-img-box1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.guidance-flow .guidance-flow-img-box2 {
  position: absolute;
  width: 530px;
  height: 760px;
  right: 0;
  top: 220px;
}
@media (max-width: 1440px) {
  section.guidance-flow .guidance-flow-img-box2 {
    width: 353.3px;
    height: 506.6px;
  }
}
@media (max-width: 1280px) {
  section.guidance-flow .guidance-flow-img-box2 {
    width: 265px;
    height: 380px;
    right: -50px;
    top: 100px;
  }
}
@media (max-width: 767px) {
  section.guidance-flow .guidance-flow-img-box2 {
    display: block;
    position: initial;
    width: 100%;
    height: auto;
    transform: none;
  }
}
section.guidance-flow .guidance-flow-img-box2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.guidance-qa {
  position: relative;
  background: linear-gradient(transparent 411px, #fff995 411px);
  padding: 0 0 60px;
  margin-top: -411px;
}
@media (max-width: 1025px) {
  section.guidance-qa {
    background: linear-gradient(transparent 200px, #fff995 200px);
    margin-top: -200px;
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  section.guidance-qa {
    background: linear-gradient(transparent 150px, #fff995 150px);
    margin-top: -180px;
  }
}
section.guidance-qa .wave {
  width: 100%;
  height: 411px;
  background: url("../images/guidance_04_bn.png") no-repeat center bottom/100% auto;
}
@media (max-width: 1025px) {
  section.guidance-qa .wave {
    height: 200px;
  }
}
@media (max-width: 767px) {
  section.guidance-qa .wave {
    height: 150px;
    background: url("../images/guidance_04_bn_sp.png") no-repeat center bottom/100% auto;
  }
}
section.guidance-qa .qa-inner {
  position: relative;
  margin-top: -120px;
}
@media (max-width: 1440px) {
  section.guidance-qa .qa-inner {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  section.guidance-qa .qa-inner {
    margin-top: 10px;
  }
}
section.guidance-qa h3.topic {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00a63c;
  letter-spacing: 0.22em;
  text-align: center;
  margin: 0 auto 2em;
}
@media (max-width: 1025px) {
  section.guidance-qa h3.topic {
    font-size: 18px;
    margin: 0 auto 1.5em;
  }
}
section.guidance-qa h3.topic img.dash {
  width: 377px;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.guidance-qa h3.topic img.dash {
    width: 251.3px;
  }
}
@media (max-width: 767px) {
  section.guidance-qa h3.topic img.dash {
    width: 80%;
  }
}
section.guidance-qa .detail-list {
  margin: 0 auto 5%;
}
section.guidance-qa .detail-list dl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0.75rem 0 2em;
}
@media (max-width: 767px) {
  section.guidance-qa .detail-list dl {
    flex-direction: column;
    padding: 1rem 0 2em;
  }
}
section.guidance-qa .detail-list dl:first-child {
  padding-top: 0;
}
section.guidance-qa .detail-list dl:last-child {
  padding-bottom: 0;
}
section.guidance-qa .detail-list dl dt {
  display: flex;
  align-items: baseline;
  width: 100%;
  font-size: 2.3rem;
  font-weight: 700;
  color: #f37841;
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding: 0;
}
@media (max-width: 1025px) {
  section.guidance-qa .detail-list dl dt {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  section.guidance-qa .detail-list dl dt {
    width: 100%;
    line-height: 1.5;
  }
}
section.guidance-qa .detail-list dl dt span.q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #f37841;
  border-radius: 50px;
}
@media (max-width: 1025px) {
  section.guidance-qa .detail-list dl dt span.q-icon {
    width: 40px;
    height: 40px;
  }
}
section.guidance-qa .detail-list dl dt span.question {
  width: calc(100% - 60px);
  padding-left: 1em;
}
@media (max-width: 1025px) {
  section.guidance-qa .detail-list dl dt span.question {
    width: calc(100% - 40px);
  }
}
section.guidance-qa .detail-list dl dd {
  display: flex;
  align-items: baseline;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: left;
  margin-top: 0.5em;
}
@media (max-width: 1025px) {
  section.guidance-qa .detail-list dl dd {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.guidance-qa .detail-list dl dd {
    width: 100%;
  }
}
section.guidance-qa .detail-list dl dd span.a-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60px;
  height: 60px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #f37841;
}
@media (max-width: 1025px) {
  section.guidance-qa .detail-list dl dd span.a-icon {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}
section.guidance-qa .detail-list dl dd span.answer {
  width: calc(100% - 60px);
  padding-left: 1em;
}
@media (max-width: 1025px) {
  section.guidance-qa .detail-list dl dd span.answer {
    width: calc(100% - 40px);
  }
}

/*============
footer設定
=============*/
body.eating footer::after {
  content: "";
  position: absolute;
  top: -250px;
  left: 200px;
  width: 220px;
  height: 270px;
  background-image: url(../images/footer_bg_top2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  vertical-align: bottom;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  body.eating footer::after {
    top: -160px;
    left: 100px;
    width: 146.6px;
    height: 180px;
  }
}
@media (max-width: 1280px) {
  body.eating footer::after {
    top: -120px;
    left: 90px;
    width: 110px;
    height: 135px;
  }
}
@media (max-width: 911px) {
  body.eating footer::after {
    top: -105px;
    left: 50px;
  }
}
@media (max-width: 767px) {
  body.eating footer::after {
    width: 73.3px;
    height: 90px;
    top: -65px;
    left: 20px;
  }
}

footer {
  margin: 0px 0 0;
  width: 100%;
  height: auto;
  color: #fff;
  background: #54b565;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    margin: 0px 0 0;
  }
}
@media (max-width: 430px) {
  footer {
    margin: 0px 0 0;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 130px;
  background-image: url(../images/footer_bg_top.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  vertical-align: bottom;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  footer::before {
    top: -42.3px;
    height: 86.6px;
  }
}
@media (max-width: 767px) {
  footer::before {
    top: -32px;
    height: 65px;
  }
}
footer .footer-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 0 1rem;
  text-align: center;
}
@media (max-width: 1025px) {
  footer .footer-wrap {
    max-width: 100%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  footer .footer-wrap {
    width: 100%;
    padding: 3rem 0;
  }
}
footer .footer-wrap .footer-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .footer-wrap .footer-flex {
    width: 95%;
    row-gap: 5px;
  }
}
footer ul.footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 10px;
  margin: 0 auto 2rem;
}
@media (max-width: 1025px) {
  footer ul.footer-menu {
    row-gap: 15px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  footer ul.footer-menu {
    display: none;
  }
}
footer ul.footer-menu li a {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
  padding: 0 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  border-left: solid 1px #fff;
}
@media (max-width: 1025px) {
  footer ul.footer-menu li a {
    font-size: 12px;
  }
}
footer ul.footer-menu li a:hover {
  color: #ffff87;
}
footer ul.footer-menu li:last-of-type a {
  border-right: solid 1px #fff;
}
footer .logo-wrap {
  margin: 0 auto 0.5rem;
}
footer .logo-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 1025px) {
  footer .logo-wrap a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .logo-wrap a {
    font-size: clamp(18px, 5vw, 23px);
  }
}
@media (max-width: 767px) {
  footer .logo-wrap a {
    flex-direction: column;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
footer .logo-wrap a span {
  font-size: 3.8rem;
  font-weight: 700;
  margin-left: 1.5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1025px) {
  footer .logo-wrap a span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  footer .logo-wrap a span {
    font-size: clamp(30px, 6vw, 38px);
  }
}
footer ul.footer-adress {
  display: block;
  margin: 0 auto;
  text-align: center;
}
footer ul.footer-adress li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  footer ul.footer-adress li {
    flex-direction: column;
  }
}
footer ul.footer-adress li.text1 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 1025px) {
  footer ul.footer-adress li.text1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer ul.footer-adress li.text1 {
    font-size: clamp(19px, 5vw, 25px);
  }
}
footer ul.footer-adress li.text1 span {
  font-size: 1.6rem;
}
@media (max-width: 1025px) {
  footer ul.footer-adress li.text1 span {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  footer ul.footer-adress li.text1 span {
    font-size: clamp(16px, 4.5vw, 20px);
  }
}
footer ul.footer-adress li.text2 {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media (max-width: 1025px) {
  footer ul.footer-adress li.text2 {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  footer ul.footer-adress li.text2 {
    font-size: clamp(14px, 3.8vw, 16px);
  }
}

p.copyright {
  position: relative;
  max-width: 1200px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 auto;
  padding: 1rem 0 1%;
}
@media (max-width: 767px) {
  p.copyright {
    max-width: 100%;
    font-size: 14px;
    /*transform: scale(0.9);*/
    padding: 2rem 0;
  }
}

.edit {
  display: none;
}

body.index .edit, body.profile .edit, body.consept .edit, body.parent .edit, body.guidance .edit {
  display: inline;
  position: absolute;
  right: 0;
  /*opacity: .5;*/
}
@media (max-width: 767px) {
  body.index .edit, body.profile .edit, body.consept .edit, body.parent .edit, body.guidance .edit {
    display: block;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-top: 1rem;
  }
}
body.index .edit a, body.profile .edit a, body.consept .edit a, body.parent .edit a, body.guidance .edit a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
body.index .edit a:hover, body.profile .edit a:hover, body.consept .edit a:hover, body.parent .edit a:hover, body.guidance .edit a:hover {
  color: #ffff87;
}/*# sourceMappingURL=style.css.map */

.teacher-list form {
    width: 100%;
}
body.editmode section.consept-teacher ul.teacher-list .img-box,
body.editmode section.parent-detail ul.detail-list2 .img-box {
  overflow: visible;
}
.editmode section.info-index .info_contents {
  height: auto;
}
.editmode input, .editmode textarea {
  border: solid 1px #AAA;
}
