@charset "UTF-8";
body {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 1.8;
  background-color: #fff;
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  color: #1C1C1C;
}

.banner-text {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}

picture {
  width: -moz-fit-content;
  width: fit-content;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  background: none;
  outline: none;
  cursor: pointer;
}

a:focus,
a:hover,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
  opacity: 0.5;
}

.page-container {
  width: wv(380);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
	main{width: 100%!important;}
  .page-container {
    width: 93.75vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-container {
    width: 75rem;
  }
}

.max-container {
  max-width: 100%;
}

.br-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: inline;
  }
}
@media screen and (min-width: 1280px) {
  .br-sp {
    display: inline;
  }
}

.br-pc {
  display: inline;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .br-pc {
    display: block;
  }
}

.page-title {
  margin-top: 20.2898550725vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-title {
    margin-top: 6.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-title {
    margin-top: 5.25rem;
  }
}
.page-title__main {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 7.9710144928vw;
  text-align: center;
  margin-bottom: 1.9323671498vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-title__main {
    font-size: 3.75vw;
    margin-bottom: 0.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-title__main {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
}
.page-title__sub {
  font-size: 3.1400966184vw;
  text-align: center;
  color: #333;
  margin-bottom: 3.8647342995vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-title__sub {
    font-size: 1.5625vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-title__sub {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.header {
  padding: 5.7971014493vw 0;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 1.875vw 0;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    padding: 1.5rem 0;
  }
}

.page-breadcrumb {
  width: 100%;
  font-size: 2.8985507246vw;
  margin-top: 11.5942028986vw;
  color: #A4A4A4;
  padding-left: 9.6618357488vw;
}
@media screen and (min-width: 768px) {
  .page-breadcrumb {
    font-size: 1.015625vw;
    margin-top: 5.625vw;
    padding-left: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-breadcrumb {
    font-size: 0.8125rem;
    margin-top: 4.5rem;
    padding-left: 2.5rem;
  }
}
.page-breadcrumb__list {
  display: flex;
  gap: 1.9323671498vw;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page-breadcrumb__list {
    gap: 0.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-breadcrumb__list {
    gap: 0.5rem;
  }
}
.page-breadcrumb__item {
  width: auto;
}
.page-breadcrumb__item::after {
  content: ">";
  margin-left: 1.9323671498vw;
  color: #A4A4A4;
}
@media screen and (min-width: 768px) {
  .page-breadcrumb__item::after {
    margin-left: 0.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-breadcrumb__item::after {
    margin-left: 0.5rem;
  }
}
.page-breadcrumb__item:last-child::after {
  content: "";
  margin: 0;
}
.page-breadcrumb__item a:hover {
  text-decoration: underline;
}

.page-fv {
  margin-top: 9.4202898551vw;
}
@media screen and (min-width: 768px) {
  .page-fv {
    margin-top: 5.3125vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-fv {
    margin-top: 4.25rem;
  }
}
.page-fv__container {
  width: wv(380);
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 17.3913043478vw;
}
@media screen and (min-width: 768px) {
  .page-fv__container {
    width: 93.75vw;
    margin-bottom: 5.9375vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-fv__container {
    width: 75rem;
    margin-bottom: 4.75rem;
  }
}
.page-fv__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-fv__wrapper {
    width: 50%;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .page-fv__wrapper {
    width: 50%;
    align-items: flex-start;
  }
}
.page-fv__logo {
  width: 56.038647343vw;
  display: block;
  margin-bottom: 3.8647342995vw;
}
@media screen and (min-width: 768px) {
  .page-fv__logo {
    margin-bottom: 5.9375vw;
    width: 26.71875vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-fv__logo {
    margin-bottom: 4.75rem;
    width: 21.375rem;
  }
}
.page-fv__text {
  font-size: 6.7632850242vw;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: #1C1C1C;
  text-decoration-thickness: 1px;
  text-underline-offset: 3.3816425121vw;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-fv__text {
    font-size: 3.4375vw;
    text-underline-offset: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-fv__text {
    font-size: 2.75rem;
    text-underline-offset: 0.875rem;
  }
}
.page-fv__image-sp {
  width: 100%;
  max-width: 86.9565217391vw;
  display: block;
  margin-bottom: 7.729468599vw;
}
@media screen and (min-width: 768px) {
  .page-fv__image-sp {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .page-fv__image-sp {
    display: none;
  }
}
.page-fv__image-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-fv__image-pc {
    width: 50%;
    max-width: 35rem;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .page-fv__image-pc {
    width: 50%;
    max-width: 35rem;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .concept-slider {
    margin-inline: auto;
    max-width: 100vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-slider {
    margin-inline: auto;
    max-width: 80rem;
  }
}
.concept-slider__list .slick-slide {
  margin: 0 1.9323671498vw;
}
@media screen and (min-width: 768px) {
  .concept-slider__list .slick-slide {
    margin: 0 0.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-slider__list .slick-slide {
    margin: 0 0.5rem;
  }
}
.concept-slider__item img {
  width: 100%;
  height: auto;
  display: block;
}
.concept-slider__item:nth-child(odd) {
  margin-top: 7.729468599vw;
}
@media screen and (min-width: 768px) {
  .concept-slider__item:nth-child(odd) {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-slider__item:nth-child(odd) {
    margin-top: 2rem;
  }
}
.concept-slider__item:nth-child(even) {
  margin-bottom: 7.729468599vw;
}
@media screen and (min-width: 768px) {
  .concept-slider__item:nth-child(even) {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-slider__item:nth-child(even) {
    margin-bottom: 2rem;
  }
}

.concept-point {
  padding-top: 35.5072463768vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept-point {
    padding-top: 18.75vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point {
    padding-top: 15rem;
  }
}
.concept-point__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19.806763285vw;
  padding-bottom: 15.2173913043vw;
}
@media screen and (min-width: 768px) {
  .concept-point__container {
    gap: 11.71875vw;
    padding-bottom: 15.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__container {
    gap: 9.375rem;
    padding-bottom: 12.5rem;
  }
}
.concept-point__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .concept-point__item {
    max-width: 131.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__item {
    max-width: 105rem;
  }
}
.concept-point__item--02 {
  align-items: center;
  background-color: #f2f2f2;
  padding-top: 19.3236714976vw;
  padding-bottom: 17.3913043478vw;
}
@media screen and (min-width: 768px) {
  .concept-point__item--02 {
    padding-top: 10.9375vw;
    padding-bottom: 9.375vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__item--02 {
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }
}
.concept-point__title {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .concept-point__title {
    max-width: 100vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__title {
    max-width: 80rem;
  }
}
.concept-point__title--01::before {
  content: "";
  width: 8%;
  height: 2px;
  background-color: #cfcfcf;
  position: absolute;
  top: 7.2463768116vw;
  right: 92%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .concept-point__title--01::before {
    width: calc((100vw - 1280px) / 2);
    top: 4.6875vw;
    right: 100%;
    background-color: #f2f2f2;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__title--01::before {
    width: calc((100vw - 1280px) / 2);
    top: 3.75rem;
    right: 100%;
  }
}
.concept-point__title-number {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 100;
  font-size: 13.5265700483vw;
  line-height: 1;
  color: #5F5E5E;
  margin-bottom: 1.9323671498vw;
}
@media screen and (min-width: 768px) {
  .concept-point__title-number {
    font-size: 9.21875vw;
    margin-bottom: 1.875vw;
    color: #e2e2e2;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__title-number {
    font-size: 7.375rem;
    margin-bottom: 1.5rem;
  }
}
.concept-point__title-number--01 {
  text-align: left;
  padding-left: 10.1449275362vw;
}
@media screen and (min-width: 768px) {
  .concept-point__title-number--01 {
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__title-number--01 {
    text-align: left;
    padding-left: 0;
  }
}
.concept-point__title-number--02 {
  color: #5F5E5E;
}
.concept-point__title-number--03 {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .concept-point__title-number--03 {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 4.8309178744vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__title-number--03 {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 4.8309178744vw;
  }
}
.concept-point__title-number--03::after {
  content: "";
  width: 8%;
  height: 2px;
  background-color: #cfcfcf;
  position: absolute;
  top: 7.2463768116vw;
  left: auto;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .concept-point__title-number--03::after {
    width: 46%;
    top: 4.6875vw;
    left: auto;
    right: 0;
    background-color: #f2f2f2;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__title-number--03::after {
    width: 46%;
    top: 3.75rem;
    left: auto;
    right: 0;
  }
}
.concept-point__title-number-wrapper--03 {
  display: flex;
  justify-content: flex-end;
  text-align: left;
  padding-right: 14%;
}
@media screen and (min-width: 768px) {
  .concept-point__title-number-wrapper--03 {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__title-number-wrapper--03 {
    justify-content: flex-start;
  }
}
.concept-point__title-text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 6.2801932367vw;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  background-color: #fff;
  padding-inline: 4.8309178744vw;
  padding-block: 3.1400966184vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .concept-point__title-text {
    font-size: 3.28125vw;
    padding-inline: 3.125vw;
    padding-block: 1.40625vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__title-text {
    font-size: 2.625rem;
    padding-inline: 2.5rem;
    padding-block: 1.125rem;
  }
}
.concept-point__title-text--02 {
  background-color: #f2f2f2;
}
.concept-point__title-img {
  width: 35.2657004831vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .concept-point__title-img {
    width: 34.84375vw;
    top: -2.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__title-img {
    width: 27.875rem;
    top: -1.875rem;
  }
}
.concept-point__title-img--03 {
  right: auto;
  left: 0;
}
@media screen and (min-width: 768px) {
  .concept-point__title-img--03 {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__title-img--03 {
    left: auto;
    right: 0;
  }
}
.concept-point__description {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: -4.8309178744vw;
  line-height: 2;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .concept-point__description {
    max-width: 131.25vw;
    flex-direction: row;
    align-items: center;
    margin-top: -3.125vw;
    margin-inline: auto;
    gap: 6.640625vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description {
    max-width: 105rem;
    flex-direction: row;
    align-items: center;
    margin-top: -2.5rem;
    margin-inline: auto;
    gap: 5.3125rem;
  }
}
.concept-point__description--02 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6.7632850242vw;
}
@media screen and (min-width: 768px) {
  .concept-point__description--02 {
    max-width: 100vw;
    flex-direction: row-reverse;
    padding-bottom: 0vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description--02 {
    max-width: 80rem;
    flex-direction: row-reverse;
    padding-bottom: 0rem;
  }
}
.concept-point__description--02-02 {
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .concept-point__description--02-02 {
    flex-direction: row;
    margin-top: -3.75vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description--02-02 {
    flex-direction: row;
    margin-top: -3rem;
  }
}
.concept-point__description--03 {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .concept-point__description--03 {
    justify-content: flex-start;
    gap: 6.640625vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description--03 {
    justify-content: flex-start;
    gap: 5.3125rem;
  }
}
.concept-point__description-img {
  width: 95.8937198068vw;
}
@media screen and (min-width: 768px) {
  .concept-point__description-img {
    width: 65.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description-img {
    width: 52.5rem;
  }
}
.concept-point__description-img--02 {
  width: 86.9565217391vw;
}
@media screen and (min-width: 768px) {
  .concept-point__description-img--02 {
    width: 50vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description-img--02 {
    width: 40rem;
  }
}
.concept-point__description-img--02-02 {
  width: 74.154589372vw;
}
@media screen and (min-width: 768px) {
  .concept-point__description-img--02-02 {
    width: 44.921875vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description-img--02-02 {
    width: 35.9375rem;
  }
}
.concept-point__description-wrapper {
  padding-inline: 12.5603864734vw;
  padding-top: 7.2463768116vw;
}
@media screen and (min-width: 768px) {
  .concept-point__description-wrapper {
    padding-top: 0vw;
    padding-inline: 0vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description-wrapper {
    padding-top: 0rem;
    padding-inline: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .concept-point__description-wrapper--02-02 {
    padding-top: 4.6875vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description-wrapper--02-02 {
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .concept-point__description-wrapper--03 {
    padding-top: 4.6875vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description-wrapper--03 {
    padding-top: 3.75rem;
  }
}
.concept-point__description-header {
  font-size: 4.8309178744vw;
  font-weight: 600;
  margin-bottom: 7.2463768116vw;
}
@media screen and (min-width: 768px) {
  .concept-point__description-header {
    font-size: 1.875vw;
    margin-bottom: 2.96875vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description-header {
    font-size: 1.5rem;
    margin-bottom: 2.375rem;
  }
}
.concept-point__description-text {
  width: 100%;
  font-size: 3.3816425121vw;
}
@media screen and (min-width: 768px) {
  .concept-point__description-text {
    width: 31.25vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1409px) {
  .concept-point__description{ gap: 1.3125rem; }
  .concept-point__description--03{ gap: 1.3125rem; }
  .concept-point__description-text {
    width: 20rem;
  }
}
@media screen and (min-width: 1410px) {
  .concept-point__description-text {
    width: 25rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .concept-point__description-text--02-02 {
    width: 35.390625vw;
  }
}
@media screen and (min-width: 1280px) {
  .concept-point__description-text--02-02 {
    width: 28.3125rem;
  }
}

.bottom-image {
  width: 100%;
}
.bottom-image__img {
  position: relative;
  width: 100%;
  display: block;
  overflow: visible;
}
.bottom-image__img-wrapper::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 1px;
  height: 19.3236714976vw;
  left: 50%;
  transform: translateX(-50%) translateY(-40px);
  background-color: #5F5E5E;
}
@media screen and (min-width: 768px) {
  .bottom-image__img-wrapper::after {
    height: 11.71875vw;
    transform: translateX(-50%) translateY(-75px);
  }
}
@media screen and (min-width: 1280px) {
  .bottom-image__img-wrapper::after {
    height: 9.375rem;
    transform: translateX(-50%) translateY(-75px);
  }
}
.bottom-image__text {
  font-size: 4.347826087vw;
  padding-top: 24.154589372vw;
  padding-bottom: 31.4009661836vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bottom-image__text {
    font-size: 1.875vw;
    padding-top: 10.546875vw;
    padding-bottom: 16.796875vw;
  }
}
@media screen and (min-width: 1280px) {
  .bottom-image__text {
    font-size: 1.5rem;
    padding-top: 8.4375rem;
    padding-bottom: 13.4375rem;
  }
}
.bottom-image__text-sub {
  font-size: 3.8647342995vw;
  margin-top: 2.8985507246vw;
}
@media screen and (min-width: 768px) {
  .bottom-image__text-sub {
    font-size: 1.40625vw;
    margin-top: 0.9375vw;
  }
}
@media screen and (min-width: 1280px) {
  .bottom-image__text-sub {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}
.bottom-image__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8.6956521739vw;
  padding-bottom: 30.6763285024vw;
}
@media screen and (min-width: 768px) {
  .bottom-image__cta {
    flex-direction: row;
    gap: 2.8125vw;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 13.90625vw;
  }
}
@media screen and (min-width: 1280px) {
  .bottom-image__cta {
    flex-direction: row;
    gap: 2.25rem;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 11.125rem;
  }
}
.bottom-image__cta-item {
  width: 82.1256038647vw;
}
.bottom-image__cta-item img{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bottom-image__cta-item {
    width: 26.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .bottom-image__cta-item {
    width: 21.25rem;
  }
}
.bottom-image__cta-link {
  width: 100%;
  display: block;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 3.3816425121vw;
}
@media screen and (min-width: 768px) {
  .bottom-image__cta-link {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .bottom-image__cta-link {
    font-size: 0.875rem;
  }
}
.bottom-image__cta-link-text {
  display: block;
  margin-top: 4.8309178744vw;
}
@media screen and (min-width: 768px) {
  .bottom-image__cta-link-text {
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .bottom-image__cta-link-text {
    margin-top: 1.25rem;
  }
}

.footer {
  width: 100%;
}
.footer img {
  width: 100%;
  margin-inline: auto;
}/*# sourceMappingURL=page-concept.css.map */