@charset "UTF-8";

:root {
   --main-color: #39b6fd;
	--sub-color: #6fac74;
	--light-blue-color: #eff5fa;
	--light-green-color: #e8efe9;
	--hover-color: #e8efe9;
}
html {
  font-size: 62.5%;
}
body {
   font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.03em;
}

time p {
    font-size: 0.9em !important;
}
a {
    color: var(--main-color);
    cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
      max-width: 100%;
    height: auto;
}

.red {
  color: #e60027;
}

.bold {
  font-weight: bold;
}

.hv:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.5;
  opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

}

.hv {
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

}
.center {
    text-align: center;
}

#tinymce p,
main.page p,
main.single p {
    line-height: 2.1;
    font-size: min(1.7rem, 1.7vw);
}
.sp {
    display: none;
}
.tel-num {
    color: var(--main-color);
    font-weight: bold;
    font-family: 'Roboto Condensed', 'arial', sans-serif;
}
.office-name__blue {
    color: var(--main-color);
}
.office-name__green {
    color: var(--sub-color);
}

.sub-page {
    margin: min(35px, 3.5vw) auto min(55px, 5.5vw);
    display: flex;
    justify-content: space-between;
    width: min(1140px, 98%);
}
.sub-page p, .sub-page .page_ul li {
    font-size: min(1.7rem, 1.6vw);
    line-height: 2.18;
}
.sub-page p {
    margin: 0 0 1em 0;
}
.page_ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    color: var(--main-color);
    padding: 0 10px 0 0px;
    font-weight: 900;
}
.page_ul {
	margin: 0 0 1em 0;
}
main {
    width: 75.9%;
}
.wrap {
    width: min(1140px, 93%);
    margin: 0 auto;
    z-index: 1;
}
.btn a {
    display: block;
    width: min(508px, 46vw);
    text-align: center;
    background-color: var(--main-color);
    border: 1px solid;
    font-size: min(1.6rem, 1.5vw);
    text-decoration: none;
    padding: min(22px, 2vw) 0;
    position: relative;
    color: var(--main-color);
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: 500;
}
.btn a span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: min(30px, 3vw);
    width: 100%;
    justify-content: center;
}
.btn a span:after {
    content: " \f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
}
.btn a:before,
.btn a::after {
content: "";
    display: block;
    background-color: #ffffff;
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}
.btn a::before {
    left: 0;
}
.btn a::after {
  right: 0;
}

@media (hover: hover) and (pointer: fine) {
.btn a:hover:before,
.btn a:hover:after{
	 width: 0;
}
.btn a:hover {
    color: #fff;
}
}
/*------------------------------------------------------------------------------------
  Simple Sitemap
------------------------------------------------------------------------------------*/
.simple-sitemap-container h3 { padding: min(10px, 1vw) min(12px, 1vw);
    white-space: nowrap;
    font-size: min(1.7rem, 1.6vw);
    font-weight: 800 !important;
    background-color: transparent;
    border: none; }
.simple-sitemap-container.tab-enabled label { margin: 0 min(5px,0.5vw) 0 0; background-color: #f4f4f4; } /* Default tab */
.simple-sitemap-container.tab-enabled input:checked + label > * { position: relative; z-index: 1; color: #664c00 !important; background-color: #fff; border: 1px solid #ddd; border-bottom: none; border-radius: 4px 4px 0 0; } /* Current tab */
.simple-sitemap-container.tab-enabled input:checked + label { background-color: initial !important; }
.simple-sitemap-wrap { /* padding: 0 0 2rem; border: 1px solid #ddd !important; 2026.04.01修正 */ }
.simple-sitemap-container ul { margin: 0 auto !important; width: 94%; }
.sitemap-item { margin: 3rem 0 0; }
.sitemap-item a { display: block; padding: 0.2rem 1rem; background: #faf8f2; border: 1px solid #cacaca; font-size: min(1.7rem, 1.6vw); text-align: left; }
.children .sitemap-item { margin: 1rem 0 0; }
.children .sitemap-item a { display: inline-block; width: 90%; font-size: min(1.5rem, 1.4vw); background: none; border: none; }
.children .sitemap-item a:before { content: '\f30b'; font-family: "Font Awesome 5 Free"; font-weight: bold; color: #ccc; margin-right: 0.5rem; display: inline-block; }
.simple-sitemap-container ul.children { margin-left: 2rem !important; }
@media screen and (max-width: 600px) {
  .simple-sitemap-container.tab-enabled label { width: initial !important; }
  .simple-sitemap-container h3 { padding: 2vw 1vw;
        font-size: 3vw; }

.sitemap-item a {
    font-size: 3.7vw;
}
.children .sitemap-item a {
    font-size: 3.6vw;
}
}
/*------------------------------------------------------------------------------------
	　 Inview.js
------------------------------------------------------------------------------------*/
.--InviewFade { opacity: 0; /*表示前に透明にしておく */  transition: 0.1s; /*移動にかける時間 */ transition-delay: 0s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewFadeUp { opacity: 0; /*表示前に透明にしておく */ transform: translateY(40px); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewFadeRight { opacity: 0; /*表示前に透明にしておく */ transform: translateX(20%); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewFadeLeft { opacity: 0; /*表示前に透明にしておく */ transform: translateX(-20%); /*表示前の位置 */ transition: 0.8s; /*移動にかける時間 */ transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.is-show { opacity: 1; }
.--InviewFade.--InviewFadeUp.is-show { opacity: 1; transform: translateY(0); }
.--InviewFade.--InviewFadeRight.is-show { opacity: 1; transform: translateX(0); }
.--InviewFade.--InviewFadeLeft.is-show { opacity: 1; transform: translateX(0); }
/*------------------------------------------------------------------------------------
	　 #breadcrumbs
------------------------------------------------------------------------------------*/
#breadcrumbs {
    width: min(1140px, 98%);
    margin: 10px auto 0;
    font-size: 1.3rem;
}
/*------------------------------------------------------------------------------------
	　 .pagenation
------------------------------------------------------------------------------------*/
.pagenation {
  border-top: 1px solid #efefef;
  text-align: center;
  margin: 50px 0 0;
  padding: 20px 0 0
}
.pagenation li {
  display: inline-block;
  padding: 0 5px
}
.pagenation li a {
  display: block;
  border: 1px solid #c1c1c1;
  padding: 12px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 700
}
.pagenation li a:hover {
  background: var(--main-color);
  color: #fff
}

.wp-pagenavi {
    text-align: center;
    margin: min(30px, 3vw) 0;
}
/*------------------------------------------------------------------------------------
	　 マーカー
------------------------------------------------------------------------------------*/

.yellow_marker {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF88 0%) repeat scroll 0 0;
}
.red_marker {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFABCE 0%) repeat scroll 0 0;
}
.blue_marker {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #A7F1FF 0%) repeat scroll 0 0;
}

/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    width: 20.2%;
}
.sidebar h2 {
    font-size: min(1.7rem, 1.6vw);
    padding: min(14px, 1.4vw);
    margin: 0 0 15px 0;
}
.sidebar h2:before {
    content: none;
}
.sidebar h2:after {
    bottom: 4px;
}
.sidebar__menu {
    margin: 0 0 min(35px, 3.5vw) 0;
}
.sidebar__menu-list {
    display: flex;
	flex-direction: column;
	gap: min(10px, 1vw);
}
.sidebar__menu-item a {
    display: block;
    text-decoration: none;
    color: var(--main-color);
    position: relative;
}
.sidebar__menu-item-title {
    font-size: min(1.6rem, 1.6vw);
    font-weight: 600;
    line-height: 1.31;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: min(17px, 1.7vw);
}
.sidebar__title {
    font-size: min(1.6rem, 1.5vw);
    font-weight: 500;
    position: relative;
    padding: min(15px, 1.5vw) min(10px, 1vw);
    background: var(--main-color);
    color: #fff;
    font-family: var(--noto-serif-jp);
}
.sidebar__title:after {
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: min(3px, 0.3vw);
}
.sidebar .widget_nav_menu {
    margin: min(28px, 2.8vw) 0 0 0;
}
.sidebar .menu-sidemenu-container {
	padding: min(10px, 1vw) 0 min(20px, 2vw);
}
.sidebar .menu a {
    text-decoration: none;
    color: #333;
    font-size: min(1.6rem, 1.5vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin-top: -1px;
    box-sizing: border-box;
    height: min(55px, 5.3vw);
    padding: 0 min(10px, 0.8vw) 0 min(8px, 0.6vw);
    transition: 0.3s ease-in-out;
}
.sidebar .menu a:after {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.9em;
    color: var(--sub-color);
}
.sidebar .sub-menu {
    display: none;
}
.sidebar .menu .sub-menu a {
    padding-left: min(20px, 2vw);
    font-size: 0.8em;
    line-height: 1.1;
    background: #f8f8f8;
}
@media (hover: hover) {
    .sidebar .menu a:hover {
        background-color: var(--hover-color);
    }
}
.sidebar__contact {
    margin: 0 0 min(20px, 2vw) 0;
    border-radius: min(13px, 1.3vw);
    overflow: hidden;
    position: relative;
	border: min(3px, 0.3vw) solid var(--sub-color);
}
.sidebar__contact a {
    text-decoration: none;
    display: block;
    background: var(--sub-color);
    box-sizing: border-box;
}
.sidebar__contact-title {
    padding: min(16px, 1.6vw) 0;
    color: #fff;
    font-size: min(1.8rem, 1.6vw);
    font-weight: 600;
    text-align: center;    
    background-color: var(--sub-color);
	display: block;
	line-height: 1.1;
}
.sidebar__contact-message {
    background: var(--main-color);
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: min(96px, 9vw);
    height: min(96px, 9vw);
    display: grid;
    place-content: center;
    border-radius: 100px;
    position: absolute;
    top: min(85px, 7vw);
	 rotate: -20deg;
	font-size: min(1.5rem, 1.4vw);
}

.sidebar__access-map {
    aspect-ratio: 250 / 224;
    margin: 0 0 min(10px, 1vw) 0;
    box-sizing: border-box;
}
.sidebar__access-text {
    font-size: min(1.4rem, 1.3vw);
    line-height: 1.6;
}
.sidebar__search {
	background: var(--light-green-color);
	margin: min(40px, 4vw) 0 0 0;
}
.sidebar__search form {
    display: flex;
    justify-content: space-between;
    padding: 9px 8px;
}
.sidebar__search input#s {
    border: solid 1px #dbdbdb;
    width: 74%;
    height: 30px;
	box-sizing: border-box;
}
.sidebar__search input#submit {
    border: none;
	background: var(--sub-color);
	color: #fff;
	font-size: min(1.4rem, 1.3vw);
	width: 24%;
}
/*----------------------------------------------------
  headline
----------------------------------------------------*/

h2 {
    font-size: min(3rem, 3vw);
    padding: min(18px, 1.8vw) min(14px, 1.4vw);
    text-align: center;
    color: #ffffff;
    background-color: var(--main-color);
    position: relative;
    margin: 0 0 15px 0;
    text-align: left;
}
 h2:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 5px;
    left: 0;
    background-color: #ffffff;
    z-index: 0;
}

h2:after {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 5px;
    left: 0;
    background-color: #ffffff;
} 
h3 {
    clear: both;
    color: var(--sub-color);
    font-size: min(2.7rem, 2.7vw);
    padding: min(13px, 1.3vw) min(10px, 1vw);
    margin: 30px 0 20px;
    border-top: 1px solid;
    border-bottom: 1px solid #c8c8c8;
    position: relative;
}
h4 {    
    font-size: min(2.4rem, 2.4vw);
    font-weight: bold;
    background: var(--light-blue-color);
    border-bottom: 2px solid var(--main-color);
	margin: 30px 0 20px;
	padding: min(14px, 1.4vw) min(15px, 1.5vw) min(10px, 1vw);
    clear: both;
}
h5 {
    font-size: min(2.2rem, 2.2vw);
	padding: min(4px, 0.4vw) min(13px, 1.3vw);
    margin: 30px 0 20px;
    border-left: solid 3px var(--sub-color);
	padding: min(4px, 0.4vw) min(13px, 1.3vw);
}

h6 {
    font-size: min(1.8rem, 1.8vw);
    font-weight: bold;
	padding: min(19px, 1.9vw) min(15px, 1.5vw);
    line-height: 1.3;
    position: relative;
    display: block;
    background-color: var(--light-green-color);
}
main.top h2,
footer h2,
.page-parts-case-search h2 {
	font-size: min(3.2rem, 3.2vw);
    text-align: center;
    color: var(--main-color);
    position: relative;
    z-index: 1;
    background: inherit;
    padding: 0;
    margin: 0;
}
main.top h2:before,
footer h2:before,
.page-parts-case-search h2:before,
main.top h2:after,
footer h2:after,
.page-parts-case-search h2:after {
    display: none;
}
main.top h2 > span:after,
footer h2 > span:after,
.page-parts-case-search h2 > span:after {
    content: '';
    display: block;
    width: min(80px, 7vw);
    height: min(2px, 0.2vw);
    background: var(--sub-color);
    margin: min(15px, 1.3vw) auto 0;
}
.page-title {
	background-image: url(../../../uploads/2026/02/mv__bg.jpg);
}
.page-title h2 {
    background: none;
    color: var(--main-color);
    text-align: center;
    padding: 0;
    margin: 0;
    height: min(210px, 21vw);
    display: grid;
    place-content: center;
}
.page-title h2:before,
.page-title h2:after {
    content: none;
}
/* WP STYLE
---------------------------------------------*/
img.centered,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin: 0px 10px;
}

.wp-caption p {
  margin: 5px 10px 20px 0px;
  text-align: center;
}

/*----------------------------------------------------
  テーブル
----------------------------------------------------*/
table {
  font-size: inherit;
  font: 100%;
}

table.mainstyle {
  border-collapse: collapse;
  border-spacing: 0;
/*  margin: 15px 20px 8px 20px;*/
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
}

table.mainstyle th {
  font-weight: bold;
  padding: 10px;
  border: 1px #b9b9b9 solid;
  border-width: 0 0 1px 1px;
  background: #FFFFCC;
  vertical-align: middle;
}

table.mainstyle td {
  padding: 10px;
  border: 1px #b9b9b9 solid;
  border-width: 0 0 1px 1px;
  background: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
  vertical-align: middle;
}
/*------------------------------------------------------------------------------------
	　フローティング
------------------------------------------------------------------------------------*/
/* .floating-page-top */
.floating-page-top {
    position: fixed;
    bottom: 120px;
    right: 35px;
    z-index: 100;
    width: 40px;
}
/* .floating-side */ 
.floating-side {
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 10000;
    display: none;
}
.floating-side__list {
	display: flex;
	flex-direction: column;
	gap: min(10px, 0.8vw);
}
.floating-side__item a {
    display: flex;
    gap: min(12px, 1vw);
    color: #fff;
    text-decoration: none;
    font-size: min(1.7rem, 1.5vw);
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #cb8873;
    border-radius: 5px 0 0 5px;
    width: min(55px, 3.5vw);
    height: min(165px, 14vw);
    align-items: center;
    place-content: center;
}
.floating-side__item:nth-child(2) a {
	background: var(--main-color);
}
.floating-side__item:nth-child(3) a {
	background: var(--sub-color);
}
.floating-side__item a:before {
    content: " \f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
}
.floating-side__item:nth-child(2) a:before {
    content: " \f0e0";
}
.floating-side__item:nth-child(3) a:before {
    content: " \f15c";
}
/*------------------------------------------------------------------------------------
	　TOP
------------------------------------------------------------------------------------*/
main.top {
    width: 100%;
}
/* .mv */
.mv {
    background-image: url(../../../uploads/2026/02/mv__bg.jpg);
}
.mv__container {
	margin: 0 auto;
    position: relative;
    width: min(1320px, 100%);
}
.mv__item-container {
    display: flex;
    width: 100%;
    aspect-ratio: 1320 / 480;
    margin: 0 auto;
}
.mv__item-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
	gap: min(50px, 4vw);
    padding: min(60px, 5vw) 0 0 0;
    position: relative;
    z-index: 3;
    left: max(-40px, -4vw);
	height: 100%;
    box-sizing: border-box;
}
.mv__item-image {
    height: 100%;
    aspect-ratio: 1253 / 720;
	position: relative;
}
.mv__item-image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../../../uploads/2026/02/mv__gradation.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: max(-70px, -7vw);
    top: 0;
}
.mv__item-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv__item-title {
    font-weight: 900;
    color: var(--main-color);
    font-size: min(3rem, 2.9vw);
	line-height: 1.4;
}
.mv__item-text {
	font-size: min(1.6rem, 1.5vw);
	line-height: 1.625;
}
.mv__item-btn a {
	display: inline-block;
    text-decoration: none;
    border: 1px solid;
    font-size: min(1.6rem, 1.5vw);
    padding: min(10px, 1vw) min(25px, 2vw);
}
.mv .dots-wrap {
	display: flex;
    justify-content: center;
    position: absolute;
    right: min(85px, 8.5vw);
    bottom: min(30px, 3vw);
}

.mv .dots-wrap li {
    width: min(16px, 1.6vw);
    height: min(16px, 1.6vw);
    margin: 0 min(5px, 0.5vw);
    background: #d6d6d6;
    border-radius: 50%;
    cursor: pointer;
}

.mv .dots-wrap li:hover,
.mv .dots-wrap li.slick-active {
    background: var(--sub-color);
}

.mv .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
/* .top-free-area */
.top-free-area {
    margin: min(40px, 3vw) 0;
}
/* .top-banner */
.top-banner {
    margin: min(40px, 3vw) 0;
}
.top-banner__list {
    display: flex;
    flex-wrap: wrap;
    gap: min(20px, 2vw) 2%;
}
.top-banner__item {
    width: 32%;
    aspect-ratio: 2 / 1;
}
.top-banner__item a {
	display: block;
    height: 100%;
}
.top-banner__image {
    display: block;
    height: 100%;
}
.top-banner__image img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .solution */
.solution {
    background-color: var(--light-green-color);
    padding: min(110px, 10vw) 0 min(90px, 8vw);
}
.solution__message {
    font-size: min(1.8rem, 1.7vw);
    text-align: center;
	padding: min(30px, 25vw) 0 min(50px, 4vw);
}

.solution__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
	padding: 0 0 min(38px, 3vw) 0;
}
.solution__item {
    background: #fff;
    cursor: pointer;
    border-radius: min(20px, 2vw);
    width: 32%;
    aspect-ratio: 362 / 325;
	overflow:hidden;
}
.solution__item a {
   text-decoration: none;
	text-align:center;
	color: #333;
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 4%;
	transition: 1s all;
}
.solution__item-title {
    box-sizing: border-box;
    font-size: min(2rem, 1.8vw);
    padding: min(13px, 1vw) 0 0 0;
    display: block;
    font-weight: bold;
	letter-spacing: 0;
}
.solution__item-image {
    display: block;
    overflow: hidden;
    border-radius: min(10px, 1vw) min(10px, 1vw) 0 0;
    transition: 1s all;
    aspect-ratio: 334 / 191;
}
.solution__item-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 1s all;
}
@media (hover: hover) and (pointer: fine) {
.solution__item a:hover .solution__item-image img {
    transform: scale(1.1,1.1);
    transition: 1s all;
}
	.solution__item a:hover {
    background: var(--sub-color);
}
}
/* .industry */
.industry {
    padding: min(95px, 9.5vw) 0 min(90px, 9vw);
    background-color: var(--light-blue-color);
}
.industry__list {
    display: flex;
    flex-wrap: wrap;
    gap: min(30px,3vw) 2.75%;
	padding: min(60px, 5vw) 0 min(50px, 4vw) 0;
}
.industry__item {
    width: 31.5%;
    aspect-ratio: 1 / 1;
    background-color: #e7e7e3;
    position: relative;
    overflow: hidden;
    border-radius: min(20px, 2vw);
}
.industry__item-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    inset: 0;
}
.industry__item a {
    display: block;
    height: 100%;
	text-decoration: none;
	position: relative;
}
.industry__item-title {
    text-align: center;
    line-height: 1.38;
    font-weight: bold;
    font-size: min(2.6rem, 2.4vw);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
}
.industry__item-image {
    display: block;
    width: 100%;
    height: 100%;
}
.industry__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.industry__item-text-container {
	position: absolute;
    background-color: rgb(57, 182, 253, 0.9);
    color: #fff;
    padding: min(30px, 1.5vw);
	width: 100%;
    height: 100%;
	box-sizing: border-box;
    bottom: -100%;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
    .industry__item a:hover .industry__item-text-container {
		bottom: 0;
	}
	.industry__item-btn:hover {
		color: var(--main-color);
		background: #fff;
		cursor: pointer;
	}
}
.industry__item-text {
    display: block;
    font-size: min(1.6rem, 1.4vw);
    line-height: 1.5;
}
.industry__item-btn {
    border: 1px solid;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: min(15px, 1vw) 0;
    display: block;
    width: 70%;
    font-size: min(1.6rem, 1.5vw);
}
/* .feature */
.feature {
    background: var(--main-color);
    padding: min(75px, 6.5vw) 0 min(90px, 85vw) 0;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #37b0f4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #37b0f4 calc(100% - 1px));
    background-size: min(14px, 1.4vw) min(14px, 1.4vw);
    background-repeat: repeat;
    background-position: center center;
}
main.top .feature h2 {
    color: #fff;
}
main.top .feature h2 span:after {
    background: #fff;
}
.feature__container {
    width: min(1140px, 92%);
    margin: 0 auto;
}
.feature__sub-title {
    color: #fff;
    text-align: center;
    font-size: min(2rem, 1.9vw);
    padding: min(45px, 4vw) 0 min(65px, 6vw) 0;
}
.feature__list {
    display: flex;
    justify-content: space-between;
	    margin: 0 0 min(45px, 4.5vw) 0;
}
.feature__item {
    background: #fff;
    border-radius: min(20px, 2vw);
    overflow: hidden;
    width: 31.7%;
}
.feature__item-en-title {
    text-align: center;
    color: var(--sub-color);
    font-size: min(2.7rem, 2.6vw);
    position: relative;
    padding: min(25px, 2vw);
}
.feature__item-en-title:after {
    content: '';
    background: #fff;
    width: min(45px, 3.8vw);
    aspect-ratio: 45 / 24;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%) translateY(100%);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.feature__item-inner {
    position: relative;
}

.feature__item-title {
    text-align: center;
    font-weight: bold;
    font-size: min(2.7rem, 2.7vw);
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    background-color: rgb(249, 244, 244, 0.85);
}
.feature__item-text {
    font-size: min(1.6rem, 1.5vw);
    line-height: 1.69;
    padding: min(17px, 1vw) min(17px, 1vw) min(30px, 2vw) min(17px, 1vw);
}
.feature__btn-list {
    display: flex;
    justify-content: center;
    gap: min(50px, 4vw);
}
.feature .btn a {
    font-size: min(1.8rem, 1.7vw);
}
/* .greeting */
.greeting {
	padding: min(75px, 6.5vw) 0 min(75px, 6.5vw) 0;
}
.greeting__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: min(50px, 4vw);
	padding: min(55px, 5vw) 0 0 0;
}
.greeting__image {
    border-radius: min(20px, 2vw);
    overflow: hidden;
    width: 37.5%;
    aspect-ratio: 426 / 547;
}
.greeting__image img {
    width: 100%;
	height: 100%;
    object-fit: contain;
}
.greeting__text-container {
    flex: 1;
}
.greeting__title {
    font-size: min(2.8rem, 2.6vw);
    font-weight: bold;
    color: var(--sub-color);
    padding: 0 0 min(30px, 3vw) 0;
}
.greeting__text {
    display: flex;
    flex-direction: column;
    font-size: min(1.6rem, 1.5vw);
    gap: min(20px, 2vw);
    line-height: 1.875;
	padding: 0 0 min(30px, 3vw) 0;
}
.greeting__text strong {
    font-size: 1.44em;
    font-weight: 500;
}
.greeting .btn a {
    width: min(456px, 45vw);
    padding: min(14px, 1.4vw) 0;
}
/* .labor */
.labor {
    padding: min(95px, 9.5vw) 0 min(90px, 9vw);
    background-color: var(--light-blue-color);
}
.labor__list {
    display: flex;
    flex-wrap: wrap;
    gap: min(30px,3vw) 2.75%;
	padding: min(60px, 5vw) 0 min(50px, 4vw) 0;
}
.labor__item {
    width: 31.5%;
    aspect-ratio: 1 / 1;
    background-color: #e7e7e3;
    position: relative;
    overflow: hidden;
    border-radius: min(20px, 2vw);
}
.labor__item-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    inset: 0;
}
.labor__item a {
    display: block;
    height: 100%;
	text-decoration: none;
	position: relative;
}
.labor__item-title {
    text-align: center;
    line-height: 1.38;
    font-weight: bold;
    font-size: min(2.6rem, 2.4vw);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
}
.labor__item-image {
    display: block;
    width: 100%;
    height: 100%;
}
.labor__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.labor__item-text-container {
	position: absolute;
    background-color: rgb(57, 182, 253, 0.9);
    color: #fff;
    padding: min(30px,1.5vw);
	width: 100%;
    height: 100%;
	box-sizing: border-box;
    bottom: -100%;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
    .labor__item a:hover .labor__item-text-container {
		bottom: 0;
	}
	.labor__item-btn:hover {
		color: var(--main-color);
		background: #fff;
		cursor: pointer;
	}
}
.labor__item-text {
    display: block;
    font-size: min(1.6rem, 1.4vw);
    line-height: 1.5;
}
.labor__item-btn {
    border: 1px solid;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: min(15px, 1vw) 0;
    display: block;
    width: 70%;
    font-size: min(1.6rem, 1.5vw);
}
/* .about-subsidy  */
.about-subsidy {
    margin: min(80px, 7vw) 0 min(80px, 7vw);
    text-align: center;
}
.about-subsidy a.btn {
    width: 500px;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}
.about-subsidy a.btn span:after {
        right: -10%;
}
.about-subsidy__sub-title {
    font-size: min(1.8rem, 1.7vw);
    line-height: 1.78;
	padding: min(35px, 3vw) 0 0 0;
}
.about-subsidy__sub-title a {
    font-size: 0.89em;
    display: block;
	text-align: right;
	color: var(--sub-color);
}
.about-subsidy__list {
    margin: 60px 0 50px;
    display: flex;
    justify-content: space-between;
}
.about-subsidy__item {
    width: 31.8%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid var(--sub-color);
    background: linear-gradient(180deg, var(--sub-color) 0%, var(--sub-color) 50%, var(--light-green-color) 50%, var(--light-green-color) 100%);
    box-sizing: border-box;
}

.about-subsidy__item-num {
	color: #fff;
    font-size: min(2.5rem, 2.3vw);
    font-weight: 500;
    padding: min(50px, 4vw) 0 0 0;
}
.about-subsidy__item-title {
    color: #fff;
    font-size: min(2.5rem, 2.3vw);
    font-weight: bold;
    padding: min(35px, 2.8vw) 0 0 0;
}
.about-subsidy__item-text {
    font-size: min(1.5rem, 1.3vw);
    text-align: left;
    padding: min(40px, 3vw) min(60px, 4.5vw) 0 min(60px, 4.5vw);
    box-sizing: border-box;
    line-height: 1.47;
}
/* .merit */
.merit {
    background-image: url(../../../uploads/2026/02/merit__bg.jpg);
    padding: min(80px, 7vw) 0 min(100px, 10vw);
}
.merit__list {
    gap: min(30px,3vw);
    display: flex;
    align-items: center;
	flex-direction: column;
	padding: min(90px, 8vw) 0 min(70px, 6vw);
}
.merit__item {
    background: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
    gap: min(60px, 4.5vw);
}
.merit__item-title {
	background: var(--sub-color);
    color: #fff;
    font-size: min(2.1rem, 1.8vw);
    display: inline-block;
    height: min(74px, 7vw);
    width: min(160px, 14vw);
    position: relative;
    text-align: center;
    display: grid;
    place-content: center;
}
.merit__item-title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 1px;
    transform: translateX(100%);
    display: block;
    width: min(23px, 2vw);
    height: 100%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: var(--sub-color);
}
.merit__item-text {
    font-size: min(2.4rem, 2.1vw);
	flex: 1;
}

.merit .table {
    margin: 70px 0 0;
    border-spacing: 1px;
}
.merit td.col_02,
.merit td.col_03 {
    width: 40%;
     padding: min(20px, 2vw) min(30px, 3vw);
    font-size: min(1.4rem, 1.3vw);
    line-height: 1.6em;
    position: relative;
}
.merit tr.row_01 {
    height: min(80px, 7vw);
    color: #fff;
    font-size: min(1.9rem, 1.8vw);
    position: relative;
    vertical-align: middle;
}
.merit tr.row_01 .col_02 {
    background: #868686;
    vertical-align: middle;
    font-weight: bold;
    position: relative;
}
.merit tr.row_01 .col_03 {
    background: var(--sub-color);
    vertical-align: middle;
    font-weight: bold;
    position: relative;
}
.merit td.col_01 {
    color: #fff;
    font-weight: bold;
    font-size: min(1.9rem, 1.8vw);
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.merit td.col_02 {
    background: #fff;
}
.merit td.col_03 {
    background: #e8efe9;
}
.merit tr.row_02 .col_01 {
    background: #b2d5e9;
}
.merit tr.row_03 .col_01 {
    background: #72bae4;
}
.merit tr.row_04 .col_01 {
    background: #53b6ee;
}
.merit tr.row_05 .col_01 {
    background: var(--main-color);
}
.merit tr.row_01 .col_02:after {
    content: '';
    border-top: min(15px, 1.5vw) solid #868686;
    border-right: min(15px, 1.5vw) solid transparent;
    border-left: min(15px, 1.5vw) solid transparent;
    position: absolute;
    right: 50%;
    top: 105%;
    transform: translate(50%, -50%);
    z-index: 1;
}
.merit tr.row_01 .col_03:after {
    content: '';
    border-top: min(15px, 1.5vw) solid var(--sub-color);
    border-right: min(15px, 1.5vw) solid transparent;
    border-left: min(15px, 1.5vw) solid transparent;
    position: absolute;
    right: 50%;
    top: 105%;
    transform: translate(50%, -50%);
    z-index: 1;
}
.merit td.col_01:before {
    content: '';
    border-top: min(65px, 6.5vw) solid #fff;
    border-right: min(60px, 6vw) solid transparent;
    display: inline;
    position: absolute;
    top: 3%;
    left: 2%;
}
.merit td.col_01:after {
    content: '1';
    position: absolute;
    top: 6%;
    left: 5%;
    color: var(--main-color);
}
.merit tr.row_03 td.col_01:after {
    content: '2';
}
.merit tr.row_04 td.col_01:after {
    content: '3';
}
.merit tr.row_05 td.col_01:after {
    content: '4';
}
.merit td.col_02:after,
.merit td.col_03:after{
    content: '';
    border-top: min(20px, 2vw) solid var(--main-color);
    border-right: min(25px, 2.5vw) solid transparent;
    border-left: min(25px, 2.5vw) solid transparent;
    position: absolute;
    right: 50%;
    top: 102%;
    transform: translate(50%, -50%);
    z-index: 1;
}
.merit tr.row_05 td.col_02:after,
.merit tr.row_05 td.col_03:after{
    display:none;
}
/*.learn-more-subsidy*/
.learn-more-subsidy {
    background: var(--sub-color);
	padding: min(68px, 6vw) 0 min(82px, 7vw) 0;
}
main.top .learn-more-subsidy h2 {
    color: #fff;
}
.learn-more-subsidy__list {
    display: flex;
    justify-content: space-between;
	padding: min(62px, 5.5vw) 0 0 0;
}
.learn-more-subsidy__item {
	width: 48.2%;
    aspect-ratio: 550 / 222;
    background-color: #fff;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    border-radius: min(20px, 2vw);
    overflow: hidden;
}
.learn-more-subsidy__item a {
    text-decoration: none;
    color: #333;
    height: 100%;
    display: grid;
    place-content: center;
    padding: 0 0 min(20px, 1.5vw) 0;
    box-sizing: border-box;
}
.learn-more-subsidy__item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(12px, 1vw);
}
.learn-more-subsidy__item-icon {
    display: block;
    width: min(83px, 8.3vw);
    aspect-ratio: 1 / 1;
}
.learn-more-subsidy__item-icon img {
    width: 100%;
	height: 100%;
    object-fit: contain;
}
.learn-more-subsidy__item-text {
    font-size: min(2rem, 1.8vw);
}
.learn-more-subsidy__item-title {
    font-size: min(3rem, 2.8vw);
    font-weight: bold;
}
/* .case */
.case {
    padding:  min(65px, 6vw) 0 min(85px, 8vw);
    background: url(../../../uploads/2026/02/case__bg.jpg);
}
.case__container {
    width: min(1695px, 100%);
    margin: 0 auto;
}
.case__list {
    margin: min(60px, 5vw) 0 min(50px, 4vw);
}
.case__item {
    background: #fff;
    border-radius: min(20px, 2vw);
    margin: 0 min(15px, 1vw);
    aspect-ratio: 545 / 461;
    box-sizing: border-box;
    padding: min(15px, 1vw);
    box-shadow: 0 0 7px #dedede;
}
.case__item a {
    text-decoration: none;
    display: block;
}
.case__item-image {
    display: block;
	border-radius: min(12px, 1.2vw) min(12px, 1.2vw) 0 0;
    overflow: hidden;
    aspect-ratio: 516 / 317;
}
.case__item-image img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.case__item a:hover .case__item-image img {
    transform: scale(1.1, 1.1);
    transition: 1s all;
}
.case__item-title {
    color: #333;
    font-weight: bold;
    font-size: min(2.2rem, 1.6vw);
    line-height: 1.23;
    padding: min(20px, 1.1vw) 0 0 0;
}
.case__prev, .case__next {
    display: grid;
    place-content: center;
    width: min(41px, 4.1vw);
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    background: var(--main-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.case__prev {
    left: min(510px, 29.5vw);
}
.case__next {
    right: min(510px, 29.5vw);
}
.case__prev::before, .case__next::before {
    content: '\f053';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: min(1.6rem, 1.5vw);
    inset: 0;
}
.case__next::before {
    transform: rotate(180deg);
}
/* .news */
.news {
    padding: min(68px, 6vw) 0 min(20px, 15vw);
}
.news__list {
	padding: min(50px, 4vw) 0 min(45px, 4vw);
}
.news__item  {
    border-bottom: 1px solid #c7c7c7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.news__item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: min(1.6rem, 1.5vw);
    padding: min(20px, 2vw);
	gap: min(20px, 2vw);
}

.news__item a:hover {
    background: var(--hover-color);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.news__item-title {
	display: block;
    color: #333;
    flex: 1;
}
.news__item-category-list {
    display: flex;
    gap: min(5px, 0.5vw);
}
.news__item-category {
    border-radius: 50px;
    font-size: min(1.4rem, 1.3vw);
    display: grid;
    place-content: center;
    width: min(133px, 12vw);
    line-height: 1.8;
}
.news a.btn {
    border: 1px solid var(--main-color);
    text-align: center;
    color: var(--main-color);
    text-decoration: none;
    padding: 1em 0;
    font-size: 1.6rem;
    display: block;
    margin: 1.5em auto;
    background-color: var(--main-color);
    margin-bottom: 2em;
    width: 20%;
}

/**/
section.bl_contact_banner {
    padding: 23px 0 30px;
    background: #f199c1;
}
section.bl_contact_banner .wrap {
    position: relative;
}
section.bl_contact_banner p.tel_num {
    display: inline;
    font-size: 55px;
    position: absolute;
    left: 280px;
    top: 98px;
    color: var(--main-color);
}
section.bl_contact_banner p.date {
    position: absolute;
    left: 720px;
    top: 126px;
    color: #333;
    letter-spacing: 0.3em;
}

/*----------------------------------------------------
   header
----------------------------------------------------*/
h1 {
    font-size: min(1.2rem, 1.2vw);
	color: #fff;
	font-weight: normal;
	    width: min(1140px, 98%);
    margin: 0 auto;
	    padding: 3px 0;
}
header {
  position: relative;
}
.header__message {
	background-color: var(--main-color);

}
.header__container {
    display: flex;
    justify-content: space-between;
    width: min(1140px, 98%);
    margin: 0 auto;
    padding: min(15px, 1.5vw) 0;
}
.header__title-container {
    display: flex;
    flex-direction: column;
    gap: min(5px, 0.5vw);
}
.header__title a {
    text-decoration: none;
    font-weight: 900;
    color: #333;
    font-size: min(2.9rem, 2.5vw);
}
.header__corporation {
    font-size: min(1.3rem, 1.2vw);
}
.header__contact {
    display: flex;
    gap: min(10px, 0.7vw);
    height: min(59px, 5.9vw);
}
.header__contact-tel {
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: min(294px, 26vw);
    box-sizing: border-box;
    justify-content: center;
    gap: min(5px, 0.3vw);
}
.header__contact-tel-title {
    display: block;
    font-weight: bold;
    font-size: min(1.4rem, 1.3vw);
    line-height: 1.1;
}
.header__contact-tel-num.tel-num {
    display: flex;
    align-items: center;
    gap: min(5px, 0.3vw);
    font-size: min(2.5rem, 2.2vw);
}
.header__contact-tel-num-icon {
    display: block;
    width: min(22px, 2vw);
    height: min(22px, 2vw);
}

.header__contact-tel-hour {
    font-size: min(1.3rem, 1.2vw);
    text-align: center;
}
.header__contact-mail {
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    width: min(165px, 14vw);
    box-sizing: border-box;
}
.header__contact-mail a {
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    gap: min(10px, 0.8vw);
}
.header__contact-mail-icon {
    display: block;
    width: min(25px, 2.2vw);
    height: min(25px, 2.2vw);
}
.header__contact-mail-title {
    display: block;
    font-weight: bold;
    font-size: min(1.5rem, 1.4vw);
    text-align: center;
    line-height: 1.1;
}
.header__contact-line {
    background: #05c756;
    border-radius: 5px;
    width: min(108px, 8vw);
}
.header__contact-line a{
    display: flex;
    flex-direction: column;
    gap: min(5px, 0.3vw);
    height: 100%;
    justify-content: center;
    align-items: center;
}
.header__contact-line-icon {
    display: block;
    width: min(20px, 1.8vw);
    height: min(20px, 1.8vw);
}
.header__contact-line-title {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: min(1.5rem, 1.4vw);
}
/*----------------------------------------------------
   footer
----------------------------------------------------*/
.footer__access {
    padding: min(50px, 4vw) 0 0 0;
}
.footer__access-map {
    height: min(503px, 50.3vw);
	margin: min(35px, 3vw) 0 0 0;
}
.footer__title {
    text-align: center;
    background: #eff5fa;
    font-size: min(2.9rem, 2.7vw);
    font-weight: 900;
    padding: min(53px, 4.5vw) 0;
}
.copyright {
    text-align: center;
    background: var(--main-color);
    color: #fff;
    font-size: min(1.1rem, 1.1vw);
    padding: min(8px, 0.8vw);
}
/*----------------------------------------------------
    global-nav
----------------------------------------------------*/
.global-nav {
	width: 100%;
    background: #fff;
}
.global-nav.is-fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.global-nav > ul {
    display: flex;
    width: min(1140px, 96%);
    margin: 0 auto;
}
.global-nav > ul > li {
    flex: 1;
	position: relative;
}
.global-nav > ul > li > a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    place-content: center;
    gap: min(5px, 0.5vw);
    align-items: center;
    height: min(89px, 8.9vw);
	position: relative;
}
.global-nav > ul > li > a:before {
    content: '';
    position: absolute;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 80%;
    background: #d9d9d9;
}
.global-nav > ul > li:last-child > a:after {
    content: '';
    position: absolute;
    right: 0;
	top: 50%;
	transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 80%;
    background: #d9d9d9;
}
@media (hover: hover) and (pointer: fine) {
    .global-nav > ul > li > a:hover {
        background: var(--light-blue-color);
    }
}
.global-nav__item-icon {
    display: block;
    width: min(32px, 3.2vw);
    height: min(32px, 3.2vw);
}
.global-nav__item-icon img {
    display: block;
    width: 100%;
    height: 100%;
	object-fit: contain;
}
.global-nav__item-title {
    display: flex;
    color: #333;
    font-size: min(1.4rem, 1.3vw);
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}
.global-nav .sub-menu {
    display: none;
    bottom: 0;
    left: 0;
    position: absolute;
    transform: translate(0, 100%);
    z-index: 999;
    text-align: left;
	flex-direction: column;
	min-width: 100%;
	background: rgb(57, 182, 253, 0.95);
	padding: min(10px, 1vw) 0;
}
.global-nav .sub-menu > li > a {
    text-decoration: none;
    color: #fff;
    white-space: pre;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: min(1.3rem, 1.3vw);
    padding: min(10px, 1vw) min(20px, 2vw);
    display: block;
}
@media (hover: hover) and (pointer: fine) {
.global-nav > ul > li:hover > .sub-menu {
    display: flex;
}
	.global-nav .sub-menu > li > a:hover {
opacity: 0.5;
    transition: 0.3s ease-in-out;
}
}
.search_box input[type="text"] {
  width: 70%;
  padding: 8px 0;
}

.search_box input[type="submit"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search_box input[type="submit"] {
  background-image: -moz-linear-gradient( 90deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 1.5rem;
  border-radius: 5px;
}


/*カテゴリボタンデザイン*/
span.button_category {
    padding: 4px 0;
    border-radius: 90px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    width: 133px;
    box-sizing: border-box;
    font-size: 1.4rem;
}
/*----------------------------------------------------
  pagetop
----------------------------------------------------*/
#pagetop img {
    width: 40px;
}
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 100;
}

#pagetop a {
  display: block;
}
/*bl_case_term　ul*/
section.bl_case_term {
    padding: 1px 0 10px;
}
section.bl_case_term .box {
margin: 22px 0 60px;
    background: #Fff;
    padding: 20px 30px;
    border-radius: 20px;
}
section.bl_case_term h3 {
    border: inherit;
    background: #fbf5f8 !important;
}
section.bl_case_term　ul {display: flex;}
section.bl_case_term ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
section.bl_case_term ul li {width: 19%;border: 1px solid var(--main-color);text-align: center;border-radius: 3px;margin-bottom: 10px;margin-right: 7px;overflow: hidden;}

section.bl_case_term ul li a {text-decoration: none;display: block;color: #333333;padding: 20px 0;background: #fff;}
section.bl_case_term ul li a:hover {
    background: var(--hover-color);
}

section.bl_case_term ul li span:before {
    content: "\f02b";
	  color: #9e922b;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translate(-100%, -50%);
}
section.bl_case_term ul li span {
    position: relative;
}
input#search-input {
    font-size: 18px;
    line-height: 1.8em;
    border-color: inherit;
    border: 1px solid #d6d6d6;
    padding: 8px 20px;
    width: 400px;
}
input#search-input::placeholder {
    color: #c7c7c7;
}
button.search-btn {
    font-size: 18px;
    line-height: 1.8em;
    border: inherit;
    background: var(--main-color);
    color: white;
    padding: 7px 20px;
    border: 1px solid var(--main-color);
}
button.search-btn:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    left: -10%;
    transform: translate(-100%, -50%);
    color: #ffffff;
}
button.search-btn:hover {
    cursor: pointer;
    filter:alpha(opacity=70);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
form#search {
    text-align: center;
    display: block;
}
/*----------------------------------------------------
    .archive
----------------------------------------------------*/
/* .archive-parts */
.archive-parts__item {
    border-bottom: 1px solid #eee;
}
.archive-parts__item a {
    padding: min(20px, 2vw) 0;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0 min(5px, 0.5vw);
    width: 100%;
}
.archive-parts__item a:hover {
	background:var(--hover-color);
}
.archive-parts__item-date {
	background: var(--main-color);
    color: #fff;
    padding: min(5px, 0.5vw) min(15px, 1.5vw);
    border-radius: 50px;
    box-sizing: border-box;
    font-size: min(1.3rem, 1.2vw);
}
.archive-parts__item-category-list {
    display: flex;
    align-items: center;
    gap: min(5px, 0.5vw);
}
.archive-parts__item-category {
    padding: min(5px, 0.5vw) min(15px, 1.5vw);
    border-radius: 50px;
    box-sizing: border-box;
    font-size: min(1.3rem, 1.2vw);
}
.archive-parts__item-title {
    display: block;
    font-size: min(2.4rem, 2.3vw);
    font-weight: bold;
    color: var(--main-color);
    padding: min(15px, 1.2vw) 0 0 0;
    width: 100%;
}
/* .archive-parts-01 */
.archive-parts-01__list {
    display: flex;
    flex-wrap: wrap;
    gap: min(20px, 2vw) 2.75%;
}
.archive-parts-01__item {
    border: 1px solid var(--main-color);
    border-radius: 15px;
    overflow: hidden;
    width: 31.5%;
    box-sizing: border-box;
    aspect-ratio: 273 / 227;
}
.archive-parts-01__item a {
    display: block;
    text-decoration: none;
    padding: min(10px, 0.8vw);
    box-sizing: border-box;
    height: 100%;
	transition: 1s all;
}
.archive-parts-01__item a:hover {
	background: var(--hover-color);
}
.archive-parts-01__item-image {
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    aspect-ratio: 250 / 130;
}
.archive-parts-01__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s all;
}
.archive-parts-01__item:hover .archive-parts-01__item-image img {
    transform: scale(1.1,1.1);
}
.archive-parts-01__item-title {
    color: #454545;
    font-size: min(1.5rem, 1.4vw);
    font-weight: bold;
    text-align: center;
    display: block;
    padding: min(18px, 1.4vw) 0 0 0;
    line-height: 1.3;
}
/* .archive-parts-03 */
.archive-parts-03__item a {
    display: flex;
    justify-content: space-between;
    gap: min(15px, 1.5vw);
    text-decoration: none;
    border-bottom: 1px solid #eee;
    padding: min(25px, 2.5vw) 0;
}
.archive-parts-03__item a:hover {
	background: var(--hover-color);
}
.archive-parts-03__item-image {
	width: 19.7%;
    aspect-ratio: 1 / 1;
}
.archive-parts-03__item-image img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive-parts-03__item-image img.no-image {
	object-fit: contain;
}

.archive-parts-03__item-text-container {
    flex: 1;
}
.archive-parts-03__item-title {
    display: block;
    font-weight: bold;
    font-size: min(2.4rem, 2.3vw);
    line-height: 1.2;
    padding: 0 0 min(10px, 1vw) 0;
}
.archive-parts-03__item-category span {
    padding: min(7px, 0.7vw) min(16px, 1.6vw);
    border-radius: 90px;
    margin-right: min(10px, 0.8vw);
    border: 1px solid;
    font-size: min(1.3rem, 1.2vw);
}
.archive-parts-03__item-text {
    color: #333;
    display: block;
}
.archive-parts-03__item-category {
    display: block;
    padding: 0 0 min(10px, 1vw) 0;
}
/*----------------------------------------------------
    .single
----------------------------------------------------*/
.single__message {
	padding: min(30px, 2.5vw) 0;
}
.single__message p {
    font-size: min(2.4rem, 2.3vw);
    font-weight: bold;
    text-align: center;
}
.single__thumbnail {
    width: 40%;
    margin: 0 auto;
    max-width: 345px;
}
.single__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .writer */
.writer {
    padding: min(50px, 5vw) 0 0 0;
}
.writer__title {
    background: var(--main-color);
    color: #fff;
    font-size: min(1.6rem, 1.5vw);
    font-weight: bold;
    width: min(131px, 12vw);
    height: min(40px, 3.8vw);
    display: grid;
    place-content: center;
}
.writer__box {
    border: min(3px, 0.3vw) solid var(--main-color);
	padding: min(25px, 2.5vw) min(25px, 2.5vw) min(35px, 3.5vw) min(25px, 2.5vw);

}
.writer__box-inner {
    border-bottom: 1px solid #dadada;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
    margin: 0 0 min(20px,2vw) 0;
}
.writer__image {
    width: 23%;
}
.writer__text-container {
    width: 73%;
}
.writer__corporation {
    font-size: min(1.5rem, 1.4vw);
}
.writer__name-conteiner {
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
    font-size: min(2rem, 1.9vw);
	padding: min(10px, 0.8vw) 0 min(15px, 1.3vw) 0;
    border-bottom: 1px solid #dadada;
}
.writer__job-title {
    font-size: min(1.5rem, 1.4vw);
}
.writer__name {
	font-size: min(2.1rem, 1.9vw);
	font-weight: bold;
}
.writer__content {
    display: flex;
    gap: min(25px, 2vw);
    margin: min(15px, 1.2vw) 0;
}
.writer__content-title {
    font-size: min(1.5rem, 1.4vw);
    background: var(--sub-color);
    color: #fff;
    width: 16%;
    height: min(32px, 3vw);
    display: grid;
    place-content: center;
}
.writer__content-text {
    font-size: min(1.6rem, 1.5vw);
    line-height: 1.56;
	flex: 1;
}
.writer__btn a {
    background: var(--main-color);
    color: #fff;
    font-size: min(1.7rem, 1.6vw);
    font-weight: bold;
    width: min(338px, 31vw);
    height: min(50px, 4.5vw);
    display: grid;
    place-content: center;
    margin: auto;
    text-decoration: none;
	position: relative;
}
.writer__btn a:after {
    content: " \f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: min(15px, 1.2vw);
    font-size: 0.9em;
}
/*----------------------------------------------------
    下層パーツ
----------------------------------------------------*/
/*.contact-banner*/
.contact-banner {
    padding: min(38px, 3.5vw) 0;
    background: var(--main-color);
}
.contact-banner__container {
    background: #fff;
    border-radius: 10px;
}
.contact-banner__container a {
    display: block;
    text-decoration: none;
    position: relative;
    padding: min(15px, 1.2vw) 0 min(15px, 1.2vw) min(280px, 22vw);
}
.contact-banner__title {
    display: block;
    font-weight: bold;
    font-size: min(3.2rem, 3.1vw);
    letter-spacing: 0.5em;
}
.contact-banner__title-letter {
    width: min(53px, 5vw);
    height: min(53px, 5vw);
    display: inline-grid;
    place-content: center;
    margin: 0 min(7px, 0.7vw) 0 0;
    border: 1px solid;
    letter-spacing: 0;
}
.contact-banner__title-letter:last-child {
    margin: 0 min(25px, 2.5vw) 0 0;
}
.contact-banner__tel-container {
    display: flex;
    align-items: center;
    gap: min(50px, 4vw);
	padding: min(15px, 1.2vw) 0 min(10px, 0.8vw) 0;
}
.contact-banner__tel {
    font-size: min(5.8rem, 5.8vw);
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
}
.contact-banner__tel-num-icon {
    display: block;
    width: min(39px, 3.5vw);
	height: min(39px, 3.5vw);
}
.contact-banner__tel-num-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.contact-banner__hour {
    color: #333;
    font-size: min(1.6rem, 1.5vw);
	display: block;
}
.contact-banner__company {
    font-size: min(2.4rem, 2.3vw);
	display: block;
}
.contact-banner__btn {
    display: inline-flex;
    align-items: center;
    place-content: center;
    gap: min(15px, 1.5vw);
    border: 1px solid;
    font-size: min(1.9rem, 1.9vw);
    position: absolute;
    right: min(40px, 4vw);
    bottom: min(10px, 1vw);
    width: min(322px, 32.2vw);
    height: min(52px, 5.2vw);
}
.contact-banner__btn:after {
    content: " \f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.contact-banner__image {
    width: min(194px, 19.4vw);
    display: block;
    position: absolute;
    bottom: 0;
    left: min(20px, 2vw);
}
.contact-banner__image img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .page-parts-related 関連ページはこちら*/
.page-parts-related__list {
    display: flex;
    flex-wrap: wrap;
    gap: min(20px,2vw) 2.45%;
	padding: min(25px, 2.5vw) 0 0 0;
}
.page-parts-related__item {
    border: 1px solid #cfcfcf;
    border-radius: min(20px, 2vw);
    overflow: hidden;
    width: 31.7%;
    aspect-ratio: 362 / 300;
    box-sizing: border-box;
}
.page-parts-related__item:hover {
	background: #fafdf6;
}
.page-parts-related__item a {
    display: block;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
}
.page-parts-related__item-image {
    display: block;
    border-radius: min(10px, 1vw) min(10px, 1vw) 0 0;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 334 / 191;
}
.page-parts-related__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s all;
}
.page-parts-related__item:hover .page-parts-related__item-image img {
    transform: scale(1.1,1.1);
}
.page-parts-related__item-title {
    color: #454545;
    font-size: min(1.5rem, 1.3vw);
    font-weight: bold;
    text-align: center;
    display: block;
    padding: min(10px, 0.8vw) 0 0 0;
    line-height: 1.2;
}
/* .page-parts-parent-child 固定ページ親子兄弟記事*/
.page-parts-parent-child {
    background: var(--light-green-color);
    padding: min(85px, 8vw) 0;
}
.page-parts-parent-child__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2.45%;
	padding: 55px 0 0 0;
}
.page-parts-parent-child__item {
    width: 31.7%;
    aspect-ratio: 362 / 292;
}
.page-parts-parent-child__item:hover {
    background: var(--hover-color);
}
.page-parts-parent-child__item a {
    background: #fff;
    display: block;
    text-decoration: none;
    color: #333;
    box-shadow: 0px 0px 9px #ddd;
    border-radius: min(20px, 2vw);
    overflow: hidden;
    padding: min(13px, 1vw);
    height: 100%;
    box-sizing: border-box;
}
.page-parts-parent-child__item-image {
	display: block;
    width: 100%;
    aspect-ratio: 334 / 191;
    border-radius: min(10px, 1vw) min(10px, 1vw) 0 0;
    overflow: hidden;
}
.page-parts-parent-child__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s all;
}
.page-parts-parent-child__item:hover .page-parts-parent-child__item-image img {
    transform: scale(1.1, 1.1);
}
.page-parts-parent-child__item-title {
    display: block;
    font-size: min(2rem, 1.9vw);
    font-weight: bold;
    line-height: 1.1;
    padding: min(20px, 1.5vw) 0 0;
    text-align: center;
}
/* .page-parts-latest 最新のカスタム投稿*/
.page-parts-latest {
	padding: 0 0 80px 0;
}
.page-parts-latest__list {
    display: flex;
    flex-wrap: wrap;
    gap: min(20px, 2vw) 2.75%;
}
.page-parts-latest__item {
	border: 1px solid #cfcfcf;
    border-radius: min(20px, 2vw);
    overflow: hidden;
    width: 31.5%;
    box-sizing: border-box;
    aspect-ratio: 274 / 230;
}
.page-parts-latest__item a {
    display: block;
    text-decoration: none;
    padding: min(10px, 0.8vw);
    box-sizing: border-box;
    height: 100%;
	transition: 1s all;
}
.page-parts-latest__item a:hover {
	background: var(--hover-color);
}
.page-parts-latest__item-image {
    display: block;
    border-radius: min(10px, 1vw) min(10px, 1vw) 0 0;
    overflow: hidden;
    aspect-ratio: 253 / 145;
}
.page-parts-latest__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s all;
}
.page-parts-latest__item:hover .page-parts-latest__item-image img {
    transform: scale(1.1,1.1);
}
.page-parts-latest__item-title {
    color: #454545;
    font-size: min(1.5rem, 1.3vw);
    font-weight: bold;
    text-align: center;
    display: block;
    padding: min(10px, 0.8vw) 0 0 0;
    line-height: 1.2;
}
/* .page-parts-latest-news 最新のお知らせ・セミナー情報*/
.page-parts-latest-news__item {
    border-bottom: 1px solid #eee;
}
.page-parts-latest-news__item a {
    display: block;
	padding: 20px 0;
	text-decoration:none; 
}
.page-parts-latest-news__item a:hover {
	background:var(--hover-color);
}
.page-parts-latest-news__item-date {
    background: var(--main-color);
    color: #fff;
    padding: 9px 16px;
    border-radius: 50px;
    box-sizing: border-box;
	font-size: 1.3rem;
}
.page-parts-latest-news__item-category {
    border: 1px solid;
    border-radius: 50px;
    margin: 0 7px 0 0;
    padding: 9px 16px;
    box-sizing: border-box;
	font-size: 1.3rem;
}
.page-parts-latest-news__item-title {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--main-color);
    padding: 15px 0 0 0;
}
/*.page-parts-case-search 解決事例検索*/
.page-parts-case-search {
    padding: 0 0 min(30px,3vw) 0;
}
.page-parts-case-search h3 {
    border: inherit;
    background: #eaede6;
	text-align: center;
}
.page-parts-case-search__list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
	gap: 10px 1.25%;
}

.page-parts-case-search__item {
	width: 19%;
	border: 1px solid var(--main-color);
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	box-sizing: border-box;
}

.page-parts-case-search__item a {
    text-decoration: none;
    display: block;
    color: #333333;
    padding: min(15px, 1.5vw) 0;
    background: #fff;
    font-size: min(1.5rem, 1.4vw);
}
.page-parts-case-search__item a:hover {
    background:var(--hover-color);
}

.page-parts-case-search__item span:before {
    content: "\f02b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translate(-100%, -50%);
    color: var(--main-color);
}
.page-parts-case-search__item span {
    position: relative;
}
.page-parts-case-search input#search-input::placeholder {
    color: #c7c7c7;
}
.page-parts-case-search__search-btn {
    font-size: min(18px, 1.7vw);
    border: inherit;
    background: var(--main-color);
    color: white;
    width: 15%;
    height: min(45px, 4.5vw);
    box-sizing: border-box;
}
.page-parts-case-search__search-btn:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    left: -10%;
    transform: translate(-100%, -50%);
    color: #ffffff;
}
.page-parts-case-search__search-btn:hover {
    cursor: pointer;
    filter:alpha(opacity=70);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.page-parts-case-search form#search {
    text-align: center;
    display: block;
}
.page-parts-case-search input#search-input {
    font-size: min(18px, 1.7vw);
    border-color: inherit;
    border: 1px solid #d6d6d6;
    padding: 0 min(20px,2vw);
    width: 46%;
    height: min(45px, 4.5vw);
    box-sizing: border-box;
}
/*----------------------------------------------------
    .main.page-404
----------------------------------------------------*/

.page-404__main-text {
    text-align: center;
    font-size: 17.6rem;
    font-weight: bold;
    color: #d8d8d8;
}
.page-404__text {
    text-align: center;
    font-size: 2rem;
}
.page-404__search {
    text-align: center;
}

/*----------------------------------------------------
    .main.page-search
----------------------------------------------------*/
main.page-search {
    padding-bottom: 80px;
}
.page-search__list a {
    display: block;
    text-decoration: none !important;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}



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

.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    width: 80%;
    font-size: min(15px, 1.5vw);
	box-sizing: border-box;
	height: min(40px, 4vw);
}

.wpcf7 textarea {
    width: 80%;
	padding: min(10px, 1vw);
    font-size: min(15px, 1.5vw);
	box-sizing: border-box;
	height: min(350px, 35vw);
}
.required{
	color: #fff;
	margin-right: min(10px, 1vw);
	padding: min(3px, 0.3vw) min(10px, 1vw);
	background: #B22D00;
}
.optional {
	color: #fff;
	margin-right: min(10px, 1vw);
	padding: min(3px, 0.3vw) min(10px, 1vw);
	background: #999;
}