@charset "UTF-8";
:root {
  --c-blue: #1AA2D7;
  --f-noto-r: "Noto Sans CJK JP Regular", sans-serif;
  --f-noto-m: "Noto Sans CJK JP Medium", sans-serif;
  --f-noto-b: "Noto Sans CJK JP Bold", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  max-width: 1920px;
  min-height: 100dvh;
  width: 100%;
  margin: 0 auto;
  font-family: var(--f-noto-r);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 896px) {
  body {
    max-width: 100%;
    font-size: min(3.75vw, 2.4rem);
  }
}

@media screen and (min-width: 897px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }
}
a {
  transition: opacity 0.3s, transform 0.3s cubic-bezier(1, 0, 1, 1);
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 3000ms, transform 3000ms;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

.section-title {
  text-align: center;
}
.section-title span {
  display: inline-block;
  font-family: var(--f-zen-m);
  font-weight: 500;
  font-size: 4rem;
  text-align: center;
}
.section-title span::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/icon-leaf.svg) left top/100% auto no-repeat;
}
.section-title span em {
  font-size: 9.6rem;
  line-height: 0;
  color: var(--c-blue);
}
@media screen and (max-width: 896px) {
  .section-title span {
    font-size: min(6.25vw, 4rem);
  }
  .section-title span em {
    font-size: min(15vw, 9.6rem);
    line-height: 0.5;
  }
  .section-title span::before {
    width: 1em;
    height: 1em;
  }
}

/* category color
================================================= */
/*
#62AC4B:res:#資源をめぐらせる
#3281DA:dec:#CO2を減らす
#18802E:nat:#自然を大切に
#DF5B4A:wel:#心と身体を大切に
#D956A9:pea:#平和を考える
#936231:cul:#村の歴史・文化を知る
#CA970B:com:#地域とつながる
#19A1BF:eco:#地域の経済を元気に
*/
.is-cat-all {
  color: var(--c-blue);
  background: #fff;
  border: 1px solid var(--c-blue);
}
.is-cat-all.active {
  color: #fff;
  background: var(--c-blue);
}

.is-cat-res {
  color: #62AC4B;
  background: #fff;
  border: 1px solid #62AC4B;
}
.is-cat-res.active {
  color: #fff;
  background: #62AC4B;
}

.is-cat-dec {
  color: #3281DA;
  background: #fff;
  border: 1px solid #3281DA;
}
.is-cat-dec.active {
  color: #fff;
  background: #3281DA;
}

.is-cat-nat {
  color: #18802E;
  background: #fff;
  border: 1px solid #18802E;
}
.is-cat-nat.active {
  color: #fff;
  background: #18802E;
}

.is-cat-wel {
  color: #DF5B4A;
  background: #fff;
  border: 1px solid #DF5B4A;
}
.is-cat-wel.active {
  color: #fff;
  background: #DF5B4A;
}

.is-cat-pea {
  color: #D956A9;
  background: #fff;
  border: 1px solid #D956A9;
}
.is-cat-pea.active {
  color: #fff;
  background: #D956A9;
}

.is-cat-cul {
  color: #936231;
  background: #fff;
  border: 1px solid #936231;
}
.is-cat-cul.active {
  color: #fff;
  background: #936231;
}

.is-cat-com {
  color: #CA970B;
  background: #fff;
  border: 1px solid #CA970B;
}
.is-cat-com.active {
  color: #fff;
  background: #CA970B;
}

.is-cat-eco {
  color: #19A1BF;
  background: #fff;
  border: 1px solid #19A1BF;
}
.is-cat-eco.active {
  color: #fff;
  background: #19A1BF;
}

.is-cat-res-rev {
  color: #fff;
  background: #62AC4B;
}

.is-cat-dec-rev {
  color: #fff;
  background: #3281DA;
}

.is-cat-nat-rev {
  color: #fff;
  background: #18802E;
}

.is-cat-wel-rev {
  color: #fff;
  background: #DF5B4A;
}

.is-cat-pea-rev {
  color: #fff;
  background: #D956A9;
}

.is-cat-cul-rev {
  color: #fff;
  background: #936231;
}

.is-cat-com-rev {
  color: #fff;
  background: #CA970B;
}

.is-cat-eco-rev {
  color: #fff;
  background: #19A1BF;
}

.is-cat-res-border {
  border: 1px solid #62AC4B;
}

.is-cat-dec-border {
  border: 1px solid #3281DA;
}

.is-cat-nat-border {
  border: 1px solid #18802E;
}

.is-cat-wel-border {
  border: 1px solid #DF5B4A;
}

.is-cat-pea-border {
  border: 1px solid #D956A9;
}

.is-cat-cul-border {
  border: 1px solid #936231;
}

.is-cat-com-border {
  border: 1px solid #CA970B;
}

.is-cat-eco-border {
  border: 1px solid #19A1BF;
}

/* top fv
================================================= */
.fv {
  position: relative;
  z-index: 2;
  width: 100%;
}

.fv__inner {
  position: relative;
  max-width: 1860px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .fv__inner {
    max-width: 100%;
    width: 93.75%;
  }
}

.fv__bg-image {
  position: relative;
  width: 100%;
  height: 920px;
  background: url(../images/fv-bg.png) center/cover no-repeat;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .fv__bg-image {
    height: auto;
    background: none;
  }
}

@media screen and (max-width: 896px) {
  .fv__bg-image-sp {
    width: 100%;
  }
  .fv__bg-image-sp img {
    max-height: 900px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.fv__main-logo {
  width: 350px;
  margin: 218px auto 0;
}
@media screen and (max-width: 896px) {
  .fv__main-logo { /* base 600 */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: min(46.66%, 280px);
    margin: min(35.83%, 215px) auto 0;
  }
}

/* common header
================================================= */
.fv__header {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 22px 25px 0;
}
@media screen and (max-width: 896px) {
  .fv__header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 10px 0;
  }
}

.fv__header-left {
  width: 270px;
}
@media screen and (max-width: 896px) {
  .fv__header-left { /* base 580 */
    width: min(46.55%, 270px);
    padding-top: 3.96%;
  }
}

@media screen and (max-width: 896px) {
  .fv__header-right { /* base 580 */
    display: flex;
    align-items: center;
    gap: min(10.695%, 20px); /* base 187 */
    width: min(32.24%, 187px);
  }
}

.fv__btn-img-wrapper {
  position: absolute;
  top: 137px;
  right: 15px;
  width: 140px;
}
@media screen and (max-width: 896px) {
  .fv__btn-img-wrapper { /* base 187 */
    position: static;
    width: min(54.54%, 102px);
  }
}

/* common hamburger
================================================= */
body.is-open {
  overflow: hidden;
}

.g-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  overflow-y: auto;
}
body.is-open .g-nav {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 896px) {
  .g-nav {
    display: block;
  }
}

.g-nav__logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 100%;
  padding: 0 10px;
  background: var(--c-blue);
  box-sizing: content-box;
}
@media screen and (max-width: 896px) {
  .g-nav__logo-box {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0;
    text-align: center;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 896px) {
  .g-nav__logo-img {
    width: min(21.875%, 140px);
    margin: auto;
  }
}

.g-nav__list-box {
  flex: 1;
  padding: 40px 10px 40px min(4.16vw, 80px);
}
@media screen and (max-width: 896px) {
  .g-nav__list-box {
    padding: 4.68% 3.125% 11.71%;
  }
}

.g-nav__list > li > a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.8;
}
.g-nav__list > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 20px;
  height: 2px;
  background: var(--c-blue);
}
.g-nav__list > li + li {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .g-nav__list > li > a {
    padding-left: 5%;
    font-size: min(4.375vw, 2.8rem);
  }
  .g-nav__list > li > a::before {
    top: 0.75em;
    width: min(3.125vw, 20px);
    height: 2px;
  }
  .g-nav__list > li + li {
    margin-top: 20px;
  }
}

.g-nav__sub-list-wrapper {
  margin-top: 16px;
  padding-left: min(4.37vw, 84px);
}
@media screen and (max-width: 896px) {
  .g-nav__sub-list-wrapper {
    margin-top: 20px;
    padding-left: min(9.375vw, 60px);
  }
}

.g-nav__sub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(4.94vw, 95px);
}
.g-nav__sub-list li {
  width: min(23.07vw, 443px);
}
@media screen and (max-width: 896px) {
  .g-nav__sub-list {
    flex-direction: column;
    gap: 0;
  }
  .g-nav__sub-list li {
    width: 100%;
  }
}

.hamburger {
  position: relative;
  z-index: 1000;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid var(--c-blue);
  border-radius: 10px;
}
.hamburger.is-active .hamburger-lines:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.is-active .hamburger-lines:last-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 896px) {
  .hamburger { /* base 187 */
    width: min(34.75%, 65px);
    height: auto;
    aspect-ratio: 1/1;
  }
}

.hamburger-lines {
  position: absolute;
  width: 27px;
  height: 3px;
  background: var(--c-blue);
  border-radius: 9999px;
  transition: all 0.5s;
}
.hamburger-lines:first-child {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.hamburger-lines:last-child {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
}
@media screen and (max-width: 896px) {
  .hamburger-lines { /* base 65 */
    width: min(53.84%, 35px);
  }
}

/* sticky-nav
================================================= */
.sticky-nav {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  max-width: 1280px;
  margin: auto;
  padding: 14px 30px;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 896px) {
  .sticky-nav {
    bottom: 2.22%; /* base 縦900px */
    padding: 0;
    border-radius: 40px;
  }
}

.sticky-nav__sticky-logo,
.sticky-nav .hamburger,
.sticky-nav__sticky-btn {
  display: none;
}

.sticky-nav__list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 896px) {
  .sticky-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    overflow: hidden;
  }
}
.sticky-nav__list li {
  position: relative;
  padding-right: 34px;
  text-align: center;
}
.sticky-nav__list li a {
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (hover: hover) {
  .sticky-nav__list li a:hover {
    opacity: 1;
    color: var(--c-blue);
  }
}
@media screen and (max-width: 896px) {
  .sticky-nav__list li {
    padding: 0;
    text-align: center;
  }
  .sticky-nav__list li:nth-child(odd) {
    border-right: 1px solid var(--c-blue);
  }
  .sticky-nav__list li:nth-child(-n+2) {
    border-bottom: 1px solid var(--c-blue);
  }
  .sticky-nav__list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 100%;
    font-size: min(2.2rem, 3.43vw);
  }
}
.sticky-nav__list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(../images/icon-arrow.svg) center/100% no-repeat;
}
@media screen and (max-width: 896px) {
  .sticky-nav__list li::after {
    display: none;
  }
}

.sticky-nav.is-sticky {
  position: fixed;
  top: -100px;
  bottom: auto;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: min(2.08vw, 40px);
  max-width: 1860px;
  margin: 0 auto;
}
.sticky-nav.is-sticky .sticky-nav__list {
  column-gap: min(2.08vw, 40px);
  align-items: center;
}
.sticky-nav.is-sticky .sticky-nav__list li a {
  font-size: clamp(1.4rem, 0.93vw, 1.8rem);
}
.sticky-nav.is-sticky .sticky-nav__list li::after {
  display: none;
}
.sticky-nav.is-sticky .sticky-nav__sticky-logo,
.sticky-nav.is-sticky .hamburger,
.sticky-nav.is-sticky .sticky-nav__sticky-btn {
  display: block;
}
.sticky-nav.is-sticky .hamburger {
  flex-shrink: 0;
}
.sticky-nav.is-sticky .sticky-nav__sticky-btn {
  position: absolute;
  right: 53px;
  bottom: -175px;
  width: 140px;
  height: 140px;
}
.sticky-nav.is-sticky .sticky-nav__sticky-btn img {
  border-radius: 50%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 896px) {
  .sticky-nav.is-sticky {
    column-gap: unset;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 0;
  }
  .sticky-nav.is-sticky .sticky-nav__list {
    display: none;
  }
  .sticky-nav.is-sticky .sticky-nav__right {
    display: flex;
    align-items: center;
    gap: min(10.695%, 20px);
    width: min(32.24%, 187px);
  }
  .sticky-nav.is-sticky .hamburger {
    width: min(34.75%, 65px);
    height: auto;
    aspect-ratio: 1/1;
  }
  .sticky-nav.is-sticky .sticky-nav__sticky-btn {
    position: static;
    width: min(54.54%, 102px);
    height: auto;
  }
}

.lower_body .sticky-nav {
  display: none;
}
.lower_body .sticky-nav.is-sticky {
  display: flex;
}
.lower_body .sticky-nav__list {
  display: none;
}

.is-open .sticky-nav.is-sticky {
  background: none;
  box-shadow: none;
  justify-content: end;
}
.is-open .sticky-nav.is-sticky .sticky-nav__sticky-logo,
.is-open .sticky-nav.is-sticky .sticky-nav__list,
.is-open .sticky-nav.is-sticky .sticky-nav__sticky-btn {
  display: none;
}
@media screen and (max-width: 896px) {
  .is-open .sticky-nav.is-sticky .sticky-nav__right {
    justify-content: end;
  }
}

/* footer
================================================= */
footer {
  position: relative;
  z-index: 3;
}
body.is-open footer {
  z-index: 1;
}
footer p {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 896px) {
  footer p {
    padding: 3.75% 0;
    font-size: 1.4rem;
  }
}

/* pagetop
================================================= */
.pageTop {
  display: none;
  background: #05aff0;
  border: none;
  position: fixed;
  right: 3%;
  bottom: 5%;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  font-family: "Robot";
  color: #fff;
  font-size: 10px;
  text-align: center;
  z-index: 997;
}
.pageTop a {
  display: block;
  padding-top: 30px;
}
@media screen and (max-width: 896px) {
  .pageTop {
    right: 15px;
    bottom: 30px;
    margin: 0;
    width: 60px;
    height: 60px;
  }
}

.pageTop:hover {
  color: #06aff0;
  background-color: #fff;
  border: #06aff0 solid 1px;
}

.pageTop.show {
  display: inline-block;
}

.pageTop::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 18px;
  left: 50%;
  border-right: #fff solid 4px;
  border-top: #fff solid 4px;
  transform: translateX(-50%) rotate(-45deg);
}

.pageTop:hover::before {
  color: #06aff0;
  border-color: #06aff0;
}

.f_gotop {
  display: none;
}

/* top lead
================================================= */
.lead {
  position: relative;
  z-index: 1;
  position: relative;
  margin: -242px 0 min(21.8vw, 361px);
  padding: 0 10px;
  background: #EBFAFF url(../images/lead-bg.png) left bottom/1305px 1156px no-repeat;
}
@media screen and (max-width: 896px) {
  .lead {
    margin: -18.75% 0 9.375%;
    padding: 0;
    background: url(../images/lead-bg-sp.png) left top/100% auto no-repeat;
  }
}

.lead__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.lead__textbox {
  padding: 336px 0 120px;
}
.lead__textbox h2 {
  margin-bottom: 52px;
  font-family: var(--f-zen-r);
  font-weight: 400;
  font-size: 4rem;
  font-size: min(3.125vw, 4rem);
}
.lead__textbox p {
  width: 50%;
  font-size: 2rem;
  font-size: min(1.56vw, 2rem);
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .lead__textbox { /* base 600 */
    padding: 27.16% 3.125% 0;
  }
  .lead__textbox h2 {
    margin-bottom: 5.83%;
    font-size: min(6.25vw, 4rem);
  }
  .lead__textbox p {
    width: 100%;
    font-size: min(3.75vw, 2.4rem);
  }
}

.lead__img {
  position: absolute;
  right: 0;
  bottom: min(-7.16vw, -86px);
  width: min(43.75vw, 840px);
  aspect-ratio: 840/950;
}
.lead__img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .lead__img { /* base 640 */
    position: relative;
    right: auto;
    bottom: auto;
    width: 78.125%;
    margin: 7.18% 0 0 auto;
  }
}

.lead__subimg {
  position: absolute;
  bottom: -20.31%;
  left: -58.92%;
  width: 65.95%;
  aspect-ratio: 554/372;
}
.lead__subimg img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .lead__subimg { /* base 500 */
    position: static;
    width: 94.19%;
    margin: -12.98% 0 0 -24%;
  }
}

/* top about
================================================= */
.about {
  padding: 0 0 100px;
}
@media screen and (max-width: 896px) {
  .about {
    padding: 0 0 11.56%;
  }
}

.about__inner01 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: content-box;
}
@media screen and (max-width: 896px) {
  .about__inner01 {
    max-width: 100%;
    padding: 0 3.125%;
    box-sizing: border-box;
  }
}

.about__textbox01 {
  display: flex;
  flex-wrap: wrap;
  gap: 4.94vw 6.25%;
}
.about__textbox01 > div {
  width: 46.87%;
}
@media screen and (max-width: 896px) {
  .about__textbox01 {
    display: block;
  }
  .about__textbox01 > div { /* bace 600 */
    width: 100%;
    margin-bottom: 10%;
  }
}

.about__textbox01-1 {
  order: 2;
}
.about__textbox01-1 .section-title {
  text-align-last: left;
}

.about__textbox01-2-text {
  padding: 20px 0.5em;
  font-family: var(--f-noto-b);
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  background: #EBFAFF;
  border: 1px solid var(--c-blue);
  border-radius: 20px;
}
@media screen and (max-width: 896px) {
  .about__textbox01-2-text { /* bace 600px */
    font-size: min(3.125vw, 2rem);
    padding: 3.33% 0.5em;
  }
}

.about__textbox01-2-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: min(2.18vw, 28px) min(5.39vw, 69px);
  /* height: min(22.1vw, 283px); */
  margin-top: 50px;
  padding-top: 20px;
  background: url(../images/about-bg-ring.png) center/contain no-repeat;
}
.about__textbox01-2-item::before {
  content: "";
  display: block;
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
  width: 65px;
  height: 32px;
  margin: auto;
  background: url(../images/icon-arrow-up.png) left top/100% no-repeat;
}
.about__textbox01-2-item > div {
  width: 56.16%;
}
.about__textbox01-2-item > div dt {
  font-family: var(--f-noto-b);
  font-weight: 700;
  font-size: min(1.56vw, 2rem);
  text-align: center;
  line-height: 1.8;
}
.about__textbox01-2-item > div dd {
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  line-height: 1.4;
}
.about__textbox01-2-item > div:not(:first-child) {
  width: 41%;
}
.about__textbox01-2-item > div:nth-child(1) dt {
  color: #548D58;
}
.about__textbox01-2-item > div:nth-child(2) dt {
  color: #C27C1B;
}
.about__textbox01-2-item > div:nth-child(3) dt {
  color: #BA4E9A;
}
@media screen and (max-width: 896px) {
  .about__textbox01-2-item {
    gap: min(14.06vw, 46px) min(10.68%, 78px);
    height: min(51.09vw, 327px);
    margin-top: 55px;
  }
  .about__textbox01-2-item::before {
    top: -45px;
    width: 65px;
    height: 32px;
  }
  .about__textbox01-2-item > div {
    width: 75.5%;
  }
  .about__textbox01-2-item > div dt {
    font-size: min(3.75vw, 2.4rem);
  }
  .about__textbox01-2-item > div dd {
    font-size: clamp(1.2rem, 3.43vw, 2.2rem);
  }
  .about__textbox01-2-item > div:not(:first-child) {
    width: 44.66%;
  }
}

.about__textbox01-2 {
  order: 1;
}

.about__textbox01-3 {
  order: 3;
}

.about__imgbox01 {
  width: min(43.75vw, 840px);
  margin: min(-13.125vw, -252px) 0 min(5.2vw, 100px) auto;
  aspect-ratio: 840/520;
}
.about__imgbox01 img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .about__imgbox01 { /* bace 640 */
    width: min(90.62%, 580px);
    margin: 0 0 9.37% auto;
  }
}

.about__textbox02 {
  width: 46.87%;
  margin: min(7.81vw, 100px) 0 0 auto;
}
@media screen and (max-width: 896px) {
  .about__textbox02 {
    width: 100%;
    margin: 0 0 10%;
  }
}

.about__imgbox02 {
  width: min(43.75vw, 840px);
  margin: max(-23.38vw, -449px) 0 134px 0;
  aspect-ratio: 840/520;
}
.about__imgbox02 img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .about__imgbox02 { /* bace 640 */
    width: min(90.62%, 580px);
    margin: 0 0 15.62%;
  }
}

/* top about concept
================================================= */
.about__inner02 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: content-box;
}
@media screen and (max-width: 896px) {
  .about__inner02 {
    max-width: 100%;
    padding: 0 3.125%;
    box-sizing: border-box;
  }
}

.about__concept {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 8.75%;
}
@media screen and (max-width: 896px) {
  .about__concept {
    display: block;
  }
}

.about__concept-dl {
  position: relative;
  width: 45.625%;
}
.about__concept-dl:last-child {
  width: 100%;
}
.about__concept-dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: min(23.125vw, 296px);
  height: min(23.125vw, 296px);
  background: #EBFAFF;
  border-radius: 50%;
}
.about__concept-dl > dt {
  display: flex;
  align-items: baseline;
  margin-bottom: 28px;
}
.about__concept-dl > dt .about__concept-title-jp {
  display: inline-block;
  width: 5em;
  margin-right: 1em;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: min(2.81vw, 3.6rem);
  line-height: 1;
}
.about__concept-dl > dt .about__concept-title-en {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: min(10.15vw, 13rem);
  line-height: 1;
  color: var(--c-blue);
}
@media screen and (max-width: 896px) {
  .about__concept-dl {
    width: 100%;
  }
  .about__concept-dl + .about__concept-dl {
    margin-top: 15%;
  }
  .about__concept-dl::before {
    width: min(46.25vw, 296px);
    height: min(46.25vw, 296px);
  }
  .about__concept-dl > dt {
    margin-bottom: 3.33%;
  }
  .about__concept-dl > dt .about__concept-title-jp {
    font-size: min(5.62vw, 3.6rem);
  }
  .about__concept-dl > dt .about__concept-title-en {
    font-size: min(20.31vw, 13rem);
  }
}

.about__concept-value {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 6.25%;
}
@media screen and (max-width: 896px) {
  .about__concept-value {
    display: block;
  }
}

.about__concept-value-item {
  width: 46.875%;
}
.about__concept-value-item dt {
  position: relative;
  padding-left: 30px;
  font-size: 2.8rem;
  line-height: 1.8;
}
.about__concept-value-item dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 20px;
  height: 2px;
  background: var(--c-blue);
}
.about__concept-value-item dd {
  padding-left: 30px;
}
@media screen and (max-width: 896px) {
  .about__concept-value-item {
    width: 100%;
  }
  .about__concept-value-item + .about__concept-value-item {
    margin-top: 7.5%;
  }
  .about__concept-value-item dt {
    padding-left: 5%;
    font-size: min(4.375vw, 2.8rem);
  }
  .about__concept-value-item dt::before {
    top: 0.75em;
    width: 3.33%;
    height: 2px;
  }
  .about__concept-value-item dd {
    padding-left: 5%;
  }
}

/* top priority
================================================= */
.priority {
  padding: 50px 0 100px;
  background: #EBFAFF;
}
@media screen and (max-width: 896px) {
  .priority {
    padding: 9.37% 0 11.56%;
  }
  .priority .section-title span::before {
    margin-left: 1.5em;
  }
}

.priority__lead {
  margin: 20px 0 120px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .priority__lead {
    margin: 6.25% 0 17.96%;
    padding: 0 3.125%;
  }
}

.priority__box {
  position: relative;
}
.priority__box + .priority__box {
  margin-top: 140px;
}
@media screen and (max-width: 896px) {
  .priority__box + .priority__box {
    margin-top: 17.18%;
  }
}

.priority__box-img {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(63.54vw, 1220px);
  margin-top: min(-3.125vw, -60px);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
.priority__box-img div {
  width: 25%;
  aspect-ratio: 305/280;
}
.priority__box-img div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.priority__box:nth-of-type(2) .priority__box-img {
  right: auto;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 896px) {
  .priority__box-img { /* base 640 */
    width: min(95.31%, 610px);
    margin-top: min(-7.81vw, -50px);
    border-top-left-radius: min(6.25vw, 40px);
    border-bottom-left-radius: min(6.25vw, 40px);
  }
  .priority__box:nth-of-type(2) .priority__box-img {
    right: auto;
    left: 0;
  }
  .priority__box:nth-of-type(2) .priority__box-img {
    border-top-right-radius: min(6.25vw, 40px);
    border-bottom-right-radius: min(6.25vw, 40px);
  }
}

.priority__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: content-box;
}
@media screen and (max-width: 896px) {
  .priority__inner {
    max-width: 100%;
    padding: 0 3.125%;
    box-sizing: border-box;
  }
}

.priority__inner-box {
  padding: min(2vw, 30px) 10px 80px;
  background: #fff;
  border-radius: 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 896px) {
  .priority__inner-box {
    padding: min(14.06vw, 90px) 3.33% 10%;
  }
}

.priority__inner-box-item {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .priority__inner-box-item {
    max-width: 100%;
  }
}

.priority__title {
  display: block;
  min-height: min(5em, 199px);
  width: 26.31%;
  margin: 0 0 min(2.08vw, 40px) 2.03%;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: min(2.81vw, 3.6rem);
  line-height: 1.5;
  text-align: center;
}
.priority__title em {
  display: block;
  margin-bottom: 20px;
  font-family: var(--f-zen-m);
  font-weight: 500;
  font-size: min(5vw, 6.4rem);
  line-height: 1;
  color: var(--c-blue);
}
.priority__box:nth-of-type(2) .priority__title {
  margin: 0 2.03% min(2.08vw, 40px) auto;
}
@media screen and (max-width: 896px) {
  .priority__title {
    min-height: auto;
    width: 100%;
    margin: 0 auto 6.66%;
    font-size: min(5.625vw, 3.6rem);
  }
  .priority__title em {
    margin-bottom: 17px;
    font-size: min(10vw, 6.4rem);
  }
  .priority__box:nth-of-type(2) .priority__title {
    margin: 0 auto 6.66%;
  }
}

.priority__textbox div {
  display: flex;
  align-items: center;
  gap: 3.35%;
  padding: 28px 2.34% 28px 3.35%;
  border-radius: 20px;
}
.priority__textbox div + div {
  margin-top: 40px;
}
.priority__textbox dt {
  display: inline-block;
  width: 13em;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
}
.priority__textbox dt span {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 9999px;
}
.priority__textbox dd {
  flex: 1;
}
@media screen and (max-width: 896px) {
  .priority__textbox div { /* base 560 */
    display: block;
    padding: 7.14% 3.57%;
  }
  .priority__textbox div + div { /* base 600 */
    margin-top: 6.66%;
  }
  .priority__textbox dt {
    display: block;
    width: 100%;
    margin-bottom: 5.76%;
    font-size: min(4.375vw, 2.8rem);
  }
  .priority__textbox dt span { /* base 520 */
    padding: 2.5% 4.8%;
  }
}

/* top experience
================================================= */
.experience {
  padding: 80px 10px 100px;
}
@media screen and (max-width: 896px) {
  .experience { /* bace 640 */
    padding: 9.37% 3.125% 12.5%;
  }
}

.experience__inner {
  max-width: 1280px;
  margin: 60px auto 0;
}
@media screen and (max-width: 896px) {
  .experience__inner {
    max-width: 100%;
    margin: 6.66% auto 0;
  }
}

.experience__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 86px 5.46%;
}
.experience__list > li {
  display: grid;
}
.experience__list > li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .experience__list {
    display: block;
  }
  .experience__list > li {
    display: block;
  }
  .experience__list > li a {
    display: block;
  }
  .experience__list > li + li {
    margin-top: 13.33%;
  }
}

.experience__list-img {
  /* height: 260px; */
  aspect-ratio: 380/260;
  margin-bottom: 10px;
}
.experience__list-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .experience__list-img {
    /* height: min(64.06vw, 410px); */
    aspect-ratio: 600/410;
    margin-bottom: 2.5%;
  }
}

.experience__list-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .experience__list-title {
    margin-bottom: 3.33%;
    font-size: min(4.375vw, 2.8rem);
  }
}

.experience__list-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
}
.experience__list-cat li {
  padding: 2px 10px;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 9999px;
}
@media screen and (max-width: 896px) {
  .experience__list-cat li {
    padding: 0.66% 2.83%;
    font-size: min(3.43vw, 2.2rem);
  }
}

.no-posts {
  text-align: center;
}

.lower_archive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 70px;
}

.lower_archive__pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 2.2rem;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.lower_archive__pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
  cursor: default;
}

.lower_archive__pagination .page-numbers img {
  width: 35px;
  height: auto;
  display: block;
}

.lower_archive__pagination .dots {
  border-radius: 0;
  cursor: default;
}

.experience__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100px;
  margin: 120px auto 0;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  border: 1px solid var(--c-blue);
  border-radius: 9999px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.experience__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  background: url(../images/icon-arrow-right.svg) center/100% auto no-repeat;
}
@media screen and (max-width: 896px) {
  .experience__btn {
    width: min(100%, 580px);
    height: min(15.625vw, 100px);
    margin: 10% auto 0;
    font-size: min(4.375vw, 2.8rem);
  }
  .experience__btn::after {
    right: min(5.83%, 35px);
    width: min(6.25vw, 40px);
    height: min(6.25vw, 40px);
  }
}

/* top association
================================================= */
.association {
  position: relative;
  margin-bottom: 16.14%;
  padding: 50px 0 245px;
  background: #EBFAFF;
}
@media screen and (max-width: 896px) {
  .association {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding: 9.37% 0;
  }
  .association .section-title {
    order: 1;
  }
}

.association__inner {
  max-width: 1280px;
  margin: 87px auto 0;
  padding: 0 10px;
  box-sizing: content-box;
}
@media screen and (max-width: 896px) {
  .association__inner {
    order: 3;
    max-width: 100%;
    margin: 6.25% auto 0;
    padding: 0 3.125%;
    box-sizing: border-box;
  }
}

.association__textbox {
  width: 48.43%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 896px) {
  .association__textbox {
    width: 100%;
    margin: 0;
  }
}

.association__img {
  position: absolute;
  left: 0;
  width: min(43.75vw, 840px);
  margin-top: min(-9.375vw, 180px);
  aspect-ratio: 840/520;
}
.association__img img {
  width: 100%;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  object-fit: cover;
}
@media screen and (min-width: 897px) {
  .association__img img {
    height: 100%;
  }
}
@media screen and (max-width: 896px) {
  .association__img { /* base 640 */
    order: 2;
    position: static;
    width: min(91.25%, 584px);
    margin: 9.37% 0 0;
  }
}

.association__sub-img {
  position: absolute;
  bottom: -27.44%;
  right: -58.69%;
  width: 65.95%;
  aspect-ratio: 554/372;
}
.association__sub-img img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .association__sub-img { /* bace 584 */
    position: static;
    width: 65.4%;
    margin: -3.93% -3.42% 0 auto;
  }
}

/* lower common
================================================= */
.lower_body {
  background: linear-gradient(180deg, #fff 0%, #fff 166px, #EBFAFF 167px, #EBFAFF 646px, #fff 647px, #fff 100%);
}
@media screen and (max-width: 896px) {
  .lower_body {
    background: linear-gradient(180deg, #fff 0%, #fff 120px, #EBFAFF 121px, #EBFAFF 720px, #fff 721px, #fff 100%);
  }
}

.lower_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px 100px;
  box-sizing: content-box;
}
@media screen and (max-width: 896px) {
  .lower_inner {
    max-width: 100%;
    padding: 0 3.125% 18.75%;
    box-sizing: border-box;
  }
}

/* lower fv
================================================= */
.lower_fv {
  position: relative;
  width: 100%;
}

.lower_fv__inner {
  position: relative;
  max-width: 1860px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .lower_fv__inner {
    max-width: 100%;
    width: 93.75%;
  }
}

.lower_fv__bg-image {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../images/lower_fv-bg.png) center/cover no-repeat;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .lower_fv__bg-image {
    height: min(38.28vw, 245px);
    background: url(../images/lower_fv-bg-sp.png) center/cover no-repeat;
  }
}

.lower_fv__h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  text-align: center;
}
.lower_fv__h1 .lower_fv__h1-title-jp {
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic Medium", sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 1;
}
.lower_fv__h1 .lower_fv__h1-title-en {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .lower_fv__h1 { /* base 640 */
    justify-content: flex-end;
    padding-bottom: min(4.68%, 30px);
  }
  .lower_fv__h1 .lower_fv__h1-title-jp {
    font-size: min(5.93vw, 3.8rem);
  }
  .lower_fv__h1 .lower_fv__h1-title-en {
    font-size: min(4.67vw, 3rem);
  }
}

/* lower breadcrumb
================================================= */
.breadcrumb ul {
  display: flex;
  gap: 1em;
  margin-top: 8px;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  align-items: center;
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
}
.breadcrumb ul li:last-child {
  flex: 1;
}
.breadcrumb ul li + li::before {
  content: "＞";
  display: inline-block;
  margin-right: 1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 896px) {
  .breadcrumb ul {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  }
}

/* lower archive heading
================================================= */
.lower_archive__heading {
  padding: 100px 0 140px;
}
@media screen and (max-width: 896px) {
  .lower_archive__heading {
    padding: 9.16% 0 20%;
  }
}

.lower_archive__cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px;
}
.lower_archive__cat-list li a {
  display: inline-block;
  padding: 10px 25px;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 2.4rem;
  border-radius: 9999px;
}
@media screen and (max-width: 896px) {
  .lower_archive__cat-list {
    justify-content: flex-start;
    gap: min(4.68vw, 30px) min(5.93vw, 38px);
  }
  .lower_archive__cat-list li {
    width: calc((100% - min(5.93vw, 38px)) / 2);
  }
  .lower_archive__cat-list li a {
    padding: 1.66% 4.16%;
    font-size: min(3.75vw, 2.4rem);
    white-space: nowrap;
  }
  .lower_archive__cat-list li:first-child {
    width: 100%;
  }
}

/* lower post heading
================================================= */
.lower_heading {
  padding: 76px 0 95px;
}
@media screen and (max-width: 896px) {
  .lower_heading {
    padding: 11.66% 0;
  }
}

.lower_heading__title {
  margin-bottom: 27px;
  font-family: var(--f-zen-m);
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  .lower_heading__title {
    margin-bottom: 5%;
    font-size: min(6.25vw, 4rem);
  }
}

.lower_heading__cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  margin-bottom: 20px;
}
.lower_heading__cat li {
  padding: 2px 10px;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 9999px;
}
@media screen and (max-width: 896px) {
  .lower_heading__cat li {
    padding: 0.66% 2.83%;
    font-size: min(3.43vw, 2.2rem);
  }
}

.lower_heading__lead {
  margin-bottom: 70px;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .lower_heading__lead {
    margin-bottom: 8.33%;
    font-size: min(4.37vw, 2.8rem);
  }
}

.lower_heading__cat02 {
  padding: 30px 0 62px;
  border: 1px solid var(--c-blue);
  border-radius: 20px;
}
@media screen and (max-width: 896px) {
  .lower_heading__cat02 {
    padding: 5% 2.16% 7.66%;
  }
}

.lower_heading__cat02-title {
  margin: 0 0 40px 2.34%;
}
@media screen and (max-width: 896px) {
  .lower_heading__cat02-title { /* base 574 */
    margin-bottom: 5.22%;
  }
}

.lower_heading__cat02-title-jp {
  display: inline-block;
  margin-right: 0.5em;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .lower_heading__cat02-title-jp {
    font-size: min(5vw, 3.2rem);
  }
}

.lower_heading__cat02-title-en {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .lower_heading__cat02-title-en {
    font-size: min(3.12vw, 2rem);
  }
}

.lower_heading__cat02-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 83.59%;
  margin: 0 auto;
}
.lower_heading__cat02-list li { /* base 1070 */
  width: calc((100% - 160px) / 5);
}
@media screen and (max-width: 896px) {
  .lower_heading__cat02-list {
    gap: 30px 14px;
    width: 100%;
  }
  .lower_heading__cat02-list li { /* bace 574 */
    width: calc((100% - 28px) / 3);
  }
}

/* lower slider
================================================= */
.slider-wrapper {
  max-width: 1280px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 896px) {
  .slider-wrapper {
    margin-bottom: 10%;
  }
}

.main-slider-wrap {
  position: relative;
  width: 100%;
}

.main-swiper {
  width: 100%;
  aspect-ratio: 1280/620;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .main-swiper {
    aspect-ratio: 600/540;
  }
}

.main-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  width: 35px !important;
  height: 35px !important;
  background-color: transparent;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev {
  left: 20px !important;
}

.swiper-button-next {
  right: 20px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination {
  bottom: 20px !important;
  right: 20px !important;
  left: auto !important;
  width: auto !important;
  display: flex;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 100px;
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid #1AA2D7 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #1AA2D7 !important;
}

/* lower contents
================================================= */
.lower_contents + .lower_contents {
  margin-top: 190px;
}
@media screen and (max-width: 896px) {
  .lower_contents + .lower_contents {
    margin-top: 15.83%;
  }
}

.lower_contents__title {
  margin-bottom: 36px;
  font-family: var(--f-noto-m);
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 896px) {
  .lower_contents__title {
    margin-bottom: 6.66%;
    font-size: min(5vw, 3.2rem);
  }
}

.lower_contents__box {
  display: flow-root;
}
@media screen and (min-width: 897px) {
  .lower_contents__box.pc-1-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .lower_contents__box.pc-1-row .lower_contents__box-img {
    width: 70.31%;
    aspect-ratio: 900/600;
  }
  .lower_contents__box.pc-1-row .lower_contents__box-text {
    width: 100%;
  }
}
.lower_contents__box + .lower_contents__box {
  margin-top: 105px;
}
.lower_contents__box > div {
  width: calc((100% - 75px) / 2);
}
@media screen and (max-width: 896px) {
  .lower_contents__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(9.37vw, 60px);
  }
  .lower_contents__box + .lower_contents__box {
    margin-top: min(9.37vw, 60px);
  }
  .lower_contents__box > div {
    width: 100%;
  }
}

.lower_contents__box-img {
  aspect-ratio: 600/400;
}
@media screen and (min-width: 897px) {
  .lower_contents__box-img {
    float: left;
    margin: 0 75px 30px 0;
  }
  .pc-row-reverse .lower_contents__box-img {
    float: right;
    margin: 0 0 30px 75px;
  }
  .pc-1-row .lower_contents__box-img {
    float: none;
    margin: 0;
  }
}
.lower_contents__box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (min-width: 897px) {
  .lower_contents__box-text {
    display: inline;
  }
  .pc-1-row .lower_contents__box-text {
    display: block;
  }
}
.lower_contents__box-text strong {
  font-weight: bold;
}
.lower_contents__box-text > * + * {
  margin-top: 1em;
}/*# sourceMappingURL=style.css.map */