@charset "UTF-8";
:root {
	--main-color: #25364f;
	--sub-color: #b69765;
	--light-color: #f2f4f6;
	--hover-color: #f2f4f6;
	--header-height: min(92px, 9vw);
	--global-navi-height: min(48px, 4.5vw);
    --noto-serif-jp: "Noto Serif JP", serif;
    --cormorant-infant: "Cormorant Infant", serif;
    scroll-padding: var(--global-navi-height);
	
}
html {
   font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans JP", sans-serif;
/* 	font-weight: 400; */
    font-size: min(1.8rem, 1.8vw);
    color: #333;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03em;
}
/*------------------------------------------------------------------------------------
  Simple Sitemap
------------------------------------------------------------------------------------*/
.simple-sitemap-container h3 { padding: 1rem 2rem; white-space: nowrap; font-size: 1.8rem; font-weight: 800 !important; background-color: transparent; border: none; }
.simple-sitemap-container.tab-enabled label { margin-bottom: -1px !important; background-color: #f4f4f4; } /* Default tab */
.simple-sitemap-container.tab-enabled input:checked + label > * { position: relative; z-index: 1; color: #664c00 !important; background-color: #fff; border: 1px solid #ddd; border-bottom: none; border-radius: 4px 4px 0 0; } /* Current tab */
.simple-sitemap-container.tab-enabled input:checked + label { background-color: initial !important; }
.simple-sitemap-wrap { padding: 0 0 2rem; border: 1px solid #ddd !important;}
.simple-sitemap-container ul { margin: 0 auto !important; width: 94%; }
.sitemap-item { margin: 3rem 0 0; }
.sitemap-item a { display: block; padding: 0.2rem 1rem; background: #faf8f2; border: 1px solid #cacaca; font-size: 1.7rem; text-align: left; }
.children .sitemap-item { margin: 1rem 0 0; }
.children .sitemap-item a { display: inline-block; width: 90%; font-size: 1.5rem; background: none; border: none; }
.children .sitemap-item a:before { content: '\f30b'; font-family: "Font Awesome 6 Free"; font-weight: 600; color: #ccc; margin-right: 0.5rem; display: inline-block; }
.simple-sitemap-container ul.children { margin-left: 2rem !important; }
@media screen and (max-width: 600px) {
  .simple-sitemap-container.tab-enabled label { width: initial !important; }
  .simple-sitemap-container h3 { padding: 2vw; font-size: 1.6rem; }
}
/*------------------------------------------------------------------------------------
	　 Inview.js
------------------------------------------------------------------------------------*/
.--InviewFade { opacity: 0; /*表示前に透明にしておく */  transition: 0.1s; /*移動にかける時間 */ transition-delay: 0s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewFadeUp { /*表示前に透明にしておく */ transform: translateY(40px); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewFadeRight { opacity: 0; /*表示前に透明にしておく */ transform: translateX(20%); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewFadeLeft { opacity: 0; /*表示前に透明にしておく */ transform: translateX(-20%); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay1 { transition-delay: 0.4s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay2 { transition-delay: 0.8s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay3 { transition-delay: 1.2s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay4 { transition-delay: 1.4s; /*遅延をかける秒数 */ }
.--InviewFade.is-show { opacity: 1; }
.--InviewFade.--InviewFadeUp.is-show { opacity: 1; transform: translateY(0); }
.--InviewFade.--InviewFadeRight.is-show { opacity: 1; transform: translateX(0); }
.--InviewFade.--InviewFadeLeft.is-show { opacity: 1; transform: translateX(0); }

/*------------------------------------------------------------------------------------
  TinyMCEのマーカー
------------------------------------------------------------------------------------*/
.yellow_marker {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF88 0%) repeat scroll 0 0;
}
.red_marker {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFABCE 0%) repeat scroll 0 0;
}
.blue_marker {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #A7F1FF 0%) repeat scroll 0 0;
}
/*------------------------------------------------------------------------------------
  ワードプレススタイル
------------------------------------------------------------------------------------*/

  img.centered,
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }

  img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }

  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-caption {
    margin: 0px 10px;
  }

  .wp-caption p {
    margin: 5px 10px 20px 0px;
    text-align: center;
  }
/*------------------------------------------------------------------------------------
  パンくずリスト
------------------------------------------------------------------------------------*/
#breadcrumbs {
    font-size: min(1.3rem, 1.3vw);
    margin: min(13px, 1vw) auto 0;
}
/*------------------------------------------------------------------------------------
  目次
------------------------------------------------------------------------------------*/
#toc_container {
    line-height: 1.7em;
}
.page__content #toc_container li:before {
	content: none;
}
.page__content #toc_container li {
    font-size: inherit;
}
/*------------------------------------------------------------------------------------
 ページナビ
------------------------------------------------------------------------------------*/
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
    display: none;
}
.wp-pagenavi .current {
    display: inline-flex;
    background: var(--main-color);
	 border-color: var(--main-color)!important;
    color: #fff;
    width: 50px;
    height: 50px;
    place-content: center;
    align-items: center;
	 margin: 0 6px;
}
.wp-pagenavi .page.larger {
    border: 1px solid;
    width: 50px;
    height: 50px;
    display: inline-flex;
    place-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
	  margin: 0 6px;
}
.wp-pagenavi .page.larger:hover,
.wp-pagenavi .page.smaller:hover{
    background-color: var(--hover-color);
}
/*------------------------------------------------------------------------------------
  .searchandfilter
------------------------------------------------------------------------------------*/
/* .searchandfilter div > ul { display: block; width: 100%; }
.searchandfilter div > ul li { display: block; width: 100%; }
.searchandfilter div > ul li ul { display: flex; justify-content: flex-start; flex-wrap: wrap; }
.searchandfilter input[type="checkbox"],
.searchandfilter input[type="radio"] { display: none; }
.searchandfilter div > ul li.cat-item { position: relative; display: flex; margin: 0 1% 1% 0; padding: 0; width: 32%; font-size: 1.5rem; font-weight: 500; background: -moz-linear-gradient(top, #fff, #ededed); background: -webkit-linear-gradient(top, #fff, #ededed); background: linear-gradient(to bottom, #fff, #ededed); border: 1px solid #e3e3e3; }
.searchandfilter div > ul li.cat-item:nth-child(3n) { margin-right: 0; }
.searchandfilter div > ul li.cat-item:before { position: absolute; right: 0; top: 50%; transform: translate(-50%, -50%); content: " \f0da";
  font-family: "Font Awesome 6 Free"; font-weight: bold; color: #fff; font-size: 1.0rem; z-index: 1; }
.searchandfilter div > ul li.cat-item:after { content: ""; position: absolute; top: 0; right: 0; width: 8px; height: 100%; background: var(--main-color); }
.searchandfilter div > ul li.cat-item label { display: block; width: 100%; padding: 10px 20px 10px 10px; }
.searchandfilter div > ul li.cat-item label:hover { cursor: pointer; opacity: 0.7; }
.searchandfilter input[type="submit"] { display: none; } */
/*------------------------------------------------------------------------------------
	　ページネーション
------------------------------------------------------------------------------------*/
main ul.pagenation {
    border-top: 1px solid #efefef;
    text-align: center;
    margin: 40px 0;
    padding: 20px 0;
}
main .pagenation li {
    display: inline-block;
    padding: 0 5px;
}
main .pagenation li a {
    display: block;
    border: 1px solid var(--main-color);
    padding: 12px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
}
main .pagenation li a:hover {
    background: var(--main-color);
    color: #fff;
}
main .wp-pagenavi {
    margin: 60px 0 0;
    text-align: center;
    height: 40px;
}
/*------------------------------------------------------------------------------------
	　共通クラス
------------------------------------------------------------------------------------*/
.sub-page,
.top-page {
    display: flex;
    justify-content: space-between;
    width: min(1200px, 98%);
}
.sub-page {
    margin: min(35px, 3.5vw) auto min(55px, 5.5vw);
}
.top-page {
    margin: min(65px, 6.5vw) auto min(95px, 9.5vw);
}
.sub-page h2:first-child {
    margin-top: 0;
}
main {
    width: 77.5%;
}
#tinymce p, .sub-page p {
    line-height: 1.53;
    padding: min(15px, 1.5vw) 0;
    font-size: min(1.7rem, 1.7vw);
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.br-pc {
    display: block;
}
a {
    color: var(--sub-color);
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

img {
	vertical-align: top;
    max-width: 100%;
	height: auto;
}
.hv:hover {
	opacity: 0.7;
	cursor: pointer;
}
.hv {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.wrap {
	width: min(1200px, 98%);
	margin: 0 auto;
}
.center {
    text-align: center;
}
.tel-num {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #333;
    font-family: var(--noto-serif-jp);
}

.sub-page .btn {
    width: min(529px, 52.9vw);
    padding: min(32px, 3.2vw) 4% min(32px, 3.2vw) 0;
    font-weight: 600;
    font-size: min(2rem, 2vw);
}
.sub-page .btn:after {
    right: 9%;
    font-size: 1em;
}
.single__content li,
.page__content li {
    padding: 0.4em 0;
    font-size: 1.7rem;
	 line-height: 1.5;
}
.page__content .simple-sitemap-container li {
    padding: 0;
    font-size: inherit;
}
.single__content li:before,
.page__content li:before {
	 content: '・';
    padding-right: 0.4em;
    color: var(--main-color);
}
.page__content .simple-sitemap-container li:before {
	content: none;
}

/*------------------------------------------------------------------------------------
	　見出し
------------------------------------------------------------------------------------*/
h2 {
    font-size: min(3rem, 3vw);
    font-weight: 600;
    position: relative;
    margin: min(35px, 3.5vw) 0;
    padding: min(20px, 2vw) min(22px, 2.2vw);
    background: var(--main-color);
    color: #fff;
    font-family: var(--noto-serif-jp);
    clear: both;
}
h3 {
    font-size: min(2.2rem, 2.2vw);
    font-weight: 600;
    margin: min(30px, 3vw) 0;
    padding: min(15px, 1.5vw) min(12px, 1.2vw);
    border-bottom: 2px solid;
    color: var(--main-color);
    background: var(--light-color);
    line-height: 1.2;
    box-sizing: border-box;
    font-family: var(--noto-serif-jp);
    clear: both;
}
h4 {
    font-size: min(2rem, 2vw);
    font-weight: 600;
    margin: min(30px, 3vw) 0;
    padding: min(4px, 0.4vw);
    color: var(--sub-color);
    border-bottom: 2px solid;
    box-sizing: border-box;
    font-family: var(--noto-serif-jp);
    clear: both;
}
h5 {
    font-size: min(1.8rem, 1.6vw);
    font-weight: 600;
    margin: min(30px, 3vw) 0;
    padding: min(3px, 0.3vw) min(10px, 1vw);
    border-left: 4px solid var(--main-color);
    font-family: var(--noto-serif-jp);
    clear: both;
}
h6 {
    font-size: min(1.8rem, 1.8vw);
	font-weight: 600;
    margin: min(30px, 3vw) 0;
    padding: min(19px, 1.9vw);
    background: #f8f6f2;
	font-family: var(--noto-serif-jp);
	clear: both;
}
.top-parts-main-contents h2,
.contact-banner h2 {
    padding: 0;
    text-align: center;
    background: none;
    margin: 0;
    font-size: min(3.4rem, 3.4vw);
    color: #333;
}
.top-parts-main-contents h2 .en,
.contact-banner h2 .en {
    font-size: min(8.3rem, 8vw);
    font-family: var(--cormorant-infant);
    color: var(--light-color);
    font-weight: 300;
    display: block;
    line-height: 1;
    position: relative;
    top: min(35px, 3.5vw);
    z-index: 1;
}
.top-parts-main-contents h2 .jp,
.contact-banner h2 .jp {
    font-size: min(3.5rem, 3.5vw);
    font-family: var(--noto-serif-jp);
    color: #333;
    text-align: center;
    font-weight: 600;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.top-parts-main-contents h2:after {
    content: '';
    display: block;
    background: var(--sub-color);
    width: min(38px, 3.8vw);
    height: min(3px, 0.3vw);
    margin: min(15px, 1.5vw) auto 0;
    position: inherit;
    left: inherit;
    bottom: inherit;
}
.page-title {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    aspect-ratio: 2000 / 290;
    display: flex;
    align-items: center;
    flex-direction: column;
	place-content: center;
	background-image: url(/wp-content/uploads/2026/02/page-title__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.page-title__h1 {
    font-size: min(4.1rem, 3.8vw);
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
	flex-direction: column;
	text-align: center;
    line-height: 1.2;
    font-family: var(--noto-serif-jp);
    color: var(--main-color);
    font-weight: 600;
}
/*------------------------------------------------------------------------------------
	　ヘッダ、フッター
------------------------------------------------------------------------------------*/
header {
    width: 100%;
    background: #fff;
	box-sizing: border-box;
}
.header__container {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: var(--header-height);
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 0 0 min(10px, 0.7vw);
    gap: min(13px, 1.3vw);
}
.header__site-info {
    display: flex;
    flex-direction: column;
    gap: min(5px, 0.3vw);
	margin: 0 auto 0 0;
}
.header__site-info-title a {
    font-size: min(2.4rem, 1.8vw);
    font-weight: 600;
    font-family: var(--noto-serif-jp);
	text-decoration: none;
	color: var(--main-color);
    display: block;
}
.header__site-info-title a strong {
    font-size: 1.2em;
    font-weight: 600;
}
.header__site-info-corporation {
    font-size: min(1.3rem, 1.1vw);
    font-weight: 500;
}

.header__contact {
    display: flex;
    align-items: center;
    height: 100%;
}
.header__contact-message {
    font-size: min(2.3rem, 1.7vw);
    font-weight: 600;
    font-family: var(--noto-serif-jp);
    color: var(--sub-color);
    border: 2px solid;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 min(25px, 1.5vw);
}
.header__contact-message strong {
    font-size: 1.43em;
    font-weight: 600;
}
.header__contact-inner {
    display: flex;
    flex-direction: column;
    gap: min(5px, 0.5vw);
    padding: 0 min(15px, 1vw) 0 min(25px, 1.5vw);
}
.header__tel {
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.header__tel-hour {
    font-size: min(1.5rem, 1.2vw);
    font-weight: 500;
    text-align: center;
}
.header__tel-num {
    font-size: min(3.1rem, 2.5vw);
    gap: min(10px, 0.5vw);
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.header__tel-num-icon {
    display: block;
    width: min(2.1rem, 1.9vw);
    height: min(2.1rem, 1.9vw);
}
.header__btn {
    width: min(112px, 9vw);
    height: 100%;
    box-sizing: border-box;
	background: var(--sub-color);
}
.header__btn a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    place-content: center;
    text-align: center;
    color: #fff;
    gap: min(10px, 0.7vw);
}
.header__btn-icon {
    width: min(27px, 2.5vw);
	height: min(27px, 2.5vw);
    display: block;
}
.header__btn-icon img {
    width: 100%;
    height: 100%;
	object-fit: contain;
}
.header__btn-title {
    font-size: min(1.5rem, 1.3vw);
    line-height: 1.2;
    font-weight: 500;
    display: block;
    font-family: var(--noto-serif-jp);
}
footer {
    background: var(--light-color);
}
.footer__container {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: min(153px, 15.3vw);
    margin: 0 auto;
    padding: 0 0 0 min(10px, 0.7vw);
    gap: min(13px, 1.3vw);
    width: min(1200px, 100%);
    margin: 0 auto;
}
.footer__site-info {
    display: flex;
    flex-direction: column;
    gap: min(5px, 0.3vw);
	margin: 0 auto 0 0;
}
.footer__site-info-title a {
    font-size: min(2.8rem, 2.6vw);
    font-weight: 600;
    font-family: var(--noto-serif-jp);
    text-decoration: none;
    color: var(--main-color);
    display: block;
    line-height: 1.15;
}
.footer__site-info-title a strong {
    font-size: 1.2em;
    font-weight: 600;
}
.footer__site-info-title a strong:last-child {
    display: block;
}
.footer__site-info-corporation {
    font-size: min(1.3rem, 1.1vw);
    font-weight: 500;
}

.footer__contact {
    display: flex;
    align-items: center;
    height: 100%;
}
.footer__contact-message {
    font-size: min(2.3rem, 1.9vw);
    font-weight: 600;
    font-family: var(--noto-serif-jp);
    color: var(--sub-color);
    border: 2px solid;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 min(25px, 1.5vw);
    background: #fff;
}
.footer__contact-message strong {
    font-size: 1.43em;
    font-weight: 600;
}
.footer__contact-inner {
    display: flex;
    flex-direction: column;
    gap: min(5px, 0.5vw);
    padding: 0 min(15px, 1vw) 0 min(25px, 1.5vw);
}
.footer__tel {
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.footer__tel-hour {
    font-size: min(1.5rem, 1.3vw);
    font-weight: 500;
    text-align: center;
}
.footer__tel-num {
    font-size: min(3.1rem, 2.8vw);
    gap: min(10px, 0.5vw);
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.footer__tel-num-icon {
    display: block;
    width: min(2.1rem, 1.9vw);
    height: min(2.1rem, 1.9vw);
}
.footer__btn {
    width: min(112px, 9vw);
    height: min(99px, 8vw);
    box-sizing: border-box;
    background: var(--sub-color);
}
.footer__btn a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    place-content: center;
    text-align: center;
    color: #fff;
    gap: min(10px, 0.7vw);
}
.footer__btn-icon {
    width: min(27px, 2.5vw);
	height: min(27px, 2.5vw);
    display: block;
}
.footer__btn-icon img {
    width: 100%;
    height: 100%;
	object-fit: contain;
}
.footer__btn-title {
    font-size: min(1.5rem, 1.3vw);
    line-height: 1.2;
    font-weight: 500;
    display: block;
    font-family: var(--noto-serif-jp);
}
.footer__inner .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: min(14px, 1.4vw);
}
.copyright {
    background: #fff;
    padding: min(18px, 1.8vw);
}
.copyright p {
    font-size: min(1.3rem, 1.3vw);
    text-align: center;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    width: 19.2%;
}
.sidebar__menu {
    margin: 0 0 min(35px, 3.5vw) 0;
}
.sidebar__menu-list {
    display: flex;
	flex-direction: column;
	gap: min(10px, 1vw);
}
.sidebar__menu-item a {
    display: block;
    text-decoration: none;
    color: var(--main-color);
    position: relative;
}
.sidebar__menu-item-title {
    font-size: min(1.6rem, 1.6vw);
    font-weight: 600;
    line-height: 1.31;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: min(17px, 1.7vw);
}
.sidebar__title {
    font-size: min(1.9rem, 1.8vw);
    font-weight: bold;
    position: relative;
    padding: min(8px, 0.8vw) min(5px, 0.5vw);
    color: var(--main-color);
    border-bottom: 3px solid;
    font-family: var(--noto-serif-jp);
}
.sidebar .widget_nav_menu {
    margin: min(28px, 2.8vw) 0 0 0;
}
.sidebar .menu-sidemenu-container {
	padding: min(10px, 1vw) 0 min(20px, 2vw);
}
.sidebar .menu a {
    text-decoration: none;
    color: #333;
    font-size: min(1.6rem, 1.5vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin-top: -1px;
    box-sizing: border-box;
    height: min(55px, 5.3vw);
    padding: 0 min(10px, 0.8vw) 0 min(8px, 0.6vw);
    transition: 0.3s ease-in-out;
}
.sidebar .menu a:after {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.9em;
    color: var(--main-color);
}
.sidebar .sub-menu {
    display: none;
}
.sidebar .menu .sub-menu a {
    padding-left: min(20px, 2vw);
    font-size: 0.8em;
    line-height: 1.1;
    background: #f8f8f8;
}
@media (hover: hover) {
    .sidebar .menu a:hover {
        background-color: var(--hover-color);
    }
}
.sidebar__contact {
    border: min(3px, 0.3vw) solid var(--sub-color);
	margin: 0 0 min(20px, 2vw) 0;
    background: #f5f2ec;
}
.sidebar__contact-title {
    padding: min(10px, 1vw) 0 min(13px, 1.3vw);
    color: #fff;
    font-size: min(1.9rem, 1.8vw);
    font-weight: 600;
    text-align: center;    
    font-family: var(--noto-serif-jp);
    background-color: var(--sub-color);
	position: relative;
}
.sidebar__contact-title:after {
    content: '';
    display: block;
    width: min(15px, 1.5vw);
    height: min(10px, 1vw);
    background-color: var(--sub-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sidebar__contact-message {
    font-size: min(1.8rem, 1.7vw);
    font-weight: 600;
    font-family: var(--noto-serif-jp);
    color: var(--sub-color);
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #fff;
    margin: min(18px, 1.8vw) min(11px, 1.1vw) 0 min(11px, 1.1vw);
    line-height: 1.2;
}
.sidebar__contact-message strong {
    font-size: 1.43em;
    font-weight: 600;
}
.sidebar__contact-tel-num {
    font-size: min(2.7rem, 2.4vw);
    justify-content: center;
    gap: min(10px, 0.6vw);
    white-space: pre;
    padding: min(10px, 1vw) 0;
}
.sidebar__contact-tel__icon {
    display: block;
    width: min(18px, 1.6vw);
}
.sidebar__contact-tel__icon img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.sidebar__contact-hour {
    font-size: min(1.5rem, 1.4vw);
    font-weight: 500;
    text-align: center;
    padding: 0 0 min(20px, 2vw) 0;
}
.sidebar__case {
    border: min(2px, 0.2vw) solid var(--main-color);
    margin: 0 0 min(20px, 2vw) 0;
    background-image: url(/wp-content/uploads/2026/02/sidebar__case-bg.jpg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: left bottom;
}
.sidebar__case a {
    text-decoration: none;
}
.sidebar__case-title {
    padding: min(7px, 0.7vw) 0 min(9px, 0.9vw);
    color: #fff;
    font-size: min(1.9rem, 1.8vw);
    font-weight: 600;
    text-align: center;
    font-family: var(--noto-serif-jp);
    background-color: var(--main-color);
    position: relative;
    display: block;
}
.sidebar__case-inner {
    display: flex;
    flex-direction: column;
    gap: min(10px, 1vw);
    padding: min(8px, 0.8vw) min(8px, 0.8vw) min(12px, 1.2vw) 0;
}
.sidebar__case-text {
    display: inline-block;
    font-size: min(1.5rem, 1.4vw);
    margin: 0 0 0 auto;
    color: #2f527e;
    font-weight: 500;
}
.sidebar__case-btn {
    display: inline-flex;
    align-items: center;
    font-size: min(1.2rem, 1.1vw);
    margin: 0 0 0 auto;
    color: #333;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    background: linear-gradient(0deg, #e1e1e1, #fff);
    position: relative;
    width: min(128px, 12.8vw);
    height: min(30px, 3vw);
    padding: 0 0 0 min(10px, 1vw);
    letter-spacing: 0;
    box-sizing: border-box;
}
.sidebar__case-btn:after {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    display: grid;
    place-content: center;
    font-weight: 900;
    font-size: 0.9em;
    color: #fff;
    background: var(--main-color);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: min(10px, 1vw);
}
.sidebar__search {
    border: min(1px, 0.1vw) solid var(--main-color);
    margin: 0 0 min(20px, 2vw) 0;
    background: var(--light-color);
	padding: min(10px, 1vw) min(6px, 0.6vw) min(23px, 2.3vw) min(6px, 0.6vw);
}
.sidebar__search .screen-reader-text {
    display: block;
    text-align: center;
	font-size: min(2.2rem, 2.1vw);
    font-weight: 500;
	color: var(--main-color);
    font-family: var(--noto-serif-jp);
    padding: 0 0 min(8px,0.8vw) 0;
}
.sidebar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar__search input#searchsubmit {
    background: var(--main-color);
    border: none;
    color: #fff;
    font-size: min(1.4rem, 1.4vw);
    height: min(30px, 3vw);
    width: 24%;
	cursor: pointer;
}
.sidebar__search input#s {
    border-radius: 0;
    border: solid 1px #dbdbdb;
    height: min(30px, 3vw);
    box-sizing: border-box;
    width: 73%;
}
.sidebar .widget_media_image {
    margin: 0 0 min(15px, 1.5vw) 0;
}
.sidebar .widget_media_image a {
    display: block;
}
.sidebar__access-map {
    aspect-ratio: 250 / 229;
    margin: min(10px, 1vw) 0;
    box-sizing: border-box;
}
.sidebar__access-title {
    font-size: min(1.9rem, 1.8vw);
    font-weight: bold;
    position: relative;
    padding: min(30px, 2.8vw) 0 min(10px, 0.8vw);
    color: var(--sub-color);
    font-family: var(--noto-serif-jp);
}
.sidebar__access-address {
    font-size: min(1.4rem, 1.4vw);
    line-height: 1.57;
}
.sidebar__access-address span {
    display: block;
}
.sidebar__area {
    font-size: min(1.7rem, 1.5vw);
    font-weight: 600;
    position: relative;
    padding: min(13px, 1.1vw);
    border: 1px solid #e2e2e2;
    font-family: var(--noto-serif-jp);
	margin: min(13px, 1.3vw) 0 0 0;
}
/*------------------------------------------------------------------------------------
	　gn
------------------------------------------------------------------------------------*/

.global-nav {
    background: var(--main-color);
    box-sizing: border-box;
}
.global-navi-pc.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.global-nav__list {
	display: flex;
    width: min(930px, 99vw);
    margin: 0 auto;
}
.global-nav__list > li {
    flex: 1;
	position: relative;
}
.global-nav__list > li > a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    display: grid;
    place-content: center;
    height: min(59px, 5.9vw);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    font-size: min(1.6rem, 1.5vw);
    box-sizing: border-box;
    line-height: 1.1;
    position: relative;
}
.global-nav__list > li:has(.sub-menu) > a {
	pointer-events: none;
}
.global-nav .nav-title {
    width: 100%;
}
.global-nav .sub-menu {
    display: none;
    background: var(--main-color);
    position: absolute;
    opacity: 0.95;
    min-width: 100%;
    bottom: 0;
    transform: translateY(100%);
    z-index: 2;
}
.global-nav .sub-menu a {
    font-size: min(1.5rem, 1.4vw);
    text-align: left;
    display: block;
    text-decoration: none;
    color: #fff;
    white-space: pre;
    padding: 10px;
}
@media (hover: hover) and (pointer: fine) {
	.global-nav__list a:hover {
     opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
	.global-nav__list li:hover .sub-menu {
  		display: block;
	}
}
.global-nav-sub__list {
    display: flex;
    gap: min(10px, 0.6vw);
}
.global-nav-sub__list a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: min(1.4rem, 1.3vw);
	letter-spacing: -0.04em;
}
@media (hover: hover) and (pointer: fine) {
	.global-nav-sub__list a:hover {
     opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
}
  /*----------------------------------------------------
    テーブルデザイン
  ----------------------------------------------------*/

table, table td, table th {
    border-collapse: collapse;
    border: 1px solid #d7d7d7;
}
table th {
	padding: 15px;
    background: #eef1f3;
    vertical-align: middle;
	font-size: min(1.7rem, 1.7vw);
  }
table td {
    padding: 15px;
    background: #fff;
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.375;
    vertical-align: middle;
}
/*------------------------------------------------------------------------------------
	　共通
------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner {
    position: relative;
    background-image: url(/wp-content/uploads/2026/02/contact-banner__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding: min(35px, 3.5vw) 0 min(125px, 12.5vw);
}
.contact-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(37, 55, 79, .88);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: normal;
}
.contact-banner h2 .jp {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.contact-banner h2 .en {
	color: #3c5475;
    top: inherit;
    font-size: min(14.7rem, 14.7vw);
}
.contact-banner__box {
    position: relative;
    z-index: 2;
    background: #fff;
    background-image: url(/wp-content/uploads/2026/02/contact-banner__box-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 91.6%;
    aspect-ratio: 1100 / 239;
    margin: min(20px, 2vw) auto 0;
    padding: 0 30% 0 3%;
    box-sizing: border-box;
}
.contact-banner__inner {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-banner__title {
    font-family: var(--noto-serif-jp);
    font-size: min(2.1rem, 2.1vw);
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding: min(50px, 4vw) 0 min(30px, 2vw);
}
.contact-banner__title span {
    position: relative;
    display: inline-block;
    padding: 0 min(30px, 2vw);
}
.contact-banner__title span:before {
    content: '';
    display: block;
    background: #ececec;
    height: 1px;
    width: min(140px, 10vw);
    left: 0;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    position: absolute;
}
.contact-banner__title span:after {
    content: '';
    display: block;
    background: #ececec;
    height: 1px;
    width: min(140px, 11vw);
    right: 0;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    position: absolute;
}
.contact-banner__tel {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: min(8px, 0.5vw);
}
.contact-banner__tel a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    width: 100%;
    height: 100%;
    gap: min(12px, 1vw);
    box-sizing: border-box;
	position: relative;
	color: #333;
}
.contact-banner__tel-num {
    font-size: min(4.7rem, 4.3vw);
    gap: min(15px, 1.1vw);
}
.contact-banner__tel-hour {
    display: block;
    font-size: min(1.7rem, 1.6vw);
    font-weight: 500;
}
.contact-banner__tel-icon {
    display: block;
    width: min(32px, 2.9vw);
    height: min(32px, 2.9vw);
}
.contact-banner__tel-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-banner__mail-icon {
    display: block;
    width: min(27px, 2.4vw);
    height: min(27px, 2.4vw);
}
.contact-banner__mail-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-banner__mail {
    width: 42%;
}
.contact-banner__mail a {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    place-content: center;
    width: 100%;
    aspect-ratio: 294 / 80;
    font-size: min(2rem, 1.8vw);
    text-decoration: none;
    color: #fff;
    background: var(--sub-color);
    box-sizing: border-box;
    font-family: var(--noto-serif-jp);
    gap: min(8px, 0.6vw);
}
/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/
main.top h2 {
    margin: 0;
}
.top-btn a {
	position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    place-content: center;
    width: min(322px, 32.2vw);
    aspect-ratio: 322 / 73;
    font-size: min(1.8rem, 1.7vw);
    text-decoration: none;
    color: var(--main-color);
    border: 1px solid;
    box-sizing: border-box;
	font-weight: 500;
}
.top-btn a:after {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.9em;
    color: var(--main-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: min(18px, 1.7vw);
}

.mv {
	background-image: url(/wp-content/uploads/2026/02/mv__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.mv__container {
    margin: 0 auto;
    width: min(1200px, 98vw);
    padding: min(60px, 5vw) 0 min(75px, 6.2vw);
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mv__inner {
    display: flex;
    flex-direction: column;
    gap: min(40px, 4vw);
    width: 80%;
    position: relative;
    z-index: 2;
}
.mv__title-container {
    font-size: min(5rem, 4.6vw);
	font-weight: 600;
    font-family: var(--noto-serif-jp);
    color: #fff;
}
.mv__title-inner {
    display: inline-block;
    padding: min(9px, 0.9vw) min(22px, 2.2vw);
	position: relative;
	z-index: 4;
	opacity: 0;
}

.mv__title-inner:not(:last-child) {
    margin: 0 0 min(15px, 1.5vw) 0;
}
.mv__title {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.mv__title strong {
    color: var(--sub-color);
	font-weight: 600;
}
.mv__title span {
    font-size: 0.82em;
}
.mv__text {
    font-family: var(--noto-serif-jp);
    color: #fff;
    font-size: min(2.1rem, 1.9vw);
    font-weight: 600;
	padding:0 0 0 min(20px, 1.5vw);
    line-height: 1.6;
}
.mv__text strong {
    font-size: 1.29em;
	font-weight: 600;
}
.mv__image {
    height: 97%;
    width: auto;
    position: absolute;
    bottom: 0;
    right: max(-20px, -2vw);
}
.mv__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* アニメーション */
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  30% {
  }
  100% {
  }
  30%, 100% {
    opacity: 1;
  }
}
/* 1. アニメーションの基本動作（実行時間やイージング）を定義 */
.text.is-animated .mv__title-inner {
    animation-name: text;
    animation-duration: 4s; /* 実行時間を長めに調整 */
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: forwards;
}

.bg.is-animated .mv__title-inner::before {
    animation-name: bg;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: forwards;
    
    /* 背景特有のスタイル */
    background: var(--main-color);
    clip-path: polygon( min(15px, 1.5vw) 0, 100% 0, calc( 100% - min(15px, 1.5vw)) 100%, 0 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
}

/* 2. 共通の遅延プロパティを「後から」指定する */
/* 💡 ここで animation-delay を書くことで、上の animation 指定を上書きせずに適用できます */
.is-animated .mv__title-inner,
.is-animated .mv__title-inner::before {
    animation-delay: var(--delay);
}

/* 3. 個別の遅延秒数を指定 */
.mv__title-inner:nth-child(1) { --delay: 0s; }
.mv__title-inner:nth-child(2) { --delay: 0.5s; }
.mv__title-inner:nth-child(3) { --delay: 1s; }
/* .support */
.support {
    padding: min(20px, 2vw) 0 min(80px, 8vw);
    background-image: url(/wp-content/uploads/2026/02/support__bg.jpg);
}
.top-parts-main-contents .support h2 .en {
	color: #fff;
}
.support__list {
    padding: min(59px, 5.9vw) 0 0 0;
	display: flex;
	flex-wrap: wrap;
    gap: min(32px, 3.2vw) 3.5%;
}
.support__item {
    width: 31%;
    aspect-ratio: 370 / 106;
    box-sizing: border-box;
    overflow: hidden;
}
.support__item a {
    background: #fff;
    color: var(--main-color);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    place-content: center;
    transition: 0.3s ease-in-out;
	border: 2px solid;
}
.support__item a:after {
    content: '';
    background: var(--main-color);
    width: min(11px, 1.1vw);
    height: min(11px, 1.1vw);
    display: block;
    position: absolute;
    bottom: min(5px, 0.5vw);
    right: min(5px, 0.5vw);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

@media (hover: hover) and (pointer: fine) {
	.support__item a:hover {
		color: #fff;
		background: var(--main-color);
	}
.support__item a:hover:after {
    background: #fff;
}
}
.support__item-title {
    display: block;
    font-size: min(1.9rem, 1.8vw);
    line-height: 1.2;
    font-weight: 500;
	text-align: center;
}
.support__item-title span {
    display: block;
}
/* .reason */
.reason {
    position: relative;
    background-image: url(/wp-content/uploads/2026/02/reason__bg.jpg);
    padding: min(35px, 3.5vw) 0 min(125px, 12.5vw);
	}
.reason__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    z-index: 2;
	padding: min(70px, 6vw) 0 0 0;
}
.reason__item {
    width: 23%;
    background: #fff;
    aspect-ratio: 275 / 380;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px #eaeaea;
}
.reason__item-image {
}
.reason__item-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.reason__item-title {
	font-size: min(2.2rem, 2vw);
    font-family: var(--noto-serif-jp);
	text-align: center;
    font-weight: bold;
}
.reason__item-title:before {
    content: '';
    display: block;
    width: min(22px, 30.2px);
    height: min(2px, 0.2vw);
    background: var(--main-color);
    margin: min(35px, 3.5vw) auto;
}
/* .greeting */
.greeting {
	padding: 0 0 min(45px, 4.5vw) 0;
}
.greeting__inner {
    display: flex;
    gap: min(25px, 2.5vw);
	padding: min(38px, 3.8vw) 0 0 0;
}
.greeting__image {
    width: 35.5%;
}
.greeting__text-container {
    display: flex;
    flex-direction: column;
    gap: min(35px, 3.5vw);
    flex: 1;
	padding: min(5px, 0.5vw) 0 0 0;
}
.greeting__title {
    color: var(--main-color);
    font-size: min(2.4rem, 2.3vw);
    font-weight: bold;
    font-family: var(--noto-serif-jp);
}
.greeting__title strong {
    color: var(--sub-color);
    font-weight: bold;
}
.greeting__text {
    display: flex;
    flex-direction: column;
    gap: min(30px, 3vw);
    font-size: min(1.7rem, 1.6vw);
    line-height: 1.82;
	padding: 0 0 0 min(10px, 1vw);
}
/* .case */
.case {
	padding: 0 0 min(45px, 4.5vw);
}
.case__list {
	margin: min(47px, 4.7vw) 0 min(40px, 4vw) 0;
	display: flex;
	gap: 5%;
}
.case__item {
    width: 30%;
    background: var(--light-color);
	border: 1px solid #95a0b1;
}
.case__item a {
	text-decoration: none;
	display: block;
	box-sizing: border-box;
    overflow: hidden;
	height: 100%;
}
.case__item-text-container {
	display: block;
	padding: 0 5%;
}
.case__item-title-container {
    display: block;
    box-sizing: border-box;
    padding: 0 min(12px, 1.2vw);
    aspect-ratio: 281 / 237;
	border-top: 1px solid #95a0b1;
}
.case__item-title {
    font-size: min(2rem, 1.8vw);
    font-weight: bold;
    color: var(--main-color);
    font-family: var(--noto-serif-jp);
    line-height: 1.4;
    display: block;
	padding: min(12px, 1vw) 0;
    border-bottom: 1px solid #c7c7c7;
    height: 50%;
    box-sizing: border-box;
}
.case__item-text {
    display: block;
    color: #333;
    font-size: min(1.7rem, 1.5vw);
    line-height: 1.41;
	padding: min(12px, 1vw) 0 min(30px, 2.5vw);
	box-sizing: border-box;
}
.case__item-image {
    display: block;
    aspect-ratio: 281 / 173;
}
.case__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*.news*/
.news__list {
	padding: min(20px, 2vw) 0 0 0;
}
.news__item a {
    text-decoration: none;
    padding: min(18px, 1.7vw) 0;
    display: flex;
    font-size: min(1.7rem, 1.6vw);
    gap: min(18px, 1.8vw);
    align-items: center;
    flex-wrap: wrap;
}
.news__item {
    border-bottom: 1px solid #d1d1d1;
}
.news__item-date {
    display: block;
    color: var(--main-color);
    font-family: var(--noto-serif-jp);
    font-weight: 500;
}
.news__item-category-list {
    display: flex;
    gap: min(10px, 1vw);
}
.news__item-category-item {
    display: grid;
    place-content: center;
    background: var(--light-color);
    color: var(--main-color);
    font-size: 0.82em;
    border: 1px solid #b4c3d8;
    width: min(135px, 13.5vw);
    height: min(32px, 3.2vw);
    font-weight: 500;
}
.news__item-title {
    color: #333;
    display: block;
    width: 100%;
}

/*------------------------------------------------------------------------------------
	　archive
------------------------------------------------------------------------------------*/

/* .archive */
.archive__list {
    display: flex;
    flex-direction: column;
	gap: min(20px, 2vw);
}
.archive__item {
}
.archive__item a {
    text-decoration: none;
    color: #333;
	padding: min(15px, 1.5vw) 0;
}
.archive__item-image {
    display: block;
	width: min(210px, 21vw);
	height: min(130px, 13vw);
}
.archive__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive__item-inner {
    display: flex;
    gap: min(25px, 2.5vw);
    padding: min(20px, 2vw) 0 min(30px, 3vw);
}
h3.archive__item-title {
    margin: 0;
}
.archive__item-text {
    display: block;
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.5;
    flex: 1;
}
.archive__item-category {
    display: flex;
    gap: min(10px, 1vw);
    padding: 0 0 min(10px, 1vw);
    flex-wrap: wrap;
}
.archive__item-category span {
    padding: min(5px, 0.5vw) min(10px, 1vw);
    border-radius: 2px;
    background: #eaeaea;
    font-size: min(1.4rem, 1.4vw);
    display: grid;
    place-content: center;
    background: var(--light-color);
    color: var(--main-color);
    border: 1px solid #b4c3d8;
    width: min(100px, 10vw);
    height: min(20px, 2vw);
    font-weight: 500;
}
.archive__item-date {
    display: block;
    color: #666;
    font-size: min(1.3rem, 1.3vw);
	padding: 0 0 min(10px, 1vw) 0;
}
.archive__item-btn {
    width: min(157px, 15.7vw);
    height: min(38px, 3.8vw);
    color: #fff;
    background: var(--main-color);
    font-size: min(1.6rem, 1.6vw);
    font-weight: 500;
    border-radius: 5px;
    pointer-events: none;
    display: grid;
    place-content: center;
    margin: 0 0 0 auto;
}
/* .archive__search */
.archive__search {
    padding: 0 0 min(30px,3vw) 0;
}
.archive__search ul {
    display: flex;
    gap: min(15px, 1.5vw);
}
.archive__search li {
	height: min(42px, 4.2vw);
	position: relative;
}
.archive__search select {
    font-size: min(1.6rem, 1.6vw);
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    height: 100%;
	box-sizing: border-box;
	width: min(170px, 17vw);
}
.archive__search input[type="text"] {
    height: 100%;
    font-size: min(1.6rem, 1.6vw);
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 0 0 min(35px, 3.5vw);
	width: min(230px, 23vw);
}
.archive__search li:has(input[type="text"]):before {
    position: absolute;
    left: min(10px, 1vw);
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    content: "\f002";
    color: #666;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}
.archive__search [type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: min(1.8rem, 1.8vw);
    font-weight: bold;
    text-align: center;
    background: var(--main-color);
    border: none;
    appearance: none;
    border-radius: 3px;
	box-sizing: border-box;
	width: min(70px, 7vw);
}
/*------------------------------------------------------------------------------------
	　single
------------------------------------------------------------------------------------*/

.single__content-thumbnail {
	text-align: center;
    margin: 0 0 min(10px,1vw) 0;
}
/* .writer */
.writer {
    padding: min(50px, 5vw) 0 0 0;
}
.writer__title {
    background: #aaaaaa;
    color: #fff;
    font-size: min(1.4rem, 1.3vw);
    font-family: var(--noto-serif-jp);
    font-weight: bold;
    width: min(153px, 15vw);
    height: min(38px, 3.8vw);
    display: grid;
    place-content: center;
}
.writer__box {
    border: 1px solid #aaaaaa;
    display: flex;
	flex-wrap: wrap;
	padding: min(25px, 2.5vw) min(30px, 3vw) min(25px, 2.5vw) min(15px, 1.5vw);
	justify-content: space-between;
}
.writer__image {
    width: 23%;
}
.writer__inner {
    width: 73%;
}
.writer__name-conteiner {
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
    font-size: min(2rem, 1.9vw);
    font-family: var(--noto-serif-jp);
	font-weight: 500;
	padding: min(10px, 0.8vw) 0 min(15px, 1.3vw) 0;
}
.writer__job-title {
    font-size: 0.85em;
}
.writer__content-title {
    font-size: min(1.5rem, 1.4vw);
    font-weight: 600;
	padding: min(12px, 1vw) 0;
}
.writer__content-title span {
	position: relative;
	display: inline-block;
	padding: 0 min(15px,1.3vw) 0 0;
}
.writer__content-title span:after {
    content: '';
    display: block;
    background: #e6e6e6;
    height: 1px;
    width: min(500px, 45vw);
    right: 0;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    position: absolute;
}
.writer__content-text {
    font-size: min(1.4rem, 1.3vw);
    line-height: 1.64;
}
/*------------------------------------------------------------------------------------
	　page
------------------------------------------------------------------------------------*/
.page__content {
    padding: 0 0 min(85px, 8.5vw) 0;
}
.page__content:empty {
    padding: 0;
}
/* .related-articles */
.related-articles {
    padding: 50px 0 0 0;
}
.related-articles__box {
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
}
 .page_footer_contents.pc {
    margin-top: 40px;
}
.related-articles__parent {
    color: #fff;
    background: var(--main-color);
    font-size: min(1.6rem, 1.5vw);
    padding: min(17px, 1.6vw) min(15px, 1.4vw);
    font-weight: 500;
}
.related-articles__child li a {
	padding: min(13px, 1.2vw) min(30px, 3vw);
    text-decoration: none;
    font-size: min(1.6rem, 1.5vw);
    display: flex;
    align-items: center;
    position: relative;
    gap: min(8px, 0.8vw);
    color: #333;
}
.related-articles__child li {
    border-bottom: 1px solid var(--main-color);
    box-sizing: border-box;
}
.related-articles__child .children{
   border-top: 1px solid var(--main-color);
}
.related-articles__child .children li:last-child {
    border-bottom: none;
}
.related-articles__child {
}
.related-articles__child .children a {
    padding-left: 3em;
}
.related-articles__child li a:before {
    content: " \f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
    font-size: 0.7em;
}
.related-articles__child li a:hover {
     background: var(--hover-color);
}
/*------------------------------------------------------------------------------------
	　.main.page-404
------------------------------------------------------------------------------------*/
main.page-404 {
    padding-bottom: 80px;
}
.page-404__main-text {
    text-align: center;
    font-size: 17.6rem;
    font-weight: 600;
    color: #d8d8d8;
}
.page-404__text {
    text-align: center;
    font-size: 2rem;
}
.page-404__search {
    text-align: center;
}

/*------------------------------------------------------------------------------------
	　.main.page-search
------------------------------------------------------------------------------------*/
main.page-search {
    padding-bottom: 80px;
}
.page-search__list a {
    display: block;
    text-decoration: none !important;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}
.page-search__list a:hover {
	background: var(--hover-color);
}
/*------------------------------------------------------------------------------------
	　.contact-form
------------------------------------------------------------------------------------*/
.contact-form table {
	width: 100%;
	margin: 0 0 min(40px, 4vw); 0;
}
.sub-page .contact-form p {
    padding: 0;
}
.contact-form table th {
	width: 33%;
    text-align: left;
}
.contact-form table td {
    width: 67%;
}
.contact-form table td p {
    font-size: min(1.7rem, 1.7vw);
}
.contact-form table th p {
	display: flex;
    justify-content: space-between;
	align-items: cebter;
}
.contact-form .required {
    color: red;
	font-size: 0.9em;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    padding: min(12px, 1.2vw);
}
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    padding: min(12px, 1.2vw);
}
.contact-form .privacy-policy {
    margin: min(30px, 3vw) 0;
    padding: min(20px, 2vw);
    background: #eee;
    text-align: left;
}
.contact-form .privacy-policy__inner {
    height: min(250px, 25vw);
    padding: min(15px, 1.5vw);
    background: #fff;
    border: 1px solid #ccc;
	overflow-y: scroll;
}
.sub-page .contact-form .privacy-policy p {
    font-size: min(1.5rem, 1.5vw);
}
.sub-page .contact-form p:has(input[type=submit]){
	text-align: center;
}
.contact-form .wpcf7-spinner {
    position: absolute;
}