@charset "UTF-8";
:root {
	--main-color: #203864;
	--sub-color: #a9873e;
	--light-color: #f1f3f6;
	--hover-color: #f1f3f6;
	--header-height: 0px; /* JSでheaderの実寸を設定 */
	--noto-serif-jp: "Noto Serif JP", serif;
    --montserrat: "Montserrat", sans-serif;
    scroll-padding-top: var(--header-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.7vw);
    color: #333;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03em;
}

/*------------------------------------------------------------------------------------
	　共通クラス
------------------------------------------------------------------------------------*/
.sub-page {
    margin: min(35px, 3.5vw) auto min(55px, 5.5vw);
    display: flex;
    justify-content: space-between;
    width: min(1100px, 98%);
}
main {
    width: 75.5%;
}
#tinymce p, .sub-page p {
    line-height: 2;
    margin: 3% 0;
    font-size: min(1.8rem, 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;
}
@media (min-width: 600px) {
    .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(1100px, 98%);
	margin: 0 auto;
}
.center {
    text-align: center;
}
.tel-num {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-family: var(--montserrat);
	letter-spacing: 0.05em;
}
.single__content li,
.page__content li {
    line-height: 2;
    font-size: min(1.8rem, 1.7vw);
}
.page__content .simple-sitemap-container li {
    padding: 0;
    font-size: inherit;
}
.single__content li:before,
.page__content li:before {
    content: "\f111";
    display: inline-block;
    font-size: 0.25em;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: var(--main-color);
    padding-right: 1%;
    vertical-align: middle;
}
.page__content .simple-sitemap-container li:before {
	content: none;
}

/*------------------------------------------------------------------------------------
	　見出し
------------------------------------------------------------------------------------*/
h1 {
    font-family: var(--noto-serif-jp);
}
h2 {
	font-family: var(--noto-serif-jp);
    font-size: min(3rem, 3vw);
    font-weight: 600;
    position: relative;
	padding: 2.1% 2.5%;
    background: var(--main-color);
    color: #fff;
	clear: both;
}
h2:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffffab;
    top: 4px;
    left: 0;
    position: absolute;
}
h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffffab;
    bottom: 4px;
    left: 0;
    position: absolute;
}
h3 {
	font-family: var(--noto-serif-jp);
    font-size: min(2.8rem, 2.8vw);
    font-weight: 600;
    padding: 1.6% 0;
	border-top: 1px solid var(--sub-color);
    border-bottom: 1px solid #c8c8c8;
    color: var(--main-color);
    line-height: 1.2;
    box-sizing: border-box;
    clear: both;
}
h4 {
	font-family: var(--noto-serif-jp);
    font-size: min(2.4rem, 2.4vw);
	font-weight: 600;
    padding: 1.44%;
	background: var(--light-color);
    border-bottom: 2px solid var(--main-color);
    box-sizing: border-box;
	clear: both;
}
h5 {
	font-family: var(--noto-serif-jp);
    font-size: min(2.2rem, 2.2vw);
    font-weight: 600;
    padding: 0.5% 1.5%;
    border-left: 3px solid var(--sub-color);
	clear: both;
}
h6 {
    font-size: min(1.8rem, 1.8vw);
    font-weight: 600;
    padding: 2.3%;
    background: #f8f6f2;
    clear: both;
}
h2,
h3,
h4,
h5,
h6 {
    margin: 4% 0;
}
main.top h2,
.contact-banner h2 {
    padding: 0;
    text-align: center;
    background: none;
    margin: 0;
    font-size: min(3.4rem, 3.4vw);
    color: #333;
    display: flex;
    flex-direction: column;
    gap: min(20px, 1.8vw);
}
main.top h2:before,
.contact-banner h2:before,
main.top h2:after,
.contact-banner h2:after {
    content: none;
}
main.top h2 .en,
.contact-banner h2 .en {
    font-size: min(1.9rem, 1.7vw);
    font-family: var(--montserrat);
    color: var(--sub-color);
    display: block;
    line-height: 1;
    font-weight: 500;
}
main.top h2 .jp,
.contact-banner h2 .jp {
    font-size: min(4.6rem, 4.2vw);
    color: var(--main-color);
    text-align: center;
    font-weight: 600;
	display: block;
	line-height: 1;
	position: relative;
}
.top-page {
	margin-top: var(--header-height);
}
.page-title {
    box-sizing: border-box;
    position: relative;
    margin-top: var(--header-height);
    height: min(210px, 21vw);
    background: var(--main-color);
}
.page-title h1 {
	font-size: min(3.6rem, 3.4vw);
    box-sizing: border-box;
    border: none;
    height: 100%;
    padding: 0;
    margin: 0;
    background: none;
    display: grid;
    place-content: center;
    line-height: 1.2;
	color: #fff;
    margin: 0 auto;
    width: min(1100px, 98%);
}
/*------------------------------------------------------------------------------------
	　ヘッダ、フッター
------------------------------------------------------------------------------------*/
header {
    background: #fffffff5;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}
.header__container {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 1%;
    justify-content: space-between;
}
.header__title a {
    font-family: var(--noto-serif-jp);
    text-decoration: none;
    color: #333;
    font-size: min(2.3rem, 1.9vw);
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 1% 0;
    display: block;
}
.header__title a strong {
	display: block;
    color: var(--main-color);
    font-size: 1.44em;
	font-weight: 500;
}
.header__office {
    font-size: min(1.4rem, 1.3vw);
    color: #fff;
    background: #2b416b;
    text-align: center;
    line-height: 2;
}

.header__contact {
    display: flex;
    align-items: center;
    gap: min(15px, 1vw);
    height: 100%;
    justify-content: end;
}
.header__contact-inner {
    display: flex;
    flex-direction: column;
    gap: min(8px, 0.8vw);
}
.header__tel {
    text-align: center;
}
.header__tel-title {
    font-family: var(--noto-serif-jp);
    font-size: min(1.7rem, 1.5vw);
}
.header__tel-num {
    font-size: min(3.5rem, 3.2vw);
    gap: min(8px, 0.6vw);
    justify-content: center;
    align-items: center;
}
.header__tel-num-icon {
    display: block;
    width: min(25px, 2.4vw);
    height: min(25px, 2.4vw);
}
.header__tel-hours {
    font-size: min(1.5rem, 1.4vw);
}
.header__btn {
    width: min(90px, 9vw);
    aspect-ratio: 90 / 77;
    height: 100%;
    box-sizing: border-box;
    background: var(--main-color);
}
.header__btn a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    place-content: center;
    text-align: center;
}
.header__btn-icon {
    width: min(31px, 3vw);
	height: min(31px, 3vw);
    display: block;
}
.header__btn-icon img {
    width: 100%;
    height: 100%;
	object-fit: contain;
}
footer {
    background: var(--main-color);
    text-align: center;
    padding: min(45px, 4.5vw) 0 min(30px, 3vw);
}
.footer__info {
    display: inline-block;
    margin: auto;
}
.footer__title a {
    font-family: var(--noto-serif-jp);
    text-decoration: none;
    color: #fff;
    font-size: min(2.3rem, 2.1vw);
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 1% 0;
    display: block;
}
.footer__title a strong {
	display: block;
    font-size: 1.44em;
	font-weight: 500;
}
.footer__office {
    font-size: min(1.4rem, 1.3vw);
    color: var(--main-color);
    background: #fff;
    text-align: center;
    line-height: 2;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    padding: 6% 1% 8%;
}
/* .footer-menu */
.footer-menu__title {
    color: #fff;
    font-size: min(1.8rem, 1.7vw);
    padding: 0 0 10% 0;
    text-align: left;
}
.footer-menu .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: min(13px, 1.3vw);
    padding: 0 0 0 10%;
}
.footer-menu a {
	color: #fff;
    text-decoration: none;
    font-size: min(1.6rem, 1.5vw);
    display: flex;
    align-items: center;
    line-height: 1.1;
    transition: 0.3s ease-in-out;
    gap: min(12px, 1vw);
    white-space: pre;
	text-align: left;
}
@media (hover: hover) and (pointer: fine) {
    .footer-menu 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;
    }
}
.footer-menu .menu > .menu-item > a:before {
    content: '';
    display: block;
    background: #fff;
    width: min(13px, 1.2vw);
    height: 1px;
}
.footer-menu .sub-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: min(13px, 1.3vw);
	padding: min(20px, 2vw) 0 min(10px, 1vw);
}
.footer-menu .sub-menu a {
    padding: 0 0 0 3em;
}
.copyright p {
    font-size: min(1.2rem, 1.2vw);
    text-align: center;
	color: #e0e0e0;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
	width: 20.9%;
}
.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.6rem, 1.5vw);
    font-weight: 500;
    position: relative;
    padding: 6% 6% 7%;
    background: #2b416b;
    color: #fff;
    font-family: var(--noto-serif-jp);
}
.sidebar__title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffffab;
    bottom: 4px;
    left: 0;
    position: absolute;
}
.sidebar .menu-sidemenu-container {
	padding: min(10px, 1vw) 0 min(20px, 2vw);
}
.sidebar .menu a {
    text-decoration: none;
    color: #333;
    font-size: min(1.4rem, 1.3vw);
    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(4px, 0.3vw) solid var(--sub-color);
    margin: 10% 0 15%;
}
.sidebar__contact-title {
    padding: min(16px, 1.6vw) 0;
    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);
}
.sidebar__contact-tel-num {
    font-size: min(2.2rem, 2vw);
    justify-content: center;
    gap: 2%;
    white-space: pre;
    padding: 8.2% 0 0.5%;
}
.sidebar__contact-tel__icon {
    display: block;
    width: min(15px, 1.3vw);
}
.sidebar__contact-tel__icon img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.sidebar__contact-tel-hours {
    text-align: center;
    font-size: min(1.2rem, 1.1vw);
    padding: 0 0 8% 0;
}
.sidebar__contact-mail a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    background: #2b416b;
    color: #fff;
    font-size: min(1.4rem, 1.2vw);
    align-items: center;
    gap: 4%;
    font-weight: 500;
    padding: 6% 0;
    margin: 0 5% 9% 5%;
    box-sizing: border-box;
    border-radius: 5px;
}
.sidebar__contact-mail__icon {
    display: block;
    width: min(15px, 1.4vw);
}
.sidebar__contact-mail__icon img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.sidebar .widget_media_image {
    margin: 0 0 5.5% 0;
}
.sidebar .widget_media_image a {
    display: block;
}
.sidebar__access-map {
    aspect-ratio: 250 / 224;
    margin: min(10px, 1vw) 0;
    box-sizing: border-box;
}
.sidebar__access-text {
    font-size: min(1.4rem, 1.4vw);
    line-height: 1.57;
    font-weight: 500;
}
/*------------------------------------------------------------------------------------
	　gn
------------------------------------------------------------------------------------*/

.global-nav {
    box-sizing: border-box;
}
.global-nav__list {
	display: flex;
	justify-content: end;
}
.global-nav__list > li {
    position: relative;
	padding: 0 min(10px, 0.8vw);
}
.global-nav__list > li > a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    display: grid;
    place-content: center;
    height: min(55px, 5.5vw);
    width: 100%;
    -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.5rem, 1.3vw);
    box-sizing: border-box;
    line-height: 1.1;
    position: relative;
    font-family: var(--noto-serif-jp);
    box-sizing: border-box;
    white-space: pre;
	letter-spacing: 0;
}
.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: 9999;
}
.global-nav .sub-menu a {
    font-size: min(1.4rem, 1.3vw);
    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;
	}
}
  /*----------------------------------------------------
    テーブルデザイン
  ----------------------------------------------------*/
table {
    width: 100%;
}
table, table td, table th {
    border-collapse: collapse;
    border: 1px solid #d7d7d7;
}
table th {
    padding: 2%;
    background: #eef1f3;
    vertical-align: middle;
    font-size: min(1.8rem, 1.7vw);
    line-height: 2;
  }
table td {
    padding: 2%;
    background: #fff;
    font-size: min(1.8rem, 1.7vw);
    line-height: 2;
    vertical-align: middle;
}
/*------------------------------------------------------------------------------------
	　共通
------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner {
    position: relative;
	padding: min(70px, 7vw) 0 0;
	text-align: center;
}
.contact-banner__text {
    font-size: min(1.8rem, 1.7vw);
    padding: 2.2% 0 3%;
}
.contact-banner__inner {
	text-align: center;
    display: flex;
}
.contact-banner__btn {
    flex: 1;
    aspect-ratio: 1000 / 243;
}
.contact-banner__btn a {
	text-decoration: none;
    color: #fff;
    font-family: var(--noto-serif-jp);
    font-size: 1.1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    place-content: center;
    gap: 15%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-banner__btn-icon {
	display: block;
    width: 3.1vw;
    height: 3.1vw;
}
.contact-banner__btn-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-banner__tel {
    background-image:;
}
.contact-banner__tel a {
	background-image: url(/wordpress/wp-content/uploads/2026/06/contact-banner__tel.jpg);
}
.contact-banner__mail a {
	background-image: url(/wordpress/wp-content/uploads/2026/06/contact-banner__mail.jpg);
}
/* .common-parts */
.common-parts {
    padding: 5% 0 0 0;
}
.common-parts .btn a {
    width: 45%;
    aspect-ratio: 373 / 84;
}
.common-parts .btn a:after {
    right: 5%;
}
/* .common-parts-services */
.common-parts-services {
    padding: 0 0 4.5% 0;
}
/* .common-parts-value */
.common-parts-value {
	padding: 0 0 2% 0;
}
/* .common-parts-plan */
.common-parts-plan {
    padding: 0 0 3% 0;
}
.common-parts-plan__image img {
	display: block;
	width: 100%;
}
/* .common-parts-related */
.common-parts-related__list {
    display: flex;
    flex-wrap: wrap;
    gap: min(20px, 2vw) 2.9%;
}
.common-parts-related__item {
    width: 31.4%;
}
.common-parts-related__item a {
    display: block;
	text-decoration: none;
	position: relative;
}
.common-parts-related__item-image {
    display: block;
    aspect-ratio: 260 / 161;
}
.common-parts-related__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common-parts-related__item-category-list {
    display: flex;
    gap: min(3px, 0.3vw) 1%;
    flex-wrap: wrap;
}
.common-parts-related__item-category-item {
    background: #2b416b;
    color: #fff;
    font-size: min(1.3rem, 1.2vw);
    padding: 1.5% 6%;
    position: absolute;
    left: 0;
    top: 0;
}
.common-parts-related__item-title {
    display: block;
    color: #333;
    font-size: min(1.7rem, 1.6vw);
    font-weight: 500;
    padding: 5% 0;
    line-height: 1.35;
}
/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/

main.top {
	width: 100%;
}
.btn a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    place-content: center;
    width: 47.8%;
    aspect-ratio: 526 / 84;
    font-size: min(1.8rem, 1.7vw);
    text-decoration: none;
    color: #fff;
    background: var(--main-color);
    box-sizing: border-box;
    border-radius: 50px;
    position: relative;
    font-family: var(--noto-serif-jp);
}
.btn a:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.6em;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 3.5%;
    width: min(36px, 3.2vw);
    height: min(36px, 3.2vw);
    background: #fff;
    color: var(--main-color);
    display: grid;
    place-content: center;
    border-radius: 50px;
}

.mv {
    position: relative;
}
.mv__image {
    width: 100%;
}
.mv__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mv__inner {
	width: 55%;
    box-sizing: border-box;
    position: absolute;
    display: flex;
    gap: 17.8%;
    flex-direction: column;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    padding: 7.5% 0 0 0;
}
.mv__title {
    font-size: 2.62vw;
    text-align: center;
    color: #fff;
    font-family: var(--noto-serif-jp);
}
.mv__title-inner {
    background: rgb(32, 56, 100, .92);
    display: inline-block;
    padding: 1% 2.5%;
}
.mv__title span:not(:last-child) {
    margin: 0 0 2% 0;
}
.mv__forte-list {
    display: flex;
    justify-content: space-between;
}
.mv__forte-item {
	flex: 1;
    aspect-ratio: 2.5 / 1;
    background: var(--main-color);
    padding: 0.1vw;
    box-sizing: border-box;
    clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
}
.mv__forte-item-inner {
    background-image: url(/wordpress/wp-content/uploads/2026/06/mv__forte-item-icon-01.png), linear-gradient(0deg, #e4d9c3, #fff);
    background-position: top right 5%;
    background-size: 20%, auto;
    background-repeat: no-repeat;
    font-size: 1.3vw;
    font-family: var(--noto-serif-jp);
    clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
    line-height: 1.5;
    display: grid;
    place-content: center;
    height: 100%;
    font-weight: 600;
    color: var(--main-color);
    text-align: center;
    box-sizing: border-box;
    padding: 5% 0 0 0;
}
.mv__forte-item:nth-child(2) .mv__forte-item-inner {
    background-image: url(/wordpress/wp-content/uploads/2026/06/mv__forte-item-icon-02.png), linear-gradient(0deg, #e4d9c3, #fff);
	background-position: top -1% right 9%;
}
.mv__forte-item:nth-child(3) .mv__forte-item-inner {
    background-image: url(/wordpress/wp-content/uploads/2026/06/mv__forte-item-icon-03.png), linear-gradient(0deg, #e4d9c3, #fff);
	background-position: top 1% right 7%;
}
.mv__forte-item-new-line-pc {
    display: block;
}
/* .field */
/* 1. モダールの背景（黒い画面全体） */
.field__modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(43, 65, 107, 0.9);
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 400ms ease-in, visibility 400ms ease-in;
}

/* 2. アクティブ時の表示切り替え */
.field__modal-dialog.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

/* 3. モダールの中身（白いボックス） */
.field__modal-dialog-box {
    width: min(519px, 50vw);
    aspect-ratio: 519 / 536;
    box-sizing: border-box;
    position: relative;
    margin: 10% auto;
    padding: 2% 0;
    background: #f1f3f6;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 100000;
}
.field__item-icon {
    text-decoration: none;
    display: grid;
    place-content: center;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    font-size: min(2.1rem, 2vw);
    width: 14.2%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}
.field .js-modal-close {
    color: var(--main-color);
    position: absolute;
    right: 3.5%;
    top: 2.5%;
    text-decoration: none;
    font-weight: bold;
    font-size: min(3.7rem, 3.5vw);
    line-height: 1;
}
.field__modal-dialog-image {
    width: 60%;
    margin: 0 auto;
}
.field__modal-dialog-image img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.field__modal-dialog-title {
    font-weight: 600;
    text-align: center;
    font-size: min(2.5rem, 2.3vw);
    padding: 6% 1%;
    color: var(--main-color);
    font-family: var(--noto-serif-jp);
}
.field__modal-dialog p {
    font-size: min(1.6rem, 1.5vw);
    line-height: 1.56;
    aspect-ratio: 10 / 2.6;
    padding: 0% 12%;
}
.field__modal-dialog-btn a {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 39%;
    aspect-ratio: 201 / 46;
    font-size: min(1.5rem, 1.4vw);
    text-decoration: none;
    background: var(--main-color);
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid;
    box-sizing: border-box;
    padding: 0 0 0 5%;
    font-family: var(--noto-serif-jp);
}
.field__modal-dialog-btn a:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.7em;
}
.field {
    padding: min(95px, 9vw) 0 min(115px, 11vw);
}
.field__list {
    padding: 9% 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap: min(30px, 2.5vw) 0;
}
.field__item {
    width: 18.3%;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    background: var(--light-color);
    padding: 0 0 1.5% 0;
}
.field__item .js-modal-open {
}
.field__item-image {
    display: block;
}
.field__item-image img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.field__item-title {
    display: grid;
    place-content: center;
    font-size: min(2.1rem, 2vw);
    font-weight: 600;
    text-align: center;
    aspect-ratio: 201 / 113;
    color: var(--main-color);
    font-family: var(--noto-serif-jp);
}
.field__item-title span {
    display: block;
}
.field__item-inner {
	display: none;
}
/* .forte */
.forte {
	padding: min(105px, 10vw) 0 min(125px, 12vw);
    background: var(--light-color);
}
.forte__list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: min(25px, 2vw);
    padding: 8.4% 0 6.5% 0;
}
.forte__item {
    display: flex;
    align-items: center;
    background: #fff;
    gap: 6%;
    padding: 3.2% 2%;
}
.forte__item-num {
    font-family: var(--montserrat);
    letter-spacing: 0.05em;
    color: var(--main-color);
    font-size: min(4.3rem, 4vw);
    position: relative;
    width: 7%;
    text-align: center;
}
.forte__item-num:after {
    content: '';
    display: block;
    background: var(--main-color);
    width: 1px;
    height: 150%;
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    rotate: 20deg;
}
.forte__item-title {
    font-size: min(3.3rem, 3vw);
    color: var(--sub-color);
    font-family: var(--noto-serif-jp);
    font-weight: 600;
	flex: 1;
}
/* .greeting */
.greeting {
    background: var(--main-color);
    padding: min(95px, 9.5vw) 0 min(125px, 12.5vw);
}
main.top .greeting h2 .jp {
    color: #fff;
}
main.top .greeting .btn a {
    border: 1px solid;
}
.greeting__inner {
    display: flex;
	justify-content: space-between;
	padding: 9.5% 4% 5% 3%;
}
.greeting__text {
    width: 61%;
}
.greeting__text p {
    color: #fff;
    font-size: min(1.7rem, 1.6vw);
    line-height: 1.76;
}
.greeting__image {
    width: 33.3%;
}
.greeting__image img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.greeting__image figcaption {
    display: block;
    color: #fff;
    font-family: var(--noto-serif-jp);
    text-align: center;
    font-size: min(1.8rem, 1.7vw);
    font-weight: 600;
    padding: 6% 0 0 0;
}
/* .voice */
.voice {
    padding: min(100px, 9vw) 0 min(140px, 13vw);
}
.voice__container {
	width: min(1100px, 98%);
    margin: 0 auto;
}
.voice__list {
    margin: 9% 0 0 0;
    display: flex;
    justify-content: space-between;
}
.voice__item {
    width: 30%;
    box-shadow: 0px 0px 3px #ddd;
}
.voice__item a {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    background: var(--light-color);
    padding: 0 0 8% 0;
    height: 100%;
}
.voice__item-title {
    display: block;
    font-size: min(1.8rem, 1.7vw);
    color: var(--main-color);
    padding: 9% 3%;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    font-family: var(--noto-serif-jp);
}
.voice__item-text {
    display: block;
    color: #333;
    font-size: min(1.7rem, 1.7vw);
    line-height: 1.76;
    min-height: 140px;
    padding: 0 6%;
}
.voice__item-image {
    display: block;
    aspect-ratio: 330 / 204;
    margin: auto;
}
.voice__item-image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.voice__item-btn {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6%;
    width: 61%;
    aspect-ratio: 201 / 46;
    font-size: min(1.6rem, 1.5vw);
    text-decoration: none;
    background: var(--main-color);
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid;
    box-sizing: border-box;
    font-family: var(--noto-serif-jp);
}
.voice__item-btn:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.7em;
}
/*.news*/
.news {
    padding: min(90px, 8vw) 0 min(100px, 9vw);
    background: var(--light-color);
}
.news__list {
    display: flex;
    flex-direction: column;
    padding: 5% 0 5%;
}
.news__item {
    border-bottom: 1px solid #d8d8d8;
}
.news__item a {
    text-decoration: none;
    padding: 2.5% 0.5%;
    display: flex;
    font-size: min(1.8rem, 1.7vw);
    gap: 2.5%;
    align-items: center;
}
.news__item-date {
    display: block;
    font-family: var(--noto-serif-jp);
    color: #333;
    font-size: 0.95em;
    font-weight: 500;
}
.news__item-category {
    color: #fff;
    background: var(--sub-color);
    font-size: 0.8em;
    width: 12.4%;
    display: grid;
    place-content: center;
    padding: 0.6% 0;
}
.news__item-title {
    color: #333;
    display: block;
    flex: 1;
    font-weight: 500;
}


/* .access */
.access {
    padding: min(75px, 7vw) 0 min(80px, 7.5vw) 0;
    background: var(--light-color);
}
.access__inner {
    display: flex;
    justify-content: space-between;
    padding: min(90px, 8vw) 0 0 0;
}
.access__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: min(30px, 2.5vw);
    padding: 3% 0 0 0;
}
.access__info-inner {
    display: flex;
    gap: 3%;
}
.access__info-heading {
    font-size: min(1.5rem, 1.4vw);
    background: var(--main-color);
    color: #fff;
    width: 23%;
    height: min(27px, 2.5vw);
    text-align: center;
    display: grid;
    place-content: center;
}
.access__info-text {
    font-size: min(1.7rem, 1.6vw);
    flex: 1;
    line-height: 1.47;
    font-weight: 500;
}
.access__map {
    width: 65.4%;
    aspect-ratio: 719 / 272;
    box-sizing: border-box;
}
/*------------------------------------------------------------------------------------
	　archive
------------------------------------------------------------------------------------*/

/* .archive */
.archive__list {
    display: flex;
    flex-direction: column;
	gap: min(20px, 2vw);
}
.archive__item a {
    text-decoration: none;
    color: #333;
}
.archive__item-image {
    display: block;
    width: 26%;
    aspect-ratio: 5 / 3;
}
.archive__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive__item-inner {
    display: flex;
    gap: 3%;
    padding: 3% 0;
}
h3.archive__item-title {
    margin: 0;
}
.archive__item-text {
    display: block;
    font-size: min(1.6rem, 1.5vw);
    line-height: 1.5;
    flex: 1;
}
.archive__item-category {
    display: flex;
    gap: 1.5%;
    flex-wrap: wrap;
}
.archive__item-category span {
    display: inline-block;
    padding: 0.8%;
    border-radius: 2px;
    background: #eaeaea;
    font-size: min(1.4rem, 1.3vw);
}
.archive__item-date {
    display: block;
    color: #666;
    font-size: min(1.4rem, 1.3vw);
	padding: 0 0 2% 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-category {
    display: flex;
    gap: 1.5%;
    margin: 0 0 3%;
    flex-wrap: wrap;
}
.single__content-category a {
    display: inline-block;
    padding: 0.8%;
    border-radius: 2px;
    background: #eaeaea;
    font-size: min(1.4rem, 1.3vw);
    text-decoration: none;
    color: #333;
}
.single__content-date {
    display: block;
    color: #666;
    font-size: min(1.4rem, 1.3vw);
    padding: 0 0 2% 0;
}
.single__content-thumbnail {
    width: 100%;
}
.single__content-thumbnail img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/*------------------------------------------------------------------------------------
	　page
------------------------------------------------------------------------------------*/
.page__content {
    padding: 0 0 min(85px, 8.5vw) 0;
}
.page__content:empty {
    padding: 0;
}

.page__content-thumbnail {
    width: 100%;
    margin: 0 0 4% 0;
}
.page__content-thumbnail img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/*------------------------------------------------------------------------------------
	　.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: 5% 0;
}
.sub-page .contact-form p {
    margin: 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;
    gap: 6%;
    align-items: center;
}
.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: 3%;
	font-size: min(1.5rem, 1.5vw);
}
::placeholder {
	font-size: min(1.5rem, 1.5vw);
	line-height: 1.2;
}
.sub-page .contact-form .contact-form__text p {
    font-size: 0.7em;
}
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    padding: 3%;
	font-size: min(1.5rem, 1.5vw);
	height: min(210px, 21vw);
}
.contact-form .wpcf7-not-valid-tip {
    font-size: 0.75em;
}
.sub-page .contact-form p:has(input[type=submit]) {
    text-align: center;
    display: flex;
}
.contact-form .wpcf7-spinner {
    position: absolute;
}
.CF7_unreq {
    font-size: .75em;
    padding: 0 3%;
    background: #065aa0;
    color: #fff;
    border-radius: 3px;
}
.CF7_req {
    font-size: .75em;
    padding: 0 3%;
    background: tomato;
    color: #fff;
    border-radius: 3px;
}
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-previous {
    background-color: tomato;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
    padding: 2% 10%;
    transition: .5s;
}
.wpcf7 input.wpcf7-previous {
    background-color: #777;
}
.wpcf7 input.wpcf7-submit:hover,
.wpcf7 input.wpcf7-previous:hover {
	opacity: 0.7;
	cursor: pointer;
}
wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
.cf7-item {
    background: #efefef;
    max-width: 70%;
    margin: 5% auto;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 2%;
}
.cf7-item .wpcf7-list-item {
    margin: 0;
    width: 100%;
}
.wpcf7-list-item label {
    display: flex;
    gap: 5%;
}
/*------------------------------------------------------------------------------------
  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; }
.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; }
}

/*------------------------------------------------------------------------------------
  ビジュアルエディターの装飾
------------------------------------------------------------------------------------*/
/* マーカー（共通） */
.editor-marker-yellow {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF88 0%) repeat scroll 0 0;
}
.editor-marker-red {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFABCE 0%) repeat scroll 0 0;
}
.editor-marker-blue {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #A7F1FF 0%) repeat scroll 0 0;
}

/* 引用ブロック */
.editor-blockquote {
    background: var(--light-color);
    border-left: 3px solid var(--main-color);
    font-weight: 500;
    padding: 0.8% 6% 0.8% 2%;
    margin: 4% 0;
    display: flex;
    gap: 3%;
}
.editor-blockquote:before {
    content: '“ ';
    display: block;
    color: #c5dae8;
    font-size: min(4.6rem, 4vw);
    font-weight: bold;
    line-height: 1;
}
.sub-page .editor-blockquote p {
    margin: 0 !important;
}

/* アコーディオン */
.lightweight-accordion { 
    margin-bottom: 3rem !important; 
}

/* 箇条書きスタイル（共通） */
.editor-list-point,
.editor-list-check,
.editor-list-number { 
	margin: 4% 0;
    padding: 0 2%;
    border: min(3px, 0.3vw) solid #cadae4;
    background-color: var(--light-color);
}
.editor-list-point li,
.editor-list-check li,
.editor-list-number li { 
    border-bottom: 1px solid #c9dfed;
    font-weight: 500;
    padding: 1.5% 1%;
}
.editor-list-point li:last-child,
.editor-list-check li:last-child,
.editor-list-number li:last-child { 
    border-bottom: none; 
}

/* 箇条書き：ポイントアイコン */
.editor-list-point li:before {
    font-size: 0.45em;
    padding-right: 2%;
}

/* 箇条書き：チェックアイコン */
.editor-list-check li:before { 
    content: "\f00c"; 
    color: var(--main-color);
    font-size: 1.2em;  
	padding-right: 2%;
}

/* 箇条書き：数字 */
.editor-list-number { 
    counter-reset: bullet_number; 
	padding-right: 2%;
}
.editor-list-number li:before {     
    margin-right: 1.5%;
    padding: 0;
    display: inline-grid;
    place-content: center;
    counter-increment: bullet_number;
    content: counter(bullet_number);
    color: #fff;
    background: var(--main-color);
    width: min(29px, 2.9vw);
    box-sizing: border-box;
    padding: 0 0 0.2% 0;
    border-radius: 100px;
    aspect-ratio: 1 / 1;
    font-size: 0.9em;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

/* 関連リンク */
.editor-related-link { 
    margin: 4% 0;
    padding: 3% 2% 2% 2%;
    border: min(3px, 0.3vw) solid #cadae4;
}
.editor-related-link::before {
    content: "関連リンク";
    display: block;
    font-weight: bold;
    font-size: min(2rem, 1.9vw);
    color: #333;
    padding: 0 0 0 4%;
    margin: 0 0 1% 1%;
    background-image: url(/wordpress/wp-content/uploads/2026/06/icon__file.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: min(19px, 1.9vw) auto;
    font-family: var(--noto-serif-jp);
}
.editor-related-link p {
    border-bottom: 1px solid #c9dfed;
    padding: 1.5% 1%;
    margin: 0;
}
.editor-related-link p:last-child {
    border: none;
}
.editor-related-link a { 
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.editor-related-link a:before { 
    padding-right:2%; 
    content: "\f111"; 
    color: #d5d5d5; 
    font-size: 0.48em; 
    font-family: "Font Awesome 6 Free"; 
    font-weight: bold; 
    vertical-align: middle; 
}
.editor-related-link a:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* キャッチ付き見出し */
.editor-heading-catch-wrap {
    font-size: min(2.6rem, 2.4vw);
    font-weight: bold;
    border-top: 1px solid var(--sub-color);
    border-bottom: 1px solid #c8c8c8;
    margin: 4% 0;
    padding: 1.3% 1%;
    color: var(--main-color);
}
.sub-page .editor-heading-catch-wrap p,
#tinymce .editor-heading-catch-wrap p {
    padding: 0;
    margin: 0;
    font-size: min(2.6rem, 2.4vw);
    font-weight: 600;
    line-height: 1.3;
    font-family: var(--noto-serif-jp);
}
.editor-heading-catch {
    background: #2b416b;
    color: #fff;
    font-size: min(1.6rem, 1.5vw);
    display: inline-block;
    padding: 1.1% 2%;
    line-height: 1;
    position: relative;
    margin: 0 4% 0 0;
    font-family: "Noto Sans JP", sans-serif;
}
.editor-heading-catch:after {
    content: '';
    background: #2b416b;
    width: min(15px, 1.5vw);
    height: 100%; 
    display: block;
    position: absolute;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    right: min(1px, 0.01vw);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* 補足・注意フレーム */
.editor-supplementary-frame,
.editor-caution-frame { 
    position: relative; 
    display: block; 
    margin: 0 auto 3rem; 
    padding: 15px 15px 15px 63px; 
    width: 760px; 
    line-height: 1.7; 
    border-width: 1px; 
    border-style: solid; 
    border-radius: 5px; 
}
.editor-supplementary-frame { 
    background: #fff7cc; 
    border-color: #ffe766; 
}
.editor-caution-frame { 
    background: #fdf2f2; 
    border-color: #f6b8b8; 
}
.editor-supplementary-frame:before { 
    content: "\21"; 
    background: #ffd700; 
    border-radius: 50%; 
}
.editor-caution-frame:before { 
    content: "\21"; 
}
.editor-supplementary-frame:before,
.editor-caution-frame:before { 
    position: absolute; 
    z-index: 1; 
    top: 10px; 
    left: 10px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 40px; 
    height: 40px; 
    color: #fff; 
    font-size: 2.2rem; 
    font-family: "Font Awesome 6 Free"; 
    font-weight: bold; 
}
.editor-caution-frame:after { 
    position: absolute; 
    z-index: 0; 
    top: -12px; 
    left: 12px; 
    content: "\f04b"; 
    color: #f6b8b8; 
    font-size: 4.6rem; 
    font-family: "Font Awesome 6 Free"; 
    font-weight: bold; 
    transform: rotate(-90deg); 
}

/* シンプルフレーム */
.editor-simple-frame { 
    display: block; 
    margin: 0 auto 3rem; 
    padding: 15px; 
    width: 810px; 
    line-height: 1.7; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
}

/* ラベルボックス */
.editor-label-box { 
    position: relative; 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    margin: 3rem auto; 
    padding: 15px; 
    width: 810px; 
    background: #f3fafe; 
    border: 1px solid #bde3fb; 
    border-radius: 5px; 
}
.editor-label-box-title { 
    display: inline-block; 
    margin: -35px 0 15px; 
    padding: 10px 15px; 
    color: #fff; 
    font-weight: 500; 
    background: #87cefa; 
    border-radius: 5px; 
}

/* ボタン */
.editor-default-button,
.editor-simple-button { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin: 0 auto 3rem; 
}
.editor-default-button a,
.editor-simple-button a { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin: 0 auto; 
    font-size: 1.8rem; 
    font-weight: 500; 
    text-decoration: none; 
    border-radius: 5px; 
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15); 
}
.editor-default-button a { 
    padding: 15px 30px; 
    color: #fff !important; 
}
.editor-simple-button a { 
    padding: 15px 35px; 
    border-width: 2px; 
    border-style: solid; 
}

/*------------------------------------------------------------------------------------
  ワードプレススタイル
------------------------------------------------------------------------------------*/

  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);
}
/*------------------------------------------------------------------------------------
	　ページネーション
------------------------------------------------------------------------------------*/
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 .services__image-title {
    text-align: center;
    color: var(--main-color);
    font-family: var(--noto-serif-jp);
    line-height: 1.5;
    clear: both;
}
.services__image-title strong {
    display: block;
    font-size: 1.7em;
}
/* 弁護士紹介 */
.member-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 0 6.6%;
}
.page__content .member-item:before {
	content: '';
}
.member-item {
    width: 27%;
}
.member-item:nth-child(1) {
    margin-left: 15%;
}
.member-item:nth-child(2) {
    margin-right: 15%;
}
.member-item:nth-child(n+3) {
    width: 20%;
}
.member-item a {
    text-decoration: none;
    display: block;
	    transition: all .2s ease-in-out;
}
.member-item__title {
    display: block;
    font-family: var(--noto-serif-jp);
    text-align: center;
    color: #333;
    font-weight: bold;
}
.ember-item__image-container {
    display: block;
    border: 1px solid #999;	
}
.ember-item__image {
    display: block;
    height: 100%;
    position: relative;
    top: -4px;
    left: -4px;
}
.member-item a:hover .ember-item__image {
    top: -6px;
    left: -6px;
    transition: all .2s ease-in-out;
}
.member-item__image img {
	display: block;
	width: 100%;
	height: 100%;
    object-fit: contain;
}
.member {
    display: flex;
    justify-content: center;
	gap: 4%;
}
.member__image {
    width: 35%;
    position: relative;
    z-index: 2;
    /* 追加：親のstretch（引き伸ばし）を無視して上揃えにする */
    align-self: flex-start;
}
.member__image:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d9d9d9;
    top: min(7px, 0.7vw);
    left: min(7px, 0.7vw);
    z-index: -1;
}
.member__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
.member__text {
    flex: 1;
}
.member__title {
    font-family: var(--noto-serif-jp);
    font-weight: bold;
    font-size: 1.6em;
    margin: 0 0 4% 0;
}
.member__sub-title {
    font-family: var(--noto-serif-jp);
    font-weight: bold;
    font-size: 1.3em;
    border-left: 5px solid var(--main-color);
    padding: 0 0 0 2.5%;
	margin: 4% 0;
}

/* 2026.06.18 MV修正 */
.mv { display: flex; justify-content: center; align-items: center; }
.mv__image { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 100%; }
.mv__image img { object-fit: cover; }
.mv__inner { position: initial; transform: initial; gap: initial; padding: initial; width: 1100px; }
.mv__title { padding: 150px 0 120px; font-size: 5.3rem; }
.mv__forte-list { padding-bottom: 70px; }
.mv__forte-item-inner { font-size: 2.6rem; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .mv__inner { width: 91.667vw; }
  .mv__title { padding: 12.5vw 0 10vw; font-size: 4.416vw; }
  .mv__forte-list { padding-bottom: 5.833vw; }
  .mv__forte-item-inner { font-size: 2.166vw; }
}

/* 2026.07.27 顧問プラン追加 */
.Advisory table th,
.Advisory table td { padding: 0.5%; font-size: min(1.4rem, 1.5vw); line-height: 1.5; }
.Advisory table td small { font-size: min(1.2rem, 1.3vw); }
.Advisory table .--Light,
.Advisory table .--Standard,
.Advisory table .--Premium { width: 15%; text-align: center; }
.Advisory table .--Plan { width: 24%; }
.Advisory table th.--Plan,
.Advisory table th.--Light,
.Advisory table th.--Standard,
.Advisory table th.--Premium { padding: 2% 0.5%; font-size: min(1.6rem, 1.7vw); font-weight: 700; }
.Advisory table tr:nth-child(odd) td { background-color: #f6f6f6; }