@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Quicksand:wght@600..700&display=swap');

:root {
  --text-color: #231815;
  --text-hover: #6b6a69;
  --main-font: "Quicksand","Kosugi Maru", sans-serif;
  --font-size: 16px;
  --line-heigt: 1.5;
  --weight-normal: normal;
  --weight-bold: bold;
  --color-blue: #81C4D3;
  --color-gray: #565656;
  --color-lightgray: #d8d8d8;
  --color-orange: #EC6C16;
  --color-green: #1DAB39;
  --cont-margin-bottom: clamp(2.5rem, 1.307rem + 5.09vw, 3.75rem);
}

html,body {
  scroll-behavior: smooth;
  font-family: var(--main-font);
  font-weight: var(--weight-normal);
  line-height: 1.5;
  font-size: var(--font-size);
  box-sizing: border-box;
}
body {
  background: url("../img/bg.png") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: var(--text-color);
}

a {
  text-decoration:none;
  color: var(--text-color);
  &:visited {
  color: var(--text-color);
  }
  &:hover {
    color: var(--text-hover);
  }
  &.imgHover:hover {
    filter: contrast(120%);
  }
}
.imgFull {
  width: 100%;
}
.showPC {
  display: block;
  @media (width < 600px) {
    display: none;
  }
}
.showSP {
  display: none;
  @media (width < 600px) {
    display: block;
  }
}
.contBox {
  width: min(100%,560px);
  margin: 0 auto var(--cont-margin-bottom);
  padding: 0 20px;
}
.headLine {
  width: fit-content;
  padding: clamp(0.625rem, 0.386rem + 1.02vw, 0.875rem) 40px 12px;
  margin: 0 auto 40px;
  border-radius: 24px;
  background: var(--color-blue);
}
.textMargin {
  margin-bottom: 15px;
}
.deco {
  position: absolute;
}
.btn,
.btn--small{
  display: block;
  padding: 14px 30px 12px;
  width: fit-content;
  border-radius: 10px;
  background: #DEC335;
  font-size: 1.2rem;
  span {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-left: 5px;
    width: 16px;
  }
}
.btn--small {
  padding: 8px 10px 6px;
  border-radius: 8px;
  font-size: 0.9rem;
  span {
    top: -4px;
    margin-left: 5px;
    width: 16px;
  }
}
/*layout ------------------------------------------*/
.wrap {
  position: relative;
  width: clamp(375px, 100vw, 768px);
  margin: 0 auto;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  background: url("../img/bg_loop.jpg") repeat-y;
  background-size: 100%;
}
.bg__img {
	position: fixed;
	top: 10px;
	left: 30px;
	@media (width < 1250px) {
		left: 10px;
		width: 90px;
	}
	@media (width < 1000px) {
		display: none;
	}
}
header {
  margin-bottom: var(--cont-margin-bottom);
  padding: clamp(17.5rem, -1.584rem + 81.42vw, 37.5rem) 20px 0;
  background: url("../img/bg_mv.png") no-repeat;
  background-size: 100%;
  text-align: center;
  h1{
    width: 75%;
    margin: 0 auto clamp(1.875rem, 0.086rem + 7.63vw, 3.75rem);
  }
}
.tit__message {
  font-size: clamp(1.125rem, 1.006rem + 0.51vw, 1.25rem);
  line-height: 1.8;
  color: #FFF;
  @media (width < 600px) {
    padding: 0 30px;
    text-align: left;
  }
}
main {
  width: 100%;
  margin: 0 auto;
}
.news {
  position: relative;
  padding: 30px;
  background: url("../img/bg_news.png") repeat-y;
  background-size: 100%;
  border-radius: 30px;
}
.news__title {
  img {
    width: clamp(5.5rem, 4.307rem + 5.09vw, 6.75rem);
  }
}
.news__list {
  li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    @media (width < 600px) {
      font-size: 0.9rem;
    }
    &::before {
      position: absolute;
      top: 5px;
      left: 0;
      display: block;
      width: 15px;
      height: 15px;
      background-size: contain;
      content: "";
    }
    span {
      display: block;
      color: var(--color-gray);
    }
  }
}
.news__item--red {
  &::before {
    background: url("../img/icon_red.png") repeat-y;
  }
}
.news__item--blue {
  &::before {
    background: url("../img/icon_blue.png") repeat-y;
  }
}
.news__item--yellow {
  &::before {
    background: url("../img/icon_yellow.png") repeat-y;
  }
}
.news__item--pink {
  &::before {
    background: url("../img/icon_pink.png") repeat-y;
  }
}
.news__item--green {
  &::before {
    background: url("../img/icon_green.png") repeat-y;
  }
}
.news__deco--momonga {
  top: -2%;
  right: -5%;
  width: clamp(5.5rem, -4.188rem + 41.33vw, 11.313rem);
}
.news__deco--bambi {
  bottom: -2%;
  left: -8%;
  width: clamp(2.75rem, -0.583rem + 14.22vw, 4.75rem);
}
.greeting {
  position: relative;
  padding: 60px 0 50px;
  background: url("../img/bg_greeting.png") no-repeat;
  background-position: top center;
  background-size: cover;
  @media (width < 600px) {
    background: url("../img/bg_greeting_sp_top.svg") ,url("../img/bg_greeting_sp_bottom.svg") ;
    background-repeat: no-repeat;
    background-position: top center , bottom center;
  }
}
.greeting__title {
  img {
    width: clamp(6.875rem, 5.384rem + 6.36vw, 8.438rem);
  }
}
.greeting__inner {
  padding: 0 40px 0;
  @media (width < 600px) {
    background: #FFF;
  }
}
.greeting__name {
  text-align: center;
  font-size: 0.9rem;
  font-weight: var(--weight-bold);
  @media (width < 600px) {
    text-align: right;
  }
  span {
    font-size: 0.8rem;
  }
}
.greeting__deco--bird {
  top: 0;
  right: -24px;
  width: clamp(8.75rem, 1.415rem + 31.3vw, 16.438rem);
}
.greeting__deco--butterfly {
  bottom: 0;
  left: 0;
  width: clamp(4.438rem, 3.125rem + 5.6vw, 5.813rem);
  @media (width < 600px) {
    left: -20px;
  }
}
.greeting__deco--bambi {
  bottom: -30px;
  right: 0;
  width: 32px;
  @media (width < 600px) {
    display: none;
  }
}
.sdgs {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
  @media (width < 600px) {
    padding-bottom: 130px;
  }
}
.sdgs__title {
  img {
    width :clamp(12.375rem, 9.274rem + 13.23vw, 15.625rem);
  }
}
.sdgs__message {
  font-size: clamp(1rem, 0.881rem + 0.51vw, 1.125rem);
  text-align: center;
  color: #FFF;
  @media (width < 600px) {
    padding: 0 60px;
    text-align: left;
  }
  span {
    font-size: 0.9rem;
  }
}
.sdgs__message {
  margin-bottom: 30px;
}
.sdgs__list {
  position: relative;
  padding: 100% 20px 0;
  background: url("../img/bg_sdgs.png") no-repeat center center;
  background-size: 55.5%;
  @media (width < 600px) {
    padding-top: 120%;
    background: url("../img/bg_sdgs_sp.png") no-repeat center 40px;
    background-size: 80%;
  }
}
.sdgs__item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 34.4%;
  .btn--small {
    position: absolute;
    bottom: 10px;
    @media (width < 600px) {
      bottom: 0px;
    }
  }
  @media (width < 600px) {
    width: 48%;
  }
}
.sdgs__item--01 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  @media (width < 600px) {
    top: 0;
    left: 0;
    transform: translateX(0);
  }
}
.sdgs__item--02 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  @media (width < 600px) {
    top: 0;
    right: 0;
    transform: translateY(0);
  }
}
.sdgs__item--03 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  @media (width < 600px) {
    bottom: 0;
    left: 100%;
    transform: translateX(-100%);
  }
}
.sdgs__item--04 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  @media (width < 600px) {
    top: 100%;
    left: 0;
    transform: translateY(-100%);
  }
}
.sdgs__detail {
  display: none;
  padding: 15px;
  h4 {
    margin-bottom: 10px;
    font-weight: var(--weight-bold);
  }
}
.detail__headline {
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 0.784rem + 3.05vw, 2.25rem);
  color: var(--color-orange);
}
.detail__list {
  padding-top: 20px;
  border-top: 1px dotted var(--color-gray);
  li {
    padding-left: 20px;
  }
}
.detail__item {
  display: flex;
  position: relative;
  margin-bottom: 15px;
  gap: 15px;
  dt {
    position: relative;
    width: 100px;
    padding-left: 20px;
  }
  dt::before,&::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--text-color);
    border-radius: 4px;
  }
  dd {
    flex: 1;
  }
}
.detail__text {
  margin-bottom: 20px;
}
.sdgs__deco--bear {
  top: 250px;
  left: 100px;
  width: 70px;
  @media (width < 600px) {
    display: none;
  }
}
.deco__sdgs--bottom {
  width: 100%;
  bottom: -50px;
  left: 0;
}
.gallery__title {
  img {
    width: clamp(11.938rem, 8.836rem + 13.23vw, 15.188rem);
  }
}
.gallery {
  position: relative;
  background: url("../img/bg_gallery.png") repeat-y left top;
  background-size: 100%;
  padding: 50px 20px 50px;
  text-align: center;
  .btn {
    margin: 0 auto;
  }
}
.gallery__list {
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 20px 8px;
  align-items: center;
  justify-content: space-between;
}
.gallery__subtitle {
  margin-bottom: 30px;
  img {
    @media (width < 600px) {
      width: 80%;
    }
  }
  span {
    display: block;
    margin-top: 20px;
    font-size: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
  }
}
.gallery__deco--butterfly {
  top: 100px;
  left: 50px;
  width: clamp(3.313rem, 1.464rem + 7.89vw, 5.25rem);
  @media (width < 600px) {
    left: 10px;
  }
}
.gallery__deco--bambi {
  top: 250px;
  right: 60px;
  width: clamp(1.563rem, 0.668rem + 3.82vw, 2.5rem);
  @media (width < 600px) {
    top: 200px;
    right: 20px;
  }
}
.deco__gallery--bottom {
  width: 100%;
  bottom: -30px;
  left: 0;
}
.banner {
  padding-top: 70px;
}
.banner__title {
  margin-top: 80px;
  img {
    width: clamp(15.125rem, 11.249rem + 16.54vw, 19.188rem);
  }
}
.banner__item {
  margin-bottom: 40px;
}
.photo {
  padding: 60px 0 30px;
}
.photo__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding-bottom: 15px;
  overflow-x: scroll;
  &::-webkit-scrollbar {
    height: 12px;
  }
  &::-webkit-scrollbar-thumb {
    background: var(--color-green);
    border-radius: 8px;
  }
  &::-webkit-scrollbar-track {
    background: var(--color-lightgray);
    border-radius: 8px;
  }
}
.photo__item {
  width: 90%;
  flex-shrink: 0;
}
.contact {
  color: #FFF;
  text-align: center;
}
.contact__title {
  img {
    width: clamp(5.375rem, 4.063rem + 5.6vw, 6.75rem);
  }
}
.contact__list {
  dt {
    font-size: clamp(1.125rem, 1.006rem + 0.51vw, 1.25rem);
    margin-bottom: 20px;
  }
  dd {
    margin: 0 auto 10px;
    font-size: clamp(0.875rem, 0.636rem + 1.02vw, 1.125rem);
  }
  .contact__item--tel,
  .contact__item--mail {
    width: 220px;
    position: relative;
    padding-left: 40px;
    text-align: left;
    font-size: clamp(1rem, 0.761rem + 1.02vw, 1.25rem);
    &::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 27px;
      height: 22px;
    }
  }
  .contact__item--tel {
    &::before {
      content: url("../img/ico_tel.png");
    }
  }
  .contact__item--mail {
    &::before {
      content: url("../img/ico_mail.png");
    }
  }
}
footer {
  padding-bottom: 100px;
  position: relative;
  text-align: center;
}
.footer__logo {
  margin: 0 auto;
  width: 60%;
}
.deco__footer {
  bottom: 0;
  left: 0;
}

/*fede_animation ------------------------------------------*/
.fade-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}