@charset "utf-8";
:root {
	--header-height: 16vw;
    scroll-padding: var(--header-height);
	
}
html {
    overflow-x: hidden;
}
body {
    font-size: 3.73vw;
    -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    letter-spacing: inherit;
}
.sub-page, .top-page {
    width: 90%;
    flex-wrap: wrap-reverse;
}
.sub-page {
    margin: 10vw auto;
}
.top-page {
    margin: 9vw auto;
}
main {
    width: 100%;
}
.sp {
    display: block !important;
}
.pc {
    display: none !important;
}
.br-sp {
    display: block;
}
.br-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: 90%;
}
.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.6vw;
}
.contact_form p.btn {
    text-align: center;
    padding-top: 20px!important;
}
.wpcf7-spinner {
    display: block;
}
iframe {
    max-width: 100%;
}
/*------------------------------------------------------------------------------------
  パンくずリスト
------------------------------------------------------------------------------------*/
#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;
}
/*------------------------------------------------------------------------------------
	　 Inview.js
------------------------------------------------------------------------------------*/
.--InviewFade.--InviewDelay1 { transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay2 { transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay3 { transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay4 { transition-delay: 0.1s; /*遅延をかける秒数 */ }

/*------------------------------------------------------------------------------------
	　見出し
------------------------------------------------------------------------------------*/
h2 {
	font-size: 5.5vw;
	padding: 3vw;
}
h3 {
	font-size: 4.8vw;
	margin: 6vw 0 3vw;
	padding: 3vw 2vw;
}
h4 {
	font-size: 4.3vw;
	line-height: 1.1;
	padding: 2vw 1vw;
}
h5 {
	font-size: 4vw;
	line-height: 1.1;
	padding: 0.8vw 0 0.8vw 2vw;
    border-left-width: 3px;
}
h6 {
	font-size: 3.8vw;
	line-height: 1.1;
	padding: 2.5vw;
}
main h2,
main h3,
main h4,
main h5,
main h6 {
    margin-top: 6vw;
    margin-bottom: 5vw;
}
.top-parts-main-contents h2 {
    font-size: 6.8vw;
}
.top-parts-main-contents h2:after {
    width: 8vw;
    height: 0.7vw;
    margin: 3vw auto 0;
}
.top-parts-main-contents h2 .new-line-sp {
    display: block;
}
.top-parts-main-contents h2 .jp, .contact-banner h2 .jp {
    font-size: 7vw;
    line-height: 1.2;
}
.top-parts-main-contents h2 .en {
    font-size: 12vw;
    top: 5vw;
}
.top-parts-main-contents h2 .en span {
    display: block;
}
.top-parts-main-contents h2 .jp span {
    display: block;
}
.page-title {
	margin-top: var(--header-height);
    aspect-ratio: 3 / 1;
}
.page-title__h1 {
	font-size: 6.2vw;
}
img.alignright,
img.alignleft {
    padding: 2vw;
    display: block;
    width: 80%;
    float: inherit;
    margin: auto;
}
li {
    line-height: 1.5em;
}

/*------------------------------------------------------------------------------------
	gn
------------------------------------------------------------------------------------*/
.global-nav {
	display: none;
}
.global-nav.active {
    background: #25364ffa;
    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;
}
.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;
	width: 100vw;
}
.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;
    background: var(--main-color);
    height: 12vw;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
}
.menu-btn__line-container {
	position: relative;
	display: block;
	width: 50%;
	height: 45%;
	margin: auto;
}
.menu-btn__line {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    width: 100%;
    height: 0.4vw;
    background: #fff;
    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;
    z-index: 9999;
}
.header__container {
	width: 100%;
    padding: 2vw;
    gap: 2vw;
}
.header__site-info {
    gap: 1vw;
}
.header__site-info-corporation {
    font-size: 2.5vw;
}
.header__site-info-title a {
    font-size: 3.2vw;
    letter-spacing: -0.05em;
}
footer {
    margin: 0 0 20vw 0;
}
.footer__container {
    height: auto;
    padding: 7vw 0 0 0;
    gap: 4vw;
    flex-wrap: wrap;
    justify-content: center;
}
.footer__site-info {
    margin: 0;
}
.footer__site-info-title a {
    font-size: 4.6vw;
}
.footer__contact-message {
    font-size: 4.2vw;
    border-width: 1px;
    padding: 0 5vw;
}
.copyright {
	padding: 4.5vw 0 7vw;
    background: inherit;
}
.copyright p {
    font-size: 2.4vw;
}
/* .footer-floating */
.footer-floating {
    position: fixed;
    bottom: 0;
    z-index: 9999;
	width: 100%;
    box-sizing: border-box;
}
.footer-floating__list {
    display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.footer-floating__item {
    height: 13vw;
	flex: 1;
}
.footer-floating__tel {
    background: var(--main-color);
}
.footer-floating__tel a {
	text-decoration: none;
	height: 100%;
	display: grid;
	place-content: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
    gap: 1vw;
	color: #fff;
}
.footer-floating__tel-num {
	font-size: 5.3vw;
    gap: 1.5vw;
    line-height: 1;
    align-items: center;
    justify-content: center;
	color: #fff;
}
.footer-floating__tel-icon {
    display: block;
    width: 4vw;
    height: 4vw;
}
.footer-floating__tel-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-floating__tel-hour {
    display: block;
    text-align: center;
    font-size: 2.5vw;
	line-height: 1;
}
.footer-floating__mail {
    background: var(--sub-color);
    width: 18%;
}
.footer-floating__mail a {
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	gap: 2vw;    
}
.footer-floating__mail-icon {
    display: block;
    width: 4vw;
    height: 4vw;
}
.footer-floating__mail-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-floating__mail-title {
    display: block;
	font-family: var(--noto-serif-jp);
	color: #fff;
	font-size: 3.2vw;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    width: 100%;
}
.sidebar__title {
    font-size: 5vw;
    padding: 1.8vw 0;
    border-bottom-width: 0.7vw;
}
.sidebar .menu a {
    font-size: 4vw;
    height: 13vw;
    padding: 0 2.5vw;
}
.sidebar .menu .sub-menu a {
    padding-left: 5vw;
    font-size: 0.95em;
    background: inherit;
}
.sidebar__contact {
    border-width: 0.5vw;
    margin: 0 0 4.5vw 0;
}
.top-page .sidebar__contact,
.top-page .sidebar__case {
    display: none;
}
.sidebar__contact-title {
    padding: 2vw 0 2.5vw;
    font-size: 5.8vw;
}
.sidebar__contact-title:after {
    width: 3.5vw;
    height: 2.5vw;
    bottom: 1px;
}
.sidebar__contact-message {
    font-size: 5.7vw;
    border-width: 1px;
    width: 70%;
    margin: 6vw auto 0;
}
.sidebar__contact-tel__icon {
    width: 5.5vw;
}
.sidebar__contact-tel-num {
    font-size: 8.2vw;
    gap: 3vw;
    padding: 3vw 0 1vw;
}
.sidebar__contact-hour {
    font-size: 3.6vw;
    padding: 0 0 3vw 0;
}
.sidebar__case {
    border-width: 0.3vw;
    background-size: 29%;
	margin: 0 0 4.5vw 0;
}
.sidebar__case-title {
    padding: 2vw 0 2.3vw;
    font-size: 5.5vw;
}
.sidebar__case-inner {
    gap: 2.5vw;
    padding: 5vw 4vw 3vw 0;
}
.sidebar__case-text {
    font-size: 3.8vw;
}
.sidebar__case-text br {
    display: none;
}
.sidebar__case-btn {
    font-size: 3.8vw;
    border-radius: 2px;
    width: 44vw;
    height: 9vw;
    padding: 0 0 0 4vw;
}
.sidebar__case-btn:after {
    width: 3vw;
}
.sidebar__search {
	margin: 0 0 4.5vw 0;
    padding: 3vw 2vw 6vw 3vw;
}
.sidebar__search .screen-reader-text {
    font-size: 5.5vw;
    padding: 0 0 1.5vw 0;
}
.sidebar__search input#searchsubmit {
    font-size: 3.4vw;
    height: 10vw;
    width: 14%;
}
.sidebar__search input#s {
    height: 10vw;
    width: 84.5%;
}
.sidebar__access-title {
    font-size: 5vw;
    padding: 4vw 0 4vw;
}
.sidebar__access-address {
    font-size: 3.6vw;
    line-height: 1.5;
}
.sidebar__access-address span {
    display: inline;
}
.sidebar__access-map {
    aspect-ratio: 670 / 492;
    margin: 5vw 0;
}
.sidebar__area {
    font-size: 4vw;
    padding: 3.5vw 4vw;
    margin: 5vw 0 0 0;
}
.sidebar__area br {
    display: none;
}
/*------------------------------------------------------------------------------------
	　共通
------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner-sp.sp {
    margin: 10vw calc(50% - 50vw) 8vw;
    width: 100vw;
}
.contact-banner {
	background-image: url(/wp-content/uploads/2026/02/contact-banner__bg_sp.jpg);
    padding: 8vw 0 15vw;
}
.contact-banner h2 .en {
    font-size: 18vw;
}
.contact-banner__title {
    font-size: 3.8vw;
    padding: 7vw 0 5vw;
}
.contact-banner__title span {
    padding: 0 3vw;
}
.contact-banner__title span:before,
.contact-banner__title span:after {
    width: 15vw;
}
.contact-banner__box {
    width: 100%;
    aspect-ratio: 670 / 483;
    margin: 6vw 0 0 0;
    background-image: none;
    padding: 0;
}
.contact-banner__inner {
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    gap: 5vw;
}
.contact-banner__btn {
    border-radius: 8px;
}

.contact-banner__tel {
    width: 100%;
    text-align: center;
    padding: 0;
	gap: 3vw;
}
.contact-banner__tel-num {
    font-size: 9.5vw;
    gap: 2vw;
}
.contact-banner__tel-icon {
    display: block;
    width: 6.5vw;
    height: 6.5vw;
}
.contact-banner__tel-hour {
    font-size: 3.6vw;
}
.contact-banner__mail {
    width: 72%;
}
.contact-banner__mail a {
    width: 100%;
    aspect-ratio: 492 / 122;
    font-size: 4vw;
    gap: 3vw;
}
.contact-banner__mail-icon {
    width: 5.5vw;
    height: 5.5vw;
}
/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/
.top-btn a {
    width: 68vw;
    font-size: 3.8vw;
}
.top-btn a:after {
    right: 5vw;
}
/* .mv */
.mv {
	margin-top: var(--header-height);
    background-image: url(/wp-content/uploads/2026/02/mv__bg_sp.jpg);
}
.mv__container {
    width: 100%;
	padding: 8vw 0 32vw;
    justify-content: center;
}
.mv__inner {
    gap: 7vw;
    width: 95%;
}
.mv__image {
	width: 100%;
	height: auto;
    right: -15vw;
}
.mv__title-container {
    font-size: 6.3vw;
}
.mv__title-inner {
    clip-path: polygon(2vw 0, 100% 0, calc(100% - 2vw) 100%, 0 100%);
    padding: 1vw 3vw;
}
.mv__title-inner:not(:last-child) {
    margin: 0 0 2.5vw 0;
}
.mv__text {
    font-size: 3.6vw;
    padding: 0 0 0 2vw;
    line-height: 1.8;
}
.mv__text span {
    display: block;
}
/* .support */
.support {
    padding: 0 0 13vw;
    background-size: 1vw;
}
.support__list {
    padding: 9vw 0 0 0;
    gap: 3vw 3%;
}
.support__item {
    width: 100%;
	aspect-ratio: 670 / 130;
}
.support__item a {
    border-width: 1px;
}
.support__item-title {
    font-size: 4vw;
}
.support__item a:after {
    width: 2vw;
    height: 2vw;
    bottom: 0.8vw;
    right: 0.8vw;
}
/* .reason */
.reason {
	padding: 2vw 0 12vw;
	background-size: 1vw;
}
.reason__list {
    flex-wrap: wrap;
	gap: 5.5vw 6%;
	padding: 10vw 0 0 0;
}
.reason__item {
    width: 47%;
}
.reason__item-title {
    font-size: 4.1vw;
    font-weight: bold;
}
.reason__item-title:before {
    width: 4vw;
    height: 1px;
    margin: 5vw auto;
}
/* .greeting */
.greeting {
    padding: 0 0 7vw 0;
}
.greeting__inner {
    gap: 6vw;
    padding: 7vw 0 0 0;
    flex-wrap: wrap;
    justify-content: center;
}
.greeting__image {
    width: 60%;
}
.greeting__text-container {
    gap: 6vw;
    flex: inherit;
    padding: 0;
}
.greeting__title {
    font-size: 4.6vw;
}
.greeting__text {
    gap: 5vw;
    font-size: 3.8vw;
    line-height: 1.5;
    padding: 0;
}
/* .case */
.case {
    padding: 0 0 7vw;
}
.case__list {
	margin: 7vw calc(50% - 50vw) 8vw;
	width: 100vw;
}
.case__item {
    margin: 0 4vw;
}
.case__item a {
}
.case__item-image {
    aspect-ratio: 468 / 288;
}
.case__item-title-container {
    aspect-ratio: 468 / 375;
    padding: 0 3vw;
}
.case__item-title {
    font-size: 4.2vw;
    padding: 3.5vw 0;
}
.case__item-text {
    font-size: 3.6vw;
    padding: 3vw 0 3vw;
}
/* .news */
.news__list {
    padding: 3vw 0 0 0;
}
.news__item a {
    padding: 3.5vw 0;
    font-size: 3.6vw;
    gap: 1.5vw 2.5vw;
}
.news__item-date {
    font-size: 3.2vw;
}

.news__item-category-list {
    gap: 2vw;
}
.news__item-category-item {
    width: 24vw;
    height: 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;
    padding: 4vw 0 4vw;
    flex-wrap: wrap;
    justify-content: center;
}
h3.archive__item-title {
    padding: 0 0 2vw;
    font-size: 4.8vw;
	line-height: 1.3;
}
.archive__item-image {
    width: 68vw;
    height: 45vw;
}
.archive__item-text {
    font-size: 3.6vw;
    line-height: 1.4;
	flex: inherit;
}
.archive__item-date {
    font-size: 3vw;
}
.archive__item-category {
    flex-wrap: wrap;
	padding: 0 0 3vw 0;
}
.archive__item-category span {
    width: 22vw;
    height: 4vw;
	font-size: 3vw;
}
.archive__item-btn {
    width: 32vw;
    height: 8vw;
    font-size: 3.4vw;
}
/* .archive__search */
.archive__search {
    padding: 0 0 10vw 0;
}
.archive__search ul {
    gap: 4vw;
    flex-direction: column;
}
.archive__search li {
    height: 10vw;
}
.archive__search select {
    font-size: 3.6vw;
    width: 100%;
}
.archive__search input[type="text"] {
    font-size: 3.6vw;
    padding: 0 0 0 7vw;
    width: 100%;
}
.archive__search li:has(input[type="text"]):before {
    left: 2vw;
}
.archive__search [type="submit"] {
    font-size: 3.8vw;
    width: 100%;
}
/*------------------------------------------------------------------------------------
	　.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
------------------------------------------------------------------------------------*/
/* .writer */
.writer__title {
    font-size: 3.4vw;
    width: 34vw;
    height: 7vw;
}
.writer__box {
	padding: 6vw 4vw 6vw 4vw;
    justify-content: center;
}
.writer__image {
    width: 55%;
}
.writer__inner {
    width: 100%;
	padding: 0 0 2vw 0;
}
.writer__name-conteiner {
    font-size: 5vw;
    padding: 5vw 0 2vw 0;
    justify-content: center;
}
.writer__content-title {
    font-size: 3.8vw;
    padding: 2vw 0;
    overflow: hidden;
}
.writer__content-title span {
    padding: 0 2vw 0 0;
}
.writer__content-title span:after {
    width: 100vw;
}
.writer__content-text {
    font-size: 3.4vw;
    line-height: 1.5;
}
/*------------------------------------------------------------------------------------
	　page
------------------------------------------------------------------------------------*/
/* .related-articles */
.related-articles__parent {
    font-size: 3.8vw;
    padding: 2.5vw 3vw;
}

.related-articles__child li a {
    padding: 2.5vw 5vw;
    font-size: 3.6vw;
    gap: 1vw;
}
/*------------------------------------------------------------------------------------
	　.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.4vw;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email] {
    padding: 1.8vw;
}
.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;
}