/*!
Theme Name: Shonai-Tire
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: temp_base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

temp_base is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
*/
/*Components*/

body.page-id-421 .contents_page_inner,
body.page-id-827 .contents_page_inner,
body.page-id-1698 .contents_page_inner{
  font-size: 1.8rem;
 
}
body.page-id-715 .contents_page_inner,
body.page-id-1006 .contents_page_inner,
body.page-id-1323 .contents_page_inner{
	font-size: 1.8rem;
}

#shop_sakata,
#shop_morioka{
	padding-top: 168px;
	margin-top: -168px;
}
/*ページナビ*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 20px 0;
}

.wp-pagenavi .pages {
  font-weight: 600;
  color: #666;
  user-select: none;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
  display: inline-block;
  min-width: 32px;
  padding: 6px 12px;
    text-align: center;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.wp-pagenavi .page.larger {
  color: var(--black);
  border: 1.5px solid var(--black);
  background-color: #fff;
}

.wp-pagenavi span.current {
  background-color: var(--black);
  color: #fff;
  border: 1.5px solid #0073aa;
  cursor: default;
}

.wp-pagenavi a.nextpostslink {
  font-weight: 700;
  font-size: 18px;
  padding: 6px 14px;
  color: var(--black);
  border: 1.5px solid var(--black);
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.company_page-title {
	    font-weight: 600;
  text-align: center;
  padding-top: var(--margin-s);
  padding-bottom: var(--margin-s);
}

/*アドレス-下層*/
.adress_bg-img.adress_bg-lower .adress_shopgroup-flex > div {
  display: flex;
  justify-content: space-between;
}
.adress_bg-img.adress_bg-lower .section_adress h2, .adress_bg-img.adress_bg-lower .adress_subtitle {
  text-align: center;
}
/*フッター-下層*/
#site_footer .tire-img {
  width: 70px;
  position: absolute;
  right: calc((100% - 1000px) / 2 + 24px);
  top: -70px;
}
/* fv */
.lower_mv {
  margin-bottom: var(--margin-l);
}
.lower_mv img {
  width: 100%;
  height: 100svh;
  position: relative;
}
.lower_mv .page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.fv_other-img{
	height: 100svh;
}
/*----------------------- 企業情報ページ -----------------------*/
/* 会社概要 */
.company_info {
  margin-bottom: var(--margin-l);
}
.company_info .company_info-img {
  padding: 24px;
  margin-bottom: var(--margin-m);
}
.company_info .company_info-img > img {
  padding-top: var(--margin-l);
}
.company_info-title {
  text-align: right;
  max-width: 1000px;
  margin: 0 auto;
}
.company_info-title .company_info-greet--img img {
  max-width: 150px;
  width: 20vw;
  height: auto;
  margin-bottom: 32px;
}
.company_info-title .company_info-name--img img {
  width: 50%;
  max-width: 500px;
}
.company_info-text{
	margin-bottom: var(--margin-m);
}
.company_info .company_info-text p {
  line-height: 1.8;
  letter-spacing: .1em;
  margin-bottom: 24px;
  font-weight: 500;
}
.company_info .company_info-sign {
  align-items: flex-end;
  gap: 40px;
}
.company_info .company_info-sign p {
  margin-bottom: 0;
}
.company_info--video {
  margin-bottom: var(--margin-l);
}
/* 会社概要 */
.company_profile-table table {
  width: 55%;
}
.company_profile-table table td {
  border-right: none;
  border-left: none;
  padding-top: 24px;
  padding-bottom: 24px;
}
.company_profile-table table tr:first-child td {
  border-top: none;
}
.company_profile-table table tr:last-child td {
  border-bottom: none;
}
.company_profile-table table td:first-child {
  white-space: nowrap;
}
/* 沿革 */
.company_history-img {
  background-image: url('https://systembox-prod.sakura.ne.jp/shonai-tire/wp/wp-content/uploads/2025/10/road_img.png');
  background-repeat: repeat-y;
  position: relative;
  width: 100px;
  min-width: 100px;
}
.company_history {
  position: relative;
  overflow: hidden;
}
.company_history-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  min-width: 100px;
}
.company_history > div {
  display: flex;
}
.company_history-text {
  flex-grow: 1;
}
.company_history-text ul li {
  padding: 32px 16px 32px 0;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transition: 1s ease;
  padding: 2em 12px 2em 0;
}
.company_history-text ul li i {
  color: var(--green);
  margin-right: .5em;
}
.company_history-text ul li .line::before {
  display: block;
  height: 2px;
  width: calc(100% - 10em);
  content: "";
  border-bottom: 2px solid var(--green);
  margin-top: -2px;
  z-index: 9;
}
.company_history-text ul li .line {
  display: flex;
  align-items: center;
  width: calc(15% + 10em);
  text-align: right;
}
.company_history-text ul li .text_wrapper{
	width: calc(100% - 15% - 10em);
}
/* バナー */
.page_company-banner{
	max-width: 100%;
	width: 100%;
	position: relative;
	z-index: 9;
}
/* 組織図 */
.company_chart {
	text-align: center;
  background: var(--black);
	box-shadow: 0 0 0 100vmax var(--black);
	clip-path: inset(0 -100vmax);
  position: relative;
  z-index: 9;
	padding-bottom: 64px;
}
.company_chart .company_chart-title {
  color: #fff;
}
.company_chart .company_chart-logo{
	margin-bottom: var(--margin-s);
}
.company_chart .company_chart-img img{
  width: 100%;
}

/* SDGs */
.company_sdgs {
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.company_sdgs .company_sdgs-title {
    padding-bottom: 24px;
}
.company_sdgs .company_sdgs-logo {
  margin-top: var(--margin-s);
  margin-bottom: var(--margin-s);
}
.company_sdgs h3 {
  background: var(--gray);
  max-width: 1000px;
  margin: 0 auto 24px;
}
.company_sdgs h4 {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.company_sdgs h4 span {
  white-space: nowrap;
}
.company_sdgs h4 .sdgs_line {
  background: #0094DA;
  height: 2px;
  width: 100%;
}
.company_sdgs .company_sdgs-box {
  margin-bottom: var(--margin-l);
}
.sdgs_box-inner .company_sdgs-icon {
  width: 50%;
  flex-wrap: wrap;
}
.company_sdgs-icon figure {
  width: 100px;
  height: 100px;
}
.sdgs_box-inner .company_sdgs-text {
  flex-grow: 1;
  text-align: left;
}
.company_sdgs-box .company_sdgs-content > div {
  display: flex;
  gap: 24px;
}
.sdgs_box-inner .company_sdgs-img img {
  margin-top: 16px;
  margin-bottom: 8px;
  width: calc(200px + .5em);
  aspect-ratio: 1/1;
}
.sdgs_box-inner .sdgs_img-caption {
  font-size: 1.6rem;
  text-align: left;
}
.link_btn.link_mvv {
  margin-bottom: var(--margin-l);
}
.link_btn.link_mvv a{
	background: var(--green);
	border: 1px solid var(--green);
	font-size: 1.4rem;
}
.link_btn.link_mvv .is-style-fill{
	width: 300px;
}
/*-------------------------------- MVVページ --------------------------------*/
/* 共通 */
/* MVVタイトルアニメーション */
.fade-text {
  display: inline-block;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-text.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.fade-text span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-20px);
}
.fade-text.is-visible span {
  animation: fadeLeftIn 0.6s forwards;
}
@keyframes fadeLeftIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*-------------------------------*/

.mvv_section {
  text-align: center;
  padding-bottom: var(--margin-m);
}
.mvv_section .mvv_section-block{
	padding-bottom: var(--margin-s);
}
.mvv_section .mvv_bg-gray {
  background: var(--gray);
  box-shadow: 0 0 0 100vmax var(--gray);
  clip-path: inset(0 -100vmax)
}
.mvv_section .mvv_title-box {
  margin-bottom: var(--margin-m);
}
.mvv_section .mvv_title-box .mvv_section-title span:first-child{
  color: var(--orange);
}

.mvv_section .mvv_title-box .mvv_section-title {
  	  padding-bottom: 0;
	font-size: var(--font-size--h1);
}
.mvv_section .mvv_text-box .mvv_title-sub {
  font-size: var(--font-size--h4);
  font-weight: 600;
  margin-bottom: 24px;
}
.mvv_section .mvv_text-box .mvv_contents-title {
  font-size: var(--font-size--h3);
  font-weight: 600;
  color: var(--green);
  margin-bottom: var(--margin-s);
}
.mvv_section-block.mvv_value .mvv_contents-title {
  margin-bottom: 16px;
}
.mvv_section-block.mvv_value .mvv_contents-text {
  margin-bottom: var(--margin-s);
}
.mvv_section-block.mvv_value .mvv_contents-text .text_green {
  color: var(--green);
}
.link_btn.link_company{
	margin-top: var(--margin-l);
}
.link_btn.link_company a{
		border: 1px solid var(--green);
	background: var(--green);
 }
.section_concept{
	text-align: center;
	margin-bottom: var(--margin-l);
}
.section_concept .section_concept-title{
	margin-bottom: var(--margin-s);
}
.section_concept .section_concept-title h2{
	font-weight: 600;
	margin-bottom: var(--margin-m);
}
.section_concept .section_concept-img{
	margin-bottom: var(--margin-m);
}
.section_concept .section_concept-img figure{
	display: flex;
	flex-direction: column-reverse;
	width: 40%;
	max-height: 150px;
}
.section_concept .section_concept-img img{
	margin: 0 auto;
	max-height: 200px;
}
.section_concept .section_concept-text{
	font-size: clamp(1.4rem,2vw,2.4rem);
	font-weight: 600;
	margin-bottom: var(--margin-s);
}
.section_concept .concept_flex > div{
	display: flex;
	gap: 24px;
}
.section_concept .concept_flex .concept_item{
	position: relative;
	width: calc((100% - 48px)/3);
}
.section_concept .concept_flex .concept_item h3{
	font-size: var(--font-size--h4);
	font-weight: 600;
	margin-bottom: 24px;
}

.section_concept .concept_flex .concept_item p{
	font-size: 1.6rem;
	text-align: left;
}
.section_concept .concept_flex .concept_item-color{
	height: 100px;
	width: 100%;
	margin-bottom: 16px;
}
.section_concept .concept_flex .concept_item:nth-child(1) .concept_item-color{
	background: #fff;
	border: 1px solid #ddd;
}
.section_concept .concept_flex .concept_item:nth-child(2) .concept_item-color{
	background: var(--green);
}.section_concept .concept_flex .concept_item:nth-child(3) .concept_item-color{
	background: var(--black);
}
.section_shop-info{
	overflow: hidden;
	margin-bottom: var(--margin-l);
}
.section_shop-info.shop_morioka{
	margin-bottom: 0;
}
.section_shop-info .shop_slider-box{
	margin-bottom: var(--margin-s);
}
.section_shop-info .shop_slider-box > div{
	display: flex;
	gap: 24px;
}
.section_shop-info .shop_slider-box .shop_slider-text{
	width: 80%;
}
.shop_slider-box .shop_slider-text .shop_slider-title{
		font-weight: 600;
}
.shop_slider-box .shop_slider-text .shop_slider-sub{
	font-size: 1.4rem;
	border-bottom: 2px solid var(--green);
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.section_shop-info .shop_info-map{
	margin-bottom: var(--margin-s);
}
.section_shop-info .shop_info-map iframe{
	height: 500px;
	width: 100%;
	}
.shop_info-service--flex{
	margin-top: var(--margin-s);
	margin-bottom:var(--margin-m);
}
.shop_info-service--flex > div{
	display: flex;
	gap: 32px;
}
.shop_info-service--flex .shop_info-service--card{
	width: calc((100% - 64px) / 3);
}
.shop_info-service--flex .shop_info-service--title{
	font-size:  clamp(2.4rem,3vw,3.2rem);
	font-weight: 600;
	margin-top: 32px;
	line-height: 1.5;
}
.google_rev{
	margin-bottom: var(--margin-m);
}
.section_shop-info.shop_morioka .service_list{
	margin-bottom: 0;
	}
.service_list.service_list-sakata{
	margin-bottom: var(--margin-m);
}
.service_list{
	background: var(--black);
	box-shadow: 0 0 0 100vmax var(--black);
	clip-path: inset(0 -100vmax);
	padding-bottom: 64px;
	}
.service_list .shop_info-title{
	color: #fff;
	padding-top: var(--margin-m);
	padding-bottom: var(--margin-m);
}
.service_list .service_list-flex > div{
	display: flex;
	gap: 48px;
}
.service_list .service_list-card{
	width: calc((100% - 96px) / 3);
}
.service_list .service_list-img{
	margin-bottom: 24px;
	}
.service_list .service_list-img img{
	border-radius: 25px;
}
.service_list .link_btn .is-style-fill{
	width: 100%;
	}
.service_list .link_btn .is-style-fill a{
	font-size: clamp(1.6rem,1vw,1.8rem);
	padding: 16px 0;
}
/* サービス（実店舗）ページ */
/* 共通 */
.service_page-btn{
	margin-bottom: var(--margin-s);
	}
.service_page-btn .is-style-fill{
	width: 60%;
	height: 100px;
}
.service_page-btn a{
	font-size: clamp(1.8rem,1.68rem + .38vw,2.4rem);
}
.service_page-btn .btn_text-wrap a{
	display: flex;
	justify-content: center;
	align-items: center;
  flex-direction: column;
	}
.service_page-btn .btn_text-wrap a span{
	font-size: clamp(1.4rem,1.32rem + .25vw,1.8rem);
}
/* タイヤ交換サービス */
[id]{
	scroll-margin-top: 160px;
}
.section_tire-replace{
	margin-bottom: clamp(96px, 8vw, 120px);
}

.section_tire-replace div:last-of-type{
	margin-bottom: 0;
}
.service_page-title{
		margin-bottom: var(--margin-s);
}
.service_text-bold{
	font-size:  var(--font-size--h3);
	font-weight: 600;
	margin-bottom: 32px;
}
.service_page-textarea{
	margin-bottom: var(--margin-s);
}
.service_page-slider{
	margin-bottom: var(--margin-s);
}
/* タイヤ預かりサービス */
.contents_page .n2-ss-slider .n2-ss-slider-controls-below{
	padding-bottom: var(--margin-s);
}
.section_solution > div{
	background: var(--gray);
	box-shadow: 0 0 0 100vmax var(--gray);
	clip-path: inset(0 -100vmax);
}
.section_solution h2{
	padding-top: var(--margin-m);
}
.section_solution .service_page-textarea{
	margin-bottom: var(--margin-s);
}
.section_solution .solution_container{
	margin-bottom: calc(var(--margin-s) + 80px);
}
.solution_container .service_text-bold{
	margin-bottom: var(--margin-s);
}
.solution_container .solution_box{
	position: relative;
	background: var(--black);
	width: 70%;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 64px 40px 96px 40px;
	border-radius: 25px;
}
.solution_container .solution_box ul{
	width: fit-content;
	margin: 0 auto;
	text-align: left;
}
.solution_container .solution_box ul li{
	padding: 32px 0 32px calc(var(--font-size--h1) + 16px);
	font-size: var(--font-size--h4);
	position: relative;
	}
.solution_container .solution_box ul li::before{
	content: "\f00c";
	position: absolute;
	top: 32px;
	left: 0;
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-size: var(--font-size--h1);
	line-height: 1;
	color: var(--green);
		}
.solution_container.solution_container-bottom .solution_box ul li:nth-child(even)::before{
	display: none;
}
.solution_container .solution_box ul li i{
	display: none;
}
.solution_container .solution_box ul li:last-child{
	padding-bottom: 0;
	margin-bottom: var(--margin-m);
}
.solution_container .solution_box p{
	font-size: var(--font-size--h3);
	text-align: left;
  display: inline-block;
}
.solution_container.solution_container-bottom{
	padding-top: var(--margin-s);
	padding-bottom: var(--margin-s);
}
.solution_box::after{
	content: "";
  background-image: url('https://systembox-prod.sakura.ne.jp/shonai-tire/wp/wp-content/uploads/2025/10/arrow_down.png');
  width: 60px;
  height: 160px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	animation: arrowFloat 1s ease-in-out infinite;
}
@keyframes arrowFloat {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.solution_arrow-down{
		font-size: var(--font-size--h1);
	text-align: center;
	margin-bottom: 32px;
}
.solution_arrow-down img{
	vertical-align: baseline;
}
.solution_btn-area > div{
	display: flex;
	justify-content: center;
	gap: 32px;
}
.service_btn-area .link_btn.service_page-btn .is-style-fill:not(.mail_tel-icon) a{
	padding: 0;
}
.solution_btn-area .link_btn.service_page-btn{
	width: calc((100% - 32px) / 2);
	margin-bottom: var(--margin-m);
}
.service_btn-area .service_page-btn .mail_tel-icon a{
	position: relative;
	width: auto;
		padding-right: 0;
	padding-left: 0;
	width: 100%;
	font-size: clamp(1.8rem,1.68rem + .38vw,2.4rem);
	}
.service_btn-area .service_page-btn .mail_tel-icon a img{
	margin-right: 8px;
	width: clamp(24px,24px + 1.25vw,60px) !important;
	height: auto !important;
	transition: .3s ease-in-out;
}

.solution_btn-area .link_btn.service_page-btn .is-style-fill{
	width: 100%;
}
/* 高価買取サービス */
.buyback_flex-pc{
		display: block;
	}
	.buyback_flex-sp{
		display: none;
	}
.section_buyback-flex > div{
	display: flex;
	}
.section_buyback-flex .buyback_flex-item{
	width: calc(100% / 3 - .5px);
	text-align: center;
	color: #fff;
	background: var(--black);
}
.section_buyback-flex .buyback_flex-item h3,
.section_buyback-flex .buyback_flex-item p{
	padding-top: 8px;
	padding-bottom: 8px;
}
.section_buyback-flex .buyback_flex-item:nth-child(2){
	background: var(--green);
	}
.section_buyback-flex .buyback_flex-item:nth-child(2) > div{
	display: flex;
  flex-direction: column;
  justify-content: space-around;
   align-items: center;
  height: 100%;
   padding-left: 24px;
	padding-right: 24px;
}
.section_buyback-flex .buyback_flex-item:nth-child(2) p{
	font-size: 1.6rem;
}
.section_buyback-grid > div{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	gap: 64px;
	max-width: 100%;
}
.buyback_grid-item--title{
	margin-bottom: 24px;
	}
.buyback_grid-item--title h4{
	font-size: 1.8rem;
}
.buyback_grid-item--title > div{
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
.buyback_grid-item--title img{
	min-width: 120px;
	max-width: 180px;
	aspect-ratio: 1 / 1;
}
.buyback_grid-bg{
	padding-bottom: 64px;
	margin-bottom: 0;
}
.section_solution.section_assessment{
	background: var(--gray);
  box-shadow: 0 0 0 100vmax var(--gray);
  clip-path: inset(0 -100vmax);
	padding-bottom: var(--margin-s);
}
.section_solution.section_assessment .solution_box ul li:nth-child(odd){
	padding-bottom: 0;
}
.section_solution.section_assessment .solution_box ul li:nth-child(even){
	padding-top: 8px;
}
.assessment_contact{
	margin-bottom: var(--margin-l);
}
.assessment_contact .text_line-color{
	color: #06C755;
	font-size: var(--font-size--h1);
	padding-right: 8px;
}
.assessment_contact .text_color-orange{
	color: var(--orange);
	font-size: var(--font-size--h2);
	font-weight: 600;
	padding-right: 8px;
}
.assessment_contact .line_contact-btn.link_btn{
	margin-top: 16px;
	margin-bottom: 0;
}
.assessment_contact .line_contact-btn.link_btn .is-style-fill a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	padding: 0;
}
.assessment_contact .line_contact-btn.link_btn .is-style-fill a img{
	width: clamp(24px,24px + 1.25vw,60px) !important;
	height: auto !important;
}
.link_btn.service_page-btn .fa-phone,
.link_btn.service_page-btn .fa-envelope{
font-size: var(--font-size--h2);
	margin-right: 8px;
}
/* 選ばれる理由 */
.article_choose_us .choose_us-flex > div{
	display: flex;
	gap: 32px;
	}
.choose_us-flex .choose_us-flex--item{
	width: calc((100% - 32px) / 2);
}
.choose_us-flex .choose_us-flex--img img{
	height: 100%;
	object-fit: contain;
}

.article_choose_us{
	padding-top: 64px;
	padding-bottom: 64px;
	margin-bottom: var(--margin-l);
	background: var(--black);
	box-shadow: 0 0 0 100vmax var(--black);
	clip-path: inset(0 -100vmax);
	color: #fff;
}
.choose_us-flex .choose_us-flex--item.choose_us-flex--text > div{
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: flex-start;
		gap: 24px;
	height: 100%;
}
.choose_us-flex .choose_us-flex--item.choose_us-flex--text{
	background: var(--green);
	padding: 16px 24px ;
}
.article_choose_us .choose_us-title{
	text-align: center;
	margin-bottom: 32px;
}
.article_choose_us .choose_us-title .service_text-bold:first-child{
	margin-bottom: 8px;
}
.article_choose_us .choose_us-title .service_text-bold:last-child{
	background: #fff;
	color: var(--green);
	padding: 8px;
		display: inline-block;
}
.article_service-rev .service_text-bold{
	margin-bottom: 32px;
}
/* googleレビュー */
.article_service-rev{
	margin-bottom: var(--margin-l);
}
/* 出張買取り */
.section_on_site-mv{
	position: relative;
}
.section_on_site-mv--img img{
		width: 100%;
} 
.section_on_site-mv--text{
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translate(-50%);
	font-size: var(--font-size--h2);
		font-weight: 600;
	width: 100%;
	text-align: center;
	text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #fff;
	}
.section_on_site--title > div{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: var(--margin-s);
	line-height: 1;
}
.section_on_site--title .company_page-title.service_page-title{
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
} 
.section_on_site--title p{
	margin-bottom: 0;
	line-height: 1;
}
.section_on_site-flex{
	margin-bottom: var(--margin-s);
}
.section_on_site-flex > div{
	display: flex;
	gap: 32px;
}
.section_on_site-flex .on_site-flex--item{
	width: calc((100% - 32px) / 2);
}
.section_on_site-flex .on_site-flex--item h3{
	margin-bottom: 24px;
	font-weight: 600;
}
.section_on_site .service_page-btn{
	margin-bottom: var(--margin-m);
}
.on_site-flow--flex{
	margin-bottom: 64px;
	overflow: hidden;
}
.on_site-flow--flex > div{
	display: flex;
	justify-content: space-between;
	}
.on_site-flow--box{
	width: 25%;
}
.on_site-flow--img{
	position: relative;
	margin-bottom: 16px;
}

.on_site-flow--box:first-child .on_site-flow--img::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
		bottom: 0;
	height: 10px;
	width: 100vw;
	background: var(--green);
	margin: auto 0;
	z-index: -1;
	}
.on_site-flow--box .on_site-flow--text h4{
	margin-bottom: 16px;
}
.section_on_site .on_site-flow--title{
	padding-bottom: 0;
}
/* よくある質問 */
.section_qanda{
	background: var(--black);
	box-shadow: 0 0 0 100vmax;
	clip-path: inset(0 -100vmax);
	padding-bottom: 64px;
	}
.section_qanda h2{
	color: #fff;
}
.section_qanda .section_qanda-box{
	display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: 24px;
			margin: 0 auto 24px;
	background: var(--green);
	color: #fff;
}
.section_qanda .section_qanda-box li{
	position: relative;
	padding-inline: calc(clamp(1.6rem, 1.5vw, 1.8rem) + 40px) 24px;
}
.section_qanda .section_qanda-box li:first-child::before{
	content: "Q.";
	position: absolute;
	left: 24px;
	color: #fff;
	font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
.section_qanda .section_qanda-box li:last-child::before{
	content: "A.";
	position: absolute;
	left: 24px;
	color: #fff;
	font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}
/* インターネット販売 */
.online_page-top{
	margin-bottom: var(--margin-m);
}
.top_ec-banners{
  overflow: hidden;
	margin-bottom: var(--margin-l);
}
.top_ec-flex > div{
	display: flex;
	justify-content: space-between;
	gap: 2.4rem;
	}
.top_ec-title{
	margin-bottom: 2.4rem;
}
.top_ec-title h4{
	position: relative;
	display: inline-block;
	padding-right: 2.4rem;
}
.top_ec-title h4::after{
	content: "";
		position: absolute;
	top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: calc(100vw - 100% - 2.4rem);
  height: 2px;
	background: #0094da;
}
.top_ec-icon{
	margin-bottom: 1.6rem;
}
.top_ec-icon img{
	max-width: 80px;
	max-height: 80px;
}
.top_ec-box{
	margin-bottom: var(--margin-s);
}
.top_ec-flex--item{
	flex: 1;
}
/*.online_page-top{
	margin-bottom: var(--margin-m);
}
.online_page-title{
	margin-bottom: var(--margin-s);
}
.online_page-title h2{
	margin-bottom: 0;
}
.online_page-title p{
	font-size: var(--font-size--h4);
	}
.online_page.banner_large{
	margin-bottom: var(--margin-l);
}
.online_page-banner--list{
	margin-bottom: var(--margin-s);
}
.online_page-banner--list > div{
	display: flex;
	gap: 64px;
}
.online_page-banner--title{
	margin-bottom: 16px;
}
.online_page-banner--title h3{
	font-size: var(--font-size--h4);
}
.online_page-banner--title p{
	font-size: 1.4rem;
}
.online_page-banner--img{
	text-align: right;
}
.online_page-banner--img img{
	object-fit: contain;
}
.online_page-banner--img,
.online_page-banner--text{
	width: calc((100% - 24px) / 2);
}
.online_page-banner--container{
	margin-bottom: var(--margin-m);
}*/
/* サービスページ（貿易） */
.trade_page-flow{
	overflow: hidden;
}
.trade_flow-flex{
	margin-bottom: var(--margin-s);
}
.trade_flow-flex > div{
	display: flex;
	gap: 24px;
	}
.trade_flow-flex--item{
	width: calc((100% - 24px) / 2);
}
.trade_flow-flex--right .trade_flow-number,
	.trade_flow-flex--left .trade_flow-number{
		display: grid;
  place-items: center;
		line-height: 1;
		margin-bottom: 0;
	}
/* 貿易ページ右寄せ */
.trade_flow-flex--right .trade_flow-text{
	padding-top: 24px;
	padding-bottom: 32px;
  background: var(--green);
    box-shadow: 0 0 0 100vmax var(--green);
  clip-path: inset(0 -100vmax 0 -20vmax);
	color: #fff;
}
.trade_flow-flex--right .trade_flow-text h4{
	margin-bottom: 24px;
}
.trade_flow-flex--right figure{
	position: relative;
	z-index: 1;
}
.trade_flow-flex--right .trade_flow-number{
		width: 50px;
    height: 50px;
  background: var(--green);
  text-align: center;
	font-size: var(--font-size--h3);
	font-weight: 600;
    color: #fff;
  margin-right: 24px;
}
.trade_flow-title {
	margin-bottom: 16px;
	}
.trade_flow-title > div{
	display: flex;
	align-items: center;
}
.trade_flow-title h3{
	line-height: 1;
}
/* 貿易ページ左寄せ */
.trade_flow-flex--left > div{
	flex-direction: row-reverse;
}
.trade_flow-flex--left .trade_flow-text{
	padding-top: 24px;
	padding-bottom: 32px;
  background: var(--black);
    box-shadow: 0 0 0 100vmax var(--black);
  clip-path: inset(0 -20vmax 0 -100vmax);
	color: #fff;
}
.trade_flow-flex--left .trade_flow-text h4{
	margin-bottom: 24px;
}
.trade_flow-flex--left figure{
	position: relative;
	z-index: 1;
}
.trade_flow-flex--left .trade_flow-number{
		width: 50px;
    height: 50px;
  background: var(--black);
  text-align: center;
	font-size: var(--font-size--h3);
	font-weight: 600;
    color: #fff;
  margin-right: 24px;
}

.page_trade-section--title{
	font-size: var(--font-size--h2);
	font-weight: 600;
		margin-bottom: var(--margin-s);
}
.trade_page-top--img,
.trade_page-top--movie,
.trade_page-flow,
.page_trade-gallery,
.page_trade-collect,
.trade_page-on-site,
.page_trade-shipping,
.page_trading-company{
	margin-bottom: var(--margin-l);
}
.trade_page-on-site h2{
	padding-top: 0;
}
.trade_page-on-site .section_on_site-flex{
	margin-bottom: 0;
}
.page_trade-contact{
	padding-top: 64px;
	padding-bottom: 64px;
	background: var(--green);
	color: #fff;
}
.trade_contact-flex > div{
	display: flex;
	justify-content: center;
	
}
.trade_contact-mail > div,
.trade_contact-tel > div,
.trade_contact-line > div{
	display: flex;
	align-items: center;
}
.trade_contact-mail,
.trade_contact-tel,
.trade_contact-line{
		padding: 32px 64px;
	font-size: var(--font-size--h4);
			}
.trade_contact-mail{
	border-left: 2px solid #fff;
}
.trade_contact-tel{
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}
.trade_contact-line{
	display: none;
}
.trade_contact-mail i,
.trade_contact-tel i{
	margin-right: 8px;
}
.page_trade-shipping{
	padding-top: 64px;
	padding-bottom: 64px;
	background: var(--black);
	box-shadow: 0 0 0 100vmax var(--black);
	clip-path: inset(0 -100vmax);
	color: #fff;
	
}
.shipping_flex-item{
	padding-top: 64px;
	padding-bottom: 64px;
	border-bottom: 1px solid #fff;
}
.shipping_flex-item:first-child{
	padding-top: 0;
}
.shipping_flex-item:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.shipping_flex-item > div{
	display: flex;
	justify-content: space-between;
	gap: 32px;
}
.shipping_flex-item:nth-child(even) > div{
	flex-direction: row-reverse;
}
.shipping_flex-img{
	width: 50%;
	}
.shipping_flex-img img{
	aspect-ratio: 1 / 1 ;
}
.shipping_flex-text{
	width: calc((100% - 32px) / 2);
}
.shipping_flex-text h4{
	font-size: var(--font-size--h4);
	margin-bottom: 24px;
}
/*.page_trading-company{
	overflow: hidden;
}*/
.trading_company-img--top{
	width: 50%;
	margin-left: var(--margin-s);
	margin-bottom: 24px;
}
.trading_company-container{
	position: relative;
} 
.trading_company-img--bottom{
	width: 50%;
}
.trading_company-img--bottom img{
	aspect-ratio: 1 / 1;
}
.trading_company-text{
	width: calc(50% - 24px);
	height: auto;
	position: absolute;
	top: 10%;
	right: 0;
	background: var(--green);
	color: #fff;
	padding: 24px;
	container-type: inline-size;
}
@container (max-width: 540px) {
  .trading_company-text p {
    font-size: 1.4rem;
  }
}
.trading_company-text h4{
	margin-bottom: 1em;
}
/* 採用ページ */
	.recruit_page-title,
	.recruit_page-text	{
		margin-bottom: var(--margin-s);
			}
.recruit_page-title,
.recruit_page-movie{
	text-align: center;
}
.recruit_page-movie,
		.recruit_page-banner{
		margin-bottom: var(--margin-m);
	}
.page_hr-policy-block{
	margin-bottom: var(--margin-l);
}
.page_hr-policy-block h2{
	position: relative;
	color: #fff;
  background: var(--black);
	width: 110%;
  padding: .8rem 1.6rem;
	margin-left: -5%;
	margin-bottom: var(--margin-s);
	border-left: 1em solid var(--green);
	font-size: var(--font-size--h3);
}
.hr_policy-block--container > div{
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
.hr_policy-block--card h4{
	margin-bottom: .8rem;
	color: var(--dark-green);
	}
.hr_policy-block--card{
	width: calc((100% - 2.4rem) / 2);
	padding: 2.4rem;
	background: var(--gray);
	border-radius: 15px;
	box-shadow: 1px 1px 3px #eee;

}
.page_hr-policy-block figure:not(.page_hr-policy-illust){
	margin-bottom: var(--margin-s);
} 
.page_hr-policy-illust{
	margin-top: var(--margin-m);
}
.page_hr-policy-flex > div{
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}
.page_hr-policy-item h3{
	margin-bottom: .8rem;
	color: var(--green);
}
.page_hr-policy-item h4{
	margin-bottom: 1.6rem;
	color: var(--dark-green);
}
.page_hr-policy-item.page_hr-policy--promise h4{
	margin-bottom: .8rem;
}
.page_hr-policy-block:has(.hr_policy-block--card){
	margin-bottom: var(--margin-l);
	padding-bottom: var(--margin-l);
	border-bottom: 2px dashed #000;
	}
/* 採用ページ-ボタン */
.lower_entry-btn--area{
	margin-bottom: var(--margin-l);
}
.lower_entry-btn--area > div{
	display: flex;
	gap: 2.4rem;
}
.lower_entry-btn--area .lower_btn-area{
	flex: 1;
}
.lower_btn-area .lower_btn{
	width: 100%;
}
.lower_btn-area .lower_btn a{
	display: flex;
  align-items: center;
	justify-content: center;
	gap: 2.4rem;
	color: #fff;
	}
.lower_entry-btn--area .lower_btn.lower_btn-new a{
	background: #62BD3C;
}.lower_entry-btn--area .lower_btn.lower_btn-midway a{
	background: #789230;
}.lower_entry-btn--area .lower_btn.lower_btn-senior a{
	background: #465740;
}
.lower_btn a div{
	position: relative;
}
.lower_btn a div::after{
	content: "";
	position: absolute;
	top: 50%;
  left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	z-index: 0;
	}
.lower_btn a div img{
	position: relative;
    display: block;
	z-index: 1;
}
/* ニュースページ */
.news_page-box{
	padding-top:  var(--margin-l);
	margin-bottom: var(--margin-l);
}
.news_page-title{
	font-size: var(--font-size--h1);
	font-weight: 600;
		text-align: center;
	padding-top: 32px;
	margin-bottom: var(--margin-s);
}
.news_page-content > div{
	display: flex;
	justify-content: center;
	gap: 32px;
}
.news_page-post-list{
	width: 70%;
}
.news_page-post-list .custom-post-list .post-thumbnail img{
	width: 80px;
	height: 80px;
}
.news_page-post-list .custom-post-list .post-title{
		font-weight: 500;
	padding-left: 16px;
}
.news_page-post-list ul{
	margin-bottom: var(--margin-s);
}
.news_page-post-list .custom-post-list{
	width: 100%;
}
.news_page-post-list .custom-post-list li:first-child{
	border-top: none;
}
.news_page-post-list .post-date{
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	color: var(--red);
}
.news_page-archive{
	flex-grow: 1;
	text-align: center;
	min-width: 25%;
}
.news_page-archive--title{
	position: relative;
	font-weight: 600;
	color: #fff;
	background: var(--red);
	padding: 8px 24px 8px 32px;
	margin-bottom: 32px;
	white-space: nowrap;
}
.news_page-archive--title::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 100%;
	background: var(--red);
	filter: brightness(80%);
}
.news_page-archive--list li{
		display: flex;
		padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px dotted var(--black);
}
.news_page-archive--list li a{
	position: relative;
	padding-left: 24px;
	width: 100%;
	text-align: left;
}
.news_page-archive--list li a::before{
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 7 Free";
	content: "\f073";
	font-size: 1.8rem;
}
.wp-pagenavi .pages{
	display: none;
}
/* 投稿ページ */
.single_page h1{
	font-size: var(--font-size--h3);
	
}
.single_page .entry-meta{
	margin-bottom: var(--margin-s);
}
.single_page{
	padding-top: calc(clamp(60px, 10vw, 168px) + var(--margin-m));
	margin-bottom: var(--margin-m);
	width: auto;
}

.prev-post-link,
.next-post-link{
	display: flex;
	gap: 1em;
	font-size: 1.4rem;
}
.back-to-list{
	align-self: center;
}
.post-navigation{
	display: flex;
  justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	margin-top: var(--margin-m);
		margin-right: auto;
	margin-left: auto;
	gap: 24px;
	width: fit-content;
}
.single-post #site_footer .tire-img{
	display: none;
}
/* お問い合わせページ */
.contact_page-box{
	padding-top: calc(clamp(60px, 10vw, 168px) + var(--margin-m));;
	}

.link_btn.contact_page-btn{
	margin-bottom: var(--margin-m);
}
.link_btn.contact_page-btn a{
	background: var(--orange);
	border: 1px solid var(--orange);
	border-radius: 15px;
}
.contact_text-group{
	margin-bottom: 32px;
}

.contact_page-box .contact_title,
.contact_page-box .form_title{
		text-align: center;
	margin-bottom: var(--margin-m);
}
 

.contact_page-box .contact_page-table{
	text-align: center;
	margin-bottom: 32px;
}
.contact_page-box .contact_page-table th{
	background: var(--black);
	color: #fff;
	}
.contact_page-box .contact_page-table th,
.contact_page-box .contact_page-table td{
	padding-top: 16px;
	padding-bottom: 16px;
	 border: 1px solid #ccc;
}
.contact_page-box .contact_page-table td a{
	display: inline-block;
	}
.contact_page-box .contact_page-table td a:not(.download_pdf){
	font-size: var(--font-size--h4);
	color: var(--red);
	font-weight: 600;
}
.contact_page-box .contact_page-table tr td:first-child{
	width: 30%;
}
/* お問い合わせフォーム */
.wpcf7-form{
	text-align: center;
	font-weight: 600;
	background: var(--gray);
	padding: 40px;
	}
.wpcf7-form .type{
	width: 100%;
  border: 1px solid var(--black);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 40px;
  background: #fff;
	text-align: center;
}
.wpcf7-form .type .label{
	position: relative;
  color: #fff;
  background: #404040;
  padding: 10px 0;
  font-weight: 700;
	}

.wpcf7-form-control-wrap{
	position: relative;
}
.wpcf7-form-control-wrap input{
	margin: 8px auto;
	}
.wpcf7-radio > .wpcf7-list-item > input {
  margin: 0 8px 0 0;
  width: auto;
}
.wpcf7-form .type .wpcf7-list-item{
	display: block;
  margin: 0;
	padding: 16px 0;
  cursor: pointer;
}
.wpcf7-form .type .wpcf7-list-item.first{
	border-bottom: 1px solid var(--black);
}
.wpcf7 .wpcf7-form label{
	width: 100%;
  display: inline-block;
	}
.wpcf7-form label span.req{
	color: var(--red);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{
	display: block;
  width: 100%;
  height: calc(3.6rem + 2px);
  padding: .375rem .75rem;
   font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
	transition: border-color .15s ease-in-out;
}

.wpcf7 .wpcf7-form-control:focus {
  border: 1px solid var(--red);
	outline: none;
}
.wpcf7 input[type="submit"]{
	display: block;
  font-weight: 600;
  color: #fff;
  background: var(--red);
  text-align: center;
  vertical-align: middle;
    user-select: none;
    border: 1px solid var(--red);
  padding: 24px 32px;
	margin: 0 auto;
  font-size: var(--font-size--h4);
	font-family: var(--main-font);
  line-height: 1.5;
	width: 30%;
	transition: .3s ease-in-out;
	cursor: pointer;
}

.wpcf7 textarea{
	width: 100%;
	margin-top: 8px;
	margin-bottom: var(--margin-s);
}

/* 確認画面 */
#wpcf7cpcnf table {
    border: none;
	font-size: 1.8rem;
	width: 100%;
}
#wpcf7cpcnf table p{
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
#wpcf7cpcnf table tr{
	height: 50px;
}
#wpcf7cpcnf table th {
    background-color: var(--gray);
    border: 1px solid #ccc;
       text-align: center;
	width: 40%;
}
#wpcf7cpcnf table td {
    border: 1px solid #ccc;
	width: 60%;
	padding-left: 16px;
	padding-right: 16px;
}
#wpcf7cpcnf table th{
	padding-right: 16px;
	padding-left: 16px;
}

/* ボタン */
#wpcf7cpcnf button.wpcf7cp-cfm-edit-btn{
	display: inline-block;
  font-weight: 600;
  color: #fff;
  background: var(--black);
  text-align: center;
  vertical-align: middle;
    user-select: none;
    border: 1px solid var(--black);
  padding: 24px 32px;
	margin: 0 24px 0 0;
  font-size: 2.4rem;
	font-family: var(--main-font);
  line-height: 1.5;
	width: 20%;
	transition: .3s ease-in-out;
	cursor: pointer;
}

#wpcf7cpcnf button.wpcf7-submit {
    display: inline-block;
  font-weight: 600;
  color: #fff;
  background: var(--red);
  text-align: center;
  vertical-align: middle;
    user-select: none;
    border: 1px solid var(--red);
  padding: 24px 32px;
	margin: 0 auto;
  font-size: 2.4rem;
	font-family: var(--main-font);
  line-height: 1.5;
	width: 30%;
	transition: .3s ease-in-out;
	cursor: pointer;
}
/* アーカイブ */
.archive_page-title{
	padding-top: calc(clamp(60px, 10vw, 168px) + var(--margin-m));;
	}
.archive_page_inner{
	display: flex;
	gap: 32px; 
}
.news_page-post-list{
	width: 70%;
}
.archive_page-list.custom-post-list .post-thumbnail img{
	width: 80px;
	height: 80px;
}
.archive_page-list.custom-post-list .post-title{
	font-size: 1.8rem;
	font-weight: 500;
	padding-left: 16px;
}

.archive_page-list.custom-post-list{
	width: 100%;
}
.archive_page-list.custom-post-list li:first-child{
	border-top: none;
}
.archive_page-list .post-date{
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	color: var(--red);
}
.archive_page_inner{
	margin-bottom: var(--margin-l);
}
#page_access{
	padding-top: var(--margin-l);
		}
#page_access p{
	margin-bottom: 8px;
	font-size: 1.8rem;
}
#page_access .company_page-title{
	padding-top: 32px;
}
.access_page-flex{
	margin-bottom: var(--margin-s);
}
.access_page-flex > div{
	display: flex;
	gap: 32px;
}
.access_page-sakata,
.access_page-morioka{
	margin-bottom: var(--margin-l);
}
.access_page-morioka .access_page-flex > div{
	flex-direction: row-reverse;
}
.access_flex-item{
	width: calc((100% - 32px) / 2);
}

.access_text-title{
	border-bottom: 1px solid var(--green);
	margin-bottom: 32px;
}
 
.access-map iframe{
	width: 100%;
	height: 400px;
}