@charset "UTF-8";
/*----------------------------------------------------------
 Reset
------------------------------------------------------------*/
body, div, section, article, aside, nav,
h1, h2, h3, h4, h5, h6,
span, time, figure, figcaption,
p, blockquote, pre, address, code,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, button,
table, tbody, thead, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  word-break: break-all;
}

header, main, aside, footer, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, th, td, small {
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
select {
  vertical-align: middle;
}

em {
  font-style: normal;
}

button {
  background: none;
  border: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*----------------------------------------------------
	setting
----------------------------------------------------*/
/*
  mixin
*/
/*----------------------------------------------------
	animation
----------------------------------------------------*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.o-mv01 {
  animation: mvBird 3s ease-in-out forwards infinite;
  transform-origin: left top;
}

@keyframes mvBird {
  0% {
    transform: translate(0, 0);
  }
  16% {
    transform: translate(10px, 10px);
  }
  32% {
    transform: translate(20px, 0);
  }
  48% {
    transform: translate(20px, 10px);
  }
  64% {
    transform: translate(20px, 0);
  }
  80% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.o-mv02 {
  animation: mvChameleon 5s ease-in-out forwards infinite;
  transform-origin: left top;
  background: url(../img/top/o_mv02.svg) no-repeat;
  background-size: contain;
}
.o-mv02 img {
  opacity: 0;
}

@keyframes mvChameleon {
  0% {
    background-image: url(../img/top/o_mv02.svg);
  }
  80% {
    background-image: url(../img/top/o_mv02_b.svg);
  }
  100% {
    background-image: url(../img/top/o_mv02.svg);
  }
}
.o-mv03:hover span {
  background: none;
  animation: unset;
}
.o-mv03:hover img {
  opacity: 1;
  animation: mvFrog 2s ease forwards infinite;
  transform-origin: left bottom;
}

@keyframes mvFrog {
  0%,
	10%,
	21%,
	30%,
	41%,
	to {
    transform: translateY(5px);
  }
  11%,
	20%,
	31%,
	40% {
    transform: translateY(-5px);
  }
}
.o-mv03 span {
  display: block;
  animation: mvFrog2 3s ease-in-out forwards infinite;
  background: url(../img/top/o_mv03.svg) no-repeat;
  background-size: contain;
}
.o-mv03 img {
  opacity: 0;
}

@keyframes mvFrog2 {
  0%,
  10%,
  21%,
  30%,
  41%,
  to {
    background-image: url(../img/top/o_mv03.svg);
  }
  11%,
  20%,
  31%,
  40% {
    background-image: url(../img/top/o_mv03_b.svg);
  }
}
.o-mv05 {
  animation: mvGirl 3s ease-in-out forwards infinite;
  background: url(../img/top/o_mv05.svg) right top no-repeat;
  background-size: contain;
}
.o-mv05 img {
  opacity: 0;
}

@keyframes mvGirl {
  0%,
  10%,
  21%,
  30%,
  41%,
  to {
    background-image: url(../img/top/o_mv05.svg);
  }
  11%,
  20%,
  31%,
  40% {
    background-image: url(../img/top/o_mv05_b.svg);
  }
}
.o-mv06 img {
  animation: mvDuck 1.6s ease-in-out forwards infinite;
}

@keyframes mvDuck {
  0%, 10%, 21%, 30%, 41%, to {
    transform: translateY(2px);
  }
  11%, 20%, 31%, 40% {
    transform: translateY(-2px);
  }
}
.contents-list li a:hover {
  animation: mCloud 2s ease-in-out forwards infinite;
}

@keyframes mCloud {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.o-event02 img {
  animation: korokoro 2.5s linear 0s infinite;
}

@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
/*----------------------------------------------------
	basic
----------------------------------------------------*/
body {
  min-width: 1080px;
  width: 100vw;
  overflow-x: hidden;
  color: #603813;
  font-size: 16px;
  font-size: 1rem;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  html, body {
    height: 100%;
  }
}

* {
  box-sizing: border-box;
}

a:link {
  color: #603813;
  text-decoration: none;
}
a:visited {
  color: #603813;
}
a:hover {
  color: #603813;
}
a:active {
  color: #603813;
}

*[data-show="sp"] {
  display: none;
}
@media screen and (max-width: 768px) {
  *[data-show="sp"] {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  *[data-show="pc"] {
    display: none;
  }
}

/*----------------------------------------------------
	layout
----------------------------------------------------*/
/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
  overflow: hidden;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
}
.header__logo {
  align-self: center;
  text-align: center;
}
.header__logo img {
  margin-right: -7px;
}
@media screen and (min-width: 769px) {
  .header-inner {
    position: relative;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .header-inner:before {
    position: absolute;
    top: 0;
    left: calc(-83px + -64px);
    content: "";
    display: inline-block;
    width: 83px;
    height: 132px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/share/o_hd01.svg);
  }
  .header-inner:after {
    position: absolute;
    top: 0;
    right: calc(-145px + -118px);
    content: "";
    display: inline-block;
    width: 145px;
    height: 132px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/share/o_hd02.svg);
  }
  .header__logo,
  .header .nav {
    grid-column: 1;
    grid-row: 1;
  }
  .header__tel,
  .header .btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
  }
  .header-inner {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .header .nav {
    order: 1;
  }
  .header__logo {
    order: 2;
    margin: 0 auto 15px;
    padding-bottom: 15px;
    max-width: 465px;
    width: 62%;
    border-bottom: 1px dashed #b2ca1e;
  }
  .header__tel {
    order: 3;
    margin-bottom: calc(40px - (((25px * 1.5) - 25px) / 2));
    text-align: center;
  }
  .header__tel a {
    display: inline-flex;
    align-items: center;
    font-size: 25px;
    font-size: 1.5625rem;
    font-style: italic;
  }
  .header__tel a:before {
    margin-top: -.3em;
    margin-right: 12px;
    content: "";
    display: inline-block;
    width: 21px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icon/tel.svg);
  }
  .header .btn {
    order: 4;
  }
  .header-inner > .header__logo, .header-inner > .header__tel, .header-inner > .btn {
    display: none;
  }
  .header.-active {
    z-index: 1000;
  }
  .header.-active .header-inner {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}

/*----------------------------------------------------
	nav
----------------------------------------------------*/
.nav-title {
  display: none;
}
.nav-list, .footer-nav {
  display: flex;
}
.nav-list li a, .footer-nav li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 32px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  font-family: nitalago-rera,sans-serif;
  font-weight: 100;
  font-style: normal;
  border-right: 1px dashed #c69c6d;
}
.nav-list li a .icon, .footer-nav li a .icon {
  margin-bottom: auto;
  width: auto;
  height: auto;
  border-radius: 0;
  transition: .5s;
}
.nav-list li a .icon.i-home, .footer-nav li a .icon.i-home {
  width: 59px;
  height: 53px;
  margin-top: 13px;
}
.nav-list li a .icon.i-introduction, .footer-nav li a .icon.i-introduction {
  width: 60px;
  height: 62px;
  margin-top: 9px;
}
.nav-list li a .icon.i-education, .footer-nav li a .icon.i-education {
  width: 90px;
  height: 66px;
  margin-top: 5px;
}
.nav-list li a .icon.i-event, .footer-nav li a .icon.i-event {
  width: 51px;
  height: 75px;
  margin-top: 3px;
}
.nav-list li a .icon.i-album, .footer-nav li a .icon.i-album {
  width: 61px;
  height: 69px;
  margin-top: 3px;
}
.nav-list li a .icon.i-contact, .footer-nav li a .icon.i-contact {
  width: 42px;
  height: 65px;
  margin-top: 4px;
}
.nav-list li a:hover .icon, .footer-nav li a:hover .icon {
  transform: rotate(15deg);
}
.nav-list li:nth-of-type(1) a, .footer-nav li:nth-of-type(1) a, .nav-list li:nth-of-type(4) a, .footer-nav li:nth-of-type(4) a {
  border-left: 1px dashed #c69c6d;
}
.nav-list li:nth-of-type(4), .footer-nav li:nth-of-type(4) {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .nav {
    padding: 0 26px;
  }
  .nav-title {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 55px;
    height: 55px;
    padding: 9px;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
    font-family: nitalago-rera,sans-serif;
    font-weight: 100;
    font-style: normal;
    line-height: 1;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  .nav-title .spMenu {
    position: relative;
    display: block;
    width: calc(56px / 2);
    height: calc(42px / 2);
    margin: 0 auto 6px;
  }
  .nav-title .spMenu span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #603813;
    transition: .5s;
  }
  .nav-title .spMenu span:nth-of-type(1) {
    top: 0;
  }
  .nav-title .spMenu span:nth-of-type(2) {
    top: 50%;
    margin-top: -2px;
  }
  .nav-title .spMenu span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-title.-active .spMenu span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .nav-title.-active .spMenu span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-title.-active .spMenu span:nth-of-type(3) {
    bottom: 9px;
    transform: rotate(-45deg);
  }
  .nav-list, .footer-nav {
    flex-wrap: wrap;
    margin-bottom: 54px;
  }
  .nav-list li, .footer-nav li {
    width: calc(100% / 3);
  }
  .nav-list li a, .footer-nav li a {
    justify-content: space-around;
    padding: 16px 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .nav-list li a .icon, .footer-nav li a .icon {
    margin: auto 0 14px !important;
    transition: .5s;
    background-size: contain !important;
  }
  .nav-list li a .icon.i-home, .footer-nav li a .icon.i-home {
    width: calc(97px / 2);
    height: calc(87px / 2);
  }
  .nav-list li a .icon.i-introduction, .footer-nav li a .icon.i-introduction {
    width: calc(99px / 2);
    height: calc(102px / 2);
  }
  .nav-list li a .icon.i-education, .footer-nav li a .icon.i-education {
    width: calc(147px / 2);
    height: calc(109px / 2);
  }
  .nav-list li a .icon.i-event, .footer-nav li a .icon.i-event {
    width: calc(83px / 2);
    height: calc(123px / 2);
  }
  .nav-list li a .icon.i-album, .footer-nav li a .icon.i-album {
    width: calc(100px / 2);
    height: calc(114px / 2);
  }
  .nav-list li a .icon.i-contact, .footer-nav li a .icon.i-contact {
    width: calc(69px / 2);
    height: calc(107px / 2);
  }
  .nav-list li:nth-of-type(1) a, .footer-nav li:nth-of-type(1) a, .nav-list li:nth-of-type(4) a, .footer-nav li:nth-of-type(4) a {
    border-left: 0px;
  }
  .nav-list li:nth-of-type(1), .footer-nav li:nth-of-type(1), .nav-list li:nth-of-type(2), .footer-nav li:nth-of-type(2), .nav-list li:nth-of-type(3), .footer-nav li:nth-of-type(3) {
    border-bottom: 1px dashed #c69c6d;
  }
  .nav-list li:nth-child(3n) a, .footer-nav li:nth-child(3n) a {
    border-right: 0px;
  }
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.main {
  position: relative;
  width: 100%;
  padding: 25px 0 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 0px;
    overflow: hidden;
  }
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  margin-bottom: 120px;
  background-color: #fff;
  background-image: radial-gradient(#e6f0d7 0px, #e6f0d7 3.5px, transparent 3.5px, transparent 15px);
  background-size: 20px 20px;
  background-position: left top;
  background-repeat: repeat-x;
}
.footer-inner:after {
  position: absolute;
  left: -312px;
  bottom: -12px;
  content: "";
  display: block;
  width: 271px;
  height: 144px;
  background: url(../img/share/o_ft.svg) center no-repeat;
  background-size: contain;
}
.footer-detail {
  width: 52%;
}
.footer-detail__logo {
  display: grid;
  grid-template-columns: 196px auto;
  grid-template-rows: 108px 46px;
  max-width: 566px;
  width: 100%;
  margin-bottom: 45px;
}
.footer-detail__logo .mark {
  grid-column: 1;
  grid-row: 1 / 3;
}
.footer-detail__logo .logo {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
}
.footer-detail__logo .contact {
  grid-column: 2;
  grid-row: 2;
}
.footer-detail-tel {
  display: flex;
  align-items: center;
  font-style: italic;
  margin-bottom: calc(15px - (((22px * 1.5) - 22px) / 2));
  padding-bottom: calc(15px - (((40px * 1.5) - 40px) / 2));
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #c69c6d;
}
.footer-detail-tel span {
  display: block;
}
.footer-detail-tel span + span {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #603813;
}
.footer-detail-tel a {
  margin-left: .1em;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}
.footer-detail__address {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  text-align: center;
}
.footer-access {
  position: relative;
  width: 48%;
  padding-right: 24px;
}
.footer-access .map {
  max-width: 437px;
  width: 100%;
  margin-left: auto;
}
.footer-access .googlemap {
  position: absolute;
  bottom: 0;
  right: -15px;
}
.footer-access .googlemap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 105px;
  padding: 20px;
  background: url(../img/share/bg_maplink.svg) center no-repeat;
  background-size: contain;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.025em;
  font-family: nitalago-rera,sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #fff;
  text-align: center;
}
.footer-nav {
  margin: 120px auto 40px;
}
.footer .btn.-forGuardian {
  width: 100%;
  margin-bottom: 60px;
}
.footer .btn.-forGuardian .btn__link {
  max-width: 560px;
  font-size: 20px;
  font-size: 1.25rem;
}
.footer .pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 110px;
  z-index: 100;
}
.footer .pagetop a {
  display: block;
  width: 100%;
}
.footer .copyright {
  padding-top: calc(30px - (((14px * 1.5) - 14px) / 2));
  padding-bottom: calc(23px - (((14px * 1.5) - 14px) / 2));
  text-align: center;
  background: url(../img/share/bg_footer.svg) center top no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  font-family: nitalago-rera,sans-serif;
  font-weight: 100;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .footer-inner:before {
    margin-bottom: 45px;
  }
  .footer-inner:after {
    position: static;
    margin-bottom: -10px;
    margin-left: 5px;
    margin-right: auto;
    width: calc(282px / 2);
    height: calc(162px / 2);
  }
  .footer-detail {
    width: auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .footer-detail__logo {
    display: block;
    max-width: auto;
    margin-bottom: 45px;
  }
  .footer-detail__logo .mark {
    width: calc(178px / 2);
    margin: 0 auto 15px;
  }
  .footer-detail__logo .logo {
    width: calc(467px / 2);
    margin: 0 auto 30px;
  }
  .footer-detail__logo .contact {
    max-width: 500px;
    width: 74.63%;
    margin: 0 auto;
  }
  .footer-detail-tel {
    display: block;
    margin-bottom: calc(15px - (((14px * 1.5) - 14px) / 2));
    padding-bottom: calc(15px - (((25px * 1.5) - 25px) / 2));
    font-size: 14px;
    font-size: 0.875rem;
  }
  .footer-detail-tel span + span {
    margin: 3px 0 0;
    padding: 0;
    border: 0;
  }
  .footer-detail-tel a {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .footer-detail__address {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .footer-access {
    width: auto;
    margin-bottom: 50px;
    padding: 0;
  }
  .footer-access .map {
    max-width: 100%;
    width: 100%;
    padding-right: 28px;
  }
  .footer-access .googlemap {
    right: 0;
  }
  .footer-access .googlemap a {
    width: calc(214px / 2);
    height: calc(145px / 2);
    padding-left: 13px;
    padding-right: 18px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .footer-nav {
    display: none;
  }
  .footer .btn.-forGuardian {
    margin-bottom: 50px;
  }
  .footer .btn.-forGuardian .btn__link {
    max-width: 100%;
    width: 89.55%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
  }
  .footer .pagetop {
    right: 15px;
    bottom: 28px;
    width: 65px;
  }
  .footer .copyright {
    padding-top: calc(25px - (((13px * 1.5) - 13px) / 2));
    padding-bottom: calc(13px - (((13px * 1.5) - 13px) / 2));
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*----------------------------------------------------
	0.basic
----------------------------------------------------*/
.is-left {
  text-align: left;
}

.is-center {
  text-align: center;
}

.is-right {
  text-align: right;
}

.contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* section */
.section {
  padding: 100px 0;
}
.section__description {
  margin-bottom: calc(50px - (((17px * 1.5) - 17px) / 2));
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.025em;
  text-align: center;
}
.section.-bg {
  background-color: #f1efe4;
}
.section.-bb {
  background-color: #27333b;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 35px 20px;
  }
  .section__description {
    margin-bottom: calc(25px - (((14px * 1.5) - 14px) / 2));
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column-item {
  margin-bottom: 50px;
}
.column-item img {
  border-radius: 25px;
}
.column-item .caption {
  display: block;
  margin-top: calc(20px - (((17px * 1.5) - 17px) / 2));
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.025em;
  text-align: center;
}
.column.-center {
  justify-content: center;
}
.column.-center .column-item {
  margin: 0 22.5px 50px;
}
.column.-col3 .column-item {
  width: calc(100% / 3 - 30px);
}
.column.-col5 .column-item {
  width: calc(100% / 5 - 24px);
}
@media screen and (max-width: 768px) {
  .column {
    margin-bottom: 0px;
  }
  .column-item {
    margin-bottom: 20px;
  }
  .column-item .caption {
    margin-top: calc(10px - (((14px * 1.5) - 14px) / 2));
    font-size: 14px;
    font-size: 0.875rem;
  }
  .column.-center .column-item {
    margin: 0 0 20px;
  }
  .column.-col3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .column.-col3 .column-item {
    width: 74.63%;
  }
  .column.-col3 .column-item:last-child {
    margin: 0;
  }
  .column.-col3 .column-item img {
    border-radius: 16px;
  }
  .column.-col5 {
    justify-content: center;
    margin: 0 -10px;
    padding: 0 8.21%;
  }
  .column.-col5 .column-item {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
  }
  .column.-col5 .column-item img {
    border-radius: 15px;
  }
}

/* icon */
.icon {
  display: block;
  width: 115px;
  height: 115px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
}
.icon.i-introduction {
  background-image: url(../img/icon/i_introduction.svg);
  background-size: 60px auto;
}
.icon.i-greeting {
  background-image: url(../img/icon/i_greeting.svg);
  background-size: 55px auto;
}
.icon.i-home {
  background-image: url(../img/icon/i_home.svg);
  background-size: 59px auto;
}
.icon.i-education {
  background-image: url(../img/icon/i_education.svg);
  background-size: 90px auto;
}
.icon.i-event {
  background-image: url(../img/icon/i_event.svg);
  background-size: 48px auto;
}
.icon.i-album {
  background-image: url(../img/icon/i_album.svg);
  background-size: 61px auto;
}
.icon.i-contact {
  background-image: url(../img/icon/i_contact.svg);
  background-size: 42px auto;
}
@media screen and (max-width: 768px) {
  .icon {
    width: calc(130px / 2);
    height: calc(130px / 2);
  }
  .icon.i-introduction {
    background-size: 34px auto;
  }
  .icon.i-greeting {
    background-size: 31.5px auto;
  }
  .icon.i-home {
    background-size: 59px auto;
  }
  .icon.i-education {
    background-size: 51px auto;
  }
  .icon.i-event {
    background-size: 27.5px auto;
  }
  .icon.i-album {
    background-size: 35px auto;
  }
  .icon.i-contact {
    background-size: 24px auto;
  }
}

/* タイトル */
.page-title {
  position: relative;
  height: 276px;
  font-size: 35px;
  font-size: 2.1875rem;
  background: url(../img/share/bg_title.svg) center top no-repeat;
  background-size: cover;
  overflow: hidden;
}
.page-title:before {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 1771px;
  height: 91px;
  background: url(../img/share/bg_title_parts.svg) center bottom repeat-x;
}
.page-title:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  background: url(../img/share/bg_title_b.svg) center bottom repeat-x;
}
.page-title__title {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.025em;
  font-family: nitalago-rera,sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 1;
}
.page-title__title .icon {
  margin-right: 32px;
}
.page-title__title > span {
  display: block;
}
.page-title__title > span span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
.page-title__title:after {
  position: absolute;
  right: -35px;
  bottom: 30px;
  content: "";
  display: inline-block;
  width: 92px;
  height: 103px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/parts/o_chicken.svg);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .page-title {
    position: relative;
    height: auto;
    font-size: 20px;
    font-size: 1.25rem;
    background: #f1efe4;
  }
  .page-title:before {
    bottom: 0;
    width: 100%;
    height: 51px;
    background: url(../img/share/bg_title_parts_sp.svg) center bottom no-repeat;
    background-size: contain;
  }
  .page-title:after {
    height: 18px;
  }
  .page-title__title {
    height: auto;
    padding: 25px 20px 40px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .page-title__title .icon {
    margin-right: 12px;
  }
  .page-title__title > span span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .page-title__title:after {
    right: 41px;
    bottom: 7px;
    content: "";
    display: inline-block;
    width: 49px;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.title-l2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(70px - (((28px * 1.5) - 28px) / 2));
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.025em;
  font-family: nitalago-rera,sans-serif;
  font-weight: 100;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
.title-l2 span {
  display: block;
  margin-top: calc(10px - (((17px * 1.5) - 17px) / 2));
  font-size: 17px;
  font-size: 1.0625rem;
}
.title-l2:before {
  content: "";
  display: block;
  width: 44px;
  height: 33px;
  margin-bottom: 10px;
  background: url(../img/icon/o_title01.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .title-l2 {
    margin-bottom: calc(35px - (((22px * 1.5) - 22px) / 2));
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.025em;
  }
  .title-l2 span {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .title-l2:before {
    width: 32.5px;
    height: 24px;
    margin-bottom: 6px;
  }
}

/* リスト */
.list-ul {
  margin-bottom: 2em;
}
.list-ul li {
  padding-left: 1em;
}
.list-ul li:before {
  content: "・";
  margin-left: -1em;
}

.list-ol {
  margin-bottom: 2em;
}
.list-ol li {
  counter-increment: entry-ol;
  margin-bottom: 10px;
  padding-left: 1em;
}
.list-ol li:before {
  content: counter(entry-ol);
  margin-right: .2em;
  margin-left: -.8em;
}

/* btn */
.btn.-forGuardian .btn__link {
  position: relative;
  display: block;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
  padding-top: calc(15px - (((1rem * 1.5) - 1rem) / 2));
  padding-bottom: calc(15px - (((1rem * 1.5) - 1rem) / 2));
  font-size: 16px;
  font-size: 1rem;
  font-family: nitalago-rera,sans-serif;
  font-weight: 100;
  font-style: normal;
  background: #62b1b1;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.btn.-forGuardian .btn__link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 34px;
  height: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon/o_clover.svg);
}
.btn.-forGuardian .btn__link:after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 9px;
  border-color: transparent transparent transparent #ffffff;
}

/*----------------------------------------------------
	top
----------------------------------------------------*/
.-top .main {
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  .-top .main {
    padding: 0;
  }
}

.mainvisual {
  position: relative;
  margin-bottom: 50px;
}
.mainvisual__logo {
  display: none;
}
.mainvisual__title {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  padding: 0 70px;
  text-align: right;
  z-index: 100;
}
.mainvisual-slider {
  position: relative;
  background: url(../img/top/bg_mv02.svg) center 110px no-repeat;
  background-size: 100% auto;
}
.mainvisual-slider:after {
  position: absolute;
  bottom: -60px;
  content: "";
  display: block;
  width: 100%;
  height: 610px;
  background: url(../img/top/bg_mv01.svg) center bottom no-repeat;
  background-size: auto 100%;
}
.mainvisual-slider .slider {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 720px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
}
.mainvisual-slider .slider .slick-list {
  height: 100%;
}
.mainvisual-slider .slider .slick-slide {
  border-radius: 30px;
}
.mainvisual-slider .slider .slick-slide img[data-show="sp"] {
  display: none !important;
}
.mainvisual-slider .slider .slick-img img {
  width: 100%;
}
.mainvisual .o-mv01 {
  position: absolute;
  top: -66px;
  left: 63px;
}
.mainvisual .o-mv02 {
  position: absolute;
  top: 9px;
  right: 0px;
  width: 188px;
}
.mainvisual .o-mv03 {
  position: absolute;
  bottom: 28px;
  left: 2%;
  text-align: right;
}
.mainvisual .o-mv03 a {
  display: block;
  width: calc(391px / 2);
  height: calc(363px / 2);
  background: url(../img/top/o_mv_btn.png) center no-repeat;
  background-size: contain;
  font-size: 0;
  line-height: 0;
}
.mainvisual .o-mv03 span {
  display: inline-block;
  margin-top: -10px;
  margin-right: 5px;
}
.mainvisual .o-mv04 {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  padding-left: 36px;
}
.mainvisual .o-mv05 {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  text-align: right;
}
.mainvisual .o-mv06 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
}
.mainvisual .o-mv06 img {
  position: absolute;
  right: -163px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    padding: 80px 0 0;
    background: url(../img/share/o_hd_sp.svg) 60.53% top no-repeat;
    background-size: 65px auto;
  }
  .mainvisual__logo {
    display: block;
    max-width: 465px;
    width: 62%;
    margin: 0 auto 32px;
    text-align: center;
  }
  .mainvisual__title {
    position: static;
    transform: translateX(0);
    width: 100%;
    margin-bottom: 24px;
    padding: 16.8% 0 0;
    background: url(../img/top/mv_title_sp.svg) no-repeat;
    background-size: auto 100%;
  }
  .mainvisual__title img {
    display: none;
  }
  .mainvisual-slider {
    position: relative;
    background: none;
  }
  .mainvisual-slider:after {
    bottom: -30px;
    height: auto;
    padding-top: 82.4%;
    background: url(../img/top/bg_mv_sp.svg) center bottom no-repeat;
    background-size: auto 100%;
  }
  .mainvisual-slider .slider {
    height: auto;
    padding-top: 97.07%;
    border-radius: 0;
  }
  .mainvisual-slider .slider .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
  .mainvisual-slider .slider .slick-slide {
    border-radius: 0;
  }
  .mainvisual-slider .slider .slick-slide img[data-show="pc"] {
    display: none !important;
  }
  .mainvisual-slider .slider .slick-slide img[data-show="sp"] {
    display: block !important;
  }
  .mainvisual-slider .slider .slick-img img {
    width: 100%;
  }
  .mainvisual .o-mv01 {
    top: 0;
    left: 24px;
    width: calc(117px / 2);
  }
  .mainvisual .o-mv02 {
    top: 176px;
    width: calc(188px / 2);
  }
  .mainvisual .o-mv03 {
    display: none;
  }
  .mainvisual .o-mv04 {
    left: 25px;
    bottom: 0;
    transform: translateX(0);
    width: calc(225px / 2);
    padding: 0;
  }
  .mainvisual .o-mv05 {
    display: none;
  }
  .mainvisual .o-mv06 {
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 0;
    transform: translateX(0);
    width: calc(96px / 2);
  }
  .mainvisual .o-mv06 img {
    position: static;
  }
}

.top-topics {
  position: relative;
  margin-bottom: 140px;
  z-index: 1;
  text-align: center;
}
.top-topics .title-l2 {
  position: relative;
  display: inline-flex;
}
.top-topics .title-l2:after {
  position: absolute;
  top: -8px;
  left: 0;
  transform: translateX(-105%);
  content: "";
  display: block;
  width: 57px;
  height: 69px;
  background: url(../img/icon/o_title02.svg) center no-repeat;
  background-size: contain;
}
.top-topics .topics-list {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.top-topics .topics-list dt {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: calc(15px - (((17px * 1.5) - 17px) / 2));
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.025em;
}
.top-topics .topics-list dt:before {
  content: "●";
  color: #82b236;
}
.top-topics .topics-list dd {
  margin-bottom: calc(24px - (((17px * 1.5) - 17px) / 2));
  padding-bottom: calc(24px - (((17px * 1.5) - 17px) / 2));
  border-bottom: 1px dashed #c69c6d;
}
.top-topics .topics-list dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(15px - (((17px * 1.5) - 17px) / 2));
  padding-bottom: calc(15px - (((17px * 1.5) - 17px) / 2));
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.025em;
  background: #e6f0d7;
  border-radius: 50px;
  text-align: center;
}
.top-topics .topics-list dd a .tel {
  font-style: italic;
}
.top-topics .topics-list dd a .tel:before {
  margin-right: 6px;
  margin-left: 15px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon/tel.svg);
}
.top-topics .topics-noentry {
  color: #82b236;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .top-topics {
    margin-bottom: 50px;
  }
  .top-topics .title-l2:after {
    display: block;
    width: 42px;
    height: 51px;
  }
  .top-topics .topics-list {
    max-width: 100%;
  }
  .top-topics .topics-list dt {
    margin-bottom: calc(15px - (((14px * 1.5) - 14px) / 2));
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
  .top-topics .topics-list dd {
    margin-bottom: calc(15px - (((12px * 1.5) - 12px) / 2));
    padding-bottom: calc(15px - (((12px * 1.5) - 12px) / 2));
    font-size: 12px;
    font-size: 0.75rem;
  }
  .top-topics .topics-list dd a {
    padding-top: calc(10px - (((12px * 1.5) - 12px) / 2));
    padding-bottom: calc(10px - (((12px * 1.5) - 12px) / 2));
    font-size: 12px;
    font-size: 0.75rem;
  }
  .top-topics .topics-list dd a .tel:before {
    width: 12px;
    height: 14px;
  }
  .top-topics .topics-noentry {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.top-event {
  position: relative;
  padding-bottom: 120px;
  background: #f1efe4;
  text-align: center;
}
.top-event:before {
  position: absolute;
  top: -350px;
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background: url(../img/top/bg_info.svg) center top no-repeat;
}
.top-event .contents {
  position: relative;
}
.top-event .title-l2 {
  position: relative;
  display: inline-flex;
}
.top-event .title-l2:after {
  position: absolute;
  top: -8px;
  left: 0;
  transform: translateX(-105%);
  content: "";
  display: block;
  width: 57px;
  height: 69px;
  background: url(../img/icon/o_title02_f.svg) center no-repeat;
  background-size: contain;
}
.top-event .event-list {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px dashed #c69c6d;
}
.top-event .event-list li {
  display: flex;
  padding: 21px 45px;
  padding-bottom: calc(24px - (((17px * 1.5) - 17px) / 2));
  border-bottom: 1px dashed #c69c6d;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.025em;
}
.top-event .event-list li:nth-child(n+5) {
  display: none;
}
.top-event .event-list li span {
  flex-shrink: 0;
  margin-right: 36px;
}
.top-event__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-event__img img {
  position: absolute;
  border-radius: 25px;
}
.top-event__img img:nth-of-type(1) {
  transform: translateX(-50%);
}
.top-event__img img:nth-of-type(2) {
  right: 0;
  transform: translateX(50%);
}
.top-event .o-event01 {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  text-align: left;
}
.top-event .o-event01 img {
  margin-left: 25px;
}
.top-event .o-event02 {
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  text-align: right;
}
.top-event .o-event02 img {
  position: absolute;
  right: -175px;
}
@media screen and (max-width: 768px) {
  .top-event {
    margin-top: 28.67%;
    padding-bottom: 50px;
  }
  .top-event:before {
    top: 0;
    left: 0;
    transform: translateY(-100%);
    height: auto;
    padding-top: 28.67%;
    background-image: url(../img/top/bg_info_sp.svg);
    background-size: cover;
  }
  .top-event .title-l2:after {
    display: block;
    width: 42px;
    height: 51px;
  }
  .top-event .event-list {
    max-width: 100%;
    margin-bottom: 25px;
    border: 0;
  }
  .top-event .event-list li {
    display: block;
    padding: 12px 6px;
    padding-bottom: calc(12px - (((14px * 1.5) - 14px) / 2));
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
  .top-event .event-list li span {
    display: block;
    margin: 0;
  }
  .top-event__img {
    position: static;
    transform: translateX(0);
  }
  .top-event__img img {
    position: static;
    width: calc(100% / 2 - 8px);
    border-radius: 12px;
  }
  .top-event__img img:nth-of-type(1) {
    transform: translateX(0);
  }
  .top-event__img img:nth-of-type(2) {
    transform: translateX(0);
  }
  .top-event .o-event01 {
    position: absolute;
    top: calc(-7.2% - 35px);
    left: 14.93%;
    transform: translateX(0);
    width: calc(103px / 2);
    text-align: left;
  }
  .top-event .o-event01 img {
    margin: 0;
  }
  .top-event .o-event02 {
    position: absolute;
    top: calc(-7.33%);
    left: auto;
    right: 10.13%;
    transform: translateX(0);
    width: calc(86px / 2);
    text-align: right;
  }
  .top-event .o-event02 img {
    position: static;
  }
}

.top-contents {
  position: relative;
  padding: 120px 0 240px;
  background: #27333b;
}
.top-contents .title-l2 {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: vdl-penletter,sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 1.75;
}
.top-contents .title-l2:before {
  display: none;
}
.top-contents .title-l2:after {
  content: "";
  display: block;
  max-width: 930px;
  width: 100%;
  height: 14px;
  margin: 24px auto 0;
  margin-top: calc(24px - (((28px * 1.75) - 28px) / 2));
  background: url(../img/top/line.svg) center top no-repeat;
  background-size: cover;
}
.top-contents .contents-list {
  position: relative;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
}
.top-contents .contents-list li {
  width: calc(100% / 3);
  margin-bottom: 85px;
}
.top-contents .contents-list li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.025em;
  font-family: nitalago-rera,sans-serif;
  font-weight: 100;
  font-style: normal;
}
.top-contents .contents-list li a span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.top-contents .contents-list li a .icon {
  position: absolute;
  width: 115px;
  height: 115px;
  background-color: #fff;
  border-radius: 100%;
}
.top-contents .contents-list li a .icon.icon01 {
  background-image: url(../img/top/i_greeting.svg);
  background-size: 55px auto;
}
.top-contents .contents-list li a .icon.icon02 {
  background-image: url(../img/share/nav02.svg);
  background-size: 60px auto;
}
.top-contents .contents-list li a .icon.icon03 {
  background-image: url(../img/share/nav03.svg);
  background-size: 90px auto;
}
.top-contents .contents-list li a .icon.icon04 {
  background-image: url(../img/share/nav04.svg);
  background-size: 48px auto;
}
.top-contents .contents-list li a .icon.icon05 {
  background-image: url(../img/share/nav05.svg);
  background-size: 61px auto;
}
.top-contents .contents-list li a .icon.icon06 {
  background-image: url(../img/share/nav06.svg);
  background-size: 42px auto;
}
.top-contents .contents-list li:nth-child(odd) a {
  width: 404px;
  height: 284px;
  background-image: url(../img/top/cloud01.svg);
}
.top-contents .contents-list li:nth-child(odd) a .icon {
  right: 15px;
  bottom: -15px;
}
.top-contents .contents-list li:nth-child(even) a {
  width: 360px;
  height: 264px;
  background-image: url(../img/top/cloud02.svg);
}
.top-contents .contents-list li:nth-child(even) a .icon {
  right: -3px;
  bottom: 3px;
}
.top-contents .contents-list li:nth-of-type(2) {
  position: relative;
}
.top-contents .contents-list li:nth-of-type(2) a {
  position: absolute;
  top: 160px;
  right: 0;
}
.top-contents .contents-list li:nth-of-type(3) {
  margin-top: -15px;
}
.top-contents .contents-list li:nth-of-type(5) {
  position: relative;
}
.top-contents .contents-list li:nth-of-type(5) a {
  position: absolute;
  top: 135px;
  right: 0;
}
.top-contents .contents-list li:nth-of-type(6) {
  margin-top: 30px;
}
.top-contents .contents-list li:nth-of-type(6) a {
  margin-left: auto;
}
.top-contents .o-contents01 {
  position: absolute;
  top: 162px;
  left: 50%;
  transform: translateX(-50%);
  width: 1789px;
}
.top-contents .o-contents02 {
  position: absolute;
  top: 316px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  text-align: center;
}
.top-contents .o-contents02 img {
  position: relative;
  right: 130px;
}
.top-contents .o-contents03 {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1789px;
  text-align: right;
}
.top-contents .o-contents04 {
  position: absolute;
  bottom: 260px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
}
.top-contents .o-contents04 img {
  position: absolute;
  left: -110px;
}
.top-contents .o-contents05 {
  position: absolute;
  bottom: 370px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
}
.top-contents .o-contents05 img {
  position: absolute;
  right: -280px;
}
@media screen and (max-width: 768px) {
  .top-contents {
    padding: 50px 20px 28.67%;
  }
  .top-contents .title-l2 {
    padding: 0 5px;
    font-size: 0;
  }
  .top-contents .title-l2 img {
    max-width: 315px;
    margin: 0 auto;
  }
  .top-contents .title-l2:after {
    width: calc(100% + 10px);
    height: 7px;
    margin-top: 15px;
    margin-left: -5px;
  }
  .top-contents .contents-list {
    flex-direction: column;
    align-items: center;
  }
  .top-contents .contents-list li {
    position: relative;
  }
  .top-contents .contents-list li:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .top-contents .contents-list li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .top-contents .contents-list li a span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .top-contents .contents-list li a .icon {
    width: 65.5px;
    height: 65.5px;
  }
  .top-contents .contents-list li:nth-child(odd) {
    width: auto;
    margin-left: -31%;
    margin-bottom: 28px;
  }
  .top-contents .contents-list li:nth-child(odd) a {
    width: calc(461px / 2);
    height: calc(307px / 2);
  }
  .top-contents .contents-list li:nth-child(even) {
    width: auto;
    margin-right: -36.22%;
    margin-bottom: 13px;
  }
  .top-contents .contents-list li:nth-child(even) a {
    width: calc(407px / 2);
    height: calc(301px / 2);
    margin-left: auto;
  }
  .top-contents .contents-list li:nth-of-type(1):before {
    top: 0;
    right: -50%;
    width: calc(223px / 2);
    height: calc(196px / 2);
    background-image: url(../img/top/o_contents03.svg);
  }
  .top-contents .contents-list li:nth-of-type(1) a {
    position: relative;
  }
  .top-contents .contents-list li:nth-of-type(2):before {
    bottom: 30px;
    left: -50%;
    width: calc(113px / 2);
    height: calc(137px / 2);
    background-image: url(../img/top/o_contents02.svg);
  }
  .top-contents .contents-list li:nth-of-type(2) a {
    position: relative;
    top: auto;
  }
  .top-contents .contents-list li:nth-of-type(3) {
    margin-top: 0;
  }
  .top-contents .contents-list li:nth-of-type(3):before {
    top: 34px;
    right: -50%;
    width: calc(116px / 2);
    height: calc(80px / 2);
    background-image: url(../img/top/o_contents06.svg);
  }
  .top-contents .contents-list li:nth-of-type(4) {
    margin-top: 0;
  }
  .top-contents .contents-list li:nth-of-type(4):before {
    top: 34px;
    left: -60.75%;
    width: calc(158px / 2);
    height: calc(236px / 2);
    background-image: url(../img/top/o_contents07.svg);
  }
  .top-contents .contents-list li:nth-of-type(5):before {
    bottom: 35px;
    right: -58%;
    width: calc(156px / 2);
    height: calc(123px / 2);
    background-image: url(../img/top/o_contents05.svg);
  }
  .top-contents .contents-list li:nth-of-type(5) a {
    position: relative;
    top: auto;
  }
  .top-contents .contents-list li:nth-of-type(6) {
    margin-top: 0;
  }
  .top-contents .contents-list li:nth-of-type(6):before {
    bottom: 20px;
    left: -50%;
    width: calc(95px / 2);
    height: calc(84px / 2);
    background-image: url(../img/top/o_contents04.svg);
  }
  .top-contents .contents-list li:nth-of-type(6) a {
    margin-left: auto;
  }
  .top-contents .o-contents01, .top-contents .o-contents02, .top-contents .o-contents03, .top-contents .o-contents04, .top-contents .o-contents05 {
    display: none;
  }
}

.top-movie {
  position: relative;
}
.top-movie:before {
  position: absolute;
  top: -209px;
  content: "";
  display: block;
  width: 100%;
  height: 209px;
  background: url(../img/top/bg_movie.svg) center top no-repeat;
  background-size: cover;
}
.top-movie .contents {
  position: relative;
}
.top-movie .contents:before, .top-movie .contents:after {
  position: absolute;
  bottom: 30px;
  content: "";
  display: block;
  width: 87px;
  height: 105px;
  background: url(../img/parts/o_flower.svg) center top no-repeat;
  background-size: contain;
}
.top-movie .contents:before {
  left: -50px;
}
.top-movie .contents:after {
  right: -50px;
  transform: scale(-1, 1);
}
.top-movie .movie {
  width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: #e6f0d7;
  border-radius: 20px;
}
.top-movie .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 46.24%;
}
.top-movie .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-movie {
    margin-bottom: 50px;
  }
  .top-movie:before {
    top: 1px;
    left: 0;
    transform: translateY(-100%);
    height: auto;
    padding-top: 28.67%;
    background-image: url(../img/top/bg_movie_sp.svg);
    background-position: center top;
    background-size: cover;
  }
  .top-movie .contents:before, .top-movie .contents:after {
    bottom: -37px;
    width: 43px;
    height: 52px;
  }
  .top-movie .contents:before {
    left: -25px;
  }
  .top-movie .contents:after {
    right: -25px;
    transform: scale(-1, 1);
  }
  .top-movie .movie {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
  }
  .top-movie .movie-wrap {
    position: relative;
    width: 100%;
    padding-top: 49.24%;
  }
}

/*----------------------------------------------------
	園の紹介
----------------------------------------------------*/
.I-policy {
  overflow: hidden;
}
.I-policy .contents {
  position: relative;
}
.I-policy .contents:before {
  position: absolute;
  top: -10px;
  right: -208px;
  content: "";
  display: inline-block;
  width: 87px;
  height: 105px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/parts/o_flower.svg);
  transform: scale(-1, 1);
}
.I-policy__text {
  margin-top: calc(70px - (((20px * 2.2) - 20px) / 2));
  margin-bottom: calc(70px - (((20px * 2.2) - 20px) / 2));
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  font-family: nitalago-rera,sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 2.2;
  text-align: center;
}
.I-policy__img {
  display: flex;
  justify-content: space-between;
}
.I-policy__img img {
  width: calc(100% / 3 - 30px);
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .I-policy .contents:before {
    top: auto;
    bottom: 53px;
    right: -25px;
    content: "";
    display: inline-block;
    width: 43px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .I-policy__text {
    margin-top: calc(35px - (((14px * 2) - 14px) / 2));
    margin-bottom: calc(35px - (((14px * 2) - 14px) / 2));
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .I-policy__img {
    display: block;
    text-align: center;
  }
  .I-policy__img img {
    max-width: 500px;
    width: 74.63%;
    margin-bottom: 20px;
    border-radius: 15px;
  }
}

.I-goals {
  overflow: hidden;
}
.I-goals .contents {
  position: relative;
}
.I-goals .contents:before {
  position: absolute;
  top: -165px;
  left: -208px;
  content: "";
  display: inline-block;
  width: 87px;
  height: 105px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/parts/o_flower.svg);
}
.I-goals__text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(40px - (((30px * 1.5) - 30px) / 2));
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.025em;
  color: #82b236;
  font-weight: bold;
}
.I-goals__text:before, .I-goals__text:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  margin: 0 18px;
  border-top: 1px dashed #82b236;
}
.I-goals-detail {
  display: flex;
  justify-content: space-between;
}
.I-goals-detail li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 5 - 20px);
  height: 150px;
  background: #fff;
  border-radius: 50%;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.025em;
}
.I-goals-detail li:before {
  position: absolute;
  right: 50px;
  bottom: -2px;
  content: "";
  display: inline-block;
  width: 43px;
  height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/parts/o_star.svg);
}
@media screen and (max-width: 768px) {
  .I-goals .contents:before {
    top: auto;
    bottom: 120px;
    left: -25px;
    content: "";
    display: inline-block;
    width: 43px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .I-goals__text {
    margin-bottom: calc(35px - (((20px * 1.5) - 20px) / 2));
    font-size: 20px;
    font-size: 1.25rem;
  }
  .I-goals__text:before, .I-goals__text:after {
    width: calc((100% - 9em + 24px) / 2);
    margin: 0 12px 0 0;
  }
  .I-goals__text:after {
    margin: 0 0 0 12px;
  }
  .I-goals-detail {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
  }
  .I-goals-detail li {
    width: calc(100% - 9px);
    height: auto;
    padding: 43px 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .I-goals-detail li:before {
    right: 27px;
    content: "";
    display: inline-block;
    width: 31px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .I-goals-detail li:nth-of-type(2), .I-goals-detail li:nth-of-type(5) {
    margin-left: auto;
  }
  .I-goals-detail li:nth-of-type(3) {
    grid-column: 1 / 3;
    width: calc(100% / 2 - 9px);
    margin: 0 auto;
  }
}

.I-song {
  position: relative;
  overflow: hidden;
  background-image: url(../img/introduction/o_song02.svg);
  background-position: 1630px 90px;
  background-repeat: no-repeat;
  background-size: 205px auto;
}
.I-song:before {
  position: absolute;
  top: 119px;
  left: calc(50% - 80px);
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 1200px;
  height: 291px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/introduction/o_song01.svg);
  background-position: left top;
  background-size: auto 100%;
}
.I-song:after {
  position: absolute;
  bottom: -52px;
  content: "";
  display: block;
  width: 100%;
  height: 203px;
  background: url(../img/introduction/o_song_btm.svg) center bottom no-repeat;
  background-size: auto 100%;
}
.I-song .contents {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.I-song .contents:before {
  position: absolute;
  bottom: 82px;
  right: 12px;
  content: "";
  display: inline-block;
  width: 186px;
  height: 296px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/introduction/o_song03.svg);
}
.I-song-section {
  display: inline-flex;
  margin-bottom: calc(30px - (((17px * 2.3) - 17px) / 2));
  padding-bottom: calc(30px - (((17px * 2.3) - 17px) / 2));
  text-align: center;
  border-bottom: 1px dashed #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.025em;
  line-height: 2.3;
}
.I-song-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .I-song {
    padding-bottom: 145px;
    background-image: url(../img/introduction/o_song_sp.svg);
    background-position: center 24px;
    background-size: 338px auto;
  }
  .I-song:before {
    display: none;
  }
  .I-song:after {
    left: 0;
    bottom: -6px;
    height: calc(263px / 2);
    background-image: url(../img/introduction/o_song_btm_sp.svg);
    background-size: auto 100%;
  }
  .I-song .contents:before {
    display: none;
  }
  .I-song-section {
    margin-bottom: calc(20px - (((14px * 2) - 14px) / 2));
    padding-bottom: calc(20px - (((14px * 2) - 14px) / 2));
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    line-height: 2;
  }
  .I-song-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.I-sister .contents {
  position: relative;
}
.I-sister .contents:before {
  position: absolute;
  bottom: -10px;
  right: -208px;
  content: "";
  display: inline-block;
  width: 87px;
  height: 105px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/parts/o_flower.svg);
  transform: scale(-1, 1);
}
.I-sister-kindergarten-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.I-sister-kindergarten-list li {
  width: calc(100% / 3 - 20px);
  margin: 0 10px 20px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  text-align: center;
  border-radius: 10px;
}
.I-sister-kindergarten-list li:nth-child(odd) {
  background: #e6f0d7;
}
.I-sister-kindergarten-list li:nth-child(even) {
  background: #f1efe4;
}
.I-sister-kindergarten-list li a, .I-sister-kindergarten-list li span {
  display: block;
  padding: 20px;
  padding-top: calc(20px - (((20px * 1.5) - 20px) / 2));
  padding-bottom: calc(20px - (((20px * 1.5) - 20px) / 2));
  border-radius: 10px;
}
.I-sister-kindergarten-list li a {
  transition: .3s;
}
.I-sister-kindergarten-list li a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .I-sister .contents:before {
    top: auto;
    bottom: 53px;
    right: -25px;
    content: "";
    display: inline-block;
    width: 43px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .I-sister-kindergarten-list {
    display: block;
  }
  .I-sister-kindergarten-list li {
    width: 71.64%;
    margin: 0 auto 10px;
    border-radius: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .I-sister-kindergarten-list li a, .I-sister-kindergarten-list li span {
    display: block;
    padding: 15px;
    padding-top: calc(15px - (((14px * 1.5) - 14px) / 2));
    padding-bottom: calc(15px - (((14px * 1.5) - 14px) / 2));
    border-radius: 5px;
  }
}

/*----------------------------------------------------
	教育・環境
----------------------------------------------------*/
.E-section {
  padding-bottom: 0;
}
.E-section:after {
  content: "";
}
.E-section .contents {
  position: relative;
  padding-bottom: 100px;
  border-bottom: 1px dashed #c69c6d;
}
.E-section .contents:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 87px;
  height: 105px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/parts/o_flower.svg);
}
.E-section .contents .column:last-child {
  margin-bottom: -50px;
}
.E-section-text {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.E-section-text__text {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.025em;
  line-height: 2;
}
.E-section-text__text strong {
  font-size: 20px;
  font-size: 1.25rem;
  color: #82b236;
  font-weight: normal;
}
.E-section-text__img {
  flex-shrink: 0;
  width: 25.58%;
  margin-left: 12%;
}
.E-section:last-child .contents {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .E-section {
    overflow: hidden;
  }
  .E-section .contents {
    padding-bottom: 45px;
  }
  .E-section .contents:before {
    display: none;
    width: 43px;
    height: 52px;
  }
  .E-section .contents .column {
    position: relative;
  }
  .E-section .contents .column:last-child {
    margin-bottom: 0;
  }
  .E-section .contents .column:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 43px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/parts/o_flower.svg);
  }
  .E-section-text {
    flex-direction: column;
    margin-bottom: 35px;
  }
  .E-section-text__text {
    order: 2;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .E-section-text__text strong {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .E-section-text__img {
    order: 1;
    width: 60.75%;
    margin: 0 auto 35px;
  }
}

.E-montessori .contents:nth-of-type(1) {
  padding-bottom: 0;
  border-bottom: 0;
}
.E-montessori .contents:nth-of-type(1):before {
  top: -10px;
  right: -208px;
  transform: scale(-1, 1);
}
.E-montessori .contents:nth-of-type(2) {
  margin-top: 70px;
}
.E-montessori .contents:nth-of-type(2):before {
  bottom: 85px;
  left: -208px;
}
@media screen and (max-width: 768px) {
  .E-montessori .contents:nth-of-type(1) {
    margin-top: 35px;
  }
  .E-montessori .contents:nth-of-type(1) .column:before {
    top: 14.75%;
    right: -25px;
    transform: scale(-1, 1);
  }
  .E-montessori .contents:nth-of-type(2) {
    margin-top: 35px;
  }
  .E-montessori .contents:nth-of-type(2) .column:before {
    bottom: 58px;
    left: -17px;
  }
}

.E-english .contents:before {
  bottom: 85px;
  right: -208px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .E-english .column:before {
    top: 21.77%;
    right: -25px;
    transform: scale(-1, 1);
  }
}

.E-facilities .contents:before {
  bottom: -90px;
  left: -208px;
}
@media screen and (max-width: 768px) {
  .E-facilities .column:before {
    bottom: 33.17%;
    left: -25px;
  }
}

/*----------------------------------------------------
	年間行事
----------------------------------------------------*/
.EV-spring .contents:before {
  top: -65px;
  right: -208px;
  transform: scale(-1, 1);
}
.EV-spring .title-l2:before {
  width: 40px;
  height: 40px;
  background-image: url(../img/event/spring.svg);
}
@media screen and (max-width: 768px) {
  .EV-spring .contents:before {
    display: block;
    top: auto;
    bottom: 35.73%;
    right: -25px;
  }
  .EV-spring .title-l2:before {
    width: 25px;
    height: 25px;
  }
}

.EV-summer .contents:before {
  bottom: 100px;
  left: -208px;
}
.EV-summer .title-l2:before {
  width: 42px;
  height: 42px;
  background-image: url(../img/event/summer.svg);
}
@media screen and (max-width: 768px) {
  .EV-summer .contents:before {
    display: block;
    top: auto;
    bottom: 35.73%;
    left: -25px;
  }
  .EV-summer .title-l2:before {
    width: 25px;
    height: 25px;
  }
}

.EV-autumn .contents:before {
  bottom: -10px;
  right: -208px;
  transform: scale(-1, 1);
}
.EV-autumn .title-l2:before {
  width: 40px;
  height: 40px;
  background-image: url(../img/event/autumn.svg);
}
@media screen and (max-width: 768px) {
  .EV-autumn .contents:before {
    display: block;
    top: auto;
    bottom: 23.72%;
    right: -25px;
  }
  .EV-autumn .title-l2:before {
    width: 25px;
    height: 25px;
  }
}

.EV-winter .contents:before {
  bottom: 214px;
  left: -208px;
}
.EV-winter .title-l2:before {
  width: 35px;
  height: 40px;
  background-image: url(../img/event/winter.svg);
}
@media screen and (max-width: 768px) {
  .EV-winter .contents:before {
    display: block;
    top: auto;
    bottom: 25.73%;
    left: -25px;
  }
  .EV-winter .title-l2:before {
    width: 25px;
    height: 25px;
  }
}

/*----------------------------------------------------
	ごあいさつ
----------------------------------------------------*/
.-greeting .section:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .-greeting .section:last-child {
    margin-bottom: 50px;
  }
}

.greeting-section {
  margin-bottom: 100px;
}
.greeting-section .contents {

  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: 1px dashed #c69c6d;
}
.greeting-section .contents:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 87px;
  height: 105px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/parts/o_flower.svg);
}
.greeting-section__title {
  margin-bottom: calc(70px - (((28px * 1.5) - 28px) / 2));
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.025em;
  font-family: nitalago-rera,sans-serif;
  font-weight: 100;
  font-style: normal;
  text-align: center;
  color: #82b236;
}
.greeting-section__title span {
  display: block;
  margin-top: calc(20px - (((24px * 1.5) - 24px) / 2));
  font-size: 24px;
  font-size: 1.5rem;
  color: #c69c6d;
}
.greeting-section-text {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.025em;
}
.greeting-section-text p {
  margin-bottom: calc(50px - (((17px * 2.3) - 17px) / 2));
  line-height: 2.3;
}
.greeting-section-text p:last-child {
  margin-bottom: 0;
}
.greeting-section__img {
  flex-shrink: 0;
  width: 33.33%;
  padding-left: 4%;
}
.greeting-section__img img {
  border-radius: 25px;
}
.greeting-section__img .name {
  text-align: center !important;
}
.greeting-section .name {
  margin-top: calc(35px - (((19px * 1.5) - 19px) / 2));
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: right;
}
.greeting-section .name span {
  color: #c69c6d;
}
.greeting-section.-message01 .contents:before {
  top: 5px;
  right: -208px;
  transform: scale(-1, 1);
}
.greeting-section.-message02 .contents:before {
  bottom: -12px;
  left: -208px;
}
.greeting-section.-message03 .contents:before {
  display: none;
}
.greeting-section.-message04 .contents:before {
  bottom: 28px;
  right: -208px;
  transform: scale(-1, 1);
}
.greeting-section:last-child {
  margin-bottom: 0;
}
.greeting-section:last-child .contents {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .greeting-section {
    margin-bottom: 50px;
  }
  .greeting-section .contents {
    display: block;
    padding-bottom: 50px;
  }
  .greeting-section .contents:before {
    width: 43px;
    height: 52px;
  }
  .greeting-section__title {
    margin-bottom: calc(35px - (((19px * 1.5) - 19px) / 2));
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .greeting-section__title span {
    display: block;
    margin-top: calc(10px - (((15px * 1.5) - 15px) / 2));
    font-size: 15px;
    font-size: 0.9375rem;
    color: #c69c6d;
  }
  .greeting-section-text {
    margin-bottom: calc(40px - (((14px * 2) - 14px) / 2));
    font-size: 14px;
    font-size: 0.875rem;
  }
  .greeting-section-text p {
    margin-bottom: calc(40px - (((14px * 2) - 14px) / 2));
    line-height: 2;
  }
  .greeting-section__img {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  .greeting-section__img img {
    display: block;
    width: 59.7%;
    margin: 0 auto;
    border-radius: 16px;
  }
  .greeting-section .name {
    margin-top: calc(20px - (((15px * 1.5) - 15px) / 2));
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.025em;
  }
  .greeting-section .name span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .greeting-section.-message01 .contents:before {
    top: auto;
    bottom: 28%;
    right: -25px;
  }
  .greeting-section.-message02 .contents:before {
    bottom: -20px;
    left: -25px;
  }
  .greeting-section.-message03 .contents:before {
    display: block;
    bottom: 28%;
    right: -25px;
    transform: scale(-1, 1);
  }
  .greeting-section.-message04 .contents:before {
    bottom: -20px;
    left: -25px;
    transform: scale(1, 1);
  }
}

/*----------------------------------------------------
	お問合せ
----------------------------------------------------*/
.contact .contents {
  position: relative;
}
.contact .contents:before {
  position: absolute;
  top: 154px;
  right: -208px;
  content: "";
  display: inline-block;
  width: 87px;
  height: 105px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/parts/o_flower.svg);
  transform: scale(-1, 1);
}
.contact-detail {
  width: 44.17%;
  margin: 0 auto 100px;
}
.contact-detail__text {
  margin-bottom: 30px;
  text-align: center;
}
.contact-detail__tel {
  margin-bottom: calc(30px - (((42px * 1.5) - 42px) / 2));
  padding-bottom: calc(30px - (((42px * 1.5) - 42px) / 2));
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #c69c6d;
  font-style: italic;
  text-align: center;
}
.contact-detail__tel a:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon/tel.svg);
  margin-right: 12px;
}
.contact-detail__address {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.025em;
  text-align: center;
}
.contact .googlemap {
  position: relative;
  width: 100%;
  height: 500px;
}
.contact .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .contact .contents:before {
    top: 100px;
    right: -25px;
    width: 43px;
    height: 52px;
  }
  .contact-detail {
    width: 79.1%;
    margin: 0 auto 50px;
  }
  .contact-detail__text {
    margin-bottom: 14px;
  }
  .contact-detail__tel {
    margin-bottom: calc(15px - (((25px * 1.5) - 25px) / 2));
    padding-bottom: calc(15px - (((25px * 1.5) - 25px) / 2));
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .contact-detail__tel a:before {
    width: 22px;
    height: 17px;
    margin-right: 7px;
  }
  .contact-detail__address {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact .googlemap {
    height: auto;
    padding-top: 85.07%;
  }
}

/*# sourceMappingURL=common.css.map */
