@charset "UTF-8";
/* CSS Document */
/*
Theme Name: こどもデイサービスあすむ
*/
/*Font Weight 	Regular400  Medium500  Bold700  Heavy800 	Black900*/
* {
  margin: 0;
  padding: 0;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

h1 {
  font-size: 1em;
  font-weight: 300;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 1vw;
  line-height: 2em;
  color: #383c3c;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}

/* =======================================================================================================================
　　　　　　　　　固定ページ共通パーツ
======================================================================================================================= */
/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 2.5em 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 7.5em;
}
@media screen and (max-width: 1350px) {
  .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

@media screen and (max-width: 480px) {
  br {
    display: none;
  }
}
#news-single #main-wrap,
#news-single #wrapper-form,
#default #main-wrap,
#default #wrapper-form,
#page #main-wrap,
#page #wrapper-form {
  background-color: #FFE981;
  margin-bottom: 15em;
}
#news-single #main-wrap::after,
#news-single #wrapper-form::after,
#default #main-wrap::after,
#default #wrapper-form::after,
#page #main-wrap::after,
#page #wrapper-form::after {
  content: "";
  background-image: url(/images/flow08.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 101%;
  height: 30em;
  display: block;
  left: 0em;
  z-index: -1;
}

.news-single,
.archive-wrap {
  width: 60%;
  margin: auto;
  padding: 20em 0 0 0;
  color: #44AF34;
}
@media screen and (max-width: 768px) {
  .news-single,
  .archive-wrap {
    width: 85%;
    margin: auto;
    padding: 14em 0 0 0;
  }
}
.news-single h1,
.archive-wrap h1 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.75em;
}
.news-single .date,
.archive-wrap .date {
  font-size: 1.25em;
}
.news-single .back,
.archive-wrap .back {
  display: flex;
  justify-content: center;
  padding: 7em 0 0 0;
}
.news-single .back a,
.archive-wrap .back a {
  color: #44AF34;
  background-color: #FFE981;
  padding: 1em 4.8em 1em 2.5em;
  border-radius: 2.5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 3px #00A03B;
}
.news-single .back a::after,
.archive-wrap .back a::after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  width: 2em;
  height: 2em;
  background: url(/images/ya02.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
.news-single .back a:hover::after,
.archive-wrap .back a:hover::after {
  transform: translateY(-50%) translateX(6px);
}
.news-single a,
.archive-wrap a {
  color: #44AF34;
}
.news-single a:hover,
.archive-wrap a:hover {
  opacity: 0.5;
  color: #44AF34;
}

.archive-wrap .news-list {
  padding: 1em 0;
}
.archive-wrap .news-list li {
  list-style: none;
  border-bottom: dotted;
  padding: 1em 0;
}
.archive-wrap .news-list li:first-of-type {
  border-top: dotted;
}

/* 欧文フォント */
/* 日本語フォント */
.jp {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

/* 文字寄せ */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1350px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
@media screen and (max-width: 768px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
/* 段落 */
p {
  padding-bottom: 2em;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #44AF34;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.imgbox {
  line-height: 0;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 2.5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-2.5em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(2.5em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -2.5em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 2.5em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-2.5em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(2.5em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -2.5em);
}
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page section.on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100/53) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1920px) and (min-width: 1351px) and (max-aspect-ratio: 2/1) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) and (max-aspect-ratio: 25/13) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25/37) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* リンク */
a {
  text-decoration: none;
  color: #383c3c;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #FFF4B5;
  opacity: 0.6;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ================= フォーム ============================================================ */
/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em 0;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
  background: #f8eacf;
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em 0;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}

/* contact form 7 ------------------------------------------- */
.wpcf7-form .formctt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.formname {
  width: 12em;
  font-weight: 700;
  text-align: right;
  padding: 1em 0.5em 0 0;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  .formname {
    width: 100%;
    text-align: left;
    padding: 0.5em 0;
  }
}
.formname::after {
  content: "：";
}

span .formname {
  padding-top: 1.5em;
}

.wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    flex: none;
  }
}

div.wpcf7 {
  text-align: left;
}

.wpcf7-form {
  /*送信ボタン*/
}
.wpcf7-form p {
  padding: 0 0 3em 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.25em 0.8em;
  border: #909090 solid 0.5px;
  /* 確認ページ */
}
@media screen and (max-width: 1500px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=date],
  .wpcf7-form textarea {
    padding: 0.5em 1em;
  }
}
.wpcf7-form input[type=text].wpcf7c-conf,
.wpcf7-form input[type=email].wpcf7c-conf,
.wpcf7-form input[type=tel].wpcf7c-conf,
.wpcf7-form input[type=date].wpcf7c-conf,
.wpcf7-form textarea.wpcf7c-conf {
  background: #fff;
  border: none;
  border-radius: none;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100% !important;
}
.wpcf7-form .yubin input[type=text] {
  max-width: 180px;
}
.wpcf7-form label .yubin {
  position: relative;
  top: 1em;
}
.wpcf7-form label .yubin br {
  display: none;
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button],
.wpcf7-form .resetbtn {
  width: 10em !important;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1em;
  text-indent: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: auto;
  display: block;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 1.5em;
  background: #44AF34;
  color: #f8eacf;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=button]:hover,
.wpcf7-form .resetbtn:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.25em, 0.25em);
  background-color: #44AF34;
}
@media screen and (max-width: 480px) {
  .wpcf7-form input[type=submit],
  .wpcf7-form input[type=button],
  .wpcf7-form .resetbtn {
    padding: 0.5em 0.5em;
    width: 8em !important;
    margin: auto;
  }
}
.wpcf7-form .resetbtn {
  letter-spacing: 0;
  text-indent: 0;
  background: #FFF4B5;
}
.wpcf7-form .wpcf7c-btn-back {
  background: #FFF4B5;
}
.wpcf7-form fieldset {
  border: none;
  display: flex;
}
.wpcf7-form fieldset p {
  left: 14.5em;
  bottom: 2em;
}
@media screen and (max-width: 768px) {
  .wpcf7-form fieldset p {
    left: 0;
    bottom: 0;
    padding: 2em 0 6em 0;
  }
}
.wpcf7-form fieldset .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 21em;
}
@media screen and (max-width: 768px) {
  .wpcf7-form fieldset .wpcf7-checkbox {
    flex-wrap: nowrap;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-form fieldset label {
    flex-direction: row;
  }
}

.contactformarea .form {
  width: 100%;
  margin: 0 auto 0 auto;
}

/* ボタンリスト */
.btnlist {
  list-style: none inside;
  text-align: center;
}
.btnlist li {
  display: inline-block;
}

/* 確認ページ */
input[type=hidden] {
  position: relative;
  z-index: 100;
  display: inline-block;
  background: #fff !important;
  border: #fff solid 2px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #44AF34;
}

div.wpcf7 .ajax-loader {
  width: 0;
  height: 0;
}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
}

.wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  .wpcf7-form {
    padding: 1.5em 3.5em;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-form {
    padding: 2em 1.5em;
  }
}
.wpcf7-form p, .wpcf7-form ul {
  position: relative;
  z-index: 2;
}
.wpcf7-form label {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
@media screen and (max-width: 480px) {
  .wpcf7-form label {
    flex-direction: column;
  }
}
.wpcf7-form label .title {
  width: 14em;
  letter-spacing: 0.09em;
}
.wpcf7-form label .wrap-other-text {
  width: calc(100% - 14em);
}
@media screen and (max-width: 480px) {
  .wpcf7-form label .wrap-other-text {
    width: 100%;
  }
}
.wpcf7-form label .required {
  position: relative;
}
.wpcf7-form label .required::after {
  content: "*";
  color: #44AF34;
  padding: 0 0 0 0.2em;
}
.wpcf7-form label .required .annotation {
  position: absolute;
  left: 0;
  bottom: -1.8em;
  font-size: 0.75em;
}
.wpcf7-form label .wpcf7-acceptance {
  margin: auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .wpcf7-form .checkbox-wrap label {
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-form .acceptance-check label {
    flex-direction: row;
  }
}

.formbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  z-index: 1;
  border-radius: 1em;
}

/* チェックボックス・ラジオボタン */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.75em;
}
span.wpcf7-list-item input[type=radio] + span,
span.wpcf7-list-item input[type=checkbox] + span {
  padding-right: 1em;
  font-size: 1em;
}
span.wpcf7-list-item:last-child input[type=radio] + span,
span.wpcf7-list-item:last-child input[type=checkbox] + span {
  padding-right: 0;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 1em;
}
input[type=radio].wpcf7c-conf,
input[type=checkbox].wpcf7c-conf {
  display: none;
}
input[type=radio].wpcf7c-conf + span,
input[type=checkbox].wpcf7c-conf + span {
  display: none;
}

.wpcf7-list-item-label {
  cursor: pointer;
  line-height: 1em;
}

.wpcf7c-elm-step2.bdstep2 {
  display: block;
  width: 100%;
  border-bottom: #44AF34 solid 1px;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #FFF4B5;
  font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #44AF34;
  background: #FFF4B5;
  color: #44AF34;
  font-weight: 700;
}

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #44AF34;
}

.wpcf7cp-form-hide {
  display: none;
}

#wpcf7cpcnf {
  position: relative !important;
  padding: 5em 0 10em 0;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf {
    padding: 5em 4em 10em 4em;
  }
}
@media screen and (max-width: 480px) {
  #wpcf7cpcnf {
    padding: 5em 2em 10em 2em;
  }
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf tr {
    display: flex;
    flex-direction: column;
    line-height: 1em;
    padding: 0 0 1em 0;
  }
}
#wpcf7cpcnf tr th {
  width: 25em;
  padding: 0 3em 0 0;
  display: flex;
}
#wpcf7cpcnf tr th::before {
  content: "・";
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf tr th {
    line-height: 1.5em;
  }
}
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
  width: 10em !important;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1em;
  text-indent: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: auto;
  display: block;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 1.5em;
  background: #44AF34;
  color: #f8eacf;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5em;
}
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.25em, 0.25em);
  background-color: #44AF34;
}
@media screen and (max-width: 480px) {
  #wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
    padding: 0.5em 0.5em;
    width: 8em !important;
    margin: auto;
  }
}
#wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
  width: 13em !important;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-indent: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: auto;
  display: block;
  transition: 0.3s ease;
  backface-visibility: hidden;
  border: none;
  border-radius: 1.5em;
  background: #44AF34;
  color: #f8eacf;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
}
#wpcf7cpcnf .wpcf7cp-cfm-submit-btn:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.25em, 0.25em);
  background-color: #44AF34;
}
@media screen and (max-width: 480px) {
  #wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
    padding: 0.5em 0.5em;
    width: 8em !important;
    margin: auto;
  }
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
header {
  position: fixed;
  z-index: 999;
  transform: translateY(0);
  transition: transform 0.35s ease;
  will-change: transform;
  overflow: visible;
}
header.is-hide {
  transform: translateY(-110%);
}
header.is-hide a h1 {
  transform: translateY(-1.2em) scale(0.95);
  opacity: 0;
}
header.is-hide a .site-title {
  transform: translateY(-1.2em) scale(0.95);
  opacity: 0;
}
header a h1 {
  position: absolute;
  left: 2em;
  top: 1.75em;
  /* ★ ここがポイント */
  transition: transform 0.35s ease 0.05s, opacity 0.25s ease;
  will-change: transform, opacity;
}
@media screen and (max-width: 768px) {
  header a h1 {
    left: 1.5em;
  }
}
header a h1 img {
  width: 14em;
  height: auto;
}
@media screen and (max-width: 768px) {
  header a h1 img {
    width: 6em;
  }
}
header .header-nav {
  padding: 5em 5em 0 25em;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header .header-nav {
    padding: 4em 0em 0 10em;
  }
}
@media screen and (max-width: 480px) {
  header .header-nav {
    display: none;
  }
}
header .header-nav ul {
  display: flex;
  justify-content: space-between;
  gap: 1.75em;
}
@media screen and (max-width: 768px) {
  header .header-nav ul {
    gap: 0.5em;
  }
}
header .header-nav ul li {
  position: relative;
}
header .header-nav ul li a {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: inline-block;
  background: white;
  border: 4px solid #FFF4B5;
  color: #44AF34;
  border-radius: 9999px; /* 角丸（ピル形） */
  padding: 0.9em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.05s ease, opacity 0.2s ease;
  text-align: center;
  width: 8.5em;
  position: relative;
  /* ---------------------------------------------------------------------------------------------------
    マーカー（共通定義）
    - 通常：is-active に表示
    - ホバー：JSで付与される is-hover に一時表示（hoverが離れたら is-active に戻る）
  --------------------------------------------------------------------------------------------------- */
}
@media screen and (max-width: 768px) {
  header .header-nav ul li a {
    padding: 0.9em 0.8em;
    font-size: 0.8em;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .header-nav ul li a:hover {
  opacity: 1;
}
header .header-nav ul li a::before {
  content: "";
  background-image: url(/images/susumu-img02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 3.5em;
  height: 4em;
  display: block;
  left: -1.5em;
  top: -1.5em;
  z-index: 6;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.85) rotate(-3deg);
}
@media screen and (max-width: 768px) {
  header .header-nav ul li a::before {
    width: 2.7em;
    height: 3em;
    left: -1.5em;
    top: -1.5em;
  }
}
header .header-nav ul li a.is-active::before {
  opacity: 1;
  transform: scale(1) rotate(0);
  animation: markerIn 0.25s ease-out;
}
header .header-nav ul li a.is-hover::before {
  opacity: 1;
  transform: scale(1) rotate(0);
  animation: markerIn 0.15s ease-out, naviWiggle 0.35s ease-in-out;
}
header .header-nav ul li:nth-of-type(5) a {
  background: #006934;
  color: #FFF4B5;
}

#news-single .site-logo .site-title,
#default .site-logo .site-title,
#page .site-logo .site-title {
  position: absolute;
  left: 2em;
  top: 1.75em;
  transition: transform 0.35s ease 0.05s, opacity 0.25s ease;
  will-change: transform, opacity;
}
#news-single .site-logo .site-title img,
#default .site-logo .site-title img,
#page .site-logo .site-title img {
  width: 14em;
  height: auto;
}
@media screen and (max-width: 768px) {
  #news-single .site-logo .site-title img,
  #default .site-logo .site-title img,
  #page .site-logo .site-title img {
    width: 6em;
  }
}

/* =======================================================================================================================
　　　　　　　　　アニメーション
======================================================================================================================= */
@keyframes markerIn {
  from {
    opacity: 0;
    transform: scale(0.85) rotate(-3deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes naviWiggle {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(0.08em, -0.08em) rotate(-3deg);
  }
  50% {
    transform: translate(-0.06em, 0.06em) rotate(3deg);
  }
  75% {
    transform: translate(0.04em, -0.04em) rotate(-2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/* 動きが苦手な人向け（任意だけど推奨） */
@media (prefers-reduced-motion: reduce) {
  header .header-nav ul li a.is-hover::before {
    animation: none !important;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
/*共通パーツここから*/
/* 共通：アニメ前のチラ見え防止 */
.js-reveal-up,
.js-reveal-scale {
  opacity: 0;
  will-change: transform, opacity;
}

/* ① 下からふわっと */
.js-reveal-up {
  transform: translate3d(0, 24px, 0);
}

/* ② 中心から元の大きさへ */
.js-reveal-scale {
  transform: scale(0.92);
  transform-origin: center center;
}

/*共通パーツここまで*/
body #main-wrap {
  overflow: hidden;
}
body #main-wrap .main-visual {
  position: relative;
  height: 71em;
  z-index: 998;
}
@media screen and (max-width: 768px) {
  body #main-wrap .main-visual {
    height: 78em;
  }
}
@media screen and (max-width: 480px) {
  body #main-wrap .main-visual {
    height: 96vh;
  }
}
body #main-wrap .main-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/images/back02.svg");
  top: -8em;
  background-position: top center; /* 上を基準に → 下だけ切れる */
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body #main-wrap .main-visual::before {
    background-size: cover;
    top: 0em;
  }
}
body #main-wrap .main-visual .wrap {
  display: flex;
  padding: 17em 0 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #main-wrap .main-visual .wrap {
    padding: 15em 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  body #main-wrap .main-visual .wrap {
    padding: 18em 0 0 0;
  }
}
body #main-wrap .main-visual .wrap::before {
  content: "";
  background-image: url(/images/main-img04.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  width: 40em;
  height: 45em;
  display: block;
  right: 1em;
  bottom: -1em;
}
@media screen and (max-width: 768px) {
  body #main-wrap .main-visual .wrap::before {
    bottom: 14em;
    width: 31em;
    height: 40em;
    right: 0em;
  }
}
@media screen and (max-width: 480px) {
  body #main-wrap .main-visual .wrap::before {
    bottom: 2em;
    width: 36em;
    height: 44em;
    right: -2em;
  }
}
body #main-wrap .main-visual .wrap .wrap-left {
  padding: 0 0 0 19em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body #main-wrap .main-visual .wrap .wrap-left {
    padding: 0 0 0 4em;
    flex-direction: column;
    gap: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body #main-wrap .main-visual .wrap .wrap-left {
    padding: 0 0 0 2em;
  }
}
body #main-wrap .main-visual .wrap .wrap-left img {
  width: 48%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  body #main-wrap .main-visual .wrap .wrap-left img {
    width: 94%;
  }
}
body #main-wrap .main-visual .wrap .wrap-right {
  padding: 0 8em 0 5em;
  position: relative;
}
@media screen and (max-width: 480px) {
  body #main-wrap .main-visual .wrap .wrap-right {
    padding: 0 3em 0 3em;
  }
}
body #main-wrap .main-visual .wrap .wrap-right img {
  width: 8em;
  height: auto;
}
@media screen and (max-width: 768px) {
  body #main-wrap .main-visual .wrap .wrap-right img {
    width: 10em;
  }
}
@media screen and (max-width: 480px) {
  body #main-wrap .main-visual .wrap .wrap-right img {
    width: 8em;
  }
}
body #main-wrap .main-visual .wrap .wrap-right::after {
  content: "";
  background-image: url(/images/main-img03.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  width: 10em;
  height: 9em;
  display: block;
  right: 1em;
  bottom: -10em;
}
@media screen and (max-width: 768px) {
  body #main-wrap .main-visual .wrap .wrap-right::after {
    right: 6em;
    bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  body #main-wrap .main-visual .wrap .wrap-right::after {
    right: 1em;
    bottom: -1em;
  }
}
body #main-wrap .main-visual .wrap-info {
  background-color: white;
  border-radius: 1em;
  width: 60%;
  margin: auto;
  margin: 3em auto 0 19em;
}
@media screen and (max-width: 768px) {
  body #main-wrap .main-visual .wrap-info {
    width: 85%;
    margin: 3em auto 0 auto;
  }
}
body #main-wrap .main-visual .wrap-info a {
  display: flex;
  padding: 2em 4em 2em 2em;
  color: #44AF34;
  position: relative;
}
body #main-wrap .main-visual .wrap-info a::after {
  content: "";
  background-image: url(/images/ya.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3em;
  height: 1.25em;
  display: block;
  right: 2em;
  z-index: 6;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: transform 0.3s ease;
}
body #main-wrap .main-visual .wrap-info a:hover::after {
  transform: translateY(-50%) translateX(6px);
}
body #main-wrap .main-visual .wrap-info a h2 {
  font-size: 1em;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
body #main-wrap .main-visual .wrap-info a h2::after {
  content: "";
  width: 1px;
  height: 165%;
  background-color: #44AF34;
  display: block;
  margin: 0 1em;
}
body #main-wrap .main-visual .wrap-info a span {
  font-size: 1em;
  padding: 0 1em 0 0;
}
body #main-wrap .main-visual .wrap-info a .date {
  white-space: nowrap;
}
body #main-wrap .main-visual .wrap-info a .text {
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #susumu {
  background-color: #FFF4B5;
  margin-top: -12em;
  z-index: auto;
  position: relative;
  padding-bottom: 11em;
}
@media screen and (max-width: 480px) {
  body #susumu {
    margin-top: -3em;
  }
}
body #susumu::after {
  content: "";
  background-image: url(/images/susumu-img04.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 14em;
  height: 14em;
  display: block;
  z-index: 3;
  right: 11em;
  bottom: 13em;
  mix-blend-mode: multiply;
}
body #susumu .wrap {
  padding: 19em 0 0 0;
  width: 60%;
  margin: auto;
  display: flex;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  body #susumu .wrap {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  body #susumu .wrap {
    width: 88%;
    padding: 8em 0 0 0;
  }
}
body #susumu .wrap h2 {
  font-size: 1em;
  position: relative;
  z-index: 3;
}
body #susumu .wrap h2::before {
  content: "";
  background-image: url(/images/susumu-img02.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 7em;
  height: 10em;
  display: block;
  left: -4em;
  top: -3em;
  z-index: 6;
}
@media screen and (max-width: 480px) {
  body #susumu .wrap h2::before {
    width: 4em;
    height: 4em;
    left: -2em;
    top: -2em;
  }
}
body #susumu .wrap h2::after {
  content: "";
  background-image: url(/images/susumu-img03.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 25em;
  height: 25em;
  display: block;
  left: -16em;
  top: -6em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body #susumu .wrap h2::after {
    left: -14em;
    top: -10em;
  }
}
@media screen and (max-width: 480px) {
  body #susumu .wrap h2::after {
    width: 21em;
    height: 21em;
    left: -12em;
    top: -11em;
  }
}
body #susumu .wrap h2 img {
  width: 9.4em;
  height: auto;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #susumu .wrap h2 img {
    width: 7.4em;
  }
}
@media screen and (max-width: 480px) {
  body #susumu .wrap h2 img {
    width: 5.4em;
  }
}
body #susumu .wrap .wrap-text {
  padding: 3em 0 0 4em;
  color: #44AF34;
}
@media screen and (max-width: 480px) {
  body #susumu .wrap .wrap-text {
    padding: 3em 0 0 2em;
  }
}
body #susumu .wrap .wrap-text p {
  padding-bottom: 0;
}
body #susumu .wrap .wrap-text .wrap-1 h3 {
  font-size: 2.5em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  body #susumu .wrap .wrap-text .wrap-1 h3 {
    font-size: 1.8em;
  }
}
body #susumu .wrap .wrap-text .wrap-1 p {
  font-size: 1.15em;
  padding: 1em 0 2em 0;
  width: 32em;
}
@media screen and (max-width: 768px) {
  body #susumu .wrap .wrap-text .wrap-1 p {
    width: 27em;
  }
}
@media screen and (max-width: 480px) {
  body #susumu .wrap .wrap-text .wrap-1 p {
    width: 80%;
  }
}
body #susumu .wrap .wrap-text .wrap-2 {
  background-color: white;
  border: solid 2px #44AF34;
  border-radius: 1.5em;
  padding: 2em;
  width: 22em;
  transform: rotate(1deg);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  body #susumu .wrap .wrap-text .wrap-2 {
    width: 18em;
  }
}
body #susumu .wrap .wrap-text .wrap-2 h3 {
  font-size: 1.45em;
  background: linear-gradient(transparent 55%, #FFF4B5 55%);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}
body #susumu .wrap .wrap-text .wrap-2 p {
  font-size: 1em;
  line-height: 1.75em;
  padding: 0.5em 0 0 0;
}
body #susumu .wrap .wrap-text .wrap-3 {
  background-color: white;
  border: solid 2px #44AF34;
  border-radius: 1.5em;
  padding: 2em;
  width: 22em;
  transform: rotate(359deg);
  position: relative;
  left: 24em;
  bottom: 4em;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body #susumu .wrap .wrap-text .wrap-3 {
    left: 6em;
    bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  body #susumu .wrap .wrap-text .wrap-3 {
    left: -7em;
  }
}
body #susumu .wrap .wrap-text .wrap-3 h3 {
  font-size: 1.45em;
  background: linear-gradient(transparent 55%, #FFF4B5 55%);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body #susumu .wrap .wrap-text .wrap-3 p {
  font-size: 1em;
  line-height: 1.75em;
  padding: 0.5em 0 0 0;
}
body #susumu .wrap .wrap-text .wrap-4 {
  background-color: white;
  border: solid 2px #44AF34;
  border-radius: 1.5em;
  padding: 2em;
  width: 22em;
  transform: rotate(357deg);
  position: relative;
  left: 0em;
  bottom: 7em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body #susumu .wrap .wrap-text .wrap-4 {
    bottom: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body #susumu .wrap .wrap-text .wrap-4 {
    left: -4em;
    transform: rotate(1deg);
  }
}
body #susumu .wrap .wrap-text .wrap-4 h3 {
  font-size: 1.45em;
  background: linear-gradient(transparent 55%, #FFF4B5 55%);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body #susumu .wrap .wrap-text .wrap-4 p {
  font-size: 1em;
  line-height: 1.75em;
  padding: 0.5em 0 0 0;
}
body #ryoiku {
  background-color: #44AF34;
  position: relative;
  z-index: auto;
  padding: 0 0 22em 0;
}
@media screen and (max-width: 480px) {
  body #ryoiku {
    padding: 0 0 39em 0;
  }
}
body #ryoiku::before {
  content: "";
  background-image: url(/images/back-ryoiku.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 101%;
  height: 101em;
  display: block;
  left: 0em;
  top: -26em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body #ryoiku::before {
    top: -12.5em;
    width: 101%;
    height: 101%;
  }
}
@media screen and (max-width: 480px) {
  body #ryoiku::before {
    top: -8.5em;
  }
}
body #ryoiku .wrap {
  width: 60%;
  margin: auto;
  z-index: 4;
  position: relative;
  bottom: 6em;
  display: flex;
}
@media screen and (max-width: 768px) {
  body #ryoiku .wrap {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  body #ryoiku .wrap {
    padding: 1em 0 0 0;
    bottom: 0;
  }
}
body #ryoiku .wrap .wrap-left {
  padding: 0 7em 0 0;
}
@media screen and (max-width: 768px) {
  body #ryoiku .wrap .wrap-left {
    padding: 0 3em 0 0;
  }
}
@media screen and (max-width: 480px) {
  body #ryoiku .wrap .wrap-left {
    padding: 0 1em 0 0;
  }
}
body #ryoiku .wrap .wrap-left ul li {
  display: flex;
  align-items: center;
  gap: 3em;
  padding: 0 0 2em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #ryoiku .wrap .wrap-left ul li {
    gap: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body #ryoiku .wrap .wrap-left ul li:nth-of-type(1) {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  body #ryoiku .wrap .wrap-left ul li:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  body #ryoiku .wrap .wrap-left ul li:nth-of-type(3) {
    flex-direction: column;
  }
}
body #ryoiku .wrap .wrap-left ul li .wrap-text {
  color: #FFF4B5;
}
body #ryoiku .wrap .wrap-left ul li .wrap-text h3 {
  font-size: 2em;
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body #ryoiku .wrap .wrap-left ul li .wrap-text h3 {
    white-space: nowrap;
  }
}
body #ryoiku .wrap .wrap-left ul li .wrap-text h3 span {
  color: #44AF34;
  font-size: 1.5em;
  display: flex;
  background-color: #FFF4B5;
  width: 1.75em;
  height: 1.75em;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
}
body #ryoiku .wrap .wrap-left ul li .wrap-text p {
  padding: 1.5em 0 0 0;
  padding-bottom: 0;
}
body #ryoiku .wrap .wrap-left ul li img {
  width: 19em;
  height: auto;
}
@media screen and (max-width: 768px) {
  body #ryoiku .wrap .wrap-left ul li img {
    width: 15em;
  }
}
body #ryoiku .wrap .wrap-left ul li:nth-of-type(1)::before {
  content: "";
  background-image: url(/images/ryoiku02.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 20em;
  height: 21em;
  display: block;
  left: -9em;
  top: -5em;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  body #ryoiku .wrap .wrap-left ul li:nth-of-type(1)::before {
    left: -5em;
  }
}
body #ryoiku .wrap .wrap-left ul li:nth-of-type(2)::before {
  content: "";
  background-image: url(/images/ryoiku03.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 18em;
  height: 18em;
  display: block;
  right: -6em;
  top: 2em;
  z-index: 6;
}
body #ryoiku .wrap .wrap-left ul li:nth-of-type(3)::before {
  content: "";
  background-image: url(/images/ryoiku04.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 19em;
  height: 18em;
  display: block;
  left: -13em;
  top: -1em;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  body #ryoiku .wrap .wrap-left ul li:nth-of-type(3)::before {
    left: -1em;
    top: 7em;
  }
}
body #ryoiku .wrap .wrap-left ul li:nth-of-type(3) p {
  padding: 1.5em 0 2em 0;
}
body #ryoiku .wrap .wrap-left ul li:nth-of-type(3) a {
  color: #44AF34;
  background-color: #FFE981;
  padding: 1em 3.8em 1em 1.5em;
  border-radius: 2.5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 3px #00A03B;
}
@media screen and (max-width: 768px) {
  body #ryoiku .wrap .wrap-left ul li:nth-of-type(3) a {
    white-space: nowrap;
    position: absolute;
    bottom: -3em;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  body #ryoiku .wrap .wrap-left ul li:nth-of-type(3) a {
    bottom: -23em;
  }
}
body #ryoiku .wrap .wrap-left ul li:nth-of-type(3) a::after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  width: 2em;
  height: 2em;
  background: url(/images/ya02.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
body #ryoiku .wrap .wrap-left ul li:nth-of-type(3) a:hover::after {
  transform: translateY(-50%) translateX(6px);
}
body #ryoiku .wrap .wrap-right h2 {
  font-size: 1em;
}
body #ryoiku .wrap .wrap-right h2::before {
  content: "";
  background-image: url(/images/susumu-img02.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 7em;
  height: 10em;
  display: block;
  right: 6em;
  top: -3em;
  z-index: 6;
}
@media screen and (max-width: 480px) {
  body #ryoiku .wrap .wrap-right h2::before {
    width: 4em;
    height: 4em;
    left: -2em;
    top: -2em;
  }
}
body #ryoiku .wrap .wrap-right h2 img {
  width: 9.4em;
  height: auto;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #ryoiku .wrap .wrap-right h2 img {
    width: 7.4em;
  }
}
@media screen and (max-width: 480px) {
  body #ryoiku .wrap .wrap-right h2 img {
    width: 5.4em;
  }
}
body #support {
  position: relative;
  z-index: auto;
}
body #support::before {
  content: "";
  background-image: url(/images/support04.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 101%;
  height: 101em;
  display: block;
  left: 0em;
  top: -26.9em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body #support::before {
    width: 200%;
    height: 95em;
    position: absolute;
    top: 20.1em;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  body #support::before {
    top: 13.1em;
    width: 300%;
  }
}
body #support::after {
  content: "";
  background-image: url(/images/support02.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 39em;
  height: 39em;
  display: block;
  left: 19em;
  top: -25em;
  z-index: 4;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  body #support::after {
    left: 6em;
  }
}
body #support .wrap {
  position: relative;
  bottom: 18em;
  z-index: 5;
  width: 60%;
  margin: auto;
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  body #support .wrap {
    width: 80%;
    gap: 2em;
  }
}
@media screen and (max-width: 480px) {
  body #support .wrap {
    width: 88%;
  }
}
body #support .wrap .wrap-left h2 {
  font-size: 1em;
}
body #support .wrap .wrap-left h2::before {
  content: "";
  background-image: url(/images/susumu-img02.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 7em;
  height: 10em;
  display: block;
  left: -4em;
  top: -3em;
  z-index: 6;
}
@media screen and (max-width: 480px) {
  body #support .wrap .wrap-left h2::before {
    width: 4em;
    height: 4em;
    left: -2em;
    top: -2em;
  }
}
body #support .wrap .wrap-left h2 img {
  width: 9.4em;
  height: auto;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #support .wrap .wrap-left h2 img {
    width: 7.4em;
  }
}
@media screen and (max-width: 480px) {
  body #support .wrap .wrap-left h2 img {
    width: 5.4em;
  }
}
@media screen and (max-width: 768px) {
  body #support .wrap .wrap-right ul {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
}
@media screen and (max-width: 480px) {
  body #support .wrap .wrap-right ul {
    flex-direction: column-reverse;
  }
}
body #support .wrap .wrap-right ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #44AF34;
  /* li自身は背景を持たない */
  background: none;
  border: none;
}
body #support .wrap .wrap-right ul li:nth-of-type(1) {
  width: 33em;
  height: 33em;
  position: relative;
  left: 20em;
  top: -3em;
}
@media screen and (max-width: 768px) {
  body #support .wrap .wrap-right ul li:nth-of-type(1) {
    left: 0em;
  }
}
@media screen and (max-width: 480px) {
  body #support .wrap .wrap-right ul li:nth-of-type(1) {
    left: -11em;
    width: 32em;
    height: 32em;
  }
}
body #support .wrap .wrap-right ul li:nth-of-type(1)::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: white;
  border: solid 3px #44AF34;
  border-radius: 999em;
  z-index: 1;
  pointer-events: none;
}
body #support .wrap .wrap-right ul li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 34em;
  height: 34em;
  bottom: -3em;
  right: -2em;
  background: url(/images/support03.svg) no-repeat;
  background-size: contain; /* 念のため */
  z-index: 0;
  pointer-events: none;
}
body #support .wrap .wrap-right ul li:nth-of-type(1) p {
  padding-bottom: 0;
}
body #support .wrap .wrap-right ul li:nth-of-type(1) h3 {
  font-size: 2em;
  padding: 0 0 0.75em 0;
}
body #support .wrap .wrap-right ul li:nth-of-type(1) .text {
  width: 60%;
}
body #support .wrap .wrap-right ul li:nth-of-type(1) .contents {
  width: 60%;
  padding: 1em 0 0 0;
}
body #support .wrap .wrap-right ul li:nth-of-type(1) .contents h4 {
  color: white;
  background-color: #44AF34;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.35em;
  border-radius: 0.3em;
}
body #support .wrap .wrap-right ul li:nth-of-type(2) {
  width: 26em;
  height: 26em;
  position: relative;
  left: 4em;
  top: -3em;
}
@media screen and (max-width: 768px) {
  body #support .wrap .wrap-right ul li:nth-of-type(2) {
    left: -5em;
  }
}
@media screen and (max-width: 480px) {
  body #support .wrap .wrap-right ul li:nth-of-type(2) {
    left: 0em;
  }
}
body #support .wrap .wrap-right ul li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: white;
  border: solid 3px #44AF34;
  border-radius: 999em;
  z-index: 1;
  pointer-events: none;
}
body #support .wrap .wrap-right ul li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 24em;
  height: 24em;
  bottom: -3em;
  right: -2em;
  background: url(/images/support03.svg) no-repeat;
  background-size: contain; /* 念のため */
  z-index: 0;
  pointer-events: none;
}
body #support .wrap .wrap-right ul li:nth-of-type(2) p {
  padding-bottom: 0;
  width: 60%;
}
body #support .wrap .wrap-right ul li:nth-of-type(2) h3 {
  font-size: 2em;
  padding: 0 0 0.75em 0;
}
body #support .wrap .wrap-right ul li > * {
  position: relative;
  z-index: 2;
}
body #flow {
  background-color: #FFE981;
  position: relative;
  z-index: auto;
  margin-top: -33em;
  padding: 20em 0 0em 0;
}
@media screen and (max-width: 768px) {
  body #flow {
    margin-top: -30em;
  }
}
body #flow::after {
  content: "";
  background-image: url(/images/flow08.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 101%;
  height: 30em;
  display: block;
  left: 0em;
  bottom: -29em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body #flow::after {
    width: 100%;
  }
}
body #flow .wrap {
  width: 60%;
  margin: auto;
  z-index: 4;
  position: relative;
  bottom: 6em;
  display: flex;
}
@media screen and (max-width: 480px) {
  body #flow .wrap {
    width: 88%;
  }
}
body #flow .wrap::before {
  content: "";
  position: absolute;
  width: 24em;
  height: 24em;
  bottom: 30em;
  left: -18em;
  background: url(/images/flow02.svg) no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body #flow .wrap::before {
    width: 15em;
    height: 8em;
    bottom: 34em;
    left: auto;
    right: -7em;
  }
}
@media screen and (max-width: 480px) {
  body #flow .wrap::before {
    width: 11em;
    bottom: 24em;
    right: -1em;
  }
}
body #flow .wrap::after {
  content: "";
  position: absolute;
  width: 24em;
  height: 24em;
  bottom: 20em;
  right: -12em;
  background: url(/images/flow03.svg) no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body #flow .wrap::after {
    bottom: -18em;
    right: 16em;
    width: 13em;
  }
}
@media screen and (max-width: 480px) {
  body #flow .wrap::after {
    right: 19em;
    width: 10em;
  }
}
body #flow .wrap .wrap-left {
  width: 63vw;
  margin-left: calc(50% - 50vw);
  padding: 18em 7em 0 0;
}
@media screen and (max-width: 768px) {
  body #flow .wrap .wrap-left {
    padding: 6em 7em 0 0;
  }
}
@media screen and (max-width: 480px) {
  body #flow .wrap .wrap-left {
    padding: 6em 4em 0 0;
  }
}
body #flow .wrap .wrap-left h3 {
  background-color: #44AF34;
  text-align: right;
  color: #FFE981;
  font-size: 2.75em;
  padding: 0.5em 1em 0.5em 0;
  border-radius: 0 0.5em 0.5em 0;
}
@media screen and (max-width: 480px) {
  body #flow .wrap .wrap-left h3 {
    font-size: 1.7em;
  }
}
body #flow .wrap .wrap-left h3 span {
  font-size: 0.8em;
}
body #flow .wrap .wrap-left img:nth-of-type(1) {
  width: auto;
  height: 20em;
  padding: 3em 0 7em 30em;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #flow .wrap .wrap-left img:nth-of-type(1) {
    padding: 3em 0 7em 3em;
    height: 18em;
  }
}
@media screen and (max-width: 480px) {
  body #flow .wrap .wrap-left img:nth-of-type(1) {
    height: 11em;
  }
}
body #flow .wrap .wrap-left img:nth-of-type(2) {
  width: auto;
  height: 20em;
  padding: 3em 0 7em 12.5em;
}
@media screen and (max-width: 768px) {
  body #flow .wrap .wrap-left img:nth-of-type(2) {
    padding: 3em 0 7em 3em;
    height: 18em;
  }
}
@media screen and (max-width: 480px) {
  body #flow .wrap .wrap-left img:nth-of-type(2) {
    height: 11em;
  }
}
body #flow .wrap .wrap-right h2 {
  font-size: 1em;
}
body #flow .wrap .wrap-right h2::before {
  content: "";
  background-image: url(/images/susumu-img02.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 7em;
  height: 10em;
  display: block;
  right: 6em;
  top: -3em;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  body #flow .wrap .wrap-right h2::before {
    right: 4.5em;
  }
}
@media screen and (max-width: 480px) {
  body #flow .wrap .wrap-right h2::before {
    width: 4em;
    height: 4em;
    left: -2em;
    top: -2em;
  }
}
body #flow .wrap .wrap-right h2 img {
  width: 9.4em;
  height: auto;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #flow .wrap .wrap-right h2 img {
    width: 7.4em;
  }
}
@media screen and (max-width: 480px) {
  body #flow .wrap .wrap-right h2 img {
    width: 5.4em;
  }
}
body #flow .wrap .wrap-right::before {
  content: "";
  position: absolute;
  width: 16em;
  height: 8em;
  bottom: 7em;
  right: 0em;
  background: url(/images/flow04.svg) no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body #flow .wrap .wrap-right::before {
    bottom: -4em;
  }
}
body #flow .wrap .wrap-right::after {
  content: "";
  background-image: url(/images/flow07.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 33em;
  height: 33em;
  display: block;
  left: -9em;
  top: 30em;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  body #flow .wrap .wrap-right::after {
    left: -29em;
    content: none;
  }
}
body #company {
  height: 130em;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #company {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 0 27em 0;
  }
}
@media screen and (max-width: 480px) {
  body #company {
    padding: 0 0 21em 0;
  }
}
body #company::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/images/company01.svg);
  top: -6em;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body #company::before {
    background-size: cover;
  }
}
body #company .wrap {
  position: relative;
  bottom: -13em;
  z-index: 5;
  padding: 0 0 0 20em;
  margin: auto;
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  body #company .wrap {
    padding: 0 0 0 5em;
  }
}
@media screen and (max-width: 480px) {
  body #company .wrap {
    padding: 0 0 0 2em;
  }
}
body #company .wrap .wrap-left h2 {
  font-size: 1em;
}
body #company .wrap .wrap-left h2::before {
  content: "";
  background-image: url(/images/susumu-img02.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 7em;
  height: 10em;
  display: block;
  left: -4em;
  top: -3em;
  z-index: 6;
}
@media screen and (max-width: 480px) {
  body #company .wrap .wrap-left h2::before {
    width: 4em;
    height: 4em;
    left: -2em;
    top: -2em;
  }
}
body #company .wrap .wrap-left h2 img {
  width: 9.4em;
  height: auto;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #company .wrap .wrap-left h2 img {
    width: 7.4em;
  }
}
@media screen and (max-width: 480px) {
  body #company .wrap .wrap-left h2 img {
    width: 5.4em;
  }
}
body #company .wrap .wrap-right {
  padding: 14em 6em 0 6em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body #company .wrap .wrap-right {
    padding: 3em 0em 0 3em;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  body #company .wrap .wrap-right {
    padding: 1em 0em 0 2em;
  }
}
body #company .wrap .wrap-right .wrap-01 {
  width: 47%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  body #company .wrap .wrap-right .wrap-01 {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  body #company .wrap .wrap-right .wrap-01 {
    width: 87%;
  }
}
body #company .wrap .wrap-right .wrap-01 .img-01 img {
  width: 25em;
  height: auto;
}
@media screen and (max-width: 480px) {
  body #company .wrap .wrap-right .wrap-01 .img-01 img {
    width: 21em;
  }
}
body #company .wrap .wrap-right .wrap-01 .img-02 {
  padding: 3em 0 3em 0;
}
body #company .wrap .wrap-right .wrap-01 .img-02 img {
  width: 25em;
  height: auto;
}
@media screen and (max-width: 480px) {
  body #company .wrap .wrap-right .wrap-01 .img-02 img {
    width: 21em;
  }
}
body #company .wrap .wrap-right .wrap-01 h3 {
  background-color: #FFF4B5;
  color: #006934;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 1em;
  font-size: 2em;
  border-radius: 0.25em;
}
body #company .wrap .wrap-right .wrap-01 p {
  color: #FFF4B5;
}
body #company .wrap .wrap-right .wrap-01 .text {
  font-size: 1em;
  padding: 2em 0 0 0;
}
body #company .wrap .wrap-right .wrap-01 .name {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.8em;
  padding: 0;
}
@media screen and (max-width: 480px) {
  body #company .wrap .wrap-right .wrap-01 .name {
    padding: 1em 0 0 0;
  }
}
body #company .wrap .wrap-right .wrap-01 .name small {
  padding: 0 5.1em 0 0;
  font-size: 1em;
}
body #company .wrap .wrap-right .wrap-01 .name strong {
  font-size: 1.5em;
}
body #company .wrap .wrap-right .wrap-01 .name span {
  font-size: 0.78em;
}
body #company .wrap .wrap-right .wrap-02 {
  width: 47%;
  padding: 9em 0 0 0;
}
@media screen and (max-width: 768px) {
  body #company .wrap .wrap-right .wrap-02 {
    width: 80%;
    padding: 3em 0 0 0;
  }
}
body #company .wrap .wrap-right .wrap-02 h3 {
  background-color: #FFF4B5;
  color: #006934;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 1em;
  font-size: 2em;
  border-radius: 0.25em;
}
body #company .wrap .wrap-right .wrap-02 p {
  color: #FFF4B5;
  font-size: 0.9em;
  padding: 2em 0 0 1em;
  line-height: 2.1em;
}
body #company .wrap .wrap-right .wrap-02 p span {
  display: block;
  position: relative;
  right: 1em;
}
body .insta {
  color: #44AF34;
  background-color: #FFE981;
  padding: 1em 3.8em 1em 1.5em;
  border-radius: 2.5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 3px #00A03B;
  opacity: 1;
  margin: 2em 0 0 0;
}
@media screen and (max-width: 768px) {
  body .insta {
    margin: 2em 0 2em 0;
  }
}
@media screen and (min-width: 481px) {
  body .insta br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body .insta {
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  body .insta {
    font-size: 0.9em;
  }
}
body .insta::after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  width: 2em;
  height: 2em;
  background: url(/images/ya02.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
body .insta:hover::after {
  transform: translateY(-50%) translateX(6px);
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn, .hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .hm_btn, .hm_menu_wrap {
    display: block;
  }
}

.hm_menu_check { /* チェックボックスを隠す */
  display: none;
}

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  background: #44AF34;
  mix-blend-mode: hard-light;
  cursor: pointer;
  position: fixed;
  top: 2em;
  right: 2em;
  z-index: 99999;
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform, opacity;
}
@media screen and (min-width: 481px) {
  .hm_btn {
    display: none;
  }
}
.hm_btn::before, .hm_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5em;
  height: 0.13em;
  background: #fff;
  transform: translateX(-50%);
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  transform: translate(-50%, -0.55em);
  box-shadow: 0 0.55em 0 #fff;
}
.hm_btn::after {
  transform: translate(-50%, 0.55em);
}

/* 下スクロール中は上にふわっと消える */
.hm_btn.is-hide {
  opacity: 0;
  transform: translateY(-16px);
  pointer-events: none;
}

/* 開閉時のアニメーション（×） */
.hm_menu_check:checked ~ .hm_btn::before {
  background: #ffffff;
  box-shadow: none;
  transform: translate(-50%, 0) rotate(45deg);
}
.hm_menu_check:checked ~ .hm_btn::after {
  background: #ffffff;
  transform: translate(-50%, 0) rotate(-45deg);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  pointer-events: none;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 3em 1em;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  transition: left 1s;
  border: none;
  background: #44AF34;
  /* 中身デザイン */
}
.hm_menu_wrap .hm_inner .banner {
  opacity: 0;
}
.hm_menu_wrap .hm_inner .logo {
  opacity: 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: auto;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 500;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  height: auto;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .logo {
  opacity: 1;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .logo img {
  width: 21em;
  height: auto;
}
@media screen and (max-width: 768px) {
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .logo img {
    width: 26em;
    height: auto;
    position: relative;
    left: 2em;
  }
}
@media screen and (max-width: 480px) {
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .logo img {
    width: 13em;
  }
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .gnav {
  padding: 2em 0;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .gnav .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-top: solid 1px;
  border-bottom: solid 1px;
  width: 80%;
  font-size: 2.3em;
  padding: 0.5em 0;
  gap: 0.6em;
  margin: auto;
  margin-top: 1em;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .gnav .tel img {
  height: 1.7em;
  width: auto;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .gnav p {
  color: white;
  text-align: center;
  padding: 1em 0 0 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2em;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .wrap {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 3em;
  padding: 2em 0 0 0;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .wrap .contact {
  color: white;
  font-size: 2em;
  display: flex;
  gap: 0.5em;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .wrap .contact img {
  width: 2em;
  height: auto;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent .wrap .mypage {
  color: white;
  font-size: 2em;
  display: flex;
  gap: 0.5em;
}

/* メニューリスト */
.main_menu {
  position: relative;
  font-size: 1.85em;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0;
}
.main_menu li {
  color: white;
  position: relative;
  box-sizing: border-box;
  border-bottom: solid 1px;
  display: block;
  width: 85%;
  line-height: 2.5em;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .main_menu li {
    border-bottom: solid 0.5px;
  }
}
.main_menu li a {
  color: #FFF4B5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_menu li a img {
  width: auto;
  height: 3.5em;
}
.main_menu li a:hover {
  padding: 0 0.5em 0 0.5em;
}
.main_menu .line {
  width: 85%;
  height: 4em;
  background-color: #4ec564;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}
.main_menu .line a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.main_menu .line a img {
  width: 2.5em;
  height: auto;
}
.main_menu .line a span {
  text-align: center;
  line-height: 1.3em;
}
.main_menu .line a span br {
  display: none;
}
.main_menu .contact {
  width: 85%;
  height: 4em;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}
.main_menu .contact a {
  color: #44AF34;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  position: relative;
  padding: 10em 0 0 0;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 1em 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    padding: 2em 0 0 0;
  }
}
#footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/images/back01.svg");
  background-size: cover; /* 比率維持で全面表示 */
  background-position: top center; /* 上を基準に → 下だけ切れる */
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #footer::after {
    background-size: 180% auto;
    inset: 6% 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #footer::after {
    background-size: 274% auto;
  }
}
#footer .wrap-footer {
  display: flex;
  margin: auto;
  width: 80%;
  justify-content: space-between;
  gap: 4em;
}
@media screen and (max-width: 768px) {
  #footer .wrap-footer {
    flex-direction: column;
  }
}
#footer .wrap-footer .wrap-left img {
  width: 35em;
  height: auto;
}
@media screen and (max-width: 480px) {
  #footer .wrap-footer .wrap-left img {
    width: 26em;
  }
}
#footer .wrap-footer .wrap-left ul {
  padding: 1em 0 0 15.5em;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
@media screen and (max-width: 480px) {
  #footer .wrap-footer .wrap-left ul {
    padding: 4em 0 0 4em;
  }
}
#footer .wrap-footer .wrap-left ul li {
  color: white;
}
#footer .wrap-footer .wrap-left ul li:first-of-type {
  line-height: 1.5em;
}
#footer .wrap-footer .wrap-left ul li a {
  color: white;
}
#footer .wrap-footer .wrap-right {
  width: 100%;
  height: 28em;
}
@media screen and (max-width: 480px) {
  #footer .wrap-footer .wrap-right {
    height: 20em;
  }
}
#footer .footer-nav {
  margin: auto;
  width: 78%;
  padding: 6em 0;
}
#footer .footer-nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .footer-nav ul {
    flex-wrap: wrap;
    gap: 1em;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-nav ul {
    flex-direction: column;
  }
}
#footer .footer-nav ul li a {
  display: inline-block;
  background: white;
  border: 4px solid #FFF4B5;
  color: #44AF34;
  border-radius: 9999px; /* 角丸（ピル形） */
  padding: 0.9em 1.5em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.05s ease, opacity 0.2s ease;
  text-align: center;
  width: 8.5em;
}
@media screen and (max-width: 480px) {
  #footer .footer-nav ul li a {
    width: calc(100% - 3em);
  }
}
#footer .footer-nav ul li:nth-of-type(5) a {
  background: #006934;
  color: #FFF4B5;
}
#footer .footer-nav ul li:nth-of-type(6) a {
  background: #FFE981;
  color: #44AF34;
}

.copyright {
  text-align: center;
  font-size: 0.8em;
  color: white;
  padding: 0 0 1em 0;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
#wrapper-form {
  padding: 10em 15em 0em 26em;
  /* ポップアップの背景 */
  /* ポップアップ本体 */
  /* 閉じるボタン */
  /* リンクのスタイル */
}
@media screen and (max-width: 768px) {
  #wrapper-form {
    padding: 5em 2em 0em 2em;
  }
}
#wrapper-form h2 {
  font-size: 1.82em;
  padding: 6em 0 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #44AF34;
}
@media screen and (max-width: 768px) {
  #wrapper-form h2 {
    padding: 4em 0 0 0;
  }
}
#wrapper-form .form-explanation {
  text-align: center;
  padding: 2em 0;
  font-size: 1em;
  line-height: 2em;
}
#wrapper-form .form-explanation span {
  color: #44AF34;
  padding: 0 0.25em 0 0;
}
#wrapper-form .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
#wrapper-form .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 600px;
  max-height: 70vh; /* 画面の高さの70% */
  overflow-y: auto; /* コンテンツがはみ出した場合にスクロール */
  font-weight: 400;
}
#wrapper-form .popup-content .title {
  font-weight: 700;
  padding: 1em 0 0 0;
}
#wrapper-form .popup-content p {
  padding: 0;
}
#wrapper-form .popup-close {
  display: block;
  text-align: right;
  margin-top: 10px;
}
#wrapper-form .popup-close button {
  background: #ff4d4d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
#wrapper-form .info-link {
  cursor: pointer;
  color: #44AF34;
  text-decoration: underline;
  display: block;
  text-align: center;
  padding: 0 0 0 1em;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 6em 0;
  position: relative;
  width: 87.5%;
}
@media screen and (max-width: 768px) {
  .sec {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sec {
    width: 100%;
  }
}
.sec .innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 0em 0 6em 0;
  }
}

.freepage-ctt,
.contactpage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}
.freepage-ctt .sec,
.contactpage-ctt .sec {
  padding-bottom: calc(3vw + 2.33em);
}

/* 最大幅1500px */
.max1500px {
  max-width: 1500px;
  margin: 0 auto;
}

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: white;
}
@media screen and (min-width: 1351px) {
  .sec_bg1 {
    padding-top: 4em;
  }
}

.sec_bg2 {
  background: #f8eacf;
}

.sec_bg3 {
  background-color: #00A03B;
}

.sec_bg3 a {
  color: #44AF34;
}

.sec_bg4 {
  padding: 0 !important;
  padding-bottom: 0 !important;
  color: #f8eacf;
}
.sec_bg4 .innerbox {
  padding: 0;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec_bg1 + .sec_bg1, .sec_bg2 + .sec_bg2, .sec_bg3 + .sec_bg3 {
  padding-top: 0;
}

.wrap-img-history {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.wrap-img-history img {
  opacity: 0.12;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover;
  object-position: 50% 50%;
  height: 100vh;
}
@media screen and (max-width: 480px) {
  .wrap-img-history img {
    opacity: 0.12;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 34% 50%;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    -o-object-position: 34% 50%;
       object-position: 34% 50%;
    height: 124vh;
  }
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  text-align: center;
  color: #FFF4B5;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .parts-h3 {
    font-size: 1.8em;
  }
}

.sec_bg3 .parts-h3 {
  color: #f8eacf;
}

.parts-h4 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.3em;
  }
}

/* 大きな数字 */
.lnmb {
  display: block;
  font-size: 0.65em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 0.25em;
}

.sec_bg3 .lnmb {
  color: #f8eacf;
}

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  max-width: 800px;
  margin: 0 auto;
}

/* ------------ 段落 -------------------------------- */
.freepage-ctt {
  font-family: toppan-bunkyu-gothic-pr6n, serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.freepage-ctt .sec p {
  padding: 0 0 4em 0;
  font-weight: 400;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec p {
    padding: 0 0 4em 0;
  }
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt .sec p.parts-copy {
  color: #383c3c;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.5em;
  }
}
.freepage-ctt .sec p.parts-copy strong {
  font-size: 2em;
}
.freepage-ctt .sec p.parts-copy span {
  color: #44AF34;
}
.freepage-ctt .sec p.note {
  opacity: 0.6;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 4em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  margin: 0 auto;
}
.freepage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
  font-weight: 400;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 2em;
}

.imgtxt_txtbox .parts-copy {
  color: #383c3c !important;
}

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  background: #44AF34;
  color: #383c3c;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .bbox {
    padding: 1.5em;
  }
}
.bbox a {
  color: #383c3c;
}
.bbox h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .bbox h3 {
    font-size: 1.5em;
  }
}
.bbox p {
  padding-bottom: 0;
}

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 4em;
  text-align: center;
}
.parts-100img.center {
  text-align: center;
}
.parts-100img.left {
  text-align: left;
}
.parts-100img.right {
  text-align: right;
}
.parts-100img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts-100img img {
    width: 100%;
  }
}

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt,
.box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding: 0 2em;
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .box_imglefttxt,
  .box_imgrighttxt {
    padding: 0;
  }
}
.box_imglefttxt .imgtxt_imgbox,
.box_imgrighttxt .imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1350px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.box_imglefttxt .imgtxt_imgbox img,
.box_imgrighttxt .imgtxt_imgbox img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h3 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: normal;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txtbox h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txtbox h3 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 2～4つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgbox_txtarea h3 {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.imgbox_txtarea p {
  padding: 0 !important;
}

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */
}
.img2box ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 480px) {
  .img2box ul {
    margin-top: -3em;
  }
}
.img2box ul li {
  width: 48.5%;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .img2box ul li {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .img2box ul li {
    width: 100%;
    margin-top: 3em;
  }
}
.img2box ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .img2box.imghbox ul li {
    width: 48.5%;
  }
}

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */
}
.img3txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -3em;
}
.img3txtbox ul li {
  width: 32%;
  position: relative;
  box-sizing: border-box;
  margin-right: 2%;
  margin-top: 3em;
  padding: 2em;
  /* 画像 */
}
@media screen and (min-width: 769px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .img3txtbox ul li {
    width: 100%;
    margin-bottom: 3em;
    margin-right: 0;
  }
}
.img3txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .img3txtbox.imghbox ul li {
    width: 32%;
    margin-right: 2%;
  }
  .img3txtbox.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 4em 2em;
  /* リスト */
}
.img4txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 1350px) {
  .img4txtbox ul {
    margin-top: -3em;
  }
}
.img4txtbox ul li {
  width: 23.5%;
  position: relative;
  box-sizing: border-box;
  margin-right: 2%;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (min-width: 1351px) {
  .img4txtbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  .img4txtbox ul li {
    margin-top: 3em;
  }
}
@media screen and (max-width: 1350px) and (min-width: 481px) {
  .img4txtbox ul li {
    width: 49%;
  }
  .img4txtbox ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox ul li {
    width: 100%;
  }
}
.img4txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 1350px) and (min-width: 481px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #44AF34;
  color: #f8eacf;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list h3 {
    font-size: 1.5em;
  }
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  background: #44AF34;
  color: #383c3c;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .check_list h3 {
    font-size: 1.5em;
  }
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 400;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #44AF34;
  color: #383c3c;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .order_list {
    padding: 1.5em;
  }
}
.order_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .order_list h3 {
    font-size: 1.5em;
  }
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style-position: inside;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 2em 4em 2em;
  /* 見出し */
  /* リスト */
}
.table_list h3 {
  font-family: toppan-bunkyu-gothic-pr6n, serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500 !important;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .table_list h3 {
    font-size: 1.5em;
  }
}
.table_list h4 {
  font-size: 1.5em;
  padding: 0 0 0.5em 0;
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: white;
  box-shadow: 0.278em 0.278em 1.1em 0 rgba(0, 0, 0, 0.2);
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: white solid 1px;
}
.table_list ul li:last-child {
  border-bottom: none;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  padding: 1em;
  font-size: 1em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    padding: 1em;
    display: block;
    text-align: left;
  }
}
.table_list ul li .tablelist_th {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 500;
  width: 20%;
  font-weight: 700;
  background-color: #FFF4B5;
  color: white;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_th {
    width: 100%;
    font-weight: bold;
    border-right: none;
    border-bottom: none;
    padding: 0.5em 1em;
  }
}
.table_list ul li .tablelist_td {
  background-color: #44AF34;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 300;
  width: 80%;
  color: black;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_td {
    width: 100%;
    padding: 0.5em 1em;
  }
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  opacity: 0.6;
  padding: 3.57em;
  background: #44AF34;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3 {
    font-size: 1.3em;
    font-weight: 500;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.7em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}

/* =============== Youtube動画 ========================================================= */
.videobox .imgtxt_imgbox {
  width: 60%;
}

.youtube_box {
  width: 100%;
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child {
  margin-bottom: 0;
}

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0;
}
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 2.5em;
}
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0;
}
.img2box a:last-child img:last-child,
.img3txtbox a:last-child img:last-child,
.img4txtbox a:last-child img:last-child {
  margin-bottom: 0;
}

li .youtube_box:last-child {
  margin-bottom: 0;
}

.imgtxt_imgbox .youtube_box {
  margin-bottom: 0;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contact-template .wrap,
.contactpage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

.contactpage-ctt {
  /* 見出し */
}
.contactpage-ctt h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
  padding-bottom: 0.5em;
  text-align: center;
}
.contactpage-ctt .sec {
  width: 100%;
}
.contactpage-ctt .sec p {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec p.center {
    text-align: left;
  }
}
.contactpage-ctt .sec.contact_tel p {
  text-align: center;
  /* -------------------------- 電話 ------------------------------------------- */
  /* 時間 */
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel {
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: black;
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel strong {
  font-weight: bold;
}
.contactpage-ctt .sec.contact_tel p.contacttel_tel::before {
  display: inline-block;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec.contact_tel p.contacttel_tel.center {
    text-align: center;
  }
}
.contactpage-ctt .sec.contact_tel p.contacttel_time {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0;
  color: black;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .sec.contact_tel p.contacttel_time.center {
    text-align: center;
  }
}

.webcontact .ct_info {
  text-align: center;
}/*# sourceMappingURL=style.css.map */