@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.u-breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.u-breadcrumb a {
  color: #000;
}
.u-breadcrumb li {
  list-style: none;
  position: relative;
}
.u-breadcrumb li a {
  color: #000;
}
.u-breadcrumb li:not(:first-of-type) {
  margin-left: 1em;
}
.u-breadcrumb li:not(:first-of-type)::before {
  position: absolute;
  content: "/";
  top: 50%;
  left: -0.75em;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .u-breadcrumb {
    font-size: 3.5vw;
  }
}

.p-front {
  font-family: "Noto Sans JP", Sans-serif;
  background: #F5EFE0;
  box-sizing: border-box;
  padding-top: min(6.3333333333vw, 76px);
}
@media (max-width: 767px) {
  .p-front {
    padding-top: 71px;
  }
}
.p-front img {
  max-width: 100%;
  height: auto;
}
.p-front__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1200px) {
  .p-front__inner {
    width: 96%;
  }
}
.p-front__section__head {
  font-family: Segoe UI, Sans-serif;
  font-size: min(8vw, 96px);
  font-weight: bold;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .p-front__section__head {
    font-size: 58px;
    text-align: center;
  }
}
.p-front__section__subhead {
  font-size: min(2vw, 24px);
  font-family: "Smooch Sans", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-front__section__subhead {
    font-size: 20px;
    text-align: center;
  }
}
.p-front__mv {
  width: 100%;
  height: calc(100vh - 70px);
  background-image: url(../img/front_mv.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
.p-front__mv__catch {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(5.3333333333vw, 64px);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .p-front__mv__catch {
    font-size: 36px;
    line-height: 2;
    width: 80%;
    text-align: center;
    bottom: 50%;
    background: rgba(0, 0, 0, 0.2);
  }
}
.p-front__copy {
  padding-top: min(5vw, 60px);
  padding-bottom: min(5vw, 60px);
  text-align: center;
  font-size: min(1.6666666667vw, 20px);
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-front__copy {
    font-size: 16px;
    line-height: 2.4;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-front__copy p:not(:first-of-type) {
  margin-top: 2em;
}
.p-front__about {
  padding-top: min(5vw, 60px);
  padding-bottom: min(4.1666666667vw, 50px);
}
@media (max-width: 767px) {
  .p-front__about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-front__about__menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: min(2.9166666667vw, 35px);
  text-align: center;
}
.p-front__about__menu li {
  list-style: none;
  width: min(44.5833333333vw, 535px);
}
.p-front__about__menu li a {
  overflow: hidden;
}
.p-front__about__menu li a img {
  transition: all 0.6s;
}
.p-front__about__menu li a:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.p-front__about__menu li a,
.p-front__about__menu li a:link {
  display: block;
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-front__about__menu {
    flex-direction: column;
    margin-top: 60px;
    gap: 30px;
  }
  .p-front__about__menu li {
    width: 100%;
  }
}
.p-front__about__img {
  width: 100%;
  height: auto;
}
.p-front__about__title {
  font-size: min(2vw, 24px);
  font-weight: bold;
  padding-top: min(1vw, 12px);
  margin-top: 10px;
}
.p-front__about__title span {
  font-size: min(2.6666666667vw, 32px);
}
@media (max-width: 767px) {
  .p-front__about__title {
    font-size: 20px;
  }
  .p-front__about__title span {
    font-size: 24px;
  }
}
.p-front__about__subttl {
  font-size: min(13.3333333333vw, 16px);
  font-weight: 500;
  padding-top: min(0.6666666667vw, 8px);
}
@media (max-width: 767px) {
  .p-front__about__subttl {
    font-size: 12px;
  }
}
.p-front__service {
  padding-top: min(5vw, 60px);
  padding-bottom: min(4.1666666667vw, 50px);
}
@media (max-width: 767px) {
  .p-front__service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-front__service__menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: min(2.9166666667vw, 35px);
  text-align: center;
}
.p-front__service__menu li {
  list-style: none;
  width: min(44.5833333333vw, 535px);
}
.p-front__service__menu li a {
  overflow: hidden;
  border-radius: 50%;
}
.p-front__service__menu li a img {
  transition: all 0.6s;
}
.p-front__service__menu li a:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.p-front__service__menu li a,
.p-front__service__menu li a:link {
  display: block;
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-front__service__menu {
    flex-direction: column;
    margin-top: 60px;
    gap: 30px;
  }
  .p-front__service__menu li {
    width: 100%;
  }
}
.p-front__service__img {
  width: 100%;
  height: auto;
}
.p-front__service__title {
  font-size: min(2vw, 24px);
  font-weight: bold;
  padding-top: min(1vw, 12px);
  margin-top: 10px;
}
.p-front__service__title span {
  font-size: min(2.6666666667vw, 32px);
}
@media (max-width: 767px) {
  .p-front__service__title {
    font-size: 20px;
  }
  .p-front__service__title span {
    font-size: 24px;
  }
}
.p-front__service__subttl {
  font-size: min(13.3333333333vw, 16px);
  font-weight: 500;
  padding-top: min(0.6666666667vw, 8px);
}
@media (max-width: 767px) {
  .p-front__service__subttl {
    font-size: 12px;
  }
}
.p-front__service__banner {
  margin-top: min(10.8333333333vw, 130px);
  display: block;
  cursor: pointer;
}
.p-front__service__banner img {
  transition: all 0.6s;
}
.p-front__service__banner:hover img {
  transform: scale(1.05);
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .p-front__service__banner {
    margin-top: 60px;
  }
}
.p-front__topics {
  padding-top: min(8.3333333333vw, 100px);
  padding-bottom: min(4.1666666667vw, 50px);
}
.p-front__topics li a {
  width: min(44.5833333333vw, 535px);
  color: #000;
}
@media (max-width: 767px) {
  .p-front__topics {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-front__topics li a {
    width: 100%;
    max-width: 535px;
  }
  .p-front__topics .p-front__section__head {
    text-align: left;
  }
  .p-front__topics .p-front__section__subhead {
    text-align: left;
  }
}
.p-front__topics__article {
  padding-top: min(4.5vw, 54px);
}
@media (max-width: 767px) {
  .p-front__topics__article {
    padding-top: 60px;
  }
}
.p-front__topics__thumbnail {
  width: min(44.5833333333vw, 535px);
  height: min(26.6666666667vw, 320px);
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}
.p-front__topics__thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.p-front__topics__thumbnail:hover {
  transition: all 0.6s;
}
.p-front__topics__thumbnail:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .p-front__topics__thumbnail {
    width: 100%;
    max-width: 535px;
    aspect-ratio: 16/9;
    height: auto;
  }
}
.p-front__topics__meta {
  margin-top: min(3.5vw, 42px);
  padding-left: min(1.6666666667vw, 20px);
  padding-right: min(1.6666666667vw, 20px);
}
.p-front__topics__data {
  font-size: min(1.25vw, 15px);
  line-height: 1.4666666667;
}
@media (max-width: 767px) {
  .p-front__topics__data {
    font-size: 12px;
  }
}
.p-front__topics__title {
  font-size: min(2vw, 24px);
  line-height: 1.4583333333;
  padding-top: 8px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-front__topics__title {
    font-size: 20px;
  }
}
.p-front__topics__cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  gap: min(1.1666666667vw, 14px);
}
@media (max-width: 767px) {
  .p-front__topics__cat {
    font-size: 16px;
  }
}
.p-front__topics__item {
  font-size: min(1.3333333333vw, 16px);
  line-height: 1.4375;
  padding: 3px min(2vw, 24px);
  background-color: #B7B7B7;
  border-radius: 30px;
  gap: min(1.1666666667vw, 14px);
}
@media (max-width: 767px) {
  .p-front__topics__item {
    font-size: 12px;
    padding: 5px 12px;
  }
}
.p-front__topics__slider {
  position: relative;
}
.p-front__topics .swiper-button-next,
.p-front__topics .swiper-button-prev {
  top: -10%;
}
.p-front__topics .swiper-button-prev {
  left: 68%;
  width: min(4.6666666667vw, 56px);
  height: min(4.6666666667vw, 56px);
}
@media (max-width: 767px) {
  .p-front__topics .swiper-button-prev {
    width: 45px;
    height: 45px;
    left: auto;
    right: 50px;
  }
}
.p-front__topics .swiper-button-prev::after {
  content: "";
  width: min(4.6666666667vw, 56px);
  height: min(4.6666666667vw, 56px);
  background-image: url(../img/front_prev.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .p-front__topics .swiper-button-prev::after {
    width: 45px;
    height: 45px;
  }
}
.p-front__topics .swiper-button-next {
  left: 75%;
  width: min(4.6666666667vw, 56px);
  height: min(4.6666666667vw, 56px);
}
@media (max-width: 767px) {
  .p-front__topics .swiper-button-next {
    width: 45px;
    height: 45px;
    left: auto;
    right: 0;
  }
}
.p-front__topics .swiper-button-next::after {
  content: "";
  width: min(4.6666666667vw, 56px);
  height: min(4.6666666667vw, 56px);
  background-image: url(../img/front_next.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .p-front__topics .swiper-button-next::after {
    width: 45px;
    height: 45px;
  }
}
.p-front__topics__button {
  display: block;
  width: 320px;
  max-width: 100%;
  color: #fff;
  background-color: #000;
  font-size: min(1.3333333333vw, 16px);
  font-weight: bold;
  line-height: 1.5;
  padding: min(1.8333333333vw, 22px);
  margin: auto;
  margin-top: min(6.3333333333vw, 76px);
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease 0s;
}
.p-front__topics__button:hover {
  transform: translateY(-0.1875em);
}
@media (max-width: 767px) {
  .p-front__topics__button {
    width: 100%;
    font-size: 16px;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 70px 20px 70px;
    box-sizing: border-box;
    margin-top: 60px;
  }
}
.p-front__cta {
  padding-top: min(4.1666666667vw, 50px);
  padding-bottom: min(9.3333333333vw, 112px);
}
@media (max-width: 767px) {
  .p-front__cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-front__cta__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(2.3333333333vw, 28px);
}
@media (max-width: 767px) {
  .p-front__cta__wrapper {
    flex-direction: column;
    gap: 28px;
  }
}
.p-front__cta__content {
  width: min(48.5vw, 582px);
}
@media (max-width: 767px) {
  .p-front__cta__content {
    width: 100%;
  }
}
.p-front__cta__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(27.0833333333vw, 325px);
  color: #000;
  background-color: #fff;
  font-family: "Segoe UI", sans-serif;
  font-size: min(3.3333333333vw, 40px);
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .p-front__cta__button {
    height: auto;
    aspect-ratio: 16/9;
    font-size: 28px;
    transition: all 0.6s;
  }
}
.p-front__cta__button::after {
  position: absolute;
  content: "";
  width: min(12.5vw, 150px);
  height: 1px;
  background-color: #000;
  top: 50%;
  right: 0;
}
@media (max-width: 767px) {
  .p-front__cta__button::after {
    width: 15%;
  }
}
.p-front__cta__button:hover {
  color: #fff;
  background-color: #000;
  transition: all 0.6s;
}
.p-front__cta__button:hover::after {
  background-color: #fff;
  transition: all 0.6s;
}
.p-front__cta__text {
  width: min(41.25vw, 495px);
  display: block;
  margin: auto;
  margin-top: min(1.5vw, 18px);
  font-size: min(1.3333333333vw, 16px);
  line-height: 1.1875;
}
@media (max-width: 767px) {
  .p-front__cta__text {
    font-size: 12px;
    width: 90%;
  }
}

.swiper-container {
  overflow: hidden;
}

.br_sp {
  display: none;
}
@media (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

#ast-scroll-top {
  display: none !important;
}

@-moz-document url-prefix() {
  [data-aos=fade-up] {
    transform: translateY(0); /* 必要に応じて調整 */
  }
}/*# sourceMappingURL=front.css.map */