body { font-family:  'Roboto', 'Noto Sans JP', sans-serif; }

.gradient-text-pink-blue {
  background: linear-gradient(to right, #ff7faa, #00b2f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text-cyan-indigo {
  background: linear-gradient(to right, #00d1ff, #4914f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn-gradient-cyan {
  background: linear-gradient(129deg, #00d1ff 74%, #4914f5 112%);
}

.btn-gradient-pink {
  background: linear-gradient(to right, #ff7faa, #00b2f3);
}

.section-title-divider {
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
}

.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 50;
}

.card-border {
  border: 1px solid #824800;
}

.grid-container {
  display: grid;
}

.nowrap {
  white-space: nowrap;
}
/* ヘッダー */
.ws-header {
  margin-top: 50px;
}

#header-block .title-text {
  padding-left: 15px;
  padding-right: 15px;
}

.img-area.top-img .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #header-block h1 {
    font-size: 40px;
  }
  #header-block .sub-title {
	  font-size: 30px;
    line-height: 1em;
  }
  .img-area.top-img {
    overflow: hidden;
    width: 730px;
    height: 540px;
    margin: 0 auto;
	  margin-top: -35px;
  }
}

@media screen and (max-width: 767px) {
  #header-block h1 {
    font-size: 26px;
  }
  #header-block .sub-title {
	  font-size: 20px;
    line-height: 1em;
  }
  .img-area.top-img {
    overflow: hidden;
    max-width: 730px;
    margin: 0 auto;
	  margin-top: -10px;
  }
}

/* nav */

.sticky-nav {
	container-type: inline-size;
	container-name: navside;
  padding-left: 5px;
  padding-right: 5px;
}

@container navside (min-width: 1300px) {
	.nav-block {
		max-width: 1170px;
		width: 100%;
		margin: 0 auto;
	}
}
@container navside (max-width: 1299px) and (min-width: 769px) {
	.nav-block {
		max-width: 1170px;
		/* width: 100%; */
		margin: 0 65px;
	}
}
@media screen and (min-width: 768px) {
  .sticky-nav a {
    font-size: 18px;
  }
  .sticky-nav .page-list {
    gap: 30px;
  }
  .nav-block {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav a {
    font-size: 16px;
  }
  .sticky-nav .page-list {
    gap: 15px;
  }
  .nav-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* main */


p {
	text-align: justify;
}

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

.main-contents {
  padding-top: 45px;
}

section#story p {
  max-width: 495px;
}

.margin-center {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-title-divider {
  	padding-top: 12px;
  	padding-bottom: 12px;
  	margin-bottom: 60px;
  }
  section {
    scroll-margin-top: 80px;
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .section-title-divider {
  	padding-top: 12px;
  	padding-bottom: 12px;
  	margin-bottom: 30px;
  }
  section {
    scroll-margin-top: 80px;
    padding-bottom: 60px;
  }
}
/* overview */
section .section-title-divider h2 {
  line-height: 1em;
}

.time-list p {
  line-height: 1em;
  text-align: left;
}

section#overview .detail-block > p {
    line-height: 1.7em;
  }
@media screen and (min-width: 768px) {
  section#overview .detail-block > p {
    margin-bottom: 60px;
  }
  section .section-title-divider h2 {
   font-size: 35px;
   font-weight: 700;
  }
  section#overview p.text-1816 {
    font-size: 18px;
    font-weight: 700;
  }
  section#overview p.text-1816-sub {
    font-size: 18px;
  }
  section#overview p.text-3521 {
    font-size: 35px;
    font-weight: 700;
  }
  section#overview .time-list {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  section#overview .detail-block > p {
    margin-bottom: 30px;
  }
  section .section-title-divider h2 {
    font-size: 24px;
  }
  section#overview p.text-1816,
  section#overview p.text-1816-sub{
    font-size: 16px;
  }
  section#overview p.text-3521 {
    font-size: 21px;
    font-weight: 700;
  }
  section#overview .time-list {
    gap: 20px;
  }
  section#overview .px-5 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* program */
section#program .line {
  position: relative;
  padding-bottom: 60px;
}

section#program .line p{
  line-height: 1em;
}
section#program .custom-gap {
  gap: 30px;
}
@media screen and (min-width: 768px) {
  section#program .section-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  section#program .circle-svg {
    width: 80px;
    height: 80px;
  }
  section#program .text-6836 {
    font-size: 68px;
  }
  section#program .line > div > div{
    gap: 35px;
  }
  section#program .line > div {
    gap: 70px;
  }
  section#program .line::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 230px;
    background: linear-gradient(to top, #ff7faa, #00b2f3);
    top: 70px;
    left: 38px;
  }
  section#program .text-1916 {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  section#program .px-8,
  section#apply .px-8 {
    padding-left: 0;
    padding-right: 0;
  }
  section#program .circle-svg {
    width: 40px;
    height: 40px;
  }
  section#program .text-6836 {
    font-size: 36px;
  }
  section#program .line > div > div{
    gap: 15px;
  }
  section#program .line > div {
    gap: 40px;
  }
  section#program .line::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 215px;
    background: linear-gradient(to top, #ff7faa, #00b2f3);
    top: 30px;
    left: 18px;
  }
  section#program .text-1916 {
    font-size: 16px;
  }
  section#program .text-35px {
    font-size: 21px;
  }
}
/* story */
@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
  section#story .px-8 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* storyteller */

.card {
	max-width: 530px;
	width: 100%;
	margin: 0 auto;
}

#iida_makoto .img-area img {
  max-width: 100% !important;
  width: 200%;
  height: 220%;
  object-position: center 30%;
  position: relative;
  margin-top: -40px;
}
#amo .img-area img {
  max-width: 430px;
  width: 100%;
}
section#storyteller #iida_makoto .img-area {
  max-width: 200px;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.card .detail-text {
  max-width: 495px;
  width: 100%;
}
section#storyteller a {
  max-width: 260px;
  width: 100%;
  height: 50px;
}

.card-list .card .card-inner.grid-container {
  justify-items: center;
}
#amo .card-inner.grid-container {
  gap: 30px;
}
.botann-area.grid-container {
  justify-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card-list {
    display: grid;
    row-gap: 100px;
  }
  section#storyteller .detail-text,
  section#graphic-recording .detail-text {
    font-size: 18px;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .card-list {
    display: grid;
    row-gap: 30px;
  }
  section#storyteller .text-23px,
  section#graphic-recording .text-23px {
    font-size: 15px;
  }
  section#storyteller .detail-text,
  section#graphic-recording .detail-text {
    font-size: 14px;
  }
}
/* graphic-recording */
#sakuma_ayaki .img-area {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1 / 1;
}
#sakuma_ayaki.card {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
/* apply */
section#apply .detail-block {
  max-width: 495px;
  width: 100%;
}
section#apply .detail-block .detail-text {
  margin-bottom: 20px;
}
section#apply a {
  max-width: 350px;
  height: 70px;
  width: 100%;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  section#apply .detail-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  section#apply .detail-text {
    font-size: 16px;
  }
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 4px;
}
/* Inquiry */
section#inquiry {
  padding-top: 120px;
}
section#inquiry .line {
  max-width: 1170px;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #00d1ff, #4914f5);
  margin: 0 auto;
}

section#inquiry .line div {
  left: 10%;
}
section#inquiry .contents-container {
	margin-top: 100px;
	gap: 20px;
}

.gap-3 {
  gap: 5px !important;
}

#inquiry a .absolute {
  right: 70px;
}

@media screen and (min-width: 768px) {
  .text-1814 {
    font-size: 18px;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .text-1814 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {}