@charset "utf-8";
:root {
	--header-height: 15vw;
}
html {
    overflow-x: hidden;
}
body {
    font-size: 3.73vw;
    -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    letter-spacing: inherit;
}
.sub-page {
    width: 89.3%;
    margin: 10vw auto;
}
.sub-page main {
    width: 100%;
}
.sp {
    display: block !important;
}
.pc {
    display: none !important;
}
.br-sp {
    display: block;
}
.br-pc {
    display: inline;
}
main.top p {
    font-size: 3.8vw;
    line-height: 1.5;
}
#tinymce p, main p {
    font-size: 3.8vw;
    line-height: 1.6;
}
main img {
    height: auto;
    width: 100%;
}
.display_none {
    display: none;
}
img {
    vertical-align: top;
    max-width: 100%;
     height: auto;
}
.wrap {
    width: 90%;
}
.display_flex {
    flex-wrap: wrap;
}
.btn {
    font-size: 3.4vw;
    width: 65vw;
    padding: 4vw 0;
}
.single__content li, .page__content li, .archive__content li {
    font-size: 3.7vw;
}
table td,table th {
    font-size: 3.6vw;
}
.contact_form p.btn {
    text-align: center;
    padding-top: 20px!important;
}
.wpcf7-spinner {
    display: block;
}
iframe {
    max-width: 100%;
}
/*----------------------------------------------------------------------------------------
  パンくずリスト
----------------------------------------------------------------------------------------*/
#breadcrumbs {
    font-size: 3vw;
    padding: 4vw 0;
}
/*----------------------------------------------------------------------------------------
 ページナビ
----------------------------------------------------------------------------------------*/
.wp-pagenavi .page.larger,
.wp-pagenavi .page.smaller,
.wp-pagenavi .current{
    width: 8vw;
    height: 8vw;
    margin: 0 1vw;
}
main .pagenation li a {
    padding: 2vw 4vw;
    font-size: 3vw;
}
/*----------------------------------------------------------------------------------------
  親子がある場合の一覧
----------------------------------------------------------------------------------------*/
.related-articles__parent {
        font-size: 4vw;
        padding: 3vw;
}
.related-articles__child li a {
    padding: 3vw 5vw 3vw 4vw;
    font-size: 3.6vw;
    line-height: 1;
}
.related-articles__child {
    gap: 3vw 4%;
}
.related-articles__child li a:before {
    right: 4%;
}
/*----------------------------------------------------------------------------------------
	　見出し
----------------------------------------------------------------------------------------*/
h1 {
}
h2 {
	font-size: 5.4vw;
	padding: 3vw;
    font-weight: 600;
 }
h3 {
	font-size: 5vw;
   margin: 6vw 0 3vw;
   padding: 2vw 3vw;
}
h4 {
	font-size: 4.6vw;
	line-height: 1.1;
	padding: 2vw;
}

h5 {
	font-size: 4.2vw;
	line-height: 1.1;
	border-width: 4px;
	padding: 1vw 0 1vw 2vw;
}

h6 {
	font-size: 3.57vw;
	line-height: 1.1;
	padding: 2.5vw;
}
main.top h2, .tab-information h2 {
    font-size: 6.8vw;
}
main h2,
main h3,
main h4,
main h5,
main h6 {
    margin-top: 6vw;
    margin-bottom: 5vw;
}
.en-title {
    padding: 1vw 0 0 0;
    font-size: 4vw;
}
.sub-title {
    font-size: 3.4vw;
}
.page-title {
    height: 50vw;
}
.page-title__h1 {
	font-size: 6vw;
	line-height: 1.2;
}
img.alignright {
    padding: 4px;
    margin: 0 0 0.1em 0.5em;
    display: inline;
    max-width: 50%;
    float: right;
    height: auto;
}
li {
    line-height: 1.5em;
}
/*----------------------------------------------------------------------------------------
	gn
----------------------------------------------------------------------------------------*/
.global-nav {
	display: none;
}
.global-nav.active {
    background: #293855f2;
    position: fixed;
    width: 100%;
    z-index: 9999;
    overflow: auto;
    display: block;
    top: var(--header-height);
	left: 0;
	height: 100%;
}
.global-nav .global-nav__list > li {
    text-align: left;
	width: 100%;
    border-bottom: 1px solid #ffffff82;
}
.global-nav .global-nav__list > li > a {
    color: #fff;
    font-size: 4.2vw;
    padding: 4vw;
    box-sizing: border-box;
     height: inherit;
    place-content: inherit;
    justify-content: space-between;
}
.global-nav .global-nav__list {
    gap: 0;
}
.global-nav .global-nav__list .menu-item-has-children > a:after {
    content: '\f107';
    font-family: Font Awesome\ 5 Free;
    display: inline-block;
    font-weight: bold;
}
.global-nav .global-nav__list .menu-item-has-children > a.active:after {
    content: '\f106';
}
.global-nav__sub-menu-block.block-1 a {
    font-size: 3.8vw;
    height: 8vw;
}
.global-nav__sub-menu-wrapper {
	left: inherit;
    bottom: inherit;
    transform: inherit;
	position: inherit;
	background: none;
}
.global-nav__sub-menu a {
    font-size: 3.6vw;
}
.global-nav__sub-menu {
    width: 90%;
    flex-wrap: wrap;
	gap: 7vw;
}
.global-nav__sub-menu-block.block-2, .global-nav__sub-menu-block.block-3, .global-nav__sub-menu-block.block-4 {
    flex-wrap: wrap;
    width: 100%;
    gap: 5vw 0;
    flex-direction: inherit;
}
.global-nav__sub-menu-block.block-2 li, .global-nav__sub-menu-block.block-3 li, .global-nav__sub-menu-block.block-4 li {
	width: 50%;
}
.global-nav__sub-menu-block.block-1 {
    width: 40%;
}
.menu-btn{
	position: relative;
	cursor: pointer;
	height: 6vw;
	width: 9vw;
	z-index: 3;
    margin: 0 0 0 auto;
}
.menu-btn__line{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    left: 0;
  }
.menu-btn__line:nth-of-type(1) {
    top: 0%;
}
.menu-btn__line:nth-of-type(2) {
 	 top: 50%;
    transform: translateY(-50%);
}
.menu-btn__line:nth-of-type(3) {
 	 bottom: 0;
}
.menu-btn.active .menu-btn__line:nth-of-type(1) {
   transform:  translateX(-50%) translateY(-50%) rotate(-45deg);
	top: 50%;
	left: 50%;
}
.menu-btn.active .menu-btn__line:nth-of-type(2){
  display: none;
}
.menu-btn.active .menu-btn__line:nth-of-type(3){
   transform:   translateX(-50%) translateY(-50%) rotate(45deg);
	top: 50%;
	bottom: inherit;
	 left: 50%;
}

/*----------------------------------------------------------------------------------------
	ヘッダー、フッター
----------------------------------------------------------------------------------------*/
.header__inner {
    width: 100%;
    flex-wrap: nowrap;
    height: var(--header-height);
	align-items: center;
}
.header__title-container {
    gap: 3vw;
}
.header__title {
    gap: 2vw;
}
.header__logo {
    width: 45vw;
}
.header__icon {
    width: 7vw;
}
.header__address {
    font-size: 2.4vw;
}
.header__contact {
    display: none;
}
.header__title {
    flex: 1;
}
footer {
    margin: 0 0 20vw 0;
}
.footer__container {
	width: 90%;
	flex-wrap: wrap;
    padding: 9vw 0;
    gap: 10vw;
}
.footer__info {
    width: 100%;
}
.footer__logo {
    width: 70vw;
}
.footer__info-address {
    font-size: 3vw;
    line-height: 1.7;
    padding: 4vw 0 0 0;
}

.footer__menu {
    flex: inherit;
	flex-wrap: wrap;
    gap: 7vw 0;
    padding: 0;
    width: 100%;
}
.footer__menu-item {
    flex: inherit;
    width: 50%;
}
.footer__menu a {
    gap: 2vw;
    padding: 0 0 1.8vw 0;
    font-size: 3.4vw;
}
footer .copyright {
    font-size: 2.8vw;
    padding: 4vw 0;
}
/* .floating-footer */
.floating-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #fffffff5;
}
.floating-footer__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2vw 3vw;
	box-sizing: border-box;
}
.floating-footer__tel-container a {
	text-decoration: none;
	display: block;
}
.floating-footer__tel {
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 1.5vw;
}
.floating-footer__tel-icon {
    width: 4vw;
}
.floating-footer__tel-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.floating-footer__tel-num {
    font-size: 6.5vw;
}
.floating-footer__tel-hour {
    text-align: center;
    font-size: 3vw;
    display: block;
}
.floating-footer__mail a {
	text-decoration: none;
    border-radius: 3px;
    font-size: 3vw;
    box-sizing: border-box;
	width: 40vw;
    height: 11vw;
    display: flex;
    align-items: center;
    place-content: center;
    color: #fff;
    background: var(--main-color);
    gap: 3.5vw;
}
.floating-footer__mail-icon {
    width: 4.2vw;
}
.floating-footer__mail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.floating-footer__mail-title {
    text-align: center;
    display: block;
}
/*----------------------------------------------------------------------------------------
	　TOP
----------------------------------------------------------------------------------------*/
/* .mv */
.mv {
	aspect-ratio: 1 / 1;
}
.mv video {
    object-fit: cover;
}
/* .introduction */
.introduction {
    padding: 16vw 0 40vw;
	background-image: url(/wp-content/uploads/2025/10/introduction__bg_sp.jpg);
}
.introduction__container {
    width: 91vw;
    gap: 9vw;
	padding: 3vw 2vw;
	box-sizing: border-box;
}
.introduction__message {
    font-size: 5vw;
    line-height: 2;
}
.introduction__message strong {
    display: block;
    line-height: 1;
}
.introduction__message .new-line-pc {
    display: inline;
}
.introduction__message .new-line-sp {
    display: block;
}
.introduction__container::before,
.introduction__container::after {
    border-width: 1px;
}
.introduction__container::before, .introduction__container::after {
    width: 3vw;
}
/* .strengths */
.strengths {
    padding: 17vw 0 15vw;
    background-image: url(/wp-content/uploads/2025/10/strengths__bg_sp.jpg);
    background-size: contain;
}
.strengths__container {
    width: 100%;
}
.strengths__list {
    padding: 16vw 0 0 0;
    flex-wrap: wrap;
	justify-content: center;
    gap: 16vw;
}
.strengths__item {
    width: 68%;
}
.strengths__item:before {
    width: 17vw;
    height: 17vw;
    font-size: 5.5vw;
}
.strengths__item-title {
    font-size: 5vw;
    height: 22vw;
}
.strengths__item-text {
    font-size: 3.4vw;
    height: 30vw;
    padding: 0 6vw;
}
/* .service */
.service {
    padding: 12vw 0 16vw;
	background-image: url(/wp-content/uploads/2025/10/service__bg_sp.jpg);
    background-size: contain;
}
.service__container {
    width: 85%;
}
.service .sub-title {
    padding: 4vw 0 0;
}
.service__list {
    gap: 4vw 6%;
    padding: 16vw 0 0;
    justify-content: start;
}
.service__item {
    width: 47%;
}
.service__item-title {
    font-size: 4.8vw;
	line-height: 1.3;
}
/* .voice */
.voice {
    padding: 16vw 0 12vw;
    background-image: url(/wp-content/uploads/2025/10/voice__bg_sp.jpg);
}
.voice__container {
    width: 100%;
}
.voice .sub-title {
    padding: 3vw 0 0;
}
.voice__list {
    padding: 12vw 0 10vw 0;
}
.voice__item {
    margin: 0 4vw;
}
.voice__item-image {
    height: 47vw;
}
.voice__item-title {
    height: 34vw;
    font-size: 3.8vw;
    padding: 6.5vw;
}
.voice__prev, .voice__next {
	display: grid;
	place-content: center;
	width: 11vw;
	height: 11vw;
	background: var(--main-color);
	transition: all .3s ease;
	cursor: pointer;
	position: absolute;
	border: none;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
}
.voice__prev {
	left: 3vw;
}
.voice__next {
	right: 3vw;
}
.voice__prev::before, .voice__next::before {
	content: '\f053';
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	color: #fff;
	font-size: 3.2vw;
	inset: 0;
}
.voice__next::before {
	transform: rotate(180deg);
}
/* .message */
.message {
    padding: 12vw 0 10vw 0;
}
.message__container {
    width: 90%;
}
.message__content {
    padding: 10vw 0 0;
    flex-wrap: wrap-reverse;
    gap: 8vw;
    justify-content: center;
}
.message__content-image {
    width: 58vw;
    height: auto;
}
.message__content-text-container {
    width: 90%;
}
.message__text-wrapper {
    width: 100%;
}
main.top .message__content-text p {
    font-size: 3.7vw;
    line-height: 1.6;
    padding-bottom: 6vw;
}
/* .books */
.books {
    padding: 10vw 0 16vw 0;
}
.books__list {
    padding: 8vw 0 0 0;
    gap: 5vw 4%;
}
.books__item {
    width: 48%;
}
.books__item img {
    height: 53vw;
}
.books__item figcaption {
    font-size: 3.4vw;
    padding: 2vw 0 0 0;
    line-height: 1.4;
}
.books__item figcaption span {
    display: block;
}
/* .column */
.column {
    padding: 13vw 0 14vw;
}
.column__container {
    width: 90%;
}
.column .sub-title {
    padding: 0 0 4vw 0;
}
.column__image {
    width: 42vw;
    position: inherit;
    top: inherit;
    right: inherit;
	margin: 6vw 0 0 13vw;
}
.column__list {
    padding: 9vw 0 9vw 0;
    gap: 4vw 4%;
	flex-wrap: wrap;
}
.column__item {
    width: 48%;
}
.column__item-image {
    height: 28vw;
}
.column__item-text-container {
    padding: 1vw 2vw 4vw 2vw;
}
.column__item-date {
    font-size: 2.8vw;
}
.column__item-title {
    height: 19vw;
    font-size: 3.6vw;
}
.column__item-category {
    font-size: 2.6vw;
    padding: 0 3vw;
	line-height: 1.6;
}
/*----------------------------------------------------------------------------------------
	　共通ブロック
----------------------------------------------------------------------------------------*/

/* .contact-banner */
.contact-banner {
    padding: 6vw 0;
}
.contact-banner__container {
	width: 82%;
}
.contact-banner__btn {
    border-radius: 10px;
    font-size: 4vw;
    height: 15vw;
}
.contact-banner__btn-image {
    width: 16vw;
}
/* .tab-information */
.tab-information {
    padding: 12vw 0 13vw 0;
}
.tab-information__container {
    width: 90%;
}
.tab-information__list a {
    padding: 4vw 0;
    gap: 3vw;
    flex-wrap: wrap;
	font-size: 3.4vw;
}
.tab {
    padding: 4vw 0;
    font-size: 3.6vw;
	flex:inherit;
	width:40%;
}
.tabs {
    display: flex;
    cursor: pointer;
	gap: 2%;
    margin-top: 9vw;
}
.tab-information__type {
    width: 28vw;
}
.tab-contents {
    padding: 2vw 4vw;
    height: 100vw;
    margin: 0 0 5vw 0;
}
.tab-information__date {
}
.tab-information__title {
	flex: inherit;
    width: 100%;
}
/*----------------------------------------------------------------------------------------
	　archive
----------------------------------------------------------------------------------------*/

.archive__image {
    height: 60vw;
    width: 100%;
}
 .archive__column {
    gap: 6vw;
    flex-wrap: wrap;
}
.archive__title {
    font-size: 4.5vw;
    padding-top: 3vw;
}
.archive__category {
     font-size: 3.2vw;
     width: 22vw;
     padding: 0;
}
.archive__date {
    font-size: 3.6vw;
    margin-right: 4vw;
}
/*----------------------------------------------------------------------------------------
	　.main.page-404
----------------------------------------------------------------------------------------*/
main.page-404 {
    padding-bottom: 10vw;
}
.page-404__main-text {
    font-size: 16vw;
}
.page-404__text {
    font-size: 4vw;
}
/*----------------------------------------------------------------------------------------
	　.main.page-search
----------------------------------------------------------------------------------------*/
main.page-search {
    padding-bottom: 10vw;
}
.archive-case__comment {
    font-size: 4vw;
    padding: 3vw;
}
/*----------------------------------------------------------------------------------------
	.page-contact 
----------------------------------------------------------------------------------------*/
.page-contact table th,
.page-contact table td,
.page-contact table tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.page-contact table th,
.page-contact table td {
	text-align: left;
	padding: 1vw 3vw;
}
.page-contact .wpcf7-text, .wpcf7-number {
    height: 10vw;
    font-size: 3.6vw;
}
/*----------------------------------------------------------------------------------------
	　single
----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------
	　下層ページ　会社概要
----------------------------------------------------------------------------------------*/
.page-company-philosophy__list {
    width: 100%;
    gap: 10vw;
}
.page-company-philosophy__item-text-container {
    padding: 0 0 0 4vw;
    width: 72%;
}
.page-company-philosophy__item-title {
    font-size: 4.8vw;
    width: 22vw;
    height: 22vw;
}
.page-company-philosophy__item-text-title {
    font-size: 4.5vw;
}
.page-company-philosophy__item-text {
    font-size: 3vw;
    padding: 3vw 0 0 0;
}
.page-company-philosophy__item-sub-title {
    font-size: 3.6vw;
}
main .page-company-about table th,
main .page-company-about table td {
    padding: 3vw 2vw;
}
main .page-company-about table, main .page-company-about table th, main .page-company-about table td {
    font-size: 3.6vw;
}
/*----------------------------------------------------------------------------------------
	　下層ページ　税務会計
----------------------------------------------------------------------------------------*/
.page-service-child {
    padding: 0 0 min(115px, 10vw);
}
.page-service-child__message__text {
    font-size: 3.7vw;
    padding: 0 0 10vw 0;
    line-height: 2;
}
.page-service-child__item-image {
    border-radius: 10px;
}
.page-service-child__item-num {
    font-size: 9vw;
}
.page-service-child__item-title {
    font-size: 4.5vw;
}
.page-service-child__item-text {
    font-size: 3vw;
}
/*----------------------------------------------------------------------------------------
	　下層ページ　スタッフ紹介
----------------------------------------------------------------------------------------*/
.page-staff {
    width: 100%;
}
.page-staff__item-image {
    width: 70%;
}
.page-staff__list {
    gap: 12vw;
}
.page-staff__item-text {
    flex: inherit;
	width: 100%;
}
.page-staff__item-container {
    gap: 25px;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.page-staff__td-image {
    width: 80%;
}
/*----------------------------------------------------------------------------------------
	　下層ページ　料金
----------------------------------------------------------------------------------------*/
main .page-price p {
	font-size: 3.4vw;
}
.page-price__flex {
	flex-wrap: wrap;
    gap: 3%;
}
.page-price caption {
    padding: 2vw 0;
    font-size: 4vw;
}
.page-price table th, .page-price table td {
    font-size: 3.4vw;
    padding: 2vw 1vw;
}
.page-price table th span, .page-price table td span {
    font-size: 0.8em;
    padding: 1vw 0 0 0;
}