.text-teal {
  color: #55C5C9;
}

.text-red {
  color: #D52C2F !important;
}

/* josefin-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/josefin-sans-v26-latin-regular.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-regular.woff") format("woff");
}
/* josefin-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../assets/fonts/josefin-sans-v26-latin-500italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-500italic.woff") format("woff");
}
/* josefin-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../assets/fonts/josefin-sans-v26-latin-600italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-600italic.woff") format("woff");
}
/* josefin-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../assets/fonts/josefin-sans-v26-latin-700italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-700italic.woff") format("woff");
}
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: clamp(2.5rem, 5vw, 6.4rem);
  font-weight: 700;
  line-height: 165%;
}

h2,
.h2-like {
  font-size: clamp(4rem, 4vw, 5rem);
  font-weight: 700;
  line-height: 160%;
}

h3,
.h3-like {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
}

h4,
.h4-like {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
}

.p-1216 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.p-1215 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.p-1418 {
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}

.p-1618 {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}

.p-1620 {
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.p-1824 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.p-2036 {
  font-size: clamp(2rem, 3vw, 3.6rem);
}

.p-2337 {
  font-size: clamp(2.3rem, 3vw, 3.7rem);
}

.p-2032 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.p-2430 {
  font-size: clamp(2.4rem, 2.4vw, 3rem);
}

.p-5385 {
  font-size: clamp(5.3rem, 8vw, 8.5rem);
}

.p-70100 {
  font-size: clamp(7rem, 10vw, 10rem);
}

.p-small {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.f-source-b {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
}

.f-source-med {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
}

.f-josefin-medi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
}

.f-josefin-sbi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
}

.f-josefin-bi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
}

.med-to-bold {
  font-weight: 500;
}

@media screen and (min-width: 801px) {
  .med-to-bold {
    font-weight: 700;
  }
}
.center-text {
  text-align: center;
}

.bold-text {
  font-weight: 700;
}

.regular-text {
  font-weight: 400;
}

.lh140 {
  line-height: 140%;
}

.lh-200-250 {
  line-height: 200%;
}
@media screen and (min-width: 801px) {
  .lh-200-250 {
    line-height: 250%;
  }
}

h2 {
  color: #D52C2F;
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
}

.wrapper {
  width: 100%;
}

.top-h2 {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  max-width: 1400px;
}
.top-h2 h2 {
  line-height: 120%;
}
.top-h2 h4 {
  font-size: clamp(16px, 2vw, 20px);
}
@media screen and (min-width: 801px) {
  .top-h2 {
    text-align: start;
  }
}

section.top-landing {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
section.top-landing .splide .splide__slide__container .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
section.top-landing .splide .splide__slide__container .content-container .grey-wrapper {
  background-color: hsla(0, 0%, 7%, 0.36);
  width: 1100px;
  box-sizing: border-box;
  max-width: 100%;
  padding: clamp(10px, 2vw, 20px) 2% clamp(20px, 4vw, 40px);
  margin: 8vh auto clamp(12px, 3vw, 30px);
}
section.top-landing .splide .splide__slide__container .content-container h4.uptitle {
  font-size: clamp(18px, 4vw, 40px);
  margin-bottom: 0.5em;
  margin-bottom: 1em;
}
section.top-landing .splide .splide__slide__container .content-container h1.slide-h1 {
  font-size: clamp(24px, 5vw, 64px);
  line-height: 150%;
}
section.top-landing .splide .splide__slide__container img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
section.top-landing .splide .splide__slide__container img.pc-img {
  display: none;
}
section.top-landing .splide .splide__arrow {
  background: unset;
  font-size: clamp(32px, 3vw, 46px);
  width: 1em;
  height: 1em;
  opacity: 1;
}
section.top-landing .splide .splide__arrow svg {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3px;
}
section.top-landing .splide .splide__arrow.splide__arrow--next {
  right: 0.5em;
}
section.top-landing .splide .splide__arrow.splide__arrow--prev {
  left: 0.5em;
}
section.top-landing .splide .splide__pagination {
  bottom: 30px;
}
section.top-landing .splide .splide__pagination .splide__pagination__page {
  width: 11px;
  height: 11px;
  background-color: #d0cece;
  opacity: 1;
  margin-right: 15px;
}
section.top-landing .splide .splide__pagination .splide__pagination__page.is-active {
  background-color: #D52C2F;
}
@media screen and (max-width: 1600px) {
  section.top-landing .splide .splide__slide__container .content-container {
    justify-content: flex-start;
  }
  section.top-landing .splide .splide__slide__container .content-container .grey-wrapper {
    margin-top: 5%;
  }
}
@media screen and (max-width: 800px) {
  section.top-landing .splide {
    min-height: 100vh;
    min-height: 100svh;
  }
  section.top-landing .splide .splide__slide__container .content-container {
    box-sizing: border-box;
  }
  section.top-landing .splide .splide__slide__container .content-container .grey-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 160px 0 calc(160px + clamp(62px, 10vw, 130px)) 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.top-landing .splide .splide__slide__container .content-container .vm-btn {
    margin: auto 0 160px 0;
  }
  section.top-landing .splide .splide__pagination {
    bottom: 160px;
  }
}
section.top-landing .cta {
  position: absolute;
  bottom: 100px;
  right: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
}
section.top-landing .cta p {
  width: fit-content;
}
section.top-landing .cta .cta-contents {
  align-items: center;
  justify-content: space-evenly;
  background: #D52C2F;
  border-radius: 50%;
  width: clamp(203px, 30vw, 320px);
  height: clamp(203px, 30vw, 320px);
}
section.top-landing .cta .cta-contents .cta-title {
  margin-top: 3em;
}
section.top-landing .cta .cta-contents .cta-title::before, section.top-landing .cta .cta-contents .cta-title::after {
  font-size: 1.1em;
  margin: auto 0.2em;
}
section.top-landing .cta .cta-contents .cta-title::before {
  content: "\\";
}
section.top-landing .cta .cta-contents .cta-title::after {
  content: "/";
}
section.top-landing .cta .cta-contents .circled-text {
  border: 2px solid #ffffff;
  border-radius: 1.1em;
  padding: 0.6em 1.3em;
}
section.top-landing .cta .cta-contents .number-text {
  margin-bottom: 0.5em;
}
section.top-landing .cta .vm-btn {
  transform: translateY(-33%);
}
section.top-landing .scroll-container {
  position: absolute;
  bottom: 1em;
  left: 1em;
  align-items: center;
  font-size: 16px;
}
section.top-landing .scroll-container p {
  display: block;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  margin-bottom: 1em;
}
section.top-landing .scroll-container img {
  width: 10px;
}
@media screen and (min-width: 801px) {
  section.top-landing {
    padding-bottom: clamp(100px, 25vh, 200px);
  }
  section.top-landing .splide .splide__slide__container img.pc-img {
    display: unset;
  }
  section.top-landing .splide .splide__slide__container img.sp-img {
    display: none;
  }
  section.top-landing .cta {
    bottom: clamp(50px, 12vh, 100px);
  }
  section.top-landing .scroll-container {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  section.top-landing {
    padding-bottom: 0;
  }
  section.top-landing .cta {
    bottom: 0;
    right: clamp(20px, 5vw, 80px);
  }
  section.top-landing .cta .cta-contents {
    width: clamp(203px, 20vw, 320px);
    height: clamp(203px, 20vw, 320px);
  }
}

section.about {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 12px;
  margin-top: clamp(50px, 10vw, 120px);
}
section.about .bg-bridge {
  position: absolute;
  width: 100%;
  height: clamp(210px, 40vw, 420px);
  bottom: 0;
  z-index: 0;
  background: url(../img/top/bridge-deco.svg) center no-repeat;
  background-size: cover;
  pointer-events: none;
}
section.about h2 {
  width: 80%;
  margin: 0 auto 0.4em auto;
  line-height: 100%;
}
section.about h3.h2-subtitle {
  width: 80%;
  margin: 1em auto 2em auto;
}
section.about .about-content {
  width: 100%;
  align-items: center;
}
section.about .img-container {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(300px, 50vw, 510px);
  z-index: 1;
  background: url(../img/top/about-img-sp.webp) center no-repeat;
  background-size: cover;
}
section.about .text-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  z-index: 1;
  padding-bottom: 2em;
}
section.about .text-container h4 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 170%;
  margin: 1.5em 0 1em 0;
}
section.about .text-container p {
  line-height: 210%;
  margin-bottom: 3em;
}
section.about .text-container .vm-btn {
  font-size: clamp(15px, 2vw, 20px);
  width: clamp(306px, 45vw, 410px);
  max-width: 100%;
  margin-bottom: 2em;
  padding: 1em 2em;
}
section.about .text-container .vm-btn.no-mb {
  margin-bottom: 0;
}
@media screen and (min-width: 801px) {
  section.about h2 {
    margin-left: 9.375%;
    width: auto;
    transform: translateY(120%);
  }
  section.about .about-content {
    width: 100%;
    display: grid;
    grid-template-columns: 9.375% 40.625% 31.25% 18.75%;
    grid-template-rows: clamp(7rem, 10vw, 10rem) 80px auto clamp(45px, 10vw, 170px);
  }
  section.about .about-content p {
    padding-right: 2em;
  }
  section.about .bg-bridge {
    position: relative;
    grid-row: 3/5;
    grid-column: 1/5;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 600px;
    background: url(../img/top/bridge-deco.svg) left 15vw bottom no-repeat;
    background-size: contain;
    margin-top: auto;
  }
  section.about .img-container {
    grid-row: 2/4;
    grid-column: 3/5;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 545px;
    margin: 0 0 auto 0;
    background: url(../img/top/about-img.webp) center no-repeat;
    background-size: cover;
  }
  section.about h3.h2-subtitle {
    grid-row: 2/3;
    grid-column: 2/3;
    margin: auto 0;
    width: 100%;
  }
  section.about .text-container {
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
    grid-row: 3/4;
    grid-column: 2/3;
  }
  section.about .text-container h4 {
    margin: 0 0 0.5em 0;
  }
}
@media screen and (min-width: 1201px) {
  section.about h2 {
    margin-left: 18.75%;
  }
  section.about .about-content {
    grid-template-columns: 18.75% 31.25% 31.25% 18.75%;
  }
}
@media screen and (min-width: 1921px) {
  section.about {
    max-width: 100%;
  }
  section.about .about-content {
    width: calc(1920px + (100vw - 1920px) / 2);
    margin: 0 auto 0 0;
  }
}

section.point-case {
  margin: clamp(120px, 15vw, 230px) auto clamp(80px, 10vw, 180px);
  width: 100%;
  max-width: 100%;
}
section.point-case .point-group {
  width: 100%;
}
section.point-case .point-group .title-group {
  max-width: 92%;
  font-size: clamp(16px, 3vw, 30px);
  margin: 0 auto 40px auto;
  letter-spacing: 0.15em;
}
section.point-case .point-group .title-group .spacer {
  display: block;
  height: 1px;
  width: 1.7em;
  background-color: #D52C2F;
  margin: 0 0.6em;
}
section.point-case .point-group .title-group h3 {
  font-size: 1em;
}
section.point-case .point-group .title-group h3.point-title {
  margin: 1em auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 150%;
}
section.point-case .point-group .title-group p {
  line-height: 200%;
  font-size: 16px;
}
section.point-case .point-group .card-container {
  width: 100%;
}
section.point-case .point-group .card-container .pc-row {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 30px 0;
}
section.point-case .point-group .card-container .pc-row .point-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  width: 100%;
  max-width: 360px;
  margin: 10px 5px;
  color: #ffffff;
}
section.point-case .point-group .card-container .pc-row .point-card p.point-title {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 2vw, 20px);
  margin: 2em 0 1em 0;
}
section.point-case .point-group .card-container .pc-row .point-card p.point-text {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: clamp(15px, 2vw, 16px);
  line-height: 170%;
}
section.point-case .point-group .card-container .pc-row .point-card .point-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vw;
  max-width: 190px;
  max-height: 190px;
  border-radius: 50%;
  background-color: #F87373;
}
section.point-case .point-group .card-container .pc-row .point-card .point-circle img {
  width: 45%;
}
section.point-case .point-group.pg-1 {
  margin-bottom: 60px;
}
section.point-case .point-group.pg-1 .card-container {
  background: url(../img/top/point-bg-sp-1.webp) center no-repeat;
  background-size: cover;
}
section.point-case .point-group.pg-2 {
  margin-bottom: 80px;
}
section.point-case .point-group.pg-2 .card-container {
  background: url(../img/top/point-bg-sp-2.webp) center no-repeat;
  background-size: cover;
}
section.point-case .point-group .vm-btn {
  font-size: clamp(16px, 2vw, 20px);
  width: clamp(220px, 50vw, 410px);
  max-width: 80%;
  margin: clamp(32px, 5vw, 50px) auto 0 auto;
}
section.point-case .case {
  width: 100%;
  align-items: center;
  margin-top: 50px;
  background-color: #f7f7f7;
}
section.point-case .case .case-banner {
  align-items: center;
  width: 100%;
  padding: clamp(50px, 8vw, 86px) 0;
  background-color: #F87373;
  background: linear-gradient(0deg, rgb(253, 135, 135) 0%, rgb(247, 109, 109) 100%);
  color: #ffffff;
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
}
section.point-case .case .case-banner h3 {
  margin-bottom: 1em;
  font-size: clamp(16px, 2vw, 30px);
  font-weight: bold;
}
section.point-case .case .case-banner h3::before, section.point-case .case .case-banner h3::after {
  font-size: 1.2em;
  margin: 0.2em;
}
section.point-case .case .case-banner h3::before {
  content: "\\";
}
section.point-case .case .case-banner h3::after {
  content: "/";
}
section.point-case .case .case-banner p {
  line-height: 200%;
  width: 92%;
  max-width: 580px;
}
section.point-case .case .case-triangle {
  margin: -1px auto 0;
  width: clamp(60px, 10vw, 100px);
  height: clamp(60px, 10vw, 100px);
  display: block;
  background-color: #F87373;
  background: linear-gradient(180deg, rgb(253, 135, 135) 0%, rgb(247, 109, 109) 100%);
  clip-path: polygon(100% 0, 0 0, 48% 66%);
}
section.point-case .case .case-container {
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
section.point-case .case .case-container .case-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  margin-bottom: clamp(40px, 5vw, 80px);
}
section.point-case .case .case-container .case-item .case-point {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  width: clamp(80px, 11vw, 116px);
  min-width: clamp(80px, 11vw, 116px);
  height: clamp(80px, 11vw, 116px);
  font-size: clamp(16px, 2vw, 20px);
  text-align: center;
  background-color: #55C5C9;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 1em;
}
section.point-case .case .case-container .case-item .case-text {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  text-align: start;
  padding-right: 1em;
}
section.point-case .case .case-container .case-item .case-text p.case-title {
  margin-bottom: 0.2em;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
}
section.point-case .case .case-container .case-item .case-text p.case-body {
  line-height: 200%;
}
section.point-case .case .cta-banner {
  width: fit-content;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 30px);
  margin: 0 auto;
  transform: translateY(50%);
}
section.point-case .case .cta-banner .cta-text {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  background-color: #55C5C9;
  margin: auto 0;
  font-size: 1em;
  padding: 0.3em 0.5em;
  text-align: center;
  border-radius: 5px;
  line-height: 140%;
}
section.point-case .case .cta-banner img.three-bars {
  width: clamp(20px, 3vw, 38px);
  margin: auto 0.5em auto 0;
}
section.point-case .case .cta-banner img.three-bars.tb-right {
  margin: auto 0 auto 0.5em;
  transform: rotate(180deg);
}
@media screen and (min-width: 801px) {
  section.point-case .point-group {
    width: 100%;
  }
  section.point-case .point-group .title-group p {
    line-height: 250%;
  }
  section.point-case .point-group.pg-1 .card-container {
    background: url(../img/top/point-bg-1.webp) center no-repeat;
    background-size: cover;
  }
  section.point-case .point-group.pg-2 .card-container {
    background: url(../img/top/point-bg-2.webp) center no-repeat;
    background-size: cover;
  }
  section.point-case .case .case-banner p {
    line-height: 250%;
  }
  section.point-case .case .case-container .case-item {
    width: 50%;
  }
  section.point-case .case .case-container .case-item:nth-child(3), section.point-case .case .case-container .case-item:nth-child(4) {
    margin-bottom: 0;
  }
  section.point-case .case .cta-banner .cta-text {
    padding: 0.3em 3.5em;
  }
}

section.service {
  margin-top: 150px;
  display: flex;
}
section.service .top-h2 {
  margin-bottom: 70px;
}
section.service .top-h2 h2 {
  font-size: clamp(40px, 7vw, 100px);
  margin-bottom: 0.2em;
  letter-spacing: 0.05em;
}
section.service .top-h2 h4 {
  font-size: clamp(20px, 2vw, 24px);
  letter-spacing: 0.15em;
}
section.service .service-contents {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
section.service .service-contents .first-card {
  width: 100%;
  background-color: #d53134;
  color: #ffffff;
}
section.service .service-contents .first-card .img-container {
  display: block;
  width: 100%;
  height: clamp(220px, 50vw, 600px);
  background: url(../img/top/service-sp-1.webp) center no-repeat;
  background-size: cover;
}
section.service .service-contents .first-card .text-container {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  margin: clamp(36px, 5vw, 50px) auto;
  width: 80%;
  max-width: 600px;
}
section.service .service-contents .first-card .text-container h4 {
  font-size: clamp(15px, 2vw, 24px);
  margin-bottom: 1em;
}
section.service .service-contents .first-card .text-container p {
  line-height: 210%;
  text-align: justify;
  margin-bottom: 3em;
}
section.service .service-contents .first-card .text-container .vm-btn {
  max-width: 252px;
  font-size: clamp(15px, 2vw, 17px);
}
section.service .service-card-container {
  width: 84.6%;
  max-width: 600px;
  margin: 60px auto 0 auto;
}
section.service .service-card-container .service-card {
  width: 100%;
  background-color: #F87373;
  color: #ffffff;
  margin-bottom: 50px;
}
section.service .service-card-container .service-card .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: clamp(211px, 40vw, 420px);
}
section.service .service-card-container .service-card .img-container h4 {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 20px;
}
section.service .service-card-container .service-card .text-container {
  box-sizing: border-box;
  padding: 1.6em;
}
section.service .service-card-container .service-card .text-container p {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 210%;
  margin-bottom: 1.5em;
}
section.service .service-card-container .service-card .text-container .vm-btn {
  background-color: unset;
  font-size: 15px;
  white-space: nowrap;
  max-width: 100%;
}
section.service .service-card-container .service-card#at18-card .img-container {
  background: url(../img/top/service-2.webp) center no-repeat;
  background-size: cover;
}
section.service .service-card-container .service-card#procarry .img-container {
  background: url(../img/top/service-3.webp) center no-repeat;
  background-size: cover;
}
section.service .service-card-container .service-card#support .img-container {
  background: url(../img/top/service-4.webp) center no-repeat;
  background-size: cover;
}
section.service .service-card-container .service-card#keitaku .img-container {
  background: url(../img/top/service-5.webp) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 801px) {
  section.service .top-h2 {
    margin-bottom: 70px;
  }
  section.service .service-contents {
    position: relative;
  }
  section.service .service-contents .first-card {
    flex-direction: row;
  }
  section.service .service-contents .first-card .img-container {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
  }
  section.service .service-contents .first-card .text-container {
    box-sizing: border-box;
    padding: clamp(30px, 4vw, 60px) clamp(10px, 2.5vw, 42px);
    width: 40%;
    margin-left: 60%;
  }
  section.service .service-card-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    justify-content: space-evenly;
  }
  section.service .service-card-container .service-card {
    width: 42%;
    max-width: 328px;
  }
  section.service .service-card-container .service-card .img-container {
    height: 212px;
  }
  section.service .service-card-container .service-card .text-container {
    padding-bottom: 2.2em;
  }
  section.service .service-card-container .service-card .text-container p {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1201px) {
  section.service .service-card-container {
    justify-content: space-between;
  }
  section.service .service-card-container .service-card {
    width: 24%;
    max-width: 328px;
  }
}

section.project-case {
  width: 100%;
  max-width: 100%;
  margin: clamp(60px, 10vw, 100px) auto 0 auto;
}
section.project-case .top-h2 {
  text-align: center;
  margin-bottom: 28px;
}
section.project-case .top-h2 h2 {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
  font-size: clamp(24px, 4vw, 40px);
  letter-spacing: 0.1em;
}
section.project-case .top-h2 h4 {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  letter-spacing: 0.15em;
}
section.project-case .case-container {
  background: url(../img/common/bg-pattern-fw.svg) center no-repeat;
  background-size: cover;
  padding-bottom: 45px;
}
section.project-case .case-card-area {
  padding: 80px 0 0;
  align-items: center;
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
}
section.project-case .case-card-area .case-card {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  position: relative;
  margin-left: calc(clamp(60px, 10vw, 94px) / 2);
  width: calc(80vw - clamp(60px, 10vw, 94px) / 2);
  max-width: 410px;
  margin-bottom: calc(20px + clamp(60px, 10vw, 94px) / 2);
}
section.project-case .case-card-area .case-card .check-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(clamp(60px, 10vw, 94px) / 2 * -1);
  left: calc(clamp(60px, 10vw, 94px) / 2 * -1);
  color: #ffffff;
  background-color: #D52C2F;
  font-size: clamp(14px, 2vw, 20px);
  text-align: center;
  border-radius: 50%;
  width: clamp(60px, 10vw, 94px);
  height: clamp(60px, 10vw, 94px);
  z-index: 11;
}
section.project-case .case-card-area .case-card .img-container {
  position: relative;
  z-index: 1;
}
section.project-case .case-card-area .case-card .text-container {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  align-items: center;
  margin-top: 1em;
  letter-spacing: 0.1em;
}
section.project-case .case-card-area .case-card .text-container .spacer {
  display: block;
  width: 1.5em;
  height: 1px;
  background-color: #D52C2F;
  margin: 0 1em;
}
section.project-case .case-card-area .case-card .text-container::before {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  content: "Case01";
  color: #D52C2F;
  letter-spacing: 0.1em;
}
section.project-case .case-card-area .case-card:hover {
  opacity: 0.8;
}
section.project-case .case-card-area .case-card:nth-child(2) .text-container::before {
  content: "Case02";
}
section.project-case .vm-btn {
  font-size: clamp(16px, 2vw, 20px);
  width: clamp(220px, 50vw, 410px);
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 801px) {
  section.project-case .case-card-area {
    align-items: flex-start;
    justify-content: space-between;
  }
}

section.news {
  width: 100%;
  max-width: 100%;
  margin: 40px auto clamp(100px, 20vw, 240px) auto;
}
section.news .news-title {
  background-color: #D52C2F;
  width: 100%;
  padding: 24px 0;
}
section.news .news-title .news-h2 h2,
section.news .news-title .news-h2 h4 {
  color: #ffffff;
  text-align: center;
}
section.news .news-title .news-h2 h2 {
  font-size: 25px;
  line-height: 140%;
}
section.news .news-title .news-h2 h4 {
  font-size: 16px;
}
section.news .news-container {
  margin: 32px auto 90px auto;
}
section.news .news-container .vm-btn {
  margin: 0 auto;
}
@media screen and (min-width: 801px) {
  section.news {
    position: relative;
    flex-direction: row;
    align-items: center;
    min-height: 730px;
    margin-top: clamp(40px, 10vw, 140px);
  }
  section.news .news-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 18.75%;
    height: 100%;
    min-height: 730px;
    align-items: flex-end;
    z-index: 1;
  }
  section.news .news-title .news-h2 {
    padding-right: 1em;
  }
  section.news .news-container {
    position: relative;
    width: 1200px;
    max-width: 81.25%;
    margin: 0 auto 0 18.75%;
    z-index: 10;
  }
  section.news .news-container .bloglist-area {
    box-sizing: border-box;
    padding-left: clamp(40px, 6vw, 100px);
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1201px) {
  section.news .news-title .news-h2 {
    padding-right: 2em;
  }
}
@media screen and (min-width: 2001px) {
  section.news .news-title {
    width: calc((100vw - 1200px) / 2 - 100px);
  }
  section.news .news-container {
    margin: 0 auto;
  }
}

section.point {
  width: 100%;
  max-width: 100%;
}
section.point .point-banner {
  background-color: #F7F7F7;
  width: 100%;
  padding: clamp(60px, 8vw, 80px) 0;
}
section.point .point-banner > * {
  width: 900px;
  max-width: 92%;
}
section.point .point-banner h3 {
  margin-bottom: 1em;
}
section.point .point-banner h4 {
  margin-bottom: 1em;
  line-height: 160%;
}
section.point .point-banner p {
  line-height: 200%;
}
section.point .triangle {
  margin: -1px auto 0;
  width: clamp(60px, 10vw, 100px);
  height: clamp(60px, 10vw, 100px);
  display: block;
  background-color: #F7F7F7;
  clip-path: polygon(100% 0, 0 0, 48% 66%);
}
@media screen and (min-width: 801px) {
  section.point .point-banner p {
    line-height: 250%;
  }
}

section.project .top-h2 {
  margin-bottom: 32px;
}
section.project .top-h2 h2 {
  font-size: 30px;
  margin-bottom: 0.2em;
}
section.project .top-h2 h4 {
  font-weight: 500;
}
section.project .card-container {
  width: 100%;
}
section.project .card-container .project-card {
  width: 100%;
  background-color: #D53134;
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto 74px auto;
}
section.project .card-container .project-card .img-container {
  width: 100%;
  height: clamp(200px, 40vw, 220px);
}
section.project .card-container .project-card .text-container {
  position: relative;
  width: 80%;
  min-height: 360px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2em 0 100px;
}
section.project .card-container .project-card .text-container h4 {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: clamp(18px, 2vw, 20px);
  margin-bottom: 1em;
}
section.project .card-container .project-card .text-container p {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 210%;
  margin-bottom: 1.5em;
}
section.project .card-container .project-card .text-container .vm-btn {
  position: absolute;
  bottom: 2em;
  background-color: unset;
  font-size: 15px;
  white-space: nowrap;
  width: 100%;
  max-width: 230px;
  margin-top: auto;
  z-index: 0;
}
section.project .card-container .project-card#sci-card .img-container {
  background: url(../img/top/project-1.webp) center no-repeat;
  background-size: cover;
}
section.project .card-container .project-card#career-support-network-card {
  background-color: #F87373;
}
section.project .card-container .project-card#career-support-network-card .img-container {
  background: url(../img/top/project-2.webp) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 801px) {
  section.project {
    margin-bottom: clamp(50px, 10vw, 150px);
  }
  section.project .top-h2 {
    text-align: center;
    margin-bottom: 75px;
  }
  section.project .card-container {
    display: flex;
    justify-content: space-between;
    max-width: 92%;
    margin: 0 auto;
    width: 1000px;
  }
  section.project .card-container .project-card {
    width: 47%;
    margin: 0;
  }
}

section.sns {
  width: 100%;
  max-width: 100%;
}
section.sns .sns-title {
  background: url(../img/top/about-bg-sp.svg) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: clamp(32px, 7vw, 80px) 0 clamp(32px, 7vw, 64px);
}
section.sns .sns-title .sns-h2 h2,
section.sns .sns-title .sns-h2 h4 {
  text-align: center;
}
section.sns .sns-title .sns-h2 h2 {
  font-size: clamp(25px, 4vw, 40px);
  line-height: 160%;
}
section.sns .sns-title .sns-h2 h4 {
  font-size: clamp(16px, 2vw, 20px);
}
section.sns p.sns-intro {
  margin: 1.5em auto 2em auto;
  width: 500px;
  max-width: 88%;
  letter-spacing: 0.15em;
  line-height: 210%;
}
section.sns .sns-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 2vw, 20px);
  width: 1000px;
  max-width: 88%;
  margin: 0 auto 40px auto;
  border-bottom: 1px solid #b1b1b1;
}
section.sns .sns-filter .spacer {
  display: block;
  width: 1px;
  height: 2.1em;
  background-color: #848484;
  margin: 0.5em 1em;
}
section.sns .sns-filter button {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 1em;
  appearance: none;
  border: unset;
  background: unset;
  cursor: pointer;
  color: #848484;
  padding: 0.5em 1em;
  margin: auto;
}
section.sns .sns-filter button:hover {
  opacity: 0.8;
}
section.sns .sns-filter button.active-btn {
  color: #D52C2F;
  pointer-events: none;
}
section.sns .sns-filter button.active-btn:hover {
  opacity: 1;
}
section.sns .sns-area {
  width: 76%;
  max-width: 750px;
  margin: 0 auto clamp(120px, 20vw, 280px) auto;
}
section.sns .sns-area .area-container {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  display: none;
}
section.sns .sns-area .area-container .sns-item {
  width: clamp(300px, 25vw, 350px);
  max-width: 100%;
  margin: 0 auto 40px auto;
}
section.sns .sns-area .area-container .sns-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 180px;
  margin: auto auto 1em auto;
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 16px;
}
section.sns .sns-area .area-container .sns-link .sns-icon {
  width: 32px;
  margin-right: 0.5em;
}
section.sns .sns-area .area-container .sns-link .dot-icon {
  width: 25px;
  margin-left: 0.5em;
}
section.sns .sns-area .area-container .sns-link.fb-link {
  color: #3778ea;
}
section.sns .sns-area .area-container .sns-link.twitter-link {
  color: #080808;
}
section.sns .sns-area .area-container .yt-title {
  font-size: 16px;
  text-align: center;
  margin: clamp(40px, 10vw, 100px) auto 1.5em auto;
}
section.sns .sns-area .area-container .fw-sns-item {
  width: 100%;
  max-width: 630px;
  box-sizing: border-box;
  border: 1px solid #b1b1b1;
  border-radius: 15px;
  padding: 1em;
  margin: 0 auto;
}
section.sns .sns-area .area-container .fw-sns-item h4 {
  margin-bottom: 0.5em;
}
section.sns .sns-area .area-container .fw-sns-item .channel-thumbnail {
  display: block;
  width: clamp(70px, 10vw, 140px);
  min-width: clamp(70px, 10vw, 140px);
  height: clamp(70px, 10vw, 140px);
  background: url(../img/top/at18_channel_icon.jpg) center no-repeat;
  background-size: contain;
  margin-right: 1em;
}
section.sns .sns-area .area-container .fw-sns-item .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.sns .sns-area .area-container .fw-sns-item:hover {
  opacity: 0.8;
}
section.sns .sns-area .area-container .youtube-item iframe {
  width: 100%;
  aspect-ratio: 3/2;
}
section.sns .sns-area .area-container .youtube-item .vm-btn {
  margin: 45px auto 0 auto;
  width: 300px;
  max-width: 100%;
  font-size: clamp(16px, 2vw, 20px);
}
section.sns .sns-area.asubashi-active .asubashi-area {
  display: flex;
}
section.sns .sns-area.map18-active .map18-area {
  display: flex;
}
@media screen and (min-width: 801px) {
  section.sns .sns-title {
    background: url(../img/top/about-bg.svg) center no-repeat;
    background-size: cover;
  }
  section.sns p.sns-intro {
    font-weight: 700;
  }
  section.sns .sns-filter .spacer {
    margin: 0.5em 3em;
  }
  section.sns .sns-filter button {
    margin: 0;
  }
  section.sns .sns-area .area-container .sns-item {
    margin: 5px;
  }
}

section.internship-list {
  margin: clamp(50px, 7vw, 100px) auto;
  display: grid;
  grid-template-columns: 1fr clamp(100px, 84.6%, 1200px) 1fr;
  grid-template-rows: auto;
}
section.internship-list h3.label {
  width: fit-content;
  margin-bottom: clamp(32px, 4vw, 60px);
  padding: 0.5em;
  background-color: #D52C2F;
  border-radius: 2em;
  color: #ffffff;
  font-size: clamp(23px, 3vw, 40px);
  letter-spacing: 0.03em;
  line-height: 100%;
}
section.internship-list .content-container {
  grid-column: 2/4;
  grid-row: 1/2;
}
section.internship-list .content-row {
  width: 100%;
  display: flex;
  gap: 18px;
  padding-bottom: 18px;
  overflow-x: scroll;
  color: #ffffff;
}
section.internship-list .content-row .internship-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: clamp(320px, 45vw, 390px);
  min-width: clamp(320px, 45vw, 390px);
  height: clamp(160px, 20vw, 200px);
  background-color: #25489b;
  font-size: 15px;
}
section.internship-list .content-row .internship-card .contents {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
  z-index: 10;
  padding: 4px 32px 4px 16px;
}
section.internship-list .content-row .internship-card .contents h4,
section.internship-list .content-row .internship-card .contents p {
  letter-spacing: 0.1em;
}
section.internship-list .content-row .internship-card .contents h4 {
  font-size: 21px;
  color: #f8c900;
  line-height: 140%;
}
section.internship-list .content-row .internship-card .contents p {
  line-height: 180%;
  font-size: clamp(15px, 2vw, 16px);
}
section.internship-list .content-row .internship-card img {
  position: absolute;
  right: 0;
  bottom: 2.2em;
  clip-path: polygon(0 0, 103px 0, 103px 118px, 0 118px);
  mask: radial-gradient(circle 81px at 81px 81px, black 100%, transparent 100%);
  z-index: 1;
  width: 100px;
  height: 120px;
}
section.internship-list .content-row .internship-card .cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  min-height: 2.2em;
  width: 100%;
  font-size: 1em;
  letter-spacing: 0.1em;
  background-color: #03236c;
}
section.internship-list .content-row .internship-card:hover {
  opacity: 0.8;
}
section.internship-list .content-row .internship-card:nth-child(2), section.internship-list .content-row .internship-card:nth-child(5) {
  background-color: #efc360;
}
section.internship-list .content-row .internship-card:nth-child(2) .contents h4, section.internship-list .content-row .internship-card:nth-child(5) .contents h4 {
  color: #03236c;
}
section.internship-list .content-row .internship-card:nth-child(2) .cta-row, section.internship-list .content-row .internship-card:nth-child(5) .cta-row {
  background-color: #b98000;
}
section.internship-list .content-row .internship-card:nth-child(3), section.internship-list .content-row .internship-card:nth-child(6) {
  background-color: #8fac4d;
}
section.internship-list .content-row .internship-card:nth-child(3) .contents h4, section.internship-list .content-row .internship-card:nth-child(6) .contents h4 {
  color: #03236c;
}
section.internship-list .content-row .internship-card:nth-child(3) .cta-row, section.internship-list .content-row .internship-card:nth-child(6) .cta-row {
  background-color: #628d01;
}
@media screen and (min-width: 801px) {
  section.internship-list .content-container {
    grid-column: 2/3;
  }
  section.internship-list .content-row {
    justify-content: center;
  }
}

/*# sourceMappingURL=top.css.map */
