@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  box-sizing: border-box;
}

header .container {
  display: flex;
  height: 100px;
  align-items: center;
}
header .container .logo {
  width: 25%;
  max-width: 100px;
}
header .container nav {
  width: 100%;
}
header .container nav ul {
  display: flex;
  justify-content: space-between;
}
header .container nav ul li {
  width: 100%;
  text-align: center;
}

.container {
  max-width: 80%;
  /*max-width: $main_width;*/
  margin: 0 auto;
}

section {
  padding: 72px 0 72px 0;
}

/*@import "design";*/
@media screen and (max-width: 767px) {
  header article {
    display: block;
  }
  header article #g-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #333;
  }
  header article #g-menu span, header article #g-menu span:before, header article #g-menu span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ccc;
    position: absolute;
  }
  header article #g-menu span:before {
    bottom: 8px;
  }
  header article #g-menu span:after {
    top: 8px;
  }
  header article nav#global.active #g-menu span {
    background-color: rgba(255, 255, 255, 0);
  }
  header article nav#global.active #g-menu span:before {
    bottom: 0;
    transform: rotate(45deg);
  }
  header article nav#global.active #g-menu span:after {
    top: 0;
    transform: rotate(-45deg);
  }
  header article nav#global ul {
    display: none;
  }
  header article nav#global.active ul {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: #e2e2e2;
    margin: 0;
  }
}
ul {
  padding-inline-start: unset;
}

header {
  position: absolute;
  right: 0;
  left: 0;
  /*top: 4vw;*/
}
header .container nav ul li {
  max-width: 230px;
  aspect-ratio: 307/201;
  background-image: url("../img/2x/cloud@2x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5%;
  /* --- 1250px以下 --- */
  /* --- 1024px以下 --- */
  /* --- 960px以下 --- */
  /* --- 769px以下 --- */
  /* --- 768px以下（スマホ：縦並び推奨） --- */
}
header .container nav ul li .label {
  height: 23px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1250px) {
  header .container nav ul li li {
    min-width: 210px;
  }
  header .container nav ul li .label {
    min-width: 150px;
  }
}
@media (min-width: 1024px) {
  header .container nav ul li li {
    min-width: 170px;
  }
  header .container nav ul li .label {
    min-width: 100px;
  }
}
@media (min-width: 960px) {
  header .container nav ul li li {
    min-width: 100px;
  }
  header .container nav ul li .label {
    min-width: 100px;
  }
}
@media (min-width: 769px) {
  header .container nav ul li li {
    max-width: 90px;
  }
  header .container nav ul li .label {
    max-width: 145px;
  }
}
@media (max-width: 768px) {
  header .container nav ul li ul {
    flex-direction: column;
    align-items: center;
  }
  header .container nav ul li li {
    max-width: 280px; /* スマホで見やすい大きさに拡大 */
    margin-bottom: 15px;
  }
  header .container nav ul li .label {
    max-width: 57px;
  }
}

.TOP {
  padding: 0;
  background-color: #CCF2FF;
}

.concept {
  background-color: #FDFFB0;
}
.concept .title {
  padding: 0 0 5% 0;
}
.concept .sentence {
  display: flex;
  justify-content: center;
  align-items: center;
}
.concept .wrapper {
  padding-top: 5%;
}
.concept .wrapper .description {
  padding-left: 42%;
}
.concept .wrapper .description b {
  display: inline-block;
  margin-top: 1em; /* ← これが「1行分の空き」 */
}
.concept .wrapper .card {
  display: flex;
  /* .thumb{
    width: 42%; 
  }*/
}
.concept .wrapper .card .time {
  padding: 5% 5% 5% 20%;
}

.gallery {
  background: color #fff;
}

.container {
  display: flex;
  flex-direction: column;
}

.title {
  padding: 0 0 2% 0;
}

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* ピンク背景 */
  /* イエロー背景 */
  /* 青背景 */
}
.items .item {
  position: relative;
  width: 100%;
  padding: 20px; /* 必要に応じて調整 */
  margin: 15px 0;
  /*min-height: 200px; /* ←これがないと背景が表示されません */
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 33%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.items .bg-pink {
  background-image: url("../img/SVG/pink.svg");
}
.items .bg-yellow {
  background-image: url("../img/SVG/yellow.svg");
}
.items .bg-blue {
  background-image: url("../img/SVG/blue.svg");
}

.access {
  background-color: #FFE6F7;
}
.access .container .wrapper .thumb {
  display: flex;
  justify-content: center;
  margin: 5%;
}
.access .container .wrapper .description {
  text-align: center;
}
.access .container .wrapper a {
  text-decoration: none;
  color: #000; /* 黒色 */
  text-decoration: underline; /* 下線 */
}
.access .container .wrapper .icon {
  display: flex;
  justify-content: center;
  margin: 3%;
  cursor: pointer;
}

/* モーダル背景 */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

/* モーダルコンテンツ */
.modal-content {
  background: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  animation: fadeIn 0.3s ease;
}

.modal-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

.modal-content h2 {
  font-size: 1.4em;
  color: #8B5E3C;
  margin-bottom: 10px;
}

.modal-content p {
  color: #333;
  line-height: 1.6;
  font-size: 0.95em;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover {
  color: #bbb;
}

/* item をモーダルでも同じ見た目で表示 */
#modal-inner .item {
  width: 100%;
  min-height: 240px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* フェードイン */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/*.close:hover {
  color: #bbb;
}*//*# sourceMappingURL=style.css.map */