html, body{
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

a:hover {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    color: #000000;
}

a {
    color: #000000 !important;
}

.no-sidebar .content .main {
    width: 100vw;
    border: none;
    padding: 0 !important;
}

.content {
    overflow-x: hidden;
    margin-top: 0px !important;
}

.site {
  width: 100%;
  display: flex;
}

.site .site__inner {
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
  flex-direction: column;
  align-items: center;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*ページ内リンク着地を少し上に*/
.anchor-adjust {
  display: block;
  position: relative;
  top: -80px;
  height: 0;
  visibility: hidden;
}


/* Header */
.site .site-header {
  display: flex;
  width: 100%;
  height: 90px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  position: relative;
  background-color: #ffffff;
}

.site .site-header__logo {
  position: relative;
  width: 247.4px;
  height: 65.92px;
}

.site .site-header__right {
  display: inline-flex;
  align-items: center;
  gap: 53px;
  position: relative;
  flex: 0 0 auto;
}

.site .site-header__nav {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.site .site-header__navItem {
  font-weight: var(--font-weight);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-size: var(--font-size);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
  white-space: nowrap;
  font-style: var(--font-style);
}

.site .site-header__cta {
  display: inline-flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 25px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #37ae37;
  border-radius: 25px;
}

.site .site-header__ctaText {
  position: relative;
  width: fit-content;
  margin-top: -13.00px;
  margin-bottom: -11.00px;
  font-weight: 900;
  color: #ffffff;
  font-size: var(--m-font-size);
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.site .site-header__ctaIcon {
  position: relative;
  width: 29.68px;
  height: 31.5px;
  margin-top: -15.75px;
  margin-bottom: -15.75px;
}

/* Hero */
.site .hero {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    height: 740px;
    align-items: flex-start;
    position: relative;
    width: 100%;
}

.site .hero__bg {
  position: relative;
  align-self: stretch;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 740px;
  background-image: url(/wp-content/themes/cocoon-child-master/assets/hopecrew/img/mv-background.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.site .hero__decor{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(1297px, 100%);
  height: 740px;
}





/* 共通設定：サイズ調整をしやすくする */
.site .hero__decorImg {
  position: absolute;
  object-fit: cover;
  height: auto; 
}

/* 右上の男性がいる画像 (--4) */
.site .hero__decorImg--4 {
    width: 24%;
    top: 7%;
    right: 9%;
    z-index: 2;
}

/* ソファの画像 (--1) */
.site .hero__decorImg--1 {
    width: 20%;
    top: 23%;
    right: 0%;
    z-index: 1;
}

.site .hero__decorImg--6 {
    width: 16%;
    bottom: 32%;
    right: 9%;
    z-index: 1;
}

.site .hero__decorImg--3 {
    width: 23%;
    top: 8%;
    left: 12%;
    z-index: 2;
}

.site .hero__decorImg--5 {
    width: 20%;
    top: 33%;
    left: 1%;
    z-index: 1;
}

.site .hero__decorImg--2 {
    width: 19%;
    bottom: 10%;
    left: 22%;
    z-index: 1;
}

@media (max-width: 1177px) {
  .site .hero__decorImg--2 {
    left: 14%;
  }
}


@media (max-width: 1023px) {
.site .hero__decorImg--6 {
    right: 2%;
  }
}

@media (max-width: 768px) {
.site .hero__decorImg--4 {
    width: 35%;
    top: 5px;
}
.site .hero__decorImg--1 {
    width: 30%;
    top: 16%;
    right: 3px;
}
.site .hero__decorImg--3 {
    width: 35%;
    top: 40px;
}
.site .hero__decorImg--5 {
    width: 27%;
    top: 21%;
    left: 25px;
}
.site .hero__decorImg--6, .site .hero__decorImg--2 {
    display: none;
}
.site .hero__bg, .site .hero__decor, .site .hero {
  height: 800px;
}
}

@media (max-width: 480px) {
.site .hero__decorImg--1 {
    width: 34%;
    top: initial;
    bottom: 147px;
}
.site .hero__decorImg--2 {
    display: block;
    width: 28%;
    bottom: 117px;
    right: 105px;
    left: initial;
}
.site .hero__decorImg--3 {
    width: 35%;
    top: 20px;
    left: 56px;
}
.site .hero__decorImg--4 {
    width: 46%;
    top: 60px;
    right: 1px;
}
.site .hero__decorImg--5 {
    width: 30%;
    top: 14%;
    left: 10px;
}
}





.site .hero__titleGroup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 559px;
    width: 100%;
}


.site .hero__title {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    line-height: 190%;
}

.site .hero__titleText {
  letter-spacing: 2.76px;
}

.site .hero__titleAccent--green {
  color: #3bac25;
  letter-spacing: 2.76px;
}

.site .hero__titleAccent--green, .site .hero__titleAccent--orange {
    margin-right: -5px;
    margin-left: -5px;
}

.site .hero__titleAccent--orange {
  color: #e89700;
  letter-spacing: 2.76px;
}

.site .hero__subtitle {
  position: relative;
  flex: 1;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  letter-spacing: 3.75px;
  line-height: 45px;
}



.site .hero__badges {
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: 60px;
}

.site .hero__badgeList {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
}

.site .hero__badge {
  display: flex;
  width: 172px;
  height: 172px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  position: relative;
  border-radius: 86px;
}

.site .hero__badge--green { background-color: #7dab00; }
.site .hero__badge--orange { background-color: #eaac28; }
.site .hero__badge--blue { background-color: #64adb5; }

.site .hero__badgeText {
  position: relative;
  width: fit-content;
  text-shadow: 0px 0px 7px #0000005e;
  font-weight: 700;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0;
  line-height: 150%;
}

.site .hero__illust {
  position: relative;
  width: 64.75px;
  height: 148.81px;
  margin-left: -22px;
}

@media (max-width: 480px) {
.site .hero__bg, .site .hero__decor, .site .hero {
  height: 570px;
}
.site .hero__titleGroup {/*タイトル位置調整*/
    top: 46%;
}

.site .hero__badges {
    right: auto !important;
    left: 45%;
    transform: translateX(-50%);
    bottom: 10px !important;
}
}

/* Content base */
.site .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    padding: 0 20px;
    margin-top: 0px;
}

.site .content--beige {
  background-color: #f0ebe2;
}

/* Mission */
.site .mission-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.site .mission__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 80px 0px;
}


.site .mission__text {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0;
    line-height: 65px;
    margin: 0 30px;
}

.site .mission__illust {
  position: relative;
  width: 68.52px;
  height: 157.65px;
}

/* Features */
.site .features-section {
    max-width: 1200px;
    width: 100%;
    padding: 0px 20px;
    background-color: #ffffff;
    border-radius: 70px;
    margin: 0 30px;
}

.site .features__inner {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 100px;
}

/* Section heading (共通) */
.site .section-heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0px 60px;
  position: relative;
  flex: 0 0 auto;
}

.site .section-heading__text {
  display: flex;
  flex-direction: column;
  max-width: 536px;
  align-items: center;
  gap: 9px;
  position: relative;
}

.site .section-heading__eyebrow {
  font-weight: 700;
  color: #E59D00;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22.5px;
  white-space: nowrap;
}

.site .section-heading__rule {
  position: relative;
  width: 25px;
  height: 3px;
}

.site .section-heading__title {
  font-weight: var(--l-font-weight);
  font-size: var(--l-font-size);
  text-align: center;
  letter-spacing: var(--l-letter-spacing);
  line-height: var(--l-line-height);
  white-space: nowrap;
  font-style: var(--l-font-style);
}

.site .features__list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.site .feature-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  position: relative;
  flex: 0 0 auto;
}

.site .feature-card__image {
  position: relative;
  width: 210px;
  height: 210px;
}

.site .feature-card__body {
  display: flex;
  flex-direction: column;
  max-width: 295px;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.site .feature-card__title {
    font-size: 22px;
    font-weight: 600;
    line-height: var(--m-line-height);
}

.site .feature-card__desc {
  position: relative;
  align-self: stretch;
  font-weight: var(--m-font-weight);
  font-size: var(--m-font-size);
  letter-spacing: var(--m-letter-spacing);
  line-height: var(--m-line-height);
  font-style: var(--m-font-style);
}

/* Training */
.site .training-section {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 100px;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.site .training__list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 25px;
    max-width: 800px;
}

.site .training-card {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 250px;
    align-items: center;
    justify-content: space-evenly;
    gap: 28px;
    padding: 17px 10px;
    position: relative;
    background-color: #ffffff;
    border-radius: 21px;
}

.site .training-card__icon {
  position: relative;
  width: 100px;
  height: 65px;
}

.site .training-card__title {
  position: relative;
  width: fit-content;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0;
  line-height: 150%;
}

/* Day section */
.day-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    padding: 0 20px;
    margin-top: 0px;
    background-color: #fff;
}

.site .day-section__headerBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  position: relative;
  flex: 0 0 auto;
}

.site .day-section__title {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: var(--l-font-weight);
  font-size: var(--l-font-size);
  text-align: center;
  letter-spacing: var(--l-letter-spacing);
  line-height: var(--l-line-height);
  white-space: nowrap;
  font-style: var(--l-font-style);
}

.site .day-section__lead {
  position: relative;
  width: fit-content;
  font-weight: 400;
  font-size: var(--m-font-size);
  text-align: center;
  letter-spacing: 0;
  line-height: 180%;
}

.day-section__content {
    display: flex;
    flex-direction: column;
}

.site .timeline {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 30px;
}

@media screen and (max-width: 480px) {
.site .timeline {
    margin: 0 0px;
}
}

.site .timeline-item {
    display: flex;
    align-items: center;
    padding: 17px 30px;
    width: 100%;
    background-color: #f3f7eb;
    border-radius: 21px;
}

.site .timeline-item__left {
  display: flex;
  width: 320px;
  align-items: center;
  gap: 28px;
  position: relative;
  align-self: stretch;
}

.site .timeline-item__icon {
  position: relative;
  width: 85px;
  height: 85px;
}

.site .timeline-item__timeBlock {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.site .timeline-item__time {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #E59D00;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 180%;
  white-space: nowrap;
}

.site .timeline-item__label {
  position: relative;
  width: fit-content;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 180%;
  white-space: nowrap;
}

.site .timeline-item__desc {
  position: relative;
  flex: 1;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 150%;
}

.site .timeline-item__desc--nowrap {
  white-space: nowrap;
}

.site .day-section__illust {
    max-width: 690px;
    width: 100%;
    margin: 100px auto 20px;
    padding: 0 10px;
}

@media screen and (max-width: 480px) {
.site .day-section__illust {
    margin: 50px auto 20px;
}
}

/* Blog */

.site .blog-section {
  padding: 0px 0px 100px;
}

.site .blog-section__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
}

.site .blog-section__header {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-self: stretch;
}

.site .blog-section__headingWrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0px 20px;
  position: relative;
  flex: 0 0 auto;
}

@media screen and (max-width: 480px) {
.site .blog-section__headingWrap {
    padding: 40px 0px 20px;
}
}

.site .blog-section__linkRow {
  display: flex;
  max-width: 1000px;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.site .blog-section__linkText {
  position: relative;
  width: fit-content;
  margin-top: 1.00px;
  font-weight: var(--m-font-weight);
  font-size: 12px;
  letter-spacing: var(--m-letter-spacing);
  line-height: var(--m-line-height);
  white-space: nowrap;
  font-style: var(--m-font-style);
}

.site .blog-section__linkIconCircle {
  width: 21px;
  height: 21px;
}

.site .blog-card {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    position: relative;
    flex: 0 0 auto;
    max-width: 300px;
}


.site .blog-card__thumb {
  position: relative;
  width: 302px;
  height: 300px;
  margin-right: -2.00px;
}

.site .blog-card__thumb img, .site .blog-card__thumbImg {
    height: 100%;
    object-fit: cover;
}

.site .blog-card__thumbBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-color: #d9d9d9;
}

.site .blog-card__thumbText {
  position: absolute;
  top: calc(50.00% - 18px);
  left: calc(50.00% - 96px);
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.site .blog-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.site .blog-cards {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.site .blog-card__title {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: var(--s-letter-spacing);
  line-height: var(--s-line-height);
  font-style: var(--s-font-style);
}

.site .blog-card__date {
  position: relative;
  align-self: stretch;
  font-weight: var(--font-weight);
  font-size: var(--font-size);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
  font-style: var(--font-style);
}

.site .blog-card__excerpt {
  position: relative;
  align-self: stretch;
  font-weight: var(--s-font-weight);
  font-size: var(--s-font-size);
  letter-spacing: var(--s-letter-spacing);
  line-height: var(--s-line-height);
  font-style: var(--s-font-style);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
.site .blog-section {
    padding: 0px 0px 50px;
}
}

/* CTA banner */
.site .cta-banner {
  flex-direction: column;
  max-width: 1000px;
  width: 100%;
  height: 236px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: #37ae37;
}

a.cta-banner-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

a.cta-banner-link .cta-banner {
    margin: 0 auto;
}

.site .cta-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.site .cta-banner__texts {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.site .cta-banner__kicker {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1.00px;
  line-height: 30px;
  white-space: normal;
}

.site .cta-banner__title {
  position: relative;
  width: fit-content;
  font-weight: 700;
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  letter-spacing: 1.70px;
  line-height: 51px;
  white-space: normal;
}

.site .cta-banner__btn {
  display: flex;
  width: 224px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 19px;
}

.site .cta-banner__btnText {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #37ae37;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.85px;
  line-height: 25.5px;
  white-space: nowrap;
}

.site .cta-banner__btnArrow {
  position: absolute;
  top: 15px;
  left: 207px;
  width: 5px;
  height: 9px;
}

.site .cta-banner__illust {
  position: absolute;
  top: calc(50.00% - 75px);
  right: 60px;
  width: 83px;
  height: 149px;
}

@media screen and (max-width: 480px) {
.site .cta-banner__kicker {
    font-size: 16px;
    letter-spacing: 0px;
}
.site .cta-banner__title {
    font-size: 21px;
    line-height: 40px;
}
.site .cta-banner__texts {
    gap: 0px;
}
.site .cta-banner__btn {
    width: 100%;
}
.site .cta-banner__inner {
    gap: 12px;
}
.site .cta-banner__illust {
    width: 60px;
    height: auto;
}
}

/* Access */
.site .access-section {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  padding: 0px 0px 100px;
  position: relative;
  flex: 0 0 auto;
}

.site .access__layout {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  position: relative;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.site .access__map {
  position: relative;
  align-self: stretch;
  width: 750px;
  object-fit: cover;
}

.site .access__side {
  display: flex;
  flex-direction: column;
  width: 400px;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

.site .access__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.site .access__infoRow {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}


.site .access__infoRow.access__infoRow--address {
  align-items: flex-start;
}

.site .access__label {
    font-weight: 600;
    line-height: 150%;
    width: 70px;
    flex: 0 0 72px;
    flex-shrink: 0;
}

.site .access__value {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: var(--m-font-weight);
  font-size: var(--m-font-size);
  letter-spacing: var(--m-letter-spacing);
  line-height: var(--m-line-height);
  font-style: var(--m-font-style);
}

.access__infoList {
    gap: 17px;
    display: flex;
    flex-direction: column;
}

.site .access__address {
  position: relative;
  width: fit-content;
  font-weight: var(--m-font-weight);
  font-size: var(--m-font-size);
  letter-spacing: var(--m-letter-spacing);
  line-height: var(--m-line-height);
  font-style: var(--m-font-style);
  flex: 1 1 auto;
  min-width: 0;
}

.site .access__features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 30px;
}

.site .access__featureList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.site .access__feature {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.site .access__featureIconWrap {
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 65px;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
}

.site .access__featureIcon {
  position: relative;
  width: 70.5px;
  height: 42.45px;
}

.site .access__featureIconPart--1 {
  position: absolute;
  width: 21.04%;
  height: 34.94%;
  top: 65.06%;
  left: 69.76%;
}

.site .access__featureIconPart--2 {
  position: absolute;
  width: 21.04%;
  height: 34.94%;
  top: 65.06%;
  left: 10.44%;
}

.site .access__featureIconPart--3 {
  position: absolute;
  width: 100%;
  height: 84.22%;
  top: -2.21%;
  left: 0;
}

.site .access__featureTextWrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.site .access__featureText {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-weight: 700;
  font-size: var(--m-font-size);
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.site .access__featureIconImg {
  position: relative;
  width: 100px;
  height: 65px;
}

.site .access__photo {
  position: relative;
  width: 400px;
  height: 240px;
  object-fit: cover;
}
.site .map-embed{
  flex: 0 1 750px;
  width: 100%;
  max-width: 750px;
  height: 100%;      
  overflow: hidden;
}

.site .map-embed iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media screen and (max-width: 480px) {
.site .access-section {
    padding: 0px 0px 50px;
}
}


/*ブレイクポイント*/
@media screen and (max-width: 1000px) {

/*バッヂ*/
.site .hero__badge {
    width: 140px;
    height: 140px;
    border-radius: 70px;
}
.site .hero__badgeText {
    font-size: 22px;
    line-height: 150%;
}
.site .hero__badgeList {
    gap: 21px;
}
.site .hero__badges {
    right: 25px;
}
.site .hero__badgeList {
    gap: 13px;
}
}
@media screen and (max-width: 768px) {

.site .hero__bg {
  background-image: url(/wp-content/themes/cocoon-child-master/assets/hopecrew/img/mv-background-02.jpg);
}
.site .hero__title {
  font-size: 33px;
}
.site .hero__subtitle {
  font-size: 20px;
}

.site .hero__badges {
    right: 25px;
}

/* ヘッダー：横並び→縦 or 折り返し */
.site-header {
  padding: 12px 16px;
  height: auto;
  flex-wrap: wrap;
  gap: 12px;
}
.site-header__right {
  width: 100%;
  justify-content: space-between;
}
.site-header__nav {
  gap: 16px;
  flex-wrap: wrap;
}

/* 特長3カラム→縦積み */
.features__list {
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

/* 訓練のグリッド→1列 or 2列 */
.training__list {
  width: 100%;
  justify-content: center;
}
.training-card {
  width: min(320px, 100%);
}

/* 1日の流れ：横並び→縦積み */
.timeline-item {
  flex-direction: column;
  height: auto;
  padding: 16px;
  gap: 12px;
}
.timeline-item__left {
  width: 100% !important;
}

.day-section__timelineWrap {
  height: auto;
}
.site .timeline-item {
  display: flex;
  align-items: flex-start;
}

.site .cta-banner__illust {
    position: static;
}
.site .cta-banner {
    height: auto;
    padding: 20px 15px 20px;
    gap: 30px;
}
.site .access__layout {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.site .map-embed iframe {
    height: 460px;
}
.site .map-embed {
    flex: initial;
}
.site .access__side {
    width: 100%;
}
}


@media screen and (max-width: 480px) {
/*バッヂ*/
.site .hero__badge {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.site .hero__badgeText {
    font-size: 14px;
}
.site .hero__badgeList {
    gap: 10px;
}

.site .hero__illust {
    width: 37px;
    height: auto;
    margin-left: -15px;
}
.site .hero__title {
    font-size: 23px;
}
.site .hero__subtitle {
    font-size: 14px;
}
.site .hero__titleGroup {
    gap: 0px;
}
.site .hero__bg {
  background-image: url(/wp-content/themes/cocoon-child-master/assets/hopecrew/img/mv-background-03.jpg);
}






.site .section-heading__eyebrow {
    font-size: 13px;
}
.site .mission__text {
    font-size: 18px;
    text-align: left;
    line-height: 200%;
    margin: 0 0px;
}
.site .mission__illust {
    position: relative;
    width: 50px;
    height: auto;
}
.site .mission__inner {
    gap: 30px;
    padding: 40px 0px;
}
.site .section-heading {
    padding: 40px 0px 30px;
}
.site .section-heading__title {
    font-size: 22px;
}
.site .feature-card {
    gap: 13px;
}
.site .feature-card__image {
    width: 160px;
    height: auto;
}
.site .feature-card__title {
    font-size: 20px;
}
.site .features__inner {
    padding: 0px 0px 50px;
}
.site .features-section {
    border-radius: 35px;
}
.site .training__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 15px;
  width: min(800px, 100%);
  margin: 0 auto;
  box-sizing: border-box;
}
.site .training-card {
  flex: 0 0 calc((100% - 15px) / 2); 
  max-width: calc((100% - 15px) / 2);
  width: auto;
  height: auto;
}
.site .training-card__title {
    font-size: 15px;
}
.site .training-section {
    padding: 0px 0px 50px;
}
.site .day-section__lead {
    text-align: left;
}
.site .timeline-item {
    padding: 17px 20px;
}
.site .timeline-item__desc {
    font-size: 15px;
}
.site .timeline-item__time {
    font-size: 18px;
}
.site .timeline-item__label {
    font-size: 18px;
}
.site .timeline-item__icon {
    width: 65px;
    height: 65px;
}
}


/*テスト
@media (max-width: 600px){
  .site .blog-cards{
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .site .blog-card{
    width: 100%;
    max-width: 320px;
  }

  .site .blog-card__thumb{
    width: 100%;
    height: auto;
  }
}
*/