@charset "UTF-8";
/*------------------------------------------------------
    column詳細用scss
------------------------------------------------------*/
/*------------------------------------------------------
    Breakpoint　値はサイトに合わせて変更しましょう
------------------------------------------------------*/
/*------------------------------------------------------
    このファイルは基本触らない
------------------------------------------------------*/
/*------------------------------------------------------
    color format (カラー設定)
------------------------------------------------------*/
/*------------------------------------------------------
    color format (カラー設定)
------------------------------------------------------*/
/*------------------------------------------------------
    column詳細用scss
------------------------------------------------------*/
/*------------------------------------------------------
    column詳細用scss
------------------------------------------------------*/
/*------------------------------------------------------
    column詳細用scss
------------------------------------------------------*/
.maintitle {
  font-size: 60px;
  color: blue;
}

.subtitle {
  font-size: 40px;
  color: red;
}

.lower__mv {
  position: relative;
  z-index: 2;
  padding: 230px 120px 375px 120px;
  padding-top: clamp(180px, 11.9791666667vw, 230px);
  padding-bottom: clamp(275px, 19.53125vw, 375px);
  padding-left: clamp(20px, 5.3333333333vw, 120px);
}
.lower__mv__container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.lower__mv__container .lower__mv__content .lower__mv__title {
  font-family: "Oooh Baby", cursive;
  color: #262626;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lower__mv__container .lower__mv__content .lower__mv__title__en {
  font-size: clamp(32px, 6vw, 60px);
  font-family: "Aboreto", sans-serif;
  color: #262626;
}
.lower__mv__container .lower__mv__content .lower__mv__title__ja {
  font-size: clamp(18px, 3vw, 30px);
  font-family: "Sawarabi Mincho", sans-serif;
  letter-spacing: 0.1em;
  color: #262626;
}
.lower__mv__container .lower__mv__content .breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
}
.lower__mv__container .lower__mv__content .breadcrumb__link {
  font-size: 13px;
  color: #909090;
}
.lower__mv__container .lower__mv__content .breadcrumb__separator {
  font-size: 13px;
  color: #909090;
}
.lower__mv__container .lower__mv__content .breadcrumb__current {
  font-size: 13px;
  color: #909090;
}
.lower__mv__container .lower__mv__image__wrap {
  width: 100%;
  position: absolute;
  top: -56px;
  right: 0;
  z-index: -1;
}
.lower__mv__container .lower__mv__image__wrap .lower__mv__image1 {
  width: clamp(400px, 38.3333333333vw, 621px);
  aspect-ratio: 621/417;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.lower__mv__container .lower__mv__image__wrap .lower__mv__image2 {
  width: clamp(200px, 21.8518518519vw, 354px);
  aspect-ratio: 354/470;
  object-fit: cover;
  position: absolute;
  top: 134px;
  right: clamp(-120px, -13.024691358vw, -211px);
}
@media screen and (max-width: 768px) {
  .lower__mv {
    padding: 100px 20px clamp(30px, 15.1041666667vw, 116px) 20px;
  }
  .lower__mv__container .lower__mv__content .breadcrumb {
    margin-top: 56px;
  }
  .lower__mv__container .lower__mv__image__wrap {
    top: -7px;
    right: 40px;
  }
  .lower__mv__container .lower__mv__image__wrap .lower__mv__image1 {
    width: clamp(185px, 49.3333333333vw, 400px);
  }
  .lower__mv__container .lower__mv__image__wrap .lower__mv__image2 {
    width: clamp(104px, 27.7333333333vw, 200px);
    top: 32px;
    right: -60px;
  }
}

body, main {
  overflow-x: hidden;
}

.column__single__top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 20px 55px;
}
.column__single__top__container {
  width: calc(70% - clamp(60px, 8.3333333333vw, 160px));
  max-width: 700px;
}
.column__single__top__container__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.column__single__top__container__flex__category {
  font-size: 16px;
  padding: 7px 10px;
  background-color: #E5EEE2;
  color: #000;
  font-family: "Sawarabi Mincho", sans-serif;
}
.column__single__top__container__flex__date {
  font-size: 15px;
  color: #505050;
  font-family: "Sawarabi Mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.column__single__top__container__title {
  font-size: clamp(24px, 2.1875vw, 42px);
  font-family: "Sawarabi Mincho", sans-serif;
  font-weight: 400;
  color: #222;
  margin-bottom: 30px;
}
.column__single__top .breadcrumb__wrap {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.column__single__top .breadcrumb__wrap .breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
}
.column__single__top .breadcrumb__wrap .breadcrumb__link {
  font-size: 13px;
  color: #909090;
}
.column__single__top .breadcrumb__wrap .breadcrumb__separator {
  font-size: 13px;
  color: #909090;
}
.column__single__top .breadcrumb__wrap .breadcrumb__current {
  font-size: 13px;
  color: #909090;
}
.column__single__content__wrap {
  padding: 80px 0 280px;
  background-color: #fbfbfb;
}
.column__single__content__wrap__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px;
  gap: clamp(60px, 8.3333333333vw, 160px);
}
.column__single__content__wrap__container__left {
  width: calc(70% - clamp(60px, 8.3333333333vw, 160px));
}
.column__single__content__wrap__container__left h2 {
  font-size: clamp(20px, 2.0833333333vw, 30px);
  font-weight: 700;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #138062;
  margin-bottom: 40px;
}
.column__single__content__wrap__container__left p {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 400;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #222;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.column__single__content__wrap__container__left img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 16px;
  max-height: 800px;
}
.column__single__content__wrap__container__left h3 {
  font-size: clamp(18px, 1.5972222222vw, 23px);
  background-image: url(../img/column/h3_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8px 20px;
  margin-bottom: 16px;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #484747;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.column__single__content__wrap__container__left h4 {
  font-size: clamp(16px, 1.5277777778vw, 22px);
  font-family: "Sawarabi Gothic", sans-serif;
  color: #484747;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  padding-left: 16px;
  position: relative;
}
.column__single__content__wrap__container__left h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 100%;
  background-color: #484747;
}
.column__single__content__wrap__container__left a {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.column__single__content__wrap__container__left a:hover {
  opacity: 0.8;
}
.column__single__content__wrap__container__right {
  width: 30%;
}
.column__single__content__wrap__container__right__title {
  font-size: clamp(18px, 1.5972222222vw, 23px);
  font-weight: 700;
  font-family: "Sawarabi Mincho", sans-serif;
  color: #222;
  padding-bottom: 11px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 48px;
}
.column__single__content__wrap__container__right__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.column__single__content__wrap__container__right__content__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.column__single__content__wrap__container__right__content__item img {
  width: 108px;
  aspect-ratio: 1;
  object-fit: cover;
}
.column__single__content__wrap__container__right__content__item__right {
  display: flex;
  flex-direction: column;
}
.column__single__content__wrap__container__right__content__item__right__title {
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #505050;
}
.column__single__content__wrap__container__right__content__item__right__date {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #505050;
}
.column__single__content__wrap__container__right__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 48px;
}
.column__single__content__wrap__container__right__btn__text {
  font-size: 18px;
  font-weight: 500;
  color: #13816B;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.column__single__content__wrap__container__right__btn__arrow {
  width: 16px;
  height: auto;
  object-fit: contain;
}
.column__single__content__wrap__pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 16px;
  margin-top: 160px;
  border-top: 1px solid #CDCDCD;
  padding-top: 15px;
}
.column__single__content__wrap__pagenation__prev, .column__single__content__wrap__pagenation__next {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #13816B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: auto;
  object-fit: contain;
}
.column__single__content__wrap__pagenation__prev img, .column__single__content__wrap__pagenation__next img {
  width: 16px;
  height: auto;
  object-fit: contain;
}
.column__single__content__wrap__pagenation.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .column__single__top {
    padding: 100px 20px 55px;
  }
  .column__single__top__container {
    width: 100%;
  }
  .column__single__top__container__flex {
    justify-content: flex-start;
    gap: 16px;
  }
  .column__single__top__container__flex__category {
    font-size: 14px;
  }
  .column__single__top__container__flex__date {
    font-size: 13px;
  }
  .column__single__top__title {
    font-size: clamp(24px, 7.4666666667vw, 28px);
    margin-bottom: 20px;
  }
  .column__single__content__wrap {
    padding: 32px 0 100px;
  }
  .column__single__content__wrap__container {
    flex-direction: column;
    gap: 0;
  }
  .column__single__content__wrap__container__left {
    width: 100%;
  }
  .column__single__content__wrap__container__left h2 {
    font-size: clamp(18px, 5.8666666667vw, 22px);
    margin-bottom: 20px;
  }
  .column__single__content__wrap__container__right {
    width: 100%;
  }
  .column__single__content__wrap__container__right__title {
    font-size: clamp(18px, 5.8666666667vw, 22px);
    margin-bottom: 20px;
  }
  .column__single__content__wrap__container__right__btn {
    justify-content: center;
  }
  .column__single__content__wrap__pagenation.sp {
    display: flex;
    gap: 16px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 40px 0 80px;
  }
  .column__single__content__wrap__pagenation.pc {
    display: none;
  }
}