@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/*
font-family: "Zen Maru Gothic", sans-serif;
font-family: "Noto Sans JP", sans-serif;
*/

/* ---------------------------------------------------------------------------
//  base
--------------------------------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
*::before,
*::after { box-sizing: border-box; }
html, body { width: 100%; height: 100%; }
img, iframe { border: 0; vertical-align: bottom; }
ul, ol { list-style-type: none; }
a { text-decoration: none; }
mark { font-weight: bold; color: inherit; background-color: transparent; }
em { font-style: normal; }
address { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: baseline; }

.cf::after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

:root {
  --fz18: 1.8rem;
  --fz20: 2rem;
  --yellow: #FEF9A4;
  --lgreen: #B3E374;
  --green: #8DCF37;
  --blue: #68B3DA;
  --text1: #212121;
  --text2: #4A4A4A;
  --text3: #737373;
}

/* ---------------------------------------------------------------------------
//  all
--------------------------------------------------------------------------- */
html { font-size: 62.5%; }
@media (max-width: 1440px) {
  html { font-size: calc(100vw / 1440 * 10); }
} /*@*/

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: var(--fz18);
  color: var(--text1);
  line-height: 1.8;
  background: #FFF;
}
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.4; }

a { transition: .3s; color: inherit; }
@media (min-width: 768px) {
  a:hover { opacity: .7; }
}
.preload a { transition: none !important; }

.wrap { width: 100%; margin: 0 auto; overflow: hidden; }
.inner { max-width: 1260px; padding: 0 40px; height: 100%; margin: 0 auto; position: relative; }
ul.indent li { text-indent: -1em; padding-left: 1em; }
ul.dot li::before { content: "・"; }
ol.num { counter-reset: li; }
ol.num > li { text-indent: -1.2em; padding-left: 1.2em; }
ol.num > li:before { content: counter(li) "."; counter-increment: li; padding-right: 5px; }
ol.brackets { counter-reset: li; }
ol.brackets > li { text-indent: -1.55em; padding-left: 1.55em; }
ol.brackets > li:nth-child(n+10) { text-indent: -2.1em; padding-left: 2.1em; }
ol.brackets > li:before { content: "(" counter(li) ")"; counter-increment: li; padding-right: 5px; }
hr { display: block; height: 1px; border: none; border-top: 1px solid rgba(255,255,255,0.2); margin: 1em 0; }
img { width: 100%; height: auto; }
img.cover { width: 100%; height: 100%; object-fit: cover; }
img.contain { width: 100%; height: 100%; object-fit: contain; }
.text-overflow { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.sml { font-size: 80%; }
.t-center { text-align: center; }
.t-right { text-align: right; }
.pc-center { text-align: center; }
.bold { font-weight: 700; }
.red { color: #E51F1F; }

.flex { display: flex; justify-content: space-between; }
.flex.jstart { justify-content: flex-start; }
.flex.jend { justify-content: flex-end; }
.flex.jcenter { justify-content: center; }
.flex.fwrap { flex-wrap: wrap; }
.flex.fwrap.bottom > * { margin-bottom: 20px; }
.flex.istart { align-items: flex-start; }
.flex.iend { align-items: flex-end; }
.flex.icenter { align-items: center; }
.flex.half > * { width: 48%; }
.flex.half50 > * { width: 50%; }
.flex.third > * { width: 32%; }
.flex.quarter > * { width: 24%; }
.flex.reverse { flex-flow: row-reverse; }
.flex.third.fwrap::after { content: ""; width: 32%; display: block; }
.flex.quarter.fwrap::before { content: ""; width: 24%; display: block; order: 1; }
.flex.quarter.fwrap::after { content: ""; width: 24%; display: block; }

a.scale { overflow: hidden; }
a.scale img { transition: .3s; }
@media (min-width: 768px) {
  a.scale:hover img { transform: scale(1.05); }
}

section { position: relative; }

.anchor {
  margin-top: -9.8rem;
  padding-top: 9.8rem;
}


/* /////////////////////////////////////////////////////////////////////////// */

header.sp,
header .trigger,
.sp-only,
.sp-only-inline { display: none; }
br.pc { display: block; }
br.sp { display: none; }
a[href^="tel:"] { pointer-events: none; cursor: default; }

/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {

:root {
  --fz18: 1.6rem;
  --fz20: 1.8rem;
}

html > * { -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { overflow-y: visible; }
body { min-width: 100%; overflow-x: hidden; }
body.fixed { position: fixed; width: 100%; height: 100%; }
body.fixed::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(195,195,195,0.8);
  z-index: 997;
}

.sp-only { display: block; }
.sp-only-inline { display: inline; }
.pc-only { display: none; }
br.pc { display: none; }
br.sp { display: block; }
a[href^="tel:"] { pointer-events: auto; cursor: pointer; }

.wrap { margin: 0 auto; padding-top: 6.7rem; }
.inner { width: 100%; padding-left: 2rem; padding-right: 2rem; }

.flex:not(.alw) { flex-flow: column nowrap; }
.flex.istart:not(.alw),
.flex.iend:not(.alw),
.flex.icenter:not(.alw) { align-items: stretch; }
.flex.half:not(.alw) > * { width: 100%; }
.flex.half50:not(.alw) > * { width: 100%; }
.flex.third:not(.alw) > * { width: 100%; }
.flex.quarter:not(.alw) > * { width: 100%; }
.flex.reverse:not(.alw) { flex-flow: column nowrap; }
/*
.flex:not(.alw) > * { margin-bottom: 20px; }
.flex:not(.alw) > *:last-child { margin-bottom: 0; }
*/
.flex.sp-half > * { width: 48%; }
.flex.sp-half50 > * { width: 50%; }
.flex.sp-fwrap { flex-wrap: wrap; }

.pc-center { text-align: left; }
.sp-center { text-align: center; }

.table-wrapper { overflow: auto; white-space: nowrap; }
.table-wrapper table { width: auto; }

html { font-size: calc(100vw / 375 * 10); }

.anchor {
  margin-top: -6.4rem;
  padding-top: 6.4rem;
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */


/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
header {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 9.8rem;
  background: var(--yellow);
}
header .head {
  height: 100%;
  padding: 0 6rem;
}
header .logo {
  width: 36.8rem;
}
header nav li {
  margin-left: 4.5rem;
}
header nav a {
  font-weight: 700;
}
header nav a span{
  font-weight: 400;
}
header nav .green a {
  color: var(--green);
  padding-bottom: .2rem;
  border-bottom: .2rem solid var(--green);
}
header nav .blue a {
  color: var(--blue);
  padding-bottom: .2rem;
  border-bottom: .2rem solid var(--blue);
}

/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {

header {
  height: 6.7rem;
  background: #fff;
  box-shadow: 0 .2rem .4rem rgba(0,0,0,0.1);
}
header .logo {
  width: 21.9rem;
}
header .head {
  padding: 0 2rem;
}

header .trigger {
  display: block;
  width: 3.3rem;
  height: 3.8rem;
  background: url(../img/sp-menu-on.png) center top / contain no-repeat;
  position: relative;
  z-index: 5;
}
header .trigger.active {
  background: url(../img/sp-menu-off.png) center top / contain no-repeat;
}

.sp-nav-scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FEF9A4;
  z-index: 4;
}

header nav {
  padding: 8rem 4.5rem 3.5rem;
}
header .menu-logo {
  width: 28.2rem;
  margin: 0 auto 2rem;
}

header nav li {
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
header nav li::before {
  content: "";
  display: inline-block;
  background: url(../img/sp-menu-icon.png) center center / contain no-repeat;
  width: 2.7rem;
  height: 2.7rem;
  margin-right: .5rem;
  vertical-align: ;
  flex-shrink: 0;
}

header nav .green a {
  padding-bottom: 0;
  border-bottom: none;
}
header nav .blue a {
  padding-bottom: 0;
  border-bottom: none;
}

header .menu-tel {
  padding: 4rem 0;
  background: var(--green);
  position: relative;
  color: #fff;
  text-align: center;
}
header .menu-tel::before {
  content: "";
  display: block;
  background: url(../img/wave-top-g.png) center top / 37.5rem repeat-x;
  width: 100%;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: -1.4rem;
}

header .menu-tel .title {
  font-size: 2.2rem;
  font-weight: 700;
}
header .menu-tel .num {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.1;
}
header .menu-tel .num::before {
  content: "";
  display: inline-block;
  background: url(../img/tel-w.png) center center / contain no-repeat;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
header .menu-tel p {
  font-size: 1.6rem;
  font-weight: 400;
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */

/* ---------------------------------------------------------------------------
//  common
--------------------------------------------------------------------------- */
h2.rainbow {
  font-size: 3rem;
  text-align: center;
  padding-top: 3.5rem;
  margin-bottom: 4rem;
  position: relative;
}
h2.rainbow::before {
  content: "";
  display: block;
  background: url(../img/h2-rainbow.png) center center / contain no-repeat;
  width: 10.8rem;
  height: 3.9rem;
  position: absolute;
  top: 0;
  left: calc(50% - 5.4rem);
}
/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
h2.rainbow {
  font-size: 2.4rem;
  padding-top: 3.2rem;
  margin-bottom: 2.5rem;
}
h2.rainbow::before {
  width: 8.8rem;
  height: 3.1rem;
  left: calc(50% - 4.4rem);
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */

/* ---------------------------------------------------------------------------
//  mv
--------------------------------------------------------------------------- */
.mv {
  background: url(../img/mv-bg.png) center center / cover no-repeat;
  padding-top: 8rem;
  margin-top: 9.8rem;
}
.mv::before {
  content: "";
  background: url(../img/wave-top-w.png) center top / 135.7rem repeat-x, linear-gradient(to top, #fff 14.5rem, transparent 14.5rem);
  width: 100%;
  height: 20rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mv h1 {
  width: 103.4rem;
  margin: 0 auto;
}

/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.mv {
  padding-top: 3rem;
  margin-top: 0;
}
.mv::before {
  content: "";
  background: url(../img/wave-top-w.png) center top / 37.5rem repeat-x, linear-gradient(to top, #fff 10.5rem, transparent 10.5rem);
  height: 12rem;
}
.mv h1 {
  width: 100%;
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */

/* ---------------------------------------------------------------------------
//  vacant
--------------------------------------------------------------------------- */
.vacant {
  padding: 6rem 0 2rem;
}
.vacant .box {
  width: 90rem;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1rem 2.5rem rgba(84,176,194,0.25);
}
.vacant .box h2 {
  background: #EEE;
  color: var(--green);
  text-align: center;
  font-size: var(--fz20);
  padding: 1rem;
}
.vacant .box h3 {
  text-align: center;
  font-size: var(--fz20);
  color: var(--text2);
  padding: 1.3rem 0;
}
.vacant .box .one h3 {
  background: #D3FFEE;
}
.vacant .box .one p {
  background: #EBFFF7;
}
.vacant .box .two h3 {
  background: #FFE7E8;
}
.vacant .box .two p {
  background: #FFF7F8;
}

.vacant .box .vacant-flex1 > div {
  width: calc(50% - .1rem);
  display: flex;
  flex-direction: column;
}
.vacant .box .vacant-flex2 {
  flex-grow: 1;
}
.vacant .box .vacant-flex2 > p {
  width: calc(50% - .1rem);
  text-align: center;
  font-size: var(--fz20);
  font-weight: 400;
  padding: 1.5rem 0;
}
.vacant .box .vacant-flex2.none > p {
  width: 100%;
}

/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.vacant {
  padding: 2rem 0 3rem;
}
.vacant .box {
  width: 100%;
}
.vacant .box h3 {
  font-size: 1.6rem;
}
.vacant .box .vacant-flex2 > p {
  font-size: 1.5rem;
  line-height: 1.2;
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */

/* ---------------------------------------------------------------------------
//  message
--------------------------------------------------------------------------- */
.message {
  padding: 8rem 0 15rem;
  background: url(../img/message-air.png) center bottom -19rem / 100rem no-repeat;
}
.message .text {
  font-size: var(--fz20);
  line-height: 2.5;
  letter-spacing: 0.2em;
}
.message .bird {
  width: 35.1rem;
  position: absolute;
  left: calc(50% + 14.4rem);
  top: 20rem;
}
/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.message {
  padding: 3rem 0 12rem;
  background: url(../img/message-air.png) center bottom -10rem / 100% no-repeat;
}
.message .text {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}
.message .bird {
  width: 15.3rem;
  left: auto;
  top: auto;
  right: 1rem;
  bottom: -8rem;
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */

/* ---------------------------------------------------------------------------
//  reason
--------------------------------------------------------------------------- */
.reason {
  padding: 5rem 0;
  background: var(--lgreen);
  position: relative;
}
.reason::before {
  content: "";
  display: block;
  background: url(../img/wave-top-lg.png) center top / 135.7rem repeat-x;
  width: 100%;
  height: 5.5rem;
  position: absolute;
  left: 0;
  top: -5.4rem;
}
.reason::after {
  content: "";
  display: block;
  background: url(../img/wave-bottom-lg.png) center top / 135.7rem repeat-x;
  width: 100%;
  height: 5.5rem;
  position: absolute;
  left: 0;
  bottom: -5.4rem;
}

.reason h2 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.reason h2::before {
  content: "";
  display: block;
  background: url(../img/lines-left.png) center center / contain no-repeat;
  width: 3rem;
  height: 4rem;
}
.reason h2::after {
  content: "";
  display: block;
  background: url(../img/lines-right.png) center center / contain no-repeat;
  width: 3rem;
  height: 4rem;
}

.reason .sun {
  width: 27rem;
  height: 26.4rem;
  background: url(../img/reason-sun.png) center center / contain no-repeat;
  font-size: var(--fz20);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reason .frame {
  width: 70rem;
  border: 1px solid #fff;
  border-radius: 6rem;
  padding: 0 1rem 2rem;
  margin: 6rem auto 0;
}
.reason .frame h3 {
  font-size: var(--fz20);
  color: #fff;
  background: var(--lgreen);
  padding: 1rem 2rem;
  display: table;
  margin: -2.5rem auto 0;
}
.reason .frame p {
  text-align: center;
}
/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.reason {
  padding: 3rem 0 5rem;
}
.reason::before {
  background: url(../img/wave-top-lg.png) center top / 37.5rem repeat-x;
  height: 1.5rem;
  top: -1.4rem;
}
.reason::after {
  background: url(../img/wave-bottom-lg.png) center top / 37.5rem repeat-x;
  height: 1.5rem;
  bottom: -1.4rem;
}
.reason h2 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.reason h2::before {
  width: 2.6rem;
  height: 3.5rem;
}
.reason h2::after {
  width: 2.6rem;
  height: 3.5rem;
}
.reason .sun {
  width: 21.9rem;
  height: 21.4rem;
  background: url(../img/reason-sun.png) center center / contain no-repeat;
  font-size: 1.6rem;
  margin: 0 auto 2rem;
}
.reason .frame {
  width: 100%;
  margin: 3rem auto 0;
}
.reason .frame h3 {
  margin: -4rem auto 0;
}
.reason .frame p {
  text-align: center;
  line-height: 1.6;
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */

/* ---------------------------------------------------------------------------
//  outline
--------------------------------------------------------------------------- */
.outline {
  padding: 12rem 0 2rem;
}
.outline .box {
  width: 90rem;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1rem 2.5rem rgba(84,176,194,0.25);
}
.outline .box h2 {
  background: #EEE;
  color: var(--green);
  text-align: center;
  font-size: var(--fz20);
  padding: 1rem;
}
.outline .box h3 {
  text-align: center;
  font-size: var(--fz20);
  color: var(--text2);
  padding: 1.3rem 0;
  background: #F6F6F6;
}

.outline .box .outline-flex1 > div {
  width: calc(50% - .1rem);
  display: flex;
  flex-direction: column;
}
.outline .box p {
  text-align: center;
  font-size: var(--fz20);
  font-weight: 400;
  padding: 1.5rem 0;
  background: #FCFCFC;
  flex-grow: 1;
}

/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.outline {
  padding: 5rem 0 2rem;
}
.outline .box {
  width: 100%;
}
.outline .box h3 {
  font-size: 1.4rem;
}
.outline .box p {
  font-size: 1.4rem;
  line-height: 1.2;
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */

/* ---------------------------------------------------------------------------
//  support
--------------------------------------------------------------------------- */
.support {
  padding: 10rem 0 20rem;
  background: url(../img/support-bg.png) center 15rem / cover no-repeat;
}
.support .items {
  width: 100rem;
  margin: 10rem auto 0;
  gap: 8rem 5.3rem;
}
.support .item {
  width: 29.8rem;
}
.support .item h3 {
  text-align: center;
  font-size: var(--fz20);
  color: var(--green);
  margin-top: 1rem;
}
.support .food {
  width: 82.2rem;
  margin: 14rem auto 0;
}
.support .food .image {
  width: 46.3rem;
}
/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {

.support {
  padding: 5rem 0 6rem;
  background: url(../img/support-bg-sp.png) center 13rem / 100% auto no-repeat;
}
.support .items {
  width: 20rem;
  margin: 2rem auto 0;
  gap: 3rem;
}
.support .item {
  width: 100%;
}
.support .item h3 {
  text-align: center;
  font-size: var(--fz20);
  color: var(--green);
  margin-top: 1rem;
}
.support .food {
  width: 100%;
  margin: 7rem auto 0;
}
.support .food .image {
  width: 100%;
}
.support .food > p {
  display: table;
  margin: 1rem auto 0;
}


} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */

/* ---------------------------------------------------------------------------
//  facility
--------------------------------------------------------------------------- */
.facility {
  padding: 5rem 0 8rem;
  background: var(--lgreen);
  position: relative;
  color: #fff;
  position: relative;
  z-index: 1;
}
.facility::before {
  content: "";
  display: block;
  background: url(../img/wave-top-lg.png) center top / 135.7rem repeat-x;
  width: 100%;
  height: 5.5rem;
  position: absolute;
  left: 0;
  top: -5.4rem;
}
.facility::after {
  content: "";
  display: block;
  background: url(../img/wave-bottom-lg.png) center top / 135.7rem repeat-x;
  width: 100%;
  height: 5.5rem;
  position: absolute;
  left: 0;
  bottom: -5.4rem;
}

.facility .tab-menu {
  margin-top: 6rem;
}
.facility .tab-menu a {
  width: 45rem;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
  text-align: center;
  font-size: var(--fz20);
  font-weight: 700;
  background: #9ACE55;
  color: #79A144;
}
.facility .tab-menu a#btn1.tab-active {
  background: #D3FFEE;
  color: var(--text1);
}
.facility .tab-menu a#btn2.tab-active {
  background: #FFE7E8;
  color: var(--text1);
}
.facility .tab-cnt #cnt1 {
  border-top: .8rem solid #D3FFEE;
}
.facility .tab-cnt #cnt2 {
  border-top: .8rem solid #FFE7E8;
}
.facility .tab-cnt > div {
  padding-top: 8rem;
}
.facility h3 {
  font-size: 4.5rem;
  margin-bottom: 1rem;
}
.facility .capa {
  gap: 1rem;
  margin-bottom: 1rem;
}
.facility .capa li {
  background: #fff;
  border-radius: 3rem;
  padding: .6rem 0;
  width: 26rem;
  text-align: center;
  color: #4DC496;
  font-size: var(--fz20);
}

.facility .tab-cnt .head p {
  font-size: var(--fz20);
}
.facility .tab-cnt .head hr {
  display: block;
  height: 3px;
  border: none;
  border-top: 3px dotted #fff;
  margin: 3rem 0 1rem;
}
.facility .photo {
  border-radius: 3rem;
  overflow: hidden;
}
.facility .photos {
  width: 102.2rem;
  margin: 5rem auto 0;
}
.facility .photos > div {
  width: 23.8rem;
}

.facility h4 {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 6rem;
}
.facility .consultation {
  width: 86.4rem;
  margin: 2rem auto 0;
}
.facility .consultation .mail {
  width: 44.7rem;
  border: .3rem solid var(--green);
  background: #fff;
  border-radius: 6rem;
  text-align: center;
  padding: 2.5rem 0;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text2);
  position: relative;
}
.facility .consultation .mail::after {
  content: "";
  display: block;
  background: url(../img/arw-right-g.png) center center / contain no-repeat;
  width: 1rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.facility .consultation .mail span {
  color: #4DC496;
}
.facility .consultation .tel {
  width: 37.7rem;
  border-top: .4rem solid var(--green);
  border-bottom: .4rem solid var(--green);
  padding: 1rem;
  text-align: center;
  line-height: 1.4;
}
.facility .consultation .tel h5 {
  font-size: 2.3rem;
}
.facility .consultation .tel .num {
  font-size: 3.8rem;
  font-weight: 700;
  color: #FFEE55;
  line-height: 1;
  letter-spacing: .04em;
}
.facility .consultation .tel .num::before {
  content: "";
  display: inline-block;
  background: url(../img/tel-yel.png) center center / contain no-repeat;
  width: 2.7rem;
  height: 2.7rem;
  margin-right: 1rem;
}
.facility .consultation .tel p {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text1);
}

.facility .googlemap {
  width: 75.6rem;
  height: 47.6rem;
  margin: 6rem auto 0;
}
.facility .googlemap iframe {
  width: 100%;
  height: 100%;
}
/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.facility {
  padding: 3rem 0 5rem;
}
.facility::before {
  background: url(../img/wave-top-lg.png) center top / 37.5rem repeat-x;
  height: 1.5rem;
  top: -1.4rem;
}
.facility::after {
  background: url(../img/wave-bottom-lg.png) center top / 37.5rem repeat-x;
  height: 1.5rem;
  bottom: -1.4rem;
}
.facility .tab-menu {
  margin-top: 3rem;
}
.facility .tab-menu a {
  width: 14.6rem;
  border-radius: 1rem 1rem 0 0;
  font-size: 1.7rem;
}
.facility .tab-cnt > div {
  padding-top: 4rem;
}
.facility h3 {
  font-size: 3.3rem;
  margin: 1rem 0;
  text-align: center;
}
.facility .capa li {
  border-radius: 5rem;
  width: 48%;
  padding: 1rem 0;
  line-height: 1.2;
}
.facility .tab-cnt .head p {
  font-size: 1.8rem;
}
.facility .tab-cnt .head hr {
  margin: 1rem 0;
}
.facility .photos {
  width: 100%;
  margin: 3rem auto 0;
  gap: 2rem 0;
}
.facility .photos > div {
  width: 48%;
}

.facility h4 {
  font-size: 2rem;
  margin-top: 3rem;
}
.facility .consultation {
  width: 100%;
  margin: 2rem auto 0;
}

.facility .consultation .mail {
  width: 100%;
  padding: 2rem 0;
  font-size: 2.2rem;
  line-height: 1.2;
}
.facility .consultation .tel {
  width: 100%;
  margin-top: 3rem;
}
.facility .googlemap {
  width: 100%;
  height: 20rem;
  margin: 4rem auto 0;
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */


/* ---------------------------------------------------------------------------
//  flow
--------------------------------------------------------------------------- */
.flow {
  padding: 20rem 0;
  background: #FEF9A4;
  margin-top: -5rem;
}
.flow h2 span {
  font-size: 2rem;
  font-weight: 400;
  display: block;
}
.flow .items {
  width: 102rem;
  margin: 0 auto;
}
.flow .item {
  border: 1rem solid #fff;
  background: #fff;
  padding: 2.5rem;
  margin-bottom: 4rem;
  position: relative;
}
.flow .item:not(:last-child)::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1.6rem;
  background: #B0B0B0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -3.8rem;
  left: calc(50% - 2rem);
}
.flow .item .icon {
  width: 20rem;
  padding-right: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow .item .icon img {
  width: 11.2rem;
}
.flow .item .text {
  flex: 1;
}
.flow .item .text h3 {
  font-size: 2.2rem;
  color: var(--green);
  margin-bottom: 1rem;
}
.flow .item .text h3 span {
  color: #fff;
  background: var(--green);
  display: inline-flex;
  width: 2.7rem;
  height: 2.7rem;
  justify-content: center;
  align-items: center;
  padding-bottom: .2rem;
  margin-right: 1rem;
}
.flow .item.blue {
  background: #DEF4FF;
}
.flow .item.blue h3 {
  color: #68B3DA;
}
.flow .item.blue h3 span {
  background: #68B3DA;
}
.flow .item.blue .bg {
  background: #fff;
  padding: 1rem 2rem;
  margin-top: 1rem;
}
.flow .item.blue .bg .title {
  font-weight: 700;
  margin-bottom: 2rem;
}
.flow .item.blue .bg .experience dt {
  width: 6em;
  float: left;
  clear: left;
}
.flow .item.blue .bg .experience dd {
  padding: 0 0 1rem 6em;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dcdcdc;
}
.flow .item.blue .bg .experience dd.none {
  padding: 0 0 0 6em;
  margin-bottom: 0;
  border-bottom: none;
}

/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.flow {
  padding: 12rem 0 10rem;
  margin-top: -5rem;
}
.flow h2 span {
  font-size: 1.4rem;
}
.flow .items {
  width: 100%;
}
.flow .item {
  padding: 1rem 2rem 2rem;
  margin-bottom: 4rem;
}
.flow .item .icon {
  width: 10rem;
  padding-right: 0;
  margin: 0 auto 1rem;
}
.flow .item .icon img {
  width: 100%;
}
.flow .item .text {
  font-size: 1.8rem;
}
.flow .item.blue .bg {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.flow .item.blue .bg .experience dt {
  width: 100%;
  float: none;
  clear: none;
  font-weight: 700;
}
.flow .item.blue .bg .experience dd {
  padding: 0 0 1rem 0;
  color: var(--text2);
}
.flow .item.blue .bg .experience dd.none {
  padding: 0 0 1rem 0;
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */


/* ---------------------------------------------------------------------------
//  contact
--------------------------------------------------------------------------- */
.contact {
  padding: 5rem 0 10rem;
  background: #fff;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}
.contact::before {
  content: "";
  display: block;
  background: url(../img/wave-top-w.png) center top / 135.7rem repeat-x;
  width: 100%;
  height: 5.5rem;
  position: absolute;
  left: 0;
  top: -5.4rem;
}
.contact::after {
  content: "";
  display: block;
  background: url(../img/wave-bottom-w.png) center top / 135.7rem repeat-x;
  width: 100%;
  height: 5.5rem;
  position: absolute;
  left: 0;
  bottom: -5.4rem;
}
.contact .cat {
  width: 10.8rem;
  position: absolute;
  top: -14rem;
  right: 5rem;
}
.contact .dog {
  width: 9.8rem;
  position: absolute;
  bottom: -18rem;
  left: 17rem;
  z-index: 2;
}

.contact .tel {
  width: 46.9rem;
  padding: 5rem;
  margin: 6rem auto 0;
  border: .2rem solid #E9E485;
  text-align: center;
}
.contact .sub {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-top: -2rem;
}
.contact .tel h3 {
  font-size: 2.3rem;
}
.contact .tel .num {
  font-size: 4.3rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1.2;
}
.contact .tel .num::before {
  content: "";
  display: inline-block;
  background: url(../img/tel-grn.png) center center / contain no-repeat;
  width: 3.1rem;
  height: 3.1rem;
  margin-right: 1rem;
}
.contact .tel p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .1em;
}

.contact h4 {
  font-size: 2.3rem;
  color: var(--text3);
  text-align: center;
  margin: 9rem 0 2rem;
}


.mailform {
  background: #FFFDE0;
  padding: 8rem;
  font-weight: 400;
}
.mailform dl {
  margin: 3rem 0 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E9E485;
}
.mailform dl dt {
  width: 24rem;
  float: left;
  clear: left;
}
.mailform dl dd {
  padding: 0 0 0 24rem;
  margin-bottom: 4rem;
}
.mailform dl + p {
  font-size: 1.6rem;
  text-align: center;
}

.mailform input[type="text"],
.mailform input[type="email"],
.mailform input[type="tel"],
.mailform select,
.mailform textarea {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: var(--fz18);
  background: #fff;
  padding: 1rem 2rem;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
.mailform select { width: auto; }
.mailform textarea { height: 20rem; }
::-webkit-input-placeholder { color: #ADADAD; }
:-ms-input-placeholder { color: #ADADAD; }
::placeholder { color: #ccc; }
.mailform input[type=checkbox] { transform: scale(1.2); }

.mailform input[type="submit"] {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  background: var(--green);
  display: block;
  width: 50rem;
  height: 7.5rem;
  line-height: 7.5rem;
  border: none;
  border-radius: 6rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  transition: .3s;
  margin: 4rem auto 0;
}
.mailform input[type="submit"]:hover { opacity: .7; }
.mailform input[type="submit"]:active { top: 1px; }

.grecaptcha-badge { visibility: hidden; }

.wpcf7-radio .wpcf7-list-item {
  margin-right: 3rem;
  display: inline-block;
}


/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.contact {
  padding: 5rem 0 6rem;
}
.contact::before {
  background: url(../img/wave-top-w.png) center top / 37.5rem repeat-x;
  height: 1.5rem;
  top: -1.4rem;
}
.contact::after {
  background: url(../img/wave-bottom-w.png) center top / 37.5rem repeat-x;
  height: 1.5rem;
  bottom: -1.4rem;
}
.contact .cat {
  width: 7.3rem;
  top: -10rem;
  right: 3rem;
}
.contact .dog {
  width: 7.3rem;
  bottom: -9.5rem;
  left: 4rem;
  z-index: 2;
}
.contact .sub {
  margin-top: -1rem;
}
.contact .tel {
  width: 100%;
  padding: 3rem 0;
  margin: 4rem auto 0;
}
.contact .tel h3 {
  font-size: 2rem;
}
.contact .tel .num {
  font-size: 3.7rem;
}
.contact h4 {
  font-size: 1.7rem;
  line-height: 1.6;
  margin: 5rem 0 2rem;
}
.mailform {
  padding: 2rem 2rem 4rem;
}
.mailform dl {
  padding-bottom: 0;
}

.mailform dl dt {
  width: 100%;
  float: none;
  clear: none;
}
.mailform dl dd {
  padding: 0;
  margin-bottom: 3rem;
}
.mailform dl + p {
  line-height: 1.6;
}
.mailform input[type="submit"] {
  width: 100%;
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */


/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
footer .download {
  background: url(../img/download-bg.jpg) center center / cover no-repeat;
  padding: 18rem 0;
  color: #fff;
  text-align: center;
}
footer .download h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
footer .download p {
  font-size: 2.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
footer .download p::before {
  content: "";
  display: block;
  background: url(../img/lines-left.png) center center / contain no-repeat;
  width: 1.6rem;
  height: 2.3rem;
}
footer .download p::after {
  content: "";
  display: block;
  background: url(../img/lines-right.png) center center / contain no-repeat;
  width: 1.6rem;
  height: 2.3rem;
}
footer .download a {
  display: block;
  width: 44.7rem;
  background: var(--green);
  border-radius: 6rem;
  padding: 1.2rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin: 1rem auto 0;
}
footer .download a::before {
  content: "";
  display: inline-block;
  background: url(../img/download.png) center center / contain no-repeat;
  width: 3.3rem;
  height: 3.4rem;
  margin-right: 1rem;
  vertical-align: -.5rem;
}


footer .bg {
  background: var(--green);
  padding: 10rem 0 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
footer .bg::before {
  content: "";
  display: block;
  background: url(../img/wave-top-g.png) center top / 135.7rem repeat-x;
  width: 100%;
  height: 5.5rem;
  position: absolute;
  left: 0;
  top: -5.4rem;
}
footer .bg .white {
  background: #fff;
  padding: 4.5rem;
  border-radius: 1rem;
}
footer .bg .white h2 {
  width: 44.3rem;
  margin: 0 auto 4rem;
}
footer .bg .white .flex > div {
  background: var(--green);
  padding: 4rem;
  border-radius: 1rem;
  text-align: center;
}
footer .bg .white h3 {
  font-size: 4rem;
}
footer .bg .white p {
  font-size: var(--fz20);
}
footer .bg .foot-menu {
  width: 82rem;
  margin: 6rem auto 0;
  gap: 2rem 0;
}
footer .bg .foot-menu li:nth-child(4n+1) {
  width: 14.5rem;
}
footer .bg .foot-menu li:nth-child(4n+2) {
  width: 19rem;
}
footer .bg .foot-menu li:nth-child(4n+3) {
  width: 30.5rem;
}
footer .bg .foot-menu li:nth-child(4n+4) {
  width: 18rem;
}
footer .bg .foot-menu li {
  font-size: 1.6rem;
}
footer .bg .foot-menu li span {
  font-weight: 400;
}

footer .bg .company {
  margin-top: 7rem;
  position: relative;
}
footer .bg .company .title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .4em;
  text-align: center;
  margin-bottom: 1rem;
}
footer .bg .company .logo {
  width: 25.8rem;
  margin: 0 auto 3rem;
}
footer .bg .company .info {
  text-align: center;
  font-weight: 400;
  padding-right: 6rem;
}
footer .bg .company .qr {
  width: 6.5rem;
  position: absolute;
  bottom: 1rem;
  right: 16.5rem;
}

.copyright {
  margin-top: 7rem;
  padding: 2rem 0;
  border-top: 1px solid #E6E6E6;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
}

/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
footer .download {
  padding: 6rem 0 7rem;
}
footer .download h2 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
footer .download p {
  font-size: 2.1rem;
}
footer .download a {
  width: 27.3rem;
  font-size: 2.2rem;
  margin: 0 auto;
}
footer .download a::before {
  width: 2.4rem;
  height: 2.5rem;
  vertical-align: -.3rem;
}

footer .bg {
  padding: 3rem 0 0;
}
footer .bg::before {
  background: url(../img/wave-top-g.png) center top / 37.5rem repeat-x;
  height: 1.5rem;
  top: -1.4rem;
}
footer .bg .white {
  padding: 1.7rem;
}
footer .bg .white h2 {
  width: 27.4rem;
  margin: 0 auto;
}
footer .bg .white .flex > div {
  padding: 1.5rem;
  margin-top: 1.7rem;
}
footer .bg .white h3 {
  font-size: 2.5rem;
}
footer .bg .white p {
  font-size: 1.7rem;
  line-height: 1.3;
}
footer .bg .foot-menu {
  width: 100%;
  margin: 3rem auto 0;
  padding-left: 2rem;
  gap: 1rem
}
footer .bg .foot-menu li:nth-child(4n+1) {
  width: 100%;
}
footer .bg .foot-menu li:nth-child(4n+2) {
  width: 100%;
}
footer .bg .foot-menu li:nth-child(4n+3) {
  width: 100%;
}
footer .bg .foot-menu li:nth-child(4n+4) {
  width: 100%;
}
footer .bg .company {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #E6E6E6;
}
footer .bg .company .info {
  padding-right: 0;
}

footer .bg .company .qr {
  width: 10.8rem;
  position: static;
  margin: 2rem auto 0;
}
.copyright {
  margin-top: 3rem;
}

} /*@*/
/* /////////////////////////////////////////////////////////////////////////// */

