.hero {
  background-image: url("../images/about/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 48.8rem;
    background-image: url("../images/about/sp/hero_sp.jpg");
  }
}

.hero .inner {
  height: 100%;
}

.hero__img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hero__img {
  width: 664px;
  max-width: 1332px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .hero__img {
    width: 32.3rem;
  }
}

.hero__title-text {
  padding-top: 420px;
  font-size: 32px;
  color: #004896;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero__title-text {
    padding-top: 44.5rem;
    font-size: 2rem;
  }
}

/* lead
========================================================== 
*/
.lead {
  background-image: url("../images/about/bg01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1120px;
  text-align: center;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .lead {
    background-image: url("../images/about/sp/bg01_sp.jpg");
    height: 115rem;
    padding-top: 6rem;
  }
}

.lead__title {
  font-size: 32px;
  color: #004896;
  line-height: 1.875;
  font-weight: 300;
  letter-spacing: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lead__title {
    letter-spacing: 0.3em;
    font-size: 3.2rem;
    white-space: nowrap;
  }
}

.lead__text {
  margin-top: 32px;
  line-height: 2.5625;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .lead__text {
    line-height: 2.1875;
  }
}

/* mission
========================================================== 
*/
.mission {
  background-image: url("../images/about/mission_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 670px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mission {
    background-image: url("../images/about/sp/mission_bg_sp.jpg");
    height: 73rem;
  }
}

.mission__img-wrap {
  opacity: 0.8;
  position: absolute;
  top: 83px;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .mission__img-wrap {
    top: 22rem;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.mission__img {
  width: 855px;
  max-width: 1332px;
}
@media screen and (max-width: 768px) {
  .mission__img {
    width: 31.6rem;
  }
}

.mission__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
@media screen and (max-width: 768px) {
  .mission__content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.mission__content-inner {
  grid-column: 2;
  margin-top: 310px;
}
@media screen and (max-width: 768px) {
  .mission__content-inner {
    margin-top: 19em;
  }
}

.mission__title {
  font-size: 32px;
  color: #004896;
  line-height: 2.1875;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .mission__title {
    font-size: 3.2rem;
    line-height: 1.875;
  }
}

.mission__text {
  line-height: 2;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mission__text {
    white-space: wrap;
    margin-top: 1.2rem;
    letter-spacing: 0em;
    line-height: 2;
    text-align: justify;
  }
}

.vision {
  background-image: url("../images/about/vision_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 670px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .vision {
    height: 85.5rem;
    background-image: url("../images/about/sp/vision_bg_sp.jpg");
  }
}

.vision__img-wrap {
  position: absolute;
  top: 58px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .vision__img-wrap {
    text-align: center;
    width: 100%;
    top: 20rem;
  }
}

.vision__img {
  width: 702px;
  max-width: 1332px;
}
@media screen and (max-width: 768px) {
  .vision__img {
    width: 26rem;
  }
}

.vision__content {
  padding-top: 255px;
}
@media screen and (max-width: 768px) {
  .vision__content {
    padding-top: 28.5rem;
  }
}

.vision__title {
  font-size: 32px;
  color: #004896;
  line-height: 1.875;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.vision__text {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .vision__text {
    margin-top: 2.8rem;
    text-align: justify;
  }
}

/* snowpawsland
========================================================== 
*/
.snowpawsland {
  background-image: url("../images/about/snowpawsland_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1280px;
  margin-top: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .snowpawsland {
    background-image: url("../images/about/sp/snowpawsland_bg_sp.jpg");
    height: 160rem;
    padding-top: 8rem;
    margin-top: 1.8rem;
  }
}

.snowpawsland__title {
  font-size: 20px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .snowpawsland__title {
    text-align: center;
    font-size: 2rem;
  }
}

.snowpawsland__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  gap: 130px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .snowpawsland__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.6rem;
    gap: 4.5rem;
  }
}

.snowpawsland__content-text {
  margin-bottom: 24px;
  line-height: 2;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.snowpawsland__title-img {
  width: 490px;
}
@media screen and (max-width: 768px) {
  .snowpawsland__title-img {
    width: 31.5rem;
  }
}

.snowpawsland__title-text {
  display: block;
  margin-top: 28px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .snowpawsland__title-text {
    margin-top: 1.8rem;
  }
}

.snowpawsland__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.snowpawsland__list-item {
  height: 350px;
  width: 350px;
  background-color: #FFF;
  border-radius: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .snowpawsland__list-item {
    height: 35rem;
    width: 35rem;
  }
}

.snowpawsland__list-item-img {
  height: 41px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .snowpawsland__list-item-text {
    line-height: 2;
    margin-top: 1rem;
  }
}

/* partner
========================================================== 
*/
.partner {
  background-image: url("../images/about/partner_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .partner {
    padding-top: 4.8rem;
  }
}

.partner__title {
  text-align: center;
  position: relative;
  height: 204px;
}
@media screen and (max-width: 768px) {
  .partner__title {
    text-align: left;
    height: unset;
  }
}

.partner__title-img-wrap {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.partner__title-img {
  width: 772px;
}
@media screen and (max-width: 768px) {
  .partner__title-img {
    width: 37.5rem;
  }
}

.partner__title-text {
  text-align: center;
  font-size: 20px;
  color: #004896;
  z-index: 10;
  position: relative;
  padding-top: 100px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .partner__title-text {
    font-size: 2rem;
    padding-top: 4.7rem;
    letter-spacing: 0.1em;
  }
}

.partner__list {
  margin-top: 80px;
  line-height: 2;
  border-radius: 30px;
}

.partner__list-item {
  background-color: #fafbe6;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .partner__list-item {
    padding-bottom: 5rem;
  }
}

.partner__list-item:not(:first-child) {
  margin-top: 24px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .partner__list-item:not(:first-child) {
    margin-top: 6rem;
    padding-top: 0;
  }
}

.partner__list-item-flex {
  display: grid;
  grid-template-columns: 47.5% auto;
  gap: 7.5%;
}
@media screen and (max-width: 768px) {
  .partner__list-item-flex {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.partner__list-item-flex._1st {
  grid-template-columns: 53.3% auto;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .partner__list-item-flex._1st {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.partner__list-item-text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .partner__list-item-text {
    margin-top: 2rem;
    text-align: justify;
  }
}

.partner__list-item-text._1st {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .partner__list-item-text._1st {
    padding-top: 0;
  }
}

.partner__list-item-img-wrap {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .partner__list-item-img-wrap {
    text-align: center;
    margin-top: -3rem;
  }
}

.partner__list-item-img-wrap._1st {
  margin-left: -53px;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .partner__list-item-img-wrap._1st {
    margin-left: 0;
    margin-top: -3rem;
  }
}

@media screen and (max-width: 768px) {
  .partner__list-item-img._1st {
    width: 29rem;
  }
}

@media screen and (max-width: 768px) {
  .partner__list-item-img {
    width: 25rem;
  }
}

.partner-history {
  display: grid;
  grid-template-columns: 46% auto;
  background-color: #FFF;
  margin-top: 48px;
  gap: 10px;
  padding: 32px 22px 24px 32px;
  position: relative;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .partner-history {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.partner-history._1st {
  margin-top: 10px;
  grid-template-columns: 320px 1fr;
}
@media screen and (max-width: 768px) {
  .partner-history._1st {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    padding: 3rem 2.2rem;
    gap: 1.5rem;
  }
}

.partner-history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.partner-history__img-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.partner-history__img-content._1st {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .partner-history__img-content._1st {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.partner-history__badge {
  position: absolute;
  top: -26px;
  left: 0;
}

.partner-history__badge-img {
  width: 152px;
}

@media screen and (max-width: 768px) {
  .partner-history__img-wrap {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .partner-history__img {
    width: 20.5rem;
  }
}

@media screen and (max-width: 768px) {
  .partner-history__img._1st {
    width: 100%;
  }
}

/* message
========================================================== 
*/
.message {
  padding-top: 200px;
  padding-bottom: 100px;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message {
    overflow-x: visible;
    padding: 10rem 0 5rem;
  }
}

.message__img-wrap {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .message__img-wrap {
    overflow-x: hidden;
    top: 3.3rem;
  }
}

.message__img {
  width: 907px;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 44.1rem;
  }
}

.message .inner {
  padding-left: 110px;
}
@media screen and (max-width: 768px) {
  .message .inner {
    padding-left: 3rem;
  }
}

.message__title {
  color: #004896;
  font-size: 20px;
  letter-spacing: 0.2em;
}

.message__lead {
  font-size: 32px;
  color: #004896;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .message__lead {
    font-size: 3.2rem;
    margin-top: 3.4rem;
    letter-spacing: 0em;
    white-space: nowrap;
  }
}

.message__content {
  display: grid;
  grid-template-columns: 1fr 38.5vw;
  gap: 110px;
  margin-right: calc(50% - 50vw + 15px);
}
@media screen and (max-width: 768px) {
  .message__content {
    grid-template-columns: 1fr;
    gap: 5rem;
    margin-right: 0;
  }
}

.message__content-text {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .message__content-text {
    margin-top: 3rem;
    line-height: 2;
    letter-spacing: 0.2em;
    text-align: justify;
  }
}

.message__content-img-wrap {
  margin-top: -88px;
}
@media screen and (max-width: 768px) {
  .message__content-img-wrap {
    margin-top: 0;
  }
}

/* company
========================================================== 
*/
.company {
  background-color: #fafafa;
  padding-top: 54px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .company {
    padding-top: 5rem;
    padding-bottom: 2.7rem;
  }
}

.company__title {
  text-align: center;
}

.company__title-en {
  font-size: 40px;
  color: #004896;
  letter-spacing: 0.2em;
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .company__title-en {
    font-size: 3.5rem;
  }
}

.company__title-ja {
  font-size: 20px;
  color: #004896;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .company__title-ja {
    font-size: 2rem;
  }
}

.company__content {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 110px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .company__content {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media screen and (max-width: 768px) {
  .company__content {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 3rem;
  }
}

.company__list {
  width: 100%;
}

.company__map {
  width: 100%;
}

.company__list-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 18px 32px;
  border-top: 1px solid #4b4b4b;
}
@media screen and (max-width: 768px) {
  .company__list-item {
    padding: 1.8rem 0rem;
    gap: 1rem;
    grid-template-columns: 8rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.company__list-item:last-child {
  border-bottom: 1px solid #4b4b4b;
}

.company__list-item-title {
  font-weight: 400;
}

.company__map iframe {
  aspect-ratio: 500/327;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .company__map iframe {
    width: 100%;
  }
}