@charset "UTF-8";

/* 下層ページ共通設定 */
.page-mv-inner {
  height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-mv01 {
  background-image: url(../images/sub/sub_mv_pc01.jpg);
}
.page-mv02 {
  background-image: url(../images/sub/sub_mv_pc02.jpg);
}
.page-titlearea {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page-titlearea h1,.page-titlearea .news-p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.page-titlearea .font-bold {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 4px;
}
.page-titlearea .font-bold::first-letter {
  color: #DC000C;
}
@media screen and (max-width: 960px) {
  .page-mv-inner {
    height: 250px;
  }
  .page-titlearea .font-bold {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-mv-inner {
    height: 200px;
  }
}
@media screen and (max-width: 540px) {
  .page-titlearea .font-bold {
    font-size: 32px;
  }
}

/* 工場案内1 */
.guide-griditem{
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  align-items: flex-start;
  column-gap: 5%;
  row-gap: 50px;
  margin-bottom: 60px;
}
.guide-top-textarea h2 {
  font-size: 38px;
  color: #DC000C;
  margin-bottom: 20px;
}
.guide-top-textarea h2 br {
  display: none;
}
@media screen and (max-width: 960px) {
  .guide-griditem {
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 30px;
  }
  .guide-top-textarea h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .guide-griditem {
    column-gap: 6px;
    row-gap: 6px;
  }
  .guide-top-textarea h2 br {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .guide-top-textarea h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 390px) {
  .guide-griditem {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto 40px;
  }
  .guide-top-textarea h2 {
    font-size: 22px;
  }
}

/* 工場案内2 */
.page-service {
  padding-top: 0;
  padding-bottom: 100px;
}
.page-service .section-title {
  margin-bottom: 70px;
}
.page-service-content {
  display: flex;
  flex-direction: column;
  row-gap: 150px;
}
.page-service .service-item {
  position: relative;
}
.page-service .service-item-img {
  position: relative;
  z-index: 0;
  padding-right: 50%;
}
.page-service .service02 .service-item-img,.service04 .service-item-img {
  padding-left: 50%;
  padding-right: inherit;
}
.page-service .service-item-text {
  position: absolute;
  z-index: 1;
  bottom: -100px;
  left: 47%;
  background-color: #004B9E;
  border-radius: 50px;
  padding: 40px;
  max-width: 575px;
  color: #fff;
}
.page-service .service02 .service-item-text,.page-service .service04 .service-item-text {
  right: 47%;
  left: inherit;
}
.page-service .service-item-text h3 {
  font-size: 30px;
  color: #FDEA00;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.page-service .service-item-text h3::before { 
  content: url('../images/sub/factory_icon.svg');  
  width: 30px; 
  height: 30px;
  margin-right: 10px;
  display: inline-block;
}
.page-service .service-textarea {
  margin-bottom: 30px;
}
.page-service .service-textarea p {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .page-service .service-item-text h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
    .page-service .service-item-text {
        border-radius: 30px;
    }
}
@media screen and (max-width: 960px) {
  .page-service-content {
    row-gap: 130px;
  }
  .page-service .service-item {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
  .page-service .service-item-text {
    padding: 25px;
    max-width: 100%;
  }
  .page-service .service-item-text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-service {
    padding-bottom: 0px;
  }
  .page-service-content {
    row-gap: 40px;
  }
  .page-service .service-item-img {
    padding-right: 0;
  }
  .page-service .service02 .service-item-img, .service04 .service-item-img {
    padding-left: 0;
  }
  .page-service .service02 .service-item-text, .page-service .service04 .service-item-text {
    right: 0%;
  }
  .page-service .service-item-text {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-service-content {
      row-gap: 30px;
  }
}
@media screen and (max-width: 390px) {
  .page-service .service-item-text h3 {
    font-size: 18px;
  }
}


/* 買取案内1 */
.purchase-titlearea {
  text-align: center;
  margin-bottom: 70px;
}
.purchase-titlearea img {
  max-width: 326px;
  margin-bottom: 70px;
}
.purchase-titlearea h2 {
  font-size: 38px;
  color: #004B9E;
}
.purchase-titlearea h2 span {
  color: #DC000C;
}
.purchase-titlearea h2 .big {
  font-size: 60px;
  color: #004B9E;
}
.page-purchase-content {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  counter-reset: item-number;
}
.page-purchase .reason-item{
  position: relative;
  counter-increment: item-number;
}
.reason-item-img {
  position: relative;
  z-index: 0;
  padding-right: 50%;
}
.reason02 .reason-item-img,.reason04 .reason-item-img {
  padding-left: 50%;
  padding-right: inherit;
}
.reason-item-text {
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: 47%;
  background-color: #DC000C;
  border-radius: 50px;
  padding: 40px 40px 20px;
  max-width: 640px;
  min-height: 300px;
  color: #fff;
}
.reason-item-text::before {
position: absolute;
    top: -60px;
    right: 50px;
    content: counter(item-number, decimal-leading-zero);
    font-size: 90px;
    color: #004B9E;
    line-height: 1;
    z-index: 10;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: italic;
}
.page-purchase .number {
  display: none;
}
.reason02 .reason-item-text {
  right: 47%;
  left: inherit;
}
.reason-item-text h3 {
  font-size: 30px;
  color: #FDEA00;
  margin-bottom: 10px;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1.5em;
}
.reason-item h3::before {
    content: "";
    background-image: url(../images/sub/purchase_icon.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}
.reason-textarea {
  margin-bottom: 30px;
}
.reason-textarea p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
}
.souba {
  padding-left: 1.8em;
}
.souba::before {
  display: none !important;
}
.purchase-titlearea h2 .br2 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .reason-item-text h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
.reason-item-text {
  border-radius: 30px;
}
}
@media screen and (max-width: 960px) {
  .purchase-titlearea h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  .purchase-titlearea h2 .big {
    font-size: 50px;
  }
  .reason-item-text {
    padding: 25px;
    min-height: auto;
  }
  .reason-item-text::before {
    font-size: 80px;
    right: 40px;
  }
  .reason-item-text h3 {
    font-size: 20px;
  }
  .reason-item h3::before {
    width: 24px;
    height: 24px;
  }
  .reason-textarea p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-purchase-content {
    row-gap: 50px;
  }
  .page-purchase .number {
    display: block;
    font-size: 70px;
    text-align: center;
    line-height: 1.5;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #004B9E;
  }
  .reason-item-img {
    padding-right: 0;
  }
  .reason-item-text {
    position: relative;
    left: 0%;
    bottom: -5px;
    max-width: 100%;
    min-height: auto;
    border-radius: 30px;
  }
  .reason-item-text::before {
    display: none;
  }
  .reason02 .reason-item-img {
    padding-left: 0;
    padding-right: inherit;
  }
  .reason02 .reason-item-text {
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .purchase-titlearea {
    margin-bottom: 40px;
  }
  .purchase-titlearea h2 {
    font-size: 26px;
  }
  .purchase-titlearea h2 .big {
    font-size: 45px;
  }
  .purchase-titlearea h2 .br2 {
    display: block;
  }
  .page-purchase .number {
    font-size: 50px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 390px) {
  .purchase-titlearea h2 {
    font-size: 22px;
  }
  .purchase-titlearea h2 .big {
    font-size: 40px;
  }
  .reason-item-text h3 {
    font-size: 18px;
  }
  .reason-textarea p {
      font-size: 14px;
  }
}


/* 買取案内2 */
.page-purchase-doc {
  position: relative;
  overflow: hidden;
}
.purchase-doc-wrapper {
  background: linear-gradient(-60deg, #004B9E 60%, #FDEA00 0);
  background-color: #004B9E;
  border-radius: 0 400px 400px 0;
  margin-right: 10%;
  width: 90%;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 50px 0 30px;
}
.purchase-doc_inner {
  margin-left: 10%;
}
.purchase-doc-content-inner {
  padding: 0 0;
  max-width: 1200px;
  display: flex;
  gap: 70px;
}
.purchase-doc-title {
  padding-top: 50px;
}
.purchase-doc-title h3 {
  font-size: 38px;
  color: #004B9E;
  width: 400px;
}
.purchase-doc-title h3 span {
  color: #DC000C;
}
.purchase-doc-title p {
  font-size: 14px;
  color: #004B9E;
}
.purchase-doc-content-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 40px;
  margin-bottom: 10px;
}
.purchase-doc-content li p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
.purchase-doc-content li p::before {
  font-size: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: #DC000C;
  color: white;
  border-radius: 50%;
  margin-right: 0.4em;
  font-weight: bold;
}
.purchase-doc-content li .doc1::before {
  content: '1';
}
.purchase-doc-content li .doc2::before {
  content: '2';
}
.purchase-doc-content li .doc3::before {
  content: '3';
}
.purchase-doc-content li .doc4::before {
  content: '4';
}
.purchase-doc-content p span {
  display: inline-block;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .purchase-doc-content li p {
      font-size: 28px;
  }
  .purchase-doc-content li p::before {
    font-size: 40px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1250px) {
  .purchase-doc-wrapper {
    margin-right: 5%;
    width: 95%;
  }
  .purchase-doc-title {
    padding-top: 20px;
  }
  .purchase-doc_inner {
    margin-left: 5%;
  }
  .purchase-doc-title h3 {
    font-size: 32px;
  }
  .purchase-doc-content-ul {
    column-gap: 10px;
}
  .purchase-doc-content li p {
    font-size: 24px;
    margin-bottom: 0;
  }
  .purchase-doc-content li p::before {
      font-size: 30px;
      width: 50px;
      height: 50px;
  }
  .purchase-doc-content p span {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .purchase-doc-wrapper {
    margin-right: 2%;
    width: 98%;
  }
  .purchase-doc_inner {
    margin-left: 2%;
  }
  .purchase-doc-title h3 {
    font-size: 28px;
  }
  .purchase-doc-content li p {
    font-size: 20px;
  }
  .purchase-doc-content li p::before {
      font-size: 24px;
      width: 40px;
      height: 40px;
      margin-right: .2em;
  }
  .purchase-doc-content p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .purchase-doc-wrapper {
    background: linear-gradient(-4deg, #004B9E 60%, #FDEA00 0);
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
    border-radius: 30px;
  }
  .purchase-doc-content-inner {
    display: flex;
    flex-direction: column;
  }
  .purchase-doc-title h3 {
        font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .purchase-doc-wrapper {
    background: linear-gradient(-4deg, #004B9E 63%, #FDEA00 0);
  }
  .purchase-doc-content-inner {
    gap: 40px;
  }
  .purchase-doc-title {
    padding-top: 0px;
  }
  .purchase-doc-title h3 {
    font-size: 28px;
  }
  .purchase-doc-content li p::before {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 540px) {
  .purchase-doc-wrapper {
    background: linear-gradient(-4deg, #004B9E 70%, #FDEA00 0);
  }
  .purchase-doc-content-ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .purchase-doc-content li p::before {
    font-size: 18px;
    width: 28px;
    height: 28px;
  }
  .purchase-doc-content li p {
    font-size: 18px;
  }
  .purchase-doc-content p span {
    display: inline;
  }
}
@media screen and (max-width: 410px) {
    .purchase-doc-wrapper {
      background: linear-gradient(-4deg, #004B9E 68%, #FDEA00 0);
      padding: 30px 20px;
    }
    .purchase-doc-content-inner {
        gap: 20px;
    }
    .purchase-doc-title h3 {
        font-size: 26px;
    }
}

/* 買取案内 バナー */
.purchase-banner {
  padding-top: 0;
}
.purchase-banner .content img {
  max-width: 1200px;
}
.pu-banner-sp {
  display: none;
}
@media screen and (max-width: 540px) {
  .pu-banner-pc {
    display: none;
  }
  .pu-banner-sp {
    display: block;
  }
}

/* 会社案内 会社概要・沿革 */
.page-about01 {
  padding: 80px 0 50px
}
.about-inner {
  background-color: #004B9E;
  border-radius: 50px;
  padding: 50px 100px 70px;
}
.about-titlearea {
  text-align: center;
}
.about-titlearea p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.about-titlearea h2 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 4px;
  color: #FDEA00;
  margin-bottom: 40px;
}
.page-tablearea {
  max-width: 1000px;
  margin: 0 auto;
}
.page-tablearea table {
  width: 100%;
  font-size: 24px;
  border-radius: 1rem;
  border-collapse: separate;
  border-spacing: 0;
}
.page-tablearea table th,.page-tablearea table td  {
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1.2;
  border: none;
  border-bottom: 1px solid #c5c5c5;
}
.page-tablearea table tr:last-child th,.page-tablearea table tr:last-child td {
  border-bottom: none;
}
.page-tablearea table th {
  width: 24%;
  background-color: #E6F6FF;
  font-size: 22px;
  padding: 15px;
  vertical-align: middle;
  font-weight: inherit;
  color: #004B9E;
  line-height: 2;
  text-align: center;
  vertical-align: baseline;
}
.page-tablearea table .shop-th {
  border-bottom: none;
}
.page-tablearea .th-top {
  vertical-align: baseline;
}
.page-tablearea table td {
  background: #fff;
  font-size: 20px;
  padding: 15px;
  vertical-align: middle;
  text-align: left;
  line-height: 2;
}
.page-tablearea table .text-b {
  font-weight: bold;
  font-size: 23px;
}
.page-tablearea table .text-r {
  font-weight: bold;
  color: #DC000B;
}
.page-tablearea table .text-tel {
  font-size: 18px;
}
.page-tablearea table tr:first-child th:first-child {
  border-top-left-radius: 50px;
}
.page-tablearea table tr:first-child td:last-child {
  border-top-right-radius: 50px;
}
.page-tablearea table tr:last-child th:first-child {
  border-bottom-left-radius: 50px;
}
.page-tablearea table tr:last-child td:last-child {
  border-bottom-right-radius: 50px;
}
.page-buttonarea2 {
  padding: 60px 0 100px;
}
.about-br,.about-br2,.about-br3,.about-br4.about-br5,.about-br7 {
  display: none;
}
@media screen and (max-width: 1300px) {
  .about-inner {
    padding: 50px 70px 70px;
  }
  .company-section {
    padding: 80px 30px 50px;
  }
  .page-tablearea table th,.page-tablearea table td {
    font-size: 18px;
  }
  .page-tablearea table .text-b {
    font-size: 22px;
  }
  .page-tablearea table .text-tel {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .page-tablearea table td {
    padding: 15px;
  }
  .about-br {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .company-section {
    padding: 50px 30px 40px;
  }
  .about-inner {
    padding: 50px 30px 70px;
    border-radius: 30px;
  }
  .about-titlearea p {
    font-size: 14px;
  }
  .about-titlearea h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .page-tablearea table th,.page-tablearea table td {
    font-size: 16px;
  }
  .page-tablearea table .text-b {
    font-size: 20px;
  }
  .page-tablearea table .text-tel {
    font-size: 14px;
  }
  .page-tablearea table tr:first-child th:first-child {
    border-top-left-radius: 20px;
  }
  .page-tablearea table tr:first-child td:last-child {
    border-top-right-radius: 20px;
  }
  .page-tablearea table tr:last-child th:first-child {
    border-bottom-left-radius: 20px;
  }
  .page-tablearea table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-br4 {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .about-br3 {
    display: block;
  }
}
@media screen and (max-width: 650px) {
.about-br2 {
  display: block;
}
.about-br3 {
  display: block;
}
}
@media screen and (max-width: 540px) {
  .company-section {
    padding: 40px 20px 0;
  }
  .about-inner {
    padding: 25px 15px 40px;
  }
  .about-titlearea h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .page-tablearea table tr {
    display: flex;
    flex-direction: column;
  }
  .page-tablearea table tr:first-child th:first-child {
    border-top-left-radius: 12px;
  }
   .page-tablearea table tr:first-child th:first-child {
    border-top-right-radius: 12px;
  }
  .page-tablearea table tr:first-child td:last-child {
    border-top-right-radius: 0px;
  }
  .page-tablearea table tr:last-child th:first-child {
    border-bottom-left-radius: 0px;
  }
  .page-tablearea table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
  }
  .page-tablearea table tr:last-child td:last-child {
    border-bottom-left-radius: 12px;
    padding-bottom: 30px;
  }
  .page-tablearea table th,.page-tablearea table td {
    font-size: 14px;
    line-height: 1.5;
  }
  .page-tablearea table th {
    width: 100%;
    padding: 10px;
  }
  .page-tablearea table .shop-th {
    border-bottom: 1px solid #c5c5c5;
  }
  .page-tablearea table .sp-none {
    display: none;
  }
  .page-tablearea table td {
    padding: 10px;
  }
  .page-tablearea table th,.page-tablearea table td {
    font-size: 14px;
  }
  .page-tablearea table .text-b {
    font-size: 18px;
  }
  .page-tablearea table .text-tel {
    font-size: 12px;
  }
  .about-br4 {
    display: none;
  }
  }
@media screen and (max-width: 430px) {
  .about-br7 {
    display: block;
  }
}
@media screen and (max-width: 390px) {
  .page-tablearea table tr:last-child td:last-child {
    padding-bottom: 20px;
  }
  .page-tablearea table th,.page-tablearea table td {
    font-size: 13px;
    padding: 8px;
  }
  .page-tablearea table .text-b {
    font-size: 15px;
    letter-spacing: .5px;
  }
  .about-br5 {
    display: block;
  }
}

/* 会社案内 採用情報 */
.page-about02 {
  margin-bottom: 100px;
}
.page-about02 .about-inner {
  background-color: #00ACF8;
}
.page-about02 .about-titlearea h2 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.page-about02 .about-titlearea p {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: 4px;
}
.page-about02 .about-titlearea p::first-letter {
  color: #DC000C;
}
.page-about02 .page-tablearea {
  background-color: #fff;
  border-radius: 50px;
  padding: 20px;
}
.page-about02  .page-tablearea table tr:first-child th:first-child {
    border-top-left-radius: 0px;
  }
.page-about02  .page-tablearea table tr:first-child td:last-child {
    border-top-right-radius: 0px;
  }
.page-about02  .page-tablearea table tr:last-child th:first-child {
    border-bottom-left-radius: 0px;
  }
.page-about02  .page-tablearea table tr:last-child td:last-child {
    border-bottom-right-radius: 0px;
  }
.page-about02 .page-tablearea table th {
  background-color: #fff;
  width: 25%;
  vertical-align: top;
}
.page-about02 .page-tablearea table th {
  padding: 10px 15px;
}
.page-about02 .page-tablearea table td {
  padding: 10px 15px;
}
.page-about02 .table-bk {
  background-color: #00ACF8;
  border-radius: 0 20px 20px 0;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  max-width: 180px;
  margin: 0 auto;
}
.page-about02 .button-area {
  padding-top: 30px;
}
.page-about02 .button-area a {
  border: 3px solid #DC000B;
  color: #DC000B;
  background-color: #fff;
  width: 230px;
}
.page-about02 .button-area a::after {
  border-top: 3px solid #DC000B;
  border-right: 3px solid #DC000B;
}
.about-br6 {
  display: none;
}
@media screen and (max-width: 1250px) {
  .page-about02 {
    margin-bottom: 50px;
  }
  }
@media screen and (max-width: 1050px) {
  .about-br6 {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .page-about02 .about-titlearea p {
    font-size: 40px;
  }
  .page-about02 .about-titlearea h2 {
    font-size: 14px;
  }
  .page-about02 .page-tablearea {
    border-radius: 20px;
    padding: 20px 10px;
  }
  .page-about02 .page-tablearea table th {
    width: 30%;
  }
  .page-about02 .table-bk {
    font-size: 16px;
  }
  .page-about02 .button-area2 {
    padding: 30px 0 0;
  }
  }
  @media screen and (max-width: 600px) {
   .page-about02 .page-tablearea table th {
    padding: 10px 0px;
  }
  .page-about02 .page-tablearea table td {
    padding: 10px 0 10px 15px;
  }
  }
  @media screen and (max-width: 540px) {
  .page-about02 .page-tablearea table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
  }
  .page-about02 .page-tablearea table th {
    width: 100%;
    padding: 0 10px;
  }
  .page-about02 .page-tablearea table th {
    border-bottom: none;
  }
  .page-about02 .table-bk {
    margin: 0;
    padding: 6px 10px;
    font-size: 14px;
  }
  .page-about02 .about-titlearea p {
    font-size: 32px;
  }
  .page-about02 .button-area {
      padding: 20px 0 0;
  }
  .page-about02 .button-area2 {
    padding: 20px 0 0;
  }  
  .page-about02 .page-tablearea table th {
    padding: 10px 0px 0;
  }
  .page-about02 .page-tablearea table td {
    padding: 10px 0;
  }
  .about-br6 {
    display: none;
  }
  }

/* 会社案内 店舗情報  */
  .about-shop .shop-content {
  flex-direction: column;
}
  .about-shop .shop-map iframe {
    width: 100%;
    height: 450px;
    border-radius: 30px;
  }
  .about-shop .shop-info {
    justify-content: flex-start;
    bottom: initial;
    top: -20px;
    bottom: initial;
    gap: 30px;
    left: 0;
  }
  .about-shop .shop-logo {
    margin-bottom: 15px;
  }
  .about-shop .shop-img {
    width: 40%;
    height: auto;
  }
  .about-shop .shop-textarea ul li {
    font-size: 16px;
  }
  .about-shop .shop-textarea ul li .br2 {
    display: none;
  }
  .about-shop .shop-textarea ul li .kome-br {
    display: none;
  }
@media screen and (max-width: 1150px) {
  .about-shop .shop-map iframe {
    width: 100%;
    height: 450px;
    border-radius: 30px;
  }
  .about-shop .shop-info {
    justify-content: flex-start;
    bottom: initial;
    top: -20px;
    bottom: initial;
    gap: 30px;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
    .about-shop .shop-info {
      gap: 20px;
    }
    .about-shop .shop-textarea ul li {
      font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .about-shop .shop-content {
      row-gap: 20px;
    }
    .about-shop .shop-img {
      width: 50%;
    }
    .about-shop .shop-info {
      top: 0;
      align-items: center;
    }
    .about-shop .shop-textarea ul li .br2 {
      display: block;
    }
    .about-shop .shop-textarea ul li .kome-br {
      display: block;
    }
    .about-shop .shop-textarea ul li span {
      font-size: 12px;
    }
}
@media screen and (max-width: 600px) {
  .about-shop .top-shop {
    margin-bottom: 0;
  }
  .about-shop .shop-content {
    margin-bottom: 60px;
  }
  .about-shop .shop-map iframe {
    width: 100%;
    height: 350px;
    border-radius: 20px;
  }
  .about-shop .shop-img {
    width: 350px;
  }
  .about-shop .shop-info {
    flex-direction: column-reverse;
  }
  .about-shop .shop-textarea ul li .br2 {
    display: none;
  }
  .about-shop .shop-textarea ul li .kome-br {
    display: none;
    }
}
@media screen and (max-width: 540px) {
  .about-shop .shop-map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 390px) {
    .about-shop .shop-img {
      width: 100%;
    }
    .about-shop .shop-info {
      align-items: flex-start;
    }
    .about-shop .shop-textarea ul li {
      font-size: 13px;
      letter-spacing: .8px;
    }
    .about-shop .shop-textarea ul li .kome-br {
      display: block;
    }
}

/* 会社案内 お問い合わせ */
.about-contact {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about-contact {
    margin-bottom: 50px;
}
}
@media screen and (max-width: 540px) {
  .about-contact {
    margin-bottom: 40px;
}
}


/* お問い合わせ */
.page-contact {
  padding-top: 80px;
  margin-bottom: 80px;
}
.contact__inner {
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #004B9E;
  padding: 30px;
}
.contact-block01 .contact-block01__inner {
  width: 100%;
  margin: 0 auto;
}
.contact-block01 .contact-block01__inner .form {
  width: 100%;
}
.contact-block01 .contact-block01__inner .form dl {
  display: flex;
  border-top: 2px dashed #004C9E;
  padding: 15px 0;
  gap: 3%;
}
.contact-block01 .contact-block01__inner .form dl:first-child {
  border-top: none;
}
.contact-block01 .contact-block01__inner .form dl dt {
  width: 20%;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
}
.contact-block01 .contact-block01__inner .form dl .last-dt {
  display: flex;
  align-items: flex-start;
}
.contact-block01 .contact-block01__inner .form dl dt label {
  font-size: 20px;
  font-weight: bold;
  color: #004B9E;
}
.contact-block01 .contact-block01__inner .form dl dd {
  width: 80%;
}
.contact-block01 .contact-block01__inner .form dl dd input {
  background-color: #E6F6FF;
  border: 2px solid #004C9E;
  padding: 10px;
  width: 100%;
  line-height: 1.2;
}
.contact-block01 .contact-block01__inner .form dl dd textarea {
  background-color: #E6F6FF;
  border: 2px solid #004C9E;
  width: 100%;
  height: 200px;
  padding: 10px;
}
.contact-block01 .contact-block01__inner .form .submit-btn {
  padding: 30px 0 0;
  margin: 0 auto;
  text-align: center;
}
.contact-block01 .contact-block01__inner .form .submit-btn .form-btn {
  background-color: #004B9E;
  color: #fff;
  width: 320px;
  padding: 10px 25px;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
}
.wpcf7-spinner {
  display: none !important;
}
@media screen and (max-width: 1300px) {
  .page-contact {
    padding: 80px 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .contact-block01 .contact-block01__inner .form dl dt label {
    font-size: 18px;
  }
  .contact-block01 .contact-block01__inner .form .submit-btn input {
    font-size: 18px;
    width: 240px;
  }
  .contact-block01 .contact-block01__inner .form .submit-btn .form-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact {
    padding: 40px 20px 0;
  }
  .contact__inner {
    padding: 20px;
  }
  .contact-block01 .contact-block01__inner .form dl {
    padding: 12px 0;
  }
  .contact-block01 .contact-block01__inner .form dl dt label {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .contact__inner {
    padding: 15px;
  }
  .contact-block01 .contact-block01__inner .form dl {
    display: block;
    padding: 5px 0;
  }
  .contact-block01 .contact-block01__inner .form dl dt {
    padding-bottom: 2px;
    width: 100%;
  }
  .contact-block01 .contact-block01__inner .form dl dt p {
    margin-bottom: 3px;
  }
  .contact-block01 .contact-block01__inner .form dl dd {
    width: 100%;
  }
  .contact-block01 .contact-block01__inner .form dl dt label {
      font-size: 14px;
  }
  .contact-block01 .contact-block01__inner .form dl dd input,.contact-block01 .contact-block01__inner .form dl dd textarea {
    padding: 6px;
    font-size: 14px;
  }
  .contact-block01 .contact-block01__inner .form .submit-btn .form-btn {
    width: 250px; 
    font-size: 16px;
  }
}
@media screen and (max-width: 390px) {
.contact-block01 .contact-block01__inner .form .submit-btn {
  padding: 20px 0 0;
}
.contact-block01 .contact-block01__inner .form .submit-btn .form-btn {
  font-size: 14px;
}
}

/* お問い合わせの完了ページ */
.contact-confirm {
    padding-top: 180px;
}
.thanks-textarea {
    line-height: 2;
}
@media screen and (max-width: 1080px) {
  .contact-confirm {
    padding: 130px 30px 80px;
  }
}
@media (max-width: 540px) {
  .contact-confirm {
    padding: 90px 30px 80px;
  }
.thanks-textarea p{
font-size: 14px;
}
}

/* お問い合わせリキャプチャ */
.recaptcha-wrapper p a{color:#DC000C;}
.recaptcha-br{display: none;}
.recaptcha-br2 {display:none;}
.recaptcha-wrapper{text-align:center; color:#000; line-height:2;}
@media (max-width: 767px) {
.recaptcha-wrapper p {font-size:12px;}
.recaptcha-br{display: block}
}
@media (max-width: 420px) {
.recaptcha-br2 {display:block;}
}