@charset "UTF-8";
/*
Theme Name: 出張買取ナンバーファイブ
Theme URI: https://number5.osaka/
Description: ホームページ
Author: pandalion
Version: 2.0.0
License: GNU GENERAL PUBLIC LICENSE
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: number5
*/

@media (max-width: 850px) {
  .inner {
    max-width: 95%;
  }
}

/* ヘッダー */
a {
  line-height: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition-property: opacity, color, background;
  -webkit-transition-property: opacity, color, background;
  opacity: 1;
}
.works_page a {
	color: black;
	font-size: 1.4rem;
}

@media (max-width: 850px) {
  .header_inner {
    max-width: 95%;
    position: relative;
  }
}

/* リンクスタイル */
a {
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: normal;
  line-height: inherit;
  backface-visibility: hidden;
  transition: opacity .2s ease-in;
  opacity: 1;
}

/* SP用ナビゲーション */
.hamburger_btn {
  position: absolute;
  background: #2e2e2e;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 20px;
  z-index: 100;
  display: none;
  transform: translateY(-50%);
}

/* SP用ボタン */
.sp_button {
  text-align: center;
}

.sp_button a {
  color: #ffffff;
  display: block;
  padding: 3rem 2rem;
  border: 1px solid #ffffff;
}

/* レスポンシブ対応 */


@media screen and (max-width: 940px) {
  .sp_button {
    display: block;
  }

  .c-button {
    display: none;
  }
}

/* ----- ハンバーガーメニュー -----*/

.sp_button {
  text-align: center;
}
.sp_button a {
  color: #ffffff;
  display: block;
  padding: 3rem 2rem;
  border: 1px solid #ffffff;
}
@media (min-width: 941px) {
  .sp_button {
    display: none;
  }
  .main_v {
    margin-top: 145px;
  }
}
@media screen and (max-width: 940px) {
  .sp_button {
    display: block;
  }
  .c-button {
    display: none;
  }
}
/*CTA*/
.cta p:first-child {
  font-size: clamp(2rem, -0.187rem + 2.49vw, 2.8rem);
  text-align: center;
  padding: 5rem 0 2rem;
  font-weight: 700;
}

/* sec1 */
.sec1_box {
  padding: 3rem 4rem 4rem;
  background: #fff;
  box-shadow: 4px 3px 6px #00000029;
  border-radius: 29px;
}
.sec1 p:first-child {
  font-size: clamp(2rem, -0.187rem + 2.49vw, 2.8rem);
  text-align: center;
  padding: 5rem 0 2rem;
  font-weight: 700;
}
.sec1_text {
  text-align: center;
  margin-right: 4rem;
}
.sec1_text span {
  font-size: clamp(2.6rem, 0.9rem + 2.67vw, 4.1rem);
  font-weight: 700;
  color: #132a84;
}
.sec1_text span::before {
  content: "";
  display: inline-block;
  width: 53px;
  height: 40px;
  background: url(https://number5.osaka/wp-content/uploads/2024/10/tell_icon.png);
  background-size: cover;
}
.sec1_text p {
  font-size: clamp(1.4rem, 0.493rem + 1.42vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-top: 1.5rem;
  color: #132a84;
}

.button_box a img {
  max-width: 284px;
  display: block;
}

.button_box a:first-of-type img {
  filter: drop-shadow(0px 7px 0px #2b7b24);
}
.button_box a:nth-of-type(2) img {
  filter: drop-shadow(0px 7px 0px #9a511d);
}
.button_box a:nth-of-type(2) {
  display: block;
  margin-top: 1.5rem;
}
.button_box a img:hover {
  transform: translateY(7px);
  filter: none;
  filter: brightness(90%);
}

.button_box .sec1_box {
  padding: 4rem 0;
  background: #ffffff 0 0 no-repeat padding-box;
  box-shadow: 4px 3px 6px #00000029;
  border-radius: 17px;
  color: #132a84;
}
@media (max-width: 850px) {
  .sec1_box {
    padding: 1.6rem 2rem 2rem;
    background: #fff;
    box-shadow: 2px 3px 6px #00000014;
    border-radius: 17px;
  }
  .sec1_text span::before {
    width: 34px;
    height: 26px;
  }
  .button_box a:first-of-type img {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .sec1_box {
    flex-direction: column;
    padding: 1.6rem 1rem 2rem;
  }
  .sec1 p:first-child {
    padding: 1.6rem 0 1rem;
  }
  .button_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .button_box a:nth-of-type(2) {
    margin-top: 0;
    display: none;
  }
  .sec1_text {
    margin-right: 0;
  }
  .sec1_text p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .button_box a img {
    max-width: 165px;
  }
	.main_v {
		margin-top: 80px;
	}
}
@media (max-width: 375px) {
  .sec1_box {
    padding: 1.6rem 0.8rem 1.8rem;
  }
}

/* ----- sec2 ----- */
.sec2 {
  margin-top: 8.5rem;
  text-align: center;
  background: linear-gradient(
    270deg,
    #fff 0%,
    #fff 85%,
    transparent 50%,
    transparent 100%
  );
  box-sizing: border-box;
  position: relative;
}
.sec2 h1 {
  font-size: clamp(2.3rem, 0.827rem + 2.31vw, 3.6rem);
  letter-spacing: normal;
  font-weight: 700;
  color: #132a84;
}
.sec2 .fz1 {
  font-size: clamp(2.3rem, 1.507rem + 1.24vw, 3rem);
  font-weight: 700;
}
.sec2 .fz2 {
  font-size: clamp(1.6rem, 0.467rem + 1.78vw, 2.6rem);
  display: block;
  font-weight: 800;
}
.sec2_box {
  background: #fff;
  padding: 6.5rem 0 14rem;
}
.sec2_case {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 4rem;
}
.sec2_case picture {
  margin-right: 4.5rem;
}
.sec2_case picture img {
  width: 750px;
}
.sec2_case p {
  font-size: clamp(1.4rem, 0.72rem + 1.07vw, 2rem);
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.9;
  text-align: left;
}
.sec2_line {
  position: absolute;
  max-width: 65%;
  bottom: 7%;
  left: 7%;
}
.sec2_line img {
  object-fit: contain;
}
@media (max-width: 1500px) {
  .sec2_line {
    bottom: 8.5%;
  }
}
@media (max-width: 1380px) {
  .sec2_line {
    bottom: 7.5%;
    left: 5%;
  }
}
@media (max-width: 1080px) {
  .sec2_line {
    bottom: 10%;
    left: 3%;
  }
}
@media (max-width: 850px) {
  .sec2 {
    margin-top: 2rem;
  }
  .sec2_line {
    bottom: 13%;
    left: 2%;
  }
}
@media (max-width: 768px) {
  .sec2_box {
    padding: 5rem 0 4.5rem;
  }
  .sec2_line {
    bottom: 25%;
    left: 12%;
  }
  .sec2_case {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1.4rem;
  }
  .sec2_case picture {
    margin-right: 0;
  }
  .sec2_case p {
    padding: 4rem 2.5rem;
  }
}
@media (max-width: 627px) {
  .sec2_line {
    bottom: 28%;
    left: 11%;
  }
}
@media (max-width: 500px) {
  .sec2_case picture img {
    width: 290px;
  }
  .sec2_line {
    bottom: 35%;
    left: 15%;
  }
}
@media (max-width: 479px) {
  .sec2_line {
    bottom: 38%;
    max-width: 300px;
    left: 11%;
  }
}
@media (max-width: 390px) {
  .sec2_line {
    left: 9%;
    bottom: 42%;
    max-width: 300px;
  }
}
@media (max-width: 375px) {
  .sec2_case p {
    line-height: 1.5;
  }
  .sec2_line img {
    max-width: 365px;
  }
}
/* sec3 */
.sec3 {
  margin-top: 8.5rem;
  overflow: hidden;
  padding-bottom: 30px;
}
/* スライドショー */
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.inner2 {
  width: 100%;
}
.slide > span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #3498db;
  font-size: 36px;
  font-weight: bold;
  margin: 1rem;
  padding: 2rem 6rem;
  border-bottom: 1px solid #ed6c0e;
}

.sec3 .slick-slide {
  margin: 0 10px;
  background: #fff;
}

/* dots */
.slick-dots {
  padding: 5.5rem 0 7rem;
  text-align: center;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button::before {
  width: 15px;
  height: 15px;
}
.slick-dots li {
  margin: 0 7px;
}
.slick-dots li button {
  background-color: #ccc;
  opacity: 0.4;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  opacity: 0.8;
}
.slick-dots li button::before {
  content: "";
}

/* textエリア */
.slider_text {
  padding: 2rem 4rem;
  font-size: clamp(1.5rem, 0.933rem + 0.89vw, 2rem);
}

.slider_text p {
  font-weight: 600;
  letter-spacing: normal;
  font-size: 16px;
}
.slider_text p:nth-child(2) {
  font-weight: 400;
}

.price p {
  font-size: clamp(1.5rem, 0.933rem + 0.89vw, 2rem);
}
.price p:last-child {
  font-size: clamp(3rem, 1.867rem + 1.78vw, 4rem);
  font-weight: 700;
  color: #f20808;
  letter-spacing: 0.028rem;
}
.price {
  display: flex;
  align-items: center;
  text-align: center;
}
.sec3 .button img {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner2 {
    width: 95%;
    margin: 0 auto;
  }
  .slide > span {
    padding: 2rem 4rem;
  }
  .slider_text {
    padding: 1rem 2rem;
  }
  .sec3 {
    margin-top: 5rem;
  }
  .wrapper {
    padding-top: 1.4rem;
  }
  .slick-dots {
    padding: 1.8rem 0 2.1rem;
  }
}
@media (max-width: 500px) {
  .sec3 .button img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
}
/* ----- sec4 ----- */
.sec4 {
  margin-top: 17rem;
  margin-bottom: 12rem;
  text-align: center;
}
.sec4_box {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
  justify-content: center;
  font-size: clamp(1.6rem, 0.693rem + 1.42vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.21rem;
  padding-top: 3.5rem;
}
.sec4_box img {
  max-width: 230px;
}
.sec4_case {
  width: calc((100% - 170px * 2) / 2);
}
.sec4_case2 {
  width: calc((100% - 45px * 2) / 3);
}
.item_case {
  max-width: 230px;
  margin: 0 auto;
  text-align: left;
}
.item_case p {
  text-align: left;
  display: inline-block;
  position: relative;
  font-size: 24px;
}
.item_case p::before {
  content: "";
  display: block;
  width: 250px;
  height: 2.5rem;
  background: #f5d8a0;
  position: absolute;
  bottom: -5px;
  left: -10px;
  z-index: -1;
}
@media (max-width: 850px) {
  .sec4_case,
  .sec4_case2 {
    width: calc((100% - 90px * 2) / 2);
  }
}
@media (max-width: 768px) {
  .sec4 {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
  .sec4_box {
    padding-top: 1.6rem;
    gap: 2rem;
  }
  .sec4_box img {
    max-width: 150px;
  }
  .item_case {
    max-width: 150px;
  }
  .item_case p::before {
    width: 150px;
    height: 1.7rem;
  }
  .sec4_case,
  .sec4_case2 {
    width: 32%;
  }
}
@media only screen and (max-width: 480px) {
  .sec4_box {
    gap: 0;
    padding-top: 1rem;
    justify-content: space-around;
  }
  .sec4_case,
  .sec4_case2 {
    width: 37%;
  }
}

/* ----- clip ----- */
.clip {
  width: 100%;
  height: 35px;
  position: relative;
  background: #f5d8a0;
}
.clip::before {
  content: "";
  width: 100%;
  height: 35px;
  background-color: #f8f5ed;
  position: absolute;
  top: -1px;
  clip-path: polygon(50% 100%, 52% 0%, 48% 0%);
}
@media (max-width: 768px) {
  .clip {
    height: 2rem;
  }
  .clip::before {
    height: 20px;
  }
}

/* grid area */
.item_list h2 {
  color: #132a84;
  font-size: clamp(1.6rem, 0.467rem + 1.78vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.13rem;
}
.item_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(151px, 1fr));
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
}
.item_list {
  background: #f5d8a0 0 0 no-repeat padding-box;
  padding: 8rem 0 8.5rem;
}
.item {
  text-align: center;
  background: #fff;
}
.item p {
  font-size: clamp(1.3rem, 0.903rem + 0.75vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.095rem;
}
.item img {
  max-width: 137px;
}
@media (max-width: 768px) {
  .item_list {
    padding: 3rem 0 5rem;
  }
  .item_box {
    padding-top: 1.6rem;
  }
}
@media (max-width: 510px) {
  .item_box {
    grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
    gap: 5px;
  }
}

@media (max-width: 375px) {
  .item_box {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 7px;
  }
}

/* cta */
.cta {
  padding-top: 75px;
  max-width: 1075px;
  margin: 0 auto;
}
.contact {
  background: #fff;
  border: 6px solid #ed6c0e;
  border-radius: 34px;
  margin-top: 2.4rem;
}
.button_box2 a:first-of-type img {
  filter: drop-shadow(0px 7px 0px #2b7b24);
  margin-right: 1.8rem;
}
.button_box2 a:nth-of-type(2) img {
  filter: drop-shadow(0px 7px 0px #9a511d);
}
.button_box2 a img:hover {
  transform: translateY(7px);
  filter: none;
  filter: brightness(90%);
}

.contact span {
  font-size: clamp(3rem, 0.053rem + 4.62vw, 5.6rem);
  font-weight: 700;
  line-height: 1;
  color: #132a84;
}
.contact span::before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 53px;
  background: url(https://number5.osaka/wp-content/uploads/2024/10/tell_icon.png);
  background-size: contain;
}
.contact p {
  font-size: clamp(1.6rem, 0.24rem + 2.13vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.014rem;
  color: #132a84;
  line-height: 1;
  padding-top: 1.8rem;
}
.cta_box {
  padding: 6rem 0 5rem;
  max-width: 850px;
  margin: 0 auto;
}
.cta_text {
  text-align: center;
}
.button_box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}
.button_box2 img {
  max-width: 284px;
}
@media (min-width: 941px) {
  .sp_img {
    display: none;
  }
}
@media (max-width: 940px) {
  .cta {
    max-width: 95%;
  }
  .sp_img {
    display: block;
    text-align: center;
  }
  .sp_img img {
    vertical-align: bottom;
    width: 70%;
  }
}
.contact {
  margin-top: 0;
}

@media (max-width: 768px) {
  .cta {
    padding-top: 5rem;
  }
  .cta_box {
    padding: 3rem 0;
  }
  .button_box2 {
    flex-direction: column;
    padding-top: 2rem;
  }
  .contact span::before {
    width: 41px;
    height: 32px;
  }
  .button_box2 a:first-of-type img {
    margin-right: 0;
  }
  .button_box2 img {
    max-width: 230px;
  }
  .contact p {
    padding-top: 9px;
  }
  .button_box2 a:nth-of-type(2) img {
    margin-top: 1rem;
    display: none;
  }
  .sp_tell {
    display: block;
    padding-top: 0.8rem;
  }
  .sec1_box .sp_tell {
    padding-top: 0;
  }
  .sp_tell img {
    filter: drop-shadow(0px 7px 0px #9a511d);
  }
}
@media (min-width: 769px) {
  .sp_tell {
    display: none;
  }
}

/* sec5 */
.sec5 {
  padding: 16rem 0 8.5rem;
}
.sec5 p {
  font-size: clamp(1.4rem, 1.082rem + 0.6vw, 1.8rem);
  letter-spacing: normal;
  font-weight: 400;
}
.sec5_box p {
  margin-left: 6rem;
}
.sec5_title img {
  max-width: 340px;
}
.sec5_case {
  padding: 0 2.3rem 2.8rem;
  background: #fff;
  margin-top: 3rem;
  border-radius: 30px;
  box-shadow: 3px 3px 5px #00000029;
}
.title_box span {
  font-size: clamp(2.7rem, 1.667rem + 1.94vw, 4rem);
  font-weight: 600;
  color: #ed6c0e;
  padding: 0 1.6rem;
}
.title_box {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ed6c0e;
}

.sec5_box img {
  width: 265px;
}

.sec5_box {
  display: flex;
  justify-content: center;
  margin: 0.8rem 3rem 0 3.5rem;
}
.inner3 {
  max-width: 408px;
  text-align: center;
}
.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sec5_box2 img {
  max-width: 265px;
  margin: 2.7rem 0 2.4rem;
}
.sec5_box2 p {
  text-align: left;
}
@media (max-width: 850px) {
  .sec5 {
    padding: 7rem 0 4rem;
  }
  .sec5_title img {
    max-width: 180px;
  }
  .sec5_case {
    margin-top: 1.7rem;
    padding: 2rem 1.2rem;
    border-radius: 13px;
  }
  .sec5_box {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .sec5_box p {
    margin-left: 0;
  }
  .sec5_box img,
  .sec5_box2 img {
    width: 220px;
    margin: 2rem 0;
  }
  .wrap {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .inner3 {
    max-width: 100%;
  }
}
/* sec6 */
.sec6 {
  padding: 85px 0;
  background: #ffe9c6 0 0 no-repeat padding-box;
}
.buy_info {
  padding: 55px 0;
}
@media (max-width: 768px) {
  .sec6 {
    padding: 5.5rem 0;
  }
  .buy_info {
    padding: 2rem 0 3rem;
    text-align: center;
  }
  .buy_info img {
    width: 50%;
  }
}
/* ------ sec7 ----- */
.sec7 .contact {
  max-width: 1075px;
  margin: 0 auto;
}
.pc_block {
  display: block;
  padding-bottom: 3rem;
}
@media (max-width: 940px) {
  .sec7 .cta .sp_img {
    position: relative;
  }
	.sp_img p {
		padding:5rem 0 10rem !important;
	}
  .sec7 .sp_img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20%);
    z-index: 1;
    width: 300px;
  }
  .sec7 h2 {
    padding-bottom: 115px;
  }
}
/* ----- sec8 ----- */
.sec8 {
  padding: 0 0 125px;
}
.faq {
  padding-top: 6.5rem;
}

.faq p {
  font-size: clamp(1.4rem, 0.844rem + 1.05vw, 2.1rem);
  letter-spacing: 0.105rem;
  line-height: 1.7;
  display: inline-block;
  font-weight: 400;
  width: 725px;
}
.faq span {
  font-size: clamp(1.8rem, 0.052rem + 3.29vw, 4rem);
  margin-right: 2.2rem;
  font-weight: bold;
}
.faq_q {
  color: #ed6c0e;
}
.faq_a {
  color: #ed6c0e;
}

summary {
  font-size: clamp(1.4rem, 1.109rem + 1.24vw, 2.6rem);
  letter-spacing: 0.218rem;
}
.faq_q .faq_a {
  font-size: clamp(1.2rem, 0.909rem + 1.24vw, 2.4rem);
}

.accordion-008 {
  background: #f8f5ed 0 0 no-repeat padding-box;
}
.accordion-008 summary {
  display: flex;
  align-items: center;
  position: relative;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #ed6c0e;
  padding: 2rem 2.2rem;
}

.accordion-008 summary::-webkit-details-marker {
  display: none;
}

.accordion-008 summary::before,
.accordion-008 summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  width: 25px;
  height: 3px;
  background-color: currentColor;
  color: #ed6c0e;
}

.accordion-008 summary:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border: none;
}

.accordion-008[open] summary {
  border-bottom: none;
}

.accordion-008[open] summary::after {
  transform: rotate(0deg);
}

.accordion-008 div {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
  display: flex;
  text-align: right;
  padding: 1rem 2.2rem;
}

.accordion-008 div p {
  width: 80%;
  padding: 1.6% 0 0;
}

.accordion-008[open] div {
  transform: none;
  opacity: 1;
  background: #f8f5ed;
  text-align: left;
  align-items: flex-start;
  border-bottom: 1px solid #ed6c0e;
  text-align: justify;
}

@media (max-width: 768px) {
  .sec8 {
    padding: 7.5rem 0 5rem;
  }
  .faq {
    padding-top: 2.4rem;
  }
  .faq span {
    margin-right: 8px;
  }
  .accordion-008 summary {
    padding: 1rem;
  }
  .accordion-008 div {
    padding: 1rem;
  }
  .accordion-008 summary::before,
  .accordion-008 summary::after {
    width: 16px;
    height: 2px;
  }
}
@media (max-width: 585px) {
  .accordion-008 summary::before,
  .accordion-008 summary::after {
    right: 10px;
  }
  .faq p {
    padding-right: 1rem;
  }
}


/*--買取商品一覧--*/
.touko1 p {
	font-size: 18px;
  text-align: left;
  margin: 0 12px;
}

.touko .price {
  text-align: left;
  margin: 10px;
}

.touko .price span:nth-child(1) {
  font-size: clamp(2rem, 2vw, 1.3rem);
}

.touko .price span:nth-child(2) {
  font-size: clamp(3rem, 2vw, 2.5rem);
  color: #f02722;
  font-weight: 600;
  margin-right: 4%;
}

.touko img {
  width: 50%;
  margin: 0 auto;
}

.touko1 {
  background-color: #fff;
  padding: 100px calc(50% - 500px) 0;
}

.touko1_text {
  padding-top: 50px;
  padding-bottom: 60px;
}

.touko1_img {
  display: block;
  margin: 0 auto 20px;
  width: 15%;
}

.touko1_ttl {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 30px;
}

.touko {
  width: 100%;
  padding: 100px calc(50% - 500px) 0;
  text-align: center;
}
.touko_h2 {
  background-color: #ff9d4c;
  color: #000;
  text-align: left;
  font-size: clamp(12px, 1.6rem, 18px);
  padding: 8px 12px;
  max-width: 1000px;
  margin: 40px auto;
}
.wrapper_works {
  width: 100%;
  padding: 0 calc(50% - 500px);
}

.spanyen {
	font-size: 18px;
	margin: 0 0 0 20px;
}

.the_title a {
  font-size: clamp(10px, 1.2rem, 14px);
  color: #303030;
  font-weight: bold;
}
/* ぷらいばしー */

.privacy{
  text-align: left;
}
.privacy h1{
  font-size: clamp(2rem, 1.5vw, 3rem);
}
.privacy h2{
  font-size: clamp(1.8rem, 1vw, 2.5rem);
}
.privacy h3{
  font-weight: 600;
  padding-top: 2%;
  font-size: clamp(1.5rem, 1vw, 2rem);
}
.privacy p, .privacy span{
  font-size: clamp(1.5rem, 1vw, 1.8rem);
  line-height: 1.6;
}
.privacy p{
  padding-top: 2%;
}
.privacy .lst2 li{
  padding-top: 3%;
}
.privacy .privacy_sec1{
  margin: 15% 0 2%;
}

.privacy .privacy_sec1 h1{
  text-transform: uppercase;
}

.privacy .sec1 .par{
  padding-top: 2%;

}


.privacy .privacy_sec2, .privacy_sec3{
  background: #afd9e97d;
  padding: 5%;
}
.privacy_sec3{
  margin: 2% 0;
}

@media(max-width:600px) {
  .privacy .privacy_sec1{
      margin: 20% 0 2%;
  }
  .par br{
   display: none;
  }
  .privacy p{
      line-height: 2;
  }
  .privacy_sec2{
      margin-top: 5%;
  }
.spanyen {
	font-size: 14px;
	margin: 0;
}
}





