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

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

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

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

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

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }

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

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

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

.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 a {
	display: block;
}
h1 img {
	width: 100%;
	height: 100%;
	object-fit :contain;
} 
h2 {
    font-size: min(3rem, 3vw);
    font-weight: 900;
    position: relative;
    margin: 0 0 min(35px, 3.5vw);
    padding: min(18px, 1.8vw) min(20px, 2vw);
    background: var(--main-color);
    color: #fff;
	clear: both;
}
h2:before {
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
	left: 0;
    top: min(5px, 0.5vw);
}
h2:after {
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
	left: 0;
    bottom: min(5px, 0.5vw);
}
h3 {
    font-size: min(2.8rem, 2.8vw);
    font-weight: 900;
    margin: min(30px, 3vw) 0;
    padding: min(13px, 1.3vw) 0;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, var(--main-color) 0%, var(--main-color) 9%, #c2dbee 9%, #c2dbee 100%);
    border-image-slice: 1;
    line-height: 1.2;
    box-sizing: border-box;
    clear: both;
}
h4 {
	font-size: min(2.4rem, 2.4vw);
    font-weight: 900;
    margin: min(30px, 3vw) 0;
    padding: min(12px, 1.2vw);
    background: #eff3f6;
    border-bottom: 2px solid var(--main-color);
    box-sizing: border-box;
    clear: both;
}
h5 {
    font-size: min(2.2rem, 2.2vw);
    font-weight: 900;
    margin: min(30px, 3vw) 0;
    padding: min(4px, 0.4vw) min(10px, 1vw);
    border-left: 3px solid var(--main-color);
	clear: both;
}
h6 {
    font-size: min(1.8rem, 1.8vw);
	font-weight: 900;
    margin: min(30px, 3vw) 0;
    padding: min(19px, 1.9vw);
    background: #f8f6f2;
	clear: both;
}
main.top h2 {
    padding: 0;
    text-align: center;
    background: none;
    margin: 0;
    font-size: min(3.4rem, 3.4vw);
    color: #333;
}
main.top h2:before {
    content: none;
}
main.top h2:after,
.page-title__h2:after {
    content: '';
    display: block;
    background: linear-gradient(to right, var(--main-color) 0%, var(--main-color) 50%, #de0303 50%, #de0303 100%);
    width: min(78px, 7.8vw);
    height: min(4px, 0.4vw);
    margin: min(10px, 1vw) auto 0;
    position: inherit;
    left: inherit;
    bottom: inherit;
}
.page-title {
    box-sizing: border-box;
    position: relative;
    height: min(214px, 21.4vw);
    background: var(--sub-color);
}
.page-title__container {
    margin: 0 auto;
    height: 100%;
    display: grid;
    place-content: center;
    text-align: center;
    width: min(1100px, 98%);
    gap: min(25px, 2.5vw);
	position: relative;
}
.page-title__h2 {
    font-size: min(3.2rem, 3.2vw);
    color: #333;
    box-sizing: border-box;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background: none;
}
.page-title__h2:before {
    content: none;
}
/*------------------------------------------------------------------------------------
	　ヘッダ、フッター
------------------------------------------------------------------------------------*/
header {
    width: 100%;
    background: #fff;
	box-sizing: border-box;
}
.header__container {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: var(--header-height);
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 min(23px, 0.8vw) 0 min(10px, 0.8vw);
}
.header__corporation {
    text-align: center;
    width: min(202px, 15vw);
    margin: 0 min(20px, 1vw) 0 0;
    display: flex;
    flex-direction: column;
    gap: min(4px, 0.4vw);
}
.header__corporation-logo img {
	width: 100%;
	height: 100%;
	object-fit :contain;
} 
.header__corporation-name {
    font-size: min(1.5rem, 1.3vw);
    font-weight: 600;
}
.header__title {
    width: min(486px, 38vw);
    display: flex;
    flex-direction: column;
    gap: min(7px, 0.7vw);
	margin: 0 auto 0 0;
}
.header__title-corporation {
    font-size: min(1.5rem, 1.3vw);
}

.header__contact {
    display: flex;
    align-items: center;
    gap: min(15px, 1vw);
}
.header__btns {
    display: flex;
    gap: min(16px, 0.8vw);
}
.header__btn {
    border-radius: 8px;
    width: min(103px, 8vw);
    height: min(103px, 8vw);
    box-sizing: border-box;
}
.header__flow {
	background: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    place-content: center;
    text-align: center;
	color: #fff;
}
.header__mail {
	background: #de0303;
}
.header__btn a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    place-content: center;
    text-align: center;
	color: #fff;
}
.header__mail .header__btn-icon {
    width: 40%;
    display: block;
}
.header__btn-icon img {
    width: 100%;
    height: 100%;
	object-fit: contain;
}
.header__btn-title {
    font-size: min(1.4rem, 1.1vw);
    line-height: 1.2;
    font-weight: 500;
    display: block;
}
.header__btn-fee {
    font-size: min(3.4rem, 3vw);
    font-weight: bold;
    display: block;
    line-height: 1;
}
.header__btn-fee span {
    font-size: 1.56em;
}
.header__tel-title {
    font-size: min(1.8rem, 1.5vw);
}
.header__tel {
    text-align: center;
	height: 100%;
	box-sizing: border-box;
}
.header__tel-hour {
    font-size: min(1.7rem, 1.5vw);
}
.header__tel-num {
    font-size: min(4rem, 3.2vw);
    gap: min(7px, 0.3vw);
    justify-content: center;
    line-height: 1;
}
.header__tel-num-icon {
    display: block;
    width: min(2.9rem, 2.4vw);
    height: min(2.9rem, 2.4vw);
}
@media screen and (max-width: 1400px){
	.header__btn {
    width: 7vw;
    height: 7vw;
}
	.header__btn-title {
    font-size: 0.85vw;
}
	.header__btn-fee {
    font-size: 2.7vw;
}
	.header__tel-num {
    font-size: 2.8vw;
}
	.header__tel-title {
    font-size: 1.3vw;
}
	.header__tel-hour {
    font-size: 1.2vw;
}
.header__corporation {
    width: 14vw;
}
	.header__corporation-name {
    font-size: 1.2vw;
}
	.header__title {
    width: 35vw;
}
	.header__title-corporation {
    font-size: 1.2vw;
}
}
footer {
    padding: min(50px, 5vw) 0 0 0;
    background: var(--sub-color);
}
.footer__inner {
    display: flex;
    padding: min(55px, 5.5vw) 0 min(40px, 4vw) min(25px, 2.5vw);
}
.footer__corporation {
    text-align: center;
    width: min(202px, 15vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: min(4px, 0.4vw);
}
.footer__corporation-name {
    font-size: min(1.5rem, 1.3vw);
    font-weight: 600;
}
/* .footer-menu */
.footer-menu {
    flex: 1;
    padding: min(5px, 0.5vw) 0 0 0;
}
.footer-menu a {
    color: #333;
    text-decoration: none;
    font-size: min(1.5rem, 1.5vw);
    display: flex;
    align-items: baseline;
    line-height: 1.1;
    transition: 0.3s ease-in-out;
    gap: min(8px, 0.8vw);
}
@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.75em;
	color: var(--main-color);
}
.footer__inner .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: min(15px, 1.5vw);
}
.footer-group {
    width: 38%;
}
.footer-group__list {
    display: flex;
    flex-wrap: wrap;
    gap: min(15px, 1.5vw) 4%;
}
.footer-group__item {
    width: 48%;
    height: min(53px, 5.3vw);
    background: var(--main-color);
}
.footer-group__item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
    color: #fff;
    position: relative;
    padding: 0 0 0 min(10px,0.8vw);
}
.footer-group__item-title {
    font-size: min(1.5rem, 1.4vw);
	font-weight: 500;
    line-height: 1.2;
    display: block;
}
.footer-group__item__icon {
    display: block;
    position: absolute;
    right: min(5px, 0.5vw);
    bottom: min(5px, 0.5vw);
	width: min(14px, 1.2vw);
    height: min(14px, 1.2vw);
}
.copyright {
    background: var(--main-color);
    padding: min(31px, 3.1vw);
}
.copyright p {
    font-size: min(1.1rem, 1.1vw);
    text-align: center;
	color: #fff;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    width: 20.9%;
}
.sidebar__menu {
    margin: 0 0 min(35px, 3.5vw) 0;
}
.sidebar__menu-list {
    display: flex;
	flex-direction: column;
	gap: min(10px, 1vw);
}
.sidebar__menu-item a {
    display: block;
    text-decoration: none;
    color: var(--main-color);
    position: relative;
}
.sidebar__menu-item-title {
    font-size: min(1.6rem, 1.6vw);
    font-weight: 600;
    line-height: 1.31;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: min(17px, 1.7vw);
}
.sidebar__title {
    font-size: min(1.6rem, 1.5vw);
    font-weight: 500;
    position: relative;
    padding: min(15px, 1.5vw) min(10px, 1vw);
    background: var(--main-color);
    color: #fff;
}
.sidebar__title:after {
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: min(3px, 0.3vw);
}
.sidebar .widget_nav_menu {
    margin: min(28px, 2.8vw) 0 0 0;
}
.sidebar .menu-sidemenu-container {
	padding: min(10px, 1vw) 0 min(20px, 2vw);
}
.sidebar .menu a {
    text-decoration: none;
    color: #333;
    font-size: min(1.6rem, 1.5vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin-top: -1px;
    box-sizing: border-box;
    height: min(53px, 5.3vw);
    padding: 0 min(12px, 1vw) 0 min(10px, 0.9vw);
    transition: 0.3s ease-in-out;
}
.sidebar .menu a:after {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.9em;
    color: var(--main-color);
}
.sidebar .sub-menu {
    display: none;
}
.sidebar .menu .sub-menu a {
    padding-left: min(20px, 2vw);
    font-size: 0.8em;
    line-height: 1.1;
    background: #f8f8f8;
}
@media (hover: hover) {
    .sidebar .menu a:hover {
        background-color: var(--hover-color);
    }
}
.sidebar__contact {
    border: min(4px, 0.4vw) solid #000000;
	margin: 0 0 min(20px, 2vw) 0;
}
.sidebar__contact-title {
    padding: min(16px, 1.6vw) 0;
    background: #000000;
    color: #fff;
    font-size: min(2rem, 1.8vw);
    font-weight: 600;
    text-align: center;
}
.sidebar__contact-tel-num {
    font-size: min(2.3rem, 2.1vw);
    justify-content: center;
    gap: min(7px, 0.4vw);
    white-space: pre;
	padding: min(13px, 1.3vw) 0;
}
.sidebar__contact-tel__icon {
    display: block;
    width: min(16px, 1.6vw);
}
.sidebar__contact-tel__icon img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.sidebar__contact-mail a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    background: #de0303;
    color: #fff;
    font-size: min(1.4rem, 1.3vw);
    border-radius: 5px;
    height: min(45px, 4.5vw);
    align-items: center;
    gap: min(10px, 0.5vw);
    font-weight: 500;
    margin: 0 min(15px, 1vw) min(20px, 2vw) min(15px, 1vw);
    box-sizing: border-box;
}
.sidebar__contact-mail__icon {
    display: block;
    width: min(15px, 1.5vw);
}
.sidebar__contact-mail__icon img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.sidebar__map {
    aspect-ratio: 230 / 195;
}
/*------------------------------------------------------------------------------------
	　gn
------------------------------------------------------------------------------------*/

.global-nav {
    background: var(--main-color);
    box-sizing: border-box;
	position: relative;
}
.global-navi-pc.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.global-nav__list {
	  display: flex;
    width: min(1100px, 99vw);
    margin: 0 auto;
}
.global-nav__list > li {
    flex: 1;
}
.global-nav__list > li > a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(75px, 7.5vw);
    -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.7rem, 1.6vw);
    box-sizing: border-box;
    line-height: 1.1;
    gap: min(5px, 0.5vw);
}
.global-nav__list > li:has(.sub-menu) > a {
	pointer-events: none;
}
.global-nav__list > li:has(.sub-menu) > a:after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.6em;
}
.global-nav .nav-title {
    width: 100%;
}
.global-nav .sub-menu {
    display: none;
    background: #f2f5f8;
    position: absolute;
    width: 100vw;
    bottom: 0;
	left:0;
    transform: translateY(100%);
    z-index: 2;
}
.global-nav .sub-menu__container {
    display: flex;
    width: min(1100px, 99vw);
    margin: 0 auto;
    justify-content: space-between;
    padding: min(30px, 3vw) 0;
}
.global-nav .sub-menu__title a {
    text-decoration: none;
    color: var(--main-color);
    font-size: min(2.3rem, 2.3vw);
    font-weight: bold;	
	border-left: 3px solid;
	display: block;
	padding: 0 0 0 min(8px, 0.8vw);
}
.global-nav .sub-menu__list {
    display: flex;
    flex-wrap: wrap;
    width: 83%;
	gap: min(12px, 1.2vw) 1.25%;
}
.global-nav .sub-menu__list li {
    width: 32.5%;
	overflow: hidden;
	border: 1px solid #e3eaf1;
	box-sizing: border-box;
	border-radius: 8px;
}
.global-nav .sub-menu__list a {
    font-size: min(1.7rem, 1.7vw);
    text-align: left;
    display: block;
    text-decoration: none;
    color: #333;
    white-space: pre;
    padding: min(13px, 1.3vw) min(15px, 1.5vw);
    background: #fff;
    font-weight: 500;
	position: relative;
}
.global-nav .sub-menu__list a:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.7em;
    color: var(--main-color);
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
}
@media (hover: hover) and (pointer: fine) {
	.global-nav__list a:hover {
     opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
	.global-nav__list li:hover .sub-menu {
  		display: block;
	}
}
  /*----------------------------------------------------
    テーブルデザイン
  ----------------------------------------------------*/

table, table td, table th {
    border-collapse: collapse;
    border: 1px solid #d7d7d7;
}
table th {
	padding: 15px;
    background: #eef1f3;
    vertical-align: middle;
	font-size: min(1.7rem, 1.7vw);
  }
table td {
    padding: 15px;
    background: #fff;
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.375;
    vertical-align: middle;
}
/*------------------------------------------------------------------------------------
	　共通
------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner {
    position: relative;
background-image: url(/wp-content/uploads/2025/11/contact-banner__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: min(75px, 7.5vw) 0 min(105px, 10.5vw);
}
.contact-banner__title {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: min(3.7rem, 3.7vw);
}
.contact-banner__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: min(42px, 4.2vw) 0;
	padding: min(73px, 7.3vw) 0 0 0;
}
.contact-banner__btn {
    border-radius: 10px;
    overflow: hidden;
width: 48.73%;
	background:#fff;
}
.contact-banner__btn a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    width: 100%;
    height: 100%;
    gap: min(12px, 1.2vw);
    box-sizing: border-box;
	position: relative;
}
.contact-banner__btn-01 {
    aspect-ratio: 536 / 177;
}
.contact-banner__btn-02 {
    aspect-ratio: 536 / 135;
}
.contact-banner__tel {
    text-align: center;
}
.contact-banner__tel-title {
    font-size: min(2rem, 2vw);
    color: #333;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.contact-banner__tel-num {
    font-size: min(4.3rem, 4.2vw);
    gap: min(10px, 0.5vw);
    line-height: 1.4;
    white-space: pre;
    justify-content: center;
}
.contact-banner__tel-num-icon {
    display: block;
    width: min(3rem, 3vw);
    height: min(3rem, 3vw);
}
.contact-banner__tel-hour {
    font-size: min(1.7rem, 1.6vw);
    color: #333;
}

.contact-banner__mail {
    background: #de0303;
}
.contact-banner__mail-title {
    color: #fff;
    font-weight: bold;
    font-size: min(2.6rem, 2.5vw);
}

.contact-banner__mail-title-icon {
    display: block;
    width: min(42px, 4vw);
}
.contact-banner__btn-02-title {
    font-weight: bold;
    color: #333;
    font-size: min(2.2rem, 2.1vw);
    display: block;
}
.contact-banner__btn-02-text {
    color: #333;
    font-size: min(1.5rem, 1.4vw);
    display: block;
}
.contact-banner__btn-02-icon {
    display: block;
    position: absolute;
    left: min(38px, 3vw);
    width: min(61px, 5.5vw);
}
.contact-banner__btn-02-icon img {
    width: 100%;
    height: 100%;
	object-fit: contain;
}
.contact-banner__btn-02 a {
    padding: 0 0 0 min(40px, 4vw);
}
/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/

main.top {
	width: 100%;
}
.top-btn a {
	position: relative;
    margin: min(60px, 6vw) auto 0;
    display: flex;
    align-items: center;
    place-content: center;
    height: min(72px, 7.2vw);
    width: min(369px, 36.9vw);
    font-size: min(1.8rem, 1.8vw);
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: var(--main-color);
    border-radius: 50px;
    box-sizing: border-box;
}
.top-btn a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 1.1em;
    right: 5%;
}

.mv {
	padding: min(14px, 1.4vw) 0 min(29px, 2.9vw) 0;
    
}
.mv__bg {
	background-image: url(/wp-content/uploads/2025/11/mv__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
}
.mv__container {
    margin: 0 auto;
    width: min(1290px, 90vw);
    height: min(538px, 40vw);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mv__title {
    width: min(539px, 44vw);
}
.mv__title img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .service */
.service {
    padding: min(55px, 5.5vw) 0 0 0;
}
.service__main-menu {
    display: flex;
    justify-content: space-between;
	padding: min(50px, 5vw) 0 0 0;
}
.service__main-menu-item {
    width: 49.3%;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 7px #ddd;
}
.service__main-menu-item a {
    background: #fff;
    color: #333;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1%;
	gap: 4.5%;
}
.service__main-menu-item a:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    display: grid;
	place-content: center;
	width: min(23px, 2.3vw);
    height: min(23px, 2.3vw);
    font-weight: 900;
    font-size: min(1.5rem, 1.5vw);
    color: var(--main-color);
	background: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.service__main-menu-item-image {
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.service__main-menu-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service__main-menu-item-title {
    display: inline-block;
    background: #2e61c8e8;
    color: #fff;
    font-weight: 900;
    font-size: min(3rem, 3vw);
    position: absolute;
    padding: min(4px, 0.4vw) min(25px, 2.5vw) min(4px, 0.4vw) min(15px, 1.5vw);
}
.service__list {
    padding: min(22px, 2.2vw) 0 0 0;
	display: flex;
	flex-wrap: wrap;
    gap: min(17px, 1.7vw) 1.33%;
}
.service__item {
    width: 24%;
    aspect-ratio: 264 / 89;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 7px #ddd;
}
.service__item a {
    background: #fff;
    color: #333;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1%;
	gap: 4.5%;
}
.service__item a:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: min(1.5rem, 1.5vw);
    color: var(--main-color);
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
}
.service__item-icon {
    background: var(--sub-color);
    height: 100%;
    display: grid;
    place-content: center;
    width: 23%;
	border-radius: 6px 0 0 6px;
}
.service__item-icon img {
    width: 75%;
    display: block;
    margin: auto;
}
.service__item-title {
    display: block;
    font-size: min(2.1rem, 2vw);
    line-height: 1.2;
    font-weight: bold;
    flex: 1;
}
.service__item-title span {
    display: block;
}
/* .industry */
.industry {
    padding: min(63px, 6.3vw) 0 min(55px, 5.5vw);
}
.industry__list {
    padding: min(42px, 4.2vw) 0 0 0;
	display: flex;
	flex-wrap: wrap;
    gap: min(25px, 2.5vw) 2.25%;
}
.industry__item {
    width: 18.2%;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    border-radius: 8px;
    border: 2px solid var(--main-color);
    overflow: hidden;
}
.industry__item a {
    background: #fff;
    color: #333;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    place-content: center;
    gap: min(50px, 5vw);
    transition: 0.3s ease-in-out;
}
.industry__item-icon {
    transition: 0.3s ease-in-out;
    display: block;
    width: min(60px, 6vw);
}
.industry__item-icon img {
	transition: 0.3s ease-in-out;
}
.industry__item-icon-white {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
	.industry__item a:hover {
		color: #fff;
		background: var(--main-color);
	}
		.industry__item a:hover .industry__item-icon-white {
    display: block;transition: 0.3s ease-in-out;
}
			.industry__item a:hover .industry__item-icon-blue {
    display: none;transition: 0.3s ease-in-out;
}
}
.industry__item-title {
    display: block;
    font-size: min(2.1rem, 2vw);
    line-height: 1.2;
    font-weight: bold;
}
.industry__item-title span {
    display: block;
}
/* .greeting */
.text-container {
    width: 500px;
    height: 500px;
    background: var(--main-color);
    border-radius: 50%;
    position: relative;
}
.greeting {
    background: var(--light-color);
    padding: min(95px, 9.5vw) 0 min(55px, 5.5vw);
}
.greeting__inner {
	display: flex;
    justify-content: center;
    gap: min(50px, 5vw);
    padding: min(70px, 7vw) 0 0 0;
}
.greeting__image {
    width: min(343px, 34.3vw);
    height: min(439px, 43.9vw);
    border-radius: 10px;
    overflow: hidden;
}
.greeting__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.greeting__image-title {
    text-align: center;
    font-size: min(1.6rem, 1.6vw);
	padding: min(15px, 1.5vw) 0 0 0;
}
.greeting__image-title strong {
    display: block;
    font-size: 1.31em;
    font-weight: 900;
	padding: 0 0 min(5px, 0.5vw) 0;
}
.greeting__text {
    line-height: 1.89;
	font-size: min(1.8rem, 1.8vw);
    width: 55%;
}
.greeting__text p {
    padding: 0 0 min(20px, 2vw) 0;
}
.greeting__text strong {
    display: block;
}
/* .strength */
.strength {
    padding: min(70px, 7vw) 0 min(130px, 13vw);
	overflow:hidden;
}
.strength__inner {
    display: flex;
    padding: min(60px, 6vw) 0 0 0;
    justify-content: space-between;
    align-items: center;
	gap: min(50px, 3.5vw);
}
.strength__menu{
	position: relative;
}
.strength__menu:after{
    content: '';
    position: absolute;
    width: min(1004px, 100.4vw);
    height: min(1004px, 100.4vw);
    background: #f8f8f8;
    border-radius: 100%;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.strength__menu-title {
    position: absolute;
    width: min(214px, 21.4vw);
    height: min(214px, 21.4vw);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    border: min(10px, 1vw) solid var(--main-color);
    display: grid;
    place-content: center;
    text-align: center;
	box-sizing: border-box;
	padding: min(10px,1vw) 0 0 0;
	gap: min(5px,0.5vw);
}
.strength__menu-title-logo {
    width: min(162px, 16.2vw);
    height: min(15px, 1.5vw);
    margin: auto;
}
.strength__menu-title-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.strength__menu-title-text {
    font-size: min(2.3rem, 2.2vw);
    font-weight: 900;
}

/* ホバー時の色変更を維持 */
.strength__menu-item a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: background 0.3s;
}

.strength__menu-item a:hover {
    background: var(--main-color);
    color: #fff;
}


.strength__menu-item a{ 
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    color: #333;
	background: #fff;
}
.strength__menu-item a:hover .sector{ 
    background: var(--main-color);
    color: #fff;
}
.strength__menu-item-title {
    letter-spacing: 0;
    position: absolute;
    text-align: center;
    font-size: min(1.8rem, 1.7vw);
    bottom: min(25px,2.5vw);
    display: grid;
    place-content: center;
    left: 50%;
    font-weight: bold;
    width: 100%;
    transform: translateX(-50%) rotate(calc(-1 * var(--rotate, 0deg)));
    height: min(95px,9.5vw);
}
/* テキストの回転補正を微調整 */
.strength__menu-item-title {
    /* 中心の円に被らないよう位置を調整 */
    bottom: min(35px, 3.5vw); 
}
/* テキストの回転補正 */
.strength__menu-item-title {
    position: absolute;
    text-align: center;
    font-size: min(1.6rem, 1.5vw); /* 文字数に合わせて微調整 */
    bottom: min(35px, 3.5vw);
    left: 50%;
    width: 130%; /* 文字の折り返しを防ぐため少し広げる */
    font-weight: bold;
    /* 親要素の回転を打ち消して文字を読みやすくする */
    transform: translateX(-50%) rotate(calc(-1 * var(--rotate, 0deg)));
}

.strength__menu-inner {
    position: relative;
    width: min(524px, 50vw);
    height: min(524px, 50vw);
    margin: 0 auto;
    border-radius: 50%;
    /* 背景色をメインカラーにすることで外枠に見えるようにする */
    background: var(--main-color); 
    padding: min(20px,1.6vw); /* 外枠の太さ */
    box-sizing: border-box;
	    overflow: hidden;
	
}

.strength__svg {
    width: 100%;
    height: 100%;
    transform: rotate(0deg); /* 必要に応じて回転 */
	z-index: 5; /* SVGを前面に */
}

.strength__menu .sector {
    fill: #fff; /* 通常時の色 */
    stroke: var(--main-color); /* 境界線の色 */
    stroke-width: 1;
    transition: fill 0.3s;
    cursor: pointer;
}

.strength__menu .sector:hover {
    fill: var(--main-color)!important;
}

/* ホバー時に文字を白くする */
.strength__menu a:hover .sector-text {
    color: #fff!important;
}

.strength__menu .sector-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3.8px; /* SVG内の座標系なので小さく設定 */
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    pointer-events: none; /* クリックを邪魔しない */
    letter-spacing: -0.03em;
}

/* 中央のロゴを最前面に */
.strength__menu-title {
    z-index: 10;
}
/* テキスト枠がホバーを邪魔しないようにする */
.strength__menu foreignObject {
    pointer-events: none;
}

/* sector（path）自体が確実にマウスに反応するようにする */
.strength__menu .sector {
    pointer-events: all;
    fill: #fff;
    cursor: pointer;
}

/* aタグ全体でホバー判定をとる */
.strength__svg a {
    cursor: pointer;
}

/* リンクをホバーした際、その中のsectorの色を変える */
.strength__svg a:hover .sector {
    fill: var(--main-color) !important;
}

/* ホバー時に文字を白くする */
.strength__svg a:hover .sector-text {
    color: #fff !important;
}



.strength__explanation {
    flex: 1;
}
.strength__explanation-title {
    color: var(--main-color);
    font-weight: 900;
    font-size: min(2.9rem, 2.8vw);
	padding: 0 0 min(25px,2.2vw) 0;
}
.strength__explanation-text {
    line-height: 1.89;
    font-size: min(1.8rem, 1.7vw);
    display: flex;
    flex-direction: column;
    gap: min(30px, 2.5vw);
}
/* .case */
.case {
	    background: var(--sub-color);
    padding: min(75px, 7.5vw) 0 min(85px, 8.5vw);
}
.case__container {
    width: min(1124px, 92%);
    margin: 0 auto;
}
.case__list {
    margin: min(65px, 6.5vw) 0 0 0;
}
.case__item {
	

}
.case__item a {
    text-decoration: none;
    display: block;
    aspect-ratio: 351 / 326;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 7px #ddd;
	margin: 7px min(12px, 1.2vw);
	    overflow: hidden;
}
.case__item-text-container {
    display: block;
    padding: 0 5%;
}
.case__item-title {
    display: block;
    font-size: min(2.2rem, 2vw);
    font-weight: bold;
    height: min(95px, 7.5vw);
    color: #333;
    padding: min(15px, 1.3vw) 0 0 0;
    box-sizing: border-box;
}
.case__item-image {
    display: block;
    aspect-ratio: 351 / 189;
    margin: auto;
}
.case__item-image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.case__item-text {
    font-size: min(1.5rem, 1.3vw);
    color: #333;
    display: block;
    line-height: 1.67;
	padding: min(20px, 2vw) 0 0 0;
}
.case__item-category-list {
    display: flex;
	flex-wrap: wrap;
    gap: min(5px, 0.5vw) min(10px, 0.5vw);
}
.case__item-category-item {
    font-size: min(1.3rem, 1.2vw);
    border: 1px solid;
    display: grid;
    place-content: center;
    height: min(27px, 2.5vw);
    box-sizing: border-box;
    padding: 0 min(10px, 0.8vw);
}
.case__prev,
.case__next {
    display: grid;
    place-content: center;
    width: min(53px, 5vw);
    height: min(53px, 5vw);
    background: var(--main-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
	 z-index: 2;
    top: 50%;
    transform: translateY(-50%);
	border-radius: 50px;
}
.case__prev {
	    left: max(-60px, -4vw);
}
.case__next {
	right: max(-60px, -4vw);
}
.case__prev::before,
.case__next::before{
    content: '\f060';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: min(1.4rem, 1.4vw);
    inset: 0;
}
.case__next::before{
    transform: rotate(180deg);
}
/* .voice */
.voice {
    padding: min(85px, 8.5vw) 0;
}
.voice__container {
    width: min(1124px, 92%);
    margin: 0 auto;
}
.voice__list {
    margin: min(65px, 6.5vw) 0 0 0;
}
.voice__item {
	

}
.voice__item a {
    text-decoration: none;
    display: block;
    aspect-ratio: 351 / 326;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 7px #ddd;
	margin: 7px min(12px, 1.2vw);
	    overflow: hidden;
}
.voice__item-text-container {
    display: block;
    padding: 0 5%;
}
.voice__item-title {
    display: block;
    font-size: min(2.2rem, 2vw);
    font-weight: bold;
    height: min(95px, 7.5vw);
    color: #333;
    padding: min(15px, 1.3vw) 0 0 0;
    box-sizing: border-box;
}
.voice__item-image {
    display: block;
    aspect-ratio: 351 / 189;
    margin: auto;
}
.voice__item-image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.voice__item-text {
    font-size: min(1.5rem, 1.3vw);
    color: #333;
    display: block;
    line-height: 1.67;
	padding: min(20px, 2vw) 0 0 0;
}
.voice__item-category-list {
    display: flex;
	flex-wrap: wrap;
    gap: min(5px, 0.5vw) min(10px, 0.5vw);
}
.voice__item-category-item {
    font-size: min(1.3rem, 1.2vw);
    border: 1px solid;
    display: grid;
    place-content: center;
    width: min(91px, 8vw);
    height: min(27px, 2.5vw);
    box-sizing: border-box;
}
.voice__prev,
.voice__next {
    display: grid;
    place-content: center;
    width: min(53px, 5vw);
    height: min(53px, 5vw);
    background: var(--main-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
	 z-index: 2;
    top: 50%;
    transform: translateY(-50%);
	border-radius: 50px;
}
.voice__prev {
	    left: max(-60px, -4vw);
}
.voice__next {
	right: max(-60px, -4vw);
}
.voice__prev::before,
.voice__next::before{
    content: '\f060';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: min(1.4rem, 1.4vw);
    inset: 0;
}
.voice__next::before{
    transform: rotate(180deg);
}
/*.tab-information */
.tab-information {
    padding: min(95px, 9.5vw) 0 min(110px, 11vw) 0;
    background: var(--sub-color);
}
.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;
	align-items: center;
    padding: min(20px, 2vw) min(10px, 1vw);
    text-decoration: none;
    color: #333;
}
.tab-information__list dl {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
}
.tab-information__date {
    box-sizing: border-box;
    display: block;
	font-size: min(1.7rem, 1.7vw);
}
.tab-information__title {
    line-height: 1.2;
    display: block;
    flex: 1;
    font-size: min(1.8rem, 1.8vw);
}
.tab-information__type {
    background: #000000;
    color: #fff;
    width: min(135px, 13.5vw);
    display: grid;
    place-content: center;
    font-size: min(1.4rem, 1.4vw);
    line-height: 2.3;
    white-space: pre;
	margin: 0 min(25px, 2.5vw) 0 min(15px, 1.5vw);
}
.tab-information__type:empty {
    display: none;
}
.tab-information__column {
	display: flex;
    justify-content: space-between;
	 align-items: center;
}
.tabs { 
    display: flex;
    cursor: pointer;
}
.tab { 
	border: 1px solid var(--main-color);
    border-bottom: none;
    background: #fff;
    width: 19.2%;
    text-align: center;
    padding: min(19px, 1.9vw) 0px;
    font-size: min(1.8rem, 1.8vw);
    font-weight: 500;
    display: grid;
    place-content: center;
}
.tab.active { 
    background-color: var(--main-color);
    color: #fff;
}
.tab-contents {
    background: #fff;
    padding: min(20px, 2vw) min(30px, 3vw);
    border-top: 7px solid var(--main-color);
    height: min(379px, 37.9vw);
    box-sizing: border-box;
    overflow-y: scroll;
    box-shadow: 0px 0px 2px #ddd;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
/* .faq */
.faq { 
	padding: min(70px, 7vw) 0 min(85px, 8.5vw) 0;
}
.faq__list {
	padding: min(60px, 6vw) 0 0 0;
	display: flex;
	gap: min(22px, 2.2vw);
	flex-direction: column;
}
.faq__item {
    border: 1px solid #eef6f3;
    box-sizing: border-box;
}
.faq__q {
    background: var(--sub-color);
    font-size: min(2.4rem, 2.3vw);
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 min(30px, 3vw) 0 min(22px, 2.2vw);
    height: min(91px, 9.1vw);
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
}
.faq__q-toggle {
    position: relative;
    margin: 0 0 0 auto;
	    width: min(27px,2.7vw);
	height: min(27px,2.7vw);
}
.faq__q-toggle:before {
	content: '';
    background: var(--main-color);
    width: 100%;
	height: min(3px,0.3vw);
	display: block;
	position: absolute;
top: 50%;
	left: 50%;
transform: translateX(-50%) translateY(-50%);

}
.faq__q-toggle:after {
	content: '';
    background: var(--main-color);
    width: min(3px,0.3vw);
	height: 100%;
	display: block;
	position: absolute;
top: 50%;
	left: 50%;
transform: translateX(-50%) translateY(-50%);

}
.faq__q-toggle.active:after {
	content: none;
}
.faq__q-text {
    font-weight: 500;

}
.faq__a {
	display: none;
    padding: min(22px,2.2vw) min(30px,3vw);
	transition: 0.3s ease-in-out;
}
.faq__a-text {
    line-height: 1.89;
    font-size: min(1.8rem, 1.7vw);
}
.faq__a.active {
	display: flex;
	transition: 0.3s ease-in-out;
}
/* .access */
.access {
    padding: min(60px, 6vw) 0 0 0;
}
.access__map {
    height: min(492px, 49.2vw);
    box-sizing: border-box;
    margin: min(50px, 5vw) 0 0 0;
}
/*------------------------------------------------------------------------------------
	　archive
------------------------------------------------------------------------------------*/

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

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

.single__lawyers-item {
    display: flex;
    background: #f7f9fa;
}
.single__lawyers-item-image {
    display: block;
    aspect-ratio: 354 / 330;
    background: #dedede;
    width: 42.5%;
}
.single__lawyers-item-image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.single__lawyers-item-inner {
    display: block;
    text-align: center;
    box-sizing: border-box;
	flex:1;
}
.single__lawyers-item-job-title {
    font-size: min(1.6rem, 1.6vw);
    display: block;
    color: #333;
    padding: 17% 0 4% 0;
    font-weight: 500;
}
.single__lawyers-item-title {
    font-size: min(3.5rem, 3.5vw);
    display: block;
    color: #333;
    font-weight: bold;
}
.single__lawyers-item-en-name {
    font-size: min(1.6rem, 1.6vw);
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
	color: var(--main-color);
    padding: 1.5% 0 0 0;
}
.single__lawyers-item-branch {
    font-size: min(1.6rem, 1.6vw);
    display: block;
    color: #333;
	padding: 7% 0 0 0;
    font-weight: 500;
}
/* .page-parts-related 同じカテゴリーの記事*/
.page-parts-related__list {
    display: flex;
    flex-wrap: wrap;
	gap: min(25px,2.5vw) 2.75%;
}
.page-parts-related__item {
    width: 31.5%;
}
.page-parts-related__item a {
    display: block;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    position: relative;
}
.page-parts-related__thumb {
    display: block;
    aspect-ratio: 283 / 175;
    width: 100%;
}
.page-parts-related__thumb img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-parts-related__title {
    display: block;
    font-size: min(1.7rem, 1.6vw);
    font-weight: bold;
    height: min(95px, 9.5vw);
    box-sizing: border-box;
    padding: min(15px, 1.5vw) 0 0 0;
}
.page-parts-related__category-list {
    display: flex;
    flex-wrap: wrap;
    gap: min(7px, 0.7vw);
    position: absolute;
    top: 0;
    left: 0;
}
.page-parts-related__category-item {
    background: var(--main-color);
    font-size: min(1.4rem, 1.3vw);
    color: #fff;
    padding: min(3px, 0.3vw) min(15px, 1.5vw);
}
/*------------------------------------------------------------------------------------
	　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__list {
    display: flex;
    flex-wrap: wrap;
	gap: min(25px,2.5vw) 2.75%;
}
.page-parts-child__item {
    width: 31.5%;
}
.page-parts-child__item a {
    display: block;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
}
.page-parts-child__thumb {
    display: block;
    aspect-ratio: 283 / 175;
    width: 100%;
}
.page-parts-child__thumb img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-parts-child__title {
    display: block;
    font-size: min(1.7rem, 1.6vw);
    font-weight: bold;
    height: min(95px, 9.5vw);
    box-sizing: border-box;
    padding: min(15px, 1.5vw) 0 0 0;
}
/*------------------------------------------------------------------------------------
	　.main.page-404
------------------------------------------------------------------------------------*/
main.page-404 {
    padding-bottom: 80px;
}
.page-404__main-text {
    text-align: center;
    font-size: 17.6rem;
    font-weight: 600;
    color: #d8d8d8;
}
.page-404__text {
    text-align: center;
    font-size: 2rem;
}
.page-404__search {
    text-align: center;
}

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