:root {
  --c-ctzn_blue: hsla(220, 100%, 56%, 1);
  --c-ctzn_blck: hsla(195, 5%, 17%, 1);
  --c-ctzn_wht: hsla(0, 0%, 100%, 1);
  --c-ctzn_blue50: hsl(220 63.1% 72.4%);
  --c-gray464949: hsl(180 2.1% 28%);
  --c-gray500: hsla(218, 6%, 75%, 0.46);
  --c-gray400: hsla(210, 8%, 84%, 1);
  --c-gray300: hsla(210, 11%, 89%, 1);
  --c-gray200: hsla(204, 15%, 94%, 1);
  --c-gray555: hsl(0 0% 33.3%);
  --c-grayAaa: hsl(0 0% 66.7%);
  --c-gray2: hsla(0, 1%, 45%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-White: hsl(220 0% 100%);
  --c-bgGradient: linear-gradient(135deg, hsla(0, 0%, 100%, 1) -10%, hsla(207, 7%, 67%, 1) 200%);
  --c-dummy: hsl(0 0% 47.1%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-white: hsl(220 0% 100%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --fadeInLength: 20px;
  --fadeInOpacityDuration: 0.8s;
  --lmContentsDelay: 0.3s;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.intro {
  padding-top: 80px;
}
@media screen and (max-width: 1239px) {
  .intro {
    padding-top: 60px;
  }
}
@media screen and (max-width: 839px) {
  .intro {
    padding-top: 40px;
  }
}
.intro .lead {
  margin-inline: auto;
  width: 800px;
}
@media screen and (max-width: 1239px) {
  .intro .lead {
    margin-inline: 5vw;
    width: auto;
  }
}
.intro .lead p {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.05em;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.intro .lead p span {
  font-weight: 400;
}
.intro .lead p {
  text-align: center;
}
@media screen and (max-width: 839px) {
  .intro .lead p {
    font-size: 13px;
  }
}

.section_content {
  margin-top: 120px;
}
@media screen and (max-width: 1239px) {
  .section_content {
    margin-top: 100px;
  }
}
@media screen and (max-width: 839px) {
  .section_content {
    margin-top: 80px;
  }
}
.section_content .num {
  margin-right: -0.05em;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.section_content .num span {
  font-weight: 500;
}
.section_content .num {
  text-align: center;
}
.section_content .title {
  padding-top: 15px;
}
.section_content .title h3 {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.section_content .title h3 span {
  font-weight: 500;
}
.section_content .title h3 {
  text-align: center;
}
@media screen and (max-width: 839px) {
  .section_content .title h3 {
    font-size: 13px;
  }
}
.section_content .lead {
  padding-top: 40px;
  margin-inline: auto;
  width: 800px;
}
@media screen and (max-width: 1239px) {
  .section_content .lead {
    padding-top: 35px;
    margin-inline: 5vw;
    width: auto;
  }
}
@media screen and (max-width: 839px) {
  .section_content .lead {
    padding-top: 30px;
  }
}
.section_content .lead p {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.05em;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.section_content .lead p span {
  font-weight: 400;
}
.section_content .lead p {
  text-align: center;
}
@media screen and (max-width: 839px) {
  .section_content .lead p {
    font-size: 13px;
  }
}
.section_content .swipe_info {
  display: none;
}
@media screen and (max-width: 1039px) {
  .section_content .swipe_info {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-inline: 5vw;
  }
}
.section_content .content {
  margin-top: 40px;
  margin-inline: auto;
  width: 980px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .section_content .content {
    margin-top: 35px;
    width: 80vw;
  }
}
@media screen and (max-width: 1039px) {
  .section_content .content {
    margin-top: 40px;
    width: 90vw;
  }
}
@media screen and (max-width: 1039px) {
  .section_content .content .swipe_wrap {
    margin-left: -5vw;
    margin-right: -5vw;
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 1239px) {
  .section_content .content .swipe_wrap .swipe_container {
    width: 100%;
  }
}
@media screen and (max-width: 1039px) {
  .section_content .content .swipe_wrap .swipe_container {
    padding-left: 5vw;
    padding-right: 5vw;
    width: calc(980px + 10vw);
  }
}
@media screen and (max-width: 839px) {
  .section_content .content .swipe_wrap .swipe_container {
    width: calc(840px + 10vw);
  }
}
@media screen and (max-width: 639px) {
  .section_content .content .swipe_wrap .swipe_container {
    width: calc(700px + 10vw);
  }
}
.section_content .content .swipe_wrap .swipe_container .illust {
  width: 100%;
}
.section_content .content .swipe_wrap .swipe_container .illust img {
  width: 100%;
  height: auto;
}

.business_field {
  margin-top: 120px;
  margin-inline: auto;
  width: 980px;
}
@media screen and (max-width: 1239px) {
  .business_field {
    margin-top: 100px;
    width: 80vw;
  }
}
@media screen and (max-width: 839px) {
  .business_field {
    margin-top: 80px;
    width: 70vw;
  }
}
@media screen and (max-width: 639px) {
  .business_field {
    width: 80vw;
  }
}
.business_field .business_field_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
}
@media screen and (max-width: 1239px) {
  .business_field .business_field_ul {
    column-gap: 4vw;
  }
}
@media screen and (max-width: 839px) {
  .business_field .business_field_ul {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
}
.business_field .business_field_ul li .title h3 {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.business_field .business_field_ul li .title h3 span {
  font-weight: 500;
}
.business_field .business_field_ul li .title h3 {
  text-align: center;
}
@media screen and (max-width: 839px) {
  .business_field .business_field_ul li .title h3 {
    font-size: 13px;
  }
}
.business_field .business_field_ul li .photo {
  margin-top: 60px;
  width: 100%;
  aspect-ratio: 465/280;
}
@media screen and (max-width: 1239px) {
  .business_field .business_field_ul li .photo {
    margin-top: 50px;
  }
}
@media screen and (max-width: 839px) {
  .business_field .business_field_ul li .photo {
    margin-top: 40px;
  }
}
.business_field .business_field_ul li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business_field .business_field_ul li .head {
  padding-top: 60px;
}
@media screen and (max-width: 1239px) {
  .business_field .business_field_ul li .head {
    padding-top: 50px;
  }
}
@media screen and (max-width: 839px) {
  .business_field .business_field_ul li .head {
    padding-top: 40px;
  }
}
.business_field .business_field_ul li .head h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  font-weight: 400;
}
.business_field .business_field_ul li .head h4 span {
  font-weight: 400;
}
.business_field .business_field_ul li .head h4 {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .business_field .business_field_ul li .head h4 {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 839px) {
  .business_field .business_field_ul li .head h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.business_field .business_field_ul li .body {
  padding-top: 50px;
}
@media screen and (max-width: 1239px) {
  .business_field .business_field_ul li .body {
    padding-top: 40px;
  }
}
@media screen and (max-width: 839px) {
  .business_field .business_field_ul li .body {
    padding-top: 30px;
  }
}
.business_field .business_field_ul li .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 400;
}
.business_field .business_field_ul li .body p span {
  font-weight: 400;
}
.business_field .business_field_ul li .body p {
  text-align: justify;
}
@media screen and (max-width: 839px) {
  .business_field .business_field_ul li .body p {
    font-size: 13px;
  }
}

.detail {
  margin-top: 160px;
  margin-inline: auto;
  width: 980px;
}
@media screen and (max-width: 1239px) {
  .detail {
    margin-top: 120px;
    width: 80vw;
  }
}
@media screen and (max-width: 839px) {
  .detail {
    margin-top: 80px;
    width: 70vw;
  }
}
@media screen and (max-width: 639px) {
  .detail {
    width: 80vw;
  }
}
.detail .title h3 {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.detail .title h3 span {
  font-weight: 500;
}
.detail .title h3 {
  text-align: center;
}
@media screen and (max-width: 839px) {
  .detail .title h3 {
    font-size: 13px;
  }
}
.detail .title .line {
  margin-top: 60px;
  width: 100%;
  height: 1px;
  background-color: var(--c-gray400);
}
@media screen and (max-width: 1239px) {
  .detail .title .line {
    margin-top: 50px;
  }
}
@media screen and (max-width: 839px) {
  .detail .title .line {
    margin-top: 40px;
  }
}
.detail .title .line.fadeElem {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.detail .title .line.fadeIn {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.detail .content {
  margin-top: 60px;
  margin-inline: auto;
  width: 880px;
}
@media screen and (max-width: 1239px) {
  .detail .content {
    margin-top: 50px;
    width: 70vw;
  }
}
@media screen and (max-width: 839px) {
  .detail .content {
    margin-top: 40px;
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  .detail .content {
    width: 70vw;
  }
}
.detail .content .detail_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 80px;
}
@media screen and (max-width: 1239px) {
  .detail .content .detail_ul {
    column-gap: 4vw;
    row-gap: 70px;
  }
}
@media screen and (max-width: 839px) {
  .detail .content .detail_ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 639px) {
  .detail .content .detail_ul {
    row-gap: 60px;
  }
}
.detail .content .detail_ul li .photo {
  width: 100%;
  aspect-ratio: 411/248;
}
.detail .content .detail_ul li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail .content .detail_ul li .head {
  padding-top: 40px;
}
@media screen and (max-width: 1239px) {
  .detail .content .detail_ul li .head {
    padding-top: 35px;
  }
}
@media screen and (max-width: 839px) {
  .detail .content .detail_ul li .head {
    padding-top: 30px;
  }
}
.detail .content .detail_ul li .head h4 {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.detail .content .detail_ul li .head h4 span {
  font-weight: 500;
}
.detail .content .detail_ul li .head h4 {
  text-align: center;
}
@media screen and (max-width: 839px) {
  .detail .content .detail_ul li .head h4 {
    font-size: 13px;
  }
}
.detail .content .detail_ul li .body {
  padding-top: 40px;
}
@media screen and (max-width: 1239px) {
  .detail .content .detail_ul li .body {
    padding-top: 35px;
  }
}
@media screen and (max-width: 839px) {
  .detail .content .detail_ul li .body {
    padding-top: 30px;
  }
}
.detail .content .detail_ul li .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 400;
}
.detail .content .detail_ul li .body p span {
  font-weight: 400;
}
.detail .content .detail_ul li .body p {
  text-align: justify;
}
@media screen and (max-width: 839px) {
  .detail .content .detail_ul li .body p {
    font-size: 13px;
  }
}

.other_contents {
  margin-top: 160px;
}
@media screen and (max-width: 1239px) {
  .other_contents {
    margin-top: 130px;
  }
}
@media screen and (max-width: 639px) {
  .other_contents {
    margin-top: 100px;
  }
}