/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_top .business_item__contentarea .brand {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p_top .business_item__contentarea .brand {
    font-size: clamp(
      0.625rem,
      0.2403846154vw + 0.5096153846rem,
      0.75rem
  );
  }
}

.p_top .about_item .btn, .p_top .business_item__contentarea .btn .btn_txt, .p_top .sec08_item__contentarea .readmore {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_top .about_item .btn, .p_top .business_item__contentarea .btn .btn_txt, .p_top .sec08_item__contentarea .readmore {
    font-size: clamp(
      0.75rem,
      0.2403846154vw + 0.6346153846rem,
      0.875rem
  );
  }
}

.p_top .about_item .title, .p_top .business_item__contentarea .ttl {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_top .about_item .title, .p_top .business_item__contentarea .ttl {
    font-size: clamp(
      1rem,
      0.6009615385vw + 0.7115384615rem,
      1.3125rem
  );
  }
}

.p_top .about_item .index {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p_top .about_item .index {
    font-size: clamp(
      1.625rem,
      2.0432692308vw + 0.6442307692rem,
      2.6875rem
  );
  }
}

.p_top .mv {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: 67px;
}
@media screen and (min-width: 768px) {
  .p_top .mv {
    height: max(900px, 100vh);
    margin-top: 0;
  }
}
.p_top .mv_block01 {
  position: absolute;
  top: 118px;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block01 {
    position: relative;
    inset: 0;
    translate: 0 0;
  }
}
.p_top .mv_block01__ttl01 {
  font-family: "Hina Mincho", serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000000;
  padding-right: 58px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block01__ttl01 {
    padding-top: max(350px, 37.6044568245vh);
    padding-left: 0;
    padding-right: 0;
    font-size: clamp(
      4rem,
      3.3653846154vw + 2.3846153846rem,
      5.75rem
  );
  }
}
.p_top .mv_block01__ttl02 {
  font-family: "Hina Mincho", serif;
  font-size: 3.4375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-top: 1px;
  padding-left: 133px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block01__ttl02 {
    font-size: clamp(
      3.4375rem,
      2.7644230769vw + 2.1105769231rem,
      4.875rem
  );
    margin-top: -13px;
    padding-left: 0;
  }
}
.p_top .mv_block01__group01 {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(
      -0.25rem,
      55.3571428571vw + -13.2243303571rem,
      13.3125rem
  );
  padding-right: clamp(
      12.5625rem,
      48.2142857143vw + 1.2622767857rem,
      24.375rem
  );
}
@media screen and (min-width: 768px) {
  .p_top .mv_block01__group01 {
    gap: 20px;
    margin-top: 78px;
    padding-right: 0;
  }
}
.p_top .mv_block01__desc {
  font-family: "Hina Mincho", serif;
  font-size: clamp(
      1.25rem,
      1.2755102041vw + 0.9510522959rem,
      1.5625rem
  );
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #FFFFFF;
  display: inline-block;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block01__desc {
    font-size: clamp(
      1.5rem,
      1.0817307692vw + 0.9807692308rem,
      2.0625rem
  );
    letter-spacing: 0.15em;
  }
}
.p_top .mv_block02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block02 {
    justify-content: flex-start;
    position: absolute;
    inset: 0;
    z-index: -1;
  }
}
.p_top .mv_block02__item:nth-child(1) {
  width: 48.267%;
  gap: 6px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block02__item:nth-child(1) {
    gap: clamp(
      0.4375rem,
      1.3221153846vw + -0.1971153846rem,
      1.125rem
  );
    height: 100%;
    width: 100%;
    margin-right: clamp(
      0.4375rem,
      2.7644230769vw + -0.8894230769rem,
      1.875rem
  );
    max-width: calc(33.9285714286vw - 30px);
  }
}
@media screen and (min-width: 768px) {
  .p_top .mv_block02__item:nth-child(1) .block_wrap:nth-child(1) {
    height: 49.3964716806%;
  }
}
@media screen and (min-width: 768px) {
  .p_top .mv_block02__item:nth-child(1) .block_wrap:nth-child(2) {
    height: calc(50.5106778087% - clamp(
      0.4375rem,
      1.3221153846vw + -0.1971153846rem,
      1.125rem
  ));
  }
}
.p_top .mv_block02__item:nth-child(1) .block_wrap:nth-child(3) {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block02__item:nth-child(1) .block_wrap:nth-child(3) {
    margin-top: 0;
  }
}
.p_top .mv_block02__item:nth-child(2) {
  width: 50.1334%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block02__item:nth-child(2) {
    height: 100%;
    gap: clamp(
      0.4375rem,
      0.7211538462vw + 0.0913461538rem,
      0.8125rem
  );
    width: 100%;
    max-width: calc(34.3571428571vw - 36px);
    margin-right: clamp(
      0.4375rem,
      3.4855769231vw + -1.2355769231rem,
      2.25rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_top .mv_block02__item:nth-child(2) .block_wrap:nth-child(1) {
    height: 43.1754874652%;
  }
}
@media screen and (min-width: 768px) {
  .p_top .mv_block02__item:nth-child(2) .block_wrap:nth-child(2) {
    height: calc(56.8245125348% - clamp(
      0.4375rem,
      0.7211538462vw + 0.0913461538rem,
      0.8125rem
  ));
  }
}
.p_top .mv_block02__item:nth-child(3) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block02__item:nth-child(3) {
    width: 100%;
    max-width: 31.7857142857vw;
    display: flex;
    align-items: flex-start;
    gap: clamp(
      0.4375rem,
      1.3221153846vw + -0.1971153846rem,
      1.125rem
  );
    flex-wrap: wrap;
    height: 100%;
  }
}
.p_top .mv_block02__item:nth-child(3) .block_wrap:nth-child(1) {
  height: 49.3964716806%;
}
.p_top .mv_block02__item:nth-child(3) .block_wrap:nth-child(2) {
  height: calc(50.5106778087% - clamp(
      0.4375rem,
      1.3221153846vw + -0.1971153846rem,
      1.125rem
  ));
}
.p_top .mv_block03 {
  position: absolute;
  top: calc(96.4% + clamp(
      0rem,
      6.1224489796vw + -1.4349489796rem,
      1.5rem
  ));
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block03 {
    top: 96%;
  }
}
.p_top .mv_block03__txt01 {
  font-family: "Hina Mincho", serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FFFFFF;
  padding-left: 190px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block03__txt01 {
    text-align: center;
    font-size: 1.3125rem;
    padding-left: 0;
  }
}
.p_top .mv_block03__txt02 {
  font-family: "Hina Mincho", serif;
  font-size: clamp(
      0.5rem,
      0.5102040816vw + 0.3804209184rem,
      0.625rem
  );
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_block03__txt02 {
    text-align: center;
    font-size: 0.8125rem;
    margin-top: 44px;
  }
}
.p_top .pickup {
  padding: 60px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p_top .pickup {
    padding-top: 107px;
  }
}
.p_top .pickup_inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_top .pickup_inner {
    padding: 0 25px;
    max-width: 1180px;
  }
}
.p_top .pickup_heading {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p_top .pickup_heading {
    flex-direction: row;
    gap: 48px;
  }
}
.p_top .pickup_heading__logo {
  width: 100%;
  max-width: 407px;
  margin-top: clamp(
      0rem,
      1.2019230769vw + -0.5769230769rem,
      0.625rem
  );
  margin-left: -12px;
  position: relative;
  z-index: 1;
}
.p_top .pickup_heading__logo::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 4px;
  display: block;
  width: 1px;
  height: 125px;
  rotate: 32deg;
  background-color: #707070;
}
.p_top .pickup_heading__content .txt01 {
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  color: #343434;
}
@media screen and (min-width: 768px) {
  .p_top .pickup_heading__content .txt01 {
    margin-top: 28px;
  }
}
.p_top .pickup_heading__content .txt02 {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p_top .pickup_listcards {
    transform: translateX(clamp( 0rem, 0.3605769231vw + -0.1730769231rem, 0.1875rem ));
  }
}
.p_top .pickup_listcards__ttl {
  text-align: center;
  padding-top: 23px;
}
@media screen and (min-width: 768px) {
  .p_top .pickup_listcards .c_card01__item:nth-child(n+4) {
    display: none;
  }
}
.p_top .pickup .c_btn02 {
  margin: 60px auto 0;
}
.p_top .about {
  position: relative;
  padding-top: 60px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p_top .about {
    padding-top: 64px;
  }
}
.p_top .about_bg {
  position: absolute;
  top: 84px;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.33;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p_top .about_bg {
    top: 118px;
  }
}
.p_top .about_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_top .about_inner {
  padding: 0 20px 155px 20px;
}
@media screen and (min-width: 768px) {
  .p_top .about_inner {
    padding: 0 20px 195px 13px;
  }
}
.p_top .about_title {
  letter-spacing: 0.1em;
  line-height: 1.4533333333;
  color: #000000;
}
.p_top .about_sub {
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p_top .about_sub {
    padding-left: 13px;
  }
}
.p_top .about_sub02 {
  letter-spacing: 0.1em;
  line-height: 1.4418604651;
  color: #000000;
  margin: 6px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p_top .about_sub02 {
    margin: 12px 0 0 -13px;
  }
}
.p_top .about_desc {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p_top .about_desc {
    padding-left: 17px;
    margin-top: 32px;
  }
}
.p_top .about_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(
      1.25rem,
      1.6826923077vw + 0.4423076923rem,
      2.125rem
  );
  width: 100%;
  max-width: 1129px;
  padding: 0 20px;
  margin: -120px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p_top .about_list {
    padding: 0 40px;
  }
}
.p_top .about_item {
  color: #FFFFFF;
  background-color: rgba(52, 52, 52, 0.88);
  text-align: center;
  width: 100%;
  max-width: 231px;
  min-height: 200px;
  padding: 0 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p_top .about_item {
    max-width: 327px;
    min-height: 248px;
    width: 45%;
  }
}
.p_top .about_item:hover .index,
.p_top .about_item:hover .title {
  opacity: 0.7;
}
.p_top .about_item:hover .btn {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p_top .about_item:hover .btn::after {
    opacity: 0;
  }
}
.p_top .about_item .index {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4418604651;
  padding-top: 15px;
  transition: 0.5s all ease-in-out;
}
.p_top .about_item .title {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  padding-top: 20px;
  transition: 0.5s all ease-in-out;
}
.p_top .about_item .btn {
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  display: inline-block;
  padding-bottom: 10px;
  transition: 0.5s all ease-in-out;
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p_top .about_item .btn {
    margin-top: 19px;
  }
}
.p_top .about_item .btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s all ease-in-out;
}
.p_top .business {
  background-color: #F7F8F1;
  margin-top: 60px;
  padding-top: 40px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_top .business {
    margin-top: 99px;
    padding-top: 78px;
    padding-bottom: 98px;
  }
}
.p_top .business_heading {
  text-align: center;
}
.p_top .business_heading__ttl {
  letter-spacing: 0.1em;
  line-height: 1.44;
}
.p_top .business_heading__sub {
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p_top .business_heading__sub {
    margin-top: 10px;
  }
}
.p_top .business_heading .c_txt01 {
  color: #000000;
}
.p_top .business_list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p_top .business_list {
    padding: 0 34px 0px 40px;
    gap: 100px;
    margin-top: 49px;
  }
}
.p_top .business_item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p_top .business_item {
    flex-direction: row;
    align-items: center;
    max-width: 1030px;
    margin-left: auto;
  }
}
.p_top .business_item__imgarea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_top .business_item__imgarea {
    width: 67.962%;
  }
}
.p_top .business_item__contentarea {
  background-color: #FFFFFF;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p_top .business_item__contentarea {
    width: 41.748%;
    min-width: 267px;
    margin-left: -103px;
    min-height: clamp(
      16.6875rem,
      7.5721153846vw + 13.0528846154rem,
      20.625rem
  );
    position: relative;
  }
}
.p_top .business_item__contentarea__link {
  display: block;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p_top .business_item__contentarea__link {
    padding: clamp(
      1.25rem,
      3.4855769231vw + -0.4230769231rem,
      3.0625rem
  ) clamp(
      1.25rem,
      3.7259615385vw + -0.5384615385rem,
      3.1875rem
  ) clamp(
      1.25rem,
      0.6009615385vw + 0.9615384615rem,
      1.5625rem
  ) clamp(
      1.25rem,
      3.4855769231vw + -0.4230769231rem,
      3.0625rem
  );
  }
  .p_top .business_item__contentarea__link:hover .brand,
  .p_top .business_item__contentarea__link:hover .logo,
  .p_top .business_item__contentarea__link:hover .ttl {
    opacity: 0.7;
  }
  .p_top .business_item__contentarea__link:hover .btn .btn_txt::after {
    opacity: 0;
  }
}
.p_top .business_item__contentarea .brand {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4166666667;
  color: #BB0A34;
  transition: 0.5s all ease-in-out;
}
.p_top .business_item__contentarea .logo {
  width: clamp(
      14.1875rem,
      13.5817307692vw + 7.6682692308rem,
      21.25rem
  );
  margin: clamp(
      -0.5rem,
      -0.9615384615vw + 0.4615384615rem,
      0rem
  ) 0 clamp(
      -1.5rem,
      -2.8846153846vw + 1.3846153846rem,
      0rem
  ) -3px;
  transition: 0.5s all ease-in-out;
}
.p_top .business_item__contentarea .ttl {
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  text-align: center;
  margin: 15px 0;
  color: #000000;
  transition: 0.5s all ease-in-out;
}
@media screen and (min-width: 768px) {
  .p_top .business_item__contentarea .ttl {
    margin: 34px 0 26px;
  }
}
.p_top .business_item__contentarea .btn {
  width: max-content;
  margin-left: auto;
  margin: 2px 0 0 auto;
}
.p_top .business_item__contentarea .btn .btn_txt {
  font-weight: 400;
  color: #707070;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  padding-bottom: 4px;
  transition: 0.5s all ease-in-out;
  position: relative;
}
.p_top .business_item__contentarea .btn .btn_txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s all ease-in-out;
}
@media screen and (min-width: 768px) {
  .p_top .business_item.rs {
    margin-left: 0;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p_top .business_item.rs .business_item__imgarea {
    margin-left: -100px;
  }
}
@media screen and (min-width: 768px) {
  .p_top .business_item.rs .business_item__contentarea {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p_top .business_item:nth-child(1) .business_item__contentarea__link {
    padding: clamp(
      1.25rem,
      3.0048076923vw + -0.1923076923rem,
      2.8125rem
  ) clamp(
      1.25rem,
      3.7259615385vw + -0.5384615385rem,
      3.1875rem
  ) clamp(
      1.25rem,
      0.6009615385vw + 0.9615384615rem,
      1.5625rem
  ) clamp(
      1.25rem,
      3.4855769231vw + -0.4230769231rem,
      3.0625rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_top .business_item:nth-child(1) .business_item__contentarea .btn {
    margin: -5px 0 0 auto;
  }
}
.p_top .news {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_top .news {
    padding-top: 90px;
  }
}
.p_top .news_inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_top .news_inner {
    max-width: 982px;
  }
}
.p_top .news_groups {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p_top .news_groups {
    gap: clamp(
      1.5625rem,
      3.0048076923vw + 0.1201923077rem,
      3.125rem
  );
    flex-direction: row;
  }
}
.p_top .news_heading {
  flex-shrink: 0;
  min-width: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top .news_heading {
    min-width: clamp(
      6.25rem,
      13.2211538462vw + -0.0961538462rem,
      13.125rem
  );
  }
}
.p_top .news_heading .c_txt01 {
  color: #000000;
}
.p_top .news_heading__sub {
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .p_top .news_heading__sub {
    margin-top: -10px;
  }
}
.p_top .news_heading::after {
  content: "";
  width: 1px;
  height: 70px;
  display: block;
  background-color: #707070;
  position: absolute;
  top: 5px;
  right: 0;
  rotate: 32deg;
}
@media screen and (min-width: 768px) {
  .p_top .news_heading::after {
    height: 127px;
    top: clamp(
      -0.625rem,
      3.6057692308vw + -2.3557692308rem,
      1.25rem
  );
    right: clamp(
      0.625rem,
      3.0048076923vw + -0.8173076923rem,
      2.1875rem
  );
  }
}
.p_top .news_rightarea {
  width: 100%;
  margin-top: 9px;
}
.p_top .news_rightarea .newslist_item {
  border-bottom: 1px solid #000000;
}
.p_top .news_rightarea .newslist_item__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 13px 18px 16px 18px;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .p_top .news_rightarea .newslist_item__link {
    gap: 16px;
    flex-direction: row;
    align-items: center;
  }
}
.p_top .news_rightarea .newslist_item__time {
  flex-shrink: 0;
}
.p_top .news_btn {
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p_top .news_btn {
    margin: 24px 0 0 auto;
  }
}
.p_top .sec06 {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_top .sec06 {
    padding-top: 132px;
  }
}
@media screen and (min-width: 768px) {
  .p_top .sec06_list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p_top .sec06_item {
  position: relative;
}
.p_top .sec06_item::after {
  content: "";
  position: absolute;
  width: clamp(
      17.6875rem,
      10.9693877551vw + 15.1165497449rem,
      20.375rem
  );
  height: clamp(
      9.0625rem,
      26.2755102041vw + 2.9041772959rem,
      15.5rem
  );
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: rgba(52, 52, 52, 0.7);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p_top .sec06_item::after {
    width: clamp(
      15.9375rem,
      8.5336538462vw + 11.8413461538rem,
      20.375rem
  );
    height: clamp(
      9.0625rem,
      12.3798076923vw + 3.1201923077rem,
      15.5rem
  );
  }
}
.p_top .sec06_item__imgarea {
  opacity: 0.6;
}
.p_top .sec06_item__contentarea {
  position: absolute;
  width: clamp(
      17.6875rem,
      10.9693877551vw + 15.1165497449rem,
      20.375rem
  );
  height: clamp(
      9.0625rem,
      26.2755102041vw + 2.9041772959rem,
      15.5rem
  );
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p_top .sec06_item__contentarea {
    width: clamp(
      15.9375rem,
      8.5336538462vw + 11.8413461538rem,
      20.375rem
  );
    height: clamp(
      9.0625rem,
      12.3798076923vw + 3.1201923077rem,
      15.5rem
  );
  }
}
.p_top .sec06_item__contentarea .link {
  color: #FFFFFF;
  display: block;
  max-width: 326px;
  padding: clamp(
      1rem,
      9.4387755102vw + -1.2122130102rem,
      3.3125rem
  ) clamp(
      1rem,
      4.3367346939vw + -0.0164221939rem,
      2.0625rem
  ) clamp(
      1.875rem,
      9.693877551vw + -0.397002551rem,
      4.25rem
  ) clamp(
      1rem,
      4.3367346939vw + -0.0164221939rem,
      2.0625rem
  );
}
@media screen and (min-width: 768px) {
  .p_top .sec06_item__contentarea .link {
    padding: clamp(
      0.375rem,
      5.6490384615vw + -2.3365384615rem,
      3.3125rem
  ) clamp(
      0.5625rem,
      2.8846153846vw + -0.8221153846rem,
      2.0625rem
  ) clamp(
      0.375rem,
      7.4519230769vw + -3.2019230769rem,
      4.25rem
  ) clamp(
      0.5625rem,
      2.8846153846vw + -0.8221153846rem,
      2.0625rem
  );
  }
}
.p_top .sec06_item__contentarea .title {
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.1em;
}
.p_top .sec06_item__contentarea .desc {
  color: #FFFFFF;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p_top .sec06_item__contentarea .desc {
    margin-top: clamp(
      0.625rem,
      1.8028846154vw + -0.2403846154rem,
      1.5625rem
  );
  }
}
.p_top .sec06_item__contentarea .icon {
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 19px;
  right: 22px;
}
.p_top .sec06_item__contentarea .icon::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
}
.p_top .sec06_item__contentarea .icon::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.p_top .sec08 {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p_top .sec08 {
    padding: 112px 0 103px 0;
  }
}
.p_top .sec08_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p_top .sec08_inner {
    gap: 50px;
  }
}
.p_top .sec08_item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  height: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p_top .sec08_item {
    width: 500px;
    height: 150px;
    max-width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 768px) {
  .p_top .sec08_item:hover {
    opacity: 0.8;
  }
}
.p_top .sec08_item__contentarea {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p_top .sec08_item__contentarea .ttl {
  text-align: center;
  padding-top: 26px;
}
@media screen and (min-width: 768px) {
  .p_top .sec08_item__contentarea .ttl {
    padding-top: 45px;
  }
}
.p_top .sec08_item__contentarea .readmore {
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  display: inline-block;
  border-bottom: 1px solid #707070;
  padding-bottom: 3px;
  letter-spacing: 0;
  margin: 2px 10px 0 auto;
}
@media screen and (min-width: 768px) {
  .p_top .sec08_item__contentarea .readmore {
    margin: 9px 8px 0 auto;
  }
}
.p_top .sec08_item01__imgarea {
  width: 120px;
  flex-shrink: 0;
  margin: 5px 0 0 0px;
}
@media screen and (min-width: 768px) {
  .p_top .sec08_item01__imgarea {
    width: 196px;
    margin: 0 0 0 7px;
  }
}
.p_top .sec08_item01 .brand {
  width: 100%;
  margin-bottom: -35px;
}
@media screen and (min-width: 768px) {
  .p_top .sec08_item01 .brand {
    width: 328px;
    margin: 6px 0 -44px -20px;
  }
}
@media screen and (min-width: 768px) {
  .p_top .sec08_item01 .sec08_item__contentarea .readmore {
    margin: 9px 24px 0 auto;
  }
}
.p_top .sec08_item02__imgarea {
  width: 100px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p_top .sec08_item02__imgarea {
    width: 150px;
    flex-shrink: 0;
  }
}
/*# sourceMappingURL=top.css.map */
