@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;
}

#about-us .about-service img.about-service__bg-top {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}

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;
  }
}

.under-line {
  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;
}
@media screen and (min-width: 768px) {
  .under-line {
    text-underline-offset: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .under-line {
    text-underline-offset: 0.875rem;
  }
}

.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;
  }
}
@media screen and (min-width: 768px) {
  .page-breadcrumb--pc-white {
    color: #fff;
  }
}
@media screen and (min-width: 1280px) {
  .page-breadcrumb--pc-white {
    color: #fff;
  }
}
.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-about-fv {
  width: 86.9565217391vw;
  height: 72.4637681159vw;
  background-image: url("../images/about-us/fv_bg_sp.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 9.4202898551vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-about-fv {
    width: 100%;
    max-width: 100vw;
    height: 33.59375vw;
    background-image: url("../images/about-us/fv_bg_pc.jpg");
    margin-top: -4.21875vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-about-fv {
    width: 100%;
    max-width: 80rem;
    height: 26.875rem;
    background-image: url("../images/about-us/fv_bg_pc.jpg");
    margin-top: 3.375rem;
  }
}
.page-about-fv__text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-about-fv__text {
    justify-content: flex-end;
    padding-bottom: 5.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-about-fv__text {
    justify-content: flex-end;
    padding-bottom: 4.5rem;
  }
}
.page-about-fv__text-main {
  font-size: 6.7632850242vw;
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 3.3816425121vw;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .page-about-fv__text-main {
    font-size: 3.359375vw;
    text-underline-offset: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-about-fv__text-main {
    font-size: 2.6875rem;
    text-underline-offset: 0.875rem;
  }
}
.page-about-fv__text-sub {
  font-size: 4.347826087vw;
  margin-top: 5.7971014493vw;
}
@media screen and (min-width: 768px) {
  .page-about-fv__text-sub {
    font-size: 2.265625vw;
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-about-fv__text-sub {
    font-size: 1.8125rem;
    margin-top: 2rem;
  }
}
.page-about-fv__text-sub--little {
  font-size: 3.3816425121vw;
}
@media screen and (min-width: 768px) {
  .page-about-fv__text-sub--little {
    font-size: 1.71875vw;
  }
}
@media screen and (min-width: 1280px) {
  .page-about-fv__text-sub--little {
    font-size: 1.375rem;
  }
}

.about-nav-menu {
  padding-top: 22.2222222222vw;
  padding-bottom: 28.9855072464vw;
}
@media screen and (min-width: 768px) {
  .about-nav-menu {
    padding-top: 11.71875vw;
    padding-bottom: 11.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-nav-menu {
    padding-top: 9.375rem;
    padding-bottom: 8.875rem;
  }
}
.about-nav-menu__title {
  font-size: 3.8647342995vw;
  text-align: center;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 11.5942028986vw;
}
@media screen and (min-width: 768px) {
  .about-nav-menu__title {
    font-size: 1.5625vw;
    margin-bottom: 4.21875vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-nav-menu__title {
    font-size: 1.25rem;
    margin-bottom: 3.375rem;
  }
}
.about-nav-menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.6231884058vw;
}
@media screen and (min-width: 768px) {
  .about-nav-menu__list {
    gap: 4.296875vw;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .about-nav-menu__list {
    gap: 3.4375rem;
    flex-direction: row;
  }
}
.about-nav-menu__item {
  width: 79.7101449275vw;
  height: 25.3623188406vw;
}
@media screen and (min-width: 768px) {
  .about-nav-menu__item {
    width: 25.78125vw;
    height: 8.203125vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-nav-menu__item {
    width: 20.625rem;
    height: 6.5625rem;
  }
}
.about-nav-menu__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.690821256vw;
  border: #707070 1px solid;
}
.about-nav-menu__link:hover {
  background-color: #1C1C1C;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-nav-menu__link {
    gap: 0.546875vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-nav-menu__link {
    gap: 0.4375rem;
  }
}
.about-nav-menu__link-title-sub, .about-nav-menu__link-title-main {
  display: block;
  text-align: center;
  line-height: 1;
}
.about-nav-menu__link-title-sub {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 3.3816425121vw;
  font-weight: 500;
  color: #5F5E5E;
  margin-bottom: 0.9661835749vw;
}
@media screen and (min-width: 768px) {
  .about-nav-menu__link-title-sub {
    font-size: 1.09375vw;
    margin-bottom: 0.3125vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-nav-menu__link-title-sub {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
}
.about-nav-menu__link-title-main {
  font-size: 4.347826087vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about-nav-menu__link-title-main {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-nav-menu__link-title-main {
    font-size: 1.125rem;
  }
}
.about-nav-menu__link-arrow {
  width: 5.7971014493vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .about-nav-menu__link-arrow {
    width: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-nav-menu__link-arrow {
    width: 1.5rem;
  }
}

#about-design,
#about-structure {
  margin-bottom: 14.9758454106vw;
}
@media screen and (min-width: 768px) {
  #about-design,
  #about-structure {
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1280px) {
  #about-design,
  #about-structure {
    margin-bottom: 5rem;
  }
}

#about-cost {
  position: relative;
  Z-index: 2;
}

.about-service {
  width: 100%;
  padding-top: 9vw;
  background: url(../images/about-us/about-service-bg01.jpg) no-repeat center top;

}
.about-service__container {
  background-color: #f2f2f2;
}
.about-service__title-img {
  width: 88.4057971014vw;
  display: block;
  margin-inline: auto;
  margin-bottom: 13.5265700483vw;
}
@media screen and (min-width: 768px) {
  .about-service__title-img {
    width: 85.9375vw;
    margin-bottom: 7.65625vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__title-img {
    width: 68.75rem;
    margin-bottom: 6.125rem;
  }
}
.about-service__list {
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 12.5603864734vw;
  padding-bottom: 23.1884057971vw;
  margin-inline: 3.8647342995vw;
}
@media screen and (min-width: 768px) {
  .about-service__list {
    padding-top: 6.25vw;
    padding-bottom: 11.71875vw;
    max-width: 100vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__list {
    padding-top: 5rem;
    padding-bottom: 9.375rem;
    max-width: 80rem;
    margin-inline: auto;
  }
}
.about-service__list#about-cost {
  padding-bottom: 0vw;
}
@media screen and (min-width: 768px) {
  .about-service__list#about-cost {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__list#about-cost {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 1280px) {
  .about-service__list {
    overflow: hidden;
  }
}
.about-service__item-title {
  margin-bottom: 16.4251207729vw;
}
@media screen and (min-width: 768px) {
  .about-service__item-title {
    max-width: 78.125vw;
    margin-bottom: 13.28125vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__item-title {
    max-width: 62.5rem;
    margin-bottom: 10.625rem;
    margin-inline: auto;
  }
}
.about-service__item-title-sub, .about-service__item-title-main {
  text-align: center;
}
.about-service__item-title-sub {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 4.347826087vw;
  font-weight: 500;
  color: #5F5E5E;
  margin-bottom: 3.8647342995vw;
}
@media screen and (min-width: 768px) {
  .about-service__item-title-sub {
    font-size: 1.5625vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__item-title-sub {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.about-service__item-title-main {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 6.2801932367vw;
  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;
}
@media screen and (min-width: 768px) {
  .about-service__item-title-main {
    font-size: 3.046875vw;
    text-underline-offset: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__item-title-main {
    font-size: 2.4375rem;
    text-underline-offset: 0.875rem;
  }
}
.about-service__description {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 2;
  justify-content: center;
  padding-bottom: 10.8695652174vw;
}
@media screen and (min-width: 768px) {
  .about-service__description {
    max-width: 78.125vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-inline: auto;
    gap: 6.640625vw;
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__description {
    max-width: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-inline: auto;
    gap: 5.3125rem;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .about-service__description--structure {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__description--structure {
    justify-content: flex-end;
  }
}
.about-service__description-img--sp {
  width: 86.9565217391vw;
  margin-inline: auto;
  margin-bottom: 4.8309178744vw;
}
@media screen and (min-width: 768px) {
  .about-service__description-img--sp {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__description-img--sp {
    display: none;
  }
}
.about-service__description-img--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-service__description-img--pc {
    position: absolute;
    left: 50%;
    top: -5vw;
    bottom: 0;
    display: block;
    width: 52.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__description-img--pc {
    position: absolute;
    left: 50%;
    top: -4rem;
    bottom: 0;
    display: block;
    width: 41.875rem;
  }
}
@media screen and (min-width: 768px) {
  .about-service__description-img--pc-structure {
    left: -18%;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__description-img--pc-structure {
    left: -18%;
  }
}
.about-service__description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-service__description-header {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.3140096618vw;
  font-weight: 600;
  margin-bottom: 3.8647342995vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-service__description-header {
    font-size: 2.1875vw;
    text-align: left;
    margin-bottom: 2.96875vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__description-header {
    font-size: 1.75rem;
    text-align: left;
    margin-bottom: 2.375rem;
  }
}
.about-service__description-text {
  width: 74.8792270531vw;
  font-size: 3.3816425121vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about-service__description-text {
    width: 34.375vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .about-service__description-text {
    width: 27.5rem;
    font-size: 1rem;
  }
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 16.4251207729vw;
  padding-bottom: 13.5265700483vw;
}
@media screen and (min-width: 768px) {
  .service-list {
    gap: 6.25vw;
    max-width: 78.125vw;
    margin-inline: auto;
    padding-bottom: 9.375vw;
  }
}
@media screen and (min-width: 1280px) {
  .service-list {
    gap: 5rem;
    max-width: 62.5rem;
    margin-inline: auto;
    padding-bottom: 7.5rem;
  }
}
.service-list--structure-second {
  padding-bottom: 0vw;
}
.service-list--cost {
  gap: 9.6618357488vw;
  padding-bottom: 5.4251207729vw;
}
@media screen and (min-width: 768px) {
  .service-list--cost {
    gap: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .service-list--cost {
    gap: 2.5rem;
  }
}
.service-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service-list__item {
    max-width: 78.125vw;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .service-list__item {
    max-width: 62.5rem;
    align-items: flex-start;
  }
}
.service-list__description {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 2;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .service-list__description {
    max-width: 78.125vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-inline: auto;
    gap: 5.46875vw;
  }
}
@media screen and (min-width: 1280px) {
  .service-list__description {
    max-width: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-inline: auto;
    gap: 4.375rem;
  }
}
.service-list__description-img--sp {
  width: 86.9565217391vw;
  margin-inline: auto;
  margin-bottom: 4.8309178744vw;
}
@media screen and (min-width: 768px) {
  .service-list__description-img--sp {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .service-list__description-img--sp {
    display: none;
  }
}
.service-list__description-img--sp--structure {
  width: 74.8792270531vw;
}
.service-list__description-img--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .service-list__description-img--pc {
    display: block;
    width: 35.9375vw;
  }
}
@media screen and (min-width: 1280px) {
  .service-list__description-img--pc {
    display: block;
    width: 28.75rem;
  }
}
.service-list__description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .service-list__description-wrapper {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .service-list__description-wrapper {
    align-items: flex-start;
  }
}
.service-list__description-wrapper--structure-second {
  padding-top: 17.3913043478vw;
}
@media screen and (min-width: 768px) {
  .service-list__description-wrapper--structure-second {
    position: relative;
    z-index: 2;
    transform: translateX(-106px) translateY(46px);
    background-color: #fff;
    padding-inline: 5.46875vw;
    padding-block: 2.8125vw;
  }
}
@media screen and (min-width: 1280px) {
  .service-list__description-wrapper--structure-second {
    position: relative;
    z-index: 2;
    transform: translateX(-106px) translateY(46px);
    background-color: #fff;
    padding-inline: 4.375rem;
    padding-block: 2.25rem;
  }
}
.service-list__description-header {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.8309178744vw;
  font-weight: 600;
  margin-bottom: 6.2801932367vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-list__description-header {
    font-size: 1.875vw;
    text-align: left;
    margin-bottom: 2.1875vw;
  }
}
@media screen and (min-width: 1280px) {
  .service-list__description-header {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.75rem;
  }
}
.service-list__description-text {
  width: 74.8792270531vw;
  font-size: 3.3816425121vw;
  margin-inline: auto;
  margin-bottom: 3.8647342995vw;
}
@media screen and (min-width: 768px) {
  .service-list__description-text {
    width: 34.375vw;
    font-size: 1.25vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .service-list__description-text {
    width: 27.5rem;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.border-cta-button {
  position: relative;
  display: block;
  width: 68.5990338164vw;
  height: 14.4927536232vw;
  text-align: center;
  border: 1px solid #1C1C1C;
  border-radius: 9.6618357488vw;
}
@media screen and (min-width: 768px) {
  .border-cta-button {
    width: 22.1875vw;
    height: 4.6875vw;
    border-radius: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .border-cta-button {
    width: 17.75rem;
    height: 3.75rem;
    border-radius: 2.5rem;
  }
}
.border-cta-button__text {
  display: block;
  padding-block: 3.3816425121vw;
}
@media screen and (min-width: 768px) {
  .border-cta-button__text {
    padding-block: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .border-cta-button__text {
    padding-block: 0.875rem;
  }
}
.border-cta-button__arrow {
  width: 2.8985507246vw;
  position: absolute;
  right: 8.2125603865vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .border-cta-button__arrow {
    width: 0.9375vw;
    right: 2.65625vw;
  }
}
@media screen and (min-width: 1280px) {
  .border-cta-button__arrow {
    width: 0.75rem;
    right: 2.125rem;
  }
}
.border-cta-button:hover {
  background-color: #1C1C1C;
  color: #fff;
}

.back-dark-title {
  width: 74.8792270531vw;
  font-size: 4.8309178744vw;
  font-weight: 600;
  color: #fff;
  background-color: #5F5E5E;
  padding-block: 4.347826087vw;
  margin-inline: auto;
  margin-bottom: 7.2463768116vw;
}
@media screen and (min-width: 768px) {
  .back-dark-title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.875vw;
    padding-inline: 1.71875vw;
    padding-block: 0.9375vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .back-dark-title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    padding-inline: 1.375rem;
    padding-block: 0.75rem;
    margin-bottom: 2.5rem;
  }
}

.material-section {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .material-section {
    max-width: 78.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section {
    max-width: 62.5rem;
  }
}
.material-section__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.729468599vw;
}
@media screen and (min-width: 768px) {
  .material-section__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.734375vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.1875rem;
  }
}
.material-section__list--structure {
  gap: 4.8309178744vw;
}
@media screen and (min-width: 768px) {
  .material-section__list--structure {
    max-width: 85.9375vw;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2.34375vw;
    margin-bottom: 4.21875vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__list--structure {
    max-width: 68.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.875rem;
    margin-bottom: 3.375rem;
  }
}
.material-section__title {
  font-size: 3.8647342995vw;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .material-section__title {
    font-size: 1.5625vw;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__title {
    font-size: 1.25rem;
    text-align: left;
  }
}
.material-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .material-section__container {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2.734375vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__container {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2.1875rem;
  }
}
.material-section__container--structure-second {
  width: 74.8792270531vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .material-section__container--structure-second {
    width: 78.125vw;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding-top: 3.90625vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__container--structure-second {
    width: 62.5rem;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding-top: 3.125rem;
  }
}
.material-section__item {
  width: 74.8792270531vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .material-section__item {
    width: 24.21875vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__item {
    width: 19.375rem;
  }
}
.material-section__item--structure {
  width: 86.9565217391vw;
  background-color: #F7F7F7;
  padding-inline: 6.038647343vw;
  padding-block: 9.6618357488vw;
}
@media screen and (min-width: 768px) {
  .material-section__item--structure {
    width: 78.125vw;
    padding-block: 3.90625vw;
    padding-inline: 3.90625vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__item--structure {
    width: 62.5rem;
    padding-block: 3.125rem;
    padding-inline: 3.125rem;
  }
}
.material-section__item--structure-second {
  padding: 0;
  background-color: #fff;
  margin-inline: auto;
}
.material-section__item-title {
  font-size: 4.347826087vw;
  margin-top: 1.9323671498vw;
}
@media screen and (min-width: 768px) {
  .material-section__item-title {
    font-size: 1.5625vw;
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__item-title {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}
.material-section__item-title--structure {
  font-size: 4.8309178744vw;
  font-weight: 600;
  margin-bottom: 4.8309178744vw;
}
@media screen and (min-width: 768px) {
  .material-section__item-title--structure {
    font-size: 1.875vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__item-title--structure {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.material-section__item-img--structure {
  width: 74.8792270531vw;
}
@media screen and (min-width: 768px) {
  .material-section__item-img--structure {
    width: 35.15625vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__item-img--structure {
    width: 28.125rem;
  }
}
.material-section__item-text {
  font-size: 3.3816425121vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .material-section__item-text {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__item-text {
    font-size: 1rem;
  }
}
.material-section__item-text--structure {
  margin-top: 3.8647342995vw;
}
@media screen and (min-width: 768px) {
  .material-section__item-text--structure {
    margin-top: 2.03125vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__item-text--structure {
    margin-top: 1.625rem;
  }
}
.material-section__item-text--structure-second {
  margin-top: 3.8647342995vw;
}
@media screen and (min-width: 768px) {
  .material-section__item-text--structure-second {
    width: 30.078125vw;
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__item-text--structure-second {
    width: 24.0625rem;
    margin-top: 0rem;
  }
}
.material-section__item-text--big {
  font-size: 3.8647342995vw;
  margin-top: 4.8309178744vw;
}
@media screen and (min-width: 768px) {
  .material-section__item-text--big {
    font-size: 1.40625vw;
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1280px) {
  .material-section__item-text--big {
    font-size: 1.125rem;
    margin-top: 0rem;
  }
}

.bottom-image {
  width: 100%;
}
.bottom-image--about {
  margin-top: -13.0434782609vw;
}
@media screen and (min-width: 768px) {
  .bottom-image--about {
    margin-top: -4.21875vw;
  }
}
@media screen and (min-width: 1280px) {
  .bottom-image--about {
    margin-top: -3.375rem;
  }
}
.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: 8.28125vw;
    padding-bottom: 8.28125vw;
  }
}
@media screen and (min-width: 1280px) {
  .bottom-image__text {
    font-size: 1.5rem;
    padding-top: 6.625rem;
    padding-bottom: 6.625rem;
  }
}
.bottom-image__text--about {
  background-color: #f2f2f2;
}
.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-top: 24.154589372vw;
  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-top: 14.84375vw;
    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-top: 11.875rem;
    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-about.css.map */