@charset "UTF-8";

:root {
    --main-color: #508545;
	--sub-color: #47828c;
	--light-color: #e7eeeb;
    --hover-color: #edf4f1;
	--noto-serif-jp: "Noto Serif JP", serif;
}

/*--------------------------------------------------------------------------------------------------------------------------------
  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-contaainer.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: var(--sub-color) !important; }
.simple-sitemap-wrap { padding: 0 0 2rem; border-top-color: var(--sub-color) !important;}
.simple-sitemap-container ul { margin: 0 auto !important; width: 94%; }
.sitemap-item { margin: 3rem 0 0; }
.sitemap-item:before { content: none !important;}
.sitemap-item a { display: block; padding: 0.2rem 1rem; background: #faf8f2; border: 1px solid #cacaca; font-size: 1.7rem; text-align: left; color: var(--main-color);}
.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; }
ul.children { margin-left: 2rem !important; }
.page_under01 ul.children { margin-left: 0 !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; }
}
/*--------------------------------------------------------------------------------------------------------------------------------
  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;
}
html {
font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	color: #333;
	overflow-x: hidden;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}
.sp {
	display: none;
}
main.top,
main.page-service {
    width: inherit;
    margin: 0;
}
main {
    margin: 0 auto 120px;
	width: min(1000px, 98%);
}
a {
    color: var(--main-color);
}
a:hover {
text-decoration: none;
}

img {
vertical-align: top;
    max-width: 100%;
  height: auto;
}
.hv:hover {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
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;
}
.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;
}
.btn {
    width: min(356px, 35.6vw);
    font-size: min(2rem, 2vw);
    background: #fff;
    color: var(--main-color);
    padding: min(24px, 2.4vw) 0;
    border-radius: 10px;
    border: 1px solid;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    font-weight: 500;
    font-family: var(--noto-serif-jp);
}
.btn:after {
    content: "\f0a9";
    display: inline;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
	font-size: 0.9em;
}
.tel-num {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
	color: #333;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　見出し
--------------------------------------------------------------------------------------------------------------------------------*/

h1 {
}
h2 {
    font-size: min(2.7rem, 2.7vw);
    padding: min(19px, 1.9vw) min(15px, 1.5vw);
    color: #fff;
    position: relative;
    margin: 15px 0 30px;
	background: linear-gradient(45deg, #2987df, #53a542);
    font-weight: 600;
	font-family: var(--noto-serif-jp);
}
h2:before {
   content: '';
   background: #ffffffb8;
	display: block;
	height:1px;
	width: 100%;
	top: 4px;
	left: 0;
	position: absolute;
}
h2:after {
   content: '';
   background: #ffffffb8;
	display: block;
	height:1px;
	width: 100%;
	bottom: 4px;
	left: 0;
	position: absolute;
}
h3 {
    clear: both;
    color: var(--main-color);
    font-size: min(2.5rem, 2.5vw);
    padding: min(14px, 1.4vw) min(18px, 1.8vw);
    margin: 30px 0 20px;
    position: relative;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid #c8c8c8;
	font-weight: 600;
	font-family: var(--noto-serif-jp);
}
h4 {
    font-size: min(2.2rem, 2.2vw);
    border-bottom: 2px solid var(--main-color);
    background: var(--light-color);
    margin-top: 30px;
    padding: min(13px, 1.3vw) min(15px, 1.5vw);
    clear: both;
    font-weight: 600;
	font-family: var(--noto-serif-jp);
}
h5 {
    font-size: min(2rem, 2vw);
    padding: min(5px, 0.5vw) min(13px, 1.3vw);
    margin: 30px 0 20px;
    border-left: 3px solid var(--main-color);
	clear: both;
    font-weight: 600;
	font-family: var(--noto-serif-jp);
}
h6 {
    font-size: min(1.8rem, 1.8vw);
    padding: min(15px, 1.5vw);
    line-height: 1.3;
    position: relative;
    display: block;
    background: #ffffe5;
    clear: both;
	font-weight: 600;
  }
.page-title {
    box-sizing: border-box;
    position: relative;
    height: min(200px, 20vw);
    background-image: url(/wp-content/uploads/2025/10/page-title__bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
	background-color: var(--light-color);
}
.page-title.margin-top {
	margin-top: 70px;
}
.page-title__box {
    position: absolute;
    height: 100%;
    display: flex;
    margin: 0 auto;
    inset: 0;
    width: min(1000px, 100%);
    place-content: center;
    align-items: center;
}
.page-title__h2 {
    font-size: min(3.6rem, 3.6vw);
    color: #333;
    box-sizing: border-box;
    margin: 0;
    background: inherit;
    max-width: 1100px;
    line-height: 1.2;
}
.page-title__h2 {
    font-size: min(3.6rem, 3.6vw);
    color: #333;
    box-sizing: border-box;
    margin: 0;
    background: inherit;
    max-width: 1100px;
    line-height: 1.2;
    padding: 0;
}
.page-title__h2:after {
    background: linear-gradient(45deg, #2987df, #53a542);
    height: min(4px, 0.4vw);
    width: min(40px, 4vw);
    bottom: inherit;
    left: inherit;
    position: inherit;
	margin: min(15px, 1.5vw) auto 0;
}
.page-title__h2:before {
    content: none;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　ヘッダ、フッター
--------------------------------------------------------------------------------------------------------------------------------*/
/* .site-info */
.site-info {
    box-sizing: border-box;
    position: relative;
    justify-content: end;
    display: flex;
    align-items: center;
}
.site-info__title-container {
    display: flex;
    align-items: center;
    gap: min(13px, 1.3vw);
    margin-right: auto;
}
footer .site-info {
    height: 130px;
}
footer .site-info:before {
    content: '';
    display: block;
    background: var(--main-color);
    height: 1px;
    width: 100vw;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
footer .site-info:after {
    content: '';
    display: block;
    background: var(--main-color);
    height: 1px;
    width: 100vw;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.site-info__logo-image {
    display: block;
	width: min(365px, 36.5vw);
}
.site-info__logo {
    width: min(41px, 4.1vw);
}
.site-info__logo img {
    object-fit: contain;
    width: 100%;
	 height: 100%;
}
.site-info__title {
    width: min(185px, 18.5vw);
    padding: min(5px, 0.5vw) 0;
}
.site-info__title a {
    display: block;
}
.site-info__catch {
	font-size: min(1.2rem, 1.2vw);
	font-weight: normal;
}
.site-info__logo-company {
    font-size: min(1.2rem, 1.2vw);
}
.site-info__contact-container {
    align-items: center;
    display: flex
}
.site-info__contact-box{
    text-align: center;
    box-sizing: border-box;
	margin: 0 min(15px, 1.5vw);
}
.site-info__contact-num {
    font-size: min(2.9rem, 2.9vw);
    line-height: 1;
    position: relative;
    padding: 0 0 5px 0;
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
}
.site-info__contact-num-icon {
    width: min(22px, 2.2vw);
	height: min(22px, 2.2vw);
    display: block;
}
.site-info__contact-num-icon img {
    width: 100%;
	height: 100%;
    object-fit: contain;
}
.site-info__contact-company {
    font-size: min(1.2rem, 1.2vw);
    text-align: center;
    background: #f1f1f1;
    padding: 7px 0px;
}
.site-info__contact-btn {
    height: min(93px,9.3vw);
}
.site-info__contact-btn a {
    text-decoration: none;
    font-weight: 500;
    font-size: min(1.5rem, 1.5vw);
    display: block;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.1;
    width: min(97px, 9.7vw);
    height: 100%;
	letter-spacing: 0;
	border-bottom: 1px solid;
}
.site-info__contact-btn-01 a {
	background-color: var(--sub-color);
	color: #fff;
}
.site-info__contact-btn-02 a {
	background-color: var(--main-color);
	color: #fff;
}
.site-info__contact-btn-text {
    display: block;
    line-height: 1;
    font-size: min(1.3rem, 1.3vw);
	padding: min(13px, 1.3vw) 0 min(17px, 1.7vw);
}
.site-info__contact-btn-icon {
    display: block;
    height: 33%;
    margin: 0 auto;
}
.site-info__contact-btn-icon img {
    width: 100%;
	height: 100%;
    object-fit: contain;
}
.site-info__contact-reception-hours {
    background: #f1f1f1;
    font-size: min(1.2rem, 1.2vw);
    padding: min(7px, 0.7vw);
}
.site-info__contact-btn-03 {
    border: 1px solid var(--main-color);
    border-radius: 6px;
    background: #ffffe5;
    font-weight: 600;
    font-family: var(--noto-serif-jp);
    box-sizing: border-box;
    width: min(136px, 13.6vw);
    height: min(84px, 8.4vw);
}
header .site-info__contact-btn-03 {
    display: none;
}
.site-info__contact-btn-03 a {
    text-decoration: none;
    display: grid;
    place-content: center;
    height: 100%;
}
.site-info__contact-btn-03-text {
    font-size: min(2rem, 2vw);
	color: #333;
	text-align: center;
	font-weight: bold;
    line-height: 1.25;
}
.site-info__contact-btn-03-text strong {
    color: #de0b16;
	display: block;
	font-weight: bold;
}
.site-info__contact-btn-03-text-small {
    font-size: 0.85em;
}
.site-info__contact-btn-03-text-small span {
    font-size: 0.88em;
}

/* footer */
.company-info {
    padding: min(65px,6.5vw) 0 min(60px,6vw);
}
.company-info__menu-list {
    display: flex;
    justify-content: space-between;
    gap: min(19px, 1.5vw);
    width: min(1000px, 98%);
    margin: 0 auto;
}
.company-info__menu-item {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.company-info__menu-item-content {
    box-sizing: border-box;
    border: 2px solid var(--main-color);
    aspect-ratio: 237 / 350;
}
.company-info__menu-item-content:has(.company-info__menu-item-btn) {
    padding: min(6px,0.6vw);
}
.company-info__menu-item-title {
    font-size: min(2.4rem, 2.4vw);
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.9;
}
.company-info__menu-item-image {
    height: 100%;
}
.company-info__menu-item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.company-info__menu-item-map {
    height: 100%;
}
.company-info__menu-item-office-name {
    text-align: center;
    color: #fff;
    background: var(--main-color);
    font-weight: 500;
    font-size: min(2.5rem, 2.5vw);
    line-height: 1.2;
    height: 29%;
    display: grid;
    place-content: center;
    font-family: var(--noto-serif-jp);
}
.company-info__menu-item-office-inner {
    padding: min(25px, 2.5vw) 0 0 0;
}
.company-info__menu-item-office-address {
	font-size: min(1.6rem, 1.6vw);
    line-height: 1.45;
    text-align: center;
}
.company-info__menu-item-office-tel {
    font-size: min(2.2rem, 2.1vw);
	display: flex;
	align-items: center;
    gap: min(5px, 0.4vw);
    padding: min(25px, 2.5vw) 0;
    justify-content: center;
}
.company-info__menu-item-office-tel-icon {
    display: block;
    width: min(16px, 1.6vw);
    height: min(16px, 1.6vw);
}
.company-info__menu-item-office-tel-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.company-info__menu-item-office-hour {
	font-size: min(1.4rem, 1.3vw);
	text-align: center;
}
.company-info__menu-item-btn a {
    display: flex;
    align-items: center;
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    margin: 0 0 min(7px, 0.7vw) 0;
    font-size: min(1.8rem, 1.8vw);
    height: min(48px, 4.8vw);
    gap: min(10px, 1vw);
    box-sizing: border-box;
    padding: 0 0 0 min(13px, 1.3vw);
    font-weight: 500;
}
.company-info__menu-item-btn a:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}
.company-info__menu-item-bookmark a:before {
    content: "\f005";
}
.company-info__menu-item-company a:before {
        content: "\f1ad";
}
.company-info__menu-item-dl a:before {
        content: "\f02d";
}
.company-info__menu-item-fee a:before {
    content: "\f15c";
}
.company-info__menu-item-search-title {
    display: flex;
    align-items: center;
    gap: min(7px, 0.7vw);
    font-size: min(1.9rem, 1.9vw);
    font-weight: bold;
    color: #aaa491;
	padding: min(15px, 1.5vw) 0 min(15px, 1.5vw) min(5px, 0.5vw);
}
.company-info__menu-item-search-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: min(5px, 0.5vw);
}
.company-info__menu-item-search-box input#s {
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    height: min(41px, 4.1vw);
    flex: 1;
}
.company-info__menu-item-search-box input#submit {
    font-size: min(1.6rem, 1.6vw);
    font-weight: bold;
    color: #545454;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background: linear-gradient(0deg, #cecece, #fff);
    width: min(51px, 5.1vw);
    height: min(41px, 4.1vw);
}
footer .site-info__contact-btn-01 {
	display: none;	
}
.footer-menu__menu {
    flex: 1;
}
.footer-menu {
    padding: min(30px, 3vw) 0;
	background: var(--light-color);
}

.footer-menu__container {
    display: flex;
    width: min(970px, 98%);
    margin: 0 auto;
}
.footer-menu ul li {
    position: relative;
    line-height: 1.6;
}

.footer-menu ul li:not(:first-child) {
    margin-top: 8px;
}

.footer-menu ul li a {
    font-size: min(1.5rem, 1.5vw);
    text-decoration: none;
    position: relative;
    font-weight: normal;
    letter-spacing: 0;
	color: #333;
}
.footer-menu ul li:before {
    content: '\f105';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    padding-right: 10px;
    color: var(--main-color);
}
.footer-menu .sub-menu {
    margin: 10px 0 0 10px;
}
.footer-menu ul li a:hover {
      opacity: 0.7;
}
footer .copy {
    font-size: min(1rem, 1vw);
    padding: min(15px,1.5vw) 0;
    background: var(--main-color);
    text-align: center;
	color: #fff;
}
.footer-menu ul li:has(.sub-menu) > a {
    pointer-events: none;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　mv
--------------------------------------------------------------------------------------------------------------------------------*/
.mv {
    position: relative;
    background-image: url(/kaikei/wp-content/uploads/2025/11/mv__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: min(65px, 6vw) 0;
}
.mv.margin-top {
	margin-top: 70px;
}
.mv__box {
    position: relative;
	width: min(1140px, 98%);
    margin: 0 auto;
}
.mv__contents {
    position: relative;
    z-index: 2;
}

.mv__sub-title {
    display: inline-block;
    position: relative;
    background: #fff;
    font-size: min(3.1rem, 3.1vw);
    font-weight: 600;
    line-height: 1.2;
    padding: min(6px, 0.6vw) min(40px, 4vw) min(6px, 0.6vw) min(15px, 1.5vw);
	margin: 0 0 0 min(20px, 2vw);
    font-family: var(--noto-serif-jp);
	clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.mv__title {
    width: min(710px, 65vw);
	padding: min(15px, 1.5vw) 0 min(28px, 2.8vw);
}
.mv__catch-list {
    display: flex;
    gap: min(20px, 1.4vw);
    margin: 0 0 0 min(20px, 1.6vw);
}
.mv__catch-item {
    width: min(187px, 17vw);
    height: min(187px, 17vw);
    background-image: url(/kaikei/wp-content/uploads/2025/11/mv__catch-item__bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: grid;
    place-content: center;
    text-align: center;
}
.mv__catch-item-text {
    font-size: min(2.7rem, 2.5vw);
    font-weight: bold;
    line-height: 1;
    font-family: var(--noto-serif-jp);
}
.mv__catch-item-text strong {
    font-size: 1.44em;
    color: #de0b16;
    font-weight: bold;
}
.mv__catch-item:nth-child(3) .mv__catch-item-text {
	font-size: min(2.4rem, 2.3vw);
	line-height: 1.2;
}
.mv__catch-item:nth-child(3) .mv__catch-item-text strong {
	font-size: 1em;
}
.mv__btn {
    background: var(--main-color);
    font-weight: bold;
    border-radius: 10px;
    display: block;
    width: min(466px, 41vw);
    overflow: hidden;
    height: min(133px, 11vw);
    align-items: center;
    -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;
    position: relative;
    text-align: center;
    position: absolute;
    bottom: min(15px, 1.5vw);
    right: 0;
	z-index: 2;
	box-shadow: 0px 3px 0px 0px #9b9b9a;
}
.mv__btn a {
    height: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: min(12px, 1.2vw) min(15px, 1.5vw);
}

.mv__btn a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 20%);
	z-index: 2;
	transition: 0.3s ease-in-out;

}
.mv__btn-main-title {
    display: flex;
    font-size: min(2.7rem, 2.3vw);
    letter-spacing: 0;
    align-items: center;
    justify-content: center;
    gap: min(20px, 2vw);
    font-weight: bold;
    color: #fff;
    font-family: var(--noto-serif-jp);
}
.mv__btn-main-title:after {
    content: "\f138";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 0.7em;
    font-weight: 600;
}
.mv__btn-sub-title {
    display: block;
    font-size: min(2.1rem, 1.9vw);
    padding: min(9px, 0.7vw) 0;
    margin: 0 0 min(17px, 1.5vw) 0;
    background: #fff;
    border-radius: 10px;
    color: var(--main-color);
}
.mv__image {
    width: min(475px, 42vw);
    position: absolute;
    top: max(-40px, -4vw);
    right: max(-10px, -1vw);
}
.mv__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mv__inner {
    display: flex;
    align-items: center;
    gap: min(15px, 1.3vw);
}
.mv__logo {
    display: flex;
    flex-direction: column;
    gap: min(10px, 1vw);
}
.mv__logo-image {
	width: min(256px, 22vw);
}
.mv__catch {
    display: flex;
    gap: min(20px, 1.8vw);
    padding: min(35px, 2vw) 0 0 0;
}
.mv__catch-image {
    width: min(176px, 14vw);
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　global-nav
--------------------------------------------------------------------------------------------------------------------------------*/
.global-nav {
    z-index: 9999;
	background:var(--main-color);
}
.global-nav__container {
    width: min(1100px, 99%);
    margin: 0 auto;
}
.global-nav.fixed {
    width: 100%;
    position: fixed;
    top: 0;
}
.global-nav__list {
    display: flex;
    justify-content: space-between;
}
.global-nav__list > li {
    width: 100%;
    text-align: center;
    -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;
    position: relative;
    color: #fff;
}
.global-nav__list > li:before {
	content: '';
	display: block;
    width: 1px;
	height: 90%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
    position: absolute;
    background: #a8c2a2;
}
.global-nav__list > li:last-child:after {
	content: '';
	display: block;
    width: 1px;
	height: 90%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    position: absolute;
    background: #a8c2a2;
}
.global-nav__list > li a {
    color: #fff;
    font-size: min(1.5rem, 1.4vw);
    font-weight: bold;
    text-decoration: none;
    -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;
    height: min(60px,6vw);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
	position:relative;
    gap: min(10px, 1vw);
}
.global-nav__list > li > 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 .menu-title {
}
.global-nav .menu-icon {
    display: block;
    width: min(28px, 2.8vw);
}
.global-nav .sub-menu {
    display: none;
    background-color: #3f3f3f;
    position: absolute;
    top: min(60px,6vw);
    z-index: 3;
    min-width: 200px;
}
header + .global-nav .global-nav__list > li:hover .sub-menu {
  display:block;
  position: absolute;
  opacity: 0.95;
}
.global-nav .sub-menu li:hover {
background-color:#3a3a3a !important;
display:block;
color:inherit;
        opacity: 0.7;
}
.global-nav .sub-menu li a {
    display: flex;
    padding: 0 10px;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: -0.05em;
    height: 40px;
    place-content: baseline;
    align-items: center;
}
  /*----------------------------------------------------
    テーブルデザイン
  ----------------------------------------------------*/
  table {
    font-size: inherit;
    font: 100%;
  }
  table.mainstyle {
    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.mainstyle th {
    font-weight: bold;
    padding: 10px;
    border: 1px #b9b9b9 solid;
    border-width: 0 0 1px 1px;
    background: #FFFFCC;
    vertical-align: middle;
  }

  table.mainstyle td {
    padding: 10px;
    border: 1px #b9b9b9 solid;
    border-width: 0 0 1px 1px;
    font-size: 1.7rem;
    line-height: 1.5;
    vertical-align: middle;
  }

/*--------------------------------------------------------------------------------------------------------------------------------
	　TOP
--------------------------------------------------------------------------------------------------------------------------------*/

main.top h2,
main.page-service h2 {
    font-size: inherit;
    padding:0;
    color: inherit;
    position: inherit;
    margin: 0;
    background: inherit;
    text-shadow: inherit;
}
main.top h2:before,
main.top h2:after,
main.page-service h2:before,
main.page-service h2:after {
	content: none;
}
h2 .main-title {
    color: #333;
    display: block;
    font-size: min(4rem, 4vw);
    text-align: center;
	font-weight: 500;
}
h2 .main-title:after {
    content: '';
    display: block;
    background: var(--main-color);
    height: min(4px,0.4vw);
    width: min(84px,8.4vw);
    margin: min(20px,2vw) auto 0;
}
h2 .sub-title {
    display: block;
    font-size: min(3rem, 3vw);
    text-align: center;
	line-height:1;
    color: var(--main-color);
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 1;
	padding: 0 0 min(10px,1vw) 0;
}
/* reason */
.reason {
    padding: min(70px, 7vw) 0 min(100px, 10vw) 0;
    background-image: url(/kaikei/wp-content/uploads/2025/11/reason__bg.jpg);
    background-size: cover;
    background-position: center;
}
.reason h2 .main-title {
    color: #fff;
}
.reason__list {
    justify-content: space-between;
    display: flex;
	padding: min(320px, 30vw) 0 0 0;
}
.reason__item {
    width: 30.5%;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    text-align: center;
    aspect-ratio: 335 / 260;
}
.reason__item-catch {
    display: flex;
    align-items: center;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    width: 50%;
    height: min(56px, 5.6vw);
    gap: min(15px, 1.5vw);
    font-size: min(3rem, 2.8vw);
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    place-content: center;
    position: absolute;
    top: 0;
	left: 50%;
    transform:translateX(-50%) translateY(-50%);
    font-family: var(--noto-serif-jp);
}
.reason__item-title {
	font-size: min(2.2rem, 2.2vw);
    font-weight: bold;
    padding: min(55px, 5.5vw) 0 min(20px, 2vw) 0;
    line-height: 1.45;
    color: #de0b16;
    font-family: var(--noto-serif-jp);
}
.reason__item-text {
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.625;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.reason__item-num {
	color: #e7eeeb;
    font-family: 'Montserrat', sans-serif;
    font-size: min(6.7rem, 6.5vw);
    position: absolute;
    right: min(5px, 0.5vw);
    bottom: 0;
    line-height: 1;
}
/* .comparison-chart */
.comparison-chart {
    padding: min(75px, 7.5vw) 0 min(90px, 9vw);
    background: var(--light-color);
}
.comparison-chart__js-scroll-hint-container {
	width: min(1000px, 98%);
    margin: 0 auto;
}

.comparison-chart__table {
    border: none;
    width: min(1000px, 100%);
    margin: min(85px, 8.5vw) auto 0;
	border-collapse: collapse;
}
.comparison-chart__table,
.comparison-chart__table tr,
.comparison-chart__table th,
.comparison-chart__table td {
	text-align: center;
	font-size: min(1.6rem, 1.6vw);
}
.comparison-chart__table tr:last-child td {
    height: min(70px, 7vw);
}
.comparison-chart__col-blank-01 {
    width: 2.5%;
}
.comparison-chart__col-blank-02 {
}
.comparison-chart__col-1 {
    width: 14%;
}
.comparison-chart__col-2 {
    background: #f2f9eb;
    width: 26%;
	border: 3px solid var(--main-color);
    border-radius: 20px;
	position: relative;
}
.comparison-chart__col-3,
.comparison-chart__col-4,
.comparison-chart__col-5 {
    width: 20%;
}
.comparison-chart__list {
    display: flex;
	gap: 1%;
}
.comparison-chart__title {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: min(2.4rem, 2.4vw);
    height: min(80px, 8vw);
    display: grid;
    place-content: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 min(25px, 2.5vw);
}

.comparison-chart__title:after {
    content: '';
    background: var(--main-color);
    display: block;
    width: calc(100% + 8px);
    height: min(33px, 3.3vw);
    position: absolute;
    top: max(-33px, -3.3vw);
    left: -4px;
    border-radius: 10px 10px 0 0;
}

.comparison-chart__table tr:nth-child(even) th,
.comparison-chart__table tr:nth-child(even) td {
	border: solid 1px #c8c8c8;
    background: #fff;
}
.comparison-chart__table tr:nth-child(odd) th,
.comparison-chart__table tr:nth-child(odd) td {
	border: solid 1px #c8c8c8;
    background: #f8f8f8;
}
.comparison-chart__table tr td:nth-child(2) {
    background: #f2f9eb;
}

.comparison-chart__table th {
    font-weight: bold;
}
.comparison-chart__table td{
	font-weight: 500;
	height: min(180px, 18vw);
}

.comparison-chart__table tr:nth-child(1) th {
    background: #a3a3a3;
	color: #fff;
	font-weight: bold;
	font-size: min(2rem, 2vw);
}
.comparison-chart__table tr:nth-child(1) th:nth-child(1) {
    background: transparent;
    border: none;
}
.comparison-chart__table tr:nth-child(1) th:nth-child(2) {
    background: var(--main-color);
    border: none;
}
.comparison-chart__table td:nth-child(1) {
    background: #f2f9eb;
}
.comparison-chart__text {
    font-size: min(1.8rem, 1.8vw);
    font-weight: bold;
}
.comparison-chart__text strong {
	color: var(--main-color);
    font-weight: bold;
}
.comparison-chart__mark {
    font-size: min(5rem, 5vw);
    padding: 0 0 min(30px,3vw) 0;
}
.comparison-chart__table tr td:nth-child(2) .comparison-chart__mark {
    color: var(--main-color);
	padding: 0 0 min(20px,2vw) 0;
}
/* .cost-cut */
.cost-cut {
	padding: min(95px,9.5vw) 0 min(70px,7vw) 0;
}
.cost-cut__list {
	padding: min(20px,2vw) 0 0 0;
}
.cost-cut__item {
    display: flex;
    justify-content: space-between;
    padding: min(45px,4.5vw) 0;
}
.cost-cut__item:not(:last-child) {
	border-bottom: 1px solid #e7e7e7;
}
.cost-cut__item-type {
    width: 30%;
}
.cost-cut__item-type-title {
    font-family: var(--noto-serif-jp);
    text-align: center;
    font-size: min(2.4rem, 2.4vw);
    background: var(--light-color);
    margin: 0 0 min(33px, 3.3vw) 0;
    line-height: 2.4;
    font-weight: 500;
}
.cost-cut__item:not(:first-child) .cost-cut__item-type-title {
	display:none;
}
.cost-cut__item-type-inner {
    position: relative;
}
.cost-cut__item-type-text {
    font-family: var(--noto-serif-jp);
    text-align: center;
    font-size: min(2.6rem, 2.4vw);
    background: #fff;
    color: var(--main-color);
    border: 1px solid;
    font-weight: 600;
    line-height: 2.1;
    width: 61%;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    bottom: max(-40px, -4vw);
    left: 50%;
    transform: translateX(-50%);
}
.cost-cut__item:nth-child(3) .cost-cut__item-type-text {
    background: #ffffba;
}
.cost-cut__item-cost {
    width: 67.5%;
}
.cost-cut__item-cost-title {
    font-family: var(--noto-serif-jp);
    text-align: center;
    font-size: min(2.4rem, 2.4vw);
    background: var(--light-color);
    margin: 0 0 min(33px, 3.3vw) 0;
    line-height: 2.4;
	font-weight: 500;
}
.cost-cut__item:not(:first-child) .cost-cut__item-cost-title {
	display:none;
}
.cost-cut__item-cost-fee {
    height: min(74px, 7.2vw);
    display: flex;
    align-items: center;
    font-family: var(--noto-serif-jp);
    font-weight: bold;
    font-size: min(4.4rem, 4.4vw);
	background: var(--main-color);
    color: #fff;
	margin: 0 0 min(17px,1.7vw) 0;
}
.cost-cut__item:nth-child(3) .cost-cut__item-cost-fee {
    background: #de0b16;
}
.cost-cut__item-cost-fee-num {
	flex: 1;
    line-height: 1;
    padding: 0 0 0 min(20px,2vw);
}
.cost-cut__item-cost-fee-num span {
    font-size: 0.7em;
}
.cost-cut__item:nth-child(3) .cost-cut__item-cost-fee-num {
	font-size: min(3.5rem, 3.4vw);
    padding: 0 0 0 min(45px, 4.5vw);
}
.cost-cut__item:nth-child(2) .cost-cut__item-cost-fee-text {
    height: 100%;
    width: 55%;
    background: var(--light-color);
}
.cost-cut__item:nth-child(3) .cost-cut__item-cost-fee-text {
    height: 100%;
    width: 62%;
    background: #eee7e7;
    color: #de0b16;
    font-size: min(2.6rem, 2.4vw);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(12px, 1vw);
}
.cost-cut__item:nth-child(3) .cost-cut__item-cost-fee-text:before,
.cost-cut__item:nth-child(3) .cost-cut__item-cost-fee-text:after {
    content: '';
    display: block;
    background: #de0b16;
    width: min(36px, 3.24vw);
    height: min(18px, 1.62vw);
	clip-path: polygon(0 50%, 40% 0, 40% 35%, 100% 35%, 100% 65%, 40% 65%, 40% 100%);
}
.cost-cut__item:nth-child(3) .cost-cut__item-cost-fee-text:after {
	transform: rotate(180deg);
}
.cost-cut__item-cost-text {
    background: #f5f5e9;
    border-radius: 10px;
    font-size: min(1.9rem, 1.8vw);
    font-weight: 500;
    line-height: 1.84;
    box-sizing: border-box;
    padding: 2% 2.5%;
	margin: min(17px,1.7vw) 0 0 0;
}
.cost-cut__item-cost-note {
    font-size: min(1.5rem, 1.5vw);
    font-weight: 500;
    line-height: 1;
}
/* .plan */
.plan {
    padding: min(105px, 10.5vw) 0 min(130px, 13vw);
    background: var(--light-color);
}
.plan__btn {
    display: block;
    text-decoration: none;
    background: var(--main-color);
    position: relative;
    color: #fff;
    box-shadow: 0px 3px 0px 0px #a6a6a6;
    border-radius: 10px;
    width: 98%;
    margin: min(70px, 7vw) auto 0;
    aspect-ratio: 356 / 157;
}
.plan__btn-text {
    display: grid;
    text-align: center;
    place-content: center;
    font-size: min(1.7rem, 1.6vw);
    font-weight: 500;
    height: 58%;
    border-bottom: 1px solid #8db485;
    margin: 0 4%;
}
.plan__btn-title {
    font-family: var(--noto-serif-jp);
    font-size: min(2.8rem, 2.6vw);
    font-weight: 500;
    display: grid;
    text-align: center;
    place-content: center;
    height: 38%;
    position: relative;
}
.plan__btn-title:after {
    content: "\f0a9";
    display: inline;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    font-size: 0.7em;
}
.plan__list {
    display: flex;
    padding: min(60px, 6vw) 0 0 0;
}
.plan__item {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.plan__item:not(:last-child) .plan__item-title,
.plan__item:not(:last-child) .plan__item-text {
	border-right: none;
}
.plan__item-title {
    color: var(--main-color);
    font-size: min(2.4rem, 2.4vw);
    text-align: center;
    font-family: var(--noto-serif-jp);
    display: block;
    font-weight: bold;
    background: #fff;
	border: 1px solid var(--main-color);
    border-bottom: none;
    padding: min(18px, 1.8vw) 0;
}
.plan__item-text ul {
    display: flex;
	flex-direction: column;
    gap: min(13px, 1.3vw);
}
.plan__item-text li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.2;
    font-weight: 500;
    font-size: min(1.6rem, 1.5vw);
}
.plan__item-text {
    position: relative;
    background: #fff;
    border: 1px solid var(--main-color);
    padding: 7.5% 2%;
    box-sizing: border-box;
    height: min(220px, 22vw);
}
.plan__item-text:after {
    content: '';
    display: block;
    position: absolute;
    background: #b8dcb0;
    width: min(126px, 12.6vw);
	aspect-ratio: 126 / 72 ;
    bottom: min(11px, 1.1vw);
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    clip-path: polygon(0 30%, 25% 30%, 25% 0, 75% 0, 75% 30%, 100% 30%, 50% 100%);
}
/* .case */
.case {
    padding: min(95px, 9.5vw) 0  min(62px, 6.2vw);
	background: var(--light-color);
}
.case h2 .en {
    color: #f3f3f3;
}
.case__container {
    width: min(1150px, 90%);
    margin: 0 auto;
}
.case__message {
    text-align: center;
    font-size: min(1.8rem, 1.8vw);
    line-height: 1.67;
    padding: min(65px, 6.5vw) 0 0 0;
    font-weight: 500;
}
.case__list {
    padding: min(60px, 6vw) 0 min(70px, 7vw) 0;
}
.case__item {
}
.case__item a {
    display: block;
    text-decoration: none;
    color: #333;
    margin: 0 min(25px, 1.8vw);
    position: relative;
}
.case__item-tag {
    position: absolute;
    top: 0;
    color: #fff;
    background: var(--main-color);
    font-size: min(1.5rem, 1.3vw);
    display: grid;
    place-content: center;
    height: min(34px, 3vw);
    width: min(107px, 10vw);
}
.case__item-image {
    display: block;
    aspect-ratio: 335 / 234;
}
.case__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case__item-text-container {
    background: #fff;
    display: block;
    padding: 0 3%;
	box-sizing: border-box;
    aspect-ratio: 335 / 330;
}
.case__item-title {
    font-weight: bold;
    display: block;
    font-size: min(2rem, 1.6vw);
    height: min(90px, 7vw);
    font-family: var(--noto-serif-jp);
    line-height: 1.5;
    box-sizing: border-box;
    padding: min(15px, 1vw) 0;
}
.case__item-info-list {
    display: flex;
    flex-direction: column;
    gap: min(5px, 0.5vw);
}
.case__item-info-item {
    padding: min(10px, 0.8vw);
    background: var(--light-color);
    display: flex;
    font-size: min(1.6rem, 1.3vw);
    line-height: 1.2;
    font-weight: 500;
}
.case__item-info-item-title {
    display: block;
    width: 30%;
}
.case__item-info-item-text {
    flex: 1;
	display: block;
}
.case__item-comment {
    display: block;
    font-size: min(1.6rem, 1.3vw);
    padding: min(15px, 1.2vw) min(5px, 0.2vw) 0 min(5px, 0.2vw);
    line-height: 1.5;
    font-weight: 500;
}
.case__prev,
.case__next {
    display: grid;
    place-content: center;
    width: min(65px, 5.8vw);
    height: min(65px, 5.8vw);
    border-radius: 100px;
    background: var(--main-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.case__prev {
	left: max(-50px, -5vw);
}
.case__next {
	right: max(-50px, -5vw);
}
.case__prev::before,
.case__next::before{
    content: '\f060';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: min(2rem, 1.9vw);
    inset: 0;
}
.case__next::before{
    content: '\f061';
}
/* 総合コンサルティンググループ
======================================================== */
.TopGroup { padding: min(70px, 7vw) 0 0 0; }
.TopGroup__Container {     position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: min(60px, 6vw) 0;
    width: min(1100px, 98%);
    margin: 0 auto; }
.TopGroup__Bg {
    position: relative;
	margin: min(42px, 4.2vw) 0 0 0;
}
.TopGroup__BgImage { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; }
.TopGroup__BgImage img { width: 100%; height: 100%; object-fit: cover; }
.TopGroup__Primary {     position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 44.5%;}
.TopGroup__PrimaryText { margin: 0; padding: 0 0 min(40px,4vw); width: 100%; color: #fff; font-size: min(1.8rem,1.8vw); font-weight: 500; line-height: 1.8; text-align: center; white-space: nowrap; }
.TopGroup__PrimaryHeading { margin: 0; padding: 0; width: 100%; background: none; border: none; }
.TopGroup__PrimaryHeading:after { display: none; }
.TopGroup__PrimaryHeading img { width: 100%; height: auto; }
.TopGroup__Secondary {     position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 51%;
    aspect-ratio: 1 / 1; }
.TopGroup__Secondary dt {     position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54%;
    aspect-ratio: 1 / 1; }
.TopGroup__Secondary dt img { width: 100%; height: auto; }
.TopGroup__Secondary dd {     position: relative;
    margin: 0;
    padding: 0;
    width: 48%;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: all .5s; }
.TopGroup__Secondary dd a { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; }
.TopGroup__Secondary dd:nth-child(2),
.TopGroup__Secondary dd:nth-child(3) { margin-bottom: min(20px ,2vw); }

@media screen and (max-width: 600px) {
	.TopGroup {
    padding: 10vw 0 0 0;
}
	.TopGroup__Bg {
    margin: 8vw 0 0 0;
}
  .TopGroup__Container { flex-direction: column; padding: 13vw 0; width: 89.3%; gap: 8vw;}
  .TopGroup__Primary { width: 100%; }
  .TopGroup__PrimaryText { padding: 0 0 5vw; font-size: 3.6vw; }
  .TopGroup__Secondary { width: 100%; }
  .TopGroup__Secondary dt { width: 53%; }
  .TopGroup__Secondary dd { width: 48%; }
  .TopGroup__Secondary dd:nth-child(2),
  .TopGroup__Secondary dd:nth-child(3) { margin-bottom: 2vw; }
}
/* 総合コンサルティンググループ
======================================================== */
.TopGroup__Secondary dd:nth-child(2) { background-image: url(/kaikei/wp-content/uploads/2025/11/group-image1.png); }
.TopGroup__Secondary dd:nth-child(2):hover { background-image: url(/kaikei/wp-content/uploads/2025/11/group-image1-hover.png); }
.TopGroup__Secondary dd:nth-child(3) { background-image: url(/kaikei/wp-content/uploads/2025/11/group-image2.png); }
.TopGroup__Secondary dd:nth-child(3):hover { background-image: url(/kaikei/wp-content/uploads/2025/11/group-image2-hover.png); }
.TopGroup__Secondary dd:nth-child(4) { background-image: url(/kaikei/wp-content/uploads/2025/11/group-image3.png); }
.TopGroup__Secondary dd:nth-child(4):hover { background-image: url(/kaikei/wp-content/uploads/2025/11/group-image3-hover.png); }
.TopGroup__Secondary dd:nth-child(5) { background-image: url(/kaikei/wp-content/uploads/2025/11/group-image4.png); }
.TopGroup__Secondary dd:nth-child(5):hover { background-image: url(/kaikei/wp-content/uploads/2025/11/group-image4-hover.png); }
/* .about */
.about {
    padding: min(90px, 9vw) 0 min(95px, 9.5vw);
}
.about__messgae-container {
    display: flex;
	gap: min(35px, 3.5vw);
}
.about__messgae {
    flex: 1;
}
.about__messgae-image {
    width: 38.5%;
}
.about__messgae-text {
    display: flex;
    flex-direction: column;
    gap: min(20px, 2vw);
}
main.top .about__messgae-text p {
    font-size: min(1.8rem, 1.7vw);
    line-height: 1.72;
    font-weight: 500;
    padding: 0;
}
.about__menu {
    display: flex;
    justify-content: space-between;
	padding: min(75px, 7.5vw) 0 0 0;
}
.about__menu-item {
    width: 47.5%;
    position: relative;
    aspect-ratio: 522 / 308;
}
.about__menu-item a {
    background-image: url(/wp-content/uploads/2025/10/company-menu__item-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: grid;
    place-content: center;
    color: #fff;
    text-decoration: none;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.about__menu-item:nth-child(2) a {
    background-image: url(/wp-content/uploads/2025/10/company-menu__item-02.jpg);
}
.about__menu-item a::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(80, 133, 69, 9.7);
	mix-blend-mode: multiply;
	pointer-events: none;
	z-index: 1;
}
.about__menu-item a:hover::before {
	content: none;
	transition: 0.3s ease-in-out;
}
.about__menu-item a:hover {
	transition: 0.3s ease-in-out;
}
.about__menu-item a:after {
    content: '';
    display: block;
    background: #ffffff;
    width: min(13px, 1.3vw);
    height: min(13px, 1.3vw);
    position: absolute;
    right: min(9px, 0.9vw);
    bottom: min(9px, 0.9vw);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 2;
}
.about__menu-item-image {
    display: block;
    position: absolute;
}
.about__menu-item-title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: min(10px, 1vw);
    text-align: center;
}
.about__menu-item-title-en {
    display: block;
    font-size: min(3.6rem, 3.6vw);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.03em;
}
.about__menu-item-title-jp {
    display: block;
    font-size: min(1.6rem, 1.6vw);
}
/* .news */
.news {
    background: var(--light-color);
	padding: min(70px, 7vw) 0  min(75px, 7.5vw);
}
.news__list {
    padding: min(60px, 6vw) 0 min(50px, 5vw);
}
.news__item {
    border-bottom: solid 1px #cfcfcf;
}
.news__item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: min(30px, 3vw);
    padding: min(15px, 1.5vw) min(10px, 1vw);
}
.news__item-date {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: min(1.6rem, 1.6vw);
    font-weight: 500;
}
.news__item-category {
    color: #fff;
    font-size: min(1.5rem, 1.5vw);
    background: var(--main-color);
    width: min(105px, 10.5vw);
    height: min(38px, 3.8vw);
    display: grid;
    place-content: center;
}
.news__item-category.news__item-category-column {
    background: var(--sub-color);
}
.news__item-title {
    color: #333;
    font-size: min(1.8rem, 1.8vw);
    font-weight: 500;
    flex: 1;
    line-height: 1.1;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　共通
--------------------------------------------------------------------------------------------------------------------------------*/
/* contact-banner */
.contact-banner {
    padding: min(40px, 4vw) 0 min(70px, 7vw);
    background: linear-gradient(45deg, #2987df, #53a542);
    position: relative;
}
.contact-banner__title {
	font-size: min(3.5rem, 3.4vw);
    font-weight: 500;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 min(40px, 4vw) 0;
    font-family: var(--noto-serif-jp);
}
.contact-banner__icon {
    position: absolute;
    left: min(5px, 0.5vw);
    bottom: 0;
    width: min(170px, 15vw);
}
.contact-banner__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-banner__container {
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    margin: 0 min(50px, 4vw);
    height: min(151px, 15.1vw);
    box-sizing: border-box;
    padding: min(15px, 1.5vw) 0;
}
.contact-banner__tel {
	text-align: center;
    border-right: 1px solid #e4e4e4;
    padding: min(5px, 0.5vw) min(30px, 3vw) min(5px, 0.5vw) 0;
	text-decoration: none;
	color: #333;
	pointer-events: none;
}
.contact-banner__tel-title {
    font-size: min(2.4rem, 2.2vw);
    font-weight: 500;
    display: block;
    color: #444444;
}
.contact-banner__tel-num {
    font-size: min(3.5rem, 3.2vw);
    line-height: 1;
    display: flex;
    align-items: center;
    gap: min(10px, 0.7vw);
    justify-content: center;
    padding: min(10px, 1vw) 0;
}
.contact-banner__tel-num-icon {
	display: block;
    width: min(27px, 2.5vw);
	height: min(27px, 2.5vw);
}
.contact-banner__tel-num-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-banner__tel-hour {
    font-size: min(1.4vw, 1.3rem);
    color: #333;
    display: block;
    font-weight: 500;
    background: #f1f1f1;
    line-height: 2.5;
}
.contact-banner__mail {
    width: 44%;
	box-sizing: border-box;
	padding: 0 min(30px, 3vw);
}
.contact-banner__mail a {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 3px 0px 0px #a6a6a6;
    border-radius: 10px;
    height: min(90px, 9vw);
    background: var(--main-color);
    box-sizing: border-box;
    padding: 0 0 0 min(40px, 4vw);
    gap: min(40px, 4vw);
}
.contact-banner__mail-title-container {
    text-align: center;
	display: block;
	font-weight: 600;
}
.contact-banner__mail-title {
    font-size: min(2rem, 2vw);
    display: block;
    line-height: 1;
    font-weight: bold;
}
.contact-banner__mail-hour {
	font-size: min(1.5rem, 1.5vw);
}
.contact-banner__mail-icon {
    display: block;
    width: min(45px, 4.4vw);
	height: min(45px, 4.4vw);
}
.contact-banner__mail-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .column */
.column {
    padding: min(50px,5vw) 0 min(110px,11vw);
	background: #f3f3f3;
}
.column__popular-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: min(75px, 7.5vw) 0 min(60px, 6vw) 0;
}
.column__most-popular {
    width: 46.5%;
    height: min(460px, 46vw);
}
.column__most-popular a {
    display: block;
    position: relative;
    color: #fff;
    height: 100%;
}
.column__most-popular-info {
    position: absolute;
    background: #0000009e;
    bottom: 0;
    height: 155px;
}
.column__most-popular-tag {
    font-weight: bold;
    background: var(--main-color);
    text-align: center;
    font-size: 1.4rem;
    display: block;
    padding: 7px 0;
    width: 152px;
}
.column__most-popular-title {
    display: block;
    font-size: min(2.2rem, 2.2vw);
    font-weight: bold;
    line-height: 1.32;
    padding: 13px 20px;
}
.column__most-popular-date {
    font-size: min(1.4rem, 1.4vw);
    color: #b3b3b3;
    font-weight: 500;
    padding: 0 0 0 32px;
    display: block;
    position: absolute;
    right: 25px;
    bottom: 13px;
}
.column__most-popular-date:before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 2px;
}
.column__most-popular-category {
    font-weight: bold;
    font-size: min(1.4rem, 1.4vw);
    border: 1px solid;
    padding: 5px 20px;
    box-sizing: border-box;
    margin: 0 0 0 20px;
}
/*.column__tab-container */
.column__tab-container {
    width: 50%;
}
.tab-information {
   padding: 65px 0 130px;
	background-image: url(/wp-content/uploads/2024/07/information__bg.jpg.webp);
}
.tab-information .btn {
    font-size: 2rem;
    margin: 30px auto 0;
    width: 260px;
    padding: 21px 0;
	border: 1px solid var(--main-color);
	color: var(--main-color);
}
.tab-information .btn:after {
    background: var(--sub-color);
}
.tab-information__list {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 4%;
}
.tab-information__list li {
    width: 100%;
	height: 22%;
}
.tab-information__list a {
    display: flex;
    text-decoration: none;
    color: #333;
    gap: 3%;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
.tab-information__title {
    font-size: min(2rem, 2vw);
    line-height: 1.45;
    display: block;
    font-weight: bold;
}
.tab-information__type {
    background: var(--sub-color);
    color: #fff;
    font-size: 1.6rem;
    width: 125px;
    display: inline-flex;
    place-content: center;
    padding: 7px 0;
	 border-radius: 50px;
}
.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 #c1c1c1;
    border-bottom: none;
    background: #fff;
    flex: 1;
    text-align: center;
    padding: 10px 0px;
    font-size: min(1.6rem, 1.6vw);
    font-weight: bold;
}
.tab.active { 
	background-color: var(--main-color);
	color: #fff;
}
.tab-content { 
	display: none;
	height: 100%;
}
.tab-content.active { 
	display: block; 
}
.tab-contents {
    background: #fff;
    padding: min(18px, 1.5vw);
    border: 1px solid #c1c1c1;
    height: min(472px, 47vw);
    box-sizing: border-box;
}
.tab-information__text-container {
    flex: 1;
}
.tab-information__image {
	width: 21%;
}
.tab-information__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab-information__date {
    font-size: min(1.4rem, 1.4vw);
    color: #b3b3b3;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 32px;
    display: block;
}
.tab-information__date:before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 2px;
}
.tab-information__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: min(1.4rem, 1.4vw);
    font-weight: bold;
    border: 1px solid;
    border-radius: 3px;
    padding: min(6px, 0.6vw) 0;
    width: min(131px, 12vw);
    box-sizing: border-box;
    text-align: center;
}
.tab-information__btn:after {
    content: "\f0da";
    display: inline;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
}
/* .access */
.access {
    padding: 90px 0 80px;
}
.access iframe {
    height: 600px;
    width: 100%;
    padding-top: 50px;
}

/*--------------------------------------------------------------------------------------------------------------------------------
  執筆者
--------------------------------------------------------------------------------------------------------------------------------*/
.writer {
    padding: 60px 0 0px;
    clear: both;
}
.writer__container {
    padding: 20px 25px 35px 25px;
    position: relative;
    border: 2px solid var(--sub-color);
}
.writer__title {
    text-align: center;
    color: #fff;
    position: absolute;
    background: var(--sub-color);
    font-size: min(1.7rem, 1.7vw);
    padding: 8px 21px;
    top: 0;
    left: -2px;
    transform: translateY(-100%);
}
.writer__katagaki {
    font-size: min(1.6rem, 1.6vw);
    margin: 0 0 10px 0;
    display: inline-block;
}
.writer__content {
    display: flex;
    gap: 40px;
    margin: 0 0 27px 0;
    border-bottom: 1px solid #e5e4df;
}
.writer__text {
    flex: 1;
}
.writer__image {
    width: 172px;
}
.writer__image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.writer__item-title {
    background: var(--light-color);
    width: 64px;
    display: grid;
    place-content: center;
    padding: 4px 0;
    font-size: min(1.2rem, 1.2vw);
}
.writer__item-text {
    flex: 1;
	font-size: min(1.6rem, 1.6vw);
}
.writer__item-container {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin: 0 0 15px 0;
}
.writer__shozoku {
    display: block;
    padding: 0 0 min(13px, 1.3vw) 0;
	font-size: min(1.4rem, 1.4vw);
}
.writer__name {
    font-size: min(2.5rem, 2.5vw);
    font-weight: bold;
    margin: 0 0 0 min(20px, 2vw);
    font-family: var(--noto-serif-jp);
}
.writer__item {
    padding: 15px 0 0 0;
    border-top: 1px solid #e5e4df;
}
.writer__btn {
    width: min(292px, 29.2vw);
    font-size: min(1.8rem, 1.8vw);
    padding: min(15px, 1.5vw) 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　archive
--------------------------------------------------------------------------------------------------------------------------------*/
/* .archive */
.archive__list {
    display: flex;
    flex-direction: column;
    padding: min(20px, 2vw) 0 0 0;
}
.archive__item {
    width: 100%;
	position: relative;
    border-bottom: 1px solid #eee;
}
.archive__item > a {
    text-decoration: none;
    display: flex;
    padding: min(30px, 3vw) 0 min(15px, 1.5vw);
}
.archive__item > a:hover {
    background: var(--hover-color);
}
.archive__item-image {
    display: block;
    height: min(230px, 23vw);
}
.archive__item-image img {
    width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
	transition: 0.3s ease-in-out;
}
.archive__item-image {
  position: relative;
  overflow: hidden;
  display: block;
}

.archive__item-image {
  position: relative;
  overflow: hidden;
}
.archive__item-date {
    display: block;
    color: #333;
    font-size: min(1.3rem, 1.3vw);
}
.archive__item-title {
    display: block;
    font-weight: bold;
    font-size: min(1.9rem, 1.9vw);
    padding: min(10px, 1vw) 0 min(15px, 1.5vw);
}
.archive__item-text {
    display: block;
    color: #333;
    font-size: min(1.8rem, 1.8vw);
}
/* .archive-category */
.archive-category__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 1.33%;
    padding: 20px 0;
}
.archive-category__item {
    width: 24%;
    background-image: -moz-linear-gradient(90deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
    border: 1px solid #d6d6d6;
    position: relative;
    font-size: 1.5rem;
    box-sizing: border-box;
}
.archive-category__item:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: var(--main-color);
    color: white;
    text-align: center;
    display: grid;
    align-items: center;
	  font-size: 0.8em;
}
.archive-category__item a {
    padding: 12px;
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
/* .archive-case */
.archive-case__parent-tab {
    display: flex;
	gap: 2%;
    align-items: end;
}
.archive-case__parent-tab-item {
    position: relative;
    width: 24%;
    color: #fff;
    font-size: min(1.8rem, 1.8vw);
    text-align: center;
	background: #6b6b6b;
    border-radius: 10px 10px 0 0;
}
.archive-case__parent-tab-item a:before {
    content: "\f1ad";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.archive-case__parent-tab-item:nth-child(2) a:before {
    content: "\f0c0";
}
.archive-case__parent-tab-item {
	height: min(62px ,6.2vw);
}
.archive-case__parent-tab a {
	display: flex;
	height: 100%;
	justify-content: center;
    align-items: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
    gap: min(5px, 0.5vw);
}
.archive-case__parent-tab-item.is-active {
    font-size: 1.5em;
    line-height: 0;
	background: var(--main-color);
	height: min(75px, 7.5vw);
}
.archive-case__parent-tab-item.is-active a {
    height: 100%;
}
.archive-case__parent-tab-item:hover {
    cursor: pointer;
    opacity: 0.7;
}
.archive-case__child-tab-container {
    background: #f3f3f3;
    padding: 35px;
}
.archive-case__child-tab {
	display: none;
}
.archive-case__child-tab.current {
    display: block;
}
.archive-case__child-tab-list {
    display: flex;
	flex-wrap: wrap;
	gap: min(5px, 0.5vw) 0.625%;
}
.archive-case__child-tab-item {
    width: 19.5%;
}
.archive-case__child-tab-item a {
	text-decoration: none;
	display: block;
	background: #fff;
    color: #333;
    height: min(56px, 5.6vw);
	padding: 5%;
	place-content: center;
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
}
.archive-case__child-tab-item.current a {
    color: #fff;
    background: var(--main-color);
}
.archive-case__list {
	display: flex;
	flex-wrap: wrap;
	gap: min(20px,2vw) 2%;
	padding: min(20px,2vw) 0 0 0;
}
.archive-case__item {
	width: 32%;
	box-shadow: 0px 0px 4px 2px #eee;
	position: relative;
}
.archive-case__item a {
    text-decoration: none;
    display: block;
    background: #fff;
    color: #333;
    box-sizing: border-box;
	padding: 0 0 min(20px,2vw) 0;
}
.archive-case__item-image {
    display: block;
    height: min(192px, 19.2vw);
}
.archive-case__item-image img {
    display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive-case__item:after {
    content: "\f138";
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: var(--main-color);
    font-size: min(2rem ,2vw);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.archive-case__item-category-list {
    display: flex;
	flex-wrap: wrap;
    gap: min(5px, 0.5vw);
	padding: min(15px, 1.5vw);
}
.archive-case__item-category {
	display: inline-block;
    padding: 0 min(5px, 0.5vw);
	font-size: min(1.3rem, 1.3vw);
	color: var(--main-color);
	border: 1px solid;
	border-radius: 15px;
}
.archive-case__item-title {
    display: block;
    font-weight: bold;
	padding: min(15px, 1.5vw);
	font-size: min(1.6rem, 1.6vw);
}
.archive-case__item-comment {
	display: block;
	padding: min(15px, 1.5vw);
	font-size: min(1.6rem, 1.6vw);
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　page
--------------------------------------------------------------------------------------------------------------------------------*/

.page .thumbnail {
    text-align: center;
}
.page .thumbnail img {
    margin-bottom: 30px;
    padding: 20px 0;
    width: 90%;
}
.page__content ul {
    padding: 15px 0;
}
.page__content li {
    font-size: min(1.8rem, 1.8vw);
    line-height: 1.89;
}
.page__content li:before {
	content: "\f0da";
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	color: var(--main-color);
	margin: 0 0.5em 0 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　single
--------------------------------------------------------------------------------------------------------------------------------*/

.single .thumbnail {
    text-align: center;
}
.single .thumbnail img {
    margin-bottom: 30px;
    padding: 20px 0;
    width: 90%;
}
.single__content ul {
    padding: 15px 0;
}
.single__content li {
    font-size: min(1.8rem, 1.8vw);
    line-height: 1.89;
}
.single__content li:before {
	content: "\f0da";
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	color: var(--main-color);
	margin: 0 0.5em 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.2rem;
    margin: 20px auto 40px;
    z-index: 1;
    position: relative;
    width: min(1000px, 98%);
}
/*目次*/
#toc_container {
    line-height: 1.7em;
}
#toc_container li {
	font-size:inherit;
}
#toc_container li:before {
    content: none;
}
/*ページ内のテキスト*/
#tinymce p, main p {
    line-height: 1.89;
    font-size: min(1.8rem,1.8vw);
    padding: 15px 0;
}
/*親子がある場合の一覧*/
  main .page_under01 {
      margin: 50px 0 0;
      border: 1px solid var(--main-color);
      border-bottom: none;
  }
  .page_footer_contents.pc {
      margin-top: 40px;
  }
  main .page_under01 ul.parent li a {
background: var(--main-color);
    color: #fff;
  }

  main .page_under01 ul li a {
    display: block;
    padding: 13px 10px;
    color: #545454;
    text-decoration: none;
    border-bottom: 1px solid var(--main-color);
    font-size: 1.6rem;
  }

  main .page_under01 ul.child li a:before {
    content: " \f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--main-color);
    padding: 0 5px 0 0;
  }

  main .page_under01 ul.child li a {
    padding: 13px 35px;
  }

  main .page_under01 ul.child li a:hover {
     background: var(--hover-color);
  }
/*ページネーション*/
main ul.pagenation {
    border-top: 1px solid #efefef;
    text-align: center;
    margin: 50px 0 0;
    padding: 20px 0 0;
    clear: both;
}
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*/
main .wp-pagenavi {
    margin: 60px 0 0;
    text-align: center;
}

main table {
  margin-top: 10px;
  margin-bottom: 30px;
}

main table.line {
  border-top-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #d3d3d3;
  border-right-color: #d3d3d3;
  border-bottom-color: #d3d3d3;
  border-left-color: #d3d3d3;
  border-left-width: 1px;
  margin-top: 30px;
}

main table.line th {
  background-color: #eae8e3;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #d3d3d3;
  border-bottom-color: #d3d3d3;
  font-weight: bold;
}

main table.line td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #d3d3d3;
  border-bottom-color: #d3d3d3;
  line-height: 1.3;
}

main table th {
  vertical-align: middle;
}

main table tr {
  vertical-align: middle;
}

main table td {
  vertical-align: middle;
}

main table.line p {
  padding: 0px;
  margin: 0px;
}


/*--------------------------------------------------------------------------------------------------------------------------------
   search
--------------------------------------------------------------------------------------------------------------------------------*/
.search__list a {
    display: block;
    text-decoration: none !important;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}
.search__list a:hover {
    background: var(--hover-color);
}
/*--------------------------------------------------------------------------------------------------------------------------------
  お問い合わせページ
--------------------------------------------------------------------------------------------------------------------------------*/
.page-service-contact {
	padding: 0 0 min(125px, 12.5vw) 0;
}
.page-contact {
    padding: 0 min(100px, 9vw);
}
.page-contact input[type="text"],
.page-contact input[type="email"],
.page-contact input[type="tel"],
.page-contact input[type="date"],
.page-contact textarea {
	border: 1px solid #cecece;
	height: min(51px, 5.1vw);
    width: 100%;
    padding: min(10px, 1vw);
    box-sizing: border-box;
}
.page-contact textarea {
    border: 1px solid #cecece;
    height: min(360px, 36vw);
}
.page-contact .page-contact__item-date-container input[type="date"],
.page-contact .page-contact__item-date-container input[type="text"] {
	width: min(181px, 18.1vw);
	font-size: min(1.8rem, 1.8vw);
}
main .page-contact table {
    width: 100%;
}
main .page-contact table tr {
    display: flex;
    justify-content: space-between;
}
main .page-contact table th {
    width: 30%;
}
main .page-contact table th p {
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
    font-weight: bold;
}


main .page-contact table td {
	flex: 1;
}

.page-contact .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: min(10px, 1vw);
}
.page-contact .wpcf7-list-item {
    margin: 0;
}
main .page-contact__item-title p {
    font-size: min(1.8rem, 1.8vw);
    font-weight: bold;
    padding: 0;
}
main .page-contact .required {
    color: #eb0000;
}
main .page-contact .optional {
    background: #878988;
    color: #fff;
    border-radius: 3px;
    font-size: 0.78em;
	font-weight: bold;
    display: grid;
    place-content: center;
    width: min(47px, 4.7vw);
    height: min(23px, 2.3vw);
    padding: 0;
}

main .page-contact .acceptance-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-contact__item-title-post-container p {
    display: flex;
    align-items: center;
    gap: min(15px, 1.5vw);
}
.page-contact__item-date-container p {
    display: flex;
    gap: min(15px, 1.5vw);
    align-items: center;
}
.page-contact .page-contact__item-post-code input[type="text"] {
	width: min(146px, 14.6vw);
}
.page-contact__submit {
    background: var(--main-color);
    border-radius: 5px;
    border-bottom: 2px solid #787878;
    display: grid;
    place-content: center;
    width: min(329px, 32.9vw);
    height: min(63px, 6.3vw);
    box-sizing: border-box;
    margin: min(40px, 4vw) auto 0;
	position: relative;
}
.page-contact__submit input[type="submit"]{
    background: none;
    color: #333;
    font-weight: bold;
    font-size: min(2.2rem, 2.2vw);
    color: #fff;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
	inset: 0;
}
.page-contact__submit .wpcf7-spinner {
    position: absolute;
}
main:has(.page-contact) > h2,
main:has(.page-contact-thanks) > h2{
	display: none;
}
body:has(.page-contact) .contact-banner {
	display: none;
}
body:has(.page-contact) .page-service .contact-banner {
	display: block;
}
main:has(.page-contact) .page_under01,
main:has(.page-contact-thanks) .page_under01{
    display: none;
}
/* .page-dl */
.page-dl{
	
}
.page-dl input[type="text"],
.page-dl input[type="email"],
.page-dl input[type="tel"] {
	border: 1px solid #cecece;
	height: min(51px, 5.1vw);
	width: min(473px, 47.3vw);
    padding: min(10px, 1vw);
    box-sizing: border-box;
}

/*--------------------------------------------------------------------------------------------
  サービスページ共通
----------------------------------------------------------------------------------------------*/
/* .service-contact */
.service-contact {
    background: #ffffe5;
    padding: min(80px, 8vw) 0 min(80px, 8vw);
}
main .service-contact p {
    line-height: inherit;
    font-size: inherit;
    padding: inherit;
}
.service-contact__inner {
    width: min(770px, 90%);
    margin: min(80px, 8vw) auto min(80px, 8vw);
}
.service-contact label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-contact__item-title {
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
    font-size: min(1.8rem, 1.7vw);
    font-weight: 500;
}
.service-contact__item-required {
    background: #de0b16;
    color: #fff;
}
.service-contact__item-required {
    background: #de0b16;
    color: #fff;
    font-size: 0.72em;
    border-radius: 3px;
    display: grid;
    place-content: center;
    width: min(47px, 4.7vw);
    height: min(23px, 2.3vw);
}
.service-contact input[type="text"],
.service-contact input[type="email"],
.service-contact input[type="tel"],
.service-contact textarea {
    border: solid 1px #cecece;
    padding: min(16px, 1.6vw);
    box-sizing: border-box;
    box-sizing: border-box;
    width: min(541px, 54.1vw);
}
.service-contact__submit {
    margin: auto;
    width: min(329px, 32.9vw);
    height: min(63px, 6.3vw);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.service-contact__submit input {
	display: block;
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
	background: var(--main-color);
	color: #fff;
	font-size: min(2.2rem, 2.1vw);
    font-weight: bold;
}
.service-contact__submit input:hover {
	cursor: pointer;
}
/*--------------------------------------------------------------------------------------------
  記帳代行ページ
----------------------------------------------------------------------------------------------*/
/* .bookkeeping-mv */
.bookkeeping-mv {
    position: relative;
    background-image: url(/kaikei/wp-content/uploads/2025/11/bookkeeping-mv__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: min(75px, 7vw) 0 min(33px, 3vw);
}
.bookkeeping-mv__catch-list {
    display: flex;
    flex-direction: column;
    gap: min(15px, 1.5vw);
}
.bookkeeping-mv__catch-item {
	background: #ffffffde;
    border-radius: 20px 0 20px 0;
    display: flex;
    align-items: center;
    gap: min(15px, 1.5vw);
    width: min(500px, 50vw);
    height: min(95px, 9.5vw);
    box-sizing: border-box;
    padding: 0 0 0 min(25px, 2.5vw);
}
.bookkeeping-mv__catch-item:nth-child(2) {
    margin: 0 0 0 min(86px, 8.6vw);
}
.bookkeeping-mv__catch-item:nth-child(3) {
    margin: 0 0 0 min(172px, 17.2vw);
}
.bookkeeping-mv__catch-item-icon {
    width: min(36px, 3.6vw);
    height: min(36px, 3.6vw);
}
.bookkeeping-mv__catch-item-icon img {
    width: 100%;
    height: 100%;
	object-fit: contain;
}
.bookkeeping-mv__catch-item-text {
    color: var(--main-color);
    font-weight: 900;
    font-size: min(2.4rem, 2.4vw);
    line-height: 1.17;
}
.bookkeeping-mv__catch-item-text .new-line-pc {
    display: block;
}
.bookkeeping-mv__box {
    width: min(1100px, 98%);
    margin: 0 auto;
}
.bookkeeping-mv__title {
    width: 79%;
	margin: 0 0 min(40px,3.5vw) min(5px,0.5vw);
}
/* .bookkeeping-worries */
.bookkeeping-worries {
    background: var(--light-color);
	padding: min(65px,6.5vw) 0 min(55px,5.5vw);
	position:relative;
}
.bookkeeping-worries:after {
	content:'';
	display:block;
	width: min(121px, 12.1vw);
	height: min(31px, 3.1vw);
    background: var(--light-color);
	position:absolute;
	left: 50%;
	bottom:0;
    transform: translateX(-50%) translateY(100%);
	clip-path:polygon(0 0, 100% 0, 50% 100%);
}
.bookkeeping-worries h2 .main-title {
    color: var(--main-color);
	padding: 0 0 min(18px, 1.8vw) 0;
}
.bookkeeping-worries h2 .main-title:after {
    content: none;
}
.bookkeeping-worries h2 .sub-title {
    color: #333;
    font-size: min(2.4rem, 2.4vw);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
}
.bookkeeping-worries h2 .sub-title:after {
    content: '';
    display: block;
    background: var(--main-color);
    height: min(4px, 0.4vw);
    width: min(84px, 8.4vw);
    margin: min(20px, 2vw) auto 0;
}
.bookkeeping-worries__image {
    padding: min(70px, 7vw) 0 0 0;
}
/* .bookkeeping-plan */
.bookkeeping-plan {
    padding: min(85px,8.5vw) 0 min(75px,7.5vw);
}
.bookkeeping-plan h2 .sub-title {
    color: #333;
    font-size: min(2.4rem, 2.4vw);
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0 min(18px, 1.8vw) 0;
    font-weight: normal;
}
.bookkeeping-plan h2 .main-title {
    color: var(--main-color);
}
.bookkeeping-plan h2 .main-title:after {
    content: none;
}
.bookkeeping-plan__js-scroll-hint-container {
	width: min(1000px, 98%);
    margin: 0 auto;
}

.bookkeeping-plan__table {
    width: min(1050px, 100%);
    margin: min(90px, 9vw) auto min(65px, 6.5vw);
}
.bookkeeping-plan__table,
.bookkeeping-plan__table tr,
.bookkeeping-plan__table th,
.bookkeeping-plan__table td {
    border-collapse: collapse;
	box-sizing: border-box;
	border: none;
}
.bookkeeping-plan__table tr:nth-child(3),
.bookkeeping-plan__table tr:nth-child(4),
.bookkeeping-plan__table tr:nth-child(5),
.bookkeeping-plan__table tr:nth-child(6) {
	border-top: 2px dotted #bfbcbc;
} 
.bookkeeping-plan__table tr:nth-child(2) td:nth-child(2),
.bookkeeping-plan__table tr:nth-child(2) td:nth-child(4),
.bookkeeping-plan__table tr:nth-child(2) td:nth-child(6) {
    padding: 2%;
    line-height: 1.4;
}
.bookkeeping-plan__table tr:nth-child(3) th,
.bookkeeping-plan__table tr:nth-child(4) th,
.bookkeeping-plan__table tr:nth-child(5) th,
.bookkeeping-plan__table tr:nth-child(6) th {
	padding: 2% 0;
}
.bookkeeping-plan__table tr:last-child td:nth-child(2),
.bookkeeping-plan__table tr:last-child td:nth-child(4),
.bookkeeping-plan__table tr:last-child td:nth-child(6) {
    height: 120px;
}
.bookkeeping-plan__col-blank-01 {
    width: 1.6%;
}
.bookkeeping-plan__col-blank-02 {
	width: 1.6%;
}
.bookkeeping-plan__col-blank-03 {
	width: 1.6%;
}
.bookkeeping-plan__col-1 {
    width: 15.2%;
}
.bookkeeping-plan__col-2 {
    background: #eef7f3;
    width: 30.5%;
	border: 5px solid var(--main-color);
    border-radius: 20px;
    box-sizing: border-box;
	position: relative;
	margin: 0 3% 0 0;
}
.bookkeeping-plan__col-3 {
    background: #f2f8fd;
    width: 30.5%;
	border: 5px solid #2988de;
    border-radius: 20px;
    box-sizing: border-box;
}
.bookkeeping-plan__col-4 {
    width: 19%;
	border: 5px solid #b4b4b4;
    border-radius: 20px;
    box-sizing: border-box;
}
.bookkeeping-plan__table tr:nth-child(1) th:nth-child(2) .bookkeeping-plan__title:before {
	content: '';
	position: absolute;
}
.bookkeeping-plan__row-title {
    background: #373737;
    color: #fff;
    font-size: min(2rem, 1.9vw);
    line-height: 1.2;
    border-radius: 10px;
    position: relative;
    height: min(71px, 7.1vw);
    display: grid;
    place-content: center;
    width: min(127px, 12.7vw);
    margin: auto;
}
.bookkeeping-plan__row-title:after {
    content: '';
    background: #373737;
    width: 10px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    right: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.bookkeeping-plan__list {
    display: flex;
	gap: 1%;
}
.bookkeeping-plan__item {
    border: 4px solid;
    border-radius: 20px;
    box-sizing: border-box;
}
.bookkeeping-plan__item:nth-child(1) {
    border-color: #e70000;
    background: #faebeb;
	width: 32.5%;
}
.bookkeeping-plan__item:nth-child(2) {
    border-color: #ff8a00;
    background: #fff6ea;
	width: 32.5%;
}
.bookkeeping-plan__item:nth-child(3) {
    border-color: #b4b4b4;
	width: 19.8%;
}
.bookkeeping-plan__title {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: min(2.5rem, 2.4vw);
    height: 91px;
    display: grid;
    place-content: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 23px;
    line-height: 1.2;
}
.bookkeeping-plan__title span {
    font-weight: normal;
    font-size: 0.68em;
}
.bookkeeping-plan__title:after {
    content: '';
    background: var(--main-color);
    display: block;
    width: calc(100% + 12px);
    height: 30px;
    position: absolute;
    top: -30px;
    left: -6px;
    border-radius: 20px 20px 0 0;
}
.bookkeeping-plan__table tr:nth-child(1) th:nth-child(2) {
    background: var(--main-color);
	position: relative;
}
.bookkeeping-plan__table tr:nth-child(1) th:nth-child(4) {
    background: #2988de;
}
.bookkeeping-plan__table tr:nth-child(1) th:nth-child(4) .bookkeeping-plan__title:after {
    background: #2988de;
}
.bookkeeping-plan__table tr:nth-child(1) th:nth-child(6) {
    background: #b4b4b4;
}
.bookkeeping-plan__table tr:nth-child(1) th:nth-child(6) .bookkeeping-plan__title:after {
    background: #b4b4b4;
}
.bookkeeping-plan__item:nth-child(2) .bookkeeping-plan__title {
    background: #ff8a00;
}
.bookkeeping-plan__item:nth-child(3) .bookkeeping-plan__title {
    background: #b4b4b4;
}
.bookkeeping-plan__text {
    font-size: min(1.5rem, 1.5vw);
}
.bookkeeping-plan__fee {
    text-align: center;
    font-size: min(1.5rem, 1.5vw);
}
.bookkeeping-plan__fee > span {
    display: block;
    font-size: min(3rem, 3vw);
}
.bookkeeping-plan__fee-num {
    font-size: 1.32em;
}
.bookkeeping-plan__fee strong {
    font-size: min(3.1rem, 3.1vw);
	color: #be3134;
	display: block;
}
.bookkeeping-plan__quality {
    text-align: center;
    font-size: min(1.5rem, 1.5vw);
}
.bookkeeping-plan__quality strong {
    font-size: 2.1em;
    display: block;
    padding: 0 0 7px 0;
}
.bookkeeping-plan__table tr:nth-child(4) td:nth-child(6) strong {
	font-size: min(2.5rem, 2.5vw);
}
.bookkeeping-plan__visit {
     text-align: center;
    font-size: min(1.5rem, 1.5vw);
}
.bookkeeping-plan__visit strong {
    display: block;
    font-size: 3em;
    font-weight: normal;
}
.bookkeeping-plan__soft {
    text-align: center;
    font-size: min(1.5rem, 1.5vw);
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
}
.bookkeeping-plan__soft:after {
    content: '';
    background: var(--main-color);
    display: block;
    width: calc(100% + 12px);
    height: 15px;
    position: absolute;
    bottom: -17px;
    left: -6px;
    border-radius: 0 0 20px 20px;
}
.bookkeeping-plan__table tr:last-child td:nth-child(4) .bookkeeping-plan__soft:after {
    background: #2988de;
}
.bookkeeping-plan__table tr:last-child td:nth-child(6) .bookkeeping-plan__soft:after {
    background: #b4b4b4;
}
.bookkeeping-plan__soft strong{
    display: block;
    font-size: 2.07em;
}
.bookkeeping-plan__message {
    font-size: min(4rem, 3.9vw);
    font-weight: 500;
    color: var(--main-color);
    text-align: center;
    font-family: var(--noto-serif-jp);
    line-height: 1.53;
}
.bookkeeping-plan__mark {
    font-size: min(3.1rem, 3.1vw);
}
.bookkeeping-plan__soft-image {
    width: min(218px, 21.8vw);
}
.bookkeeping-plan__soft-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bookkeeping-plan__catch {
    width: min(77px, 7.7vw);
    height: min(77px, 7.7vw);
    color: var(--main-color);
    background: #fff000;
    border: 4px solid;
    font-weight: 600;
    position: absolute;
    border-radius: 50px;
    display: grid;
    place-content: center;
    top: max(-45px, -4.5vw);
    left: max(-20px, -2vw);
    z-index: 3;
	font-size: min(1.6rem, 1.6vw);
}
/* .bookkeeping-reason */
.bookkeeping-reason {
    padding: min(60px, 6vw) 0 min(75px,7.5vw);
}
.bookkeeping-reason h2 .main-title {
    color: var(--main-color);
}
.bookkeeping-reason__list {
    display: flex;
    justify-content: center;
    gap: min(35px, 3vw);
	padding: min(160px, 16vw) 0 0 0;
}
.bookkeeping-reason__item {
    width: 28.2%;
    border-radius: 28px;
    box-shadow: 0 0 15px #55555526;
	position: relative;
    box-sizing: border-box;
    padding: 9% 2% 4% 2%;
}
.bookkeeping-reason__item-image {
	width: min(207px, 20.7vw);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
}
.bookkeeping-reason__item-image img {
    width: 100%;
    height: 100%;
	object-fit: contain;
    position: relative;
    z-index: 2;
}
.bookkeeping-reason__item-title {
    text-align: center;
    font-size: min(2.3rem, 2.1vw);
    line-height: 1.3;
    font-weight: 600;
    color: var(--main-color);
    display: grid;
    place-content: center;
    height: min(140px, 14vw);
    position: relative;
}
.bookkeeping-reason__item-title:after {
    content: '';
    display: block;
    width: min(43px, 4.3vw);
    height: min(2px, 0.2vw);
    background: var(--light-color);
    position: absolute;
    z-index: 1;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bookkeeping-reason__item-text {
    font-size: min(1.8rem, 1.6vw);
    padding: min(30px, 3vw) 0 0 0;
    line-height: 1.39;
}
/* .bookkeeping-tab */
.bookkeeping-tab {
    padding: 90px 0 90px;
    background: var(--light-color);
}
.bookkeeping-tab__container {
	width: min(1000px, 98%);
    margin: 0 auto;
}
.bookkeeping-tab h2 .main-title {
    color: var(--main-color);
}
.bookkeeping-tab__tab-titles {
    display: flex;
    gap: 4%;
    width: 96%;
    justify-content: center;
    margin: min(55px,5.5vw) auto 0;
}

.bookkeeping-tab__tab-title {
    flex: 1;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: min(2.7rem, 2.7vw);
    border-radius: 10px 10px 0 0;
    padding: min(34px, 3.4vw) 0;
    background: #fff;
    border: 2px solid;
    font-weight: 600;
    box-sizing: border-box;
    border-bottom: none;
    line-height: 1.2;
    font-family: var(--noto-serif-jp);
}
.bookkeeping-tab__tab-title-01 {
	color: var(--main-color);
	border-color: var(--main-color);
}
.bookkeeping-tab__tab-title-02 {
	color: #2a88dd;
	border-color: #2a88dd;
}
.bookkeeping-tab__tab-title.active {
    color: #fff;
}
.bookkeeping-tab__tab-title-01.active {
	background: linear-gradient(0deg, var(--main-color), #7db172);
}
.bookkeeping-tab__tab-title-02.active {
	background: linear-gradient(0deg, #2a88dd, #86b7e4);
}
.bookkeeping-tab__tab-content {
    display: none;
    padding: min(43px, 4.3vw) 0 min(60px, 6vw);
    background-color: #fff;
    border: 3px solid;
}
.bookkeeping-tab__tab-content-01.active {
  border-color: var(--main-color);
}
.bookkeeping-tab__tab-content-02.active {
  border-color: #2a88dd;
}
.bookkeeping-tab__tab-content.active {
  display: block;
}
.bookkeeping-tab__tab-content-title {
    font-size: min(2.5rem, 2.5vw);
    font-weight: 600;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    position: relative;
    font-family: var(--noto-serif-jp);
}
.bookkeeping-tab__tab-content-title:before {
	content: '';
	height: 2px;
	width: min(330px, 33vw);
	display: block;
	background: #d9d9d9;
    position: absolute;
	top: 50%;
    transform: translateX(-100%) translateY(-50%);
	left: 0;
}
.bookkeeping-tab__tab-content-title:after {
	content: '';
	height: 2px;
	width: min(330px, 33vw);
	display: block;
	background: #d9d9d9;
    position: absolute;
	top: 50%;
    transform: translateX(100%) translateY(-50%);
	right: 0;
}
.bookkeeping-tab__tab-content-01 .bookkeeping-tab__tab-content-title {
  color: var(--main-color);
}
.bookkeeping-tab__tab-content-02 .bookkeeping-tab__tab-content-title {
  color: #2a88dd;
}
.bookkeeping-tab__flow-list {
    display: flex;
    border-left: 1px solid;
    margin: min(40px, 4vw) 7.5% min(25px, 2.5vw) 3.5%;
}
.bookkeeping-tab__flow-item {
    text-align: center;
    flex: 1;
    height: min(114px, 11.4vw);
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid;
    box-sizing: border-box;
    display: grid;
    place-content: center;
    gap: min(10px, 1vw);
}
.bookkeeping-tab__flow-item-title {
    color: var(--main-color);
    font-size: min(1.7rem, 1.7vw);
    background: #fff;
    border: 1px solid;
    border-radius: 50px;
    width: min(150px, 15vw);
    margin: auto;
    font-weight: 500;
    line-height: 1.45
}
.bookkeeping-tab__tab-content-02 .bookkeeping-tab__flow-item-title {
    color: #2a88dd;
}
.bookkeeping-tab__flow-item-text {
	font-weight: bold;
    font-size: min(1.9rem, 1.9vw);
    display: grid;
    place-content: center;
    height: min(50px, 5vw);
}
.bookkeeping-tab__tab-content-01 .bookkeeping-tab__flow-list {
	border-color: var(--main-color);
}
.bookkeeping-tab__tab-content-02 .bookkeeping-tab__flow-list {
	border-color: #2a88dd;
}
.bookkeeping-tab__tab-content-01 .bookkeeping-tab__flow-item {
	background: linear-gradient(0deg, #ddeee7, #fff);
	border-color: var(--main-color);
}
.bookkeeping-tab__tab-content-02 .bookkeeping-tab__flow-item {
	background: linear-gradient(0deg, #dcecfa, #fff);
	border-color: #2a88dd;
}
.bookkeeping-tab__flow-item:after {
	content: '';
	position: absolute;
	display: block;
	background: var(--main-color);
    width: 40px;
	height: 100%;
    top: 0;
	right: 0;
	transform: translateX(50%);
	clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%, calc(100% - 1px) 50%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	z-index: 2;
}
.bookkeeping-tab__tab-content-02 .bookkeeping-tab__flow-item:after {
	background: #2a88dd;
}
.bookkeeping-tab__flow-item:before {
	content: '';
	position: absolute;
	display: block;
	background: linear-gradient(0deg, #ddeee7, #fff);
	width: 41px;
	height: 100%;
	top: 0;
	right: 1px;
	transform: translateX(50%);
	clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%, calc(100% - 1px) 50%);
	clip-path: polygon(0 0, calc(100% - 1px) 50%, 0 100%);
	z-index: 3;
}
.bookkeeping-tab__tab-content-02 .bookkeeping-tab__flow-item:before {
	background: linear-gradient(0deg, #dcecfa, #fff);
}
.bookkeeping-tab__flow-item:last-child:after {
	right: -20px;
}
.bookkeeping-tab__flow-item:last-child:before {
	right: -20px;
}
.bookkeeping-tab__tab-content-01 .bookkeeping-tab__flow-item:last-child:before {
    background: linear-gradient(0deg, var(--main-color), #7db172);
}
.bookkeeping-tab__tab-content-02 .bookkeeping-tab__flow-item:last-child:before {
    background: linear-gradient(0deg, #2a88dd, #86b7e4);
}
.bookkeeping-tab__tab-content-01 .bookkeeping-tab__flow-item:not(:last-child):after {
	background: var(--main-color);
}
.bookkeeping-tab__tab-content-02 .bookkeeping-tab__flow-item:not(:last-child):after {
	background: #2a88dd;
}
.bookkeeping-tab__flow-item:last-child {
	color: #fff;
    right: 21px;
    width: 29%;
    flex: inherit;
    padding: 0 0 0 20px;
}
.bookkeeping-tab__tab-content-01 .bookkeeping-tab__flow-item:last-child {
	background: linear-gradient(0deg, var(--main-color), #7db172);
}
.bookkeeping-tab__tab-content-02 .bookkeeping-tab__flow-item:last-child {
	background: linear-gradient(0deg, #2a88dd, #86b7e4);
}
.bookkeeping-tab__feature-list {
    display: flex;
    justify-content: center;
    margin: min(25px, 2.5vw) 0 0 0;
    gap: min(27px, 2.7vw);
}
.bookkeeping-tab__feature-item {
    width: 28%;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    aspect-ratio: 280 / 181;
    padding: 1%;
}

.bookkeeping-tab__tab-content-01 .bookkeeping-tab__feature-item {
    background: var(--light-color);
}
.bookkeeping-tab__tab-content-02 .bookkeeping-tab__feature-item {
    background: #e5f1fb;
}
.bookkeeping-tab__feature-item-num {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: min(3.5rem, 3.5vw);
	color: #fff;
}
.bookkeeping-tab__feature-item-title {
    font-weight: bold;
    font-size: min(1.8rem, 1.8vw);
    height: min(80px, 8vw);
    display: grid;
    place-content: center;
    line-height: 1.39;
}
.bookkeeping-tab__tab-content-message {
    font-size: min(3.1rem, 3.1vw);
    font-weight: 900;
    text-align: center;
    color: #ff7e00;
	padding: 0 0 min(20px,2vw) 0;
}
.page-service .case {
    background: #fff;
}
.page-service .case h2 .sub-title {
    display: none;
}
/* .bookkeeping-fee */

.bookkeeping-fee {
    background: var(--light-color);
    padding: min(65px, 6.5vw) 0 min(65px, 6.5vw);
}
.bookkeeping-fee__container {
	width: min(1000px, 98%);
    margin: 0 auto;
}
.bookkeeping-fee__message {
    display: flex;
    flex-direction: column;
    gap: min(25px, 2.5vw);
	padding: min(75px, 7.5vw) 0 min(50px, 5vw);
}
main .bookkeeping-fee__message p {
    font-size: min(1.6rem, 1.6vw);
    padding: 0;
    text-align: center;
}
.bookkeeping-fee__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: min(50px, 5vw) 0;
}
.bookkeeping-fee__item {
    border-radius: 10px;
    background: #fff;
    width: 47.6%;
    box-shadow: 0 0 15px #55555526;
    overflow: hidden;
    aspect-ratio: 476 / 643;
}
.bookkeeping-fee__item-title {
    font-size: min(2.6rem, 2.6vw);
    font-weight: 800;
    text-align: center;
    background: var(--main-color);
    display: grid;
    place-content: center;
    color: #fff;
    aspect-ratio: 476 / 69;
	position: relative;
}
.bookkeeping-fee__item-title:after {
    content: '';
    display: block;
    background: var(--main-color);
    width: min(18px, 1.8vw);
    height: min(10px, 1vw);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}
.bookkeeping-fee__item-fee-title {
	font-size: min(1.7rem, 1.7vw);
    font-weight: bold;
    text-align: center;
    background: #f2f0ec;
    border-radius: 50px;
    line-height: 1.9;
    width: 73%;
    margin: 0 auto;
}
.bookkeeping-fee__item-content {
    padding: 5.5% 2%;
}
.bookkeeping-fee__item-text {
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.6;
}
.bookkeeping-fee__item-content-title {
    font-weight: bold;
    color: var(--main-color);
    font-size: min(1.9rem, 1.9vw);
    padding: 0 0 min(15px, 1.5vw) min(12px, 1.2vw);
}
.bookkeeping-fee__item-content-text {
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.625;
    box-sizing: border-box;
    padding: 0 min(10px, 1vw);
    height: min(130px, 12.2vw);
}
.bookkeeping-fee__item-data {
    display: flex;
    align-items: center;
    width: 100%;
}
.bookkeeping-fee__item-data-title {
    text-align: center;
    font-weight: bold;
    background: #ebebeb;
    font-size: min(2.1rem, 2.1vw);
    position: relative;
    height: min(142px, 14.2vw);
    width: 33%;
    display: grid;
    place-content: center;
    color: #545454;
}
.bookkeeping-fee__item-data-title:after {
    content: '';
    display: block;
	width: min(35px, 3.5vw);
    height: 100%;
    background: #ebebeb;
    right: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    transform: translateX(100%);
}

.bookkeeping-fee__item-data-fee {
    width: 67%;
    text-align: center;
}
.bookkeeping-fee__item-data-type {
    background: #2b89d8;
    color: #fff;
    font-size: min(1.6rem, 1.6vw);
    display: inline-block;
    padding: min(5px, 0.5vw) min(10px, 1vw);
    border-radius: 2px;
    letter-spacing: 0;
    font-weight: 500;
}
.bookkeeping-fee__item-data-fee-num {
	color: #c43f2e;
    font-weight: 900;
    font-size: min(4rem, 4vw);
}

/*--------------------------------------------------------------------------------------------
  経理改善支援ページ
----------------------------------------------------------------------------------------------*/
/* .improvement-mv */
.improvement-mv {
    position: relative;
    background-image: url(/kaikei/wp-content/uploads/2025/11/improvement-mv__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: min(140px, 14vw) 0 min(165px, 16.5vw);
}
.improvement-mv__box {
    display: grid;
    place-content: center;
    gap: min(15px, 1.5vw);
}
.improvement-mv__title {
    text-align: center;
    width: min(488px, 48.8vw);
}
.improvement-mv__title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.improvement-mv__sub-title {
    font-size: min(1.8rem, 1.8vw);
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #555;
}
/* .improvement-worries */
.improvement-worries {
    background: var(--light-color);
    padding: min(65px, 6.5vw) 0 min(55px, 5.5vw);
    position: relative;
}
.improvement-worries:after {
    content: '';
    display: block;
    width: min(212px, 21.2vw);
    height: min(50px, 5vw);
    background: var(--light-color);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.improvement-worries__inner {
    background: #fff;
    position: relative;
    border-radius: 10px;
    width: 80%;
    margin: min(64px, 6.4vw) auto min(350px, 3.5vw);
    box-sizing: border-box;
    padding: 2.3% 4%;
}
.improvement-worries__list {
    display: flex;
    flex-direction: column;
    gap: min(15px, 1.5vw);
}
.improvement-worries__item {
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
}
.improvement-worries__item-icon {
    width: min(26px, 2.6vw);
    height: min(26px, 2.6vw);
}
.improvement-worries__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.improvement-worries__item-text {
    font-size: min(2.2rem, 2.1vw);
    font-weight: bold;
    flex: 1;
}
.improvement-worries__image {
    position: absolute;
    bottom: 0;
    right: min(16px, 1.2vw);
    width: min(231px, 22vw);
}
.improvement-worries__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.improvement-worries__message {
    text-align: center;
    font-size: min(2.3rem, 2.2vw);
    font-weight: 500;
}
.improvement-worries__message strong {
    display: inline-block;
    color: var(--main-color);
    font-size: 1.7em;
    font-weight: 600;
    font-family: var(--noto-serif-jp);
    background: linear-gradient(transparent 70%, #ffffba 70%);
    padding: min(5px, 0.5vw) 0;
    margin: min(12px, 1.2vw) 0 0 0;
}
/* .improvement-request */
.improvement-request {
    padding: min(95px, 9.5vw) 0 min(50px, 5vw);
}
.improvement-request__inner {
    background: var(--main-color);
    position: relative;
    border-radius: 10px;
    width: 80%;
    margin: min(44px, 4.4vw) auto 0;
    box-sizing: border-box;
    padding: 2.3% 4%;
}
.improvement-request__list {
    display: flex;
    flex-direction: column;
    gap: min(15px, 1.5vw);
}
.improvement-request__item {
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
}
.improvement-request__item-icon {
    width: min(26px, 2.6vw);
    height: min(26px, 2.6vw);
}
.improvement-request__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.improvement-request__item-text {
    font-size: min(2.2rem, 2.1vw);
    font-weight: bold;
    flex: 1;
	color: #ffffba;
}
.improvement-request__inner-text {
    text-align: center;
    color: #fff;
    line-height: 1.76;
    font-size: min(1.7rem, 1.6vw);
    padding: min(30px, 3vw) 0 0 0;
}
/* .improvement-reason */
.improvement-reason {
	background: var(--light-color);
    padding: min(50px, 5vw) 0 min(70px, 7vw);
}
.improvement-reason__container {
    display: flex;
    gap: min(40px, 4vw);
    align-items: center;
	padding: min(60px, 6vw) 0 0 0;
}
.improvement-reason__list {
    display: flex;
    flex-direction: column;
    gap: min(27px, 2.7vw);
    width: 53.2%;
}
.improvement-reason__item {
    display: flex;
    background: #fff;
}
.improvement-reason__item-title {
    background: var(--main-color);
    color: #fff;
    font-size: min(2.5rem, 2.4vw);
    font-family: var(--noto-serif-jp);
    font-weight: 600;
    text-align: center;
    width: min(45px, 4.5vw);
    line-height: 1;
    display: grid;
    place-content: center;
}
.improvement-reason__item-text {
    font-size: min(1.9rem, 1.7vw);
    font-weight: 500;
    line-height: 1.35;
    flex: 1;
    box-sizing: border-box;
    padding: 3.5% 2.5%;
}
.improvement-reason__item-text strong {
    color: #de0b16;
    font-weight: 500;
	display: block;
}
.improvement-reason__image {
    width: 41%;
}
.improvement-reason__image img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .improvement-flow */
.improvement-flow {
    padding: min(75px, 7.5vw) 0 min(75px, 7.5vw);
}
.improvement-flow__list {
    width: 96%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: min(70px, 7vw);
	padding: min(70px, 7.5vw) 0 0 0;
}
.improvement-flow__item {
    display: flex;
    align-items: center;
    gap: min(30px, 2.5vw);
}
.improvement-reason__flow-num {
    background: var(--main-color);
    color: #fff;
	display: grid;
    place-content: center;
    text-align: center;
    border-radius: 50%;
    width: min(132px, 12.5vw);
    height: min(132px, 12.5vw);
    font-size: min(2.4rem, 2.3vw);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1;
	position: relative;
}
.improvement-flow__item:not(:last-child) .improvement-reason__flow-num:after {
	content: '';
    background: var(--main-color);
    display: block;
    width: 2px;
    height: min(132px, 13.2vw);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
}
.improvement-reason__flow-num span {
    font-size: 1.71em;
}
.improvement-reason__flow-inner {
    flex: 1;
}
.improvement-reason__flow-title {
    font-size: min(4rem, 3.6vw);
    font-weight: 500;
    color: var(--main-color);
    padding: 0 0 min(15px, 1.5vw) 0;
    font-family: var(--noto-serif-jp);
}
.improvement-reason__flow-text {
    font-size: min(1.8rem, 1.7vw);
    font-weight: 500;
    line-height: 1.67;
    padding: 0 0 0 min(10px,1vw);
}
/* .improvement-merit */
.improvement-merit {
	background: var(--light-color);
    padding: min(70px, 7vw) 0 min(100px, 10vw);
}
.improvement-merit__image-list {
    display: flex;
    flex-direction: column;
    gap: min(52px, 5.2vw);
    padding: min(54px, 5.4vw) min(50px, 5vw) 0 min(50px, 5vw);
}
/*--------------------------------------------------------------------------------------------
  給与計算代行ページ
----------------------------------------------------------------------------------------------*/
/* .payroll-mv */
.payroll-mv {
    position: relative;
    background-image: url(/kaikei/wp-content/uploads/2025/11/improvement-mv__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: min(140px, 14vw) 0 min(165px, 16.5vw);
}
.payroll-mv__box {
    display: grid;
    place-content: center;
    gap: min(15px, 1.5vw);
}
.payroll-mv__title {
    text-align: center;
    width: min(488px, 48.8vw);
}
.payroll-mv__title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.payroll-mv__sub-title {
    font-size: min(1.8rem, 1.8vw);
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #555;
}
/* .payroll-worries */
.payroll-worries {
    background: var(--light-color);
    padding: min(65px, 6.5vw) 0 min(55px, 5.5vw);
    position: relative;
}
.payroll-worries:after {
    content: '';
    display: block;
    width: min(212px, 21.2vw);
    height: min(50px, 5vw);
    background: var(--light-color);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.payroll-worries__inner {
    background: #fff;
    position: relative;
    border-radius: 10px;
    width: 80%;
    margin: min(64px, 6.4vw) auto min(350px, 3.5vw);
    box-sizing: border-box;
    padding: 2.3% 4%;
}
.payroll-worries__list {
    display: flex;
    flex-direction: column;
    gap: min(15px, 1.5vw);
}
.payroll-worries__item {
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
}
.payroll-worries__item-icon {
    width: min(26px, 2.6vw);
    height: min(26px, 2.6vw);
}
.payroll-worries__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.payroll-worries__item-text {
    font-size: min(2.2rem, 2.1vw);
    font-weight: bold;
    flex: 1;
}
.payroll-worries__image {
    position: absolute;
    bottom: 0;
    right: min(16px, 1.2vw);
    width: min(231px, 22vw);
}
.payroll-worries__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.payroll-worries__message {
    text-align: center;
    font-size: min(2.3rem, 2.2vw);
    font-weight: 500;
}
.payroll-worries__message strong {
    display: inline-block;
    color: var(--main-color);
    font-size: 1.7em;
    font-weight: 600;
    font-family: var(--noto-serif-jp);
    background: linear-gradient(transparent 70%, #ffffba 70%);
    padding: min(5px, 0.5vw) 0;
    margin: min(12px, 1.2vw) 0 0 0;
}
/* .payroll-request */
.payroll-request {
    padding: min(95px, 9.5vw) 0 min(50px, 5vw);
}
.payroll-request__inner {
    background: var(--main-color);
    position: relative;
    border-radius: 10px;
    width: 80%;
    margin: min(44px, 4.4vw) auto 0;
    box-sizing: border-box;
    padding: 2.3% 4%;
}
.payroll-request__list {
    display: flex;
    flex-direction: column;
    gap: min(15px, 1.5vw);
}
.payroll-request__item {
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
}
.payroll-request__item-icon {
    width: min(26px, 2.6vw);
    height: min(26px, 2.6vw);
}
.payroll-request__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.payroll-request__item-text {
    font-size: min(2.2rem, 2.1vw);
    font-weight: bold;
    flex: 1;
	color: #ffffba;
}
.payroll-request__inner-text {
    text-align: center;
    color: #fff;
    line-height: 1.76;
    font-size: min(1.7rem, 1.6vw);
    padding: min(30px, 3vw) 0 0 0;
}
/* .payroll-reason */
.payroll-reason {
	background: var(--light-color);
    padding: min(50px, 5vw) 0 min(70px, 7vw);
}
.payroll-reason__container {
    display: flex;
    gap: min(40px, 4vw);
    align-items: center;
	padding: min(60px, 6vw) 0 0 0;
}
.payroll-reason__list {
    display: flex;
    flex-direction: column;
    gap: min(27px, 2.7vw);
    width: 53.2%;
}
.payroll-reason__item {
    display: flex;
    background: #fff;
}
.payroll-reason__item-title {
    background: var(--main-color);
    color: #fff;
    font-size: min(2.5rem, 2.4vw);
    font-family: var(--noto-serif-jp);
    font-weight: 600;
    text-align: center;
    width: min(45px, 4.5vw);
    line-height: 1;
    display: grid;
    place-content: center;
}
.payroll-reason__item-text {
    font-size: min(1.9rem, 1.7vw);
    font-weight: 500;
    line-height: 1.35;
    flex: 1;
    box-sizing: border-box;
    padding: 3.5% 2.5%;
}
.payroll-reason__item-text strong {
    color: #de0b16;
    font-weight: 500;
	display: block;
}
.payroll-reason__image {
    width: 41%;
}
.payroll-reason__image img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .payroll-flow */
.payroll-flow {
    padding: min(75px, 7.5vw) 0 min(75px, 7.5vw);
}
.payroll-flow__list {
    width: 96%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: min(70px, 7vw);
	padding: min(70px, 7.5vw) 0 0 0;
}
.payroll-flow__item {
    display: flex;
    align-items: center;
    gap: min(30px, 2.5vw);
}
.payroll-reason__flow-num {
    background: var(--main-color);
    color: #fff;
	display: grid;
    place-content: center;
    text-align: center;
    border-radius: 50%;
    width: min(132px, 12.5vw);
    height: min(132px, 12.5vw);
    font-size: min(2.4rem, 2.3vw);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1;
	position: relative;
}
.payroll-flow__item:not(:last-child) .payroll-reason__flow-num:after {
	content: '';
    background: var(--main-color);
    display: block;
    width: 2px;
    height: min(132px, 13.2vw);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
}
.payroll-reason__flow-num span {
    font-size: 1.71em;
}
.payroll-reason__flow-inner {
    flex: 1;
}
.payroll-reason__flow-title {
    font-size: min(4rem, 3.6vw);
    font-weight: 500;
    color: var(--main-color);
    padding: 0 0 min(15px, 1.5vw) 0;
    font-family: var(--noto-serif-jp);
}
.payroll-reason__flow-text {
    font-size: min(1.8rem, 1.7vw);
    font-weight: 500;
    line-height: 1.67;
    padding: 0 0 0 min(10px,1vw);
}
/* .payroll-merit */
.payroll-merit {
	background: var(--light-color);
    padding: min(70px, 7vw) 0 min(100px, 10vw);
}
.payroll-merit__image-list {
    display: flex;
    flex-direction: column;
    gap: min(52px, 5.2vw);
    padding: min(54px, 5.4vw) min(50px, 5vw) 0 min(50px, 5vw);
}

/* 当社の特徴・会社情報 （事務所サイトから移行）*/


.--SP {
    display: none !important;
}
.--Mincho {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}
main .Company h2 {
    clear: both;
    position: relative;
    margin: 3rem auto;
    padding: 20px 2%;
    width: 96%;
    color: #000;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    font-family: "Noto Serif JP";
    background: none;
}
main .Company h2 small {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    color: #eff5f3;
    font-size: 5.5rem;
    font-weight: 700;
    font-family: "Montserrat";
}
main .Company h2 span {
    position: relative;
}
main .Company h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #508545;
}
main .Company h2:before {
    content: none;
}
.CompanyIntro { display: flex; justify-content: center; margin: 0 auto; padding: 60px 0 !important;; }
.CompanyIntro li { list-style: none !important; display: flex; margin: 0 5px !important; padding: 0; }
.CompanyIntro li:before { content:none; }
.CompanyIntro li a { display: flex; justify-content: center; align-items: center; margin: 0; padding: 20px 0; width: 200px; color: #508545; font-size: 1.7rem; font-weight: 500; line-height: 1.0; text-decoration: none; background-color: #fff; border: 1px solid #508545; border-radius: 100px; }
.CompanyIntro li a:hover { opacity: 1.0; color: #fff; background-color: #508545; }

.Body__CompanyAbout { margin: 0 calc(50% - 50vw); padding: 20px 0 100px; width: 100vw; background-image: url(/kaikei/wp-content/uploads/2025/11/company-about-bg-pc.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover; }
.CompanyAbout,
.CompanyHistory { display: flex; justify-content: center; flex-wrap: wrap; margin: 0 auto; padding: 0; width: 1100px; }
.CompanyHistory { padding: 60px 0 80px; }
.CompanyAbout__SubHeading,
.CompanyHistory__SubHeading { display: flex; align-items: center; margin: 0; padding: 2% 3%; width: 13%; color: #508545; background: none; border-bottom: 1px solid #508545; }
.CompanyAbout__Text,
.CompanyHistory__Text { display: flex; flex-direction: column; align-items: flex-start; margin: 0; padding: 2% 0 2% 8%; width: 73%; color: #333; background: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fff; }
.CompanyHistory__Text { border-bottom-color: #cfcfcf; }
.CompanyAbout__SubHeading p,
.CompanyHistory__SubHeading p { color: #508545; }
.CompanyAbout__SubHeading p,
.CompanyAbout__Text p,
.CompanyHistory__SubHeading p,
.CompanyHistory__Text p { padding-bottom: 0 !important; font-size: 1.7rem; font-weight: 400; }
.CompanyAbout table { margin: 0; padding: 0; }
.CompanyAbout table th { padding: 5px 20px 5px 0; font-weight: 400; line-height: 1.5; text-align: left; white-space: nowrap; background: none; border: none; }
.CompanyAbout table td { padding: 5px 0; line-height: 1.5; text-align: left; white-space: nowrap; background: none; border: none; }

.CompanyPartner { display: flex; justify-content: center; flex-wrap: wrap; margin: 0 calc(50% - 50vw); padding: 40px 0; width: 100vw; background-color: #508545; /* ▼パートナー紹介 */ }
main .Company .CompanyPartner h2 { margin-bottom: 120px; color: #fff; }
main .Company .CompanyPartner h2 small { color: #5d9052; }
main .Company .CompanyPartner h2:after { background-color: #fff; }
.CompanyPartner__Item { position: relative; display: flex; justify-content: space-between; align-items: flex-start; margin: 0 0 150px; padding: 0; width: 1100px; }
.CompanyPartner__Item:before { position: absolute; top: 50px; left: 50px; content: ""; display: block; width: 100vw; height: 750px; background-color: #fff; border-radius: 20px 0 0 20px; }
.CompanyPartner__Item.--Reverse { flex-direction: row-reverse; }
.CompanyPartner__Item.--Reverse:before { left: initial; right: 50px; border-radius: 0 20px 20px 0; }
.CompanyPartner__Item:nth-of-type(2):before { height: 700px; }
.CompanyPartner__Item:nth-of-type(3):before { height: 740px; }
.CompanyPartner__Item:nth-of-type(4):before { height: 640px; }
.CompanyPartner__Item:nth-of-type(5):before { height: 1200px; }
.CompanyPartner__Primary { position: relative; margin: 0; padding: 0; width: 36%; line-height: 0; border-radius: 20px; overflow: hidden; }
.CompanyPartner__Primary img { padding-bottom: 0 !important; width: 100%; height: auto; }
.CompanyPartner__Secondary { position: relative; display: flex; flex-wrap: wrap; margin: 80px 0 0; padding: 0; width: 64%; }
.CompanyPartner__Name { margin: 0 0 20px; padding: 0 0 30px 7%; width: 93%; font-size: 3.4rem; font-weight: 500; border: none; border-bottom: 1px solid #e7eeeb;  color: #333;}
.CompanyPartner__Name:after { display: none; }
.CompanyPartner__Name small { display: block; padding: 20px 0 0; color: #508545; font-size: 1.7rem; font-weight: 500; letter-spacing: 0.05em; font-family: "Montserrat"; }
.CompanyPartner__SubHeading { display: flex; align-items: flex-start; margin: 0 0 0 7%; padding: 1% 0; width: 22%; background: none; border-bottom: 1px solid #e7eeeb; }
.CompanyPartner__Item.--Reverse .CompanyPartner__Name { padding-left: 0; width: 100%; }
.CompanyPartner__Item.--Reverse .CompanyPartner__SubHeading { margin-left: 0; }
.CompanyPartner__Text { display: flex; flex-direction: column; align-items: flex-start; margin: 0; padding: 1% 0; width: 71%; color: #333; background: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #e7eeeb; }
.CompanyPartner__SubHeading:nth-last-of-type(2),
.CompanyPartner__Text:nth-last-of-type(1) { border-bottom: none; }
.CompanyPartner__SubHeading p { color: #508545; }
.CompanyPartner__SubHeading p,
.CompanyPartner__Text p { padding-bottom: 0 !important; font-size: 1.6rem; font-weight: 400;    line-height: 1.9;
    letter-spacing: 0.05em;
    padding: 0 !important; }
.CompanyPartner table { margin: 0; padding: 0; }
.CompanyPartner table th { padding: 5px 20px 5px 0; font-weight: 400; line-height: 1.5; text-align: left; vertical-align: top; white-space: nowrap; background: none; border: none; }
.CompanyPartner table td { padding: 5px 0; line-height: 1.5; text-align: left; vertical-align: top; background: none; border: none; white-space: initial; }
.CompanyPartner__Content { display: flex; flex-wrap: wrap; }

.CompanyAccess { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; padding: 50px 0 100px; width: 100%; /* ▼アクセス */ }
.CompanyAccess h2 { margin-bottom: 60px; }
.CompanyAccess__Heading { margin: 0 auto 60px; padding: 20px 0; width: 100%; font-size: 3.1rem; font-weight: 500; text-align: center; background: none; border: none; border-top: 1px solid #508545; border-bottom: 1px solid #508545; }
.CompanyAccess__Heading:after { display: none; }
.CompanyAccess__Heading:nth-last-of-type(1) { margin-top: 80px; }
.CompanyAccess iframe { height: 480px; }
.CompanyAccess__Text { width: 100%; }
.CompanyAccess__Secondary { width: 30%; }
.CompanyAccess__Secondary img { padding-bottom: 0 !important; width: 100%; height: auto; }
.CompanyAccess__Primary { margin: 0; padding: 0; width: 64%; }
.CompanyAccess__SubHeading { display: flex; justify-content: flex-start; align-items: center; margin: 0 0 30px; padding: 0; width: 100%; font-size: 2.3rem; font-weight: 500; background: none; border: none; }
.CompanyAccess__SubHeading:after { content: ""; display: block; margin: 0 0 0 3%; width: 74%; height: 1px; background-color: #bbb; }
.CompanyAccess__Primary dl { margin: 0 0 30px; padding: 0; font-size: 1.7rem; line-height: 1.9; }
.CompanyAccess__Primary dl dt { margin: 0; padding: 0 0 5px; color: #508545; font-weight: 400; }

@media only screen and (min-width:601px) and (max-width:1200px) {
  .CompanyIntro { padding: 5.0vw 0 !important; }
  .CompanyIntro li { margin: 0 0.416vw !important; }
  .CompanyIntro li a { padding: 1.666vw 0; width: 16.666vw; font-size: 1.416vw; }
  .Body__CompanyAbout { padding: 1.666vw 0 8.333vw; }
  .CompanyAbout,
  .CompanyHistory { width: 91.667vw; }
  .CompanyAbout__SubHeading p,
  .CompanyAbout__Text p,
  .CompanyHistory__SubHeading p,
  .CompanyHistory__Text p { font-size: 1.416vw; }
  .CompanyAbout table th { padding: 0.416vw 1.666vw 0.416vw 0; }
  .CompanyAbout table td { padding: 0.416vw 0; }
  .CompanyHistory { padding: 5.0vw 0 6.666vw; }
  .CompanyPartner { padding: 3.333vw 0; }
  .CompanyPartner h2 { margin-bottom: 10vw; }
  .CompanyPartner__Item { margin: 0 0 12.5vw; width: 91.667vw; }
  .CompanyPartner__Item:before { top: 4.166vw; left: 4.166vw; height: 62.5vw; border-radius: 1.666vw 0 0 1.666vw; }
  .CompanyPartner__Item.--Reverse:before { right: 4.166vw; border-radius: 0 1.666vw 1.666vw 0; }
  .CompanyPartner__Item:nth-of-type(2):before { height: 58.333vw; }
  .CompanyPartner__Item:nth-of-type(3):before { height: 61.666vw; }
  .CompanyPartner__Item:nth-of-type(4):before { height: 53.333vw; }
  .CompanyPartner__Item:nth-of-type(5):before { height: 100vw; }
  .CompanyPartner__Primary { border-radius: 1.666vw; }
  .CompanyPartner__Secondary { margin: 6.666vw 0 0; }
  .CompanyPartner__Name { margin: 0 0 1.666vw; padding: 0 0 2.5vw 7%; font-size: 2.833vw; }
  .CompanyPartner__Name small { padding: 1.666vw 0 0; font-size: 1.416vw; }
  .CompanyPartner__SubHeading p,
  .CompanyPartner__Text p { font-size: 1.333vw; }
  .CompanyPartner table th { padding: 0.416vw 1.666vw 0.416vw 0; }
  .CompanyPartner table td { padding: 0.416vw 0; }
  .CompanyAccess { padding: 4.166vw 0 8.333vw; }
  .CompanyAccess h2 { margin-bottom: 5.0vw; }
  .CompanyAccess__Heading { margin: 0 auto 5.0vw; padding: 1.666vw 0; font-size: 2.583vw; }
  .CompanyAccess iframe { height: 40vw; }
  .CompanyAccess__SubHeading { margin: 0 0 2.5vw; font-size: 2.083vw; }
  .CompanyAccess__Primary dl { margin: 0 0 2.5vw; font-size: 1.416vw; }
  .CompanyAccess__Primary dl dt { padding: 0 0 0.416vw; }
}

@media screen and (max-width: 600px) {
    .--SP {
        display: block !important;
    }        html:has(.Company) {
        font-size: 50%;
    }
	    main .Company h2 small {
        top: -1vw;
        font-size: 3.7rem;
    }
  .CompanyIntro { justify-content: space-between; flex-wrap: wrap; padding: 2vw 0 4vw !important; }
  .CompanyIntro li { margin: 0 0 4vw !important; width: 48%; }
  .CompanyIntro li a { padding: 4vw 0; width: 100%; font-size: 1.6rem; }
  .Body__CompanyAbout { padding: 2vw 0 20vw; background-image: url(/kaikei/wp-content/uploads/2025/11/company-about-bg-sp.jpg); }
  .CompanyAbout { flex-direction: column; width: 90%; }
  .CompanyAbout__SubHeading { padding: 3vw 0; width: 100%; border-bottom: none; }
  .CompanyHistory__SubHeading { padding: 2vw 0 1vw; width: 100%; border-bottom: none; }
  .CompanyAbout__SubHeading p,
  .CompanyHistory__SubHeading p { color: #508545; font-weight: 700; }
  .CompanyAbout__Text,
  .CompanyHistory__Text { padding: 0 0 4vw; width: 100%; border-bottom-color: #508545; }
  .CompanyAbout__Text p,
  .CompanyHistory__Text p { line-height: 1.4; }
  .CompanyAbout table { width: initial !important; }
  .CompanyAbout table th { padding: 1vw 4vw 1vw 0; }
  .CompanyAbout table td { padding: 1vw 0; }
  .CompanyHistory { flex-direction: column; margin: 0 calc(50% - 50vw); padding: 2vw 5vw 15vw; width: 90vw; }
  .CompanyPartner { flex-direction: column; align-items: center; padding: 4vw 0; }
  .CompanyPartner h2 { margin-bottom: 12vw; }
  .CompanyPartner__Item { flex-direction: column; align-items: center; margin: 0 0 30vw; width: 100%; }
  .CompanyPartner__Item:before { display: none; top: 30vw; left: 5vw; width: 95vw; height: 240vw; border-radius: 10px 0 0 10px; }
  /* .CompanyPartner__Item:nth-of-type(2):before { height: 230vw; }
  .CompanyPartner__Item:nth-of-type(3):before { height: 240vw; }
  .CompanyPartner__Item:nth-of-type(4):before { height: 225vw; }
  .CompanyPartner__Item:nth-of-type(5):before { height: 335vw; } */
  .CompanyPartner__Item.--Reverse:before { right: 5vw; border-radius: 0 10px 10px 0; }
  .CompanyPartner__Item.--Reverse { flex-direction: column; }
  .CompanyPartner__Primary { z-index: 1; width: 52%; border-radius: 10px; }
  .CompanyPartner__Secondary { flex-direction: column; margin: -25vw 0 0 5%; padding: 27vw 5% 8vw; width: 85%; background-color: #fff; border-radius: 10px 0 0 10px; }
  .CompanyPartner__Item.--Reverse .CompanyPartner__Secondary { margin: -25vw 5% 0 0; border-radius: 0 10px 10px 0; }
  .CompanyPartner__Name { margin: 0 5% 0 0; padding: 3vw 0; width: 95%; font-size: 2.7rem; text-align: center; border-bottom: none; }
  .CompanyPartner__Item.--Reverse .CompanyPartner__Name { margin: 0 0 0 5%; width: 95%; }
  .CompanyPartner__Name small { padding: 2vw 0 0; font-size: 1.3rem; }
  .CompanyPartner__SubHeading { margin: 0; padding: 3vw 0 0; width: 100%; border-bottom: none; }
  .CompanyPartner__SubHeading p { color: #508545; font-weight: 700; }
  .CompanyPartner__Text { padding: 1vw 0 3vw; width: 100%; border-bottom-color: #508545; }
  .CompanyPartner table th { padding: 1vw 4vw 1vw 0; }
  .CompanyPartner table td { padding: 1vw 0; }
  .CompanyPartner .--Button { margin: 0 auto; width: 63vw; }
  .CompanyPartner .--BtnAcd { position: relative; display: block; margin: 0 5% 0 0; padding: 3vw 0; width: 90%; color: #508545; font-size: 1.8rem; text-align: center; border: 1px solid #508545; border-radius: 100px; }
  .CompanyPartner__Item.--Reverse .--BtnAcd { margin: 0 0 0 8%; }
  .CompanyPartner .--BtnAcd:after { position: absolute; right: 5vw; top: 50%; transform: translateY(-50%); display: inline-block; content: '\f078'; font-size: 1.6rem; font-family: Font Awesome\ 5 Free; font-weight: 900; }
  .CompanyPartner .--BtnAcd.--Selected:after { content: '\f077'; }
  .CompanyPartner__Content { display: none; }
  .CompanyAccess { flex-direction: column; align-items: center; padding: 8vw 0 10vw; /* ▼アクセス */ }
  .CompanyAccess h2 { margin-bottom: 27vw; }
  .CompanyAccess__Heading { margin: 0 auto 8vw; padding: 2vw 0; font-size: 2.2rem; }
  .CompanyAccess iframe { padding-bottom: 5vw !important; height: 70vw; }
  .CompanyAccess__Text { font-size: 1.6rem; }
  .CompanyAccess__Primary { width: 100%; }
  .CompanyAccess__SubHeading { margin: 0 0 5vw; font-size: 2.0rem; }
  .CompanyAccess__SubHeading:after { margin: 0 0 0 7%; width: 60%; }
  .CompanyAccess__Primary dl { margin: 0 0 5vw; line-height: 1.65; }
  .CompanyAccess__Primary dl dt { padding: 0; }
  .CompanyAccess__Secondary { margin-top: 3vw; width: 58%; }
}

/* 各種顧問業・専門サービス（事務所サイトから移行） */
main .ServiceTax h2 small {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    color: #eff5f3;
    font-size: 5.5rem;
    font-weight: 700;
    font-family: "Montserrat";
}
main .ServiceTax h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #508545;
}
main .ServiceTax h2 span {
    position: relative;
}
main:has(.ServiceTax) {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
}
.ServiceTax { margin: 0; padding: 0 0 100px; width: 100%; }
.ServiceTax h2 {     clear: both;
    position: relative;
    margin: 3rem auto;
    padding: 20px 2%;
    width: 96%;
    color: #000;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    font-family: "Noto Serif JP";
    margin-bottom: 90px;
    background: none; }
.ServiceTax__Item { position: relative; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin: 0 0 160px; padding: 0; counter-increment: tax-num; }
.ServiceTax__Item:after { position: absolute; top: 380px; color: #fff; font-size: 5.5rem; font-weight: 700; font-family: "Montserrat"; content: counter(tax-num, decimal-leading-zero); }
.ServiceTax__Item:nth-of-type(odd):after { left: 320px; }
.ServiceTax__Item:nth-of-type(even):after { right: 320px; }
.ServiceTax__Item.--Reverse { flex-direction: row-reverse; }
.ServiceTax__Item:before { position: absolute; top: 50px; content: ""; display: block; width: 50vw; height: 490px; background-color: #e7eeeb; }
.ServiceTax__Item:nth-of-type(odd):before { right: 690px; border-radius: 0 20px 20px 0; }
.ServiceTax__Item:nth-of-type(even):before { left: 690px; border-radius: 20px 0 0 20px; }
.ServiceTax__Item:nth-of-type(2):before,
.ServiceTax__Item:nth-of-type(3):before,
.ServiceTax__Item:nth-of-type(4):before { height: 420px; }
.ServiceTax__Item:nth-of-type(1) { margin-bottom: 80px; }
.ServiceTax__Primary { position: relative; width: 450px; line-height: 0; border-radius: 20px; overflow: hidden; }
.ServiceTax__Primary img { padding-bottom: 0 !important; width: 100%; height: auto; }
.ServiceTax__Secondary { display: flex; flex-direction: column; margin: 0; padding: 0; width: 590px; }
.ServiceTax__Heading { margin: 0 0 30px; padding: 10px 0; width: 100%; color: #508545; font-size: 3.3rem; font-weight: 600; background: none; border: none; }
.ServiceTax__Heading:after { position: absolute; left: -15%; bottom: 0; width: 115%; height: 1px; background-color: #508545; }
.ServiceTax__Item.--Reverse .ServiceTax__Heading:after { left: -5%; width: 120%; }
.ServiceTax__List { display: flex; flex-direction: column; margin: 0; padding: 0 !important; width: 100%; }
.ServiceTax__List li { position: relative; list-style: none !important; margin: 0 !important; padding: 0 0 0 20px; font-size: 1.7rem !important; line-height: 1.95 !important; }

@media only screen and (min-width:601px) and (max-width:1200px) {

main:has(.ServiceTax) {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    padding: 0;
    width: 91.667vw;
}
  .ServiceTax { padding: 0 0 8.333vw; }
  .ServiceTax h2 { margin-bottom: 7.5vw; }
  .ServiceTax__Item { margin: 0 0 13.333vw; }
  .ServiceTax__Item:after { top: 31.666vw; font-size: 4.583vw; }
  .ServiceTax__Item:nth-of-type(odd):after { left: 26.666vw; }
  .ServiceTax__Item:nth-of-type(even):after { right: 26.666vw; }
  .ServiceTax__Item:before { top: 4.166vw; height: 40.833vw; }
  .ServiceTax__Item:nth-of-type(odd):before { right: 57.5vw; border-radius: 0 1.666vw 1.666vw 0; }
  .ServiceTax__Item:nth-of-type(even):before { left: 57.5vw; border-radius: 1.666vw 0 0 1.666vw; }
  .ServiceTax__Item:nth-of-type(2):before,
  .ServiceTax__Item:nth-of-type(3):before,
  .ServiceTax__Item:nth-of-type(4):before { height: 35vw; }
  .ServiceTax__Item:nth-of-type(1) { margin-bottom: 6.666vw; }
  .ServiceTax__Primary { width: 37.5vw; border-radius: 1.666vw; }
  .ServiceTax__Secondary { width: 49.166vw; }
  .ServiceTax__Heading { margin: 0 0 2.5vw; padding: 0.833vw 0; font-size: 2.75vw; }
  .ServiceTax__List li { padding: 0 0 0 1.666vw !important; font-size: 1.416vw !important; }
  .ServiceTax__List li:before { top: 0.166vw; font-size: 1.333vw; }
}

@media screen and (max-width: 600px) {
    html:has(.ServiceTax) {
        font-size: 50%;
    }
main:has(.ServiceTax) {
    margin: 0 calc(50% - 50vw);
    padding: 6vw 5vw;
    width: 90vw;
    background: #fff;
}
  .ServiceTax { padding: 0; }
  .ServiceTax h2 { margin-top: 3vw; margin-bottom: 10vw; }
  .ServiceTax__Item { margin: 0 auto 16vw; width: 82%; }
  .ServiceTax__Item:nth-of-type(1) { margin-bottom: 8vw; }
  .ServiceTax__Item:before { top: 10vw; width: 100vw; height: 66vw; }
  .ServiceTax__Item:nth-of-type(odd):before { right: 5vw; border-radius: 0 10px 10px 0; }
  .ServiceTax__Item:nth-of-type(even):before { left: 5vw; border-radius: 10px 0 0 10px; }
  .ServiceTax__Item:nth-of-type(2):before,
  .ServiceTax__Item:nth-of-type(3):before,
  .ServiceTax__Item:nth-of-type(4):before { height: 66vw; }
  .ServiceTax__Item:after { top: 64vw; transform: translateX(-50%); font-size: 4.4rem; }
  .ServiceTax__Item:nth-of-type(odd):after { left: initial; right: 5vw; }
  .ServiceTax__Item:nth-of-type(even):after { right: initial; left: 15vw; }
  .ServiceTax__Primary { width: 100%; border-radius: 10px; }
  .ServiceTax__Secondary { padding: 15vw 0 0; width: 100%; }
  .ServiceTax__Heading { margin: 0 0 5vw; padding: 2vw 0; font-size: 2.8rem; text-align: center; }
  .ServiceTax__Heading:after { left: -15vw; width: 90vw; }
  .ServiceTax__Item.--Reverse .ServiceTax__Heading:after { left: initial; right: -15vw; width: 90vw; }
  .ServiceTax__List li { padding: 0 0 0 4vw; line-height: 1.65 !important; }
  .ServiceTax__List li:before { top: 0.3vw; }
}
