/* ==========================================================
base style
========================================================== */
/* ==========================================================
 mixin 
========================================================== */
#p-can,
#p-flow,
#p-yoyaku,
#p-all,
#p-only {
  scroll-margin-top: calc(96px + 4rem);
}
@media (max-width: 767px) {
  #p-can,
  #p-flow,
  #p-yoyaku,
  #p-all,
  #p-only {
    scroll-margin-top: calc(58px + 4rem);
  }
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  .pageMV {
    height: unset;
    max-height: unset;
  }
}
.pageMV__ttl {
  bottom: 0;
  max-width: 2000px;
}
@media (max-width: 767px) {
  .pageMV__ttl {
    position: relative;
  }
}

.p-check {
  width: 100%;
  background-color: #fffbe7;
  padding: 2rem 0;
  border-bottom: 4px solid #ffd014;
}

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

.p-check__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0e357f;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-check__ttl {
    font-size: 1.8rem;
  }
}

.p-check__ttl-deco {
  display: block;
  width: 2rem;
  line-height: 1;
}
.p-check__ttl-deco img {
  width: 100%;
}

.p-check__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-check__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-check__item-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 2rem;
  border-radius: 100px;
  border: 2.5px solid #0e357f;
  background-color: #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-check__item-link {
    padding: 0.2rem 2rem;
  }
}

.p-check__item--main .p-check__item-link {
  background-color: #5278b3;
}
.p-check__item--main .p-check__item-link .p-check__item-txt {
  color: #fff;
}
.p-check__item--main .p-check__item-link .p-check__item-arw {
  color: #fff;
}

.p-check__item-icon {
  display: block;
  flex-shrink: 0;
  width: 5rem;
}
.p-check__item-icon img {
  width: 100%;
}

.p-check__item-txt {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0e357f;
  text-align: center;
}
@media (max-width: 767px) {
  .p-check__item-txt {
    font-size: 1.5rem;
  }
}

.p-check__item-arw {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transform: rotate(90deg);
  color: #0e357f;
}
.p-check__item-arw img {
  width: 1rem;
}
@media (max-width: 767px) {
  .p-check__fixed .p-check__item-arw {
    height: 0.4rem;
    width: 1rem;
    font-size: 1rem;
  }
}

.p-check__fixed {
  position: fixed;
  left: 0;
  top: 9.6rem;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s, top 0.3s, opacity 0.3s;
}
@media (max-width: 1079px) {
  .p-check__fixed {
    top: 9.6rem;
  }
}
@media (max-width: 767px) {
  .p-check__fixed {
    top: 58px;
  }
}
.p-check__fixed.is-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

body.js-headerHide .p-check__fixed {
  top: 0;
}

.p-check__list--fixed {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .p-check__list--fixed {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.3rem;
    padding: 0.4rem 0;
  }
}
.p-check__list--fixed .p-check__item-link {
  padding: 0.8rem 1.5rem;
}
@media (max-width: 767px) {
  .p-check__list--fixed .p-check__item-link {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 0 1rem;
    border-radius: 1rem;
  }
}

.p-can {
  width: 100%;
  padding: 6rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-can {
    padding: 4rem 0;
  }
}

.p-can-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.p-can-subbg {
  position: absolute;
  bottom: 1rem;
  right: 5%;
  max-width: 25rem;
  width: 15vw;
}

.p-can__inner {
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
}

.p-can__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0e357f;
}
@media (max-width: 767px) {
  .p-can__ttl {
    font-size: 2.2rem;
    gap: 0.8rem;
  }
}

.p-can__ttl-txt {
  font-size: 3rem;
  letter-spacing: 0.06em;
}

.p-can__ttl-deco {
  display: flex;
  width: 4rem;
}
.p-can__ttl-deco img {
  width: 100%;
}

.p-can__ttl-mark {
  font-size: 4rem;
  letter-spacing: 0.06em;
  font-style: normal;
  background: linear-gradient(transparent 60%, #FFF199 60%);
}

.p-can__lead {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-can__lead {
    font-size: 1.6rem;
  }
}

.p-can__lead-mark {
  font-style: normal;
  font-weight: 700;
  color: #0e357f;
  background: linear-gradient(transparent 60%, #FFF199 60%);
}

.p-can__list {
  margin-top: 4rem;
  display: grid;
  gap: 2rem;
}

.p-can__item {
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: stretch;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-can__item {
    grid-template-columns: 1fr;
  }
}

.p-can__item-img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
.p-can__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-can__item-body {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .p-can__item-body {
    padding: 1.2rem 1.5rem;
    gap: 0.8rem;
    flex-direction: column;
    margin-top: -3.5rem;
  }
}

.p-can__item-icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}
.p-can__item-icon img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-can__item-icon {
    width: 5rem;
    height: 5rem;
  }
}

.p-can__item-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  text-align: left;
}
@media (max-width: 767px) {
  .p-can__item-txt {
    font-size: 1.6rem;
  }
}

.p-can__item-mark {
  font-style: normal;
  background: linear-gradient(transparent 60%, #FFF199 60%);
}

.p-can__btn {
  margin-top: 3rem;
}
.p-can__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.4rem 3rem;
  border-radius: 100px;
  background-color: #0e357f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-can__btn a {
    width: unset;
    padding: 0.5rem 2rem;
  }
}

.p-can__btn-arw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  transform: rotate(90deg);
}
.p-can__btn-arw img {
  width: 100%;
}

.p-visitor {
  width: 100%;
  padding: 5rem 0;
  background-color: #f3f8ff;
  border-block: 4px solid #5278b3;
}
@media (max-width: 767px) {
  .p-visitor {
    padding: 3rem 0;
  }
}

.p-visitor__inner {
  text-align: center;
  max-width: 1000px;
  margin-inline: auto;
}

.p-visitor__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0e357f;
}
@media (max-width: 767px) {
  .p-visitor__ttl {
    font-size: 2rem;
  }
}

.p-visitor__ttl-icon {
  display: block;
  width: 6rem;
}
.p-visitor__ttl-icon img {
  width: 100%;
}

.p-visitor__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-visitor__list {
    grid-template-columns: 1fr;
  }
}

.p-visitor__item {
  padding: 2rem;
  background-color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 0;
}

.p-visitor__item-ttl {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 767px) {
  .p-visitor__item-ttl {
    font-size: 1.5rem;
  }
}

.p-visitor__item-img {
  display: block;
  width: 15rem;
  margin: 1.5rem auto;
}
.p-visitor__item-img img {
  width: 100%;
}

.p-visitor__item-txt {
  padding: 1.5rem;
  background-color: #fffbe7;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  text-align: left;
}

.p-visitor__item-txt-small {
  display: block;
  font-style: normal;
  font-size: 1.1rem;
  color: #707070;
  margin-top: 0.5rem;
}

.p-visitor__note {
  margin-top: 2rem;
  font-size: 1.2rem;
  color: #707070;
}

.p-visitor__slider {
  width: 100%;
}
@media (max-width: 767px) {
  .p-visitor__slider {
    overflow: visible;
  }
}

.p-visitor__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-visitor__list {
    display: flex;
    gap: 0;
  }
}

.p-visitor__item {
  padding: 2rem;
  background-color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  height: auto;
}

.p-visitor__dots.swiper-pagination {
  position: relative;
  margin-top: 2rem;
  line-height: 1;
}

.p-visitor__dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.p-visitor__dots .swiper-pagination-bullet-active {
  background-color: #0e357f;
}

.p-movie {
  width: 100%;
  padding: 5rem 0;
  position: relative;
  border-bottom: 4px solid #5278b3;
}
@media (max-width: 767px) {
  .p-movie {
    padding: 3rem 0;
  }
}

.p-movie-bg {
  position: absolute;
  bottom: 0;
  transform: scaleX(-1);
}

.p-movie__inner {
  max-width: 900px;
  margin: 0 auto;
}

.p-movie__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0e357f;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .p-movie__ttl {
    font-size: 2rem;
  }
}

.p-movie__ttl-icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
}
.p-movie__ttl-icon img {
  width: 100%;
}

.p-flow {
  width: 100%;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-flow {
    padding: 4rem 0;
  }
}

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

.p-flow__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-weight: 700;
  color: #0e357f;
}
@media (max-width: 767px) {
  .p-flow__ttl {
    font-size: 2.2rem;
    gap: 0.8rem;
  }
}

.p-flow__ttl-deco {
  display: flex;
  width: 5rem;
}
@media (max-width: 767px) {
  .p-flow__ttl-deco {
    width: 2rem;
  }
}
.p-flow__ttl-deco img {
  width: 100%;
}

.p-flow__ttl-txt {
  line-height: 1;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .p-flow__ttl-txt {
    font-size: 2.2rem;
  }
}
.p-flow__ttl-txt em {
  font-size: 1.2em;
}

.p-flow__lead {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 767px) {
  .p-flow__lead {
    font-size: 1.3rem;
  }
}

.p-flow__course {
  position: relative;
  max-width: 900px;
  margin: 4rem auto 0;
}

.p-flow__flag {
  position: relative;
  z-index: 1;
  display: inline-flex;
}
.p-flow__flag span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 9rem;
  padding: 0.6rem 1.5rem;
  background-color: #0e357f;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-flow__flag--start {
  margin-left: 1rem;
  margin-bottom: -1px;
  left: 2.6rem;
  width: 10rem;
  top: -5rem;
  position: absolute;
}
@media (max-width: 767px) {
  .p-flow__flag--start {
    left: 60%;
    transform: translateX(-50%);
    top: -9rem;
  }
}

.p-flow__flag--goal {
  margin-left: 1rem;
  margin-top: 1rem;
  position: absolute;
  left: -1rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .p-flow__flag--goal {
    position: relative;
    width: 5rem;
    left: unset;
    margin-left: unset;
  }
}
.p-flow__flag--goal span {
  background-color: #AA8944;
}

.p-flow__list {
  display: grid;
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-flow__list {
    margin-top: 10rem;
  }
}

.p-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 53%;
  gap: 0 2rem;
  padding: 2rem 2rem 2rem 4rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-flow__item {
    grid-template-columns: 1fr;
    padding: 2rem 2rem 2rem 2rem;
  }
}
.p-flow__item::after {
  content: "";
  position: absolute;
  top: 6rem;
  left: 4.6rem;
  width: 2px;
  background-image: linear-gradient(to bottom, currentColor 50%, transparent 50%);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  height: calc(100% - 6rem + 2rem);
}
@media (max-width: 767px) {
  .p-flow__item::after {
    display: none;
  }
}
.p-flow__item::before {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 4.6rem;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .p-flow__item::before {
    display: none;
  }
}
.p-flow__item--1 {
  background-color: #f3f8ff;
}
.p-flow__item--2 {
  background-color: #fffde1;
}
.p-flow__item--3 {
  background-color: #f1f5e5;
}
.p-flow__item--4 {
  background-color: #faf0f0;
}
.p-flow__item--5 {
  background-color: #f3f8ff;
}
.p-flow__item--6 {
  background-color: #f3f8ff;
}
.p-flow__item--1 {
  color: #0e357f;
}
.p-flow__item--2 {
  color: #ecbd34;
}
.p-flow__item--3 {
  color: #87a857;
}
.p-flow__item--4 {
  color: #db7f7a;
}
.p-flow__item--5 {
  color: #5278b3;
}
.p-flow__item--6 {
  color: #0e357f;
}

.p-flow__item-num {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background-color: currentColor;
  z-index: 1;
}
.p-flow__item-num span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-flow__item-num {
    left: 50%;
    transform: translateX(-50%);
    top: -3rem;
  }
  .p-flow__item-num span {
    font-size: 1.8rem;
  }
}

.p-flow__item-blob {
  position: absolute;
  top: -4rem;
  left: 5rem;
  background: #ecbd34;
  color: #333;
  letter-spacing: 0.02em;
  padding: 0.3rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .p-flow__item-blob {
    position: relative;
    top: unset;
    left: unset;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
}
.p-flow__item-blob::after {
  content: "";
  bottom: -1rem;
  left: 2rem;
  position: absolute;
  display: block;
  color: #ecbd34;
  border-left: 1rem solid;
  border-top: 1rem solid;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
@media (max-width: 767px) {
  .p-flow__item-blob::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-flow__item-body {
  position: relative;
  padding-left: 5rem;
  padding-top: 0.3lh;
  text-align: left;
  display: grid;
  grid-template-rows: max-content max-content 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .p-flow__item-body {
    padding-left: 0;
    margin-bottom: 2rem;
  }
}
.p-flow__item-body.mod--high {
  grid-area: 1/1/2/2;
}
@media (max-width: 767px) {
  .p-flow__item-body.mod--high {
    grid-area: unset;
  }
}

.p-flow__item-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: currentColor;
}
@media (max-width: 767px) {
  .p-flow__item-ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}

.p-flow__item-txt {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
}
@media (max-width: 767px) {
  .p-flow__item-txt {
    text-align: center;
    font-size: 1.4rem;
  }
}

.p-flow__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  margin-top: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
  width: 13rem;
  height: 10rem;
  margin-top: 1.5rem;
  border-radius: 1rem;
  background-color: #fff;
  justify-self: flex-end;
  align-self: flex-end;
  position: relative;
  box-shadow: -3px 2px 5px #e9e9e9;
}
.p-flow__item-icon img {
  width: 100%;
  width: 10rem;
}
.p-flow__item-icon::after {
  content: "";
  position: absolute;
  display: block;
  right: -2rem;
  top: 2rem;
  border: 1rem solid white;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
.p-flow__item-icon::before {
  content: "";
  position: absolute;
  display: block;
  right: -2.4rem;
  top: 2.2rem;
  border: 1.1rem solid #ececec;
  border-right: 1.1rem solid transparent;
  border-bottom: 1.1rem solid transparent;
  filter: blur(2px);
}

.p-flow__item-acobtn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 1.5rem;
  padding: 0.8rem 1.6rem;
  border-radius: 100px;
  background-color: currentColor;
  grid-area: 3/1/4/3;
  max-width: 20rem;
  width: 100%;
  justify-self: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-flow__item-acobtn {
    grid-area: unset;
    justify-self: center;
  }
}
.p-flow__item-acobtn .p-flow__item-acobtn-txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
.p-flow__item-acobtn .p-flow__item-acobtn-ico {
  position: relative;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
.p-flow__item-acobtn .p-flow__item-acobtn-ico::before, .p-flow__item-acobtn .p-flow__item-acobtn-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.p-flow__item-acobtn .p-flow__item-acobtn-ico::before {
  width: 100%;
  height: 2px;
}
.p-flow__item-acobtn .p-flow__item-acobtn-ico::after {
  width: 2px;
  height: 100%;
}
.p-flow__item-acobtn.js-open .p-flow__item-acobtn-ico::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-flow__item-photo {
  position: relative;
  min-width: 0;
}

.p-flow__item-photo-main {
  width: 100%;
}

.p-flow__item-photo-img {
  width: 100%;
  aspect-ratio: 47/29;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-flow__item-photo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-flow__item-photo-prev,
.p-flow__item-photo-next {
  position: absolute;
  top: calc(50% - 1.6rem);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-flow__item-photo-prev.swiper-button-disabled,
.p-flow__item-photo-next.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.p-flow__item-photo-prev img,
.p-flow__item-photo-next img {
  width: 0.8rem;
}

.p-flow__item-photo-prev {
  left: 1rem;
}

.p-flow__item-photo-next {
  right: 1rem;
}

.p-flow__item-photo-thumbs {
  margin-top: 0.8rem;
  padding: 0.2rem;
}

.p-flow__item-photo-thumb {
  width: 5.4rem;
  cursor: pointer;
}

.p-flow__item-photo-thumb-inner {
  aspect-ratio: 4/3;
  border-radius: 0.6rem;
  overflow: hidden;
  opacity: 0.5;
  transition: 0.3s;
}
.p-flow__item-photo-thumb-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-flow__item-photo-thumb.swiper-slide-thumb-active .p-flow__item-photo-thumb-inner {
  opacity: 1;
  outline-color: currentColor;
}

.p-flow__item-detail {
  grid-area: 2/1/3/3;
}
@media (max-width: 767px) {
  .p-flow__item-detail {
    grid-area: unset;
  }
}

.p-flow__item-detail-inner {
  padding-top: 2rem;
}

.p-flow__item-detail-img {
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-flow__item-detail-img img {
  width: 100%;
}

.p-flow__note {
  margin-top: 3rem;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #707070;
}
@media (max-width: 767px) {
  .p-flow__note {
    margin-top: 0;
  }
}

.p-flow__btn {
  margin-top: 2rem;
}
.p-flow__btn a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 3rem;
  border-radius: 100px;
  background-color: #0e357f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-flow__btn-arw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
}
.p-flow__btn-arw img {
  width: 100%;
}

.p-clothes {
  padding: 8rem 0;
  border-top: 4px solid #ffd014;
  border-bottom: 4px solid #ffd014;
}
@media (max-width: 767px) {
  .p-clothes {
    padding: 3rem 0;
  }
}

.p-yoyaku__nav {
  margin-block: 2rem 7rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 80rem;
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-yoyaku__nav {
    margin: 2rem auto 5rem;
    grid-template-columns: 1fr;
    width: 90%;
    gap: 1rem;
  }
}
.p-yoyaku__nav li {
  margin-top: unset;
}
.p-yoyaku__nav li a {
  max-width: unset;
  margin-inline: unset;
  width: unset;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-yoyaku__nav li a {
    font-size: 1.6rem;
  }
}
.p-yoyaku__nav li a .u-arw--ku {
  width: 0.7em;
  height: 0.7em;
}
.p-yoyaku__nav li.mod-yell a {
  background-color: #fbdb12;
  color: #333;
  border: 2px solid;
}
.p-yoyaku__nav li.mod-blu a {
  background-color: #c0ddff;
  color: #333;
  border: 2px solid;
}

.tour__ttl--box {
  background-color: #fffbe7;
}

.p-tab__txt-name {
  display: grid;
  grid-template-columns: 18.5rem 1fr;
}
@media (max-width: 767px) {
  .p-tab__txt-name {
    display: flex;
    grid-template-columns: unset;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 0;
    font-weight: 600;
    line-height: 1.4;
  }
}

.bgblu,
.bgblu .p-facall {
  background-color: #f3f8ff;
}

.bgblu .p-fac__ttl {
  background-color: #c0ddff;
}

.bgblu .p-fac__list__item::before,
.bgblu .p-fac__list__item .obj--rnd {
  background-color: #c0ddff;
}

.p-fac__list__item .obj--rnd {
  left: -2.3rem;
}
@media (max-width: 767px) {
  .p-fac__list__item .obj--rnd {
    left: -1.8rem;
  }
}

.p-fac__icon {
  left: -3rem;
}
@media (max-width: 767px) {
  .p-fac__icon {
    left: -1.7rem;
  }
}

.p-fac__item {
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .p-fac__item {
    padding-left: unset;
  }
}

.p-areas__ttl {
  background-color: #fbdb12;
  color: #333;
}

.-minisize {
  max-width: 900px;
}/*# sourceMappingURL=factorytour_2026.css.map */