@charset "utf-8";
:root {
	--header-height: 13vw;
    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%;
}
img {
    vertical-align: top;
    max-width: 100%;
     height: auto;
}
.wrap {
    width: 89%;
}
.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;
    margin: 3vw auto;
    width: 92%;
}
/*------------------------------------------------------------------------------------
 ページナビ
------------------------------------------------------------------------------------*/
.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; /*遅延をかける秒数 */ }

/*------------------------------------------------------------------------------------
	　見出し
------------------------------------------------------------------------------------*/
h1 a {
    font-size: 3.3vw;
    letter-spacing: -0.05em;
}
h2 {
	font-size: 5.5vw;
	padding: 3vw;
}
h3 {
	font-size: 4.8vw;
	margin: 6vw 0 3vw;
	padding: 3vw 0;
	line-height: 1.5;
}
h4 {
	font-size: 4.3vw;
	line-height: 1.1;
	padding: 3vw 2vw;
}
h5 {
	font-size: 4vw;
	line-height: 1.1;
	padding: 1vw 0 1vw 2vw;
}
h6 {
	font-size: 3.8vw;
	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: 6.8vw;
}
main.top h2:after {
    width: 10vw;
    height: 0.7vw;
    margin: 3vw auto 0;
}
main.top h2 .new-line-sp {
    display: block;
}
main.top h2 .jp {
    font-size: 5.5vw;
}
main.top h2 .en {
    font-size: 9vw;
	line-height: 1;
}
main.top h2 .en span {
    display: block;
}
main.top h2 .jp span {
    display: block;
}
.page-title {
	margin-top: var(--header-height);
    aspect-ratio: 3 / 1;
}
.page-title__h1 {
	font-size: 6.2vw;
}
.page-title__container {
    margin: 0;
    width: 100%;
	height: 32vw;
}
.page-title__h1:after {
    width: 11vw;
    height: 0.6vw;
}
img.alignright,
img.alignleft {
    padding: 2vw;
    display: block;
    width: 80%;
    float: inherit;
    margin: auto;
}
li {
    line-height: 1.5em;
}

/*------------------------------------------------------------------------------------
	gn
------------------------------------------------------------------------------------*/
.global-nav {
	display: none;
}
.global-nav.active {
    background: #a52424f7;
    position: fixed;
    width: 100%;
    z-index: 10000;
    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: 4.4vw;
    display: flex;
}
.global-nav .global-nav__list > li > a br {
	display: none;
}
.global-nav .global-nav__list {
    gap: 0;
	flex-wrap: wrap;
	width: 100vw;
}
.global-nav__list > li:has(.sub-menu) {
}
 .global-nav__list > li:has(.sub-menu) > a {
    pointer-events: inherit;
}
.global-nav__list > li:has(.sub-menu) > a:after {
	content: '\f078';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
}
.global-nav__list > li:has(.sub-menu) > a.active:after {
	content: '\f077';
}
.global-nav .sub-menu {
    position: inherit;
    height: inherit;
    left: inherit;
    bottom: inherit;
    transform: inherit;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    padding: 4vw;
    gap: 3vw 0;
	background: none;
	box-sizing: border-box;
}
.global-nav .sub-menu a {
    font-size: 3.8vw;
    padding: 2vw;
}
.menu-btn {
    position: relative;
    cursor: pointer;
    z-index: 3;
    background: var(--main-color);
    height: 100%;
    aspect-ratio: 1 / 1;
        display: grid;
        place-content: center;
    box-sizing: border-box;
}
.menu-btn__line-container {
	position: relative;
	display: block;
	width: 50%;
	height: 45%;
	margin: auto;
}
.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 {
    display: block;
    color: #fff;
    font-size: 2.4vw;
	text-align: center;
	padding: 1vw 0 0 0;
}
/*------------------------------------------------------------------------------------
	ヘッダー、フッター
------------------------------------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    z-index: 9999;
}
.header__container {
	width: 100%;
}
.header__title-container {
    gap: 0;
    padding: 0 0 0 2vw;
}
.header__title {
	width: 75vw;
}
.header__corporation {
    font-size: 2vw;
}
footer {
    margin: 0 0 24vw 0;
}
.footer__inner {
	padding: 13vw 0 12vw 0;
	flex-wrap: wrap;
	gap: 9vw 0;
	position: relative;
}
.footer-info {
    margin: 0;
	width: 100%;
}
.footer-info__title {
    width: 58vw;
    margin: auto;
}
.footer-info__address {
    font-size: 3.6vw;
    padding: 5vw 0 0 0;
    text-align: center;
}
.footer-info__tel {
    padding: 3vw 0;
}
.footer-info__tel-title {
    font-size: 3.8vw;
    padding: 8vw 0 0 0;
    font-weight: bold;
}
.footer-info__tel-num {
    font-size: 8.5vw;
    gap: 2vw;
	justify-content: center;
}
.footer-info__tel-icon {
    width: 7vw;
    height: 7vw;
}
.footer-info__tel-hour {
    font-size: 3.4vw;
    padding: 0 0 6vw 0;
}
.footer-info__mail a {
	width: 78vw;
    font-size: 4.8vw;
    gap: 6vw;
    margin: 0 auto;
}
.footer-info__mail-icon {
    width: 6vw;
    height: 6vw;
}
.footer__inner .menu {
    gap: 4vw 0;
}
.footer__inner .menu-item {
}
.footer-menu__container {
    padding: 0;
}
.footer-menu__inner {
    gap: 7vw 0;
    flex-wrap: wrap;
}
.footer-menu__title {
    padding: 0 0 3.5vw 0;
    font-size: 3.5vw;
}
.footer-menu {
    width: 50%;
        flex: inherit;
}
.footer-menu a {
    font-size: 3.5vw;
    gap: 2.5vw;
    padding: 0 2vw 0 0;
}
.footer-menu__site-list {
    gap: 0;
    padding: 7vw 0 0 0;
    justify-content: space-between;
}
.footer-menu__site-item {
    width: 48%;
}
.copyright {
    padding: 0;
    position: absolute;
    bottom: 3vw;
    text-align: center;
    width: 100%;
}
.copyright p {
    font-size: 2.6vw;
}
/* .footer-floating */
.footer-floating__list {
	width: 89%;
	height: 13vw;
	padding: 0;
}
.footer-floating__tel a {
	gap: 1vw;
	flex-direction: column;
}
.footer-floating__tel-num {
	font-size: 5.8vw;
    gap: 1vw;
}
.footer-floating__tel-icon {
    width: 4.5vw;
    height: 4.5vw;
}
.footer-floating__tel-hour {
    font-size: 2.6vw;
}
.footer-floating__mail {
    height: 68%;
    aspect-ratio: 270 / 68;
}
.footer-floating__mail a {
	gap: 2vw;    
}
.footer-floating__mail-icon {
    width: 4vw;
    height: 4vw;
}
.footer-floating__mail-title {
	font-size: 3vw;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    display: none;
}
/*------------------------------------------------------------------------------------
	　共通
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/
.top-btn a {
    width: 76vw;
    height: 13vw;
    font-size: 4vw;
}
.top-btn a:after {
    right: 6%;
    width: 6vw;
}
/* .mv */
.mv {
	margin-top: var(--header-height);
    background-image: url(/wp-content/uploads/2026/01/mv__bg_sp.jpg);
}
.mv__container {
    width: 100%;
	padding: 6vw 0 5vw;
    gap: 30vw;
    justify-content: center;
}
.mv__inner {
    gap: 5vw;
}
.mv__image {
    width: 48%;
    position: absolute;
    left: 0.5vw;
    bottom: 0;
}
.mv__title {
    font-size: 5.2vw;
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 4px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 6px #fff);
}
.mv__strong {
    flex-direction: column;
    width: 49%;
    margin: 0 3vw 0 auto;
}
.mv__strong-item {
	width: 100%;
    aspect-ratio: 338 / 138;
    border-width: 0.5vw;
}
.mv__strong-item:before {
    width: 1.4vw;
    height: 1.4vw;
    top: 1vw;
    left: 1vw;
}
.mv__strong-item:after {
    width: 1.4vw;
    height: 1.4vw;
    bottom: 1vw;
    right: 1vw;
}
.mv__strong-item-text {
    font-size: 4vw;
    line-height: 1.2;
}

/* .problem */
.problem {
    padding: 10vw 0 15vw;
}
.problem__list {
    gap: 5vw 0;
    padding: 8vw 0 0 0;
}
.problem__item {
    width: 100%;
}
.problem__item-image {
    width: 30%;
}
.problem__item-title {
    font-size: 4.2vw;
    height: 12vw;
}
.problem__item-text-container {
    margin: 3vw 3vw 2vw 0;
}
.problem__item-text-list {
    gap: 2vw;
}
.problem__item-text {
    font-size: 3.2vw;
    padding-right: 0;
}
.problem__item-btn {
    font-size: 3vw;
    width: 28vw;
    height: 7vw;
}
/* .support */
.support {
    padding: 11vw 0 15vw;
	background-image: url(/wp-content/uploads/2026/01/support__bg_sp.jpg);
}
.support__title {
    font-size: 4.6vw;
    padding: 2.5vw;
    line-height: 1.2;
}
.support__title:after {
    width: 5vw;
    height: 2.5vw;
}
.support__title span {
    display: block;
}
.support__contents {
    gap: 8vw;
    padding: 13vw 0 0 0;
}
.support__list {
    padding: 8vw 0 0 0;
    gap: 6vw;
	justify-content: center;
}
.support__content:nth-child(2) .support__list, .support__content:nth-child(3) .support__list {
    width: 100%;
}
.support__item {
    width: 43%;
}
.support__item a {
    border-width: 1px;
}
.support__item-title {
    font-size: 4vw;
    font-weight: bold;
}
.support__item a:after {
    width: 2vw;
    height: 2vw;
    bottom: 0.8vw;
    right: 0.8vw;
}
.support__item-icon {
    margin: 4vw 0 2vw;
}
/* .advisory */
.advisory {
    background-image: url(/wp-content/uploads/2026/01/advisory__bg_sp.jpg);
    padding: 11vw 0;
}
.advisory__btn a {
    width: 45vw;
    font-size: 3.6vw;
}
/* .seminar */
.seminar {
    padding: 9vw 0 14vw;
}
.seminar__content {
    margin: 9vw 0 0 0;
    border-width: 0.6vw;
}
.seminar__content a {
    padding: 5% 4% 6% 4%;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.seminar__image {
    width: 65vw;
    height: 42vw;
}
.seminar__inner {
    flex: inherit;
    width: 100%;
}
.seminar__title {
    font-size: 4.6vw;
    line-height: 1.2;
    margin: 4vw 0;
}
.seminar__item {
    gap: 2vw;
    font-size: 3.6vw;
    margin: 1.5vw 0;
}
.seminar__item-title {
    width: 12vw;
}
.seminar__btn {
    font-size: 3.8vw;
    width: 43vw;
    height: 9vw;
    margin: 7vw auto 0;
}
/* .forte */
.forte {
    padding: 11vw 0 12vw;
}

.forte__list {
    gap: 9vw;
    padding: 11vw 0 0 0;
}
.forte__item {
	display: flex;
    height: auto;
    flex-direction: column-reverse;
	width: 94.5%;
}
.forte__item:nth-child(odd) {
    margin: 0 0 0 auto;
}
.forte__item-inner {
    width: 100%;
	padding: 6% 6% 8% 6%;
}
.forte__item:nth-child(even) .forte__item-inner {
    margin: 0;
}
.forte__item-image {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    height: auto;
}
.forte__item:nth-child(even) .forte__item-image {
    width: 100%;
    transform: inherit;
	left: inherit;
}
.forte__item-num {
    font-size: 9vw;
}
.forte__item-title {
    font-size: 5.5vw;
    padding: 4vw 0 4vw;
    line-height: 1.3;
}
.forte__item-title span {
    display: inline;
}
.forte__item-text {
    font-size: 3.8vw;
    line-height: 1.6;
}
/* .greeting */
.greeting {
	padding: 11vw 0 18vw;
}
.greeting__inner {
	padding: 12vw 0 0 0;
	flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 7vw;
}
.greeting__image {
	width: 62%;
}
.greeting__text {
    line-height: 1.8;
    font-size: 3.8vw;
	padding: 0;
    flex: inherit;
}
/* .voice */
.voice {
    padding: 10vw 0 20vw;
}
.voice__container {
    width: 100%;
}
.voice__list {
    margin: 13vw 0 0 0;
}
.voice__item {
    width: 100%;
	margin: 0 3vw;
}

.voice__item a {
}
.voice__item-company-name {
    font-size: 4.2vw;
}
.voice__item-text {
    font-size: 3.4vw;
    line-height: 1.6;
}
/* .news */
.news {
    padding: 11vw 0 10vw 0;
}
.news__list {
    padding: 9vw 0 8vw;
}
.news__item a {
	padding: 2.5vw 0;
    font-size: 3.5vw;
    gap: 1.5vw 3vw;
    flex-wrap: wrap;
}
.news__item-date {
    font-size: 3.4vw;
}
.news__item-categry {
    font-size: 2.4vw;
    width: 21vw;
}
.news__item-title {
    width: 100%;
    flex: inherit;
    line-height: 1.3;
}
.news__btn a {
    width: 60%;
    font-size: 3.8vw;
}
/* .access */
.access {
    padding: 2vw 0 0 0;
}
.access__container {
    width: 100%;
    height: auto;
    margin: 8vw auto 0;
    padding: 12vw 0 10vw;
}
.access__list {
    flex-wrap: wrap;
    gap: 12vw;
    display: flex;
    left: inherit;
    transform: none;
    margin: 0 auto;
    width: 89%;
    position: inherit;
    top: inherit;
}
.access__item {
    width: 100%;
    padding: 10vw 6vw 0% 6vw;
    aspect-ratio: 670 / 641;
}
.access__item-title {
    font-weight: bold;
    font-size: 6vw;
}
.access__item-title:after {
    width: 7vw;
    height: 0.4vw;
    margin: 4vw auto 0;
}
.access__item-address {
    font-size: 3.4vw;
    height: 42vw;
    box-sizing: border-box;
    padding: 3vw 0 0 0;
}
.access__map {
    height: 90vw;
}
/*------------------------------------------------------------------------------------
	　archive
------------------------------------------------------------------------------------*/

/* .archive */
.archive__list {
    gap: 8vw;
}
.archive__item a {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vw;
    padding: 3vw 0;
}
.archive__item-inner {
    gap: 3vw;
    padding: 4vw 0 4vw;
    flex-wrap: wrap;
    justify-content: center;
}
h3.archive__item-title {
    padding: 0 0 2vw;
    font-size: 4.8vw;
	line-height: 1.3;
}
.archive__item-image {
    width: 68vw;
    height: 45vw;
}
.archive__item-text {
    font-size: 3.6vw;
    line-height: 1.4;
	flex: inherit;
}
.archive__item-date {
    font-size: 3vw;
}
.archive__item-category-list {
    flex-wrap: wrap;
	padding: 0 0 3vw 0;
}
.archive__item-category-item {
    padding: 0 1.5vw;
    font-size: 3vw;
}
.archive__item-btn {
    width: 32vw;
    height: 8vw;
    font-size: 3.4vw;
}
/* .archive__search */
.archive__search {
    padding: 0 0 10vw 0;
}
.archive__search ul {
    gap: 4vw;
    flex-direction: column;
}
.archive__search li {
    height: 10vw;
}
.archive__search select {
    font-size: 3.6vw;
    width: 100%;
}
.archive__search input[type="text"] {
    font-size: 3.6vw;
    padding: 0 0 0 7vw;
    width: 100%;
}
.archive__search li:has(input[type="text"]):before {
    left: 2vw;
}
.archive__search [type="submit"] {
    font-size: 3.8vw;
    width: 100%;
}
/*------------------------------------------------------------------------------------
	　.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;
}

/*------------------------------------------------------------------------------------
	　single
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	　page
------------------------------------------------------------------------------------*/
/* .related-articles */
.related-articles__parent {
    font-size: 3.8vw;
    padding: 2.5vw 3vw;
}

.related-articles__child li a {
    padding: 2.5vw 5vw;
    font-size: 3.6vw;
    gap: 1vw;
}
/*------------------------------------------------------------------------------------
	　.contact-form
------------------------------------------------------------------------------------*/
.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: 3vw;
}
.page-contact table th p,
.page-contact table td p {
	padding: 1vw ;
}
.page-contact .wpcf7-text, .page-contact .wpcf7-number {
    height: 10vw;
    font-size: 3.6vw;
}
.page-contact .wpcf7-date, .page-contact .wpcf7-select{
    height: 10vw;
    font-size: 3.6vw;
    width: 35%;
}
.page-contact .wpcf7-list-item {
    margin: 3vw 0;
}
.page-contact .date-and-time {
    gap: 0;
    flex-wrap: wrap;
}
.date-and-time__title > p {
	padding: 0;
}