/* company */

.page_cpo {
  position: relative;
}
.page_cpo_search_ttl {
  padding: 70px 0 0;
}
@media (max-width: 767px) {
  .page_cpo_search_ttl {
    padding: 40px 0 0;
  }
}
.page_cpo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/common/illust.svg"), url("../../img/common/illust.svg");
  background-position: calc(-10%) 30%, calc(100% + 10%) 60%;
  background-size: 42.96vw; /* 任意のサイズに調整 */
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .page_cpo::before {
    background-position: calc(-30%) 18%, calc(100% + 30%) 48%;
    background-size: 80vw;
    padding: 40px 0 0;
  }
}
.page_cpo_read {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .page_cpo_read {
    margin-bottom: 30px;
  }
}
.page_cpo_read .c-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page_cpo_read .c-title {
    margin-bottom: 30px;
  }
}
.cpo_read_text {
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .cpo_read_text {
    font-size: 14px;
  }
}
.page_cpo_search {
  max-width: 770px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .page_cpo_search {
    width: 90%;
    flex-direction: column-reverse;
  }
}
.page_cpo_search_link,
.page_cpo_search_img {
  flex-basis: 50%;
}
.page_cpo_search_img img {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  aspect-ratio: 55/31;
}
@media (max-width: 767px) {
  .page_cpo_search_link,
  .page_cpo_search_img {
    flex-basis: 100%;
  }
}
.page_cpo_search_link {
  background-color: #00417d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page_cpo_search_link {
    padding: 10px 0 20px;
  }
}
.page_cpo_search_link p {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .page_cpo_search_link p {
    font-size: 26px;
  }
}

.page_cpo_search_link .c-solidlink {
  border: 1px solid #fff;
  margin-top: 20px;
  background: inherit;
  color: #fff;
  width: 60%;
}
@media (max-width: 767px) {
  .page_cpo_search_link .c-solidlink {
    margin-top: 10px;
  }
}

.page_cpo_search_link .c-solidlink:after {
  background-image: url("../../img/common/arrow_white.svg");
}

.page_cpo_store {
  position: relative;
  margin-top: 80px;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .page_cpo_store {
    margin-top: 60px;
    padding: 50px 0 60px;
  }
}

.page_cpo_store .c-illustlogo_01 {
  top: -12vw;
  left: -10vw;
  z-index: 1;
}

.page_cpo_store_list {
  justify-content: center;
  gap: 15px;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .page_cpo_store_list {
    width: 90%;
  }
}
.page_cpo_store_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  box-shadow: 0px 0px 12px 0px rgba(000, 000, 000, 0.3);
  border-radius: 10px;
  background-color: #fff;
  width: calc((100% / 3) - 10px);
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .page_cpo_store_item {
    width: 100%;
    gap: 0;
  }
}

.page_cpo_store_name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  /* margin-top: 41px; */
  text-align: center;
}
.page_cpo_store_name .ja {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page_cpo_store_name .ja span {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
.page_cpo_store_name .en {
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
  font-size: 12px;
  font-family: "vw-font", sans-serif;
}
@media (max-width: 767px) {
  .page_cpo_store_name .en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page_cpo_store_tel {
  font-size: 28px;
  font-weight: 700;
}
.store_tel_osu a {
  color: #ff555f;
}

.store_tel_toyoake a {
  color: #128836;
}

.store_tel_handa a {
  color: #00a8c6;
}

.page_cpo_store_mail {
  width: 100%;
}
.page_cpo_store_item .c-solidlink {
  margin-top: 6px;
}
.store_item_osu .c-solidlink {
  border: 1px solid #ff555f;
  color: #ff555f;
}
.store_item_osu .c-solidlink::after {
  background-image: url(../../img/common/arrow_skyblue.svg);
}
.store_item_toyoake .c-solidlink {
  border: 1px solid #128836;
  color: #128836;
}
.store_item_toyoake .c-solidlink::after {
  background-image: url(../../img/common/arrow_green.svg);
}
.store_item_handa .c-solidlink {
  border: 1px solid #00a8c6;
  color: #00a8c6;
}
.store_item_handa .c-solidlink::after {
  background-image: url(../../img/common/arrow_purple.svg);
}

.page_cpo_buyout {
  position: relative;
  padding: 70px 0 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .page_cpo_buyout {
    padding: 40px 0 0;
  }
}
.cpo_read_text span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cpo_read_text span {
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.page_cpo_buyout_ttl {
  width: fit-content;
  font-size: 32px;
  display: block;
  margin: auto;
}

.page_buyout_flow_arrow {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 10px;
}
.page_buyout_flow_arrow img {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  aspect-ratio: 590/199;
}
@media (max-width: 767px) {
  .page_buyout_flow_arrow {
    margin: 20px auto 0;
  }
  .page_buyout_flow_arrow img {
    aspect-ratio: 465/1369;
  }
}

.page_cpo_buyout_flow {
  padding-top: 20px;
}
/* floatを使うのでclearfixの指定 */
.page_buyout_flow_arrow:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.page_buyout_flow_arrow .flow_arrow_box {
  padding-top: 25px; /* テキストの位置調整 */
  width: 24%; /* ウィンドウの幅が広くなった時のために％で指定 */
  height: 100px;
  background: #0082d9; /* １番目のボックスの色指定 */
  float: left; /* 横並び */
  position: relative;
  font-size: 1.6em; /* テキストの指定 */
  font-weight: bold; /* テキストの指定 */
  line-height: 1.4; /* テキストの指定 */
  margin-left: 4px;
}

.page_buyout_flow_arrow .box02 {
  background: #006dbc;
} /* ２番目のボックスの色指定*/

.page_buyout_flow_arrow .box03 {
  background: #005da5;
} /* ３番目のボックスの色指定*/

.page_buyout_flow_arrow .box04 {
  background: #004785;
  width: 26%;
} /* ４番目のボックスの色指定*/

/* ボックスの左側に三角形を作る */
.page_buyout_flow_arrow .flow_arrow_box:before {
  border-left: 14px solid #ffffff; /* １番目の三角形は背景色と同じ色を指定 */
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  content: "";
  position: absolute;
  left: -4px; /* ボックスの左に合わせて三角形を作る */
  top: 0;
  z-index: 10;
}
.page_buyout_flow_arrow .box01:after,
.page_buyout_flow_arrow .box02:after,
.page_buyout_flow_arrow .box03:after {
  border-left: 14px solid #ffffff; /* １番目の三角形は背景色と同じ色を指定 */
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  content: "";
  position: absolute;
  right: -18px; /* ボックスの左に合わせて三角形を作る */
  top: 0;
  z-index: 9;
}
.page_buyout_flow_arrow .box01:before {
  display: none;
} /* ２番目の三角形は１番目のボックスと同じ色を指定 */
.page_buyout_flow_arrow .box02:before {
  border-left-color: #0082d9;
} /* ２番目の三角形は１番目のボックスと同じ色を指定 */
.page_buyout_flow_arrow .box03:before {
  border-left-color: #006dbc;
} /* ３番目の三角形は２番目のボックスと同じ色を指定 */
.page_buyout_flow_arrow .box04:before {
  border-left-color: #005da5;
} /* ４番目の三角形は３番目のボックスと同じ色を指定 */

/* 最後のボックスにだけ、右側に付ける三角形を作成する */
.page_buyout_flow_arrow .box04:after {
  border-left: 14px solid #004785; /* 最後の三角形は最後のボックスと同じ色を指定 */
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  content: "";
  position: absolute;
  right: -14px; /* 三角形の幅の分だけ右にずらす */
  top: 0;
}

.page_buyout_flow_arrow .flow_arrow_box span {
  padding-left: 40px;
  color: #fff;
}

.page_buyout_flow_desc {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin: auto;
  padding: 0 10px;
  position: relative;
  top: -30px;
  left: 10px;
  z-index: 10;
  width: 100%;
  max-width: 1150px;
}
@media (max-width: 1200px) {
  .page_buyout_flow_desc {
    padding: 0 30px;
  }
}
.buyout_flow_desc_box {
  width: 25%;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  box-shadow: 0px 0px 12px 0px rgba(000, 000, 000, 0.3);
}
.buyout_flow_desc_ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.buyout_flow_desc_box p {
  font-size: 14px;
}
