<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ------------------
	kv
--------------------- */
@media only screen and (max-width: 750px) {
  #top .pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #top .sp {
    display: none;
  }
}
#top header .headInner {
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #top header .headInner {
    padding: 2rem;
  }
}
@media screen and (min-width: 751px) {
  #top header .headInner .logo {
    max-width: 20.7rem;
  }
}
@media only screen and (max-width: 750px) {
  #top header .headInner .logo {
    width: 11rem;
  }
}
#top header .headInner .navToggle {
  position: relative;
  inset: unset;
  translate: unset;
}
@media only screen and (max-width: 750px) {
  #top header .headInner .navToggle {
    width: 2.5rem;
    height: 1.5rem;
  }
}
#top header .headInner .gNavi.open {
  z-index: 6;
}
#top footer {
  background: linear-gradient(250deg, #07a66d, #00643c);
}
@media only screen and (max-width: 750px) {
  #top footer .footerInner {
    padding: 3.75rem 2.5rem 2.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #top footer .footerInner .logo {
    margin: 0 0 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #top footer .footerInner .snsList {
    width: 6rem;
    justify-content: space-between;
    margin: 0 0 2rem;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  #top footer .footerInner .snsList a:nth-of-type(1) {
    width: 1.6rem;
    height: 1.65rem;
  }
}
@media only screen and (max-width: 750px) {
  #top footer .footerInner .snsList a:nth-of-type(2) {
    width: 1.75rem;
    height: 1.75rem;
  }
}
#top footer .footerInner .snsList a img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #top footer .footerInner .copy {
    line-height: 1.158;
    font-size: 0.95rem;
    text-align: left;
    padding: 0;
  }
}
#top .headline {
  position: relative;
}
@media screen and (min-width: 751px) {
  #top .headline {
    height: 68rem;
    margin: 0 0 6rem;
  }
}
@media only screen and (max-width: 750px) {
  #top .headline {
    height: 37.9rem;
    margin: 0 0 5rem;
  }
}
#top .headline .inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 751px) {
  #top .headline .inner {
    min-height: 55rem;
  }
}
@media only screen and (max-width: 750px) {
  #top .headline .inner {
    min-height: 38.4rem;
    padding: 23.5rem 2.5rem 0rem;
  }
}
#top .headline .inner h1 {
  color: #ffffff;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  #top .headline .inner h1 {
    line-height: 1.429;
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #top .headline .inner h1 {
    line-height: 1.269;
    font-size: 2.05rem;
  }
}
@media screen and (min-width: 751px) {
  #top .headline .inner .lead {
    line-height: 1.546;
    font-size: 2.2rem;
    padding-top: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #top .headline .inner .lead {
    line-height: 1.584;
    font-size: 1.2rem;
  }
}
#top section {
  position: relative;
}
#top section .inner {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #top section .inner {
    padding: 0;
  }
}
#top section h2 {
  position: relative;
  text-align: center;
  color: #00816d;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #top section h2 {
    line-height: 1.934;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section h2 {
    line-height: 1.706;
    font-size: 1.7rem;
  }
}
#top section h2 a {
  color: #d2af4c;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#top section h2 a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: solid 3px;
  border-color: #d9b44a #d9b44a transparent transparent;
  transform: rotate(45deg);
  margin: 0.3rem 0 0 0.75rem;
}
#top section h2 + p {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #top section h2 + p {
    line-height: 1.612;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section h2 + p {
    line-height: 1.819;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 751px) {
  #top section.vision {
    margin: 0 0 7rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.vision {
    margin: 0 0 3.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.vision .inner {
    width: 100vw;
    padding: 0;
  }
}
#top section.vision .vision_cont {
  background-image: url("../images/top/re/bg_vision.png"), linear-gradient(250deg, #49a16f, #29623f);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  #top section.vision .vision_cont {
    background-size: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #top section.vision .vision_cont {
    background-size: 240%;
  }
}
#top section.vision .vision_cont a {
  display: block;
}
@media screen and (min-width: 751px) {
  #top section.vision .vision_cont a {
    padding: 10rem 0 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.vision .vision_cont a {
    padding: 6rem 0 2rem;
  }
}
#top section.vision .vision_cont h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #d2af4c;
}
#top section.vision .vision_cont h2::after {
  content: "";
  display: block;
  transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  #top section.vision .vision_cont h2::after {
    width: 18px;
    height: 18px;
    border: solid 3px;
    margin: 0.3rem 0 0 0.75rem;
    border-color: #d9b44a #d9b44a transparent transparent;
  }
}
@media only screen and (max-width: 750px) {
  #top section.vision .vision_cont h2::after {
    width: 1.2rem;
    height: 1.2rem;
    border: solid 0.3rem;
    margin: 0.3rem 0 0 0.75rem;
    border-color: #d9b44a #d9b44a transparent transparent;
  }
}
#top section.vision .vision_cont h2 + p {
  position: relative;
  color: #ffffff;
  z-index: 2;
}
#top section.vision .vision_cont::before {
  content: "";
  display: block;
  background: url("../images/top/re/00.png") 0 0/100% no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
}
@media screen and (min-width: 751px) {
  #top section.vision .vision_cont::before {
    width: 5.5rem;
    height: 5.7rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.vision .vision_cont::before {
    width: 2.7rem;
    height: 2.85rem;
  }
}
@media screen and (min-width: 751px) {
  #top section.theme h2 {
    margin: 0 0 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme h2 {
    margin: 0 0 3rem;
  }
}
#top section.theme .inner dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl {
    margin: 0 0 8.5rem;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme .inner dl {
    width: 33.5rem;
    margin: 0 auto;
  }
}
#top section.theme .inner dl div {
  display: flex;
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl div {
    gap: 4.5rem;
    width: 46rem;
    height: 22.5rem;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme .inner dl div {
    gap: 1.5rem;
    width: 12.9rem;
    flex-wrap: wrap;
  }
}
#top section.theme .inner dl div dt {
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl div dt {
    line-height: 2.167;
    font-size: 2.4rem;
    width: 22.5rem;
    height: 22.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme .inner dl div dt {
    line-height: 1.765;
    font-size: 1.7rem;
    width: 12.9rem;
    height: 12.9rem;
    margin: 0 !important;
  }
}
#top section.theme .inner dl div dt a {
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#top section.theme .inner dl div dt a::after {
  content: "";
  display: block;
  transform: rotate(45deg);
  margin: 0.3rem 0 0 0.75rem;
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl div dt a::after {
    width: 18px;
    height: 18px;
    border: solid 3px;
    border-color: #ffffff #ffffff transparent transparent;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme .inner dl div dt a::after {
    width: 1rem;
    height: 1rem;
    border: solid 0.2rem;
    border-color: #ffffff #ffffff transparent transparent;
  }
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl div dd {
    line-height: 1.667;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme .inner dl div dd {
    line-height: 1.6;
    font-size: 1rem;
  }
}
#top section.theme .inner dl div:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl div:nth-of-type(odd) {
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl div:nth-of-type(even) {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme .inner dl div:nth-of-type(even) {
    align-items: flex-end;
  }
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl div:nth-of-type(1) {
    margin-right: -0.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme .inner dl div:nth-of-type(1) {
    flex-direction: column-reverse;
    margin-right: -0.25rem;
  }
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl div:nth-of-type(2) {
    margin-left: -0.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme .inner dl div:nth-of-type(2) {
    flex-direction: column-reverse;
    margin-left: -0.25rem;
  }
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl div:nth-of-type(3) {
    margin-top: -0.8rem;
    margin-right: -0.3rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme .inner dl div:nth-of-type(3) {
    flex-direction: column;
    margin-top: -0.5rem;
    margin-right: -0.25rem;
  }
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl div:nth-of-type(4) {
    margin-top: -0.8rem;
    margin-left: -0.3rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme .inner dl div:nth-of-type(4) {
    flex-direction: column;
    margin-top: -0.5rem;
    margin-left: -0.25rem;
  }
}
#top section.theme .inner dl div:nth-of-type(1) dt {
  background: url("../images/top/re/01.png") 0 0/100% no-repeat;
}
#top section.theme .inner dl div:nth-of-type(2) dt {
  background: url("../images/top/re/02.png") 0 0/100% no-repeat;
}
#top section.theme .inner dl div:nth-of-type(3) dt {
  background: url("../images/top/re/03.png") 0 0/100% no-repeat;
}
#top section.theme .inner dl div:nth-of-type(4) dt {
  background: url("../images/top/re/04.png") 0 0/100% no-repeat;
}
#top section.theme .inner dl:before {
  content: "テーマ";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 100vmax;
  color: #00816d;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 5;
}
@media screen and (min-width: 751px) {
  #top section.theme .inner dl:before {
    width: 13rem;
    height: 13rem;
    line-height: 1;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.theme .inner dl:before {
    width: 7.4rem;
    height: 7.4rem;
    line-height: 1;
    font-size: 1.3rem;
  }
}
#top section.about {
  background-image: url("../images/top/re/bg_about.png"), linear-gradient(250deg, #49a16f, #29623f);
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width: 751px) {
  #top section.about {
    margin: 0 0 6rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.about {
    margin: 5.5rem 0 4.5rem;
  }
}
@media screen and (min-width: 751px) {
  #top section.about .inner {
    padding: 8rem 0 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.about .inner {
    padding: 2rem 0 2rem;
  }
}
#top section.about .inner h2 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #top section.about .inner h2 {
    margin: 0 0 2.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.about .inner h2 {
    margin: 0 0 2.5rem;
  }
}
#top section.about .inner h2 + p {
  position: relative;
  color: #ffffff;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  #top section.future {
    margin: 0 0 10rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.future {
    margin: 0 0 7rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.future .inner {
    width: 37.5rem;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  #top section.future .inner h2 {
    line-height: 1.841;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 751px) {
  #top section.future .inner h2 + p {
    margin: 0 0 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.future .inner h2 + p {
    margin: 0 0 1rem;
  }
}
#top section.future .inner ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  #top section.future .inner ul {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 750px) {
  #top section.future .inner ul {
    flex-wrap: wrap;
  }
}
#top section.future .inner ul li {
  position: relative;
  background: linear-gradient(135deg, #c3cdd4, #eef6f7);
  color: #00816d;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #top section.future .inner ul li {
    width: 52rem;
    padding: 10rem 0 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.future .inner ul li {
    width: 37.5rem;
    padding: 7rem 0 2rem;
  }
}
@media screen and (min-width: 751px) {
  #top section.future .inner ul li h3 {
    line-height: 0.808;
    font-size: 2.6rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.future .inner ul li h3 {
    line-height: 1.434;
    font-size: 1.5rem;
    margin: 0 0 1.25rem;
  }
}
#top section.future .inner ul li h3 a {
  color: #00816d;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#top section.future .inner ul li h3 a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: solid 3px;
  border-color: #d9b44a #d9b44a transparent transparent;
  transform: rotate(45deg);
  margin: 0.3rem 0 0 0.75rem;
}
@media screen and (min-width: 751px) {
  #top section.future .inner ul li h3 + p {
    line-height: 1.625;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.future .inner ul li h3 + p {
    line-height: 1.319;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.future .inner ul li:nth-child(1) {
    margin: 0 0 1.25rem;
  }
}
#top section.future .inner ul li:nth-child(1)::before {
  content: "";
  display: block;
  background: url("../images/top/re/05.png") 0 0/100% no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  #top section.future .inner ul li:nth-child(1)::before {
    width: 3.4rem;
    height: 4.2rem;
    top: 12%;
  }
}
@media only screen and (max-width: 750px) {
  #top section.future .inner ul li:nth-child(1)::before {
    width: 2.4rem;
    height: 2.9rem;
    top: 15%;
  }
}
#top section.future .inner ul li:nth-child(2)::before {
  content: "";
  display: block;
  background: url("../images/top/re/06.png") 0 0/100% no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  #top section.future .inner ul li:nth-child(2)::before {
    width: 5.3rem;
    height: 4.4rem;
    top: 12%;
  }
}
@media only screen and (max-width: 750px) {
  #top section.future .inner ul li:nth-child(2)::before {
    width: 3.7rem;
    height: 3.05rem;
    top: 15%;
  }
}
#top section.activity {
  background: #f1f1eb;
}
@media screen and (min-width: 751px) {
  #top section.activity {
    padding: 9rem 0 10rem;
    margin: 0 0 6rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.activity {
    padding: 4.5rem 0 4.5rem;
    margin: 0 0 4rem;
  }
}
#top section.activity .inner h2 + p {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #top section.activity .inner h2 + p {
    margin: 0 0 7rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.activity .inner h2 + p {
    margin: 0 0 3.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.activity .inner ul {
    row-gap: 2.5rem;
  }
}
#top section.activity .inner ul a {
  display: block;
}
#top section.activity .inner ul p {
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 8%;
  bottom: 8%;
}
@media screen and (min-width: 751px) {
  #top section.activity .inner ul p {
    line-height: 1.455;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.activity .inner ul p {
    line-height: 1.449;
    font-size: 1.45rem;
  }
}
#top section.news {
  /*
  @include mq(pc) { margin:0 0 divceil(120, 10, rem) }
  @include mq(sp) { margin:0 0 divceil(110, 10, rem) }
  */
}
@media only screen and (max-width: 750px) {
  #top section.news .inner {
    padding: 0;
  }
}
#top section.news .inner ul.tab {
  justify-content: center;
  border-bottom: 1px solid #00816d;
}
#top section.news .inner ul.tab li {
  border: unset;
}
@media screen and (min-width: 751px) {
  #top section.news .inner ul.tab li {
    line-height: 3.05;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #top section.news .inner ul.tab li {
    line-height: 3.042;
    font-size: 1.2rem;
  }
}
#top section.news .inner ul.tab li.active {
  border-bottom: 5px solid #00816d;
}
#top section.news .inner div.tabContent {
  padding: 0;
}
#top section.news .inner div.tabContent dl {
  color: #00816d;
}
#top section.news .inner div.tabContent dl div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 1px solid #00816d;
}
@media screen and (min-width: 751px) {
  #top section.news .inner div.tabContent dl div {
    line-height: 1.334;
    font-size: 1.8rem;
    align-items: center;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 750px) {
  #top section.news .inner div.tabContent dl div {
    line-height: 1.334;
    font-size: 1.05rem;
    align-items: flex-start;
    padding: 1.25rem;
  }
}
#top section.news .inner div.tabContent dl div dt {
  margin: 0 1.25rem 0 0;
}
#top .l1 {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #top .l1 {
    width: 14.3rem;
    height: 14.3rem;
    inset: -2.2rem auto auto 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #top .l1 {
    width: 7.15rem;
    height: 7.15rem;
    inset: -1.25rem auto auto 0;
  }
}
#top .l2 {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #top .l2 {
    width: 14.6rem;
    height: 14.6rem;
    inset: auto -5rem -2rem auto;
  }
}
@media only screen and (max-width: 750px) {
  #top .l2 {
    width: 7.3rem;
    height: 7.3rem;
    inset: auto -2.5rem -1rem auto;
  }
}
#top .l3 {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #top .l3 {
    width: 8.5rem;
    height: 8.5rem;
    inset: auto 5.6rem -5rem auto;
  }
}
@media only screen and (max-width: 750px) {
  #top .l3 {
    width: 4.25rem;
    height: 4.25rem;
    inset: auto 3.25rem -2.5rem auto;
  }
}
#top .l4 {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #top .l4 {
    width: 19.8rem;
    height: 19.8rem;
    inset: -4rem auto auto 0.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #top .l4 {
    width: 9.9rem;
    height: 9.9rem;
    inset: -2rem auto auto 1.25rem;
  }
}
#top .l5 {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #top .l5 {
    width: 20rem;
    height: 20rem;
    inset: -7rem 0 auto auto;
  }
}
@media only screen and (max-width: 750px) {
  #top .l5 {
    width: 7.2rem;
    height: 7.2rem;
    inset: auto 1.5rem -1rem auto;
  }
}
#top .l6 {
  width: 10.3rem;
  height: 10.3rem;
  position: absolute;
  inset: auto auto -3.4rem 6.5rem;
}
@media only screen and (max-width: 750px) {
  #top .l6 {
    display: none;
  }
}
#top .l7 {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #top .l7 {
    width: 20rem;
    height: 20rem;
    inset: -14rem auto auto -21.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #top .l7 {
    width: 7.4rem;
    height: 7.4rem;
    inset: -5.75rem auto auto -0.5rem;
  }
}
#top .l8 {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #top .l8 {
    width: 20rem;
    height: 20rem;
    inset: -4.5rem auto auto -17rem;
  }
}
@media only screen and (max-width: 750px) {
  #top .l8 {
    width: 7.4rem;
    height: 7.4rem;
    inset: 0 auto auto 2.5rem;
  }
}
#top .l9 {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #top .l9 {
    width: 20rem;
    height: 20rem;
    inset: auto -10.5rem 4rem auto;
  }
}
@media only screen and (max-width: 750px) {
  #top .l9 {
    width: 6.2rem;
    height: 6.2rem;
    inset: 1.25rem -0.75rem auto auto;
  }
}
#top .l10 {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #top .l10 {
    width: 20rem;
    height: 20rem;
    inset: auto -13.5rem -7.5rem auto;
  }
}
@media only screen and (max-width: 750px) {
  #top .l10 {
    width: 6.25rem;
    height: 6.25rem;
    inset: 4.9rem -2rem auto auto;
  }
}

/* ------------------
	スライダー
--------------------- */
.mvSlider {
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 751px) {
  .mvSlider {
    height: 68rem;
    max-height: 680px;
  }
}
@media only screen and (max-width: 750px) {
  .mvSlider {
    height: 37.9rem;
  }
}
.mvSlider .slider {
  display: none;
}
.mvSlider .slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}
.mvSlider .slick-slide {
  text-align: center;
}
.mvSlider .slick-slide img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.mvSlider .slick-list, .mvSlider .slick-track {
  height: 100%;
}

.titleBlock .ttl {
  font-size: 4rem;
  font-weight: bold;
  color: #00816d;
  line-height: 1.5;
}
.titleBlock .lead {
  font-size: 1.8rem;
  line-height: 2;
  padding-top: 20px;
}
.titleBlock.white * {
  color: #fff;
}

.flexBox.reverse {
  flex-flow: row-reverse;
  justify-content: space-between;
}
.flexBox.reverse .text {
  text-align: right;
}
.flexBox.reverse .moreBtn {
  left: inherit;
  right: 0;
}

.infoArea {
  padding: 2.5rem 0 4rem;
}
.infoArea .tab li {
  flex-direction: column;
}
.infoArea .tab .moreBtn {
  margin-top: 12px;
}
.infoArea .tab .moreBtn .btnPink {
  background: #e8859c;
  padding: 7px 26px;
  color: #fff;
}
.infoArea .infoList li {
  display: flex;
  line-height: 1.2;
  margin-bottom: 26px;
}
.infoArea .infoList li:last-child {
  margin-bottom: 0;
}
.infoArea .infoList li .date {
  width: 106px;
  margin-right: 15px;
}
.infoArea .infoList li .item {
  float: left;
}
.infoArea .infoList li .item img {
  margin: 1px 0 0 3px;
  position: relative;
  top: 2px;
  width: 40px;
}
.infoArea .infoList li .item a {
  color: #00816d;
}
.infoArea .infoList li .item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.infoArea .infoList.topics li p:first-child {
  width: 106px;
  margin-right: 15px;
}
.infoArea .infoList.topics li p:nth-child(2) {
  float: left;
}
.infoArea .infoList.topics li p:nth-child(2) img {
  margin: 1px 0 0 3px;
  position: relative;
  top: 2px;
}
.infoArea .infoList.topics li p:nth-child(2) a {
  color: #00816d;
}
.infoArea .infoList.topics li p:nth-child(2) a:hover {
  opacity: 1;
  text-decoration: underline;
}
.infoArea .infoList.news li strong {
  width: 106px;
  margin-right: 15px;
}
.infoArea .infoList.news li span {
  float: left;
}
.infoArea .infoList.news li span img {
  margin: 1px 0 0 3px;
  position: relative;
  top: 2px;
}
.infoArea .infoList.news li span a {
  color: #00816d;
}
.infoArea .infoList.news li span a:hover {
  opacity: 1;
  text-decoration: underline;
}
.infoArea .topicsSlider {
  margin: auto;
}
.infoArea .topicsSlider li {
  width: 350px;
  margin: 0 7px;
}
.infoArea .topicsSlider li:hover {
  opacity: 0.8;
}

.foodsArea {
  padding: 4rem 0;
}
.foodsArea .foodsSlider li {
  margin: 0 18px;
}
.foodsArea .foodsSlider li:hover {
  opacity: 0.8;
}

.colArea .flexBox {
  position: relative;
}
.colArea .moreBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 260px;
}

.columnArea {
  padding: 2.5rem 0 4rem;
}
.columnArea .individualLink.two {
  justify-content: center;
}
.columnArea .individualLink.two .item {
  width: calc(350 / 1080 * 100%);
}
.columnArea .individualLink.two .item:nth-child(2) {
  margin-left: calc(17 / 1080 * 100%);
}
.columnArea .individualLink .item .text {
  letter-spacing: -0.05em;
}
.columnArea .individualLink .images.thum {
  position: relative;
}
.columnArea .individualLink .images.thum .point {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100px;
}

.qaArea {
  padding: 4rem 0 5rem;
}
.qaArea .flexBox {
  justify-content: space-between;
}
.qaArea ul {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  justify-content: center;
  margin: 0 auto;
}
.qaArea ul li {
  margin-left: 6%;
  margin-bottom: 40px;
}
.qaArea ul li:nth-child(1), .qaArea ul li:nth-child(4) {
  margin-left: 0;
}
.qaArea ul li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
.qaArea ul li a {
  border: 8px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.44;
  width: 202px;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}

.laboArea {
  padding: 8rem 0;
}
.laboArea .laboLink .linkBtn .btn {
  border: 1px solid #00816d;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 14px calc(66 / 1080 * 100%) 14px 128px;
  position: relative;
  height: 90px;
  width: 524px;
}
.laboArea .laboLink .linkBtn .btn::before {
  position: absolute;
  content: "";
  bottom: 0;
}
.laboArea .laboLink .linkBtn .tag {
  color: #fff;
  width: 106px;
  padding: 10px;
  text-align: center;
  margin-right: 25px;
}
.laboArea .laboLink .linkBtn .txt {
  color: #00816d;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.laboArea .laboLink .linkBtn.general .btn::before {
  background: url(../images/top/img_general.png) no-repeat left bottom;
  background-size: cover;
  width: 84px;
  height: 103px;
  left: 24px;
}
.laboArea .laboLink .linkBtn.general .tag {
  background: #f7a9bb;
}
.laboArea .laboLink .linkBtn.teacher .btn::before {
  background: url(../images/top/img_teacher.png) no-repeat left bottom;
  background-size: cover;
  width: 96px;
  height: 101px;
  left: 24px;
}
.laboArea .laboLink .linkBtn.teacher .tag {
  background: #a77dc8;
}
.laboArea .laboLink .linkBtn.specialty .btn::before {
  background: url(../images/top/img_specialty.png) no-repeat left bottom;
  background-size: cover;
  width: 102px;
  height: 100px;
  left: 14px;
}
.laboArea .laboLink .linkBtn.specialty .tag {
  background: #00a0af;
}
.laboArea .laboLink .linkBtn + .linkBtn {
  margin-top: 22px;
}

.userArea {
  padding: 4rem 0 4rem;
}
.userArea .flexBox {
  justify-content: space-between;
}
.userArea .images {
  max-width: 540px;
}

.aboutArea {
  padding: 4rem 0 4rem;
}
.aboutArea .booksLink {
  display: flex;
  text-align: center;
  width: 630px;
}
.aboutArea .booksLink .linkBtn {
  margin-right: 30px;
}
.aboutArea .booksLink .linkBtn .inBtn {
  width: 190px;
  color: #fff;
  background: #00816d;
  border-radius: 25px;
  padding: 14px 10px;
  text-align: center;
  margin: 30px auto 0;
}
.aboutArea .booksLink .link {
  width: 300px;
  background: #fff;
  border-radius: 20px;
  padding: 25px 10px;
  display: block;
}
.aboutArea .booksLink .images {
  width: 152px;
  margin: 0 auto 15px;
}

@media only screen and (max-width: 750px) {
  .individualLink .item .images {
    width: calc(530 / 670 * 100%);
    margin: auto;
  }
  .individualLink .item:nth-child(n+2) {
    margin-top: 29px;
  }
  .titleBlock {
    text-align: center;
  }
  .titleBlock .ttl {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .titleBlock .lead {
    font-size: 1.5rem;
    line-height: 1.53;
  }
  .infoArea {
    padding: 20px 0 50px;
  }
  .infoArea .tab .moreBtn {
    margin-top: 8px;
  }
  .infoArea .tab .moreBtn .btnPink {
    padding: 5px;
    font-size: 1.2rem;
  }
  .infoArea .infoList li {
    display: block;
    margin-bottom: 20px;
  }
  .infoArea .infoList li .date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .infoArea .infoList li .item {
    float: none;
  }
  .infoArea .infoList li .item img {
    top: 4px;
  }
  .infoArea .infoList.topics li p:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .infoArea .infoList.topics li p:nth-child(2) {
    float: none;
  }
  .infoArea .infoList.topics li p:nth-child(2) img {
    top: 4px;
  }
  .infoArea .infoList.news li strong {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    display: block;
  }
  .infoArea .infoList.news li span {
    float: none;
  }
  .infoArea .infoList.news li span img {
    top: 4px;
  }
  .infoArea .topicsSlider {
    width: 85%;
    margin: auto;
  }
  .infoArea .topicsSlider li img {
    margin: auto;
  }
  .colArea .moreBtn {
    position: static;
    width: 223px;
    margin: auto;
  }
  .foodsArea {
    padding: 50px 0 45px;
  }
  .foodsArea .foodsSlider .slick-slide img {
    margin: auto;
  }
  .columnArea {
    padding: 50px 0;
  }
  .columnArea .individualLink {
    display: block;
  }
  .columnArea .individualLink.two .item {
    width: 100%;
  }
  .columnArea .individualLink.two .item:nth-child(2) {
    margin-left: 0;
  }
  .columnArea .individualLink.three .item {
    width: 100%;
    margin-top: 20px;
  }
  .columnArea .individualLink .images.thum .point {
    width: 70px;
  }
  .qaArea {
    padding: 45px 0 50px;
  }
  .qaArea ul {
    justify-content: space-between;
    width: calc(658 / 710 * 100%);
  }
  .qaArea ul li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .qaArea ul li:nth-last-of-type(-n+3) {
    margin-bottom: 20px;
  }
  .qaArea ul li a {
    border: 4px solid #fff;
    font-size: 1.5rem;
    width: 152px;
    height: 152px;
  }
  .laboArea {
    padding: 45px 0;
  }
  .laboArea .laboLink .linkBtn .btn {
    border-radius: 10px;
    padding: 8px calc(28 / 670 * 100%) 8px 82px;
    min-height: 72px;
    height: auto;
    width: 100%;
  }
  .laboArea .laboLink .linkBtn .tag {
    width: 53px;
    padding: 10px 5px;
    margin-right: 4%;
    line-height: 1.35;
    flex-shrink: 0;
  }
  .laboArea .laboLink .linkBtn .txt {
    font-size: 1.6rem;
  }
  .laboArea .laboLink .linkBtn.general .btn::before {
    width: 64px;
    height: 78px;
    left: 2%;
  }
  .laboArea .laboLink .linkBtn.teacher .btn::before {
    width: 72px;
    height: 76px;
    left: 2%;
  }
  .laboArea .laboLink .linkBtn.specialty .btn::before {
    width: 77px;
    height: 76px;
    left: 1%;
  }
  .laboArea .laboLink .linkBtn + .linkBtn {
    margin-top: 22px;
  }
  .userArea {
    padding: 45px 0 48px;
  }
  .aboutArea {
    padding: 50px 0;
  }
  .aboutArea .booksLink {
    justify-content: space-between;
    width: 100%;
  }
  .aboutArea .booksLink .linkBtn {
    margin-right: 0;
    width: calc((100% - 15px) / 2);
    border-radius: 20px;
    background: #fff;
  }
  .aboutArea .booksLink .linkBtn .inBtn {
    width: calc(255 / 300 * 100%);
    border-radius: 25px;
    padding: 14px 10px;
    margin: 30px auto 0;
  }
  .aboutArea .booksLink .link {
    width: 100%;
    border-radius: 20px;
    padding: 25px 10px;
  }
  .aboutArea .booksLink .images {
    width: calc(255 / 320 * 100%);
  }
}
@media only screen and (min-width: 361px) and (max-width: 560px) {
  .qaArea ul {
    justify-content: center;
  }
  .qaArea ul li:nth-child(even) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 379px) {
  .qaArea ul {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .qaArea ul {
    justify-content: center;
  }
}
/* ------------------
	You Tubeコラボ　2022年10月
--------------------- */
.collaborationArea {
  padding: 70px 0 30px;
}
.collaborationArea .inner {
  max-width: 1340px;
}
.collaborationArea .box {
  background: #00816d;
  border-radius: 20px;
  padding: 30px 16px;
  text-align: center;
  color: #fff;
  width: calc(645 / 1320 * 100%);
}
.collaborationArea .box .txtBlock .ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}
.collaborationArea .box .txtBlock .txt {
  font-size: 1.8rem;
  padding-bottom: 14px;
  line-height: 1.4;
}
.collaborationArea .box.comson {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  color: #00816d;
  background: #f2f2f2;
}
.collaborationArea .box.comson p {
  line-height: 2.2;
  font-weight: bold;
}
.collaborationArea .box .movieBox {
  max-width: 500px;
  margin: 15px auto 0;
}
.collaborationArea .box .movieBox .movieInner {
  padding-top: 0;
}

@media only screen and (max-width: 750px) {
  .collaborationArea {
    padding: 50px 0 30px;
  }
  .collaborationArea .box {
    border-radius: 15px;
    padding: 20px 16px;
    width: 100%;
  }
  .collaborationArea .box.comson {
    font-size: 2rem;
    min-height: 220px;
  }
  .collaborationArea .box .txtBlock .ttl {
    font-size: 2rem;
  }
  .collaborationArea .box .txtBlock .txt {
    font-size: 1.5rem;
    padding-bottom: 10px;
    line-height: 1.53;
  }
  .collaborationArea .box .movieBox {
    width: 100%;
  }
}
.maintenance p:nth-of-type(1) {
  font-size: 2.4rem;
  line-height: 1.4;
}
.maintenance p:nth-of-type(2) {
  font-size: 2.4rem;
}

@media only screen and (max-width: 750px) {
  .maintenance p:nth-of-type(1) {
    font-size: 2rem;
  }
  .maintenance p:nth-of-type(2) {
    font-size: 1.8rem;
  }
}</pre></body></html>