/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
#wrapper {
  overflow: unset;
}

.p_project .c_mv01__content {
  border-radius: 0;
  overflow: visible;
  max-width: calc(100% - 24px);
}

.p_project .c_mv01__ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 16px 0 0;
  min-width: 200px;
}

@media screen and (min-width: 768px) {
  .p_project .c_mv01__ttl {
    min-width: 259px;
  }
}
.p_project .c_mv01__ttl__en {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .p_project .c_mv01__ttl__en {
    width: 259px;
    max-width: 100%;
    margin-bottom: -31px;
    padding-right: 22px;
    padding-bottom: 35px;
  }
}
.p_project .c_mv01__ttl__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 24px 0 17px;
  background-color: #fcfcf7;
  border-radius: 0 16px 0 0;
}

.p_project .c_mv01__ttl__jp {
  padding: 0;
}

.p_project .c_mv01__ttl__sub {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-bottom: 8px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .p_project .c_mv01__ttl__sub {
    font-size: 1.5rem;
  }
}
.p_project .c_mv01__ttl__txt {
  font-size: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p_project .c_mv01__ttl__txt {
    font-size: clamp(
        1.875rem,
        1.2019230769vw + 1.2980769231rem,
        2.5rem
    );
  }
}
.p_project .c_breadcrumb {
  width: calc(100% - 40px);
  max-width: 1435px;
  margin: 20px auto 15px auto;
}

@media screen and (min-width: 768px) {
  .p_project .c_breadcrumb {
    margin: 36px auto 17px auto;
  }
}
.p_project01 {
  padding: 40px 0 0 0;
}

@media screen and (min-width: 768px) {
  .p_project01 {
    padding: 94px 0 12px 0;
  }
}
.p_project01__name {
  text-align: center;
}

.p_project01__ttl {
  text-align: center;
  padding: 0 0 30px;
  border-bottom: solid 1px #dedddb;
  font-weight: 700;
  color: #262626;
  letter-spacing: 0.01em;
  font-size: 1.375rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p_project01__ttl {
    margin-bottom: 79px;
    padding: 0 0 34px;
    font-size: 2.25rem;
  }
}
.p_project01 .c_title01 {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .p_project01 .c_title01 {
    margin-bottom: clamp(
        -0.25rem,
        -8.75vw + 8.5rem,
        0.625rem
    );
  }
}
.p_project01 .c_txt {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p_project01 .c_txt {
    margin-top: 29px;
    text-align: center;
  }
}
.p_project02 {
  padding: 40px 0 80px 0;
}

@media screen and (min-width: 768px) {
  .p_project02 {
    padding: 66px 0 91px 0;
  }
}
.p_project02 .c_title01 {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .p_project02 .c_title01 {
    margin-bottom: 27px;
  }
}
.p_project02 .c_title01__en {
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .p_project02 .c_title01__en {
    margin-bottom: 14px;
  }
}
.p_project02 .c_title01__jp {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .p_project02 .c_title01__jp {
    font-size: 1.5rem;
  }
}
.p_project02 .c_txt {
  text-align: center;
}

.p_project02__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .p_project02__list {
    grid-gap: 20px clamp(
        1.25rem,
        2.4038461538vw + 0.0961538462rem,
        2.5rem
    );
    margin: 0 auto;
  }
}
.p_project02__list__item {
  width: calc(50% - 10px);
}

@media screen and (min-width: 768px) {
  .p_project02__list__item {
    max-width: 200px;
    width: 100%;
  }
}
.p_project02__list__inner {
  display: block;
}

.p_project02__list__img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .p_project02__list__img {
    border-radius: 16px;
    margin-bottom: 18px;
  }
}
.p_project02__list__ttl {
  display: flex;
  justify-content: center;
  color: #f00000;
  margin-bottom: 13px;
}

@media screen and (min-width: 768px) {
  .p_project02__list__ttl {
    margin-bottom: 13px;
  }
}
.p_project02__list__ttl__num {
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.3235294118;
  display: block;
}

@media screen and (min-width: 768px) {
  .p_project02__list__ttl__num {
    font-size: clamp(
        0.875rem,
        0.6944444444vw + 0.5416666667rem,
        1.0625rem
    );
  }
}
.p_project02__list__ttl__txt {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.40625;
  padding: 0 3px;
}

@media screen and (min-width: 768px) {
  .p_project02__list__ttl__txt {
    font-size: clamp(
        0.8125rem,
        0.6944444444vw + 0.4791666667rem,
        1rem
    );
    padding: 0 4px;
  }
}
.p_project02__list__txt {
  color: #757573;
  font-family: "Kanit", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 9px;
}

@media screen and (min-width: 768px) {
  .p_project02__list__txt {
    margin-bottom: 9px;
    font-size: clamp(
        0.8125rem,
        0.462962963vw + 0.5902777778rem,
        0.9375rem
    );
  }
}
.p_project02__list__name {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p_project02__list__name {
    font-size: clamp(
        1rem,
        0.9259259259vw + 0.5555555556rem,
        1.25rem
    );
    margin-bottom: 10px;
  }
}
.p_project03__banner {
  width: 100%;
}

.p_project03__banner img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p_project03__inner {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
}
.p_project03__sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 50px 20px;
}

@media screen and (min-width: 768px) {
  .p_project03__sidebar {
    position: sticky;
    top: 120px;
    display: block;
    width: clamp(
        12.5rem,
        4.6296296296vw + 10.2777777778rem,
        13.75rem
    );
    padding: 66px 20px 110px clamp(
        2.5rem,
        4.6296296296vw + 0.2777777778rem,
        3.75rem
    );
  }
}
@media screen and (min-width: 768px) {
  .p_project03__sidebar__item {
    margin-bottom: 9px;
  }
}
.p_project03__sidebar__num {
  position: relative;
  top: 1px;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.6071428571;
  display: block;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .p_project03__sidebar__num {
    top: 0;
    font-size: 0.875rem;
    min-width: 27px;
    padding-top: 1px;
  }
}
.p_project03__sidebar__txt {
  letter-spacing: 0;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.40625;
}

@media screen and (min-width: 768px) {
  .p_project03__sidebar__txt {
    font-size: 0.8125rem;
  }
}
.p_project03__sidebar__link {
  display: flex;
  flex-direction: column;
  transition: 0.5s;
  position: relative;
  color: #f00000;
  padding-bottom: 4px;
  gap: 4px;
  border-bottom: 1px solid #fdb7b1;
}

@media screen and (min-width: 768px) {
  .p_project03__sidebar__link {
    padding-left: 23px;
    padding-bottom: 0;
    color: #888888;
    border-bottom: none;
    transition: all 0.5s;
  }
  .p_project03__sidebar__link:hover {
    color: #f00000;
  }
}
.p_project03__sidebar__link::after {
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 30px;
  background-color: #f00000;
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .p_project03__sidebar__link::after {
    width: 13px;
    top: 10px;
  }
}
.p_project03__sidebar__link.active {
  color: #f00000;
}

.p_project03__sidebar__link.active::after {
  opacity: 1;
}

.p_project03__content {
  background-color: #fdf2e0;
  padding: 18px 20px 60px 20px;
}

@media screen and (min-width: 768px) {
  .p_project03__content {
    width: calc(100% - clamp(
        12.5rem,
        4.6296296296vw + 10.2777777778rem,
        13.75rem
    ));
    padding: 18px 40px 101px 40px;
  }
}
.p_project03__label {
  background-color: #f00000;
  color: #fff;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p_project03__label {
    padding: 11px 14px 16px 18px;
    border-radius: 8px;
    margin-bottom: 25px;
  }
}
.p_project03__label__num {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.0227272727;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p_project03__label__num {
    top: 2px;
    font-size: 1.375rem;
  }
}
.p_project03__label__txt {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .p_project03__label__txt {
    font-size: 1.125rem;
    padding: 0 7px;
  }
}
@media screen and (min-width: 768px) {
  .p_project03__box {
    width: 100%;
    max-width: calc(50% + 530px);
    margin-right: 0;
    margin-left: auto;
  }
}
.p_project03__img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p_project03__img {
    border-radius: 16px;
    margin-bottom: 38px;
  }
}
.p_project03__img:last-child {
  margin-bottom: 0;
}

.p_project03__item {
  padding: 40px 0 10px 0;
  max-width: 840px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p_project03__item {
    padding: 61px 0 17px 0;
  }
}
.p_project03__item .c_ttl03 {
  line-height: 1.8;
  color: #f00000;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .p_project03__item .c_ttl03 {
    margin-bottom: 21px;
  }
}
.p_project03__item .c_ttl03:last-child {
  margin-bottom: 0;
}

.p_project03__item .c_txt {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p_project03__item .c_txt {
    margin-bottom: 38px;
  }
}
.p_project03__item .c_txt:last-child {
  margin-bottom: 0;
}

.p_project_other {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .p_project_other {
    padding-top: 160px;
  }
}
.p_project_other__flex {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p_project_other__flex {
    flex-direction: row;
  }
}
.p_project_other__img {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p_project_other__img {
    width: clamp(
        20.625rem,
        27.6442307692vw + 7.3557692308rem,
        35rem
    );
    margin-bottom: 0;
    transition: all 0.5s;
  }
  .p_project_other__img:hover {
    opacity: 0.7;
  }
}
.p_project_other__img img {
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .p_project_other__infor {
    width: calc(100% - clamp(
        20.625rem,
        27.6442307692vw + 7.3557692308rem,
        35rem
    ));
    padding-left: clamp(
        1.25rem,
        4.2067307692vw + -0.7692307692rem,
        3.4375rem
    );
    padding-top: clamp(
        0.3125rem,
        2.6442307692vw + -0.9567307692rem,
        1.6875rem
    );
  }
}
.p_project_other__infor__ttl {
  letter-spacing: 0.01em;
  color: #f00000;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p_project_other__infor__ttl {
    font-size: 1.75rem;
  }
}
.p_project_other__infor__txt {
  font-weight: 700;
  margin-top: 10px;
  font-size: 1rem;
  color: #262626;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p_project_other__infor__txt {
    font-size: 1.125rem;
    margin-top: 20px;
    padding-right: clamp(
        0rem,
        19vw + -14.25rem,
        4.75rem
    );
  }
}
.p_project_other__infor__btn {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .p_project_other__infor__btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p_project .c_flow01 {
    padding: 158px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .p_project .c_project01 {
    padding: 8px 0 130px;
  }
}
/*# sourceMappingURL=project.css.map */
