@charset "utf-8";

/*----------------------------
* 全体スタイル
----------------------------*/
.page-about {
  position: relative;
  width: 100%;
  margin-bottom: 10rem;
}
@media screen and (min-width:768px) {
  .page-about {
    margin-bottom: 16rem;
  }
}

/*----------------------------
* コンテナ
----------------------------*/
.page-about_container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 3.2rem 2rem;
  border: 2px solid #d4b46c;
  box-shadow: 1.5px 1.5px 2px #696969;
  transition: all 0.5s;
}
@media screen and (min-width:768px) {
  .page-about_container {
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 5rem 2rem;
  }
}
.page-about_container::before {
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 10px;
  background: #081434;
  content: "";
}
@media screen and (min-width:768px) {
  .page-about_container::before {
    width: 40px;
  }
}
.page-about_container::after {
  display: block;
  position: absolute;
  right: -0.5px;
  bottom: -5px;
  width: 20px;
  height: 10px;
  background: #081434;
  content: "";
}
@media screen and (min-width:768px) {
  .page-about_container::after {
    width: 40px;
  }
}
@media screen and (min-width:768px) {
  .page-about_container h3 {
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
  }
}

/*----------------------------
* タイトル
----------------------------*/
.page-about_main-title {
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  font-size: 4rem;
  /*letter-spacing: 1.5px;*/
  text-align: center;
  text-stroke: 1px #fffffb;
  -webkit-text-stroke: 1px #fffffb;
}
@media screen and (min-width:768px) {
  .page-about_main-title {
    font-size: 5rem;
  }
}

/*----------------------------
* サブタイトル
----------------------------*/
.page-about_sub-title {
  margin-bottom: 8rem;
  color: #BFC5CA;
  letter-spacing: 1px;
  text-align: center;
}

/*----------------------------
* コンテンツ
----------------------------*/
.page-about_content {
  margin-bottom: 2.5rem;
  color: #fffffb;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 1.5px;
  text-align: left;

}
@media screen and (min-width:768px) {
  .page-about_content {
    width: 40%;
    margin-top: 2rem;
    margin-left: 60px;
    margin-bottom: initial;
  }
}

.page-about_thumbnail {
  width: 60vw;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .page-about_thumbnail {
    width: 40%;
  }
}