@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.activity {
  position: relative;
  padding-block: 4rem 8.875rem;
  background-color: #F2FAFF;
  margin-top: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .activity {
    padding-block: 4.375rem;
    margin-top: 3.75rem;
  }
}

.activity__inner {
  position: relative;
}

.activity__inner::after {
  content: "";
  position: absolute;
  top: -5.125rem;
  right: 3.5rem;
  width: 9.625rem;
  height: 5.4375rem;
  background: url("../images/renovation/common/twofish_illust.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .activity__inner::after {
    width: 20%;
    top: -3%;
    right: 5%;
  }
}

.activity__title,
.activity__subtitle {
  font-weight: bold;
  color: #005bac;
  text-align: center;
  line-height: 1;
}

.activity__title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .activity__title {
    font-size: 1.5rem;
  }
}

.activity__subtitle {
  font-size: 1.5rem;
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .activity__subtitle {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.6;
	 text-align: left;
  }
}

.activity__lead {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: center;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .activity__lead {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
	  text-align: left;
	  line-height: 1.6;
  }
}

.activity__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.375rem;
  row-gap: 1.1875rem;
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .activity__list {
    grid-template-columns: 1fr;
    row-gap: 1.1875rem;
  }
}

.activity__item-img {
  aspect-ratio: 344/205;
}
.activity__item-img img {
  height: auto;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.activity__item-content {
  margin-top: 1rem;
}

.activity__item-title {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  color: #005bac;
}

.activity__item-text {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  margin-top: 0.25rem;
}

.project-satoumi__header {
  padding-block: 8.125rem 12.5rem;
  text-align: center;
  color: #ffffff;
  background: url("../images/renovation/about/page_about_project_bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .project-satoumi__header {
    padding-block: 4.375rem 6.25rem;
  }
}

.project-satoumi__title {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .project-satoumi__title {
    font-size: 1.75rem;
  }
}

.project-satoumi__text {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .project-satoumi__text {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.6;
  }
}

.project-satoumi__inner {
  margin-top: -9.375rem;
}
@media screen and (max-width: 767px) {
  .project-satoumi__inner {
    margin-top: -4.375rem;
  }
}

.project-satoumi__content {
  margin-top: 5rem;
  background-color: #ffffff;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  padding: 5rem 1.25rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .project-satoumi__content {
    margin-top: 2.5rem;
    padding: 2.5rem 0.625rem;
  }
}

.project-satoumi__content {
  display: grid;
  row-gap: 4.625rem;
}
@media screen and (max-width: 767px) {
  .project-satoumi__content {
    row-gap: 2.5rem;
  }
}

.project-satoumi__section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5625rem;
}

.project-satoumi__section-title-number {
  font-size: 3.9375rem;
  font-weight: bold;
  color: #88b7e2;
}
@media screen and (max-width: 767px) {
  .project-satoumi__section-title-number {
    font-size: 2.5rem;
  }
}

.project-satoumi__section-title-text {
  font-size: 2rem;
  font-weight: bold;
  color: #005bac;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .project-satoumi__section-title-text {
    font-size: 1.5rem;
  }
}

.project-satoumi__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.5rem;
  row-gap: 1.5rem;
  max-width: 65.625rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .project-satoumi__list {
    grid-template-columns: 1fr;
    max-width: 100%;
    row-gap: 1.5rem;
    margin-top: 1.75rem;
    column-gap: initial;
  }
}

.project-satoumi__card {
  background-color: #ffffff;
  padding: 2.25rem 2.5rem;
  box-shadow: 0px 0px 18px rgba(18, 116, 176, 0.29);
  border-radius: 1.25rem;
  text-align: left;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .project-satoumi__card {
    font-size: 0.75rem;
    padding: 1.25rem 1.5rem;
    width: 100%;
  }
}

.project-satoumi__card-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #005bac;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .project-satoumi__card-title {
    font-size: 1.125rem;
  }
}

.project-satoumi__card-text {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-top: 0.875rem;
}

.company-info {
  margin-top: 7.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-info {
    margin-top: 4.375rem;
    padding-bottom: initial;
  }
}

.company-info__inner.inner {
  max-width: 59.375rem;
}
@media screen and (max-width: 767px) {
  .company-info__inner.inner {
    max-width: 100%;
  }
}

.company-info__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .company-info__title {
    font-size: 1.75rem;
  }
}

.company-info__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .company-info__list {
    margin-top: 1.875rem;
  }
}

.company-info__item {
  display: flex;
  border-bottom: 1px solid #a5a5a5;
}
@media screen and (max-width: 767px) {
  .company-info__item {
    flex-direction: column;
  }
}

.company-info__item dt,
.company-info__item dd {
  font-size: 1rem;
  padding-bottom: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .company-info__item dt,
  .company-info__item dd {
    font-size: 0.875rem;
    padding-bottom: 1rem;
  }
}

.company-info__item dt {
  max-width: 8.125rem;
  width: 14.4444444444%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company-info__item dt {
    width: 100%;
  }
}

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