@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: やさしさゴシック;
  src: url("https://cdn.leafscape.be/Yasashisa/YasashisaGothic_web.woff2")
    format("woff2");
}
@font-face {
  font-family: こどもまるゴシック;
  src: url("./KodomoRounded-Light.otf") format("woff2");
}
body {
  font-family: "やさしさゴシック";
  color: #333;
}
.sp {
  display: none;
}
@media screen and (max-width: 899px) {
  .sp {
    display: inline;
  }
}
.color {
  color: #4db995;
}
*.-o {
  background: #ff9d5b;
}
*.-p {
  background: #f19ec2;
}
*.-b {
  background: #6bcdff;
}
*.-g {
  background: #90cd33;
}
*.-p2 {
  background: #f29b8f;
}
*.-br {
  background: #a58a6d;
}
*.-y {
  background: #fabe00;
}
*.-pu {
  background: #bda5ce;
}
*.-a {
  background: #b6b194;
}
*.-base {
  background: #4db995;
}
.require {
  background: #4db995;
  padding: 3px 8px;
  color: #fff;
  border-radius: 5px;
  font-weight: normal;
  font-size: 0.6em;
  margin-left: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
}
.notion {
  font-size: 0.4em;
  font-weight: normal;
  display: inline-block;
}
form {
  margin: 30px auto;
  max-width: 800px;
}
@media screen and (max-width: 899px) {
  form {
    padding: 10px;
  }
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 17px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  body {
    font-size: 14px;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  color: #333;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul * {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
table {
  border-collapse: collapse;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex.-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.-vcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex .flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex.-gap-0 {
  gap: 0px;
}
.flex.-gap-1 {
  gap: 1px;
}
.flex.-gap-2 {
  gap: 2px;
}
.flex.-gap-3 {
  gap: 3px;
}
.flex.-gap-4 {
  gap: 4px;
}
.flex.-gap-5 {
  gap: 5px;
}
.flex.-gap-6 {
  gap: 6px;
}
.flex.-gap-7 {
  gap: 7px;
}
.flex.-gap-8 {
  gap: 8px;
}
.flex.-gap-9 {
  gap: 9px;
}
.flex.-gap-10 {
  gap: 10px;
}
.flex.-gap-11 {
  gap: 11px;
}
.flex.-gap-12 {
  gap: 12px;
}
.flex.-gap-13 {
  gap: 13px;
}
.flex.-gap-14 {
  gap: 14px;
}
.flex.-gap-15 {
  gap: 15px;
}
.flex.-gap-16 {
  gap: 16px;
}
.flex.-gap-17 {
  gap: 17px;
}
.flex.-gap-18 {
  gap: 18px;
}
.flex.-gap-19 {
  gap: 19px;
}
.flex.-gap-20 {
  gap: 20px;
}
.flex.-gap-21 {
  gap: 21px;
}
.flex.-gap-22 {
  gap: 22px;
}
.flex.-gap-23 {
  gap: 23px;
}
.flex.-gap-24 {
  gap: 24px;
}
.flex.-gap-25 {
  gap: 25px;
}
.flex.-gap-26 {
  gap: 26px;
}
.flex.-gap-27 {
  gap: 27px;
}
.flex.-gap-28 {
  gap: 28px;
}
.flex.-gap-29 {
  gap: 29px;
}
.flex.-gap-30 {
  gap: 30px;
}
.flex.-gap-31 {
  gap: 31px;
}
.flex.-gap-32 {
  gap: 32px;
}
.flex.-gap-33 {
  gap: 33px;
}
.flex.-gap-34 {
  gap: 34px;
}
.flex.-gap-35 {
  gap: 35px;
}
.flex.-gap-36 {
  gap: 36px;
}
.flex.-gap-37 {
  gap: 37px;
}
.flex.-gap-38 {
  gap: 38px;
}
.flex.-gap-39 {
  gap: 39px;
}
.flex.-gap-40 {
  gap: 40px;
}
.flex.-gap-41 {
  gap: 41px;
}
.flex.-gap-42 {
  gap: 42px;
}
.flex.-gap-43 {
  gap: 43px;
}
.flex.-gap-44 {
  gap: 44px;
}
.flex.-gap-45 {
  gap: 45px;
}
.flex.-gap-46 {
  gap: 46px;
}
.flex.-gap-47 {
  gap: 47px;
}
.flex.-gap-48 {
  gap: 48px;
}
.flex.-gap-49 {
  gap: 49px;
}
.flex.-gap-50 {
  gap: 50px;
}
.flex.-gap-51 {
  gap: 51px;
}
.flex.-gap-52 {
  gap: 52px;
}
.flex.-gap-53 {
  gap: 53px;
}
.flex.-gap-54 {
  gap: 54px;
}
.flex.-gap-55 {
  gap: 55px;
}
.flex.-gap-56 {
  gap: 56px;
}
.flex.-gap-57 {
  gap: 57px;
}
.flex.-gap-58 {
  gap: 58px;
}
.flex.-gap-59 {
  gap: 59px;
}
.flex.-gap-60 {
  gap: 60px;
}
.flex.-gap-61 {
  gap: 61px;
}
.flex.-gap-62 {
  gap: 62px;
}
.flex.-gap-63 {
  gap: 63px;
}
.flex.-gap-64 {
  gap: 64px;
}
.flex.-gap-65 {
  gap: 65px;
}
.flex.-gap-66 {
  gap: 66px;
}
.flex.-gap-67 {
  gap: 67px;
}
.flex.-gap-68 {
  gap: 68px;
}
.flex.-gap-69 {
  gap: 69px;
}
.flex.-gap-70 {
  gap: 70px;
}
.flex.-gap-71 {
  gap: 71px;
}
.flex.-gap-72 {
  gap: 72px;
}
.flex.-gap-73 {
  gap: 73px;
}
.flex.-gap-74 {
  gap: 74px;
}
.flex.-gap-75 {
  gap: 75px;
}
.flex.-gap-76 {
  gap: 76px;
}
.flex.-gap-77 {
  gap: 77px;
}
.flex.-gap-78 {
  gap: 78px;
}
.flex.-gap-79 {
  gap: 79px;
}
.flex.-gap-80 {
  gap: 80px;
}
.flex.-gap-81 {
  gap: 81px;
}
.flex.-gap-82 {
  gap: 82px;
}
.flex.-gap-83 {
  gap: 83px;
}
.flex.-gap-84 {
  gap: 84px;
}
.flex.-gap-85 {
  gap: 85px;
}
.flex.-gap-86 {
  gap: 86px;
}
.flex.-gap-87 {
  gap: 87px;
}
.flex.-gap-88 {
  gap: 88px;
}
.flex.-gap-89 {
  gap: 89px;
}
.flex.-gap-90 {
  gap: 90px;
}
.flex.-gap-91 {
  gap: 91px;
}
.flex.-gap-92 {
  gap: 92px;
}
.flex.-gap-93 {
  gap: 93px;
}
.flex.-gap-94 {
  gap: 94px;
}
.flex.-gap-95 {
  gap: 95px;
}
.flex.-gap-96 {
  gap: 96px;
}
.flex.-gap-97 {
  gap: 97px;
}
.flex.-gap-98 {
  gap: 98px;
}
.flex.-gap-99 {
  gap: 99px;
}
.m-auto {
  margin: 0 auto;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.m-0 {
  margin: 0px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.m-10 {
  margin: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.m-40 {
  margin: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.m-50 {
  margin: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.m-60 {
  margin: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.m-70 {
  margin: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.m-80 {
  margin: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.m-90 {
  margin: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.m-100 {
  margin: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.m-110 {
  margin: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.m-120 {
  margin: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.m-130 {
  margin: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.m-140 {
  margin: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.m-150 {
  margin: 150px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.m-160 {
  margin: 160px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.m-170 {
  margin: 170px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.m-180 {
  margin: 180px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.m-190 {
  margin: 190px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.m-200 {
  margin: 200px !important;
}
.w45 {
  width: 45%;
}
.w100 {
  width: 100%;
}
.footer {
  /* border-top: dotted 5px #c7bc92;
  border-bottom: dotted 6px #4db995; */
  background: url(../img/bg-foot.png) no-repeat;
  background-size: cover;
  padding: 80px 0 0;
  position: relative;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.footer::after {
  position: absolute;
  content: "";
  max-width: 1920px;
  width: 100%;
  height: calc(100% + 30px);
  top: -30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../img/footer05.png"), 
    url("../img/footer01.png"), url("../img/footer03.png");
  background-repeat: no-repeat;
  background-size: auto 35%, auto 30%, auto 15%;
  background-position: 7% 10%, top right, 87% 90%;
}
@media screen and (max-width: 899px) {
  .footer::after {
    background-position: 7% 19%, 9% bottom, top right, 80% bottom;
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 30px;
  margin: 0 auto;
  gap: 50px;
  max-width: 1160px;
  position: relative;
  z-index: 10;
}
.footer__wrapper__logo {
  /* width: 340px;
  text-align: right; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.footer__wrapper__logo a {
  padding-right: 16px;
}
@media screen and (max-width: 899px) {
  .footer__wrapper__logo {
    margin: 0 auto;
  }
}
.footer__wrapper__logo .-tel {
  font-weight: bold;
  padding-top: 30px;
}
.footer__wrapper__menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__wrapper__menu-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.footer__wrapper__menu-column a {
  color: #000;
}
.footer__wrapper__menu-column a strong {
  /* font-size: 1.2em; */
  display: inline-block;
  margin-bottom: 15px;
}
.footer__wrapper__menu-column .-sub {
  font-size: 0.9em;
  margin-left: 15px;
}
.footer__wrapper__menu-column .-sub a {
  font-weight: normal;
}
.footer__wrapper__menu-column .-sub::before {
  content: "-";
  padding-right: 5px;
}
.footer__wrapper__menu-column .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__wrapper__menu-column .-flex li {
  margin-bottom: 15px;
}
.footer__wrapper__menu-column .-flex ul + ul {
  margin-left: 30px;
}
.footer__wrapper__menu-column .-arrow {
  position: relative;
  padding-left: 12px;
}
.footer__wrapper__menu-column .-arrow::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #8fb53e;
}
.footer__wrapper__menu-column .-search {
  position: relative;
  padding-left: 12px;
}
.footer__wrapper__menu-column .-search::before {
  position: absolute;
  top: 6px;
  left: -5px;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #8fb53e;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.footer__wrapper__menu-column .-search::after {
  position: absolute;
  top: 8px;
  left: 2px;
  z-index: -1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.15em;
  height: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #8fb53e;
  content: "";
}
.footer__wrapper__menu-ttl {
  font-size: 1.2em;
  text-align: center;
  /* display: inline-block; */
  margin-bottom: 15px;
  border-bottom: dotted 5px #c7bc92;
  font-family: やさしさゴシック;
}
.footer__wrapper__menu-row .white {
  background: #fff;
  padding: 20px;
}
.footer__wrapper__menu-row.white {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.footer__wrapper__menu-column.-search1 {
  width: 31%;
  justify-content: flex-start;
  position: relative;
}
.footer__wrapper__menu-column.-search1:after {
    margin: 0 1rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #a0a3af;
    position: absolute;
    left: 100%;
    
}
.footer__wrapper__menu-row .-search2 {
  width: 29%;
  position: relative;
  padding-left: 10px;
}
.footer__wrapper__menu-row .-search2:after {
  margin: 0 1rem;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #a0a3af;
  position: absolute;
  left: 100%;
  top: 0;
}
.footer__wrapper__menu-row .-search3 {
  width: 30%;
  padding-left: 10px;
}
.footer__wrapper__menu-column .small {
  color: #777777;
  font-size: 13px;
  position: relative;
}
.footer__wrapper__menu-column .small a {
  color: #777777;
}
.footer__wrapper__menu-column .small::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #777777;
}
.footer__wrapper__menu-column .mb20 {
  margin-bottom: 20px;
}
.footer__wrapper__menu-row .white.recruit {
  width: 65%;
}

.footer__wrapper__menu-row .recruit .footer__wrapper__menu-column {
  justify-content: flex-start;
}
.footer__wrapper__menu-row .recruit .btnWrap {
  width: 48%;
  position: relative;
}
.footer__wrapper__menu-row .recruit .btnWrap:after {
  margin: 0 1rem;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #a0a3af;
  position: absolute;
  left: 100%;
}
.footer__wrapper__menu-row .recruit .menuWrap {
  width: 42%;
  padding-left: 10px;
}
.footer__wrapper__menu-row .white.circle {
  width: 33%;
}
.footer__wrapper__menu-other {
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  margin: 60px 0;
  padding: 30px;
}
.footer__wrapper__menu-other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__wrapper__menu-other ul li {
  position: relative;
}
.footer__wrapper__menu-other ul li:after {
  position: absolute;
  content: "|";
  width: 1px;
  height: 20px;
  top: 0;
  right: 0;
}
.footer__wrapper__menu-other ul li:last-child:after {
  content: none;
}
.footer__wrapper__menu-other ul li a {
  padding-right: 20px;
  padding-left: 20px;
}
.footer__wrapper__menu-other ul li:first-child a {
  padding-left: 0;
}
.footer__wrapper__menu-other ul li:last-child a {
  padding-right: 0;
}
@media screen and (max-width: 899px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px;
  }
  .footer__wrapper__menu-row {
    gap: 20px;
  }
  .footer__wrapper__menu-row > li {
    width: 40%;
    margin-bottom: 50px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 899px) {
  .footer__contact {
    margin-top: 30px;
  }
}
.footer__contact-item {
  text-align: center;
    padding: 10px 20px 10px 50px;
  border-radius: 40px;
  width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .footer__contact-item {
    padding: 7px 20px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.footer__contact-item.-base {
  background: #4db995;
}
.footer__contact-item.-orange {
  background: #ff9d5b;
}
.footer__contact-item a {
  color: #fff;
  position: relative;
  font-weight: normal;
  font-size: 1.1em;
}
.footer__contact-item a img {
  /* width: 25px;
  height: 25px; */
  position: absolute;
  left: -32px;
  top: 6px;
}
@media screen and (max-width: 899px) {
  .footer__contact-item a img {
    top: -40px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
  }
}
.header {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: url(../img/line--hd.png) repeat-x top center;
  padding-top: 25px;
}
@media screen and (max-width: 899px) {
  .header {
    padding-top: 15px;
    background-size: 10px auto;
  }
}
.header__wrapper {
  max-width: 95%;
  margin: 0 auto;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .header__wrapper {
    position: relative;
    max-width: 100%;
  }
  .header__wrapper__menubtn {
    position: fixed;
    width: 50px;
    height: 60px;
    text-align: center;
    top: 13px;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .header__wrapper__menubtn.is-active {
    right: 280px;
  }
  .header__wrapper__menubtn.is-active span:first-child {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__wrapper__menubtn.is-active span:nth-child(2) {
    display: none;
  }
  .header__wrapper__menubtn.is-active span:last-child {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header__wrapper__menubtn span {
    display: inline-block;
    height: 2px;
    width: 30px;
    background: #000;
    position: absolute;
    right: calc(50% - 15px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header__wrapper__menubtn span:first-child {
    top: 20px;
  }
  .header__wrapper__menubtn span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .header__wrapper__menubtn span:last-child {
    bottom: 20px;
  }
}
@media screen and (max-width: 1230px) {
  .header__logo {
    width: 350px;
  }
}
@media screen and (max-width: 899px) {
  .header__logo {
    width: 200px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 899px) {
  .header__menu {
    overflow-y: scroll;
  }
}
.header__menu__tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 899px) {
  .header__menu__tips {
    display: block;
  }
}
.header__menu__tips-item {
  padding: 10px 30px;
  border-radius: 30px;
}
@media screen and (max-width: 899px) {
  .header__menu__tips-item {
    padding: 10px;
  }
  .header__menu__tips-item + li {
    margin-top: 10px;
  }
}
.header__menu__tips-item.-base {
  background: #4db995;
}
.header__menu__tips-item.-orange {
  background: #ff9d5b;
}
.header__menu__tips-item a {
  color: #fff;
  position: relative;
  font-weight:bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__menu__tips-item a img {
  margin-right: 10px;
}
@media screen and (max-width: 899px) {
  .header__menu__tips-item a img {
    height: 20px;
    width: auto;
    position: relative;
    left: 0;
  }
}
.header__menu__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 1140px) {
  .header__menu__gnav {
    font-size: 0.9em;
  }
}
.header__menu__gnav > li {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 899px) {
  .header__menu__gnav > li {
    font-size: 1em;
  }
  .header__menu__gnav > li .-subnavi--btn,
  .header__menu__gnav > li > a {
    padding: 10px;
    display: block;
  }
}
.header__menu__gnav-item a,
.header__menu__gnav-item span {
  cursor: pointer;
  position:relative;
  padding-left:12px;
}
.header__menu__gnav-item > a,
.header__menu__gnav-item > span {
  font-weight:bold;
}
.header__menu__gnav-item > a::after,
.header__menu__gnav-item > span::after{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #8fb53e;
}
.header__menu__gnav .-subnavi--box {
  position: absolute;
  right: 0;
  z-index: 100;
  padding-top: 30px;
  width: 830px;
  display: none;
}
.header__menu__gnav .-subnavi--box::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 27px 15px;
  border-color: transparent transparent #4eba94 transparent;
}
.header__menu__gnav .-subnavi--box.-s1 {
  width: 830px;
  right: -300px;
}
.header__menu__gnav .-subnavi--box.-s1::before {
  right: 360px;
}
.header__menu__gnav .-subnavi--box.-s2 {
  width: 200px;
}
.header__menu__gnav .-subnavi--box.-s3 {
  width: 380px;
}
.header__menu__gnav .-subnavi--box.active {
  display: block;
}
.header__menu__gnav .-subnavi--box > div {
  background: #4eba95;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__menu__gnav .-subnavi--box > div a,
.header__menu__gnav .-subnavi--box > div span,
.header__menu__gnav .-subnavi--box > div strong,
.header__menu__gnav .-subnavi--box > div p {
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
}
.header__menu__gnav .-subnavi--box > div > div + div {
  margin-left: 30px;
}
.header__menu__gnav .-subnavi--box > div > div > * {
  display: block;
  margin-bottom: 15px;
}
.header__menu__gnav .-subnavi--box > div > div ul li + li {
  margin-top: 0;
}
.header__menu__gnav .-subnavi--box > div > div .-sub {
  position: relative;
  padding-left: 12px;
}
.header__menu__gnav .-subnavi--box > div > div .-sub::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #fff;
}
.header__menu__gnav .-subnavi--box > div > div .-search {
  position: relative;
  padding-left: 12px;
}
.header__menu__gnav .-subnavi--box > div > div .-search::before {
  position: absolute;
  top: 6px;
  left: -5px;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #4eba95;
  content: "";
  z-index: 10;
}
.header__menu__gnav .-subnavi--box > div > div .-search::after {
  position: absolute;
  top: 8px;
  left: 2px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.15em;
  height: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 899px) {
  .header__menu__gnav .-subnavi--box {
    position: relative;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    padding-top: 0;
  }
  .header__menu__gnav .-subnavi--box::before {
    display: none;
  }
  .header__menu__gnav .-subnavi--box > div {
    display: block;
    padding: 10px;
    margin-top: 10px;
  }
  .header__menu__gnav .-subnavi--box > div > div {
    padding: 10px 5px 0 !important;
  }
  .header__menu__gnav .-subnavi--box > div > div + div {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 899px) {
  .header__menu__gnav .-subnavi--btn {
    position: relative;
    display: block;
    width: 100%;
  }
  .header__menu__gnav .-subnavi--btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #4db995;
    border-right: 1px solid #4db995;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header__menu__gnav .-subnavi--btn.active::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
  }
}
@media screen and (max-width: 899px) {
  .header__menu {
    width: 280px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -280px;
    z-index: 999;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
  }
  .header__menu.is-active {
    right: 0;
  }
  .header__menu__gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .header__menu__gnav-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
  }
}
main section {
  margin: 40px auto 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 899px) {
  main section {
    margin: 40px auto 60px;
  }
}
main section .title {
  font-size: 1.4em;
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
}
@media screen and (max-width: 899px) {
  main section .title {
    margin: 0 auto 20px;
  }
}
main section .title.-bg {
  background-image: url("../img/search/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1620px !important;
  height: 270px;
  padding: 60px 0 0 0 !important;
}
main section .title.-bg img {
  position: relative;
  top: 0 !important;
  display: block;
  margin: 0 auto 5px;
  left: 0;
  height: auto;
}
@media screen and (max-width: 899px) {
  main section .title.-bg {
    height: auto;
    padding: 20px 0 !important;
  }
}
main section .title img {
  width: auto;
  height: 40px;
  position: absolute;
  top: -45px;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
}
main section .title.large {
  font-size: 2.35em;
}
@media screen and (max-width: 899px) {
  main section .title.large {
    font-size: 1.7em;
  }
}
main section .title span {
  font-size: 1em;
  color: #ff9d5b;
  font-family: "こどもまるゴシック";
}
main section .title .-sub {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック;
  text-transform: uppercase;
  font-size: 0.5em;
  color: #95d66e;
  letter-spacing: 3px;
}
main section .description {
  margin: 10px auto;
  text-align: center;
  font-size: 1.35em;
  font-weight: bold;
  text-align: center;
}
main section .description .head {
  color: #4db995;
  margin-bottom: 30px;
  font-size: 1.3em;
  position: relative;
}
main section .description .head img {
  top: -80px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
main section .description .line {
  margin: 0;
  padding: 5px 10px;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 899px) {
  main section .description .line {
    background-image: none;
    text-align: center;
  }
}
main section .description .line span {
  position: relative;
}
main section .description .line span::before {
  z-index: -1;
  content: "";
  display: inline-block;
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-size: auto auto;
  background-color: #f5d255;
  background-image: -webkit-repeating-linear-gradient(
    315deg,
    transparent,
    transparent 7px,
    #fff 7px,
    #fff 9px
  );
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 7px,
    #fff 7px,
    #fff 9px
  );
}
@media screen and (max-width: 899px) {
  main section .description .line span {
    padding: 5px 5px;
    display: inline-block;
  }
}
main section .description .line span.notion {
  font-size: 0.8em;
  font-weight: normal;
  background: none;
}
main section .description .line span.notion::before {
  display: none;
}
.btn-type2 {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック;
  font-weight: bold;
  display: block;
  width: 270px;
  margin: 40px 0;
  padding: 20px 20px 20px 50px;
  background: #4db995;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  position: relative;
}
.btn-type2 img {
  position: absolute;
  width: 80px;
  height: auto;
  left: 0px;
  bottom: 10px;
}
.btn-type2.-sec {
  background: #f97ba2;
}
@media screen and (max-width: 899px) {
  .btn-type2 {
    width: 60%;
  }
  .btn-type2 img {
    width: 60px;
  }
}
.btn-type1 {
  font-family: #4db995;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 410px;
  padding: 20px;
  background: #4db995;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  .btn-type1 {
    width: 70%;
  }
}
.btn-type1 img {
  margin-right: 20px;
}
.btn-type1.-font {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック;
}
.btn-type1.-spe {
  font-size: 1.4em;
}
@media screen and (max-width: 899px) {
  .btn-type1.-spe {
    width: 70%;
  }
}
.btn-type1.-sec {
  background: #ff9d5b;
}
.c-point {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-point ul li {
  margin: 0 auto 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-point ul li span {
  background: #4db995;
  border-radius: 15px;
  padding: 3px 10px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 2px solid #fff;
}
.c-point ul li p {
  display: inline-block;
  border-bottom: solid 2px #4db995;
  font-weight: bold;
  padding-bottom: 5px;
}
@media screen and (max-width: 899px) {
  .c-point ul li p {
    padding: 10px 5px 10px;
  }
}
@media screen and (max-width: 899px) {
  .c-point ul li {
    padding: 0 10px;
    display: block;
  }
}
.c-submit {
  padding: 10px 70px;
  border-radius: 20px;
  border: solid 2px #ff9d5b;
  background: #fff;
  color: #ff9d5b;
  display: block;
  margin: 0 auto;
}
.c-submit:hover {
  color: #fff;
  background: #ff9d5b;
}
.copyright {
  text-align: right;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
  border-top: dotted 5px #4db995;
}
.copyright::before {
  background-image: url("../img/footer04.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left bottom;
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
}
.copyright p {
  text-align: right;
  font-size: 0.8em;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 899px) {
  .copyright {
    width: 100%;
  }
  .copyright::before {
    background-position: -30px 100%;
    background-size: auto 42%;
  }
}
.more {
  width: 250px;
  height: 50px;
  margin: auto;
  background-color: transparent;
  border: none;
  background-image: url("../img/more.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.more-btn {
  color: #000;
  font-size: 1;
}
.pager {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
.pager li {
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
}
.pager li a {
  color: #000;
}
.pager li.current {
  background-color: #4db995;
}
.pager li.current a {
  color: #fff;
}
.pager li.prev,
.pager li.next {
  background: #e3e8e8;
  position: relative;
}
.pager li.prev a::before,
.pager li.next a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #fff;
  top: 15px;
  left: 30%;
}
.pager li.prev a::after,
.pager li.next a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #fff;
  bottom: 15px;
  left: 30%;
}
.pager li.prev a::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pager li.prev a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pager li.next a::before {
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pager li.next a::after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swiper {
  max-width: 1500px;
}
.swiper-wrapper {
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-button-prev,
.swiper-button-next {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #4db995;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}
.swiper-button-prev {
  left: 30%;
  top: 50%;
}
.swiper-button-prev::before {
  content: url("../img/top/icon-left.png");
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
}
.swiper-button-next {
  right: 30%;
}
.swiper-button-next::before {
  content: url("../img/top/icon-right.png");
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
@media screen and (max-width: 899px) {
  .swiper-button-prev {
    left: 2%;
  }
  .swiper-button-next {
    right: 2%;
  }
}
.p-entry .sec1 .title {
  width: 90%;
  max-width: 1200px;
  border-radius: 150px;
  /* padding: 70px 0 30px; */
  padding: 24px 0 0 0 !important;
}
.p-entry .sec1 .title img {
  top: 15px;
}
.p-entry .sec1 .description {
  max-width: 800px;
}
.p-entry .sec1 .description p {
  text-align: left;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 899px) {
  .p-entry .sec1 .description {
    padding: 0 10px;
  }
  .p-entry .sec1 .description p {
    font-size: 0.8em;
  }
}
.p-entry .sec2 .title {
  font-size: 1.6em;
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
}
.p-entry .sec2 .cap {
  text-align: center;
  margin-bottom: 30px;
}
.p-entry .sec2 .cap a {
  color: #004db6;
    text-decoration: underline;
}
.p-entry .sec2 .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-entry .sec2 .process li {
  padding: 5px 50px;
  border: solid 1px #ff9d5b;
  color: #ff9d5b;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  background: #fff;
}
.p-entry .sec2 .process li.one {
  left: 22px;
  z-index: 10;
}
.p-entry .sec2 .process li.two {
  z-index: 7;
}
.p-entry .sec2 .process li.three {
  right: 22px;
  z-index: 3;
}
.p-entry .sec2 .process li.current {
  background: #ff9d5b;
  color: #fff;
}
@media screen and (max-width: 899px) {
  .p-entry .sec2 .process li {
    padding: 5px 30px;
  }
}
.p-entry .sec2 .support {
  border-top: solid 2px #4db995;
  border-bottom: solid 2px #4db995;
}
.p-entry .sec2 .support tr th {
  font-weight: bold;
}
.p-entry .sec2 .support tr td label {
  margin-right: 30px;
}
.p-entry .sec2 .support tr td label input {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.p-entry .sec2 table {
  width: 100%;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック;
}
.p-entry .sec2 table tr {
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 899px) {
  .p-entry .sec2 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-entry .sec2 table tr th {
  width: 300px;
  font-weight: normal;
  padding: 20px 30px;
  text-align: left;
}
@media screen and (max-width: 899px) {
  .p-entry .sec2 table tr th {
    padding: 20px 10px;
  }
}
.p-entry .sec2 table tr th.vtop {
  vertical-align: top;
}
.p-entry .sec2 table tr td {
  padding: 20px 0;
}
@media screen and (max-width: 899px) {
  .p-entry .sec2 table tr td {
    padding: 0 10px 20px;
  }
}
.p-entry .sec2 table tr td label {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.p-entry .sec2 table tr td label input {
  position: relative;
  top: 2px;
  margin-right: 5px;
  background: #efefef;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.p-entry .sec2 table tr td label input[type="text"],
.p-entry .sec2 table tr td label input[type="email"] {
  padding: 10px 15px;
  width: 90%;
}
.p-entry .sec2 table tr td label select {
  background: #efefef;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 5px 10px;
}
.p-entry .sec2 table tr td textarea {
  padding: 10px 15px;
  width: 90%;
  resize: none;
  background: #efefef;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.p-policy .sec1 .title {
  width: 90%;
  max-width: 1200px;
  border-radius: 150px;
  /* padding: 70px 0 30px; */
  padding: 24px 0 0 0 !important;
}
.p-policy .policy-cont {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.p-policy .policy-cont dt {
  font-family: 'Kiwi Maru', serif;
    font-weight: 100;
    color: #121212;
    font-size: 20px;
}
.p-policy .policy-cont dd {
  margin-bottom: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 899px) {
  .p-policy .policy-cont {
    padding: 0 10px;
  }
  .p-policy .policy-cont dt {
    font-size: 18px;
  }
}
.p-home .sec1 {
  margin-bottom: 0;
  overflow: hidden;
}
.p-home .sec1 .-slider {
  width: 2109px;
  left: 50%;
  margin-left: -1054.5px;
  position: relative;
}
.p-home .sec1 .-slider .bx-controls-direction {
  width: 790px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 20px);
  z-index: 10;
}
.p-home .sec1 .-slider .bx-prev,
.p-home .sec1 .-slider .bx-next {
  width: 90px;
  height: 90px;
  background: #4eba95 url(../img/top/icon-left.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100%;
  text-indent: -9999px;
}
.p-home .sec1 .-slider .bx-next {
  background: #4eba95 url(../img/top/icon-right.png) no-repeat center;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-home .sec1 .-slider {
    width: 940px;
    left: 50%;
    margin-left: -470px;
  }
  .p-home .sec1 .-slider .bx-controls-direction {
    width: 340px;
    top: 50%;
  }
  .p-home .sec1 .-slider .bx-prev,
  .p-home .sec1 .-slider .bx-next {
    width: 40px;
    height: 40px;
    background-size: 17px;
  }
  .p-home .sec1 .-slider .bx-prev {
    left: 10px;
  }
  .p-home .sec1 .-slider .bx-next {
    right: 10px;
  }
}
.p-home .sec2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 899px) {
  .p-home .sec2 {
    padding: 50px 0 20px;
  }
}
.p-home .sec2::after {
  position: absolute;
  content: "";
  max-width: 1920px;
  width: 100%;
  height: 100%;
  top: -30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../img/news01.png"), url("../img/news03.png");
  background-repeat: no-repeat;
  background-size: 25%, 35%;
  background-position: left top, 100% 0;
}
.p-home .sec2 .title img {
  height: 30px;
  top: -40px;
}
.p-home .new-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1820px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 899px) {
  .p-home .new-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .p-home .new-info__container {
    width: 47%;
  }
}
.p-home .new-info__container {
  width: 25%;
  padding: 0 10px;
}
.p-home .new-info__container figure {
  width: 100%;
  height: 250px !important;
  border-radius: 40px;
}
@media screen and (max-width: 1820px) {
  .p-home .new-info__container figure {
    height: calc(calc(25vw - 10px) / 1.8) !important;
  }
}
@media screen and (max-width: 899px) {
  .p-home .new-info__container {
    width: 47%;
  }
  .p-home .new-info__container:last-child {
    display: none;
  }
  .p-home .new-info__container figure {
    height: calc(calc(50vw - 10px) / 1.4) !important;
    border-radius: 30px;
  }
}
.p-home .new-info__container__detail .-genre {
  margin: 10px 0;
  border-radius: 20px;
  padding: 0 15px;
  display: inline-block;
  color: #fff;
}
.p-home .new-info__container__detail .-genre.-event {
  background: #f19ec1;
}
.p-home .new-info__container__detail .-genre.-notify {
  background: #7dcdf3;
}
.p-home .new-info__container__detail .-genre.-search {
  background: #ff9d5b;
}
.p-home .new-info__container__detail .date {
  font-size: 0.8em;
  margin-bottom: 10px;
}
.p-home .new-info__container__detail .desc {
  font-weight: bold;
}
.p-home .sec3 > .container {
  background-image: url("../img/search/bgmain.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  padding: 70px 0 120px;
}
@media screen and (max-width: 899px) {
  .p-home .sec3 > .container {
    padding: 70px 0 15px;
    background-color: #f6f6f6;
    background-image: -webkit-radial-gradient(
        #efefef 25%,
        rgba(255, 255, 255, 0) 35%
      ),
      -webkit-radial-gradient(#efefef 25%, rgba(255, 255, 255, 0) 35%);
    background-image: radial-gradient(#efefef 25%, rgba(255, 255, 255, 0) 35%),
      radial-gradient(#efefef 25%, rgba(255, 255, 255, 0) 35%);
    background-position: 0 0, 9px 9px;
    background-size: 18px 18px;
    background-repeat: repeat;
  }
}
.p-home .sec3::before {
  content: "";
  position: absolute;
  max-width: 1920px;
  height: 300px;
  width: 100%;
  top: -150px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../img/top/support02.png"),
    url("../img/top/support03.png");
  background-repeat: no-repeat;
  background-position: left 50%, 90%;
  background-size: 26%;
}
@media screen and (max-width: 899px) {
  .p-home .sec3::before {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    top: -10px;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    background-size: 45%;
    background-position: left bottom, right bottom;
  }
}
.p-home .sec3 .title img {
  height: 75px;
  top: -100px;
}
.p-home .support {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  gap: 80px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 899px) {
  .p-home .support {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
  .p-home .support__container .show-detail {
    margin-bottom: 40px;
  }
}
.p-home .support__container {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 899px) {
  .p-home .support__container {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 350px;
    margin: 0 auto 50px;
  }
}
.p-home .support__container figure {
  width: 100%;
  height: 240px;
  margin: 0;
  text-align: center;
}
.p-home .support__container .target {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 15px;
  border-bottom: dotted 6px #c7bc92;
}
.p-home .support__container .show-detail {
  margin-top: 20px;
  text-align: right;
  font-size: 12px;
}
.p-home .support__container .show-detail a {
  color: #000;
  position: relative;
}
.p-home .support__container .show-detail a::before {
  content: url("../img/arrow-right-long-solid.svg");
  position: absolute;
  width: 15px;
  height: 15px;
  padding: 10px;
  background: #4db995;
  border-radius: 50%;
  top: -7px;
  left: -40px;
}
.p-home .sec4::before {
  content: "";
  position: absolute;
  max-width: 1200px;
  height: 300px;
  width: 100%;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../img/top/practical02.png"),
    url("../img/top/practical06.png");
  background-repeat: no-repeat;
  background-size: auto 50px, auto 50px;
  background-position: 10% top, 90% top;
}
@media screen and (max-width: 899px) {
  .p-home .sec4::before {
    height: 105%;
    background-size: 20%;
    background-position: left 8%, 100% bottom;
  }
}
.p-home .sec4 .title {
  max-width: 800px;
  margin: 0 auto 30px;
  padding-top: 50px;
  background-image: url("../img/top/practical03.png"),
    url("../img/top/practical04.png");
  background-repeat: no-repeat;
  background-size: auto 50px, auto 50px;
  background-position: 25% top, 75% top;
}
@media screen and (max-width: 899px) {
  .p-home .sec4 .title {
    background-position: left top, right top;
  }
}
.p-home .sec4 .title img {
  top: 0;
}
.p-home .practical-list {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 899px) {
  .p-home .practical-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 97%;
  }
  .p-home .practical-list__item {
    width: 45%;
  }
}
.p-home .practical-list__item {
  border: solid 1px #4db995;
  border-radius: 20px;
  overflow: hidden;
}
.p-home .practical-list__item figure img {
  width: 100%;
  height: auto;
}
.p-home .practical-list__item .info {
  padding: 5px 20px 15px;
}
@media screen and (max-width: 899px) {
  .p-home .practical-list__item .info {
    padding: 5px 5px 15px;
  }
}
.p-home .practical-list__item .info .tag {
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  background: #4db995;
  border-radius: 10px;
  min-width: 45%;
}
.p-home .practical-list__item .info .date {
  font-size: 0.8em;
  margin: 20px 0 0;
}
.p-home .practical-list__item .info .desc {
  font-weight: bold;
}
.p-home .sec5 {
  padding: 80px 0;
}
.p-home .sec5::before {
  content: "";
  position: absolute;
  max-width: 1200px;
  height: 300px;
  width: 100%;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../img/top/fair01.png"), url("../img/top/fair06.png"),
    url("../img/top/fair05.png");
  background-repeat: no-repeat;
  background-size: auto 40%, auto 40%, 80%;
  background-position: 10% 25%, 90% top, center;
}
@media screen and (max-width: 899px) {
  .p-home .sec5::before {
    height: 105%;
    border-radius: 55px;
    background-image: url("../img/top/fair01.png"), url("../img/top/fair06.png"),
      url("../img/top/fair05-rotate.png");
    background-size: auto 20%, auto 20%, 90%;
    background-position: 0 0, 90% bottom, center;
  }
}
.p-home .fair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 899px) {
  .p-home .fair {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
.p-home .sec6::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height: 300px;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../img/footer04.png");
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: left bottom;
}
@media screen and (max-width: 899px) {
  .p-home .sec6::after {
    bottom: 0;
    background-size: auto 30%;
    height: 100%;
  }
}
@media screen and (max-width: 899px) {
  .p-home .sec6 {
    padding-bottom: 40px;
  }
}
.p-home .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.p-home .contact a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 899px) {
  .p-home .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-home .desc {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック;
}
.p-news .sec1 {
  margin-bottom: 20px;
}
.p-news .sec1 .title {
  width: 90%;
  max-width: 1200px;
  border-radius: 150px;
  padding: 70px 0 30px;
}

.p-news .sec1 .tagform {
  position: absolute;
  left: -100000px;
}
.p-news .sec1 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-news .sec1 .tag li {
  margin: 5px 5px;
  padding: 4px 10px;
  border-radius: 15px;
}
.p-news .sec1 .tag li label {
  color: #fff;
}
.p-news .sec1 .tag li.disable {
  background: #ccc;
}
.p-news .sec2 .new-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 899px) {
  .p-news .sec2 .new-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-between;
  }
  .p-news .sec2 .new-info__container {
    width: 47%;
  }
}
.p-news .sec2 .new-info__container {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media screen and (max-width: 899px) {
  .p-news .sec2 .new-info__container {
    width: 47%;
  }
}
.p-news .sec2 .new-info__container figure {
  width: 100%;
  height: 200px;
  border: 1px solid #888;
  border-radius: 50px;
  background: #eee;
}
@media screen and (max-width: 899px) {
  .p-news .sec2 .new-info__container figure {
    height: 150px;
  }
}
.p-news .sec2 .new-info__container__detail {
  padding: 0 10px;
}
.p-news .sec2 .new-info__container__detail .-genre {
  margin: 10px 0;
  font-size:16px;
  border-radius: 20px;
  padding: 5px 15px;
  line-height:1;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 899px) {
  .p-news .sec2 .new-info__container__detail .-genre {
    font-size:14px;
    padding:5px 10px;
  }
}
.p-news .sec2 .new-info__container__detail .-genre.-event {
  background: #f19ec1;
}
.p-news .sec2 .new-info__container__detail .-genre.-notify {
  background: #7dcdf3;
}
.p-news .sec2 .new-info__container__detail .-genre.-search {
  background: #ff9d5b;
}
.p-news .sec2 .new-info__container__detail .date {
  font-size: 0.8em;
  margin-bottom: 10px;
  color: #000;
}
.p-news .sec2 .new-info__container__detail .desc {
  font-weight: bold;
  color: #000;
}
.p-news .news {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック;
  max-width: 800px;
  margin: 0 auto;
}
.p-news .news__tag {
  display: inline-block;
  font-family: "やさしさゴシック";
  color: #fff;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 0.8em;
}
.p-news .news__wrapper-head {
  border-bottom: solid 2px #4db995;
}
.p-news .news__date {
  font-size: 0.8em;
  font-weight: bold;
}
.p-news .news__title {
  line-height: 1.5;
}
.p-news .news__desc {
  line-height: 2;
}
.p-news .news__img {
  width: 330px;
  height: 450px;
  margin: 40px 0 60px;
  background-color: #eee;
}
.p-news .news__link li {
  margin-bottom: 10px;
}
.p-news .news__link li a {
  color: #000;
}
.p-practical .sec1 {
  margin-bottom: 20px;
}
.p-practical .sec1 .title {
  width: 90%;
  max-width: 1200px;
  border-radius: 150px;
  padding: 70px 0 30px;
}
.p-practical .sec1 .title img {
  top: 35px;
  height: 20px;
}
.p-practical .sec1 .tagform {
  position: absolute;
  left: -100000px;
}
.p-practical .sec1 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-practical .sec1 .tag li {
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 15px;
}
.p-practical .sec1 .tag li label {
  color: #fff;
}
.p-practical .sec1 .tag li.disable {
  background: #ccc;
}
@media screen and (max-width: 899px) {
  .p-search .-recruit-info > div {
    padding: 30px 20px !important;
  }
}
.p-search .sec1 .title {
  width: 90%;
  max-width: 1200px;
  border-radius: 150px;
  padding: 70px 0 30px;
}
.p-search .sec1 .title img {
  top: 15px;
}
.p-search .select-box {
  position: absolute;
  left: -10000px;
}
.p-search .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
.p-search .search-box .garden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.p-search .search-box .garden::before {
  content: "園で探す";
  font-weight: bold;
  border-bottom: dotted 4px #c7bc92;
}
.p-search .search-box .garden label {
  padding: 5px 20px;
  background: #ff9d5b;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  border: solid 2px #fff;
}
.p-search .search-box .garden label.current {
  background: #fff;
  color: #000;
  border: solid 2px #ff9d5b;
}
.p-search .search-box .and {
  width: 50px;
  position: relative;
  top: 80px;
}
.p-search .search-box .and span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #c7bc92;
  position: absolute;
}
.p-search .search-box .and span:first-child {
  -webkit-transform: rotate(-43deg);
  transform: rotate(-43deg);
}
.p-search .search-box .and span:last-child {
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg);
}
.p-search .search-box .area::before {
  content: "地域から探す";
  font-weight: bold;
  border-bottom: dotted 4px #c7bc92;
  display: block;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-search .search-box .area::before {
    width: 70%;
  }
}
.p-search .search-box .area-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.p-search .search-box .area-wrapper .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.p-search .search-box .area-wrapper .list li label {
  display: inline-block;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: bold;
  width: 140px;
  text-align: center;
  padding: 5px 0;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  border: solid 2px #fff;
}
.p-search .search-box .area-wrapper .list li label.current {
  background: #fff;
  color: #000;
  border: solid 2px #ff9d5b;
}
@media screen and (max-width: 899px) {
  .p-search .search-box .area-wrapper .list {
    gap: 0;
  }
  .p-search .search-box .area-wrapper .list li {
    margin-bottom: 10px;
  }
}
.p-search .search-box .area-wrapper .map {
  margin: 10px auto;
  padding: 0 30px;
}
@media screen and (max-width: 899px) {
  .p-search .search-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-search .search-box .garden {
    width: 70%;
    margin: 0 auto;
  }
  .p-search .search-box .and {
    top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-search .search-box .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-search .search-box .area-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
  }
  .p-search .search-box .area-wrapper .list li label {
    width: 100%;
  }
}
.p-search .sec2 .list-container {
  padding: 50px 10px;
  background-image: url("../img/search/bgmain.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  position: relative;
}
.p-search .sec2 .list-container::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 100%;
  top: -50px;
  background-image: url("../img/search/bg.png"),
    url("../img/search/img-bird.png");
  background-repeat: no-repeat;
  background-size: 100%, 7%;
  background-position: 50% bottom, 10% top;
}
@media screen and (max-width: 899px) {
  .p-search .sec2 .list-container::before {
    background-size: contain, 20%;
  }
}
@media screen and (max-width: 899px) {
  .p-search .sec2 .list-container {
    background-color: #f6f6f6;
    background-image: -webkit-radial-gradient(
        #efefef 25%,
        rgba(255, 255, 255, 0) 35%
      ),
      -webkit-radial-gradient(#efefef 25%, rgba(255, 255, 255, 0) 35%);
    background-image: radial-gradient(#efefef 25%, rgba(255, 255, 255, 0) 35%),
      radial-gradient(#efefef 25%, rgba(255, 255, 255, 0) 35%);
    background-position: 0 0, 9px 9px;
    background-size: 18px 18px;
    background-repeat: repeat;
  }
}
.p-search .sec2 .detail-container {
  padding: 50px 0 160px;
  background-image: url("../img/search/bgmain.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 899px) {
  .p-search .sec2 .detail-container {
    padding: 0 20px !important;
  }
}
.p-search .sec2 .detail-container::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: 88%;
  background-image: url("../img/search/bg.png"),
    url("../img/search/img-bird.png");
  background-repeat: no-repeat;
  background-size: contain, 10%;
  background-position: 50%, 10% top;
}
@media screen and (max-width: 899px) {
  .p-search .sec2 .detail-container::before {
    background-size: contain, 20%;
  }
}
.p-search .sec2 .detail-container.-bgnone {
  padding: 0;
  background: none;
}
.p-search .sec2 .detail-container.-bgnone::before {
  display: none;
}
.p-search .facility-list {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 60px auto;
}
@media screen and (max-width: 899px) {
  .p-search .facility-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.p-search .facility-list__item {
  width: calc(25% - 10px);
  margin: 0 5px 20px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .p-search .facility-list__item {
    width: 100%;
    padding: 10px;
  }
}
.p-search .facility-list__item-tag > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-search .facility-list__item-tag > div p {
  margin: 2.5px;
  padding: 2px 10px;
  color: #fff;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.2;
}
.p-search .facility-list__item figure {
  height: 160px;
  border: solid 3px #def2eb;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px 0;
}
.p-search .facility-list__item figure img {
  height: 100%;
}
@media screen and (max-width: 899px) {
  .p-search .facility-list__item figure {
    height: calc(100vw / 1.8);
  }
}
.p-search .facility-list__item-info p {
  margin-bottom: 10px;
}
.p-search .facility-list__item-info .-name {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2;
}
.p-search .facility-list__item-info .-name span {
  display: inline-block;
  font-size: 0.8em;
}
.p-search .facility-list__item-info .-pos {
  font-size: 0.8em;
}
.p-search .facility-list__item-info .-pos img {
  position: relative;
  top: 4px;
}
.p-search .facility-list__item-info .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 5px 10px;
  border: solid 1px #888;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 90%;
  position: relative;
  font-size: 15px;
}
.p-search .facility-list__item-info .detail::before {
  content: url("../img/search/icon-search.png");
  position: relative;
  margin-right: 7px;
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 899px) {
  .p-search .facility-list__item-info .detail {
    font-size: 13px;
    width: 95%;
  }
}
.p-search .info-box {
  position: relative;
  z-index: 10;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.p-search .info-box .-contentwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 899px) {
  .p-search .info-box .-contentwrap {
    display: block;
    padding: 0;
  }
}
.p-search .info-box .name {
  border-bottom: dotted 4px #c7bc92;
  padding-bottom: 10px;
  font-size: 1.3em;
  margin-bottom: 20px;
  position: relative;
  padding-right: 60px;
}
.p-search .info-box .name a {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.p-search .info-box .name span {
  display: inline-block;
}
.p-search .info-box .tag-hp {
  width: 120px;
  margin-bottom: 15px;
}
.p-search .info-box .tag-hp .tag + ul {
  border-top: dotted 4px #c7bc92;
  margin-top: 15px;
  padding-top: 15px;
}
.p-search .info-box .tag-hp .tag li {
  padding: 3px 10px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.p-search .info-box .tag-hp .tag li + li {
  margin-top: 10px;
}
@media screen and (max-width: 899px) {
  .p-search .info-box .tag-hp {
    width: 100%;
  }
  .p-search .info-box .tag-hp .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-search .info-box .tag-hp .tag li {
    width: calc(50% - 10px);
    margin-top: 5px !important;
  }
}
.p-search .info-box .imgbox {
  width: 775px;
}
.p-search .info-box .imgbox .custom-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.p-search .info-box .imgbox .custom-thumb a {
  width: calc(calc(100% / 8) - 10px);
  height: 60px;
  margin: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.p-search .info-box .imgbox .main-view li,
.p-search .info-box .imgbox .main-view .-img {
  position: relative;
  border: 3px solid #def2eb;
  border-radius: 5px;
  height: 416px;
  position: relative;
  overflow: hidden;
}
.p-search .info-box .imgbox .main-view li img,
.p-search .info-box .imgbox .main-view .-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 775px;
  max-height: 416px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 899px) {
  .p-search .info-box .imgbox {
    width: 100%;
  }
  .p-search .info-box .imgbox .custom-thumb a {
    width: calc(calc(100% / 5) - 5px);
    height: calc(100vw / 9);
    margin: 2.5px;
    border-radius: 5px;
  }
  .p-search .info-box .imgbox .main-view li,
  .p-search .info-box .imgbox .main-view .-img {
    height: calc(100vw / 2) !important;
  }
  .p-search .info-box .imgbox .main-view li img,
  .p-search .info-box .imgbox .main-view .-img img {
    max-width: 100% !important;
    max-height: calc(100vw / 2) !important;
  }
}
.p-search .info-box .otherinfo {
  width: 100%;
  border: solid 5px #a5a5a5;
  border-radius: 10px;
  position: relative;
}
.p-search .info-box .otherinfo::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  border-radius: 10px;
  border: solid 5px #a5a5a5;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  z-index: -1;
}
.p-search .info-box .otherinfo tr th,
.p-search .info-box .otherinfo tr td {
  padding: 15px 10px;
  border: solid 1px #a5a5a5;
  position: relative;
}
.p-search .info-box .otherinfo tr th a.-map,
.p-search .info-box .otherinfo tr td a.-map {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.p-search .info-box .otherinfo tr th a.-map img,
.p-search .info-box .otherinfo tr td a.-map img {
  margin-left: 10px;
}
.p-search .info-box .otherinfo tr th {
  width: 70px;
  vertical-align: top;
}
.p-search .info-box .otherinfo tr:first-child th,
.p-search .info-box .otherinfo tr:first-child td {
  border-top: none;
}
.p-search .info-box .otherinfo .feature td {
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .p-search .info-box {
    width: 100%;
  }
  .p-search .info-box .imgbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
    margin-bottom: 20px;
  }
  .p-search .info-box .imgbox .imglist {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 55px;
  }
  .p-search .info-box .otherinfo .sp {
    display: table-row;
  }
  .p-search .info-box .otherinfo .pc {
    display: none;
  }
}
