@charset "utf-8";
:root {
	--header-height: 13vw;
}
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;
}
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: 5vw;
	padding: 3vw;
}
h3 {
	font-size: 4.2vw;
	margin: 6vw 0 3vw;
	padding: 3vw;
	line-height: 1.5;
}
h4 {
	font-size: 4vw;
	line-height: 1.1;
	padding: 3vw 2vw;
}
h5 {
	font-size: 3.8vw;
	line-height: 1.1;
	padding: 1vw 0 1vw 2vw;
}
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;
}
.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 {
	display: none;
}
.global-nav.active {
    background: #3b5297f7;
    position: fixed;
    width: 100%;
    z-index: 9999;
    overflow: auto;
    display: block;
    top: var(--header-height);
	left: 0;
	height: 100%;
}
.global-nav__list > li {
    text-align: left;
	width: 100%;
    border-bottom: 1px solid #ffffff82;
	flex: inherit;
}
.global-nav .global-nav__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 {
    gap: 0;
	flex-wrap: wrap;
	width: 100vw;
}
.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(--main-color);
    height: 100%;
    width: 13vw;
}
.menu-btn__line-container {
    position: relative;
	display: block;
    width: 55%;
    height: 44%;
    margin: 2.5vw auto 1.5vw;
}
.menu-btn__line{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    width: 100%;
    height: 0.6vw;
    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__container {
    justify-content: space-between;
    height: 100%;
	width: 100%;
	padding: 0 0 0 2vw;
}
.header__info-container {
    gap: 2vw;
    padding: 0;
}
.header__site-icon {
    width: 5.5vw;
}
.header__title a {
    font-size: 3.6vw;
}
.header__company {
    font-size: 2.2vw;
}
footer {
    padding: 8vw 0 4vw 0;
    margin: 0 0 20vw 0;
}
.footer__container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 9vw;
}
.footer__info {
    flex-wrap: wrap;
    justify-content: center;
}

.footer__menu--container {
    padding: 3.5vw 0 0 0;
}
.footer__menu-title {
    font-size: 4.2vw;
    padding: 0 0 1.5vw 0;
}
.footer__menu {
    width: 92%;
}
.footer__menu-item {
    flex: inherit;
    box-sizing: border-box;
    padding: 0;
	width: 50%;
}
.footer__menu a {
    font-size: 3.4vw;
	text-align: left;
}
.footer__info {
    width: 100%;
}
.footer__site-info {
    gap: 2vw;
    border-radius: 3px;
    height: 14vw;
}
.footer__site-icon {
    width: 6.5vw;
}
.footer__company {
    font-size: 2.4vw;
}
.footer__title a {
    font-size: 4vw;
}
.footer__title a strong {
    font-size: 1.2em;
}
footer .copyright {
    font-size: 2.6vw;
    padding: 4vw 0 0 0;
}
.footer-floating {
    position: fixed;
    bottom: 0;
    z-index: 9999;
	width: 100%;
}
.footer-floating__list {
    display: flex;
	width: 100%;
	margin: 0 auto;
	gap: 1vw;
	justify-content: space-between;
}
.footer-floating__item {
	box-sizing: border-box;
	border: 1px solid var(--main-color);
    height: 13vw;
}
.footer-floating__item a {
	text-decoration: none;
	height: 100%;
}
.footer-floating__mail {
	width: 33%;
}
.footer-floating__mail a {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1vw;
}
.footer-floating__mail-title {
	font-size: 3.6vw;
	font-weight: bold;
	color: var(--main-color);
}
.footer-floating__mail-icon {
    display: block;
    width: 4.5vw;
	height: 4.5vw;
}
.footer-floating__mail-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.footer-floating__line {
	background: #fff;
	width: 15%;
}
.footer-floating__line a {
	display: grid;
	place-content: center;
	width: 100%;
}
.footer-floating__line-icon {
    display: block;
    width: 6.5vw;
	height: 6.5vw;
}
.footer-floating__line-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.footer-floating__tel {
	background: var(--main-color);
	width: 50%;
}
.footer-floating__tel a {
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 100%;
	display: block;
    padding: 1vw 0 0 0;
}

.footer-floating__tel-title {
	font-size: 3.8vw;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2vw;
}
.footer-floating__tel-title:before {
    content: '';
    display: inline-block;
    width: 4.5vw;
    height: 4.5vw;
    background-image: url(/wp-content/uploads/2025/06/icon__tel_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-floating__tel-hour {
    display: block;
    font-size: 2.4vw;
    text-align: center;
	padding: 1vw 0 0 0;
}



/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    display: none;
}
/*------------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner__title-container {
    height: 19vw;
    flex-wrap: wrap;
	padding: 1.2vw 0;
	box-sizing: border-box;
	gap: 0;
}

.contact-banner__title-catch {
    font-size: 4vw;
    width: 28vw;
    height: 7.5vw;
}
.contact-banner__title {
    font-size: 4.5vw;
    width: 100%;
	text-align: center;
}
.contact-banner__content-tel {
    padding: 0;
    width: 100%;
	border-right: none;
	border-bottom: 1px solid #b5b5b5;
	padding: 0 0 2vw 0;
}
.contact-banner__contents {
    height: 56vw;
    padding: 2vw 3vw;
	flex-wrap: wrap;
}
.contact-banner__content-title {
    font-size: 4.8vw;
    padding: 0 0 2vw 0;
}
.contact-banner__content-tel-num {
    font-size: 7.8vw;
    justify-content: center;
    gap: 2vw;
}
.contact-banner__content-tel-num:before {
    width: 7vw;
    height: 7vw;
}
.contact-banner__content-tel-hour {
    font-size: 3.4vw;
    padding: 2vw 0 0 0;
}
.contact-banner__content-container {
    gap: 3vw;
    width: 100%;
    justify-content: center;
    padding: 3vw 2vw;
}
.contact-banner__content-container .contact-banner__content-title {
    font-size: 4vw;
}
.contact-banner__content-line {
    border-right: none;
    padding: 0;
	width: 100%;
}
.contact-banner__content-mail {
    padding: 0;
	width: 100%;
}
.contact-banner__content-line a,
.contact-banner__content-mail a {
    font-size: 3.7vw;
    height: 10vw;
    gap: 2vw;
    padding: 0 0 0 4vw;
    width: 100%;
}
.contact-banner__content-line a:before {
    width: 4.32vw;
    height: 4.16vw;
}
.contact-banner__content-mail a:before {
    width: 4.32vw;
    height: 3.52vw;
}
/* .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: 4vw 4%;
    padding: 4vw 0 6vw;
}
.case__category-case-02-item {
    width: 48%;
}
.case__category-case-02-icon {
    height: 62%;
}
.case__category-case-02-icon img {
    transform: scale(.35);
}
.case__category-case-02-item a {
    font-size: 3.6vw;
    height: 24vw;
}
.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{
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin: 0 0 3vw 0;
}
.case__category-case-toggle {
    width: 5vw;
	height: 5vw;
	position: relative;
}
.case__category-case-toggle:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: var(--main-color);
	top: 50%;
	transform: translateY(-50%);
}
.case__category-case-toggle:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	background: var(--main-color);
    left: 50%;
    transform: translateX(-50%);
}
.case__category-case-other h3.active .case__category-case-toggle:after {
	content: none;
}
/*------------------------------------------------------------------------------------
	　.top-main-contents
------------------------------------------------------------------------------------*/
/* .mv */
.mv {
	background-image: url(/wp-content/uploads/2025/06/mv__bg_sp.jpg);
	background-size: contain;
	background-position: top;

}
.mv__container {
    align-items: end;
    height: 104vw;
    width: 100%;
}
.mv__content {
    width: 100%;
    height: 60vw;
    background: rgb(0, 0, 0, .7);
    border-radius: 0;
    padding: min(30px, 3vw);
}
.mv__main-title {
    font-size: 3.2vw;
    padding: 1vw 2vw;
}
.mv__sub-title {
    font-size: 5vw;
}
.mv__text {
    font-size: 2.8vw;
}
.mv__feature-list {
    gap: 1.5vw 0;
    padding: 0 0.5vw;
}
.mv__feature-item {
    height: 9vw;
    font-size: 2.8vw;
}
/* .top-main-worries */
.top-main-worries {
    padding: 11vw 0 10vw 0;
}
.top-main-worries h2 {
    font-size: 5.3vw;
}
.top-main-worries h2:after {
    width: 7vw;
    height: 0.4vw;
}
.top-main-worries__table-list {
    flex-wrap: wrap;
}
.top-main-worries__btn-list-01 {
    padding: 7.5vw 4vw;
	background-position: top right -9vw;
    margin: 9vw 0 0 0;
}
.top-main-worries__btn-list-01 a {
    font-size: 3.6vw;
    height: 12vw;
    padding: 0 0 0 4vw;
    width: 80%;
}
.top-main-worries__category-title {
    font-size: 3.9vw;
    height: 11vw;
}
.top-main-worries__category-title-icon {
    margin: 0 3vw 0 0;
}
.top-main-worries__category-title-icon-01 {
    width: 6.24vw;
    height: 5.2vw;
}
.top-main-worries__category-title-icon-02 {
    width: 6.63vw;
    height: 5.2vw;
}
.top-main-worries td a {
    font-size: 3.6vw;
    height: 11vw;
    padding: 0 0 0 3vw;
    gap: 1.5vw;
}
.top-main-worries__btn-list-02 {
    padding: 3.5vw 4vw;
    gap: 2vw;
}
.top-main-worries__btn-list-02 a {
    font-size: 3.6vw;
    height: 12vw;
    padding: 0 0 0 5vw;
    gap: 2vw;
    width: 100%;
}
/* .top-main-situation */
.top-main-situation {
    background-size: 6px 6px;
    padding: 11vw 0 16vw 0;
}
.top-main-situation h2 {
    font-size: 5.4vw;
}
.top-main-situation h2:after {
    width: 7vw;
    height: 0.4vw;
}
.top-main-situation__text {
    font-size: 3.4vw;
    padding: 5vw 0;
}
.top-main-situation__step-container {
    padding: 0 0 7vw 0;
    flex-wrap: wrap;
	justify-content: center;
	gap: 3.5vw;
}
.top-main-situation__step {
    font-size: 4.8vw;
    width: 100%;
    border-width: 2px;
    flex-wrap: inherit;
    height: 11vw;
    align-items: center;
    gap: 5vw;
}
.top-main-situation__step-num {
    width: 13%;
    height: 100%;
}
.top-main-situation__step-title {
    writing-mode: inherit;
    height: 100%;
    padding: 0;
	flex:1;
    display: flex;
    align-items: center;
}
.top-main-situation__flow {
    width: 100%;
    padding: 0 0 0 2vw;
    display: flex;
    align-items: center;
}
.top-main-situation__flow-support-container {
    padding: 0 0 0 8vw;
	margin: 0;
}
.top-main-situation__flow-title-container {
    font-size: 4.4vw;
    clip-path: polygon(0 0, 75% 0, 75% 75%, 100% 75%, 0 100%);
    height: 50vw;
	width: 12vw;
    padding: 4vw 3vw 0 0;
	writing-mode: vertical-rl;
    gap: 3.5vw;
	justify-content: start;
}
.top-main-situation__flow-support {
    font-size: 3.6vw;
    padding: 2vw 0;
}
.top-main-situation__flow-support-title {
    font-size: 4.6vw;
    padding: 2.5vw 0;
}
.top-main-situation__flow-title-icon-01 {
    width: 5.58vw;
    height: 5.94vw;
}
.top-main-situation__flow-title-icon-02 {
    width: 6.3vw;
    height: 5.58vw;
}
.top-main-situation__flow-btn {
    font-size: 3vw;
    gap: 2.5vw;
    height: 8vw;
    width: 65%;
	margin: 0 auto;
}
.top-main-situation__btn-list {
    flex-wrap: wrap;
    gap: 5vw;
}
.top-main-situation__btn-list a {
    font-size: 4.4vw;
    height: 26vw;
    padding: 0 0 0 6vw;
    width: 100%;
}
/* .top-main-case */
.top-main-case {
    padding: 10vw 0 12vw 0;
}
.top-main-case h2 {
    text-align: center;
    font-size: 5vw;
    padding: 2.5vw 0;
}
.top-main-case__list {
    gap: 6vw;
    padding: 10vw 0 0 0;
}
.top-main-case__item {
    width: 100%;
    height: 34vw;
}
.top-main-case__attribute-item {
    gap: 2vw;
    font-size: 2.8vw;
}
.top-main-case__attribute-container {
    padding: 3vw;
    gap: 1.5vw 0;
}
.top-main-case__attribute-container:after {
    width: 12vw;
    height: 3vw;
}
.top-main-case__attribute-title {
    padding: 0 2vw;
}
.top-main-case__fee-num {
    font-size: 5.8vw;
}
.top-main-case__fee-category {
    font-size: 3.6vw;
    padding: 0 2vw;
}
.top-main-case__fee-container {
    gap: 2vw;
    padding: 5.5vw 0 0 0;
}
/*------------------------------------------------------------------------------------
	　TOP
------------------------------------------------------------------------------------*/

/* .greeting */
.greeting {
    padding: 6vw 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;
}
/* .results */
main.top .results h2 {
    margin: 0 0 3.5vw 0;
}
.results__item-content {
    gap: 5vw;
    flex-wrap: wrap;
	justify-content: center;
    padding: 3vw 0 7vw;
}
.results__item-image {
    width: 85%;
    height: 44vw;
}
.results__item-text {
	flex: inherit;
    line-height: 1.5;
    font-size: 3.6vw;
}
/* .voice */
.voice {
    padding: 0;
}
.voice__list {
    gap: 6vw 8%;
    padding: 6vw 0 4vw 0;
}
.voice__item {
    width: 46%;
}
.voice__item-image {
    height: 50vw;
}
/* .faq */
.faq {
    padding: 7vw 0 0 0;
}
.faq__list {
    gap: 4vw;
    padding: 5vw 0
}
.faq__item-q {
    font-size: 4.2vw;
    padding: 3vw 2.5vw;
    line-height: 1.3;
    gap: 5vw;
}
.faq__item-q-toggle {
    width: 5vw;
    height: 5vw;
}
.faq__item-q-toggle:before {
    height: 2px;
}
.faq__item-q-toggle:after {
    width: 2px;
}
.faq__item-a {
    line-height: 1.5;
    font-size: 3.6vw;
    padding: 3vw 0 0 0;
}
/* .flow */
.flow {
    padding: 6vw 0 8vw 0;
}
.flow__message {
    font-size: 3.6vw;
    padding: 6vw 0;
}
.flow__list {
    gap: 11vw;
}
.flow__item {
    gap: 3vw;
    padding: 4vw 5vw 7vw 5vw;
	justify-content: center;
    flex-wrap: wrap;
}
.flow__item-image {
    width: 80%;
    height: 40vw;
}
.flow__item-text-container {
    flex: inherit;
}
.flow__item-title-container {
    gap: 3vw;
    padding: 0 0 3vw 0;
}
.flow__item-title {
    font-size: 4.2vw;
}
.flow__item-num {
    font-size: 3.6vw;
    padding: 0.6vw 3.5vw;
}
.flow__item-text {
    line-height: 1.5;
    font-size: 3.6vw;
}
.flow__item:not(:last-child):after {
    width: 10.4vw;
    height: 5.5vw;
    bottom: -3vw;
}
/* .column */
.column {
    padding: 8vw 0;
}
.column__list {
    gap: 5vw;
    padding: 6vw 0 0 0;
}
.column__item {
    width: 100%;
}
.column__item a {
    display: flex;
    gap: 3vw;
}
.column__item-image {
    height: 20vw;
    width: 33%;
}
.column__item-text-container {
    flex: 1;
	line-height: 1.5;
}
.column__item-date {
    font-size: 3.2vw;
    padding: 0;
}
.column__item-title {
    font-size: 3.6vw;
}
/* .access */
.access {
    padding: 6vw 0 8vw;
}
.access__map {
    height: 54vw;
	margin: 5vw 0 0 0;
}


/*------------------------------------------------------------------------------------
	　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%;
}