@charset "utf-8";
:root {
	--header-height: 14vw;
}
html {
    overflow-x: hidden;
}
body {
    font-size: 3.73vw;
    -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    letter-spacing: inherit;
}
.top-page, .sub-page {
    width: 89.3%;
    margin: 10vw auto 13vw;
    flex-wrap: wrap-reverse;
     gap: 20vw;
}
main {
    width: 100%;
}
.sp {
    display: block !important;
}
.pc {
    display: none !important;
}
.br-sp {
    display: block;
}
.br-pc {
    display: inline;
}
#tinymce p, .sub-page 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 {
    width: 70%;
    height: 14vw;
    gap: 3vw;
}
.sub-page .btn {
    width: 100%;
    font-size: 3.5vw;
}
.btn:after {
    font-size: 0.6em;
}
.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.6vw;
	padding: 3vw;
}
h3 {
	font-size: 4.8vw;
	margin: 6vw 0 3vw;
	padding: 2.5vw;
    border-left-width: 6px;
}
h4 {
	font-size: 4vw;
	line-height: 1.1;
	padding: 3vw 2vw;
}
h5 {
	font-size: 3.8vw;
	line-height: 1.1;
}
h6 {
	font-size: 3.57vw;
	line-height: 1.1;
	padding: 2.5vw;
}
main h2,
main h3,
main h4,
main h5,
main h6 {
    margin-top: 6vw;
    margin-bottom: 5vw;
}
.page-title {
    height: 50vw;
	margin-top: var(--header-height);
}
.page-title__h1 {
	font-size: 5vw;
	line-height: 1.2;
}
.page-title__h1:after {
    height: 2px;
}
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__container {
	display: none;
}
.global-nav__container.active {
    background: #0f9187f7;
    position: fixed;
    width: 100%;
    z-index: 9999;
    overflow: auto;
    display: block;
    top: var(--header-height);
	left: 0;
	height: 100%;
}
.global-nav__list > li,
.global-nav-sub__list > li{
    text-align: left;
	width: 100%;
    border-bottom: 1px solid #ffffff82;
	flex: inherit;
}
.global-nav .global-nav__list > li > a,
.global-nav-sub__list > li > a {
    color: #fff;
    padding: 4vw;
    box-sizing: border-box;
     height: inherit;
    place-content: inherit;
    justify-content: space-between;
	font-size: 4vw;
}
.global-nav .global-nav__list > li > a br {
	display: none;
}
.global-nav .global-nav__list,
.global-nav-sub__list{
    gap: 0;
	flex-wrap: wrap;
	width: 100vw;
}
.global-nav-sub {
    background: inherit;
}
.global-nav .sub-menu {
    display: flex;
    position: inherit;
    height: inherit;
    left: inherit;
    bottom: inherit;
    transform: inherit;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 5vw 5vw 5vw;
    gap: 3vw 0;
	background: none;
}
.global-nav__list > li:before,
.global-nav__list > li:last-child:after {
    content: none;
}
.global-nav .sub-menu li {
    width: 50%;
}
.global-nav .sub-menu a {
    font-size: 3.6vw;
	color: #fff;
}
.menu-btn {
    position: relative;
    cursor: pointer;
    z-index: 3;
    background: var(--green-color);
    height: 100%;
    width: 16vw;
}
.menu-btn__line-container {
    position: relative;
	display: block;
    width: 50%;
    height: 44%;
    margin: 2.5vw auto 1.5vw;
}
.menu-btn__line{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    width: 100%;
    height: 0.4vw;
    background: #fff;
    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%;
}
.menu-btn__title {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 2.2vw;
    font-weight: bold;
}

/*------------------------------------------------------------------------------------
	ヘッダー、フッター
------------------------------------------------------------------------------------*/
header {
    position: fixed;
	top: 0;
	left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
}
.header__container {
    justify-content: space-between;
    height: var(--header-height);
	width: 100%;
	padding: 0 0 0 4vw;
}
.header__info-container {
    gap: 2vw;
    padding: 0;
}
.header__title {
    font-size: 3vw;
}
.header__logo {
    width: 73vw;
}
footer {
    padding: 11vw 0 7vw 0;
    margin: 0 0 20vw 0;
}
.footer__title {
    font-size: 3.2vw;
    padding: 0 0 2vw 0;
}
.footer__logo {
    width: 100%;
}
.footer__menu--container {
    padding: 6vw 0 20vw 0;
    flex-wrap: wrap;
    gap: 3vw;
}
.footer__menu ul {
    gap: 3vw;
}
.footer__menu-item {
    flex: inherit;
	width: 100%;
}
.footer__menu a {
    font-size: 3.8vw;
    gap: 2vw;
}
footer .copyright {
    font-size: 3vw;
}
/* .footer-floating */
.footer-floating {
    position: fixed;
    bottom: 0;
    z-index: 9999;
	width: 100%;
}
.footer-floating__list {
    display: flex;
	width: 100%;
	justify-content: space-between;
}
.footer-floating__item {
	box-sizing: border-box;
	border-top: 1px solid var(--green-color);
	border-bottom: 1px solid var(--green-color);
    height: 15vw;
}
.footer-floating__item a {
	text-decoration: none;
	height: 100%;
}
.footer-floating__item-title {
	font-size: 2.9vw;
	font-weight: 500;
	color: #fff;
	display: block;
}
.footer-floating__mail {
	background: var(--green-color);
	width: 18%;
	border-right: 1px solid #fff;
}
.footer-floating__mail a {
	display: grid;
	place-content: center;
	width: 100%;
}
.footer-floating__icon {
    display: block;
    width: 7vw;
	height: 7vw;
	margin: 0 auto;
}
.footer-floating__icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.footer-floating__line {
	background: var(--green-color);
	width: 18%;
}
.footer-floating__line a {
	display: grid;
	place-content: center;
	width: 100%;
}
.footer-floating__tel {
	background: #fff;
	flex: 1;
}
.footer-floating__tel a {
    display: grid;
    place-content: center;
    line-height: 1;
    gap: 1vw;
    text-align: center;
}
.footer-floating__tel-num {
    gap: 1vw;
    font-size: 6.5vw;
}
.footer-floating__tel-hour {
    display: block;
    font-size: 2.8vw;
    text-align: center;
	color: #333;
}
.footer-floating__tel-icon {
    display: block;
    width: 5.5vw;
    height: 5.5vw;
}
.footer-floating__tel-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    width: 100%;
}
.sidebar__title {
    font-size: 4vw;
    padding: 3.5vw 3vw;
}
.sidebar .menu a {
    font-size: 3.8vw;
    height: 12vw;
    padding: 0 3vw;
}
.sidebar .widget_text {
    display: none;
}
.sidebar .widget_nav_menu {
    margin: 0 0 5.5vw 0;
}
.sidebar .menu a:after {
    font-size: 1em;
}
.sidebar .widget_media_image {
    padding: 1.5vw 0;
    width: 90%;
    margin: auto;
}
/*------------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------------*/
/* .case-search */
.case-search {
    padding: 0 0 4vw 0;
}
.case-search__title {
    font-size: 3.6vw;
}
.case-search__input input[type="text"] {
    height: 10vw;
    padding: 0 0 0 7vw;
}

.case-search__container {
    margin: 4vw 0 8vw;
}
.case-search__search {
    gap: 1vw;
    padding: 3.2vw 0 0 0;
    width: 90%;
}
.case-search__input:before {
    left: 3vw;
}
.case-search__submit button {
    font-size: 3.6vw;
    width: 16vw;
    height: 10vw;
}
.case__category-case-01-list {
    gap: 2.5vw 4%;
	padding: 5vw 0;
}
.case__category-case-01-item {
    width: 48%;
}
.case__category-case-01-item a {
    font-size: 3.4vw;
    height: 12vw;
}
.case__category-case-01-item a:after {
    width: 1.8vw;
    height: 1.8vw;
}
.case__category-case-02-list {
    gap: 3vw 3.5%;
    padding: 4vw 0 6vw;
}
.case__category-case-02-item {
    width: 31%;
}
.case__category-case-02-icon {
    margin: 12% auto 10%;
}
.case__category-case-02-item a {
    font-size: 3.6vw;
    height: 26vw;
}
.case__category-case-02-item a:after {
    width: 2.4vw;
    height: 2.4vw;
}
.case__category-case-other-list-container {
    display: none;
}
.case__category-case-other-list {
    padding: 4vw 0 6vw;
    gap: 2vw;
}
.case__category-case-other-item {
    width: 100%;
}
.case__category-case-other-item a {
    font-size: 3.6vw;
    min-height: 12vw;
    padding: 0 3vw 0 3vw;
    width: 100%;
    border-left-width: 3px;
	justify-content: space-between;
    line-height: 1.1;
}
.case__category-case-other-list-container:nth-of-type(5) .case__category-case-other-item a {
    min-height: 12vw;
}
.case__category-case-other-item a:after {
    content: '\f054';
    font-family: Font Awesome\ 5 Free;
    display: block;
    font-weight: bold;
    font-size: 0.8em;
	color: var(--main-color);
}
main.top .case__category-case-other h3,
.case__category-case-other h3{
	margin: 0 0 3vw 0;
}
.case__category-case-toggle {
    width: 5vw;
	height: 5vw;
}
.case__category-case-toggle:before {
    height: 2px;
}
.case__category-case-toggle:after {
	width: 2px;
}
/*------------------------------------------------------------------------------------
	　.top-main-contents
------------------------------------------------------------------------------------*/
.top-main-contents {
	margin-top: var(--header-height);
}
/* .mv */
.mv {
	background-image: url(/wp-content/uploads/2025/06/mv__bg_sp.jpg);
	background-size: contain;
	background-position: top;

}
.mv__container {
    align-items: start;
    height: 120vw;
    width: 100%;
}
.mv__content {
    padding: 8vw 0 0 4vw;
}
.mv__main-title-container {
    padding: 2vw 2vw 2vw 18vw;
	margin: 0 0 0 1vw;
}
.mv__main-title-icon {
    width: 18vw;
}
.mv__main-title {
    font-size: 4vw;
}
.mv__sub-title {
    font-size: 10vw;
    padding: 0 0 4vw 1vw;
	margin: -2vw 0 0 0;
}
.mv__text {
    font-size: 2.8vw;
}
.mv__feature-list {
    gap: 2vw 3vw;
    flex-wrap: wrap;
    width: 60%;
}
.mv__feature-item {
    width: 27vw;
    height: 27vw;
    font-size: 3.8vw;
}
.mv__feature-item-title {
    width: 25.3vw;
    height: 25.3vw;
}
.mv__image {
	width: 86vw;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
/* .top-main-menu */
.top-main-menu {
    padding: 17vw 0 9vw 0;
}
.top-main-menu__list {
    justify-content: center;
    flex-wrap: wrap;
	gap: 13vw 5%;
}
.top-main-menu__item {
    width: 47.5%;
}
.top-main-menu__item a {
    height: 27vw;
}
.top-main-menu__item-icon {
    width: 21vw;
    height: 21vw;
}
.top-main-menu__item-title {
    font-size: 4vw;
    padding: 11vw 0 0 0;
}
/* .top-main-case */
.top-main-case {
    padding: 11vw 0 13vw 0;
}
.top-main-case h2 {
    text-align: center;
    font-size: 5vw;
    padding: 2.5vw 0;
}
.top-main-case__list {
    gap: 10vw;
}
.top-main-case__item {
    width: 100%;
}
.top-main-case__item a {
    height: 69vw;
	flex-wrap: wrap;
	justify-content: center;
    align-items: end;
}
.top-main-case__item-num {
    font-size: 4.5vw;
	padding: 1vw 5vw 1.2vw 5vw;
    top: 0;
	right: inherit;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.top-main-case__attribute-item {
    gap: 1.5vw;
}
.top-main-case__attribute-container {
        padding: 0 2.5vw 6vw 2.5vw;
        gap: 3vw 2vw;
        flex-direction: inherit;
        flex-wrap: wrap;
	        width: 100%;
        height: auto;
}
.top-main-case__attribute-title {
    padding: 0.6vw 2.5vw 0.8vw 2.5vw;
    font-size: 3.6vw;
}
.top-main-case__attribute-text {
    font-size: 3.8vw;
}
.top-main-case__fee-before-container {
    text-align: center;
    flex: inherit;
    display: grid;
    place-content: center;
    gap: 1.5vw;
	position: absolute;
    top: 28vw;
}
.top-main-case__fee-before-title {
    font-size: 4.5vw;
}
.top-main-case__fee-before-num {
    font-size: 8vw;
}
.top-main-case__fee-after-container {
    height: 44%;
    width: 100%;
    clip-path: polygon(0 0, 50% 35%, 100% 0, 100% 100%, 0 100%);
	text-align: center;
	padding: 10% 0 0 0;
	gap: 1.5vw;
}
.top-main-case__fee-after-title {
    font-size: 4.5vw;
}
.top-main-case__fee-after-num {
    font-size: 8vw;
}
/*------------------------------------------------------------------------------------
	　TOP
------------------------------------------------------------------------------------*/
/* .situation */
.situation {
    padding: 0 0 8vw 0;
}
.situation__item a {
    gap: 4vw;
    height: 13vw;
    padding: 0 0 0 4vw;
    outline-offset: -1vw;
}
.situation__item-title {
    font-size: 4.4vw;
}
.situation__item-icon {
    width: 8vw;
}
.situation__item a:after {
    font-size: 1em;
    right: 4.5%;
}
/* .worries */
.worries__list {
    gap: 3vw 0;
    padding: 5vw 0 0 0;
}
.worries__item {
    width: 100%;
}
.worries__item a {
    gap: 2vw;
    padding: 3.5vw 0 3.5vw 3vw;
}
.worries__item-icon {
    width: 4.6vw;
    height: 3.8vw;
}
.worries__item-title {
    font-size: 3.7vw;
}
/* .greeting */
.greeting {
    padding: 7vw 0 0;
}
.greeting__text {
    line-height: 1.5;
    padding: 6vw 0 0 0;
	font-size: 3.6vw;
}
.greeting__text p:nth-child(1) {
    padding: 0 0 10vw 0;
}
/* .strengths */
main.top .strengths h2 {
    margin: 0 0 3.5vw 0;
}
.strengths__item-content {
    gap: 5vw;
    flex-wrap: wrap;
	justify-content: center;
    padding: 3vw 0 7vw;
}
.strengths__item-image {
    width: 80%;
    height: 48vw;
}

.strengths__item-text-container {
    flex: inherit;
}

.strengths__item-title {
    font-size: 4.5vw;
    padding: 0 0 2.5vw 0;
}
.strengths__item-text {
	flex: inherit;
    line-height: 1.5;
    font-size: 3.6vw;
}
/* .flow */
.flow {
    padding: 6vw 0 0 0;
}
.flow__message {
    font-size: 3.6vw;
    padding: 6vw 0;
}
.flow__list {
    gap: 9vw;
}
.flow__item {
    gap: 3vw;
	justify-content: center;
    flex-wrap: wrap;
}
.flow__item-title-container {
    gap: 4vw;
    padding: 2vw;
}
.flow__item-title {
    font-size: 4.4vw;
}
.flow__item-num {
    font-size: 4.6vw;
    padding: 0.6vw 2.5vw;
}
.flow__item-inner {
    padding: 4vw 3vw;
    gap: 3vw;
    flex-wrap: wrap;
    justify-content: center;
}
.flow__item-image {
    width: 60%;
    height: 33vw;
}
.flow__item-text-container {
    flex: inherit;
}
.flow__item-sub-title {
    font-size: 4.2vw;
}
.flow__item-text {
    line-height: 1.5;
    font-size: 3.4vw;
}
.flow__item:not(:last-child):after {
    width: 12.5vw;
    height: 4vw;
    bottom: -3vw;
}
/* .access */
.access__map {
    height: 64vw;
}

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

/* .archive */
.archive__primary {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw;
}
.archive__image {
    width: 80%;
    height: 42vw;
}
.archive__text {
    flex: inherit;
    font-size: 3.8vw;
    line-height: 1.4;
}
.archive__date {
    font-size: 3vw;
}
.archive__category {
    flex-wrap: wrap;
	padding: 0 0 10vw 0;
    width: 100%;
}
.archive__category span {
    padding: 0 1vw;
    font-size: 3.2vw;
}
.archive__btn {
    font-size: 3.2vw;
}
.archive-search__post-type, .searchandfilter li {
    width: 100%;
}
.archive-search__post-type select, .searchandfilter select {
    font-size: 3.4vw;
    padding: 0 2vw;
    height: 9vw;
    background: #fff url(/wp-content/uploads/2025/06/search-filter-select.png) no-repeat right 3vw center;
    background-size: 3vw auto;
}
.searchandfilter input[type="text"] {
    padding: 2vw 2vw 2vw 8vw;
	height: 9vw;
	font-size: 3.4vw;
}
.searchandfilter [type="submit"] {
	width: 100%;
    height: 9vw;
    font-size: 3.8vw;
}
.searchandfilter div > ul {
    gap: 2vw;
}
.archive-search__post-type select {
    margin: 0 0 2vw 0;
}
/*------------------------------------------------------------------------------------
	　.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 
------------------------------------------------------------------------------------*/
.contact-btn input {
    font-size: 4vw;
}
.contact-btn {
    margin: 10vw 0 0 0;
}
/*------------------------------------------------------------------------------------
	　single
------------------------------------------------------------------------------------*/
/* .page-parts-latest */
.page-parts-latest__list {
    gap: 5vw;
}
.page-parts-latest__item a {
    display: flex;
	align-items: center;
    gap: 2vw;
}
.page-parts-latest__item {
    width: 100%;
}
.page-parts-latest__item-image {
    height: 21vw;
    width: 37%;
}
.page-parts-latest__item-title {
    font-size: 3.6vw;
    padding: 0;
    text-align: left;
	padding: 2vw 0 0 0;
}
.page-parts-latest__item-text-container {
	flex: 1;
}
.page-parts-latest__item-category {
    position: inherit;
    top: inherit;
    left: inherit;
    flex-wrap: wrap;
    display: flex;
	flex-direction: inherit;
}
.page-parts-latest__item-category span {
    font-size: 2.8vw;
    padding: 0 min(10px, 1vw) 0 min(10px, 1vw);
}
/*------------------------------------------------------------------------------------
	　page
------------------------------------------------------------------------------------*/
/* .page-parts-child */
.page-parts-child__list {
    gap: 4vw;
}
.page-parts-child__item a {
    display: flex;
	align-items: center;
    gap: 2vw;
}
.page-parts-child__item {
    width: 100%;
}
.page-parts-child__item-image {
    height: 21vw;
    width: 37%;
}
.page-parts-child__item-title {
    font-size: 3.6vw;
    padding: 0;
    text-align: left;
    flex: 1;
}
/*------------------------------------------------------------------------------------
	　.page-contact
------------------------------------------------------------------------------------*/

.page-contact table th,
.page-contact table td {
    display: block;
}
.page-contact table th {
    border-top: none;
	border-left: none;
	border-right: none;
    padding: 2vw 3vw;
}
.page-contact table {
    border-bottom: none;
}
.page-contact table td {
    border-top: none;
	border-left: none;
	border-right: none;
}
.page-contact table th p {
    justify-content: start;
}
.page-contact table th .required {
    margin: 0 3vw 0 0;
    font-size: 0.8em;
    width: 11vw;
    height: 5vw;
}
/*------------------------------------------------------------------------------------
	　サンクスページ
------------------------------------------------------------------------------------*/
/* .page-thanks */
.page-thanks__tel {
    font-size: 7vw;
    width: 80%;
	margin: 3vw auto 6vw;
}
.page-thanks__tel:before {
    width: 5vw;
    height: 5vw;
}
.page-thanks__btn {
    font-size: 4vw;
    height: 10vw;
    width: 65%;
}