@charset "utf-8";
:root {
	--header-height: 18vw;
    scroll-padding: var(--header-height);
	
}
html {
    overflow-x: hidden;
}
body {
    font-size: 3.73vw;
    -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    letter-spacing: inherit;
}
.sub-page {
    width: 92%;
    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: 92%;
}
.display_flex {
    flex-wrap: wrap;
}
.btn-01 {
    width: 40vw;
    height: 11vw;
    font-size: 3.4vw;
    gap: 5vw;
    border-radius: 3px;
}
.btn-02 {
    width: 88vw;
    height: 16vw;
    gap: 5vw;
    font-size: 3.6vw;
    border-radius: 3px;
}
.btn-02:after {
    font-size: 1em;
}
.sub-page .btn {
    width: 100%;
    font-size: 3.5vw;
}

.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: 2.6vw;
	line-height: 1.2;
    left: 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;
}
/*------------------------------------------------------------------------------------
	　 Inview.js
------------------------------------------------------------------------------------*/
.--InviewFade.--InviewDelay1 { transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay2 { transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay3 { transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay4 { transition-delay: 0.1s; /*遅延をかける秒数 */ }
/*------------------------------------------------------------------------------------
  親子がある場合の一覧
------------------------------------------------------------------------------------*/
.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 {
	font-size: 2.2vw;
}
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;
}
main.top h2 {
    text-align: left;
    font-size: 5vw;
    width: 100%;
    padding: 2.5vw 4vw;
}
main.top h2 span {
    display: block;
}
.page-title {
	margin-top: var(--header-height);
    height: 55vw;
}
.page-title__container {
    width: 92%;
}
.page-title__h2 {
	font-size: 6vw;
}
.page-title__text {
    font-size: 3.2vw;
    line-height: 1.3;
}
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: #a7cc60fa;
    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: 3.5vw 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;
	box-sizing: border-box;
}
.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;
	white-space: inherit;
	padding: 0 1vw;
    line-height: 1.2;
}
.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 {
    position: fixed;
    top: 0;
    z-index: 9999;
}
.header__container {
	width: 100%;
	padding: 2vw;
}
.header__catch {
    width: 13vw;
    height: 13vw;
}
.header__title {
    width: 64vw;
}
.header__company {
    font-size: 2.2vw;
    padding: 1vw 0 0 0;
}
footer {
	padding: 0;
    margin: 0 0 24vw 0;
	background: #fff;
}
.footer__container {
	margin: 0 0 6vw 0;
	padding: 0;
}
.footer-menu {
    width: 100%;
	background: var(--sub-color);
	border-bottom: 1px solid var(--main-color);
}
.footer-menu__container {
    gap: 0;
    padding: 0;
    flex-wrap: wrap;
}
.footer-menu__item {
    flex: inherit;
    width: 100%;
}
.footer-menu a {
    font-size: 3.8vw;
	font-weight: 500;
    justify-content: space-between;
    border-top: 1px solid var(--main-color);
    padding: 2vw 4vw;
}
.footer-menu a:before {
    order: 2;
}
/* .footer-search */
.footer-search {
    background: var(--sub-color);
    padding: 4vw 0 6vw;
}
.footer-search__title {
    font-weight: bold;
    font-size: 4.2vw;
    display: flex;
    align-items: center;
    gap: 1.5vw;
	padding: 0 0 3vw 0;
}
.footer-search__title-icon {
    width: 4.5vw;
    height: 4.5vw;
}
.footer-search__title-icon img {
    width: 100%;
    height: 100%;
}
.footer-search form {
    display: flex;
    justify-content: space-between;
}
.footer-search input#s {
    border: none;
    width: 74%;
    height: 10vw;
    box-sizing: border-box;
}
.footer-search input#submit {
    border: 1px solid #9a9a9a;
    background: linear-gradient(0deg, #b9b9b9, #e9e9e9);
    color: #333;
    font-size: 4.5vw;
    font-weight: bold;
    width: 23%;
}
.footer-office {
    padding: 6vw 0 0 0;
}
.footer-office p {
    text-align: center;
	font-size: 3vw;
}

.copyright {
    background: #fff;
}
.copyright p {
    color: #333;
    font-size: 3vw;
    height: 10vw;
}
/* .footer-floating */
.footer-floating {
    position: fixed;
    bottom: 0;
    z-index: 9999;
	width: 100%;
    padding: 1vw;
    box-sizing: border-box;
    background: #ffffffde;
}
.footer-floating__list {
    display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	gap: 1vw;
}
.footer-floating__item {
	box-sizing: border-box;
    height: 16vw;
	border-radius: 5px;
}
.footer-floating__menu {
    background: linear-gradient(0deg, #64553c, #917d5f);
	flex: 1;
}
.footer-floating__home {
    background: linear-gradient(0deg, #789e30, #a7cc60);
	flex: 1;
}
.footer-floating__mail {
    background: linear-gradient(0deg, #ad9916, #f8dd2e);
	flex: 1;
}
.footer-floating__tel {
    background: linear-gradient(0deg, #b76414, #e17e1d);
	width: 46%;
}
.footer-floating__item a {
    text-decoration: none;
	height: 100%;
	color: #fff;
	display: block;
	box-sizing: border-box;
}
.footer-floating__icon {
    display: block;
    width: 6.5vw;
    height: 6.5vw;
	margin: 2vw auto 0;
}
.footer-floating__icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-floating__item-title {
    display: block;
    text-align: center;
    font-weight: 500;
	
}
.footer-floating__tel a {
    color: #fff;
    line-height: 1;
    text-align: center;
    align-items: center;
    width: 100%;
    display: flex;
    padding: 0 2vw 0 1vw;
}
.footer-floating__tel-title-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}
.footer-floating__tel-title {
	font-size: 4vw;
	font-weight: 500;
    border-bottom: 1px solid;
	white-space: pre;
	letter-spacing: -0.05em;
    height: 50%;
    display: flex;
    align-items: center;
	justify-content: center;
}
.footer-floating__tel-title span {
	font-size: 0.8em;
}
.footer-floating__tel-sub-title {
	font-size: 2.5vw;
    height: 50%;
    display: flex;
    align-items: center;
	justify-content: center;
}
.footer-floating__icon-tel {
    width: 3vw;
    display: block;
    width: 5vw;
    height: 5vw;
}
.footer-floating__icon-tel img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .related-sites */
.related-sites {
    padding: 5vw 0 24vw;
}
.related-sites__list {
    gap: 4vw 4%;
    flex-wrap: wrap;
}
.related-sites__item {
    width: 48%;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    display: none;
}
/*------------------------------------------------------------------------------------
	　共通
------------------------------------------------------------------------------------*/
/* .contact-banner-sp */
.contact-banner-sp {
    background: #fff;
}
.contact-banner-sp__tel {
    background: linear-gradient(0deg, #b66413, var(--accent-color));
	text-align: center;
	margin: 0 0 2vw 0;
}
.contact-banner-sp__tel a {
    color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 500;
	position: relative;
	padding: 1.5vw 0;
}
.contact-banner-sp__tel-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 19%;
}
.contact-banner-sp__content-text {
    display: block;
    width: 85%;
}
.contact-banner-sp__content-tel-title {
    display: block;
    font-size: 4.5vw;
}
.contact-banner-sp__content-tel-sub-title {
    display: block;
    font-size: 3.1vw;
    letter-spacing: 0.2em;
}
.contact-banner-sp__content-tel-num {
    justify-content: center;
    gap: 2vw;
    font-size: 9vw;
    line-height: 1;
}
.contact-banner-sp__tel-icon {
    width: 8vw;
    height: 8vw;
}
.contact-banner-sp__content-tel-hour {
    display: block;
    font-size: 3vw;
}
.contact-banner-sp__mail {
	background: linear-gradient(0deg, #ededed, #fff);
	border: 1px solid #949192;
	border-bottom-width: 2px;
	border-radius: 5px;
}
.contact-banner-sp__mail a {
    text-decoration: none;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    height: 10vw;
    box-sizing: border-box;
    gap: 3vw;
}
.contact-banner-sp__mail-text {
    font-size: 3.2vw;
}
.contact-banner-sp__mail-icon {
    width: 7vw;
    height: 7vw;
}
.contact-banner-sp__mail-title {
    font-size: 4.3vw;
}
/* .consultation-banner */
.consultation-banner__container {
    width: 92%;
}
.consultation-banner__box {
    margin: 5vw 0 0;
    border-width: 0.7vw;
    border-bottom: none;
}
.consultation-banner__primary-container {
    height: 29vw;
    padding: 2vw 0 0 0;
}
.consultation-banner__primary-inner {
    left: 4vw;
}
.consultation-banner__image {
    left: 1vw;
    width: 22.5%;
}
.consultation-banner__title {
    font-size: 6.5vw;
}
.consultation-banner__tel-title {
    font-size: 2.6vw;
}
.consultation-banner__tel-hour {
    font-size: 2.8vw;
}
.consultation-banner__secondary-container {
    height: 12vw;
	padding: 0 0 0 2.8vw;
}
.consultation-banner__btn {
    height: 7.5vw;
    width: 40%;
    font-size: 2.9vw;
    margin: 0;
}
.consultation-banner__catch {
    height: 10vw;
    font-size: min(2.6rem, 2.6vw);
    line-height: 1.37;
    margin: 0 2.5vw 0 0;
    padding: 0 min(10px, 1vw);
    width: 26vw;
}
.consultation-banner__catch:after {
    width: 2vw;
	right: 0;
}
.consultation-banner__catch:nth-child(2):before {
    width: 2vw;
}
/* .support */
.support {
    padding: 0 0 9vw 0;
}
.support__contaier {
    width: 92%;
}
.support__list {
    gap: 8vw 0;
    padding: 10vw 0 0 0;
}
.support__item {
    width: 100%;
    border-radius: 7px;
    border-width: 0.5vw;
    height: 74vw;
}
.support__item a {
}

.support__item-sub-title-container {
    height: 17vw;
	border-radius: 5px 5px 0 0;
}
.support__item-sub-title {
    font-size: 5vw;
    padding: 0 0 0 min(60px, 6vw);
}
.support__item-sub-title-image {
    width: 16vw;
}
.support__item:nth-child(3) .support__item-sub-title-image {
    width: 19vw;
}
.support__item-text-container {
    padding: 5vw 3vw 3vw 3vw;
}
.support__item-title {
    padding: 0 0 5vw 0;
    font-size: 6.2vw;
}
.support__item-title-image {
    width: 20vw;
    height: 20vw;
    top: 3vw;
    right: 4vw;
}
.support__item-fee {
    font-size: 6.5vw;
    padding: 0 0 5vw 0;
}
.support__item-text {
    font-size: 4.2vw;
    padding: 0 0 2.5vw 0;
    line-height: 1.35;
}
.support__item-btn {
    height: 10.5vw;
    width: 82%;
    font-size: 3.5vw;
    gap: 1vw;
}
/* .nav-sp */
.nav-sp {
	background: var(--main-color);
	padding: 2.5vw 0;
}
.nav-sp__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3vw 1.33%;
}
.nav-sp__item {
        background: #fff;
        width: 24%;
        box-sizing: border-box;
        position: relative;
        height: 13vw;
        border-radius: 5px;
        overflow: hidden;
	    border-bottom: 0.5vw solid #586c33;
}
.nav-sp__item a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(0deg, #ededed, #fff);
    display: block;
    color: #333;
    text-decoration: none;

    padding: 1vw 0 0 0;
}
.nav-sp__item-image {
    width: 5.5vw;
    height: 5.5vw;
	display: block;
	margin: 0 auto;
}
.nav-sp__item-image img {
    width: 100%;
    height: 100%;
	object-fit: contain;
}
.nav-sp__item-title {
    font-size: 3.2vw;
	display: block;
    text-align: center;
}

/* .tab-information */
.tab-information__list a {
    padding: 4vw 0;
    gap: 3vw;
    flex-direction: column;
}
.tab {
    padding: 3vw 0;
    font-size: 3.4vw;
	flex:inherit;
	width:33%;
}
.tabs {
    display: flex;
    cursor: pointer;
    gap: 1vw 0.5%;
    margin-top: 5vw;
}

.tab-information__date {
    font-size: 3vw;
    width: 23vw;
    height: 5.2vw;
}
.tab-information__title {
    font-size: 3.6vw;
}
.tab-content {
    height: 46vw;
}
/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/
.top-page {
	margin-top: var(--header-height);
}
/* .mv */
.mv {
	background-image: url(/wp-content/uploads/2025/08/mv__bg_sp.jpg);
}
.mv__container {
    align-items: start;
    height: 162vw;
    width: 92%;
    flex-wrap: wrap;
	padding: 0 0 4vw 0;
}
.mv__content {
    width: 100%;
    height: 79.5vw;
}
.mv__image {
    top: 3vw;
}
.mv__title {
    position: absolute;
    top: 27vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 88%;
}
.mv__results {
    border-width: 0.5vw;
}
.mv__results-title {
    font-size: 4.8vw;
    padding: min(2px, 0.2vw) 0 min(5px, 0.5vw);
}
.mv__results-total-title {
    font-size: 3.8vw;
}
.mv__results-total-num {
    font-size: 6vw;
}
.mv__results-date {
    font-size: 2.8vw;
    padding: 0 0 0.8vw 0;
}

.mv__results-btn {
    height: 7vw;
    width: 50%;
    font-size: 3vw;
    gap: 2vw;
    margin: 0 auto 2vw;
}
.mv__strong {
    width: 100%;
}
.mv__strong-title {
    height: 10vw;
}
.mv__strong-title-image {
    width: 73%;
}
.mv__strong-item {
    gap: 2.5vw;
    height: 10.5vw;
    padding: 0 0 0 1vw;
}
.mv__strong-item:before {
    width: 5vw;
    height: 5vw;
    font-size: 3.6vw;
}
.mv__strong-item-title {
    font-size: 4.2vw;
}
/* .worries */
.worries {
    padding: 0 0 6vw 0;
	margin: 4vw 0 0 0;
}
.worries__list {
    padding: 5vw 0 0 0;
    gap: 2vw 0;
}
.worries__item {
    width: 49%;
    height: 18vw;
    border-radius: 7px;
}
.worries__item-icon {
    width: 10vw;
    height: 10vw;
}
.worries__item-title {
    font-size: 3.6vw;
}
.worries__item:nth-child(1) .worries__item-title {
    padding: 0 2vw;
}
.worries__item:nth-child(3) .worries__item-title {
    padding: 0 2vw;
}
.worries__item-title span {
    display: inline;
}
/* .strong */
.strong {
    padding: 0 0 12vw 0;
}
.strong__list {
    padding: 10vw 0 0 0;
    gap: 9vw 2%;
}
.strong__item {
    width: 49%;
	height: inherit;
}
.strong__item-content {
}
.strong__item-image {
    height: 24vw;
}
.strong__item-num {
    font-size: 2.3vw;
	width: 11vw;
    height: 11vw;
}
.strong__item-title {
    line-height: 1.2;
    font-size: 3.6vw;
    height: 18vw;
}
.strong__item-text {
    font-size: 2.8vw;
}
/* .case */
.case {
    padding: 0 0 5vw 0;
}
.case__list {
    gap: 1.2vw 0;
}
.case__item {
    background: #fff;
    width: 49%;
    box-sizing: border-box;
    position: relative;
    height: 16vw;
}
.case__item a {
    padding: 0 0 0 3vw;
    outline-offset: -3px;
}
.case__item-icon {
    width: 9.5vw;
    height: 9.5vw;
}
.case__item a:after {
    width: 2vw;
    height: 2vw;
    right: 3px;
    bottom: 3px;
}
.case__item-title {
    font-size: 3.6vw;
    width: 68%;
}

/* .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.6;
    font-size: 3.6vw;
}
/* .voice */
.voice {
    padding: 0 0 10vw;
}
.voice__container {
    width: 100%;
}
.voice__list {
    padding: 5vw 0 8vw 0;
}
.voice__item {
    margin: 0 4.5vw;
}
.voice__item-image {
    height: 46vw;
}
.voice__item-text-container {
    height: auto;
    padding: 2.5vw 0 0 0;
}
.voice__item-category-item {
    border-radius: 3px;
    font-size: 2.6vw;
    padding: 0.5vw 2vw;
}
.voice__item-date {
    font-size: 2.8vw;
    padding: 1.5vw 0 2vw;
}
.voice__item-title {
    font-size: 3.4vw;
    line-height: 1.3;
}
.voice__prev::before, .voice__next::before {
    font-size: 3.5vw;
}
.voice__prev, .voice__next {
    width: 6vw;
    height: 6vw;
}
.voice__prev {
    left: 10vw;
}
.voice__next {
    right: 10vw;
}
.voice__btn {
    font-size: 3.2vw;
	height: 10vw;
    width: 70%;
    gap: 6vw;
}
/* .office */
.office {
    padding: 8vw 0;
}
.office__message {
    font-size: 4.4vw;
    padding: 3vw 0 1vw 1vw;
    border-width: 1px;
    text-align: left;
}
.office__list {
    padding: 3vw 0 0 0;
    gap: 1.5vw 0;
}
.office__item {
    width: 49%;
    height: 14vw;
}
.office__item a:before {
    width: 2vw;
}
.office__item a:after {
    width: 0.8vw;
    height: 1.5vw;
    right: 1.2vw;
}
.office__item-title {
    font-size: 3.3vw;
}
/*------------------------------------------------------------------------------------
	　archive
------------------------------------------------------------------------------------*/

/* .archive */
.archive__item a {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vw;
    padding: 3vw 0;
}
.archive__image {
    width: 45vw;
    height: 45vw;
}
.archive__text-container {
    flex: inherit;
    width: 100%;
}
h3.archive__title {
    padding: 0 0 2vw;
    font-size: 4.8vw;
	line-height: 1.3;
}
.archive__text {
    font-size: 3.6vw;
    line-height: 1.4;
	padding: 0 0 1vw 0;
}
.archive__category {
    flex-wrap: wrap;
	padding: 0 0 3vw 0;
}
.archive__category span {
    padding: 0 1.5vw;
    font-size: 2.8vw;
}
.archive__btn {
    width: 23vw;
    height: 8vw;
    font-size: 3.2vw;
}
/* archive-tax-parents */
.archive-tax-parents__list {
    gap: 2vw 2%;
    width: 100%;
}
.archive-tax-parents__item {
    width: 49%;
    font-size: 3.4vw;
}
.archive-tax-parents__item:after {
    width: 2vw;
    font-size: 0.8em;
}
.archive-tax-parents__link {
    height: 10vw;
}
/*------------------------------------------------------------------------------------
	　.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;
}

/*------------------------------------------------------------------------------------
	.page-contact 
------------------------------------------------------------------------------------*/
.contact-btn input {
    font-size: 4vw;
}
.contact-btn {
    margin: 10vw 0 0 0;
}
/*------------------------------------------------------------------------------------
	　single
------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------
	　page
------------------------------------------------------------------------------------*/
/* .page-parts-child */
.page-parts-child__parent-title {
    font-size: 3.8vw;
    padding: 2vw 3vw;
}
.page-parts-child__item a {
	font-size: 3.6vw;
}