@charset "UTF-8";
@import url(normalize.css/normalize.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html {
  font-size: 62.5%; }

body {
  font-family: "BIZ UDPGothic", "Meiryo", "Yu Gothic", "Noto Sans JP", "Zen Kaku Gothic New", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #f8f8ee; }
  body ul,
  body ol {
    list-style: none; }
  body img {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }
  body input,
  body button,
  body textarea,
  body select {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.c-content {
  position: relative;
  margin: 40px 0 100px;
  padding: 80px 80px 140px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 25px; }
  @media screen and (max-width: 960px) {
    .c-content {
      margin-top: 70px;
      max-width: 768px;
      margin: 70px auto 100px; } }
  @media screen and (max-width: 767px) {
    .c-content {
      margin: 25px 0 60px;
      padding: 30px 15px; } }
  .c-content h1 {
    position: relative;
    margin-bottom: 20px;
    font-size: 3.5rem;
    font-weight: 500;
    text-align: center;
    color: #4d3b15; }
    @media screen and (max-width: 767px) {
      .c-content h1 {
        padding: 0 30px;
        font-size: 2.2rem; } }
    .c-content h1::before {
      content: '';
      position: absolute;
      top: -100px;
      left: 0;
      width: 60px;
      height: 70px;
      background-image: url(../image/common/balloon-lightblue.png);
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        .c-content h1::before {
          top: -60px;
          left: 20px;
          width: 40px;
          height: 50px; } }
    .c-content h1::after {
      content: '';
      position: absolute;
      top: -100px;
      right: 0;
      width: 50px;
      height: 70px;
      background-image: url(../image/common/balloon-green.png);
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        .c-content h1::after {
          top: -60px;
          right: 10px;
          width: 40px;
          height: 50px; } }
  .c-content h2 {
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	color: #684720;
	padding-bottom: 18px;
	padding-top: 60px;}
    @media screen and (max-width: 767px) {
      .c-content h2 {
        font-size: 2rem;
		padding-bottom: 15px;
		padding-top: 30px; } }
  .c-content p {
    display: block;
    margin-top: 45px;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
    line-height: 1.9; }
    @media screen and (max-width: 767px) {
      .c-content p {
        margin-top: 25px;
        font-size: 1.4rem; } }
	.c-content h3 {
	font-weight: normal;
	color: #684720;}
    @media screen and (max-width: 767px) {
      .c-content h3 {
        font-size: 2rem;
		padding-bottom: 15px;
		padding-top: 30px; } }
	.c-content h4 {
	color: #8b6539;
	padding-top: 30px;
	padding-bottom:5px;}
    @media screen and (max-width: 767px) {
      .c-content h4 {
        font-size: 1.6rem; } }

.c-content__inner {
  position: relative;
  z-index: 2; }

.c-content__balloons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.c-content__balloons-01 {
  position: absolute;
  top: 20px;
  left: 0; }
  @media screen and (max-width: 767px) {
    .c-content__balloons-01 img {
      width: 50px;
      height: auto; } }

.c-content__balloons-02 {
  position: absolute;
  top: 35px;
  right: 0; }
  @media screen and (max-width: 767px) {
    .c-content__balloons-02 img {
      width: 50px;
      height: auto; } }

.c-content__balloons-03 {
  position: absolute;
  bottom: 15px;
  left: -35px; }
  @media screen and (max-width: 767px) {
    .c-content__balloons-03 {
      left: -10px;
      bottom: -20px; }
      .c-content__balloons-03 img {
        width: 40px;
        height: auto; } }

.c-content__balloons-04 {
  position: absolute;
  bottom: 60px;
  right: -45px; }
  @media screen and (max-width: 767px) {
    .c-content__balloons-04 {
      right: -10px;
      bottom: 10px; }
      .c-content__balloons-04 img {
        width: 40px;
        height: auto; } }

.c-content__balloons-05 {
  position: absolute;
  top: 900px;
  right: -30px; }
  @media screen and (max-width: 767px) {
    .c-content__balloons-05 img {
      width: 40px;
      height: auto; } }

.c-content__balloons-06 {
  position: absolute;
  top: 800px;
  left: -10px; }
  @media screen and (max-width: 767px) {
    .c-content__balloons-06 img {
      width: 40px;
      height: auto; } }

.c-content__balloons-07 {
  position: absolute;
  top: 300px;
  right: -30px; }
  @media screen and (max-width: 767px) {
    .c-content__balloons-07 img {
      width: 40px;
      height: auto; } }

.c-content__balloons-08 {
  position: absolute;
  top: 300px;
  left: -10px; }
  @media screen and (max-width: 767px) {
    .c-content__balloons-08 img {
      width: 40px;
      height: auto; } }

.c-content__balloons-09 {
  position: absolute;
  bottom: 700px;
  left: 0px;  }
  @media screen and (max-width: 767px) {
    .c-content__balloons-09 img {
      width: 40px;
      height: auto; } }

.c-content__balloons-10 {
  position: absolute;
  bottom: 800px;
  right: -30px;}
  @media screen and (max-width: 767px) {
    .c-content__balloons-10 img {
      width: 40px;
      height: auto; } }

.c-footer {
  position: relative;
  padding: 60px 0 20px;
  background-image: url(../image/common/footer-bg-green.png);
  background-repeat: no-repeat;
  background-size: cover; }
  .c-footer::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    bottom: 45px;
    width: 100%;
    height: 435px;
    background-image: url(../image/common/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 1281px) {
      .c-footer::before {
        bottom: 10px;
        height: 550px;
        background-size: cover; } }
    @media screen and (max-width: 960px) {
      .c-footer::before {
        bottom: 110px;
        background-size: contain; } }
    @media screen and (max-width: 767px) {
      .c-footer::before {
        bottom: 220px;
        height: 189px;
        background-size: cover; } }
    @media screen and (max-width: 560px) {
      .c-footer::before {
        background-size: contain; } }
    @media screen and (max-width: 350px) {
      .c-footer::before {
        bottom: 240px; } }
  .c-footer[data-page="single"]::before {
    bottom: 0; }
    @media screen and (max-width: 960px) {
      .c-footer[data-page="single"]::before {
        bottom: 150px; } }
    @media screen and (max-width: 767px) {
      .c-footer[data-page="single"]::before {
        bottom: 210px; } }

.c-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (max-width: 960px) {
    .c-footer__inner {
      display: block;
      text-align: center; } }

@media screen and (max-width: 767px) {
  .c-footer__nav {
    margin-top: 15px; } }

.c-footer__nav ul {
  display: flex; }
  @media screen and (max-width: 960px) {
    .c-footer__nav ul {
      justify-content: center;
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .c-footer__nav ul {
      margin-top: 0; } }

.c-footer__nav li {
  line-height: 1; }
  .c-footer__nav li + li {
    border-left: 1px solid #252525; }
  .c-footer__nav li:first-child a {
    padding-left: 0; }
  .c-footer__nav li:last-child a {
    padding-right: 0; }

.c-footer__nav a {
  display: block;
  padding: 0 15px;
  font-weight: bold;
  text-decoration: none;
  color: #252525;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .c-footer__nav a {
      padding: 0 10px;
      font-size: 1.2rem;
      letter-spacing: 0.01em;
      font-weight: bold; } }
  @media screen and (max-width: 350px) {
    .c-footer__nav a {
      font-size: 1rem; } }
  .c-footer__nav a:hover {
    text-decoration: underline; }

@media screen and (max-width: 767px) {
  .c-footer__company {
    text-align: center; } }

.c-footer__company h2 {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 960px) {
    .c-footer__company h2 {
      justify-content: center; } }
  .c-footer__company h2 span {
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .c-footer__company h2 span {
        font-size: 3rem; } }
  .c-footer__company h2 img {
    display: block;
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .c-footer__company h2 img {
        width: 35px;
        height: 35px;
        margin-right: 10px; } }

.c-footer__company h2 + span {
  display: block;
  margin-top: 5px;
  font-size: 1.5rem;
  letter-spacing: 0.01em; }
  @media screen and (max-width: 767px) {
    .c-footer__company h2 + span {
      font-size: 1.2rem; } }

.c-footer__address {
  margin-top: 20px;
  font-size: 1.4rem; }
  .c-footer__address span {
    margin-left: 15px; }
  @media screen and (max-width: 767px) {
    .c-footer__address {
      margin-top: 20px;
      font-size: 1.3rem;
      text-align: center; } }

.c-footer__copyright {
  margin-top: 45px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-footer__copyright {
      margin-top: 25px;
      font-size: 0.7rem;
      letter-spacing: -0.001em; } }
  @media screen and (max-width: 350px) {
    .c-footer__copyright {
      letter-spacing: -0.11em; } }

.c-header {
  position: relative;
  height: 300px;
  padding: 25px 30px 40px;
  text-align: center; }
  .c-header::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background-image: url(../image/common/header-bg.png);
    background-repeat: no-repeat;
    background-size:inherit;
    background-position: top; }
    @media screen and (min-width: 1281px) {
      .c-header::before {
        height: 400px;
        background-size: cover; } }
    @media screen and (max-width: 960px) {
      .c-header::before {
        height: 210px; } }
    @media screen and (max-width: 767px) {
      .c-header::before {
        background-size: 100% auto;
        background-image: url(../image/common/header-bg_sp.png); } }
  @media screen and (max-width: 960px) {
    .c-header {
      height: 210px; } }
  @media screen and (max-width: 767px) {
    .c-header {
      padding: 10px;
      background-size: 100% 21vw;
      background-position: top; } }

.c-header__logo {
  display: block;
  position: relative;
  z-index: 1; }
  .c-header__logo img {
    display: block;
    margin: 0 auto;
    width: 349px;
    height: 210px; }
    @media screen and (max-width: 767px) {
      .c-header__logo img {
        width: 275px;
        height: auto; } }

.c-header__logo {
  position: relative;
  display: inline-block; }
  .c-header__logo::after {
    content: '';
    position: absolute;
    right: -200px;
    bottom: 0;
    width: 40px;
    height: 50px;
    background-image: url(../image/common/header-bird01.png);
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 960px) {
      .c-header__logo::after {
        right: -45px; } }
    @media screen and (max-width: 767px) {
      .c-header__logo::after {
        right: -25px;
        bottom: -35px;
        width: 28px;
        height: 34px; } }
    @media screen and (max-width: 350px) {
      .c-header__logo::after {
        display: none; } }
  .c-header__logo::before {
    content: '';
    position: absolute;
    right: -240px;
    bottom: 0;
    width: 20px;
    height: 28px;
    background-image: url(../image/common/header-bird02.png);
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 960px) {
      .c-header__logo::before {
        right: -60px; } }
    @media screen and (max-width: 767px) {
      .c-header__logo::before {
        width: 15px;
        height: 19px;
        right: -40px;
        bottom: -35px; } }
    @media screen and (max-width: 350px) {
      .c-header__logo::before {
        display: none; } }
  .c-header__logo span {
    display: block;
    margin-top: 20px;
    color: #684720; }

.c-header__nav-wrapper {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    .c-header__nav-wrapper {
      position: fixed;
      z-index: 199;
      top: 0;
      right: -100px;
      display: block;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      width: 315px;
      height: 372px;
      padding: 15px 20px calc(80 / 375 * 100vw);
      background-color: #684720;
      z-index: 20;
      visibility: hidden;
      opacity: 0;
      transition: .3s; }
      .c-header__nav-wrapper[aria-hidden="false"] {
        right: 0;
        visibility: visible;
        opacity: 1; } }
  @media screen and (max-width: 767px) {
    .c-header__nav-wrapper {
      width: 100%; } }

.c-header__background {
  display: none; }
  @media screen and (max-width: 960px) {
    .c-header__background {
      position: fixed;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(37, 37, 37, 0.65); }
      .c-header__background[aria-hidden="false"] {
        display: block; } }

.c-header__hamburger {
  display: none;
  appearance: none;
  border: none;
  background: none; }
  @media screen and (max-width: 960px) {
    .c-header__hamburger {
      display: block;
      position: fixed;
      top: 10px;
      right: 10px;
      z-index: 21; } }

.c-header__hamburger-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #4d3b15;
  border-radius: 6px; }
  .c-header__hamburger-inner span {
    display: block;
    width: 18px;
    height: 3px;
    background-color: #fff;
    transition: .3s; }
    .c-header__hamburger-inner span + span {
      margin-top: 2px; }

.c-header__hamburger[aria-expanded="true"] .c-header__hamburger-inner {
  background-color: #fff; }
  .c-header__hamburger[aria-expanded="true"] .c-header__hamburger-inner span {
    transform: rotate(45deg);
    background-color: #4d3b15; }
    .c-header__hamburger[aria-expanded="true"] .c-header__hamburger-inner span + span {
      transform: rotate(-45deg);
      margin-top: -3px; }
    .c-header__hamburger[aria-expanded="true"] .c-header__hamburger-inner span:nth-child(3) {
      display: none; }

.c-nav-global {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0; }
  @media screen and (max-width: 960px) {
    .c-nav-global {
      top: 60px; } }
  .c-nav-global a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7), -1px -1px 1px rgba(255, 255, 255, 0.7);
    color: #252525;
    background-size: cover;
    transition: .3s; }
    @media screen and (max-width: 960px) {
      .c-nav-global a {
        width: 100%;
        height: auto;
        padding: 25px;
        border-top: 1px solid #fff;
        text-shadow: none; } }
    .c-nav-global a:hover {
      opacity: 0.9; }
  .c-nav-global li:first-child {
    position: relative;
    top: 35px; }
    @media screen and (max-width: 960px) {
      .c-nav-global li:first-child {
        top: 0; } }
    .c-nav-global li:first-child a {
      color: #28470A;
      background-image: url(../image/common/nav-bg-blue.png); }
      @media screen and (max-width: 960px) {
        .c-nav-global li:first-child a {
          color: #fff;
          background: none; } }
  .c-nav-global li:nth-child(2) {
    margin: 0 200px 0 15px; }
    @media screen and (max-width: 960px) {
      .c-nav-global li:nth-child(2) {
        margin: 0; } }
    .c-nav-global li:nth-child(2) a {
      color: #4F590D;
      background-image: url(../image/common/nav-bg-green.png); }
      @media screen and (max-width: 960px) {
        .c-nav-global li:nth-child(2) a {
          color: #fff;
          background: none; } }
  .c-nav-global li:nth-child(3) a {
    color: #714203;
    background-image: url(../image/common/nav-bg-yellow.png); }
    @media screen and (max-width: 960px) {
      .c-nav-global li:nth-child(3) a {
        color: #fff;
        background: none; } }
  .c-nav-global li:nth-child(4) {
    position: relative;
    top: 35px;
    margin-left: 15px; }
    @media screen and (max-width: 960px) {
      .c-nav-global li:nth-child(4) {
        top: 0;
        margin: 0; } }
    .c-nav-global li:nth-child(4) a {
      color: #A41818;
      background-image: url(../image/common/nav-bg-red.png); }
      @media screen and (max-width: 960px) {
        .c-nav-global li:nth-child(4) a {
          color: #fff;
          background: none; } }
  .c-nav-global ul {
    position: relative;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 960px) {
      .c-nav-global ul {
        display: block; } }

.c-sitemap {
  background: #252525; }
  .c-sitemap__body {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 0; }
    .c-sitemap__body li {
      margin-bottom: 20px; }
    .c-sitemap__body a {
      color: #fff; }

.c-social {
  margin: 0 auto;
  padding: 15px 0; }
  .c-social ul {
    display: flex;
    justify-content: center;
    list-style: none; }
    .c-social ul li {
      margin: 0 15px; }
    .c-social ul a {
      color: #684720; }

.c-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px; }

.p-front {
  color: #252525; }

@media screen and (max-width: 960px) {
  .p-front__slide {
    margin-top: 55px; } }

@media screen and (max-width: 767px) {
  .p-front__slide {
    margin-top: 15px; } }

.p-front__slide-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden; }
  .p-front__slide-inner .slick-dots {
    display: none !important; }

.p-front__slide-unit {
	height:350px;
	margin: 0 12.5px;
	padding:5px;
	background-color: #fcfcfa;
	border-radius: 50px;
	box-shadow: 0 0 3px #e0e0d0;}
  .p-front__slide-unit div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 20px;}
  /*------ スライド画像訂正箇所  2021.07.14--------*/
  .p-front__slide-unit img {
	display: block;
	width: auto;
	height: 450px;
	background-color: #F4F4F4;}
	@media screen and (max-width: 960px) {
		.p-front__slide-unit img {
	display: block;
	width: 426px;
	height: auto;
	background-color: #F4F4F4;}}
	@media screen and (max-width: 767px) {
		.p-front__slide-unit img {
	display: block;
	width: 426px;
	height: auto;
	background-color: #F4F4F4;}}
 /*------ ↑↑ここまで  2021.07.14↑↑--------*/
.p-front__concept {
  margin-top: 90px;
  padding: 0 35px; }
  @media screen and (max-width: 767px) {
    .p-front__concept {
      margin-top: 60px;
      padding: 0; } }
  .p-front__concept h2 {
    position: relative;
    margin-top: 50px;
    font-size: 3.5rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #4d3b15;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .p-front__concept h2 {
        font-size: 3.2rem; } }
    @media screen and (max-width: 767px) {
      .p-front__concept h2 {
        font-size: 2.8rem; } }
    .p-front__concept h2::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: -10px;
      left: 95px;
      z-index: -1;
      width: 55px;
      height: 66px;
      background-image: url(../image/common/leaf-concept.png);
      background-repeat: no-repeat; }
      @media screen and (max-width: 960px) {
        .p-front__concept h2::before {
          left: 30px; } }
      @media screen and (max-width: 767px) {
        .p-front__concept h2::before {
          display: none; } }
    .p-front__concept h2 br {
      display: none; }
      @media screen and (max-width: 767px) {
        .p-front__concept h2 br {
          display: block; } }
  .p-front__concept p {
    display: block;
    position: relative;
    margin-top: 25px;
	font-size: 1.8rem;
	line-height:2.2; }
    @media screen and (max-width: 767px) {
      .p-front__concept p {
	    margin-top: 15px;
    	font-size: 1.6rem;} }
    .p-front__concept p::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: -40px;
      z-index: -1;
      width: 55px;
      height: 70px;
      background-image: url(../image/common/leaf-concept02.png);
      background-repeat: no-repeat; }
      @media screen and (max-width: 960px) {
        .p-front__concept p::after {
          bottom: -25px;
          right: -35px;
          width: 50px; } }
      @media screen and (max-width: 767px) {
        .p-front__concept p::after {
          display: none; } }
		  
.photocredit{
	font-size:xx-small;
	color:#999999;
	margin:0 auto;
	text-align:center;
	position:relative;
	top: -30px;
}
    @media screen and (max-width: 767px) {
	  .photocredit{
		font-size:xx-small;} }

.p-front__concept-image {
  position: relative; }
  .p-front__concept-image::before {
    content: '';
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background-image: url(../image/common/concept-image-head.png);
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 960px) {
      .p-front__concept-image::before {
        height: 109px; } }
    @media screen and (max-width: 767px) {
      .p-front__concept-image::before {
        top: -30px;
        height: 33%; } }
  .p-front__concept-image::after {
    content: '';
    position: absolute;
    bottom: -90px;
    right: -45px;
    width: 141px;
    height: 118px;
    background-image: url(../image/common/bird-red.png);
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 960px) {
      .p-front__concept-image::after {
        bottom: -50px;
        right: -23px;
        width: 81px;
        height: 68px; } }
    @media screen and (max-width: 767px) {
      .p-front__concept-image::after {
        width: 70px;
        height: 60px;
        right: -19px;
        bottom: -60px; } }

.p-front__school-image {
  display: flex;
  justify-content: space-between;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .p-front__school-image {
      display: block;
      margin-top: 25px; } }
  .p-front__school-image div {
    width: calc(50% - 12px); }
    @media screen and (max-width: 767px) {
      .p-front__school-image div {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px; }
        .p-front__school-image div + div {
          margin-top: 15px; } }

.p-front__privacy {
  max-width: 650px;
  margin: 55px auto;
  text-align: center; }
  .p-front__privacy h3 {
    position: relative;
    display: inline-block;
    margin: 0 auto 10px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    color: #002625; }
    .p-front__privacy h3::before {
      content: '';
      position: absolute;
      top: -5px;
      left: -40px;
      width: 24px;
      height: 31px;
      background-image: url(../image/common/leaf-privacy.png);
      background-repeat: no-repeat;
      background-size: cover; }
  .p-front__privacy p {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 2.1;
    text-align: left;
    color: #014141; }
    @media screen and (max-width: 767px) {
      .p-front__privacy p {
        padding: 0 15px;
        font-size: 1.2rem;
        line-height: 1.9; } }


/****  本文　 ****/

/* 法人概要 */

.c-content__inner table {
   border-collapse: collapse;
   border: 1px solid #cfcfcf;}
	td {border: 1px solid #cfcfcf;}
	td, th {padding: 10px;}
	table tr td:nth-of-type(1){
	background-color:#fcfaf4;}
.hyo-history{
	font-size:0.9em;}

.c-content__inner a {
	color: #963;
	text-decoration: none;}
.hosoku {
	font-size: 0.8em;
	color: #666;
	padding-top: 50px;}
.c-content__inner .access-hyo {
	padding-top: 25px;}


/* 施設案内 */
.floor{
	padding-top:10px;
	text-align: center;}

.floor .ansinkaiteki{
	padding-top: 0px;
	padding-bottom:5px;}
	@media screen and (max-width: 767px) {
	 .floor .ansinkaiteki{
	  font-size:2rem;}}
	
　.fl-photo h2{
	padding-top:15px;}
  .floor h3 {
	position: relative;
	display: inline-block;
	margin: 0 auto 10px;
	font-size: 2.8rem;
	text-align: center;
	color: #7b5c37;}
 
	　.floor img{
		margin-bottom:5px;}
	　.floor p{
		margin-top:10px;}
	　.floor .left img{
		margin:0;
		padding:0;}
	　.floor .right img{
		margin:-15px 0;
		padding:0;}
	  .fl-photo{
		margin-top:30px;
		background:#f8f8ee;
		border-radius:20px;
		text-align:center;
		padding:10px 10px;
		background-color: #f8f8ee;}
	  .fl-photo h2{
		padding-top:25px;
		margin-bottom: 0px;}

	.fl-photo_ph-set{
		width: 680px;
		height: 240px;
		margin: 0 auto;}

	.fl-photo div {
  	  font-size:2rem;
		font-weight:bold;
		color: #8b6539;
		padding-top: 30px;
		padding-bottom:5px;}
  		 @media screen and (max-width: 767px) {
      　.fl-photo div {
        　font-size: 1.6rem; } }

	.fl-photo p{
		font-weight:normal;
		margin-top:0;}
	.fl-photo .fl-photo-head{
		margin-top:20px;		
		font-weight:500;
		font-size: 1.8rem;}
		
	.fl-photo figcaption {
	font-size: 0.9em;
	color: rgb(102,102,102);
	text-align: center;
	padding-bottom: 10px;}
		.fl-photo .floa-l {
		float: left;}
		.fl-photo .clear {
		clear: left;}
		.fl-photo div .fl-photo_set-gaikan {
			margin:0 auto;}
		.fl-photo_set-gaikan img{
			margin:7px auto;}
	.modoru{padding-top:50px;}

/* 法人概要 */
.about .gakuen{
	padding-top: 0px;
	padding-bottom:5px;}
	@media screen and (max-width: 767px) {
	 .about .gakuen{
	  font-size:1.5rem;}}
.about .center.namehosoku {
	font-size:1.5rem;
	padding-top: 5px;
	margin-top:0px;
	margin-bottom:15px;
	color:#71634c;}
	@media screen and (max-width: 767px) {
	 .about .center.namehosoku {
	  font-size:1.2rem;}}
	  

/* アクセス・求人 */
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top:50px;
	position: relative;}
	.gmap iframe {
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;}
.access .gmap {
	margin-top: 50px;
	height:250px;}
.access{
	margin-bottom:50px;}
.saiyou{
	margin-top:50px;}
	@media screen and (max-width: 767px) {
	 .saiyou{
	 margin-top:30px;}}
.saiyou h2 {
    padding-top: 20px;
    padding-bottom: 0px;}
.saiyou p {
	font-size: 1.6rem;}
	
.btn,a.btn {
  color: #fff;
  background-color: #92c141;
  padding:15px;}
.btn:hover,a.btn:hover {
  color: #fff;
  background: #b9e076;
}
a.btn {
   border-radius: 100vh;
}



/*共通　揃え*/
.center{
	text-align: center;}
.left {
	text-align: left;}
.right {
	text-align: right;}


/*ヘッダーレスポンシブ追記2025*/
.pc {
    display: block;}
.sp {display: none;}
	@media screen and (max-width: 767px) {
    .pc {
        display: none;}
    .sp {display: block}}

/*求人採用情報追記2025*/
.recruit-flex {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}
	@media screen and (max-width: 767px) {
	.recruit-flex {
		flex-direction:column;}}