@charset "utf-8";

body {
    font-size: 3.73vw;
    -webkit-text-size-adjust: 100%;
}
/*------------------------------------------------------------------------------------
	　 #breadcrumbs
------------------------------------------------------------------------------------*/
#breadcrumbs {
    width: 93%;
    margin: 3vw auto 0;
    font-size: 3vw;
}
/*------------------------------------------------------------------------------------
	　 .pagenation
------------------------------------------------------------------------------------*/
.pagenation {
    margin: 5vw 0 0;
    padding: 5vw 0;
}
.pagenation li a {
     padding: 1vw 4vw;
     font-size: 3.4vw;
}
.wp-pagenavi {
    margin: 6vw 0;
}
img {
    vertical-align: top;
    max-width: 100%;
}
.wrap {
    width: 92%;
}
.center {
    text-align: center !important;
    margin: auto !important;
    display: block !important;
}
.w100p {
    width: 100%;
    height: auto;
}

.sp {
    display: block !important;
}
.pc {
    display: none !important;
}
h1 {
    font-size: 2.4vw;
    width: 96%;
    padding: 1vw 0;
}
h2 {
    line-height: 1.2;
   font-size: 5.5vw;
    padding: 4vw 3vw;
    position: relative;
    margin: 0 0 4vw 0;
}
h3 {
    font-size: 4.46vw;
    padding: 2.5vw;
    line-height: 1.3;
    margin: 6vw 0 3vw;
}
h4 {
    font-size: 4.1vw;
    line-height: 1.2;
    padding: 2.2vw 2.6vw;
}

h5 {
    font-size: 3.8vw;
    padding: 1.5vw;
    line-height: 1.2;
}

h6 {font-size: 3.57vw;
	padding: 2.53vw;
	line-height: 1.2;
}
.btn a {
    width: 52vw;
    font-size: 3.8vw;
    padding: 4vw 0;
    background: #fff;
}
.btn a::before,
.btn a::after {
    display: none;
}
main.top h2,
footer h2,
.page-parts-case-search h2 {
	font-size: 6.2vw;
}
main.top h2 span {
	display: block;
}
main.top h2 > span:after,
footer h2 > span:after,
.page-parts-case-search h2 > span:after {
    width: 12vw;
    height: 2px;
    margin: 3vw auto 0;
}
.page-title h2 {
    height: 30vw;
    font-size: 6vw;
}
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;
}
.sub-page {
    width: 92%;
}
.sub-page p, .sub-page .page_ul li {
    font-size: 3.8vw;
    line-height: 1.6;
}
main {
    width: 100%;
}
#tinymce p, main.page p, main.single p {
    line-height: 1.7;
    font-size: 3.8vw;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    display: none;
}
/*----------------------------------------------------
    header
----------------------------------------------------*/

.header__container {
    width: 100%;
    padding: 2vw;
	box-sizing: border-box;
}
.header__container.is-fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      background: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header__title a {
    font-size: 4.3vw;
}
.header__corporation {
    font-size: 2.9vw;
}
/* footer */
footer {
   padding-bottom: 22vw;
   position: relative;
}

.footer__access {
    padding: 6vw 0 0 0;
}
.footer__access-map {
    height: 76vw;
	margin: 7vw 0 0 0;
}
.footer__title {
    font-size: 4.8vw;
    padding: 10vw 0;
}
.copyright {
    text-align: center;
    background: var(--main-color);
    color: #fff;
    font-size: 2.8vw;
    padding: 2vw;
}
/* .floating-page-top */
.floating-page-top {
    bottom: 20vw;
    right: 3vw;
    width: 9vw;
}
/* .footer-floating */
.footer-floating {
    background: var(--main-color);
}
.footer-floating__list {
    display: flex;
}
.footer-floating__item {
    flex: 1;
}
.footer-floating__item:nth-child(2) {
    border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.footer-floating__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 15vw;
    gap: 1vw;
}
.footer-floating__item-title {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    font-size: 3vw;
    font-weight: 500;
}
.footer-floating__item-icon {
    display: block;
    width: 4.5vw;
    height: 4.5vw;
}
/*----------------------------------------------------
    global-nav
----------------------------------------------------*/
.global-nav {
	display: none;
    width: 67%;
    position: absolute;
	right: 0;
    z-index: 9999;
}
.global-nav.down {
    top: 16vw;
    position: fixed;
}
.global-nav.active {
	display: block;
}
.global-nav > ul {
    flex-direction: column;
}
.global-nav > ul > li {
    flex: 1;
    border-bottom: 1px solid #aeaeae;
}
.global-nav > ul > li > a {
    flex-direction: row;
    gap: 2vw;
    height: 12vw;
    place-content: inherit;
	padding: 0 2vw;
}
.global-nav > ul > li > a:after {
    content: " \f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
}
.global-nav__item-icon {
    width: 6vw;
    height: 6vw;
}
.global-nav__item-title {
    font-size: 3.6vw;
    font-weight: normal;
    text-align: left;
    margin: 0 auto 0 0;
}
.global-nav__item-title br {
    display: none;
}
.global-nav > ul > li > a:before,
.global-nav > ul > li:last-child > a:after{
    content: none;
}
/* .menu-btn */
.menu-btn {
	position: relative;
    cursor: pointer;
    z-index: 3;
    background: var(--main-color);
    height: 12vw;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
}
.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%;
}
/*----------------------------------------------------
    TOP
----------------------------------------------------*/

/* .mv */
.mv__item-container {
	aspect-ratio: 1035 / 750;
    flex-direction: column;
}
.mv__item-image {
    aspect-ratio: inherit;
	height: 100%;
}
.mv__item-image:after {
    content: none;
}
.mv__item-inner {
	height: 100%;
    flex: inherit;
    padding: 5vw;
    gap: 5vw;
    left: 0;
}
.mv__item-title {
    font-size: 6.2vw;
    line-height: 1.3;
}
.mv__item-text {
    font-size: 3.4vw;
    line-height: 1.5;
	padding: 0 0 5vw 0;
}
.mv__item-btn {
    text-align: center;
}
.mv__item-btn a {
    padding: 2vw 5vw;
    font-size: 3.4vw;
}
.mv .dots-wrap {
    right: inherit;
    bottom: 6vw;
    left: 50%;
	transform: translateX(-50%);
}
.mv .dots-wrap li {
    width: 3.5vw;
    height: 3.5vw;
    margin: 0 1vw;
}
/* .top-free-area */
.top-free-area {
    margin: 7vw 0;
}
/* .top-banner */
.top-banner {
    margin: 7vw 0;
}
.top-banner__list {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw 2%;
}
.top-banner__item {
	width: 49%;
}
/* .solution */
.solution {
    padding: 12vw 0 12vw;
}
.solution__message {
    font-size: 3.5vw;
    line-height: 1.6;
    padding: 8vw 0 6vw;
}
.solution__list {
    gap: 2vw 2%;
    padding: 0 0 8vw 0;
}
.solution__item {
    width: 49%;
	aspect-ratio: 333 / 330;
}
.solution__item-title {
    font-size: 3.3vw;
    line-height: 1.2;
    padding: 2vw 0 0 0;
}
/* .about-subsidy */

.about-subsidy {
    margin: 13vw 0 11vw;
}
.about-subsidy__sub-title{
    font-size: 3.5vw;
    padding: 10vw 0 0 0;
    line-height: 1.7;
}
.about-subsidy__sub-title a {
    text-align: center;
    padding: 5vw 0 0 0;
}
.about-subsidy__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6vw;
    margin: 8vw 0 13vw;
}
.about-subsidy__item {
    width: 84%;
}
.about-subsidy__item-num {
    font-size: 5.5vw;
    padding: 12vw 0 0 0;
}
.about-subsidy__item-title {
    font-size: 6vw;
    padding: 7vw 0 0 0;
}
.about-subsidy__item-text {
    font-size: 3.4vw;
    padding: 10vw 13vw 0 13vw;
    line-height: 1.4;
}
.about-subsidy .btn a {
    width: 100%;
}
/* .merit  */
.merit  {
    padding: 10vw 0 20vw;
}
.merit__list {
    gap: 5vw;
    padding: 12vw 0 9vw;
}
.merit__item {
    gap: 8vw;
}
.merit__item-title {
    font-size: 3.5vw;
    height: 23vw;
    width: 18vw;
    line-height: 1.3;
}
.merit__item-title:after {
    width: 5vw;
}
.merit__item-text {
    font-size: 4.4vw;
    line-height: 1.3;
}
.merit table {
    width: 200vw;
}
.merit td.col_01 {
    font-size: 3.6vw;
    width: 26%;
}
.merit tr.row_01 {
    font-size: 3.8vw;
    height: 15vw;
}
.merit td.col_02,.merit  td.col_03 {
    font-size: 2.8vw;
    padding: 3.5vw;
    line-height: 1.4em;
    width: 37%;
    white-space: initial;
}
.merit tr.row_02,
.merit tr.row_03,
.merit tr.row_04,
.merit tr.row_05 {
    height: 30vw;
}
.merit td.col_01:before {
    border-top: 12vw solid #fff;
    border-right: 11vw solid transparent;
    top: 1vw;
    left: 1vw;
}
.merit td.col_01:after {
    top: 3%;
    left: 8%;
}
.merit td.col_02:after,.merit td.col_03:after {
    border-width: 4vw;
}
.merit tr.row_01 .col_02:after {
    border-top: 3vw solid #868686;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
}
.merit tr.row_01 .col_03:after {
    border-top: 3vw solid var(--sub-color);
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
}
/* .industry */
.industry {
    padding: 11vw 0 9vw;
}
.industry__list {
    gap: 2vw 2%;
    padding: 11vw 0 8vw 0;
}
.industry__item {
    width: 49%;
}
.industry__item-title {
    line-height: 1.3;
    font-size: 4.4vw;
}
/* .feature */
.feature {
    padding: 13vw 0 15vw 0;
}
.feature__container {
    width: 100%;
    margin: 0 auto;
}
.feature__sub-title {
    font-size: 3.4vw;
    padding: 8vw 0 8vw 0;
}
.feature__list {
    margin: 0 0 12vw 0;
}
.feature__item {
    margin: 0 2vw;
    height: 86vw;
}
.feature__item-en-title {
    font-size: 5vw;
    padding: 4.5vw;
}
.feature__item-title {
    font-size: 5.2vw;
}
.feature__item-text {
    font-size: 3.1vw;
	    line-height: 1.6;
    padding: 3vw;
}
.feature__btn-list {
    flex-direction: column;
}
.feature .btn a {
    width: 92%;
    font-size: 3.8vw;
}
.feature__prev, .feature__next {
    display: grid;
    place-content: center;
    width: 8vw;
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    background: var(--sub-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.feature__prev {
    left: 10vw;
}
.feature__next {
    right: 10vw;
}

.feature__prev::before, .feature__next::before {
    content: '\f053';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: 3vw;
    inset: 0;
}
.feature__next::before {
    transform: rotate(180deg);
}
/* .greeting */
.greeting {
    padding: 10vw 0 10vw 0;
}
.greeting__image {
    border-radius: 3vw;
    width: 60%;
}
.greeting__inner {
    gap: 8vw;
    flex-direction: column;
    padding: 10vw 0 0 0;
}
.greeting__title {
    font-size: 4.8vw;
    padding: 0 0 6vw 0;
}
.greeting__text {
    font-size: 3.4vw;
    gap: 4vw;
    line-height: 1.7;
    padding: 0 0 7vw 0;
}
.greeting .btn a {
    width: 100%;
    padding: 4vw 0;
}
/* .labor */
.labor {
    padding: 11vw 0 9vw;
}
.labor__list {
    gap: 2vw 2%;
    padding: 11vw 0 8vw 0;
}
.labor__item {
    width: 49%;
}
.labor__item-title {
    line-height: 1.3;
    font-size: 4.4vw;
}
/* .learn-more-subsidy */
.learn-more-subsidy {
    padding: 11vw 0 9vw 0;
}
.learn-more-subsidy__list {
    padding: 7vw 0 0 0;
    flex-wrap: wrap;
    gap: 5vw;
}
.learn-more-subsidy__item {
    width: 100%;
    aspect-ratio: 670 / 222;
    background-color: #fff;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    border-radius: min(20px, 2vw);
    overflow: hidden;
}
.learn-more-subsidy__item-icon {
    width: 12vw;
}
.learn-more-subsidy__item-text {
    font-size: 3.4vw;
}
.learn-more-subsidy__item-title {
    font-size: 5.5vw;
}
/* scroll-hint */
.js-scrollable {
    white-space: nowrap;
}
.scroll-hint-icon {
    z-index: 1;
}
/* .case */
.case {
    padding: 12vw 0 12vw;
}
.case__list {
    margin: 10vw 0 8vw;
}
.case__item {
    margin: 0 2.3vw;
    aspect-ratio: 529 / 485;
    padding: 2vw;
    box-shadow: 0 0 5px #dedede;
}
.case__item-title {
    font-size: 4.2vw;
    line-height: 1.1;
    padding: 3vw 0 0 0;
}
.case__prev, .case__next {
    width: 8vw;
}
.case__prev::before, .case__next::before {
    font-size: 3vw;
}
.case__prev {
    left: 10vw;
}
.case__next {
    right: 10vw;
}
/* .news */
.news {
    padding: 12vw 0;
}
.news__list {
    padding: 7vw 0 8vw;
}
.news__item a {
    font-size: 3.6vw;
    padding: 2.5vw 2vw;
    gap: 1.5vw 4vw;
    flex-wrap: wrap;
}
.news__item-title {
    flex: inherit;
    width: 100%;
    line-height: 1.2;
}
.news__item-category-list {
    gap: 1vw;
}
.news__item-category {
    font-size: 3vw;
    width: 23vw;
    line-height: 1.5;
}
/*----------------------------------------------------
    .single
----------------------------------------------------*/
.single__thumbnail {
    width: 55%;
    margin: 0 auto;
    max-width: 345px;
}
.single__message {
    padding: 3vw 0;
}
.single__message p {
    font-size: 4.6vw;
}
/* .writer */
.writer__box {
    padding: 6vw 4vw 5vw 4vw;
    border-width: 0.6vw;
}
.writer__title {
    font-size: 3.5vw;
    width: 26vw;
    height: 7vw;
}
.writer__box-inner {
    justify-content: center;
    margin: 0 0 5vw 0;
	gap: 5vw;
}
.writer__image {
    width: 48%;
}
.writer__text-container {
    width: 100%;
}
.writer__corporation {
    font-size: 3.3vw;
}
.writer__job-title {
    font-size: 3.3vw;
}
.writer__name-conteiner {
    gap: 3vw;
    padding: 1vw 0 3vw 0;
}
.writer__content {
    gap: 3vw;
    margin: 4vw 0;
}
.writer__name {
    font-size: 4.6vw;
}
.writer__content-title {
    font-size: 3.2vw;
    width: 19%;
    height: 5vw;
}
.writer__content-text {
    font-size: 3.3vw;
    line-height: 1.5;
}
.writer__btn a {
    width: 67vw;
    height: 10vw;
    font-size: 3.6vw;
}
.writer__btn a:after {
    right: 3vw;
}
/*----------------------------------------------------
    .archive
----------------------------------------------------*/
/* .archive-parts */
.archive-parts__item {
    border-bottom: 1px solid #eee;
}
.archive-parts__item a {
    gap: 1.5vw;
	padding: 5vw 0;
}
.archive-parts__item a:hover {
	background:var(--hover-color);
}
.archive-parts__item-date {
    padding: 0.5vw 3vw;
    font-size: 3vw;
}
.archive-parts__item-category {
    padding: 0 3vw;
    font-size: 3vw;
}
.archive-parts__item-title {
    font-size: 4.8vw;
    padding: 2vw 0 0 0;
}
/* .archive-parts-01 */
.archive-parts-01__list {
    gap: 3vw 3%;
}
.archive-parts-01__item {
    border-radius: 10px;
    width: 48.5%;
    aspect-ratio: 1 / 1;
}
.archive-parts-01__item a {
    padding: 2vw;
}
.archive-parts-01__item-title {
    font-size: 3vw;
    padding: 3vw 0 0 0;
}
.archive-parts-01__item-image {
    border-radius: 7px 7px 0 0;
}
/* .archive-parts-03 */
.archive-parts-03__item a {
    gap: 3vw;
    padding: 4vw 0;
}
.archive-parts-03__item-image {
    width: 25vw;
    height: 25vw;
}
.archive-parts-03__item-title {
    font-size: 4.5vw;
    padding: 0 0 3vw 0;
}
.archive-parts-03__item-category span {
    padding: 1vw 2vw;
    margin-right: 1vw;
    font-size: 3vw;
}
.archive-parts-03__item-category {
    padding: 0 0 3vw 0;
}
/*----------------------------------------------------
    .single
----------------------------------------------------*/
.single__message p {
    font-size: 4.8vw;
}
/*----------------------------------------------------
    下層パーツ
----------------------------------------------------*/
/* .contact-banner */
.contact-banner {
    padding: 4vw 0 5vw;
}
.contact-banner__title {
    font-size: 3.4vw;
    letter-spacing: 0.4em;
}
.contact-banner__title-letter {
    font-size: 1.25em;
}
.contact-banner__title-letter:last-child {
    margin: 0 1vw 0 0;
}
.contact-banner__tel-container {
    gap: 0;
    flex-direction: column;
}
.contact-banner__tel {
    font-size: 7.5vw;
}
.contact-banner__tel-num-icon {
    display: block;
    width: 5vw;
    height: 5vw;
}
.contact-banner__hour {
    font-size: 2.6vw;
}
.contact-banner__company {
    font-size: 3.2vw;
    text-align: center;
	padding: 1vw 0;
}
.contact-banner__btn {
    display: flex;
    font-size: 2.8vw;
    position: inherit;
    right: inherit;
    bottom: inherit;
    width: 40vw;
    height: 6vw;
    margin: 0 auto;
}
.contact-banner__image {
    width: 29vw;
    left: 0;
}
/* .page-parts-related 関連ページはこちら*/
.page-parts-related__list {
    gap: 3vw 2%;
	padding: 10vw 0 0 0;
}
.page-parts-related__item {
    width: 49%;
	aspect-ratio: 1 / 1;
}
.page-parts-related__item a {
    padding: 2vw;
}
.page-parts-related__item-title {
    font-size: 3vw;
    padding: 3vw 0 0 0;
}
/* .page-parts-parent-child 固定ページ親子兄弟記事*/
.page-parts-parent-child {
    padding: 12vw 0;
}
.page-parts-parent-child__list {
    gap: 3vw 2%;
	padding: 10vw 0 0 0;
}
.page-parts-parent-child__item {
    width: 49%;
	aspect-ratio: 1 / 1;
}
.page-parts-parent-child__item a {
    padding: 2vw;
}
.page-parts-parent-child__item-title {
    font-size: 3vw;
    padding: 3vw 0 0 0;
}
/* .page-parts-latest 最新のカスタム投稿*/
.page-parts-latest {
    padding: 0 0 12vw 0;
}
.page-parts-latest__list {
    gap: 3vw 2%;
}
.page-parts-latest__item {
    width: 49%;
	aspect-ratio: 1 / 1;
}
.page-parts-latest__item a {
    padding: 2vw;
}
.page-parts-latest__item-image {
}
.page-parts-latest__item-title {
    font-size: 3vw;
    padding: 3vw 0 0 0;
}
/* .page-parts-latest-news 最新のお知らせ・セミナー情報*/
.page-parts-latest-news__item a {
    padding: 6vw 0;
}
.page-parts-latest-news__item-date {
    padding: 1vw 2vw;
    font-size: 3vw;
}

.page-parts-latest-news__item-category {
    margin: 0 1vw 0 0;
    padding: 1vw 2vw;
    font-size: 3vw;
}
.page-parts-latest-news__item-title {
    font-size: 4.5vw;
    padding: 3vw 0 0 0;
}
/*.page-parts-case-search 解決事例検索*/
.page-parts-case-search__list {
    gap: 2vw 2%;
}
.page-parts-case-search__item {
    width: 32%;
}
.page-parts-case-search__item a {
    padding: 2vw 0;
    font-size: 3vw;
}
.page-parts-case-search input#search-input {
    font-size: 3.8vw;
    padding: 0 3vw;
    width: 46%;
    height: 10vw;
}
.page-parts-case-search__search-btn {
    font-size: 3.6vw;
    width: 26%;
    height: 10vw;
}
/*----------------------------------------------------
    .main.page-404
----------------------------------------------------*/

.page-404__main-text {
    font-size: 14vw;
}

/*----------------------------------------------------
  お問い合わせフォーム
----------------------------------------------------*/

.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    width: 100%;
    font-size: 3.4vw;
	height: 9vw;
}

.wpcf7 textarea {
    width: 100%;
    font-size: 3.4vw;
	height: 50vw;
}