@charset "UTF-8";

:root {
	--main-color: #293855;
	--sub-color: #819fd9;
	--light-color: #f0f5fa;
   --hover-color: #f0f5fa;
   --header-height: 120px;
	--noto-serif-jp: "Noto Serif JP", serif;
    scroll-padding: var(--header);
}
html {
   font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
    font-size: 1.8rem;
    color: #333;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03em;
}
/*----------------------------------------------------------------------------------------
  Simple Sitemap
----------------------------------------------------------------------------------------*/
.simple-sitemap-container h3 { padding: 1rem 2rem; white-space: nowrap; font-size: 1.8rem; font-weight: 800 !important; background-color: transparent; border: none; }
.simple-sitemap-container.tab-enabled label { margin-bottom: -1px !important; background-color: #f4f4f4; } /* Default tab */
.simple-sitemap-container.tab-enabled input:checked + label > * { position: relative; z-index: 1; color: #664c00 !important; background-color: #fff; border: 1px solid #ddd; border-bottom: none; border-radius: 4px 4px 0 0; } /* Current tab */
.simple-sitemap-container.tab-enabled input:checked + label { background-color: initial !important; }
.simple-sitemap-wrap { padding: 0 0 2rem; }
.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 5 Free"; font-weight: bold; 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 { opacity: 0; /*表示前に透明にしておく */ 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.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); }
body.editor-area .--InviewFade,
body.editor-area .--InviewFade.--InviewFadeUp,
body#tinymce .--InviewFade,
body#tinymce .--InviewFade.--InviewFadeUp {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
}
/*----------------------------------------------------------------------------------------
  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: #333;
    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 5 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: 1100px;
    margin: 70px auto;
}
.sub-page h2:first-child {
    margin-top: 0;
}
#tinymce p, main 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);
}
a:hover {
text-decoration: none;
}

img {
vertical-align: top;
    max-width: 100%;
  height: auto;
}
.hv:hover {
opacity: 0.7;
}
.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;
    z-index: 1;
}
.center {
    text-align: center;
}
.tel-num {
    font-family: var(--noto-serif-jp);
	font-weight: bold;
}
.btn {
    text-decoration: none;
	color: #fff;
	background: var(--main-color);
    font-size: min(1.8rem, 1.8vw);
    width: min(355px, 35.5vw);
    display: flex;
    align-items: center;
    place-content: space-around;
    box-sizing: border-box;
    padding: 23px 0;
    position: relative;
    margin: 0 auto;
    border: 1px solid var(--main-color);
	overflow: hidden;
	transition-duration: .4s;
}
.btn:after {
    content: '\f105';
    font-family: Font Awesome\ 5 Free;
    display: block;
    top: 50%;
    right: 10%;
    transform: translateX(50%) translateY(-50%);
    position: absolute;
    font-weight: bold;
}
 @media (hover: hover) and (pointer: fine) {
	.btn:hover {
		color: var(--main-color);
		background: #fff;
    	transform: scale(1.05);
	}
}
.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(--sub-color);
}
.page__content .simple-sitemap-container li:before {
	content: none;
}


/*----------------------------------------------------------------------------------------
	　見出し
----------------------------------------------------------------------------------------*/
h1 {
}
h2 {
    font-size: min(4rem, 4vw);
    position: relative;
    margin: min(30px, 3vw) 0;
    padding: min(20px, 2vw) 0;
    border-top: min(4px, 0.4vw) solid var(--main-color);
    border-bottom: min(4px, 0.4vw) solid var(--main-color);
    font-family: var(--noto-serif-jp);
    font-weight: 500;
	color: var(--main-color);
	clear: both;
}
h2:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: var(--main-color);
    position: absolute;
    top: 3px;
	left: 0;
}
h2:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: var(--main-color);
    position: absolute;
    bottom: 3px;
	 left: 0;
}
h3 {
    font-size: min(3rem, 3vw);
    margin: min(30px, 3vw) 0;
    font-weight: 500;
    padding: min(15px, 1.5vw);
    position: relative;
    background: var(--light-color);
    font-family: var(--noto-serif-jp);
    clear: both;
}
 h4 {
    font-size: min(2.6rem, 2.6vw);
    margin: min(30px, 3vw) 0;
    padding: min(10px, 1vw);
    color: var(--main-color);
    font-family: var(--noto-serif-jp);
    font-weight: 500;
    border-bottom: 1px solid;
	 clear: both;
}
h5 {
    font-size: min(2.2rem, 2.2vw);
    margin: min(30px, 3vw) 0;
    border-left: min(5px, 0.5vw) solid var(--sub-color);
    padding: min(5px, 0.5vw) min(12px, 1.2vw);
	clear: both;
}
 h6 {
    font-size: min(2.1rem, 2.1vw);
    margin: min(30px, 3vw) 0;
	 background: #fffbe5;
	 padding: min(17px, 1.7vw);
	 clear: both;
}
main.top h2,
.tab-information h2 {
    background: inherit;
    text-align: center;
    font-size: min(4rem, 4vw);
    margin: 0;
    padding: 0;
    border: none;
    letter-spacing: 0.03em;
}
main.top h2:before,
.tab-information h2:before,
main.top h2:after,
.tab-information h2:after {
    content: none;
}
.en-title {
    text-align: center;
    color: var(--sub-color);
    padding: 10px 0 0 0;
    font-size: min(2.2rem, 2.2vw);
	font-family: "Montserrat", sans-serif;
}
.page-title {
    box-sizing: border-box;
    position: relative;
    height: min(300px, 30vw);
    margin-top: var(--header-height);
    background: var(--main-color);
}
.page-title__thumbnail {
    height: 100%;
}
.page-title__thumbnail img {
	width: 100%;
    height: 100%;
	object-fit: cover;
	filter: brightness(0.7);
}
.page-title__h1 {
    font-size: min(4.2rem, 4.2vw);
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    border: none;
    letter-spacing: 0.2em;
    font-family: var(--noto-serif-jp);
    position: absolute;
    height: 100%;
    display: flex;
    margin: 0 auto;
    inset: 0;
    width: min(1100px, 95%);
    place-content: center;
    align-items: center;
}
/*----------------------------------------------------------------------------------------
	　ヘッダ、フッター
----------------------------------------------------------------------------------------*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #fffffff2;
	 z-index: 9999;
}
.header__inner {
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
    margin: 0 auto;
    height: var(--header-height);
    align-items: end;
    display: flex;
	padding: 0 min(20px, 2vw) 0 min(30px, 3vw);
}
.header__title-container {
    display: flex;
    align-items: center;
    gap: min(18px, 1.8vw);
    height: 100%;
}
.header__icon {
    width: min(51px, 5.1vw);
}
.header__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header__title {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* place-content: center; */
    justify-content: center;
	gap: min(10px, 1vw);
}
.header__logo {
    width: min(342px, 34.2vw);
}
.header__address {
    font-size: min(1.4rem, 1.4vw);
}
.header__contact__container {
	display: flex;
    align-items: center;
    justify-content: end;
    gap: min(20px, 2vw);
}
.header__contact a {
	display: block;
	text-decoration: none;
}
.header__contact-tel {
    line-height: 1;
    display: flex;
    align-items: center;
    gap: min(8px, 0.8vw);
}
.header__contact-tel-icon {
    width: min(19px, 1.9vw);
}
.header__contact-tel-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header__contact-tel-num {
    font-size: 3rem;
    gap: 7px;
    line-height: 1.3;
}
.header__contact-tel-hour {
    text-align: center;
    font-size: min(1.4rem, 1.4vw);
}
.header__contact-mail a {
	text-decoration: none;
    border-radius: 5px;
    font-size: min(1.5rem, 1.5vw);
    box-sizing: border-box;
	width: min(170px, 17vw);
    height: min(54px, 5.4vw);
    display: flex;
    align-items: center;
    place-content: center;
    color: #fff;
    background: var(--main-color);
    gap: min(10px, 1vw);
}
.header__contact-mail-icon {
    width: min(20px, 2vw);
}
.header__contact-mail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header__contact-mail-title {
    text-align: center;
    display: block;
}

footer {
    position: relative;
    background: #232323;
}

.footer__container {
	display: flex;
    justify-content: space-between;
    width: min(1050px, 95%);
    margin: 0 auto;
    padding: min(40px, 4vw) 0;
    align-items: center;
	gap: 12%;
}
.footer__info {
}
.footer__logo {
    width: min(342px, 33vw);
}
.footer__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer__info-address {
    color: #fff;
    font-size: min(1.3rem, 1.2vw);
    line-height: 2;
    padding: min(20px, 2vw) 0 0 0;
}
.footer__info-address strong {
    font-size: 1.23em;
	display: block;
}
.footer__menu {
    display: flex;
    flex: 1;
	gap: min(10px, 1vw);
}
.footer__menu-item {
    flex: 1;
}
.footer__menu a {
    color: #fff;
    text-decoration: none;
    font-size: min(1.4rem, 1.4vw);
    display: flex;
    gap: min(5px, 0.5vw);
    padding: 0 0 min(12px, 1.2vw) 0;
    align-items: center;
}
.footer__menu a:before {
    content: '\f105';
    font-family: Font Awesome\ 5 Free;
    display: inline-block;
    font-weight: bold;
    color: var(--sub-color);
}
footer .copyright {
    text-align: center;
    color: #a9b4c9;
    background: var(--main-color);
    font-size: min(1.1rem, 1.1vw);
    padding: min(15px, 1.5vw) 0;
}

/*----------------------------------------------------------------------------------------
	　gn
----------------------------------------------------------------------------------------*/

.global-nav {
}
.global-nav .global-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: min(60px, 6vw);
}
.global-nav 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;
	text-decoration: none;
	font-size: min(1.5rem, 1.5vw);
	 cursor: pointer;
}
.global-nav .global-nav__list > li > a {
    color: #333;
    display: block;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
}
 @media (hover: hover) and (pointer: fine) {
	.global-nav .global-nav__list > li > a:hover {
		color: var(--main-color);
	}
}
/* .global-nav__sub-menu */
.global-nav__sub-menu-wrapper {
    width: 100vw;
    background: #293855f2;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    padding: min(35px, 3.5vw) 0;
	display: none;
}
.global-nav__sub-menu {
    width: min(1100px, 95%);
    margin: 0 auto;
    display: flex;
    gap: 6%;
/*     align-items: center; */
}
.global-nav__sub-menu a {
	color: #fff;
}
.global-nav__sub-menu a:hover {
   opacity: 0.7;
}
.global-nav__sub-menu-block.block-1 a {
    color: var(--main-color);
    background: #fff;
    font-size: min(2.2rem, 2.2vw);
    width: 100%;
    height: min(109px, 10.9vw);
    display: grid;
    place-content: center;
}
.global-nav__sub-menu-block.block-1 {
	width: 27%;
    text-align: center;
    font-weight: bold;
}

.global-nav__sub-menu-block.block-2,
.global-nav__sub-menu-block.block-3,
.global-nav__sub-menu-block.block-4 {
    display: flex;
    flex-direction: column;
	gap: min(8px, 0.8vw);
    min-width: 16%;
}
 @media (hover: hover) and (pointer: fine) {
	.menu-item-has-children:hover .global-nav__sub-menu-wrapper {
    	display: block;
	}
}
/*----------------------------------------------------------------------------------------
    テーブルデザイン
----------------------------------------------------------------------------------------*/
  table {
    font-size: inherit;
    font: 100%;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #b9b9b9;
    border-right-color: #b9b9b9;
  }

  table th {
    padding: 10px;
    border: 1px #b9b9b9 solid;
    border-width: 0 0 1px 1px;
    background: var(--light-color);
    vertical-align: middle;
	  font-size: min(1.8rem, 1.8vw);
  }

  table td {
    padding: 10px;
    border: 1px #b9b9b9 solid;
    border-width: 0 0 1px 1px;
    background: #fff;
    font-size: min(1.8rem, 1.8vw);
    line-height: 1.5;
    vertical-align: middle;
  }
main table {
  margin-top: 10px;
  margin-bottom: 30px;
}
main table th {
  vertical-align: middle;
}

main table tr {
  vertical-align: middle;
}

main table td {
  vertical-align: middle;
}

/*----------------------------------------------------------------------------------------
	　TOP
----------------------------------------------------------------------------------------*/
main.top {
    margin-top: var(--header-height);
}
main.top p {
	font-size: min(1.6rem, 1.6vw);
	line-height: 1.6875;
	padding: 0;
}
.sub-title {
    text-align: center;
    font-size: min(1.7rem, 1.7vw);
    font-weight: 500;
}
/* .mv */
.mv {
/* 	aspect-ratio: 2000 / 1075; */
}
/* .introduction */
.introduction {
    background-image: url(/wp-content/uploads/2025/10/introduction__bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: min(90px, 9vw) 0 min(265px, 26.5vw);
    margin: -4px 0 0 0;
}
.introduction__container {
    text-align: center;
    position: relative;
    width: min(870px, 87vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: min(65px, 6.5vw);
}
.introduction__container::before, .introduction__container::after {
	content: '';
	width: min(20px,2vw);
	height: 100%;
	position: absolute;
}

.introduction__container::before {
	border-left: solid 2px #e6e8ee;
	border-top: solid 2px #e6e8ee;
	border-bottom: solid 2px #e6e8ee;
	top: 0;
	left: 0;
}

.introduction__container::after {
	border-right: solid 2px #e6e8ee;
	border-top: solid 2px #e6e8ee;
	border-bottom: solid 2px #e6e8ee;
	top: 0;
	right: 0;
}
.introduction__message {
    font-size: min(3rem, 3vw);
    font-family: var(--noto-serif-jp);
    font-weight: 500;
    color: #fff;
    line-height: 2.1;
}
.introduction__message strong{
	font-size: 1.8em;
    font-weight: 600;
}
.introduction__message .new-line-pc {
    display: block;
}
/* strengths */
.strengths {
    padding: min(115px, 11.5vw) 0 min(90px, 9vw);
    background-image: url(/wp-content/uploads/2025/10/strengths__bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% min(427px, 42.7vw);
}
.strengths__container {
	width: min(1000px, 95%);
    margin: 0 auto
}
.strengths__sub-title {
    text-align: center;
    color: var(--main-color);
    padding: 10px 0 0 0;
    font-size: min(1.6rem, 1.6vw);
}
.strengths__list {
    display: flex;
    justify-content: space-between;
    padding: min(95px, 9.5vw) 0 0 0;
}
.strengths__item {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    width: 31.8%;
	position: relative;
	counter-increment: cnt;
}
.strengths__item:before {
    content: counter(cnt);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: var(--main-color);
    color: #fff;
    display: grid
;
    place-content: center;
    width: min(80px, 8vw);
    height: min(80px, 8vw);
    border-radius: 100px;
    font-size: min(2.7rem, 2.7vw);
    font-family: var(--noto-serif-jp);
    font-weight: 100;
}
.strengths__item a {
    text-decoration: none;
    display: block;
    padding: 0 0 min(20px, 2vw) 0;
}
.strengths__item-image {
    display: block;
    border-bottom: 1px solid #e1e1e1;
}
.strengths__item-title {
	font-family: var(--noto-serif-jp);
    font-size: min(2.4rem, 2.4vw);
    display: grid;
    place-content: center;
    height: min(115px, 11.5vw);
    text-align: center;
    line-height: 1.33;
    color: var(--main-color);
    font-weight: 600;
}
.strengths__item-text {
    display: block;
    font-size: min(1.6rem, 1.5vw);
    line-height: 1.625;
    height: min(140px, 14vw);
    padding: 0 min(30px, 3vw);
}
.strengths__item-btn.btn {
    font-size: min(1.7rem, 1.7vw);
    padding: 12px 0;
    width: 80%;
}
/* .service */
.service {
    padding: min(60px, 6vw) 0 min(100px, 10vw);
    background-image: url(/wp-content/uploads/2025/10/service__bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% min(365px, 36.5vw);
}
.service__container {
	width: min(1038px, 95%);
	margin: 0 auto;
}
.service .sub-title {
    padding: min(25px, 2.5vw) 0 0;
}
.service__list {
    display: flex;
    flex-wrap: wrap;
    gap: min(25px,2.5vw) 2.93%;
	padding: min(95px, 9.5vw) 0 0 0;
    justify-content: center;
}
.service__item {
    width: 22.8%;
	background-image: url(/wp-content/uploads/2025/10/service__image-01.jpg);
    position: relative;
    overflow: hidden;
    background-size: cover;
    aspect-ratio: 1;
}
.service__item a {
	text-decoration: none;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    place-content: center;
    background-color: rgb(41, 56, 85, 84%);
    transition: 0.3s ease-in-out;
}
@media (hover: hover) {
    .service__item a:hover {
    	background-color: transparent;
		transition: 0.3s ease-in-out;
   }
	.service__item a:hover .service__item-title {
    	color: var(--main-color);
        text-shadow: #fff 10px 0px 10px, #fff -10px 0px 10px, #fff 0px -10px 10px, #fff -10px 0px 10px, #fff 10px 10px 10px, #fff -10px 10px 10px, #fff 10px -10px 10px, #fff -10px -10px 10px, #fff 1px 10px 10px, #fff -1px 10px 10px, #fff 1px -10px 10px, #fff -1px -10px 10px, #fff 10px 1px 10px, #fff -10px 1px 10px, #fff 10px -1px 10px, #fff -10px -1px 10px, #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
   }
}

.service__item:nth-child(2) {
    background-image: url(/wp-content/uploads/2025/10/service__image-02.jpg);
}
.service__item:nth-child(3) {
    background-image: url(/wp-content/uploads/2025/10/service__image-03.jpg);
}
.service__item:nth-child(4) {
    background-image: url(/wp-content/uploads/2025/10/service__image-04.jpg);
}
.service__item:nth-child(5) {
    background-image: url(/wp-content/uploads/2025/10/service__image-05.jpg);
}
.service__item:nth-child(6) {
    background-image: url(/wp-content/uploads/2025/10/service__image-06.jpg);
}
.service__item:nth-child(7) {
    background-image: url(/wp-content/uploads/2025/10/service__image-07.jpg);
}
.service__item-title {
    color: #fff;
    font-size: min(2.6rem, 2.6vw);
    text-align: center;
    display: grid;
    place-content: center;
    font-family: var(--noto-serif-jp);
    font-weight: 600;
    line-height: 1.2;
    box-sizing: border-box;
	gap: min(5px, 0.5vw);
}
.service__item-title span {
    font-size: 0.6em;
}
/* .voice */
.voice {
    padding: min(75px, 7.5vw) 0 min(70px, 7vw);
    background-image: url(/wp-content/uploads/2025/10/voice__bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.voice__container {
    width: min(1040px, 95%);
    margin: 0 auto;
}
.voice .sub-title {
    padding: min(25px, 2.5vw) 0 0;
}
.voice__list {
    display: flex;
    justify-content: center;
    padding: min(50px, 5vw) 0 min(55px, 5.5vw) 0;
    gap: 2%;
}
.voice__item {
    background: #fff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    width: 32%;
}
.voice__item a {
    text-decoration: none;
    display: block;
}
.voice__item-image {
    display: block;
	height: min(230px, 23vw);
}
.voice__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.voice__item-title {
    display: block;
    height: min(160px, 16vw);
    font-size: min(1.8rem, 1.8vw);
    color: #333;
    line-height: 1.56;
    padding: min(40px, 4vw);
    box-sizing: border-box;
}
/* .message */
.message {
    padding: min(70px, 7vw) 0 min(110px, 11vw) 0;
    position: relative;
	background: var(--light-color);
}
.message__container {
	width: min(1000px, 95%);
    margin: 0 auto;
}
.message__content {
    display: flex;
    justify-content: space-between;
    padding: min(50px, 5vw) 0 0;
}
.message__content-image {
	width: min(356px, 35.6vw);
	height: min(379px, 37.9vw);
}
.message__content-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.message__content-text-container {
    width: 55%;
}
main.top .message__content-text p {
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.72;
    padding: 0 0 min(30px, 3vw) 0;
}
/* .books */
.books {
	padding: min(85px, 8.5vw) 0  min(90px, 9vw) 0;
}
.books__container {
    width: min(900px, 95%);
    margin: 0 auto;
}
.books__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding: min(65px, 6.5vw) 0 0 0;
	gap: min(65px, 6.5vw) 5%;
}
.books__item {
    width: 30%;
}
.books__item a {
    text-decoration: none;
    display: block;
    text-align: center;
}
.books__item figcaption {
    text-align: center;
    font-size: min(1.7rem, 1.7vw);
    font-weight: 500;
	padding: min(15px, 1.5vw) 0 0 0;
}
.books__item img {
    display: block;
    height: min(340px, 34vw);
    margin: 0 auto;
    width: auto;
}
/* .column */
.column {
    background: var(--light-color);
	padding: min(105px, 10.5vw) 0 min(85px, 8.5vw);
}
.column__container {
    width: min(1030px, 95%);
    margin: 0 auto;
	position: relative;
}
.column .sub-title {
    padding: 0 0 min(20px, 2vw) 0;
}
main.top .column__text {
	padding: min(65px, 6.5vw) 0 0 0;
}
.column__image {
    width: min(326px, 32vw);
    position: absolute;
    top: min(80px, 8vw);
    right: min(25px, 2vw);
    z-index: 1;
}
.column__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.column__list {
    display: flex;
    justify-content: center;
    padding: min(50px, 5vw) 0 min(65px, 6.5vw) 0;
    gap: 2%;
    position: relative;
    z-index: 2;
}
.column__item {
    background: #fff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    width: 23.5%;
}
.column__item a {
    text-decoration: none;
    display: block;
}
.column__item-image {
    display: block;
	height: min(160px, 16vw);
}
.column__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column__item-text-container {
    display: block;
    padding: min(10px, 1vw) min(10px, 1vw) min(15px, 1.5vw) min(10px, 1vw);
}
.column__item-title {
    display: block;
    height: min(90px, 9vw);
    font-size: min(1.7rem, 1.7vw);
    color: #333;
	font-weight:bold;
    line-height: 1.2;
    padding: min(15px, 1.5vw) 0 0 0;
    box-sizing: border-box;
}
.column__item-date {
    font-size: min(1.4rem, 1.4vw);
    display: block;
    color: #a5a5a5;
	padding: 0 0 0 min(5px, 0.5vw);
}
.column__item-category {
	border: 1px solid;
    color: var(--main-color);
    font-size: min(1.3rem, 1.3vw);
    display: inline-flex;
    place-content: center;
    padding: min(4px, 0.7vw) min(12px, 1.2vw);
}
/*----------------------------------------------------------------------------------------
	　共通ブロック
----------------------------------------------------------------------------------------*/


/* .contact-banner */

.contact-banner {
    background: var(--light-color);
    padding: min(45px, 4.5vw) 0;
}
.contact-banner__container {
	width: min(690px, 75%);
	margin: 0 auto;
}
.contact-banner__btn {
    transition-duration: .4s;
    border-radius: 20px;
    border: 1px solid;
    font-size: min(3rem, 3vw);
    display: grid;
    background: #fff;
    text-decoration: none;
    font-family: var(--noto-serif-jp);
    height: min(117px, 11.7vw);
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 38%;
}
.contact-banner__btn:after {
    content: '\f105';
    font-family: Font Awesome\ 5 Free;
    display: grid;
    place-content: center;
    top: 0;
    right: 0;
    position: absolute;
    color: var(--main-color);
    font-weight: bold;
    height: 100%;
    font-size: min(22px, 2.2vw);
    width: 17%;
    border-left: 1px solid;
}
.contact-banner__btn-image {
    position: absolute;
    display: block;
    width: min(129px, 12.9vw);
    bottom: 0;
    left: min(27px, 2.7vw);
}
.contact-banner__btn-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (hover: hover) and (pointer: fine) {
	.contact-banner__btn:hover {
    	color: #fff;
    	background: var(--main-color);
    	transform: scale(1.05);
	}
}
.contact-banner__btn:hover:after {
    border-color: #fff;
}

/*.tab-information */
.tab-information {
   padding: min(60px, 6vw) 0 min(90px, 9vw) 0;
}
.tab-information__container {
	width: min(1000px, 95%);
    margin: 0 auto;
}
.tab-information__list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.tab-information__list li {
    width: 100%;
    border-bottom: solid 1px #d7d7d7;
}
.tab-information__list a {
    display: flex;
    padding: min(20px, 2vw) min(10px, 1vw);
    text-decoration: none;
    color: #333;
	font-size: min(1.6rem, 1.6vw);
	gap: min(20px, 2vw);
}
.tab-information__list dl {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
}
.tab-information__date {
    box-sizing: border-box;
    display: block;
    color: var(--main-color);
}
.tab-information__title {
    line-height: 1.45;
    display: block;
	flex: 1;
}
.tab-information__type {
	background: var(--sub-color);
    color: #fff;
    width: 120px;
    display: grid;
    place-content: center;
    border-radius: 50px;
    font-size: 0.8em;
    line-height: 2;
	white-space: pre;
}
.tab-information__type:empty {
    display: none;
}
.tab-information__column {
	display: flex;
    justify-content: space-between;
	 align-items: center;
}
.tabs { 
    display: flex;
    cursor: pointer;
    gap: 1%;
    margin-top: min(45px, 4.5vw);
}
.tab { 
    border: 1px solid #d7d7d7;
    border-bottom: none;
    background: #fff;
    width: 20%;
    text-align: center;
    padding: min(14px, 1.4vw) 0px;
    font-size: min(1.7rem, 1.7vw);
    font-weight: 500;
}
.tab.active { 
    background-color: var(--light-color);
    color: var(--main-color);
}
.tab-contents {
    background: #fff;
    padding: min(20px, 2vw) min(30px, 3vw);
    border: 1px solid #d7d7d7;
    height: min(440px, 44vw);
    box-sizing: border-box;
    overflow-y: scroll;
	margin: 0 0 min(45px,4.5vw) 0;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
/*----------------------------------------------------------------------------------------
	　archive
----------------------------------------------------------------------------------------*/

.archive__image {
    height: min(200px, 20vw);
    width: min(280px, 28vw);
    background: #eeeeee;
}
.archive-voice .archive__image {
    height: min(160px, 16vw);
    width: min(160px, 16vw);
}
.archive__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.archive__column {
    display: flex;
    gap: min(20px, 2vw);
}
.archive__list {
    border-top: 1px solid #eee;
}
.archive__item {
    position: relative;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: min(20px, 2vw) 0;
}
.archive__text {
    flex: 1;
}
.archive__item a {
    text-decoration: none;
}
.archive__date {
    color: var(--sub-color);
    font-size: min(1.7rem, 1.7vw);
    margin-right: min(10px, 1vw);
}
.archive__category {
    color: var(--main-color);
    font-size: min(1.3rem, 1.3vw);
    width: min(111px, 11.1vw);
    display: inline-flex;
    place-content: center;
    padding: in(7px, 0.7vw) 0;
    border: 1px solid var(--main-color);
    margin-right: 10px;
}
.archive__title {
    font-size: min(2rem, 2vw);
    width: 100%;
    padding-top: min(10px, 1vw);
	 color: var(--sub-color);
	 font-weight: bold;
	 display: block;
	 line-height: 1.6;
}
.archive__item:hover {
       background-color: var(--hover-color);
 }
/*----------------------------------------------------------------------------------------
	　single
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
	　.main.page-404
----------------------------------------------------------------------------------------*/
main.page-404 {
    padding-bottom: 80px;
}
.page-404__main-text {
    text-align: center;
    font-size: 17.6rem;
    font-weight: bold;
    color: #d8d8d8;
}
.page-404__text {
    text-align: center;
    font-size: 2rem;
}
.page-404__search {
    text-align: center;
}
/*----------------------------------------------------------------------------------------
	　.main.page-search
----------------------------------------------------------------------------------------*/
.sub-page:has(.page-search) {
    margin-top: var(--header);
}
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
----------------------------------------------------------------------------------------*/


.page-contact table {
	width: 100%;
}
.page-contact table th {
    font-weight: bold;
}
.page-contact th .required {
    color: red;
    margin-left: auto;
	  white-space: nowrap;
}
.page-contact .wpcf7-text, .wpcf7-number {
    width: 100%;
    height: 40px;
    font-size: 15px;
    box-sizing: border-box;
	border: 1px #b9b9b9 solid;
}
.page-contact textarea {
    width: 100%;
    box-sizing: border-box;
	border: 1px #b9b9b9 solid;

}
main:has(.page-contact) .related-articles {
	display: none;
}
.page-contact .wpcf7-list-item {
    display: block;
}

/*----------------------------------------------------------------------------------------
	　下層ページ　事務所紹介
----------------------------------------------------------------------------------------*/
.page-company h2 {
    text-align: center;
    border: none;
    margin: 0;
    padding-top: 0;
}
.page-company h2:before {
    content: none;
}
.page-company h2:after {
    height: 3px;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.page-company-philosophy {
    padding: min(80px, 8vw) 0 min(115px, 11.5vw);
}
.page-company-philosophy__list {
    display: flex;
    flex-direction: column;
    width: min(915px, 91.5vw);
    margin: 0 auto;
    gap: min(60px, 6vw);
    padding: min(100px, 10vw) 0 0 0;
}
.page__content .page-company-philosophy__item {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-company-philosophy__item-text-container {
    width: 75%;
    border-left: 1px solid #dedede;
    padding: 0 0 0 min(60px, 6vw);
    box-sizing: border-box;
}
.page__content .page-company li:before {
    content: none;
}
.page-company-philosophy__item-title {
    font-family: var(--noto-serif-jp);
    background: #f4faf6;
    display: grid;
    place-content: center;
    border-radius: 100px;
    width: min(200px, 20vw);
    height: min(200px, 20vw);
    text-align: center;
    color: var(--main-color);
    font-size: min(4rem, 4vw);
}
.page-company-philosophy__item-title-jp {
    font-size: 0.5em;
}
.page-company-philosophy__item-text-title {
    font-size: min(3rem, 3vw);
    font-family: var(--noto-serif-jp);
    line-height: 1.27;
}
.page-company-philosophy__item-text {
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.625;
    padding: min(20px, 2vw) 0 0 0;
}
.page-company-philosophy__item-text-list {
    display: flex;
    flex-direction: column;
    gap: min(25px, 2.5vw);
}
.page-company-philosophy__item-sub-title {
    font-family: var(--noto-serif-jp);
    display: grid;
    place-content: center;
    width: min(200px, 20vw);
    height: min(97px, 9.7vw);
    text-align: center;
    font-size: min(2.9rem, 2.9vw);
    border: 1px solid;
}
.page-company-philosophy__item-sub-title-jp {
    font-size: 0.55em;
}
.page__content .page-company-philosophy__item-text-item {
    display: flex;
    padding: 0;
    align-items: center;
    gap: 4%;
}
.page-company-philosophy__item-sub-title + .page-company-philosophy__item-text {
    padding: 0;
    flex: 1;
}
.page-company-about {
    background: var(--light-color);
    margin: min(50px, 5vw) calc(50% - 50vw) 0;
    width: 100vw;
    padding: min(90px, 9vw) 0 min(115px, 11.5vw);
}
.page-company-about table {
    margin: min(60px, 6vw) auto 0;
    width: min(750px, 90%);
}
main .page-company-about table,
main .page-company-about table th,
main .page-company-about table td {
	font-size: min(1.6rem, 1.6vw);
	background: none;
	border: none;
}
main .page-company-about table th {
    text-align: left;
    padding: 23px 30px;
    vertical-align: baseline;
}
main .page-company-about table td {
    padding: 23px 30px;
}
main .page-company-about table tr {
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
}
/*----------------------------------------------------------------------------------------
	　下層ページ　サービスページの子ページ
----------------------------------------------------------------------------------------*/
.page-service-child {
    padding: min(70px, 7vw) 0 min(115px, 11.5vw);
}
.page-service-child__message__text {
    font-family: var(--noto-serif-jp);
    font-size: min(2rem, 2vw);
    padding: 0 0 min(165px, 16.5vw) 0;
    text-align: center;
    line-height: 2.4;
}
.page-service-child__list {
    display: flex;
    flex-direction: column;
    gap: min(80px, 8vw);
}
.page__content .page-service-child__item {
    padding: 0;
    display: flex;
    justify-content: space-between;
	gap: 4%;
}
.page-service-child__item-image {
    border-radius: 20px;
    overflow: hidden;
    width: 36%;
	height: min(258px, 25.8vw);
}
.page-service-child__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-service-child__item-text-container {
	flex: 1;
}
.page__content .page-service-child li:before {
    content: none;
}
.page-service-child__item-num {
    font-family: var(--noto-serif-jp);
    font-size: min(8rem, 8vw);
    color: var(--sub-color);
	line-height: 1;
}
.page-service-child__item-title {
    font-family: var(--noto-serif-jp);
    font-size: min(3rem, 3vw);
    padding: min(10px, 1vw) 0 0 0;
}
.page-service-child__item-text {
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.625;
    padding: min(20px, 2vw) 0 0 0;
}
/*----------------------------------------------------------------------------------------
	　下層ページ　スタッフ紹介
----------------------------------------------------------------------------------------*/
.page-staff {
    width: min(770px, 90%);
    margin: 0 auto;
}
.page-staff table th {
    width: 35%;
    text-align: left;
    padding: 2% 3%;
    box-sizing: border-box;
}
.page-staff table td {
	padding: 2% 3%;
}
.page-staff__td-image {
    width: 50%;
    margin: 0 auto;
}
.page-staff__list {
    display: flex;
	flex-direction: column;
	gap: 60px;
}
.page__content .page-staff__item {
    padding: 0;
}
.page-staff__item-container {
    display: flex;
    gap: 25px;
}
.page-staff__item-text {
    flex: 1;
}
.page-staff__item-image {
    width: 50%;
}
.page__content .page-staff li:before {
    content: none;
}
.page-staff__item-text p {
    padding-top: 0;
}
/*----------------------------------------------------------------------------------------
	　下層ページ　料金
----------------------------------------------------------------------------------------*/
.page-price__flex {
    display: flex;
    justify-content: space-between;
    gap: 3%;
}
.page-price table {
	width: 100%;
}
.page-price table th,
.page-price table td {
	font-weight: bold;
    text-align: center;
	font-size: min(2rem, 2vw);
}
.page-price table th span,
.page-price table td span {
	display: block;
	font-size: 0.7em;
}
.page-price caption {
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
    font-size: min(24px, 2.4vw);
}