@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;
}
.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-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: 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;
}
/*------------------------------------------------------------------------------------
	　 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 {
}
h2 {
	font-size: 5vw;
	padding: 3vw;
}
h3 {
	font-size: 4.2vw;
	margin: 6vw 0 3vw;
	padding: 3vw 0;
	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 {
    font-size: 6vw;
}
main.top h2 span {
    display: block;
}
main.top h2:after {
    width: min(190px, 19vw);
    height: 3px;
    margin: 3vw auto 0 auto;
}
.page-title {
    height: 50vw;
}
.page-title__h1 {
	font-size: 5.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: #183b88fa;
    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 {
    border-top: none;
}
.header__container {
    justify-content: space-between;
    height: 100%;
	width: 100%;
	padding: 0 0 0 2vw;
}
.header__info-container {
    gap: 2vw;
    padding: 0;
}
.header__title a {
    font-size: 3.6vw;
}
.header__company {
    font-size: 2vw;
    padding: 1vw 0 0 0;
}
footer {
    padding: 9vw 0 8vw 0;
}
.footer__container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 9vw;
}
.footer__info {
    flex-wrap: wrap;
    justify-content: center;
}
.footer__info {
    width: 100%;
}
.footer__site-info {
    gap: 2vw;
    border-radius: 3px;
    height: 14vw;
}
.footer__title {
    width: 65vw;
    margin: 0 auto;
}
.footer__info__text {
    text-align: center;
    font-size: 3.3vw;
    padding: 4vw 0 7vw;
}
.footer__info-menu {
    gap: 9vw;
    justify-content: center;
}
.footer__info-menu-item a {
    font-size: 3vw;
}
.footer__info-menu-item:first-child a:after {
    right: -4.5vw;
}
/* .floating-page-top */
.floating-page-top {
    bottom: 17vw;
    right: 1vw;
}
.floating-page-top a {
    width: 14vw;
    height: 14vw;
}
/* .footer-floating */
.footer-floating {
    position: fixed;
    bottom: 0;
    z-index: 9999;
	width: 100%;
}
.footer-floating__list {
    display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.footer-floating__item {
	box-sizing: border-box;
    height: 15vw;
}
.footer-floating__item a {
	text-decoration: none;
	height: 100%;
}
.footer-floating__mail {
	width: 50%;
	
}
.footer-floating__mail a {
	background: var(--sub-color);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 3vw;
}
.footer-floating__mail-title {
	font-size: 3.6vw;
	color: #fff;
}
.footer-floating__mail-icon {
    display: block;
    width: 5.5vw;
	height: 4.5vw;
}
.footer-floating__mail-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: 3vw 0 0 0;
}

.footer-floating__tel-title {
	font-size: 5vw;
	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.6vw;
    text-align: center;
	padding: 2vw 0 0 0;
}
/* .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;
}
/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/
/* .mv */
.mv {
	background-image: url(/wp-content/uploads/2025/06/mv__bg_sp.jpg);
}
.mv__container {
    align-items: start;
    height: 104vw;
    width: 100%;
    overflow: hidden;
}
.mv__content {
    width: 100%;
}

.mv__main-title {
    font-size: 5.8vw;
    display: block;
    padding: 4vw 0 6vw 0;
}
.mv__main-title span {
	display: block;
}
.mv__text {
    font-size: 2.8vw;
}
.mv__feature-list {
    gap: 2.5vw 0;
    padding: 0 0 0 5vw;
    flex-direction: column;
}
.mv__feature-item {
    height: 16vw;
    width: 38vw;
    font-size: 3.9vw;
}
.mv__image {
    width: 66%;
	bottom: -4vw;
}
.mv__image figcaption {
    font-size: 3vw;
    bottom: 5vw;
    right: 3vw;
    line-height: 1.5;
}
/* .worries */
.worries {
    padding: 11vw 0 13vw 0;
	background-image: url(/wp-content/uploads/2025/07/worries__bg_sp.jpg);
}
.worries__list {
    padding: 9vw 0 0 0;
    gap: 5vw 0;
}
.worries__item,
.worries__item:nth-child(3),
.worries__item:nth-child(4){
    width: 100%;
    height: auto;
}
.worries__item-list-item {
    font-size: 3.5vw;
}
.worries__item-text-container {
    padding: 3vw 5vw;
}
.worries__item-list {
	padding: 0 0 3.5vw 0;
    gap: 0.5vw;
}
.worries__item-title {
    font-size: 4.4vw;
    height: 16vw;
}
.worries__item .btn-01 {
    position: inherit;
    bottom: inherit;
    left: inherit;
    transform: inherit;
	height: 10vw;
}
/* .support */
.support {
    padding: 11vw 0 14vw 0;
}
.support__content-01 {
    padding: 11vw 0 0 0;
}
.support__content-02, .support__content-03 {
    padding: 7vw 0 0 0;
}
.support__item {
    width: 48%;
}
.support__item a {
    height: 29vw;
    padding: 2vw 0 0 0;
}
.support__list {
    gap: 4vw 4%;
    padding: 6vw 0 0 0;
}
.support__item-title {
    font-size: 3.3vw;
    height: 9vw;
    padding: min(10px, 1vw) 0 0 0;
}
.support__item-icon {
    width: 16vw;
    height: 16vw;
}
.support__item a:after {
    width: 1.5vw;
    height: 1.5vw;
    bottom: 1vw;
    right: 1vw;
}
.support__title {
    font-size: 4.6vw;
    height: 19vw;
	flex-direction: column;
}
/* .information */
.information {
    padding: 14vw 0 16vw 0;
	background-image: url(/wp-content/uploads/2025/07/information__bg_sp.jpg);
}
.information__text {
    font-size: 3.5vw;
    padding: 10vw 0 6vw;
}
/* .seminar */
.seminar {
    padding: 13vw 0 10vw 0;
}
.seminar__item {
    flex-wrap: wrap;
    gap: 5vw;
	justify-content: center;
}
.seminar__item-text-container {
    flex: inherit;
}
.seminar__item-image {
    width: 50vw;
    height: 50vw;
}
.seminar__item-title {
    font-size: 4.2vw;
    margin: 0 0 3vw 0;
    padding: 0 0 2vw 0;
	line-height: 1.4;
}
.seminar__item-detail {
    gap: 2vw;
    margin: 0 0 2vw 0;
}
.seminar__item-detail-text {
    font-size: 3.4vw;
}
.seminar__item-detail-title {
    font-size: 3.4vw;
    width: 12vw;
    height: 5vw;
}
/* .strong */
.strong {
    padding: 13vw 0 15vw 0;
}
.strong__container {
    width: 90%;
}
.strong__list {
    padding: 10vw 0 0 0;
}
.strong__item {
    display: flex;
    flex-direction: column-reverse;
}
.strong__item-content {
    padding: 4vw 5vw 8vw 5vw;
    width: 100%;
    height: auto;
}
.strong__item-image {
    width: 95vw;
    height: 39vw;
    left: 0;
    position: inherit;
}
.strong__item:nth-child(even) .strong__item-image {
    transform: inherit;
    left: -5vw;
}
.strong__item-num {
    font-size: 3.4vw;
}
.strong__item-title {
    font-size: 5vw;
    padding: 3vw 0 4vw;
}
.strong__item-text {
    font-size: 3.5vw;
}
/* .greeting */
.greeting {
	padding: 12vw 0 16vw 0;
}
.greeting__text {
    line-height: 1.6;
	font-size: 3.6vw;
	flex: inherit;
}
.greeting__container {
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 8vw;
}
.greeting__item-image {
    width: 60%;
}
/* .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: 12vw 0 11vw;
}
.voice__container {
    width: 100%;
}
.voice__list {
    gap: 0;
    padding: 12vw 0 18vw 0;
}
.voice__item {
    width: 100%;
    margin: 0 6vw;
}
.voice__item-image {
    height: 55vw;
}
.voice__item-text-container {
    height: 25vw;
    padding: 4vw 0 0 0;
}
.voice__item-company {
    font-size: 3.4vw;
	height: 5vw;
}
.voice__item-post {
    font-size: 3.4vw;
    height: 6vw;
}
.voice__item-name {
    font-size: 4.5vw;
}
.voice__item-btn {
    border-radius: 3px;
    font-size: 3.4vw;
}
/* .news */
.news {
    padding: 13vw 0 18vw;
}
.news__list {
    padding: min(80px, 8vw) 0;
}
.news__item a {
    padding: 4vw 0;
    flex-wrap: wrap;
}
.news__item-inner {
    gap: 3vw;
}
.news__item-title {
    flex: inherit;
    font-size: 3.4vw;
}
.news__item-date {
    font-size: 3vw;
}
.news__item-label {
    font-size: 2.6vw;
    width: 28vw;
    height: 6vw;
}
/* .access */
.access__map {
    height: 100vw;
}


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