@charset "UTF-8";
.test-fa6 {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
:root {
	--main-color: #183b88;
	--sub-color: #a99360;
	--hover-color: #eff1f7;
	--header-height: min(150px, 15vw);
    scroll-padding: var(--header-height);
	--not-serif-jp: 'Noto Serif JP', 'Noto Serif', serif;
	
}
html {
   font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: min(1.8rem, 1.8vw);
    color: #333;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
}
/*------------------------------------------------------------------------------------
  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; }
}
/*------------------------------------------------------------------------------------
	　 Inview.js
------------------------------------------------------------------------------------*/
.--InviewFade { opacity: 0; /*表示前に透明にしておく */  transition: 0.1s; /*移動にかける時間 */ transition-delay: 0s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewFadeUp { /*表示前に透明にしておく */ transform: translateY(40px); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewFadeRight { opacity: 0; /*表示前に透明にしておく */ transform: translateX(20%); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewFadeLeft { opacity: 0; /*表示前に透明にしておく */ transform: translateX(-20%); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay1 { transition-delay: 0.4s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay2 { transition-delay: 0.8s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay3 { transition-delay: 1.2s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay4 { transition-delay: 1.4s; /*遅延をかける秒数 */ }
.--InviewFade.is-show { opacity: 1; }
.--InviewFade.--InviewFadeUp.is-show { opacity: 1; transform: translateY(0); }
.--InviewFade.--InviewFadeRight.is-show { opacity: 1; transform: translateX(0); }
.--InviewFade.--InviewFadeLeft.is-show { opacity: 1; transform: translateX(0); }

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

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

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

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

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }

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

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

  .wp-caption p {
    margin: 5px 10px 20px 0px;
    text-align: center;
  }
/*------------------------------------------------------------------------------------
  パンくずリスト
------------------------------------------------------------------------------------*/
#breadcrumbs {
    font-size: 1.3rem;
    padding: 20px 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);
}
/*------------------------------------------------------------------------------------
  親子がある場合の一覧
------------------------------------------------------------------------------------*/
.related-articles {
    padding: 50px 0 0 0;
}
.related-articles__box {
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
}
 .page_footer_contents.pc {
    margin-top: 40px;
}
.related-articles__parent {
    color: #fff;
    background: var(--main-color);
    font-size: 1.6rem;
    padding: 18px 15px;
}
.related-articles__child li a {
    padding: 17px 30px;
    color: var(--main-color);
    text-decoration: none;
    font-size: 1.6rem;
    display: flex;
    position: relative;
    gap: 10px;
}
.related-articles__child li {
    border-bottom: 1px solid var(--main-color);
    box-sizing: border-box;
}
.related-articles__child .children{
   border-top: 1px solid var(--main-color);
}
.related-articles__child .children li:last-child {
    border-bottom: none;
}
.related-articles__child {
}
.related-articles__child .children a {
    padding-left: 3em;
}
.related-articles__child li a:before {
    content: " \f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
}
.related-articles__child li a:hover {
     background: 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 {
    width: min(1140px, 98%);
    margin: min(45px, 4.5vw) auto min(55px, 5.5vw);
	display: flex;
	justify-content: space-between;
}
.sub-page h2:first-child {
    margin-top: 0;
}
main {
    width: 72.8%;
}
#tinymce p, .sub-page p {
    line-height: 2;
    padding: min(15px, 1.5vw) 0;
    font-size: min(1.8rem, 1.8vw);
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.br-pc {
    display: block;
}
a {
    color: var(--main-color);
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

img {
	vertical-align: top;
    max-width: 100%;
	height: auto;
}
.hv:hover {
	opacity: 0.7;
	cursor: pointer;
}
.hv {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.wrap {
	width: min(1140px, 98%);
	margin: 0 auto;
    z-index: 1;
}
.center {
    text-align: center;
}
.tel-num {
    display: flex;
    align-items: center;
	font-family: var(--not-serif-jp);
	font-weight: 700;
}
.btn-01 {
	text-decoration: none;
    color: var(--main-color);
    width: min(227px, 22.7vw);
    height: min(60px, 6vw);
    font-size: min(1.6rem, 1.6vw);
    gap: min(25px, 2.5vw);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
	background: #fff;
    border-radius: 5px;
	border: 1px solid;
	transition: 0.3s ease-in-out;
}
.btn-01:after {
	content: '\f138';
	font-family: "Font Awesome 6 Free";
	display: block;
	font-weight: 900;
	font-size: 0.9em;
}
@media (hover: hover) and (pointer: fine) {
	.btn-01:hover {
		background: var(--main-color);
		color: #fff;
		transition: 0.3s ease-in-out;
	}
}
.btn-02 {
	text-decoration: none;
    color: #fff;
    width: min(395px, 39.5vw);
    height: min(60px, 6vw);
    font-size: min(1.6rem, 1.6vw);
    gap: min(25px, 2.5vw);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    background: var(--sub-color);
    border-radius: 5px;
	border: 1px solid;
	transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
	.btn-02:hover {
		background: #fff;
		color: var(--sub-color);
		transition: 0.3s ease-in-out;
	}
}
.btn-02:after {
	content: '\f138';
	font-family: "Font Awesome 6 Free";
	display: block;
	font-weight: 900;
	font-size: 0.9em;
}
.sub-page .btn {
    width: min(529px, 52.9vw);
    padding: min(32px, 3.2vw) 4% min(32px, 3.2vw) 0;
    font-weight: 600;
    font-size: min(2rem, 2vw);
}
.sub-page .btn:after {
    right: 9%;
    font-size: 1em;
}
.single__content li,
.page__content li {
    padding: 0.4em 0;
    font-size: 1.7rem;
	 line-height: 1.5;
}
.page__content .simple-sitemap-container li {
    padding: 0;
    font-size: inherit;
}
.single__content li:before,
.page__content li:before {
	 content: '・';
    padding-right: 0.4em;
    color: var(--main-color);
}
.page__content .simple-sitemap-container li:before {
	content: none;
}

/*------------------------------------------------------------------------------------
	　見出し
------------------------------------------------------------------------------------*/
h1 {
}
h2 {
    font-size: min(3rem, 3vw);
    position: relative;
    margin: min(30px, 3vw) 0 min(35px, 3.5vw);
    padding: min(17px, 1.7vw) min(20px, 2vw);
    background: var(--main-color);
    color: #fff;
	font-family: var(--not-serif-jp);
}
h2:before {
	content: '';
	display: block;
    background: #fff;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 4px;
	left: 0;
}
h2:after {
	content: '';
	display: block;
    background: #fff;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 4px;
	left: 0;
}
h3 {
    font-size: min(2.8rem, 2.8vw);
    margin: min(30px, 3vw) 0;
    padding: min(13px, 1.3vw) 0;
	border-top: 1px solid;
    border-bottom: 1px solid #c9d2ec;
    color: var(--sub-color);
	line-height: 1.2;
	font-family: var(--not-serif-jp);
}
h4 {
    font-size: min(2.4rem, 2.4vw);
    margin: min(30px, 3vw) 0;
    padding: min(12px, 1.2vw) min(13px, 1.3vw);
    border-bottom: 2px solid var(--main-color);
    background: #f9f9f9;
    color: var(--main-color);
    font-family: var(--not-serif-jp);
    box-sizing: border-box;
}
h5 {
    font-size: min(2.2rem, 2.2vw);
    margin: min(30px, 3vw) 0;
    padding: min(5px, 0.5vw) min(12px, 1.2vw);
    border-left: 3px solid var(--sub-color);
    font-family: var(--not-serif-jp);
}
h6 {
	font-size: min(1.8rem, 1.8vw);
    margin: min(30px, 3vw) 0;
    padding: min(19px, 1.9vw) min(18px, 1.8vw);
    background: #f8f6f2;
}
main.top h2 {
    margin: 0;
    color: #333;
    font-size: min(3.5rem, 3.5vw);
    padding: 0;
    background: none;
    text-align: center;
}
main.top h2:before {
	content: none;
}
main.top h2:after {
	content: '';
	display: block;
	width: min(190px, 19vw);
	height: 4px;
	background: var(--sub-color);
	position:inherit;
	bottom: inherit;
    left: inherit;
	margin: min(35px, 3.5vw) auto 0 auto;
}
.page-title {
    box-sizing: border-box;
    position: relative;
    height: min(260px, 26vw);
    margin-top: var(--header-height);
	background-image: url(/wp-content/uploads/2025/06/page-title__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-title__h1 {
    font-size: min(3.5rem, 3.5vw);
    color: #333;
    font-weight: 700;
    box-sizing: border-box;
    border: none;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: min(15px, 1.5vw);
    margin: 0 auto;
    inset: 0;
    width: min(1200px, 95%);
    place-content: center;
    align-items: center;
    padding: 0;
    background: none;
	line-height: 1.2;
	font-family: var(--not-serif-jp);
}
.page-title__h1:after {
	content: '';
	display: block;
	width: min(108px, 10.8vw);
	height: 4px;
	background: var(--sub-color);
}

/*------------------------------------------------------------------------------------
	　ヘッダ、フッター
------------------------------------------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: var(--header-height);
	box-sizing: border-box;
	border-top: 5px solid var(--main-color);
}
.header__info-container {
    display: flex;
	align-items: center;
	gap: min(14px, 1.2vw);
	padding: 0 0 min(10px, 1vw) 0;
}
.header__title a {
    font-size: min(2.9rem, 2.9vw);
    font-weight: 600;
    color: #333;
    text-decoration: none;
    letter-spacing: -0.03em;
    font-family: var(--not-serif-jp);
}
.header__title a strong {
	color: var(--sub-color);
}
.header__company {
    font-size: min(1.3rem, 1.3vw);
    padding: min(10px, 1vw) 0 0 0;
}
.header__container {
    display: flex;
    justify-content: space-between;
    height: min(90px, 9vw);
    box-sizing: border-box;
    padding: min(10px,1vw) 0;
    align-items: center;
}
.header__tel-container {
    text-align: center;
}
.header__tel-hour {
    font-size: min(1.3rem, 1.3vw);
}
.header__tel-num {
    font-size: min(3.3rem, 3.3vw);
    gap: min(8px, 0.6vw);
    color: var(--sub-color);
}
.header__tel-num:before {
    content: '';
	display: inline-block;
	width: min(28px, 2.8vw);
	height: min(28px, 2.8vw);
	background-image: url(/wp-content/uploads/2025/06/icon__tel.png);
    background-size: contain;
	background-repeat: no-repeat;
	margin: 2px 0 0 0;
}
footer {
    position: relative;
    background: var(--main-color);
    padding: min(65px, 6.5vw) 0 min(20px, 2vw) 0;
    clear: both;
}
.footer__container {
    display: flex;
    justify-content: space-between;
}
.footer__menu--container {
    display: flex;
    gap: min(60px, 6vw);
	padding: 0 0 min(15px, 1.5vw) 0;
}
.footer__menu {
}
.footer__menu-title {
    color: #fff;
    font-weight: bold;
    font-size: min(1.8rem, 1.8vw);
	padding: 0 0 min(8px, 0.8vw) 0;
	font-family: var(--not-serif-jp);
}
.footer__menu-item {
    flex: 1;
    box-sizing: border-box;
}
.footer__menu a {
    color: #fff;
    text-decoration: none;
    font-size: min(1.5rem, 1.5vw);
	display: flex;
	align-items: center;
    line-height: 2.2;
	transition: 0.3s ease-in-out;
    gap: min(8px, 0.8vw);
	white-space: pre;
}
@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: '\f054';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.9em;
	color: #7895d5;
}
.footer__menu__search form {
	display: flex;
	justify-content: end;
}
.footer__menu__search-input {
    position: relative;
}
.footer__menu__search-input:before {
    content: '\f002';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: min(12px, 1.2vw);
    color: #afafaf;
    font-size: 0.8em;
}
.footer__menu__search input[type="text"] {
	width: min(160px, 16vw);
	height: min(35px, 3.5vw);
    border: 1px solid #fff;
	padding: min(10px, 1vw) min(10px, 1vw) min(10px, 1vw) min(28px, 2.8vw);
}
.footer__menu__search input#submit {
    background: var(--main-color);
    display: grid;
    place-content: center;
    border: 1px solid;
    color: #fff;
	height: min(35px, 3.5vw);
	width: min(65px, 6.5vw);
	box-sizing: border-box;
}
.footer__info {
}
.footer__title {
    width: min(326px, 32.6vw);
}
.footer__title a {
    display: block;
}
.footer__info__text {
    color: #fff;
    font-size: min(1.5rem, 1.5vw);
    line-height: 1.6;
    padding: min(35px, 3.5vw) 0;
}
.footer__info-menu {
    display: flex;
	gap: min(45px, 4.5vw);
}
.footer__info-menu-item a {
    color: #fff;
    text-decoration: none;
    font-size: min(1.5rem, 1.5vw);
	position: relative;
}
.footer__info-menu-item:first-child a:after {
	content: '';
    background: #8c9dc4;
	width: 1px;
	height: 70%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: max(-25px, -2.5vw);
}
/* .related-sites */
.related-sites {
    padding: min(37px, 3.7vw) 0 min(100px, 10vw);
}
.related-sites__list {
    display: flex;
    justify-content: center;
    gap: min(32px, 3.2vw);
}
.related-sites__item {
    width: min(276px, 27.6vw);
}
.related-sites__item a {
	display: block;
}
/* .floating-page-top */
.floating-page-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
}
.floating-page-top a {
	display: block;
	width: min(74px, 7.4vw);
	height: min(74px, 7.4vw);
}
/* .footer-floating-pc */
.footer-floating-pc {
    background: #f8f8f8;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.footer-floating-pc__content {
    align-items: center;
    display: flex;
    justify-content: center;
    height: min(68px, 6.8vw);
}
.footer-floating-pc__tel {
    gap: min(10px, 1vw);
}
.footer-floating-pc__mail a {
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    font-size: min(1.6rem, 1.6vw);
    display: flex;
    gap: min(15px, 1.5vw);
    align-items: center;
	width: min(227px, 22.7vw);
	height: min(44px, 4.4vw);
	border-radius: 5px;
	justify-content: center;
	border: 1px solid;
	transition: 0.3s ease-in-out;
}
.footer-floating-pc__mail a:before {
    content: '';
    display: inline-block;
    width: min(24px, 2.4vw);
    height: min(20px, 2vw);
    background-image: url(/wp-content/uploads/2025/07/icon__mail_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
	transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
	.footer-floating-pc__mail a:hover {
		background: #fff;
		color: var(--main-color);
		transition: 0.3s ease-in-out;
	}
	.footer-floating-pc__mail a:hover:before {
		background-image: url(/wp-content/uploads/2025/07/icon__mail-blue_pc.png);
		transition: 0.3s ease-in-out;
	}
}
.footer-floating-pc__tel-title {
    color: #e11111;
	font-size: min(3.3rem, 3.3vw);
}
.footer-floating-pc__tel-icon {
	width: min(26px, 2.6vw);
	height: min(40px, 4vw);
	display: block;
    margin: 2px 0 0 0;
}
.footer-floating-pc__tel-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-floating-pc__item.footer-floating-pc__tel {
    gap: min(10px, 1vw);
}
.footer-floating-pc__tel-hour {
	font-size: min(1.3rem, 1.3vw);
	background: #fff;
	border:1px solid #e0e0e0;
	margin: 0 min(115px, 11.5vw) 0 min(20px, 2vw);
	display: grid;
    place-content: center;
	width: min(227px, 22.7vw);
	height: min(35px, 3.5vw);
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    width: 22%;
}
.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 {
    background: var(--main-color);
	color: #fff;
    font-size: min(1.7rem, 1.7vw);
    font-weight: 600;
	font-family: var(--not-serif-jp);
	position: relative;
    padding: min(12px, 1.2vw) min(13px, 1.3vw) min(16px, 1.6vw) min(13px, 1.3vw);
}
.sidebar__title:after {
	content: '';
	background: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 4px;
}
.sidebar .widget_item.widget_nav_menu.nav_menu-2 {
    margin: min(22px, 2.2vw) 0 0 0;
}
.sidebar .menu-sidemenu-container {
	padding: min(10px, 1vw) 0 min(20px, 2vw);
}
.sidebar #menu-sidemenu a {
    text-decoration: none;
    color: #333;
    font-size: min(1.6rem, 1.6vw);
    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(58px, 5.8vw);
    padding: 0 min(12px, 1.2vw) 0 min(10px, 1vw);
	transition: 0.3s ease-in-out;
}
.sidebar #menu-sidemenu a:after {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
    font-size: 0.8em;
}
.sidebar .sub-menu {
    display: none;
}
.sidebar #menu-sidemenu .sub-menu a {
    padding-left: min(20px, 2vw);
    font-size: 0.8em;
    line-height: 1.1;
    background: #f8f8f8;
}
@media (hover: hover) {
    .sidebar #menu-sidemenu a:hover {
        background-color: var(--hover-color);
    }
}
.sidebar__contact {
    background: var(--sub-color);
    border: 3px solid var(--sub-color);
	padding: 0 0 min(8px, 0.8vw) 0;
	margin: 0 0 min(25px, 2.5vw) 0;
}
.sidebar__contact-title {
    font-family: var(--not-serif-jp);
    text-align: center;
    color: #fff;
    font-size: min(2rem, 2vw);
	padding: min(14px, 1.4vw) 0 min(17px, 1.7vw);
	font-weight: 600;
}
.sidebar__contact-tel {
    color: #fff;
    font-size: min(2.8rem, 2.6vw);
    justify-content: center;
    gap: min(5px, 0.3vw);
    padding: min(10px, 1vw) 0 min(5px, 0.5vw);
	white-space: pre;
}
.sidebar__contact-tel:before {
    content: '';
    display: inline-block;
    width: min(26px, 2.6vw);
    height: min(25px, 2.5vw);
    background-image: url(/wp-content/uploads/2025/07/icon__tel-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2px 0 0 0;
}
.sidebar__contact-hours {
    color: #fff;
    font-size: min(1.3rem, 1.3vw);
    text-align: center;
    padding: 0 0 min(10px, 1vw) 0;
}
.sidebar__contact-mail {
    display: flex;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    color: var(--sub-color);
    font-size: min(1.4rem, 1.4vw);
    border-radius: 5px;
    height: min(45px, 4.5vw);
    width: 90%;
    margin: 0 auto;
    align-items: center;
    gap: min(10px, 1vw);
}
.sidebar__contact-mail:before {
    content: '';
    display: inline-block;
    width: min(15px, 1.5vw);
    height: min(12px, 1.2vw);
    background-image: url(/wp-content/uploads/2025/07/icon__mail-02.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.sidebar__access-map {
    width: 100%;
    height: min(190px, 19vw);
}
.sidebar__access-map iframe {
    width: 100%;
    height: 100%;
}

.sidebar__access-address {
    font-size: min(1.4rem, 1.4vw);
    line-height: 1.79;
	padding: min(10px, 1vw) 0 min(8px, 0.8vw);
}
.sidebar__access-tel {
    font-size: min(2.8rem, 2.6vw);
    justify-content: center;
    gap: min(5px, 0.3vw);
    padding: min(10px, 1vw) 0 min(5px, 0.5vw);
	color: var(--sub-color);
	white-space: pre;
}
.sidebar__access-tel:before {
    content: '';
    display: inline-block;
    width: min(26px, 2.6vw);
    height: min(25px, 2.5vw);
    background-image: url(/wp-content/uploads/2025/07/icon__tel-gold.png);
    background-size: contain;
    background-repeat: no-repeat;
	margin: 2px 0 0 0;
}
.sidebar__access-hours {
    font-size: min(1.3rem, 1.3vw);
    text-align: center;
    padding: 0 0 min(20px, 2vw) 0;
}
.sidebar__access-title {
    background: var(--sub-color);
    font-weight: bold;
    color: #fff;
    font-size: min(1.5rem, 1.5vw);
    text-align: center;
    padding: min(5px, 0.5vw) 0;
}
.sidebar__contact-logo {
    padding: min(20px, 2vw) min(10px, 1vw);
}
.sidebar__area-image {
    padding: min(7px, 0.7vw);
	border: 1px solid #e2e2e2;
}
.sidebar__search {
	padding: min(25px, 2.5vw) 0 0 0;
}
.sidebar__search form {
    display: flex;
    justify-content: space-between;
}
.sidebar__search input[type="text"] {
    width: min(184px, 18.4vw);
    height: min(33px, 3.3vw);
    border: 1px solid #a4a4a4;
}
.sidebar__search input#submit {
    background: #717171;
    display: grid;
    place-content: center;
    border: 1px solid #717171;
    color: #fff;
    height: min(33px, 3.3vw);
    width: min(54px, 5.4vw);
    box-sizing: border-box;
	font-size: min(1.5rem, 1.5vw);
	font-weight: bold;
}
.sidebar .widget_media_image {
    margin: 0 0 min(13px, 1.3vw) 0;
}
.sidebar .media_image-2 {
    display: none;
}
/*------------------------------------------------------------------------------------
	　gn
------------------------------------------------------------------------------------*/

.global-nav {
    background: var(--main-color);i
    box-sizing: border-box;
}
.global-nav__list {
	  display: flex;
    width: min(1140px, 99vw);
    margin: 0 auto;
}
.global-nav__list > li {
    flex: 1;
	position: relative;
}
.global-nav__list > li > a {
    text-decoration: none;
    color: #fff;
	font-weight: 500;
    display: grid;
    place-content: center;
    height: min(60px, 6vw);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    font-size: min(1.6rem, 1.5vw);
    box-sizing: border-box;
    line-height: 1.1;
	position:relative;
}
.global-nav__list > li:has(.sub-menu) > a {
	pointer-events: none;
}
.global-nav__list > li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: #62749b;
}
.global-nav__list > li:last-child:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: #62749b;
}
.global-nav .nav-title {
    width: 100%;
}
.global-nav .sub-menu {
    display: none;
    background: var(--main-color);
	position: absolute;opacity: 0.95;
	min-width: 100%;
}
.global-nav .sub-menu a {
    font-size: min(1.4rem, 1.4vw);
    text-align: left;
    display: block;
    text-decoration: none;
    color: #fff;
    white-space: pre;
    padding: 10px;
}
@media (hover: hover) and (pointer: fine) {
	.global-nav__list a:hover {
     opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
	.global-nav__list li:hover .sub-menu {
  		display: block;
	}
}
.global-nav-sub__list {
    display: flex;
    gap: min(10px, 0.6vw);
}
.global-nav-sub__list a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: min(1.4rem, 1.3vw);
	letter-spacing: -0.04em;
}
@media (hover: hover) and (pointer: fine) {
	.global-nav-sub__list a:hover {
     opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
}
  /*----------------------------------------------------
    テーブルデザイン
  ----------------------------------------------------*/

table, table td, table th {
    border-collapse: collapse;
    border: 1px solid #d7d7d7;
}
table th {
	padding: 15px;
    background: #eef1f3;
    vertical-align: middle;
	font-size: min(1.7rem, 1.7vw);
  }
table td {
    padding: 15px;
    background: #fff;
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.375;
    vertical-align: middle;
}
/*------------------------------------------------------------------------------------
	　共通
------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner{
	position: relative;
}
.contact-banner__contents {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    bottom: min(16px, 1.2vw);
    width: 100%;
    gap: min(22px, 1.8vw);
}
.contact-banner__content-tel-num {
    font-size: min(3.3rem, 3.1vw);
    gap: min(10px, 0.7vw);
    color: #fff;
    line-height: 1;
    white-space: pre;
}
.contact-banner__content-tel-num:before {
    content: '';
    display: inline-block;
    width: min(29px, 2.9vw);
    height: min(28px, 2.8vw);
    background-image: url(/wp-content/uploads/2025/07/icon__tel-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2px 0 0 0;
}
.contact-banner__content-tel-hour {
    font-size: min(1.5rem, 1.3vw);
	color: #fff;
}
.contact-banner__content-mail {
}
.contact-banner__content-mail a {
    text-align: center;
    display: flex;
    align-items: center;
    background: #fff;
    text-decoration: none;
    color: var(--sub-color);
    font-size: min(1.7rem, 1.5vw);
    font-weight: 700;
    width: min(266px, 22vw);
    height: min(58px, 5.2vw);
    gap: min(13px, 1.1vw);
    box-sizing: border-box;
    padding: 0 0 0 min(17px, 1.5vw);
    font-family: var(--not-serif-jp);
    border-radius: 5px;
}
.contact-banner__content-mail a:before {
    content: '';
    display: inline-block;
    width: min(20px, 2vw);
    height: min(16px, 1.6vw);
    background-image: url(/wp-content/uploads/2025/07/icon__mail-02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/

.top-page {
	margin-top: var(--header-height);
}
main.top  {
	width: 100%;
}
.mv {
	background-image: url(/wp-content/uploads/2025/06/mv__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    
}
.mv__container {
	margin: 0 auto;
    width: min(1140px, 98vw);
    height: min(560px, 52vw);
    display: flex;
    align-items: center;
	position:relative;
    z-index: 2;
}
.mv__content {
	position:relative;
    z-index: 2;
}
.mv__main-title {
    font-size: min(4.8rem, 4.6vw);
    font-weight: 900;
    color: #ffffffe6;
    display: inline-block;
    padding: min(10px, 1vw) 0 min(65px, 6.5vw) 0;
	font-family: var(--not-serif-jp);
	text-align: center;
	line-height: 1.43;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
	letter-spacing: -0.05em;
}
.mv__main-title strong {
    color: #ffdb4f;
}
.mv__feature-list {
    display: flex;
	gap: min(14px, 1.3vw);
}
.mv__feature-item {
    display: grid;
    place-content: center;
    width: min(245px, 23vw);
    height: min(121px, 12vw);
	background-color: #ffffffe3;
    font-size: min(2.4rem, 2.3vw);
    box-sizing: border-box;
    text-align: center;
    font-weight: 900;
    line-height: 1.2;
	font-family: var(--not-serif-jp);
}
.mv__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 41%;
	z-index: 1;
}
.mv__image figcaption {
    color: #fff;
    font-size: min(1.8rem, 1.7vw);
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    bottom: min(20px, 2vw);
    right: min(20px, 2vw);
}
.mv__image figcaption strong {
    display: block;
    font-size: 1.11em;
}
/* .worries */
.worries {
    background-image: url(/wp-content/uploads/2025/06/worries__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: min(65px, 6.5vw) 0;
}
.worries__list {
    padding: min(65px, 6.5vw) 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: min(35px ,3.5vw) 0;
}
.worries__item {
    background: #fff;
    width: 48.3%;
	box-sizing: border-box;
	position:relative;
	height: min(320px, 32vw);
}
.worries__item:nth-child(3),
.worries__item:nth-child(4) {
	height: min(385px, 38.5vw);
}
.worries__item-title {
    display: grid;
    place-content: center;
    text-align: center;
    color: #fff;
    font-family: var(--not-serif-jp);
    background: var(--sub-color);
    font-size: min(2.5rem, 2.5vw);
    height: min(98px, 9.8vw);
    font-weight: bold;
    line-height: 1.2;
}
.worries__item-list {
    display: flex;
    flex-direction: column;
    gap: min(10px, 1vw);
	box-sizing: border-box;
}
.worries__item-text-container {
	padding: min(20px, 2vw) min(35px, 3.5vw);
}
.worries__item-list-item {
    font-size: min(1.8rem, 1.8vw);
    padding-left: 1em;
    text-indent: -1em;
}
.worries__item .btn-01 {
    position: absolute;
	bottom: min(25px, 2.5vw);
    left: 50%;
    transform: translateX(-50%);
}
/* .support */
.support {
	padding: min(60px, 6vw) 0 min(105px, 10.5vw) 0;
}
.support__content-01 {
	padding: min(85px, 8.5vw) 0 0 0;
}
.support__content-02,
.support__content-03 {
	padding: min(40px, 4vw) 0 0 0;
}
.support__title {
    color: #fff;
    font-family: var(--not-serif-jp);
    background: var(--main-color);
    font-size: min(2.9rem, 2.9vw);
    font-weight: bold;
    display: flex;
    align-items: center;
    height: min(82px, 8.2vw);
    text-align: center;
    place-content: center;
}
.support__content-02 .support__title {
    background: #0370c0;
}
.support__content-03 .support__title {
    background: #00b0ef;
}
.support__list {
    display: flex;
    gap: min(40px, 4vw) 2.6%;
	padding: min(30px, 3vw) 0 0 0;
    flex-wrap: wrap;
	justify-content: center;
}
.support__item {
    box-sizing: border-box;
    width: 23%;
	background: #f4f6fa;

}
.support__item a {
    transition: 0.3s ease-in-out;
    display: block;
    text-decoration: none;
    color: #333;
	height:min(191px, 19.1vw);
	position: relative;
	box-sizing: border-box;
	padding: min(15px, 1.5vw) 0 0 0;
}
.support__item a:after {
    content: '';
    display: block;
    width: min(10px, 1vw);
    height: min(10px, 1vw);
    background: var(--main-color);
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: min(8px, 0.8vw);
    right: min(8px, 0.8vw);
}
.support__content-02 .support__item a:after {
    background: #0370c0;
}
.support__content-03 .support__item a:after {
    background: #00b0ef;
}
.support__item-title {
    font-size: min(2.1rem, 2.1vw);
    font-family: var(--not-serif-jp);
    font-weight: bold;
	height: min(50px ,5vw);
	display: grid;
	place-content: center;
	text-align: center;
	line-height: 1.38;
    padding: min(10px, 1vw) 0 0 0;
}
.support__item-icon {
    width: min(101px, 10.1vw);
    height: min(101px, 10.1vw);
    display: block;
    margin: 0 auto 0;
}
.support__item-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;

}
@media (hover: hover) and (pointer: fine) {
	.support__item a:hover {
		background: var(--main-color);
		color: #fff;
		transition: 0.3s ease-in-out;
	}
	.support__content-02 .support__item a:hover {
		background: #0370c0;
	}
	.support__content-03 .support__item a:hover {
		background: #00b0ef;
	}
	.support__item a:hover:after {
		background: #f4f6fa;
	}
}
/* .information */
.information {
	background-image: url(/wp-content/uploads/2025/06/information__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding: min(80px, 8vw) 0 min(60px, 6vw) 0;
}
main.top .information h2:after {
	content: none;
}
.information__text {
	font-size: min(1.7rem, 1.7vw);
	text-align: center;
	line-height: 1.8;
	padding: min(70px, 7vw) min(120px, 12vw) min(50px, 5vw);
}
/* .seminar */
.seminar {
	padding: min(90px, 9vw) 0 min(95px, 9.5vw);
}
.seminar__item {
	padding: min(75px, 7.5vw) 0 0 0;
	display: flex;
    gap: min(25px, 2.5vw);
	text-decoration: none;
}
.seminar__item-text-container {
    flex: 1;
}
.seminar__item-title {
    font-size: min(2.6rem, 2.6vw);
    font-family: var(--not-serif-jp);
    display: block;
    border-bottom: 1px solid #d7d7d7;
	font-weight: bold;
	margin: 0 0 min(28px, 2.8vw) 0;
    line-height: 1.54;
    padding: 0 0 min(10px, 1vw) 0;
}
.seminar__item-detail {
    display: flex;
    gap: min(10px, 1vw);
    align-items: center;
	margin: 0 0 min(13px, 1.3vw) 0;
}
.seminar__item-detail-title {
    font-size: min(1.7rem, 1.7vw);
    color: #fff;
    background: var(--main-color);
    width: min(62px, 6.2vw);
    height: min(28px, 2.8vw);
    display: grid;
    place-content: center;
}
.seminar__item-detail-text {
    font-size: min(1.7rem, 1.7vw);
    color: #333;
}
.seminar__item-image {
    display: block;
    width: min(261px, 26.1vw);
    height: min(261px, 26.1vw);
}
.seminar__item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.seminar .btn-01 {
    margin: 0 0 0 auto;
}
/* .strong */
.strong {
    padding: min(125px, 12.5vw) 0 min(165px, 16.5vw) 0;
	background: #fcf9f3;
}
.strong__container {
    width: min(1140px, 100%);
    margin: 0 auto;
    max-width: 2000px;
}
.strong__list {
	padding: min(155px, 15.5vw) 0 0 0;
}
.strong__item {
    width: 100%;
	position: relative;
}
.strong__item-content {
    padding: min(25px, 2.5vw) min(60px, 6vw) min(25px, 2.5vw) min(30px, 3vw);
    background: #fff;
    width: 50%;
    box-sizing: border-box;
	height: min(380px, 38vw);
}
.strong__item:nth-child(even) .strong__item-content {
    margin: 0 0 0 auto;
}
.strong__item-num {
    color: var(--sub-color);
    font-family: var(--not-serif-jp);
    font-size: min(2.1rem, 2vw);
    font-weight: bold;
    letter-spacing: 0.1em;
}
.strong__item-num span {
	font-size: 1.76em;
}
.strong__item-text {
    line-height: 1.7;
    font-size: min(1.5rem, 1.6vw);
}
.strong__item-title {
    font-family: var(--not-serif-jp);
    color: var(--main-color);
    font-weight: bold;
	font-size: min(2.6rem, 2.5vw);
	padding: min(20px, 1.9vw) 0;
}

.strong__item-image {
    width: min(100%, 50vw);
    height: min(380px, 38vw);
    left: 50%;
    top: 0;
    position: absolute;
}
.strong__item:nth-child(even) .strong__item-image {
    transform: translateX(-100%);
}
.strong__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.greeting*/
.greeting {
    padding: min(105px, 10.5vw) 0 min(140px, 14vw) 0;
	background: var(--main-color);
}
main.top .greeting h2 {
    color: #fff;
}
.greeting__container {
    display: flex;
    padding: min(105px, 10.5vw) min(40px, 4vw) 0 min(40px, 4vw);
    justify-content: space-between;
    gap: min(60px, 6vw);
}
.greeting__text {
    line-height: 1.8;
    font-size: min(1.7rem, 1.7vw);
	color: #fff;
	flex: 1;
}
.greeting__text a {
	color: #fff;
}
.greeting__item-image {
    width: min(340px, 34vw);
}
/* .voice */
.voice {
    padding: min(90px, 9vw) 0 min(100px, 10vw) 0;
}
.voice__container {
    width: min(1140px, 98%);
    margin: 0 auto;
}
.voice__list {
    display: flex;
    gap: min(95px, 9.5vw);
    padding: min(110px, 11vw) 0 min(80px, 8vw) 0;
    justify-content: center;
}
.voice__item {
	width: 23%;
}
.voice__item-image {
    display: block;
    height: min(297px, 29.7vw);
}
.voice__item-image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.voice__item-text-container {
    display: block;
    height: min(140px, 14vw);
	padding: min(30px, 3vw) 0 0 0;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.voice__item-company {
    display: block;
    color: #333;
	font-size: min(1.7rem, 1.7vw);
	height: min(25px, 2.5vw);
}
.voice__item-post {
    display: block;
    color: #333;
	font-size: min(1.7rem, 1.7vw);
	height: min(32px, 3.2vw);
}
.voice__item-name {
    display: block;
    color: #333;
	font-size: min(2.2rem, 2.2vw);
    font-family: var(--not-serif-jp);
}
.voice__item-btn {
    border-radius: 5px;
    border: 1px solid;
	font-size: min(1.6rem, 1.6vw);
}
/*.news*/
.news {
    padding: min(60px, 6vw) 0 min(100px, 10vw);
	background-color: #f4f6fa;
}
.news__list {
    padding: min(80px, 8vw) min(60px, 6vw);
}
.news__item a {
    text-decoration: none;
    padding: min(30px, 3vw) min(5px, 0.5vw);
    display: block;
    display: flex;
    align-items: center;
    gap: min(25px, 2.5vw);
}
.news__item-inner {
    display: flex;
    align-items: center;
    gap: min(15px, 1.5vw);
}
.news__item {
    border-bottom: 1px solid #e7e7e7;
    -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;
}
.news__item:hover {
    background: var(--hover-color);
    -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;
}
.news__item-date {
    display: block;
    color: var(--main-color);
	font-size: min(1.6rem, 1.6vw);
	font-family: var(--not-serif-jp);
}
.news__item-title {
    color: #333;
    line-height: 1.6;
    letter-spacing: 0;
	display: block;
	flex: 1;
	font-size: min(1.7rem, 1.7vw);
}
.news__item-label {
    background: var(--main-color);
    color: #fff;
    font-size: min(1.3rem, 1.3vw);
    width: min(125px, 12.5vw);
    display: grid;
    place-content: center;
    height: min(33px, 3.3vw);
}
/* .access */
.access__map {
    height: min(550px, 55vw);
}

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

/* .archive */
.archive__item a {
    text-decoration: none;
    display: block;
    color: #333;
    transition: 0.3s ease-in-out;
}
.archive__item a {
    text-decoration: none;
    display: block;
    color: #333;
}
.archive__primary {
    display: flex;
    justify-content: space-between;
    gap: min(15px, 1.5vw);
	padding: 0 0 min(15px, 1.5vw) 0;
}
.archive__image {
    display: block;
	width: 25%;
	height: min(130px, 13vw);
}
.archive__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive__text {
    display: block;
    flex: 1;
	font-size: min(1.6rem, 1.6vw);
}
.archive__secondary {
    position: relative;
    display: block;
}
.archive__date {
	display: block;
	font-size: min(1.3rem, 1.3vw);
	padding: 0 0 min(10px, 1vw) 0;
}
.archive__category {
    display: flex;
    gap: min(10px, 1vw);
    width: 80%;
    flex-wrap: wrap;
}
.archive__category span {
    display: inline-block;
    padding: min(5px, 0.5vw) min(10px, 1vw);
    border-radius: 2px;
    background: #eaeaea;
    font-size: min(1.4rem, 1.4vw);
}
.archive__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: min(10px, 1vw) min(30px, 3vw);
    color: #fff;
    background: var(--main-color);
    font-size: min(1.6rem, 1.6vw);
    font-weight: 500;
    border-radius: 5px;
    pointer-events: none;
}

/*------------------------------------------------------------------------------------
	　single
------------------------------------------------------------------------------------*/

.single__content-thumbnail {
	text-align: center;
    margin: 0 0 min(10px,1vw) 0;
}

/*------------------------------------------------------------------------------------
	　page
------------------------------------------------------------------------------------*/
.page__content {
    padding: 0 0 min(85px, 8.5vw) 0;
}
.page__content:empty {
    padding: 0;
}
.page__content-thumbnail {
	text-align: center;
    margin: 0 0 min(10px,1vw) 0;
}
/* .page-parts-child 固定ページ親子兄弟記事*/
.page-parts-child {
    padding: min(50px, 5vw) 0 min(85px, 8.5vw) 0;
}
.page-parts-child__parent-title {
    background: var(--main-color);
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: var(--not-serif-jp);
    font-size: min(1.9rem, 1.9vw);
    padding: min(15px, 1.5vw) min(20px, 2vw);
}
.page-parts-child__list {
    display: flex;
    flex-wrap: wrap;
}
.page-parts-child__item {
    width: 100%;
}
.page-parts-child__item a {
    background: #fff;
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
    text-decoration: none;
    color: #333;
    overflow: hidden;
    box-sizing: border-box;
    font-size: min(1.7rem, 1.7vw);
    padding: min(16px, 1.6vw) min(25px, 2.5vw);
	transition: 0.3s ease-in-out;
	border-top: 1px solid var(--main-color);
	border-left: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
}
.page-parts-child__item:last-child a {
	border-bottom: 1px solid var(--main-color);
}
.page-parts-child__item a:before {
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.6em;
    color: var(--main-color);
}
@media (hover: hover) {
    .page-parts-child__item a:hover {
        background-color: var(--hover-color);
    }
}
/*------------------------------------------------------------------------------------
	　.main.page-404
------------------------------------------------------------------------------------*/
main.page-404 {
    padding-bottom: 80px;
}
.page-404__main-text {
    text-align: center;
    font-size: 17.6rem;
    font-weight: 600;
    color: #d8d8d8;
}
.page-404__text {
    text-align: center;
    font-size: 2rem;
}
.page-404__search {
    text-align: center;
}

/*------------------------------------------------------------------------------------
	　.main.page-search
------------------------------------------------------------------------------------*/
main.page-search {
    padding-bottom: 80px;
}
.page-search__list a {
    display: block;
    text-decoration: none !important;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}
.page-search__list a:hover {
	background: var(--hover-color);
}
/*------------------------------------------------------------------------------------
	　.main.page-contact
------------------------------------------------------------------------------------*/
.sub-page .page-contact table p {
	padding: 0;
}
.sub-page:has(.page-contact) .page__content__text {
	padding: 0;
}
.page-contact table {
	width: 100%;
}
.page-contact table th {
    font-weight: 600;
}
.page-contact .required {
    color: #c70202;
}
.contact__item-title {
    display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	padding: 10px;
}
.page-contact__submit {
	padding: min(10px,1vw) 0 0 0;
}
.page-contact__submit p {
	text-align: center;
	position: relative;
}
.page-contact__submit .wpcf7-spinner {
	position: absolute;
}
textarea {
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	padding: 10px;
}
label {
    display: block;
}
.contact-btn input {
	background: none;
	color: #fff;
	font-weight: 600;
	border: none;
    font-size: min(2rem, 2vw);
}
div#wpcf7cpcnf th {
	width: 35%;
}
div#wpcf7cpcnf td {
	width: 65%;
}
