@charset "UTF-8";
.page-about .sp {
  display: none;
}
.page-about .main_visual{
  background-image: url(../img/about/main_visual.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-about .wrap {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}
.page-about .flex {
  display: flex;
  flex-wrap: wrap;
}
.page-about h2 {
  color: #6A5255;
  margin: 0;
}
.page-about .main_visual .ttl .en {
  font-size: 20px;
  color: #D78E95;
  font-weight: 300;
  padding:0 0 0 20px;
  position: relative;
  letter-spacing: 0.09em;
}
.page-about .main_visual .ttl .en::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #D78E95;
  left: 0;
  top: 50%;
}
.page-about .main_visual .ttl h2 {
  margin: 5px 0 0;
	font-size:48px;
}
.page-about .intro {
  padding: 120px 0;
}
.page-about .intro .flex {
  gap:50px 150px;
}
.page-about .intro h2 {
  font-size: 35px;
  line-height: 1.57;
}
.page-about .intro p {
  color: #6A5255;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
}

.page-about .category {
  background-color: #FAF7F3;
  padding: 120px 0;
}
.page-about .category .box .flex {
  justify-content: space-between;
  align-items: center;
  gap:80px 40px;
}
.page-about .category .box .text .sub_ttl{
  color: #D78E95;
  font-weight: 700;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 19px;
  margin: 0 0 20px;
}
.page-about .category .box .text h2{
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 30px;
  line-height: 1.65625;
}
.page-about .category .box .text p{
  font-weight: 500;
  font-size: 16px;
  line-height: 2.3125;
  margin: 0;
}
.page-about .category .box .text .sub_ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 100vh;
  background-color: #D78E95;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
}
.page-about .category .box .text ul {
  display: flex;
  gap:60px;
  margin: 40px 30px 0;
}
.page-about .category .box .text ul li {
  text-align: center;
}
.page-about .category .box .text ul li p {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 0;
}
.page-about .category .box:nth-child(1) {
  margin: 0 0 120px;
}
.page-about .category .box:nth-child(1) .pict img {
box-shadow: -20px 20px 0 0 rgba(255, 255, 255, 1);
}
.page-about .category .box:nth-child(2) .pict img {
box-shadow: 20px 20px 0 0 rgba(255, 255, 255, 1);
}
.page-about .category .box:nth-child(2) .text{
  order: 1;
}
.page-about .category .box:nth-child(2) .pict{
  order: 2;
}
.page-about .concept {
  background-color: #FAF7F3;
  padding: 0 0 120px;
}
.page-about .concept .image {
  background-image: url(../img/about/concept.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 650px;
}
.page-about .concept .box {
  text-align: center;
  background-color: rgba(255,255,255,.9);
  margin: -80px 0 0;
  padding: 50px 20px;
}
.page-about .concept .box h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 2;
  text-decoration: underline;
  text-decoration-color: #D78E95;
  text-underline-offset: 0.5em;
  margin: 0 0 40px;
}
.page-about .concept .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
}
.page-about .link_list {
  text-align: center;
  padding: 120px 0;
}
.page-about .link_list h2{
  font-size: 32px;
  margin: 0 0 20px;
}
.page-about .link_list p{
  font-size: 20px;
  margin: 0 0 50px;
  color: #6A5255;
}
.page-about .link_list .flex {
  justify-content: center;
  flex-wrap: wrap;
  gap:25px;
}
.page-about .link_list .btn_link a {
  display: block;
  min-width: 375px;
  border-radius: 100vw;
  font-size: 16px;
  text-align: center;
  border:1px solid #D78E95;
  padding: 20px 0;
  font-weight: 500;
  background-position: center right 20px;
  background-repeat: no-repeat;
  transition:0.3s;
}
.page-about .link_list .btn_link a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition:0.3s;
}
.page-about .link_list .btn_link:nth-child(1) a {
  color:#fff;
  background-color: #D78E95;
  background-image: url(../img/about/arrow_01.svg);
}
.page-about .link_list .btn_link:nth-child(2) a {
  color:#D78E95;
  background-color: #fff;
  background-image: url(../img/about/arrow_02.svg);
}
@media screen and (max-width: 1200px) {
.page-about .main_visual{
  height: 450px;
}
.page-about .category .box .flex {
  justify-content: center;
}
  .page-about .category .box .text ul {
    justify-content: center;
  }
.page-about .category .box:nth-child(2) .text{
  order: 2;
}
.page-about .category .box:nth-child(2) .pict{
  order: 1;
}
.page-about .concept .image {
  height: 500px;
}
}

@media screen and (max-width: 750px) {
.page-about .pc {
  display: none;
}
.page-about .sp {
  display: block;
}
  .page-about .wrap {
    padding: 0 4vw;
  }

  /* -------------------------
      MAIN VISUAL
  ------------------------- */
  .page-about .main_visual {
    height: 70vh;
    padding: 10vw 5vw 0;
  background-image: url(../img/about/main_visual_sp.png);
    display: block;
}
  .page-about .main_visual .ttl .en {
    font-size: 3.5vw;
    padding-left: 3vw;
  }
  .page-about .main_visual .ttl h2 {
    font-size: 8vw;
    margin: 0;
  }

  /* FLEX → 縦並び */
  .page-about .flex {
    flex-direction: column;
  }

  /* -------------------------
      INTRO
  ------------------------- */
  .page-about .intro {
    padding: 15vw 0;
  }
  .page-about .intro .flex {
    gap: 8vw;
  }
  .page-about .intro h2 {
    font-size: 6vw;
    line-height: 1.5;
  }
  .page-about .intro p {
    font-size: 4vw;
    line-height: 1.9;
  }

  /* -------------------------
      CATEGORY
  ------------------------- */
  .page-about .category {
    padding: 15vw 0;
  }
  .page-about .category .box {
    margin: 0 0 15vw;
  }
  .page-about .category .box:last-child {
    margin-bottom: 0;
  }

  .page-about .category .box .flex {
    gap: 10vw;
  }
  .page-about .category .box .pict {
    width: 70%;
    margin: auto;
  }
  /* 2つ目の左右入替を解除 */
  .page-about .category .box:nth-child(2) .text,
  .page-about .category .box:nth-child(2) .pict {
    order: unset;
  }

  /* 画像フィット */
  .page-about .category .box .pict img {
    width: 100%;
    height: auto;
  }

  /* テキスト */
  .page-about .category .box .text .sub_ttl {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .page-about .category .box .text h2 {
    font-size: 6.5vw;
    margin-bottom: 5vw;
    line-height: 1.4;
  }
  .page-about .category .box .text p {
    font-size: 3.8vw;
    line-height: 1.9;
  }

  /* LIST（丸アイコン） */
  .page-about .category .box .text ul {
    gap: 5vw;
    margin: 6vw 0 0;
  }
  .page-about .category .box .text ul li p {
    font-size: 3.8vw;
  }

  /* -------------------------
      CONCEPT
  ------------------------- */
  .page-about .concept .image {
    height: 30vh;
  }
  .page-about .concept {
    padding-bottom: 12vw;
  }
  .page-about .concept .box {
    margin-top: -8vw;
    padding: 6vw 5vw;
  }
  .page-about .concept .box h2 {
    font-size: 6.5vw;
    margin-bottom: 6vw;
  }
  .page-about .concept .box p {
    font-size: 3.8vw;
    line-height: 1.9;
  }

  /* -------------------------
      LINK LIST
  ------------------------- */
  .page-about .link_list {
    padding: 15vw 0;
  }
  .page-about .link_list h2 {
    font-size: 6.5vw;
  }
  .page-about .link_list p {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .page-about .link_list .flex {
    gap: 4vw;
  }

  .page-about .link_list .btn_link a {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    padding: 4vw;
    font-size: 3.8vw;
    background-position: center right 4vw;
  }
}
