@charset "utf-8";
body {
    font-size: 3.73vw;
    -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    letter-spacing: inherit;
}

/*------------------------------------------------------------------------------------
	　共通クラス
------------------------------------------------------------------------------------*/
.sub-page {
    width: 89%;
    margin: 10vw auto;
}
main {
    width: 100%;
}
.sp {
    display: block !important;
}
.pc {
    display: none !important;
}
.new-line-pc {
    display: inline;
}
#tinymce p, .sub-page p {
    font-size: 3.8vw;
    line-height: 1.6;
}
main img {
    height: auto;
    width: 100%;
}
img {
    vertical-align: top;
    max-width: 100%;
     height: auto;
}
.wrap {
    width: 89%;
}
.sub-page .btn {
    width: 100%;
    font-size: 3.5vw;
}

.single__content li, .page__content li, .archive__content li {
    font-size: 3.7vw;
}
table td,table th {
    font-size: 3.8vw;
    line-height: 1.6;
}
.contact_form p.btn {
    text-align: center;
    padding-top: 20px!important;
}
.wpcf7-spinner {
    display: block;
}
iframe {
    max-width: 100%;
}

/*------------------------------------------------------------------------------------
	　見出し
------------------------------------------------------------------------------------*/
h2 {
	font-size: 5.5vw;
	padding: 3vw;
}
h3 {
	font-size: 4.8vw;
	margin: 6vw 0 3vw;
	padding: 3vw 0;
	line-height: 1.5;
}
h4 {
	font-size: 4.3vw;
	line-height: 1.1;
	padding: 3vw 2vw;
}
h5 {
	font-size: 4vw;
	line-height: 1.1;
	padding: 1vw 0 1vw 2vw;
}
h6 {
	font-size: 3.8vw;
	line-height: 1.1;
	padding: 2.5vw;
}
h2,
h3,
h4,
h5,
h6 {
    margin: 6% 0;
}
main.top h2 .jp, .contact-banner h2 .jp {
    font-size: 7.8vw;
}
main.top h2 .en, .contact-banner h2 .en {
    font-size: 4vw;
}
main.top h2 .new-line-sp {
    display: block;
}
.page-title {
    height: 40vw;
}
.page-title h1 {
	font-size: 6.2vw;
    width: 92%;
}
img.alignright,
img.alignleft {
    padding: 2vw;
    display: block;
    width: 80%;
    float: inherit;
    margin: auto;
}
li {
    line-height: 1.5em;
}

/*------------------------------------------------------------------------------------
	gn
------------------------------------------------------------------------------------*/
.global-nav {
	display: none;
}
.menu-global-nav-container {
    width: 92%;
}
.global-nav.active {
    background: #6ea2a3fa;
    position: fixed;
    width: 100%;
    z-index: 10000;
    overflow: auto;
    display: block;
    top: var(--header-height);
	left: 0;
	height: 100%;
}
.global-nav__list > li {
    text-align: left;
	width: 100%;
    border-bottom: 1px solid #ffffff82;
	flex: inherit;
	border-left: none;
}
.global-nav__list > li:last-child {
    border-right: none;
}
.global-nav .global-nav__list > li > a {
    color: #fff;
    padding: 4vw;
    box-sizing: border-box;
     height: inherit;
    place-content: inherit;
    justify-content: space-between;
	font-size: 4.4vw;
    display: flex;
}
.global-nav .global-nav__list > li > a br {
	display: none;
}
.global-nav .global-nav__list {
    gap: 0;
	flex-wrap: wrap;
}
.global-nav__list > li:has(.sub-menu) {
}
 .global-nav__list > li:has(.sub-menu) > a {
    pointer-events: inherit;
}
.global-nav__list > li:has(.sub-menu) > a:after {
	content: '\f078';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
}
.global-nav__list > li:has(.sub-menu) > a.active:after {
	content: '\f077';
}
.global-nav .sub-menu {
    position: inherit;
    height: inherit;
    left: inherit;
    bottom: inherit;
    transform: inherit;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    padding: 4vw;
    gap: 3vw 0;
	background: none;
	box-sizing: border-box;
}
.global-nav .sub-menu a {
    font-size: 3.8vw;
    padding: 2vw;
}
.menu-btn {
    position: relative;
    cursor: pointer;
    z-index: 3;
    height: 13vw;
    width: 13vw;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    place-content: center;
}
.menu-btn__line-container {
	position: absolute;
	display: block;
	width: 60%;
	height: 50%;
	top: 50%;
	transform: translateX(-50%)translateY(-50%);
	left: 50%;
}
.menu-btn__line {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    width: 100%;
    height: 2px;
	background: var(--main-color);
    left: 0;
}
.menu-btn__line:nth-of-type(1) {
    top: 0%;
}
.menu-btn__line:nth-of-type(2) {
 	 top: 50%;
    transform: translateY(-50%);
}
.menu-btn__line:nth-of-type(3) {
 	 bottom: 0;
}
.menu-btn.active .menu-btn__line:nth-of-type(1) {
	transform:  translateX(-50%) translateY(-50%) rotate(-45deg);
	top: 50%;
	left: 50%;
}
.menu-btn.active .menu-btn__line:nth-of-type(2){
	display: none;
}
.menu-btn.active .menu-btn__line:nth-of-type(3){
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	top: 50%;
	bottom: inherit;
	left: 50%;
}
/*------------------------------------------------------------------------------------
	ヘッダー、フッター
------------------------------------------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
 }
.top-page,
.page-title {
    margin-top: var(--header-height);
  }
.header__container {
	width: 100%;
    padding: 0 0 0 2%;
}
.header__title a {
    font-size: 4.2vw;
}
.header__office {
    font-size: 2.5vw;
}
footer {
    margin: 0 0 15vw 0;
}
.footer__title a {
    font-size: 5.2vw;
	padding: 0 0 3% 0;
}
.footer__office {
    font-size: 3.6vw;
    text-align: center;
}
.footer__inner {
    padding: 12% 0 10%;
    flex-wrap: wrap;
    gap: 13vw 0;
}
.footer-menu {
    padding: 15% 0 0 0;
    gap: 0;
}
.footer-menu > div {
    width: 50%;
}
.footer-menu .menu {
    gap: 6vw;
}
.footer-menu a {
    font-size: 3.6vw;
    white-space: inherit;
    gap: 2.5vw;
}
.footer__contact {
    width: 100%;
}
.footer__contact-tel {
    margin: 0 0 4vw 0;
}
.footer__contact-tel-title {
    font-size: 4.7vw;
}
.footer__contact-tel-num-icon {
    width: 7vw;
    height: 7vw;
}
.footer__contact-tel-num {
    font-size: 8.3vw;
    padding: 3% 0 0 0;
}
.footer__contact-tel-hour {
    font-size: 3.6vw;
    padding: 2% 0 6%;
}
.footer__contact-btn {
    margin: 2.5vw 0 0 0;
}
.footer__contact-btn a {
    font-size: 4.5vw;
    border-bottom-width: 0.5vw;
}
.copyright {
    padding: 4.5vw 0;
}
.copyright p {
    font-size: 2.6vw;
}
/* .footer-floating */
.footer-floating {
    position: fixed;
    bottom: 0;
    z-index: 9999;
	width: 100%;
    box-sizing: border-box;
    border-top: 0.2vw solid var(--main-color);
	border-bottom: 0.2vw solid var(--main-color);
}
.footer-floating__list {
    display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.footer-floating__item {
    height: 15vw;
}
.footer-floating__item a {
    text-decoration: none;
    height: 100%;
    display: flex;
}
.footer-floating__tel {
    background: #fff;
    flex: 1;
}
.footer-floating__tel a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1%;
}
.footer-floating__tel-title {
    color: #333;
    font-size: 2.8vw;
}
.footer-floating__tel-num.tel-num {
    font-size: 5.5vw;
    gap: 2%;
    width: 100%;
    justify-content: center;
    color: #333;
}
.footer-floating__tel-icon {
    display: block;
    width: 5vw;
    height: 5vw;
}
.footer-floating__tel-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-floating__mail {
    background: #aa9052;
	width: 23.3%;
}
.footer-floating__line {
    background: #00b900;
	width: 23.3%;
}
.footer-floating__mail a {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer-floating__line a {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer-floating__mail-title {
    color: #fff;
    font-size: 3.2vw;
	font-weight: 500;
}
.footer-floating__line-title {
    color: #fff;
    font-size: 3.2vw;
	font-weight: 500;
}
.footer-floating__mail-icon {
    display: block;
    width: 5vw;
    height: 5vw;
}
.footer-floating__mail-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-floating__line-icon {
    display: block;
    width: 5vw;
    height: 5vw;
}
.footer-floating__line-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    display: none;
}
/*------------------------------------------------------------------------------------
	　共通
------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner {
    padding: 13vw 0 18vw;
}
.contact-banner__inner {
    flex-direction: column;
    gap: 7vw;
    padding: 16% 0 0 0;
}
.contact-banner__text {
    font-size: 3.7vw;
    padding: 10% 0 11%;
    line-height: 1.43;
}
.contact-banner__btn {
    width:  100%;
}
.contact-banner__btn-title {
    font-size: 5.3vw;
	line-height: 1.25;
	text-align: left;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
    left: 26%;
}
/* .common-parts */
.writer__title {
    font-size: 3.6vw;
}

.writer__image {
    width: 50%;
    border-radius: 2vw;
}
.writer__content {
    flex-direction: column;
    align-items: center;
    gap: 8vw;
    border-width: 0.6vw;
    padding: 6%;
}
.writer__office {
    font-size: 3.8vw;
}
.writer__job-title {
    font-size: 3.8vw;
}
.writer__name {
    font-size: 5vw;
}
.writer__experience {
    font-size: 3.6vw;
}
/* .common-parts-related */
.common-parts-related__item {
    width: 48.5%;
}
.common-parts-related__list {
    gap: 5vw 3%;
}
.common-parts-related__item-category-item {
    font-size: 2.4vw;
    padding: 1.5% 5%;
    line-height: 1.3;
}
.common-parts-related__item-title {
    font-size: 3.2vw;
}
/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/
.btn a {
    width: 89vw;
    font-size: 4vw;
}
.btn a:after {
    font-size: 0.7em;
    right: 8%;
}

/* .mv */
.mv {
    background-image: url(/wp-content/uploads/2026/07/mv__bg_sp.jpg);
}
.mv__inner {
    width: 100%;
    padding: 0 0 7% 0;
}
.mv__title {
    width: 110%;
}
.mv__forte-list {
    flex-wrap: wrap;
    gap: 0 3%;
    padding: 1% 0 0 2%;
    width: 64%;
    justify-content: center;
}
.mv__forte-item {
    border-width: 0.5vw;
    width: 48.5%;
}
.mv__forte-item:nth-child(1) {
    margin: 0 10vw;
}
.mv__forte-item-title {
    font-size: 4vw;
}
.mv__image {
    width: 62%;
    right: -12%;
    bottom: 0;
}
/* .services-offered */
.services-offered {
    padding: 11vw 0 17vw;
}
.services-offered__list {
    padding: 10% 0 9% 0;
    gap: 7vw 7%;
}
.services-offered__item {
    width: 46.5%;
    border-radius: 2vw;
}
.services-offered__item-title {
    font-size: 4.3vw;
    min-height: auto;
    line-height: 1.375;
}
.services-offered__item-title .new-line-pc {
    display: inline;
}
.services-offered__item-text {
    font-size: 3.4vw;
    min-height: 32vw;
    padding: 0 8%;
    line-height: 1.42;
}
.services-offered__item-btn {
    gap: 8%;
    font-size: 3.4vw;
    width: 84%;
    margin: 0 auto 10%;
}
.worry {
    background-image: url(/wp-content/uploads/2026/07/worry__bg_sp.jpg);
    padding: 11vw 0 15vw;
}
.worry__list {
    border-radius: 3vw;
    padding: 2.5% 5%;
    margin: 12% 0 9%;
}
.worry__item {
    display: flex;
    gap: 2%;
    padding: 3% 0;
}
.worry__item-icon {
    width: 5vw;
    height: 5vw;
    margin: 0.5% 0 0 0;
}
.worry__item-title {
    font-size: 3.9vw;
}
/* .greeting */
.greeting {
    padding: 15vw 0 16vw;
}
.greeting__inner {
    justify-content: center;
    align-items: center;
    padding: 12% 0 10%;
    flex-direction: column-reverse;
    gap: 11vw;
}
.greeting__image {
    width: 68%;
}
.greeting__image img {
    border-radius: 1.5vw;
}
.greeting__image figcaption {
    font-size: 3.8vw;
    padding: 6.5% 0 0 0;
}
.greeting__image figcaption strong {
    font-size: 1.3em;
}
.greeting__text {
    width: 100%;
	padding: 0;
}
.greeting__text strong {
    line-height: 1.3;
}
.greeting__text p {
    font-size: 4vw;
    line-height: 1.5;
}
.greeting__text p:not(:last-child) {
    margin: 0 0 6% 0;
}
/* .column */
.column {
    padding: 15vw 0 20vw;
}
.column__container {
    width: 100%;
}
.column__list {
    margin: 6% 0 10% 0;
}
.column__item {
	box-shadow: 0 0 1vw #ddd;
	margin: 1vw 4vw;
}
.column__item-title {
    font-size: 3.8vw;
    height: 22vw;
}
.column__item-btn {
    font-size: 3.8vw;
    width: 65%;
}
.column__prev::before, .column__next::before {
    font-size: 4vw;
}
.column__prev, .column__next {
    width: 10vw;
    height: 10vw;
}
.column__prev {
    left: 1%;
}
.column__next {
    right: 1%;
}
/* .voice */
.voice {
    padding: 15vw 0 20vw;
}
.voice .wrap {
    width: 100%;
}
.voice__list {
    margin: 6% 0 10% 0;
}
.voice__item {
	box-shadow: 0 0 1vw #ddd;
	margin: 1vw 4vw;
}
.voice__item-title {
    font-size: 3.8vw;
    height: 22vw;
}
.voice__item-text {
    font-size: 3.6vw;
    line-height: 1.62;
    min-height: 21vw;
    padding: 0 7%;
}
.voice__item-btn {
    font-size: 3.8vw;
    width: 65%;
}
.voice__prev, .voice__next {
	display: grid;
	place-content: center;
	width: 10vw;
	height: 10vw;
	background: var(--main-color);
	transition: all .3s ease;
	cursor: pointer;
	position: absolute;
	border: none;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
}
.voice__prev {
	left: 1%;
}
.voice__next {
	right: 1%;
}
.voice__prev::before, .voice__next::before {
	content: '\f053';
	font-family: "Font Awesome 6 Free";
	display: block;
	font-weight: 900;
	color: #fff;
	font-size: 4vw;
	position: relative;
}
.voice__next::before {
	rotate: 180deg;
}
/* .news */
.news {
    padding: 14vw 0 14vw 0;
}
.news__list {
    padding: 9% 0 9%;
}
.news__item a {
    padding: 4% 0;
    font-size: 3.5vw;
    gap: 2vw 5%;
    flex-wrap: wrap;
}
.news__item-date {
    font-size: 3.4vw;
}
.news__item-category {
    width: 26%;
    padding: 0;
    font-size: 3vw;
}
.news__item-title {
    flex: inherit;
    width: 100%;
    font-size: 3.6vw;
}
/*------------------------------------------------------------------------------------
	　archive
------------------------------------------------------------------------------------*/

/* .archive */
.archive__list {
    gap: 8vw;
}
.archive__item a {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vw;
    padding: 3vw 0;
}
.archive__item-inner {
    gap: 3vw;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5% 0
}
h3.archive__item-title {
    font-size: 4.8vw;
	line-height: 1.3;
}
.archive__item-image {
    width: 70%;
}
.archive__item-text {
    font-size: 3.6vw;
    line-height: 1.4;
	flex: inherit;
}
.archive__item-date {
    font-size: 3vw;
}
.archive__item-category span {
    padding: 0 1.5vw;
    font-size: 3vw;
}
.archive__item-btn {
    width: 32vw;
    height: 8vw;
    font-size: 3.4vw;
}
/*------------------------------------------------------------------------------------
	　.main.page-404
------------------------------------------------------------------------------------*/
main.page-404 {
    padding-bottom: 10vw;
}
.page-404__main-text {
    font-size: 16vw;
}
.page-404__text {
    font-size: 4vw;
}

/*------------------------------------------------------------------------------------
	　.main.page-search
------------------------------------------------------------------------------------*/
main.page-search {
    padding-bottom: 10vw;
}

/*------------------------------------------------------------------------------------
	　single
------------------------------------------------------------------------------------*/
.single__content-category a {
    padding: 0 1.5vw;
    font-size: 3vw;
	line-height: 1.5;
}
.single__content-date {
    font-size: 3vw;
}
/*------------------------------------------------------------------------------------
	　page
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	　.contact-form
------------------------------------------------------------------------------------*/
.contact-form table th,
.contact-form table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 2.5vw;
    border: none;
}
.contact-form table td p {
    font-size: 3.6vw;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email] {
    padding: 2vw;
	font-size: 3.4vw;
}
.contact-form textarea {
    font-size: 3.4vw;
}
.contact-form .wpcf7-not-valid-tip {
    font-size: 0.7em;
}
.contact-form .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0.5em 0.5em;
}
::placeholder {
	font-size: 3.4vw;
}
.contact-form .privacy-policy {
    margin: 6vw 0;
    padding: 3vw;
}
.contact-form .privacy-policy__inner {
    height: 70vw;
    padding: 3vw;
}
.sub-page .contact-form .privacy-policy p {
    font-size: 3vw;
}
.sub-page .contact-form .contact-form__privacy-content p, .sub-page .contact-form .contact-form__privacy-content ul {
    font-size: 3.2vw;
}
.sub-page .contact-form .contact-form__privacy {
    padding: 4vw 1vw;
    height: 45vw;
    margin: 0 0 6vw 0;
}
/*------------------------------------------------------------------------------------
  ビジュアルエディターの装飾
------------------------------------------------------------------------------------*/
.editor-blockquote {
    padding: 1.5% 6% 1.5% 2%;
}
.editor-blockquote:before {
    font-size: 8vw;
}
  .editor-list-number li:before {
      width: 6vw;
  }
  .editor-list-point, 
  .editor-list-check, 
  .editor-list-number {
    padding: 0 3%;
      border-width: 2px;
  }
  .sub-page .editor-heading-catch-wrap p {
      font-size: 4.6vw;
      line-height: 1.2;
  }
  .editor-heading-catch-wrap {
      font-size: 3.4vw;
  }
  .editor-heading-catch {
      font-size: 3vw;
  }
  .editor-heading-catch:after {
      width: 1.5vw;
  }
.editor-related-link {
    padding: 3% 2% 2% 2%;
	border-width: 2px;
}
  .editor-related-link::before {
    font-size: 3.8vw;
      background-size: 4vw auto;
	     padding: 0 0 0 7%;
  }
  .editor-supplementary-frame,
  .editor-caution-frame { padding: 2% 2% 2% 14%; width: 84%; line-height: 1.5; }
  .editor-supplementary-frame:before,
  .editor-caution-frame:before { top: 2vw; left: 2vw; width: 8vw; height: 8vw; }
  .editor-caution-frame:after { top: -1.5vw; left: 2.5vw; font-size: 4.4rem; }
  .editor-simple-frame { padding: 2%; width: 96%; line-height: 1.5; }
  .editor-label-box { padding: 2%; width: 96%; }
  .editor-label-box-title { margin: -5vw 0 2vw; padding: 2% 3vw; }
  .editor-default-button a { padding: 3.5vw 6vw; }
  .editor-simple-button a { padding: 3vw 7vw; }
/*------------------------------------------------------------------------------------
  パンくずリスト
------------------------------------------------------------------------------------*/
#breadcrumbs {
    font-size: 2.6vw;
	line-height: 1.2;
    margin: 3vw auto;
}
/*------------------------------------------------------------------------------------
 ページナビ
------------------------------------------------------------------------------------*/
.wp-pagenavi .page.larger,
.wp-pagenavi .page.smaller,
.wp-pagenavi .current{
    width: 8vw;
    height: 8vw;
    margin: 0 1vw;
}
/*------------------------------------------------------------------------------------
 ページナビ
------------------------------------------------------------------------------------*/
main .pagenation li a {
    padding: 2vw 4vw;
    font-size: 3vw;
}