@charset "UTF-8";
:root {
	--main-color: #6ea2a3;
	--sub-color: #63a074;
	--light-color: #ecf2f2;
	--hover-color: #ecf2f2;
	--header-height: 0px; /* JSでheaderの実寸を設定 */
    scroll-padding-top: var(--header-height);
	
}
html {
	font-size: 62.5%; /* 600px以下は style_sp.css が担当 */
	scroll-behavior: smooth;
	/* Safari: vw連動のfont-sizeをリサイズ時も再計算させる */
	-webkit-marquee-increment: 0vw;
}
/* 601px〜1099px: 1rem=10px@1100px に比例（calcなしのvwで確実に縮める） */
@media (min-width: 601px) {
	html {
		font-size: 0.909vw; /* 100vw * 10 / 1100 */
	}
}
/* 1100px以上: 10px固定 */
@media (min-width: 1100px) {
	html {
		font-size: 10px;
	}
}
body {
	font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
	/* Safari: ルートfont-sizeのvw再計算を促す */
	min-height: 0vw;
}

/*------------------------------------------------------------------------------------
	　共通クラス
------------------------------------------------------------------------------------*/
.sub-page {
	overflow-x: hidden;
    position: relative;
}
.sub-page {
    margin: 3.5rem auto 5.5rem;
    display: flex;
    justify-content: space-between;
    width: min(1100px, 95%);
	overflow-x: hidden;
    position: relative;
}
main {
    width: 75.5%;
}
#tinymce p, .sub-page p {
    line-height: 2;
    margin: 3% 0;
    font-size: 1.8rem;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.new-line-pc {
    display: block;
}
a {
    color: var(--main-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, 95%);
	margin: 0 auto;
}
.center {
    text-align: center;
}
.tel-num {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
}
.single__content li,
.page__content li {
    line-height: 2;
    font-size: 1.8rem;
}
.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 {
}
h2 {
    font-size: 3rem;
    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: 0.4rem;
    left: 0;
    position: absolute;
}
h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffffab;
    bottom: 0.4rem;
    left: 0;
    position: absolute;
}
h3 {
    font-size: 2.8rem;
    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-size: 2.4rem;
	font-weight: 600;
    padding: 1.44%;
	background: var(--light-color);
    border-bottom: 0.2rem solid var(--main-color);
    box-sizing: border-box;
	clear: both;
}
h5 {
    font-size: 2.2rem;
    font-weight: 600;
    padding: 0.5% 1.5%;
    border-left: 0.3rem solid var(--sub-color);
	clear: both;
}
h6 {
    font-size: 1.8rem;
    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;
}
main.top h2 .jp,
.contact-banner h2 .jp {
    display: block;
    font-size: 3.8rem;
    line-height: 1.2;
}
main.top h2 .jp {
    color: #333;
}
main.top h2 .en,
.contact-banner h2 .en {
    font-family: "Montserrat", sans-serif;
    font-size: 1.866rem;
    display: block;
    padding: 0.8rem 0 0 0;
    font-weight: 500;
}
main.top h2 .en {
    color: var(--sub-color);
}
main.top h2:before,
.contact-banner h2:before,
main.top h2:after,
.contact-banner h2:after {
    content: none;
}
.page-title {
    box-sizing: border-box;
    position: relative;
    height: 21rem;
	background: var(--light-color);
}
.page-title h1 {
	font-size: 3.2rem;
    box-sizing: border-box;
    border: none;
    height: 100%;
    padding: 0;
    margin: 0;
    background: none;
    display: grid;
    place-content: center;
    line-height: 1.2;
    margin: 0 auto;
    width: min(1100px, 98%);
}
/*------------------------------------------------------------------------------------
	　ヘッダ、フッター
------------------------------------------------------------------------------------*/
header {
    background: #fffffff5;
    box-sizing: border-box;
    width: 100%;
    overflow-x: clip;
}
.header__container {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 1%;
    justify-content: space-between;
    /* 中身は em。ここだけ他より強めに縮小（1280pxでデザイン値） */
    /* Safariは zoom 非対応のため font-size + em で縮小する */
    font-size: 1rem;
}
@media (min-width: 601px) and (max-width: 1279.98px) {
    .header__container {
        font-size: 0.78125vw; /* 100vw * 10 / 1280 */
    }
}
.header__title a {
    text-decoration: none;
    color: #000235;
    font-size: 2.8em;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 1% 0;
    display: block;
    white-space: nowrap;
}
.header__title a .green {
    color: var(--sub-color);
}
.header__office {
    font-size: 1.3em;
    white-space: nowrap;
}
.header__info {
    flex-shrink: 0;
}

.header__contact {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}
.header__catch {
    text-align: center;
    background: var(--sub-color);
    color: #fff;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.28;
    display: grid;
    place-content: center;
    /* width はコンテナ基準（入れ子補正: 16.8/1.8） */
    width: 9.3333em;
    aspect-ratio: 168 / 72;
    flex-shrink: 0;
}
.header__contact-inner {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
    margin: 0 1.5em 0 1em;
    flex-shrink: 0;
}
.header__tel {
    text-align: center;
}
.header__tel-title {
    font-size: 1.5em;
    font-weight: 500;
    color: #545454;
    /* padding はコンテナ基準（font-size 変更の入れ子補正: 0.7/1.5） */
    padding: 0 0 0.4667em 0;
    white-space: nowrap;
}
.header__tel-num {
    font-size: 3.1em;
    /* gap / icon はコンテナ基準（入れ子補正: /3.1） */
    gap: 0.2581em;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.header__tel-num-icon {
    display: block;
    width: 0.9032em;
    height: 0.9032em;
}
.header__tel-num-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header__btn {
    width: 12.5em;
    aspect-ratio: 125 / 93;
    height: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.header__btn a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    place-content: center;
    text-align: center;
    gap: 10%;
}
.header__btn-mail a {
    background: #aa9052;
}
.header__btn-line a {
    background: #00b900;
}
.header__btn-title {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.15;
}
.header__btn-icon {
    width: 2.7em;
	height: 2.7em;
    display: block;
}
.header__btn-icon img {
	display: block;
    width: 100%;
    height: 100%;
	object-fit: contain;
}
footer {
    background: var(--light-color);
}
.footer__info {
}
.footer__title a {
    text-decoration: none;
    color: #000235;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 1% 0;
    display: block;
}
.footer__title a .green {
    color: var(--sub-color);
}
.footer__office {
    font-size: 1.3rem;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    padding: 4% 0 2.5%;
}
.footer__box {
    width: 32%;
}
.footer__address {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.6;
}
.footer-menu {
    display: flex;
    padding: 10% 0 0 0;
    gap: 11.5rem;
}
.footer-menu .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.3rem;
}
.footer-menu a {
	color: #333;
    text-decoration: none;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    line-height: 1.1;
    transition: 0.3s ease-in-out;
    gap: 1.2rem;
    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 a:before {
	content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.75em;
    display: block;
	color: var(--main-color);
}
.footer__contact {
    width: 37.8%;
}
.footer__contact-tel {
    background: #fff;
    margin: 0 0 2rem 0;
    box-shadow: 0 0 0.3rem #ddd;
}
.footer__contact-tel-title {
    text-align: center;
    background: var(--main-color);
    color: #fff;
    font-weight: 500;
    font-size: 2.1rem;
    padding: 2% 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.42);
}
.footer__contact-tel-num {
    font-size: 3.7rem;
    gap: 2%;
    justify-content: center;
    padding: 3% 0 0 0;
}
.footer__contact-tel-num-icon {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
}
.footer__contact-tel-num-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer__contact-tel-hour {
    font-size: 1.45rem;
    text-align: center;
    padding: 2% 0 7%;
}
.footer__contact-btn {
    margin: 1rem 0 0 0;
}
.footer__contact-btn a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    place-content: center;
    width: 100%;
    aspect-ratio: 415.65 / 60.6;
    font-size: 1.9rem;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border-radius: 10rem;
    position: relative;
    font-weight: 500;
    border-bottom: 0.3rem solid #747777;

}
.footer__contact-btn a:after {
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.9em;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 6%;
    display: block;
}
.footer__contact-btn-mail a {
    background: #aa9052;
}
.footer__contact-btn-line a {
    background: #00b900;
}
.copyright {
    background: var(--main-color);
    padding: 2.335rem 0;
}
.copyright p {
    font-size: 1.1rem;
    text-align: center;
	color: #fff;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
	width: 20.9%;
}
.sidebar__menu {
    margin: 0 0 3.5rem 0;
}
.sidebar__menu-list {
    display: flex;
	flex-direction: column;
	gap: 1rem;
}
.sidebar__menu-item a {
    display: block;
    text-decoration: none;
    color: var(--main-color);
    position: relative;
}
.sidebar__menu-item-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.31;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.7rem;
}
.sidebar__title {
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    padding: 6% 6% 7%;
    background: var(--main-color);
    color: #fff;
}
.sidebar__title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffffab;
    bottom: 0.4rem;
    left: 0;
    position: absolute;
}
.sidebar .menu-sidemenu-container {
	padding: 1rem 0 2rem;
}
.sidebar .menu a {
    text-decoration: none;
    color: #333;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin-top: -1px;
    box-sizing: border-box;
    height: 5.5rem;
    padding: 0 1rem 0 0.8rem;
    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: 2rem;
    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: 0.4rem solid #a89260;
    margin: 10% 0 15%;
}
.sidebar__contact-title {
    padding: 1.6rem 0;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;    
    background-color: #a89260;
}
.sidebar__contact-tel-num {
    font-size: 2.29rem;
    justify-content: center;
    gap: 2%;
    white-space: pre;
    padding: 8.2% 0 0.5%;
}
.sidebar__contact-tel__icon {
    display: block;
    width: 2rem;
}
.sidebar__contact-tel__icon img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.sidebar__contact-tel-hours {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 0 8% 0;
}
.sidebar__contact-mail a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    background: #a89260;
    color: #fff;
    font-size: 1.4rem;
    align-items: center;
    gap: 4%;
    font-weight: 500;
    padding: 6% 0;
    margin: 0 5% 9% 5%;
    box-sizing: border-box;
    border-radius: 0.5rem;
}
.sidebar__contact-mail__icon {
    display: block;
    width: 1.5rem;
}
.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: 1rem 0;
    box-sizing: border-box;
}
.sidebar__access-text {
    font-size: 1.4rem;
    line-height: 1.57;
    font-weight: 500;
}
/*------------------------------------------------------------------------------------
	　gn
------------------------------------------------------------------------------------*/

.global-nav {
    box-sizing: border-box;
    background: var(--main-color);
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}
.global-nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  }
.menu-global-nav-container {
    width: min(1100px, 98%);
    margin: 0 auto;
}
.global-nav__list {
	display: flex;
	justify-content: center;
}
.global-nav__list > li {
    position: relative;
    flex: 1;
    box-sizing: border-box;
    border-left: 1px solid #b0cdce;
}
.global-nav__list > li:last-child {
    border-right: 1px solid #b0cdce;
}
.global-nav__list > li > a {
    text-decoration: none;
    color: #fff;
    display: grid;
    place-content: center;
    height: 7.5rem;
    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: 1.6rem;
    box-sizing: border-box;
    line-height: 1.1;
    position: relative;
    box-sizing: border-box;
    white-space: pre;
	letter-spacing: 0;
font-weight: 500;
}
.global-nav .nav-title {
    width: 100%;
}
.global-nav .sub-menu {
    display: none;
    background: var(--main-color);
    position: absolute;
    opacity: 0.97;
    min-width: 100%;
    bottom: 0;
    transform: translateY(100%);
    z-index: 9999;
}
.global-nav .sub-menu a {
    font-size: 1.4rem;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #fff;
    white-space: pre;
    padding: 1rem;
}
@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: 1.8rem;
    line-height: 2;
  }
table td {
    padding: 2%;
    background: #fff;
    font-size: 1.8rem;
    line-height: 2;
    vertical-align: middle;
}
/*------------------------------------------------------------------------------------
	　共通
------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner {
    position: relative;
    padding: 6.5rem 0 11.2rem;
    background: var(--main-color);
}
main.top .contact-banner h2 .jp,
.contact-banner h2 .jp {
    color: #fff;
}
main.top .contact-banner h2 .en,
.contact-banner h2 .en {
    color: #fff;
}
.contact-banner__inner {
    display: flex;
    justify-content: space-between;
    padding: 8% 0 0 0;
}
.contact-banner__btn {
    width: 30.6%;
}
.contact-banner__btn a {
    text-decoration: none;
    display: block;
    position: relative;
}
.contact-banner__btn-image {
	display: block;
}
.contact-banner__btn-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-banner__btn-title {
    display: block;
    font-size: 2.2rem;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 18%;
    text-align: center;
    font-weight: 500;
}
/* .common-parts */
.common-parts {
    padding: 5% 0 0 0;
}
.writer {
    margin: 7% 0 9%;
}
.writer__title {
    background: var(--main-color);
    color: #fff;
    font-size: 1.6rem;
    display: inline-block;
    padding: 1.1% 1.7% 0.8%;
    font-weight: 500;
}
.writer__content {
    border: 0.3rem solid var(--main-color);
    display: flex;
    gap: 3.5%;
    padding: 2.8%;
}
.writer__image {
    width: 20.5%;
    height: 100%;
    aspect-ratio: 160 / 186;
    border-radius: 1rem;
    overflow: hidden;
}
.writer__image img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.writer__inner {
    flex: 1;
    padding: 1% 0 0 0;
}
.writer__office {
    font-size: 1.7rem;
    font-weight: 500;
    padding: 0 0 0 0.5%;
}
.writer__name-container {
    display: flex;
    gap: 2rem;
    align-items: baseline;
    padding: 0 0 0 0.5%;
}
.writer__job-title {
    font-size: 1.7rem;
    font-weight: 500;
}
.writer__name {
    font-size: 2.2rem;
    font-weight: bold;
}
.writer__experience {
	font-size: 1.5rem;
    line-height: 1.6;
    padding: 3% 0 0 0;
}
/* .common-parts-related */
.common-parts-related__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 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: 0.3rem 1%;
    flex-wrap: wrap;
}
.common-parts-related__item-category-item {
    background: var(--main-color);
    color: #fff;
    font-size: 1.3rem;
    padding: 1.5% 6%;
    position: absolute;
    left: 0;
    top: 0;
}
.common-parts-related__item-title {
    display: block;
    color: #333;
    font-size: 1.7rem;
    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.099rem;
    aspect-ratio: 470.99 / 84.99;
    font-size: 2rem;
    text-decoration: none;
    color: #fff;
    background: var(--main-color);
    box-sizing: border-box;
    border-radius: 10rem;
    position: relative;
    font-weight: 500;
}
.btn a:after {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.8em;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 7%;
    display: block;
}
/* .mv */
.mv {
    position: relative;
    background-image: url(/wp-content/uploads/2026/07/mv__bg.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.mv__inner {
    width: min(1100px, 96%);
    margin: 0 auto;
    height: 100%;
	position: relative;
}
.mv__image {
    width: 42.5%;
    position: absolute;
    right: 1%;
    bottom: -2.5%;
}
.mv__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mv__title {
    width: 65.2%;
    position: relative;
    left: -4.7%;
}
.mv__title-inner {
	background: rgb(255, 255, 255, .92);
    padding: 0.4% 2%;
    display: inline-block;
    letter-spacing: -0.05em;
}
.mv__title-inner-kanji {
    letter-spacing: 0.05em;
}
.mv__title-inner:not(:first-child) {
    margin: 1% 0 0 0;
}
.mv__title-inner-pc {
	display: inline-block;
}
.mv__title-inner-sp {
	display: none;
}
.mv__forte-list {
    display: flex;
    padding: 0 0 2% 0.7%;
    position: relative;
    z-index: 2;
    gap: 2.5%;
    box-sizing: border-box;
}
.mv__forte-item {
    width: 15.8%;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(90deg, #478182, #6ea2a3);
    border-radius: 20rem;
    display: grid;
    place-content: center;
    border: solid 0.3rem #fff;
}
.mv__forte-item-title {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.32;
	font-weight: 700;
    color: #fff;
}
/* .services-offered */
.services-offered {
    padding: 8rem 0 7.2rem;
    background: var(--light-color);
}
.services-offered__list {
    padding: 7% 0 6% 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4.7rem 4.4%;
}
.services-offered__item {
    width: 30.4%;
    box-sizing: border-box;
    box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    overflow: hidden;
}
.services-offered__item a {
    background: #fff;
    color: #333;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    position: relative;
}
.services-offered__item-image {
    display: block;
}
.services-offered__item-image img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.services-offered__item-title {
    box-sizing: border-box;
    display: block;
    font-size: 2.3rem;
    font-weight: 600;
    color: var(--main-color);
    padding: 6%;
    min-height: 9rem;
}
.services-offered__item-text {
    display: block;
    font-size: 1.6rem;
    line-height: 1.65;
    min-height: 12.5rem;
    box-sizing: border-box;
    padding: 0 7%;
}
.services-offered__item-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 11%;
    color: var(--main-color);
    border: 1px solid;
    border-radius: 5rem;
    font-size: 1.5rem;
    width: 57.7%;
    margin: 0 auto 7%;
    aspect-ratio: 192.63 / 40;
    box-sizing: border-box;
    padding: 0 5% 0 0;
}
.services-offered__item-btn:after {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.8em;
    display: block;
}
.services-offered__item-inner {
    display: block;
    flex: 1;
}
/* .worry */
.worry {
    position: relative;
    background-image: url(/wp-content/uploads/2026/07/worry__bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 7.5rem 0 8.6rem;
}
.worry__list {
    background: #eff3f8;
    border-radius: 2rem;
    box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
    padding: 2.5% 2.5%;
    margin: 5% 0 4.3%;
}
.worry__item {
    display: flex;
    gap: 1%;
    padding: 1.3% 0 1.3% 1%;
}
.worry__item:not(:last-child) {
    border-bottom: 1px solid var(--main-color);
}
.worry__item-title {
    font-size: 1.9rem;
    font-weight: 500;
	flex: 1;
}
.worry__item-title strong {
    color: var(--main-color);
}
.worry__item-icon {
    width: 2.333rem;
    height: 2.333rem;
    margin: 0.2rem 0 0 0;
}
.worry__item-icon img {
	display: block;
    width: 100%;
    height: 100%;
	object-fit: contain;
}
/* .greeting */
.greeting {
    padding: 8.5rem 0 9.8rem;
}
.greeting__inner {
    display: flex;
    justify-content: space-between;
    padding: 6.5% 0 6%;
}
.greeting__text {
    width: 57%;
}
.greeting__text strong {
    color: var(--main-color);
    font-size: 1.44em;
}
.greeting__text p {
    font-size: 1.8rem;
    line-height: 1.67;
}
.greeting__text p:not(:last-child) {
    margin: 0 0 5% 0;
}
.greeting__image {
    width: 31.5%;
}
.greeting__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 1rem;
}
.greeting__image figcaption {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    padding: 5% 0 0 0;
}
.greeting__image figcaption strong {
    font-size: 1.29em;
    font-weight: bold;
    padding: 0 0 0 5%;
}
/* .column */
.column {
    padding: 7rem 0 8rem;
    background: var(--light-color);
}
.column__container {
    width: min(1132px, 95%);
    margin: 0 auto;
}
.column__list {
    margin: 5.5% 0 4% 0;
    display: flex;
    justify-content: center;
    gap: 2.6%;
}
.column__item {
    width: 31.6%;
    box-shadow: 0 0 0.3rem #ddd;
    box-sizing: border-box;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 1.55rem;
}
.column__item a {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    background: #fff;
    padding: 0 0 7% 0;
    height: 100%;
}
.column__item-title {
    display: block;
    font-size: 1.8rem;
    color: #333;
    padding: 6% 6% 0 6%;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.56;
    height: 11rem;
}
.column__item-image {
    display: block;
    aspect-ratio: 347 / 220;
    margin: auto;
}
.column__item-image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.column__item-btn {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11%;
    width: 55%;
    aspect-ratio: 192 / 40;
    font-size: 1.5rem;
    text-decoration: none;
    color: var(--main-color);
    border: 1px solid;
    border-radius: 5rem;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 0 0 5%;
}
.column__item-btn:after {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.7em;
}
    .column__prev, .column__next {
        display: grid;
        place-content: center;
    width: 3.3rem;
    height: 3.3rem;
        background: var(--main-color);
        transition: all .3s ease;
        cursor: pointer;
        position: absolute;
        border: none;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
		border-radius: 5rem;
    }
    .column__prev {
left: -2.5%;
    }
    .column__next {
        right: -2.5%;
    }
.column__prev::before, .column__next::before {
        content: '\f053';
        font-family: "Font Awesome 6 Free";
        display: block;
        font-weight: 900;
        color: #fff;
    font-size: 1.3rem;
        position: relative;
    }
.column__next::before {
	rotate: 180deg;
    }
/* .voice */
.voice {
    padding: 7rem 0 8rem;
}
.voice__list {
    margin: 5.5% 0 4% 0;
    display: flex;
    justify-content: center;
    gap: 2.6%;
}
.voice__item {
    width: 31.6%;
    box-shadow: 0 0 0.3rem #ddd;
    box-sizing: border-box;
    border-radius: 1rem;
    overflow: hidden;
}
.voice__item a {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    background: #fff;
    padding: 0 0 7% 0;
    height: 100%;
}
.voice__item-title {
    display: block;
    font-size: 1.8rem;
    color: #333;
    padding: 6% 6% 0 6%;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.56;
    height: 11rem;
}
.voice__item-image {
    display: block;
    aspect-ratio: 347 / 220;
    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: 11%;
    width: 55%;
    aspect-ratio: 192 / 40;
    font-size: 1.5rem;
    text-decoration: none;
    color: var(--main-color);
    border: 1px solid;
    border-radius: 5rem;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 0 0 5%;
}
.voice__item-btn:after {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.7em;
}
/*.news*/
.news {
    padding: 6rem 0 9rem;
    background: var(--light-color);
}
.news__list {
    display: flex;
    flex-direction: column;
    padding: 3% 0 4%;
}
.news__item {
    border-bottom: 1px solid #d8d8d8;
}
.news__item a {
text-decoration: none;
    padding: 1.9% 0.5%;
    display: flex;
    gap: 2.5%;
    align-items: center;
    letter-spacing: 0;
}
.news__item-date {
    display: block;
    color: #333;
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.news__item-category {
    color: var(--main-color);
    background: #fff;
    font-size: 1.3rem;
    width: 10%;
    display: grid;
    place-content: center;
    padding: 0.4% 0;
    border: 1px solid;
    border-radius: 0.3rem;
}
.news__item-title {
    color: #333;
    display: block;
    flex: 1;
	font-size: 1.7rem;
}
/*------------------------------------------------------------------------------------
	　archive
------------------------------------------------------------------------------------*/

/* .archive */
.archive__list {
    display: flex;
    flex-direction: column;
	gap: 2rem;
}
.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: 1.6rem;
    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: 0.2rem;
    background: #eaeaea;
    font-size: 1.4rem;
}
.archive__item-date {
    display: block;
    color: #666;
    font-size: 1.4rem;
	padding: 0 0 2% 0;
}
.archive__item-btn {
    width: 15.7rem;
    height: 3.8rem;
    color: #fff;
    background: var(--main-color);
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 0.5rem;
    pointer-events: none;
    display: grid;
    place-content: center;
    margin: 0 0 0 auto;
}
/* .archive__search */
.archive__search {
    padding: 0 0 3rem 0;
}
.archive__search ul {
    display: flex;
    gap: 1.5rem;
}
.archive__search li {
	height: 4.2rem;
	position: relative;
}
.archive__search select {
    font-size: 1.6rem;
    border: 1px solid #c5c5c5;
    border-radius: 0.3rem;
    height: 100%;
	box-sizing: border-box;
	width: 17rem;
}
.archive__search input[type="text"] {
    height: 100%;
    font-size: 1.6rem;
    border: 1px solid #c5c5c5;
    border-radius: 0.3rem;
    box-sizing: border-box;
    padding: 0 0 0 3.5rem;
	width: 23rem;
}
.archive__search li:has(input[type="text"]):before {
    position: absolute;
    left: 1rem;
    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: 1.8rem;
    font-weight: bold;
    text-align: center;
    background: var(--main-color);
    border: none;
    appearance: none;
    border-radius: 0.3rem;
	box-sizing: border-box;
	width: 7rem;
}
/*------------------------------------------------------------------------------------
	　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: 0.2rem;
    background: #eaeaea;
    font-size: 1.4rem;
    text-decoration: none;
    color: #333;
}
.single__content-date {
    display: block;
    color: #666;
    font-size: 1.4rem;
    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 8.5rem 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: 8rem;
}
.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: 8rem;
}
.page-search__list a {
    display: block;
    text-decoration: none !important;
    padding: 1.5rem 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 4rem; 0;
}
.sub-page .contact-form p {
    padding: 0;
    margin: 0;
}
.contact-form table th {
	width: 33%;
    text-align: left;
}
.contact-form table td {
    width: 67%;
}
.contact-form table td p {
    font-size: 1.7rem;
}
.contact-form table th p {
	display: flex;
    gap: 1rem;
	align-items: center;
}
.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: 1.2vw;
	font-size: 1.5rem;
}
::placeholder {
	font-size: 1.5rem;
	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: 1.2rem;
	font-size: 1.5rem;
}
.contact-form .wpcf7-not-valid-tip {
    font-size: 0.75em;
}
.sub-page .contact-form p:has(input[type=submit]){
	text-align: center;
}
.contact-form .wpcf7-spinner {
    position: absolute;
}
/*------------------------------------------------------------------------------------
  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: 0.4rem 0.4rem 0 0; } /* Current tab */
.simple-sitemap-container.tab-enabled input:checked + label { background-color: initial !important; }
.simple-sitemap-wrap { padding: 0 0 2rem; border-top: 0.4rem solid var(--main-color) !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: 3.5vw; }
  .sitemap-item a { font-size: 3.6vw;}
	.sitemap-item { margin: 4% 0 0;}
.children .sitemap-item { margin: 1% 0 0;}
.children .sitemap-item a { font-size: 3.4vw;}
}

/*------------------------------------------------------------------------------------
  ビジュアルエディターの装飾
------------------------------------------------------------------------------------*/
/* マーカー（共通） */
.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: 0.3rem 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: 4.6rem;
    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: 0.3rem 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: 2.9rem;
    box-sizing: border-box;
    padding: 0 0 0.2% 0;
    border-radius: 10rem;
    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: 0.3rem solid #cadae4;
}
.editor-related-link::before {
    content: "関連リンク";
    display: block;
    font-weight: bold;
    font-size: 2rem;
    color: #333;
    padding: 0 0 0 4%;
    margin: 0 0 1% 1%;
    background-image: url(/wp-content/uploads/2026/07/icon__file.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.9rem auto;
}
.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: 2.6rem;
    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: 2.6rem;
    font-weight: 600;
    line-height: 1.3;
    font-family: var(--noto-serif-jp);
}
.editor-heading-catch {
    background: #2b416b;
    color: #fff;
    font-size: 1.6rem;
    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: 1.5rem;
    height: 100%; 
    display: block;
    position: absolute;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    right: 0.1rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* 補足・注意フレーム */
.editor-supplementary-frame,
.editor-caution-frame { 
    position: relative; 
    display: block; 
    margin: 0 auto 3rem; 
    padding: 1.5rem 1.5rem 1.5rem 6.3rem; 
    width: 76rem; 
    line-height: 1.7; 
    border-width: 1px; 
    border-style: solid; 
    border-radius: 0.5rem; 
}
.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: 1rem; 
    left: 1rem; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 4rem; 
    height: 4rem; 
    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: -1.2rem; 
    left: 1.2rem; 
    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: 1.5rem; 
    width: 81rem; 
    line-height: 1.7; 
    border: 1px solid #ccc; 
    border-radius: 0.5rem; 
}

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

/* ボタン */
.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: 0.5rem; 
    box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, .15); 
}
.editor-default-button a { 
    padding: 1.5rem 3rem; 
    color: #fff !important; 
}
.editor-simple-button a { 
    padding: 1.5rem 3.5rem; 
    border-width: 0.2rem; 
    border-style: solid; 
}

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

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

  img.alignright {
    padding: 0.4rem;
    margin: 0 0 0.2rem 0.7rem;
    display: inline;
  }

  img.alignleft {
    padding: 0.4rem;
    margin: 0 0.7rem 0.2rem 0;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }

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

  .wp-caption {
    margin: 0 1rem;
  }

  .wp-caption p {
    margin: 0.5rem 1rem 2rem 0;
    text-align: center;
  }
/*------------------------------------------------------------------------------------
  パンくずリスト
------------------------------------------------------------------------------------*/
#breadcrumbs {
    font-size: 1.3rem;
    margin: 1.3rem auto 0;
}
/*------------------------------------------------------------------------------------
  目次
------------------------------------------------------------------------------------*/
#toc_container {
    line-height: 1.7em;
    clear: both;
}
.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 {
    background: var(--main-color);
	 border-color: var(--main-color)!important;
    color: #fff;
}
.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: 4rem 0;
    padding: 2rem 0;
}
main .pagenation li {
    display: inline-block;
    padding: 0 0.5rem;
}
main .pagenation li a {
    display: block;
    border: 1px solid var(--main-color);
    padding: 1.2rem 3rem;
    font-size: 1.4rem;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
}
main .pagenation li a:hover {
    background: var(--main-color);
    color: #fff;
}
main .wp-pagenavi {
    margin: 6rem 0 0;
    text-align: center;
    height: 4rem;
}