@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
/* ライン状の背景画像
-----------------------------------------------------------------*/
.background {
  background-image: url("../img/about/pc/bg_line.png");
}
@media screen and (max-width: 768px) {
  .background {
    background-image: url("../img/about/sp/bg_line.png");
  }
}
.background.bg-message {
  background-image: url("../img/about/pc/bg_line_message.png");
}
@media screen and (max-width: 768px) {
  .background.bg-message {
    background-image: url("../img/about/sp/bg_line_message.png");
  }
}
.background.bg-company {
  background-image: url("../img/about/pc/bg_line_company.png");
}
@media screen and (max-width: 768px) {
  .background.bg-company {
    background-image: url("../img/about/sp/bg_line_company.png");
  }
}

/* page-title
-----------------------------------------------------------------*/
.page-title-inner {
  background-image: url("../img/about/pc/bg_title.png");
}
@media screen and (max-width: 768px) {
  .page-title-inner {
    background-image: url("../img/about/sp/bg_title.png");
  }
}

/*=================================================================
  index.html
=================================================================*/
/* our-mission
-----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .our-mission .section-inner {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 425px) {
  .our-mission .section-inner {
    padding: 0 4%;
  }
}
@media screen and (max-width: 320px) {
  .our-mission .section-inner {
    padding-right: 0;
  }
}

.our-mission-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .our-mission__title.section-title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 425px) {
  .our-mission__title.section-title {
    margin-left: -.5em;
  }
}
.our-mission__title.section-title.writing-vertical {
  margin-bottom: 0;
}
.our-mission__title.section-title span {
  margin: 0;
}

.our-mission__text {
  margin-left: 2em;
  font-size: calc(22px + (24 - 22) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
}
@media screen and (min-width: 1440px) {
  .our-mission__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .our-mission__text {
    padding-right: 0.66em;
    font-size: calc(14px + (30 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .our-mission__text {
    font-size: 30px;
  }
}

.our-mission__text li {
  margin-bottom: 1.5em;
}

.our-mission-empty {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .our-mission-empty {
    display: none;
  }
}

/* point
-----------------------------------------------------------------*/
.point-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .point-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.point-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: 100% 100%;
  grid-template-rows: 100%;
}
@media screen and (max-width: 768px) {
  .point-item:not(:first-of-type) {
    margin-top: 2.5em;
  }
}

.point-item__img {
  grid-area: 1 / 1 / 2 / 2;
}

.point-detail {
  position: relative;
  grid-area: 1 / 2 / 2 / 3;
  margin: 20em 0 0 -90%;
  padding: 2.5em 1.5em;
  width: 80%;
  background-color: #ffffff;
  z-index: +1;
}
@media screen and (max-width: 768px) {
  .point-detail {
    margin: 55% 0 0 -94%;
    width: 88%;
    padding: 6%;
  }
}

.point__number {
  position: relative;
  margin-top: -2.5em;
  font-size: calc(18px + (20 - 18) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  z-index: +2;
}
@media screen and (min-width: 1440px) {
  .point__number {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .point__number {
    margin-top: -12%;
    font-size: calc(20px + (30 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .point__number {
    font-size: 30px;
  }
}

.point__number span {
  font-size: calc(42px + (54 - 42) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
}
@media screen and (min-width: 1440px) {
  .point__number span {
    font-size: 54px;
  }
}
@media screen and (max-width: 768px) {
  .point__number span {
    font-size: calc(40px + (80 - 40) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .point__number span {
    font-size: 80px;
  }
}

.point__detail-title {
  font-size: calc(20px + (22 - 20) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .point__detail-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .point__detail-title {
    font-size: calc(20px + (30 - 20) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .point__detail-title {
    font-size: 30px;
  }
}

.point__detail-text {
  margin-top: .75em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .point__detail-text {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .point__detail-text {
    font-size: 24px;
  }
}

/*=================================================================
  message.html
=================================================================*/
/*=================================================================
  company.html
=================================================================*/
/* company
-----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .company .section-inner {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 425px) {
  .company .section-inner {
    padding: 0 2%;
  }
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list dt, .list dd {
  padding: 2.25em 0 2.25em 1.5em;
}
.list dt:first-of-type, .list dd:first-of-type {
  padding-top: 0;
}
.list dt:not(:last-of-type), .list dd:not(:last-of-type) {
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .list dt, .list dd {
    padding: 1.66em 0 1.66em .83em;
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .list dt, .list dd {
    font-size: 24px;
  }
}

.list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  font-weight: bold;
}
.list dd {
  -ms-flex-preferred-size: 76%;
      flex-basis: 76%;
  line-height: 1.75;
}
.list dd span {
  display: inline;
}
@media screen and (max-width: 768px) {
  .list dd span {
    display: none;
  }
}

.company-location-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5em;
}
@media screen and (max-width: 768px) {
  .company-location-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-location-wrap .company-location-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: .75em;
}
@media screen and (max-width: 768px) {
  .company-location-wrap .company-location-images {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .company-location-wrap .company-location-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-location-wrap .company-location-images .company-location-image {
  position: relative;
}
.company-location-wrap .company-location-images .company-location-image img {
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .company-location-wrap .company-location-images .company-location-image img {
    margin: 0 auto;
    max-width: 100%;
  }
}
.company-location-wrap .company-location-images .company-location-image span {
  display: block;
  position: absolute;
  bottom: 0;
  right: .25em;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .company-location-wrap .company-location-images .company-location-image span {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .company-location-wrap .company-location-images .company-location-image span {
    font-size: 24px;
  }
}

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