@charset "UTF-8";


:root {
	--main-color: #005bac;
	--sub-color: #f5b2b2;
	--hover-color: #e4ebf3;
}
html {
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 17px;
  color: #333;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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,
#page p {
  line-height: 1.5;
  padding: 10px 0;
}

.tel-num {
    font-weight: bold;
    font-family: 'Roboto Condensed', 'arial', sans-serif;
}

/* 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;
}
.page_ul li:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0da";
    color: var(--main-color);
    padding: 0 10px 0 0px;
    font-weight: 900;
}
/* マーカー */
.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;
}

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

table.mainstyle {
  border-collapse: collapse;
  border-spacing: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
  margin: 0 0 10px 0;
}

table.mainstyle th {
  font-weight: bold;
  padding: 10px;
  border: 1px #b9b9b9 solid;
  border-width: 0 0 1px 1px;
  background: #e4ebf3;
  vertical-align: middle;
  font-size: min(1.7rem, 1.7vw);
}

table.mainstyle td {
  padding: 10px;
  border: 1px #b9b9b9 solid;
  border-width: 0 0 1px 1px;
  background: #fff;
  font-size: min(1.7rem, 1.7vw);
  line-height: 1.5;
  vertical-align: middle;
}


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

.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form textarea {
    width: 70%;
    height: 40px;
    font-size: 15px;
	box-sizing: border-box;
    padding: 10px;
}
.contact-form textarea {
    height: 350px;
	width: 100%;
}
.contact-form input[type=submit] {
	display: block;
    margin: 30px auto;
    padding: 6px 0;
    font-size: 22px;
    text-align: center;
    width: 40%;
}
.contact-form .wpcf7-form-control-wrap {
    display: block;
}
.contact-form label {
    display: block;
    margin: 15px 0 10px 0;
}

/*----------------------------------------------------
  layout
----------------------------------------------------*/
.company_name {
    background-color: #51b800;
    color: white;
    font-weight: bold;
    padding: 30px 0;
    font-size: 18px;
    line-height: 1.6em;
}
a.hv.btn01 {
border: 1px solid #eb001c;
    display: block;
    text-align: center;
    margin: auto;
    padding: 14px 0;
    width: 500px;
    border-radius: 7px;
    background-color: white;
    font-size: 22px;
    position: relative;
    text-decoration: none;
}
a.hv.btn01:before {
    content: "";
    content: "\f138";
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    left: 113px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    color: #de0b17;
}
/*----------------------------------------------------
    共通
----------------------------------------------------*/

.sub-page {
    width: min(1140px, 92%);
    margin: 30px auto 60px;
    display: flex;
    justify-content: space-between;
}
.sub-page p,
.sub-page .page_ul li {
	font-size: min(1.7rem, 1.7vw);
	line-height: 2.18;
}
/* .sidebar */
.sidebar {
    width: 20%;
}
.sidebar h2 {
    font-size: 1.7rem;
    padding: 14px;
    margin: 25px 0 15px 0;
}
.sidebar h2:before {
    content: none;
}
.sidebar__contact a {
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 3px solid var(--sub-color);
    border-radius: 12px;
    background-image: url(/wp-content/uploads/2025/04/sidebar__contact.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 275px;
    box-sizing: border-box;
	gap: 8px;
}
.sidebar__contact-catch {
    background: var(--main-color);
    font-size: 15px;
    line-height: 1.2;
    display: grid;
    place-content: center;
    border-radius: 50px;
    width: 96px;
    height: 96px;
    transform: rotate(-20deg);
	margin: 0 0 0 8px;
}
.sidebar__contact-title {
    background: var(--sub-color);
    font-size: 18px;
    line-height: 1.2;
    height: 80px;
    display: grid;
    place-content: center;
}
.sidebar .menu-sidemenu-container ul a {
    display: block;
    background: #fff;
    color: #333;
    padding: 16px 19px 16px 0px;
    font-size: 1.6rem;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    line-height: 1.3;
    text-decoration: none;
}
.sidebar .menu-sidemenu-container > ul a:hover {
	background: var(--hover-color);
}
.sidebar .menu-sidemenu-container > ul a:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    color: var(--main-color);
    right: 10px;
    font-weight: 900;
    padding-right: 1px;
    position: absolute;
}
.sidebar .menu-sidemenu-container .sub-menu a {
    background: #f9f9f9;
    padding-left: 30px;
}
.sidebar .sub-menu {
    display: none;
}
.sidebar__access {
    padding: 0 0 30px 0;
}
.sidebar__access-map {
    height: 193px;
    width: 100%;
}
.sidebar__access-map iframe{
    height: 100%;
    width: 100%;
}
.sidebar__access-address {
    font-size: 1.4rem;
    line-height: 1.57;
    padding: 10px 0 0 0;
}
.sidebar__search {
	background: #e4ebf3;
}
.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(--main-color);
	color: #fff;
	font-size: 1.4rem;
	width: 24%;
}
main {
	width: 76%;
}
main.top {
    width: 100%;
}
.wrap {
    width: min(1140px, 92%);
    margin: 0 auto;
    z-index: 1;
}
.page-title {
    height: 210px;
    background-image: url(/wp-content/uploads/2025/04/page-title__bg-scaled.jpg);
    background-size: cover;
    background-position: center;
    display: grid;
    place-content: center;
}
.page-title h2 {
	font-size: 3rem;
	background: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.page-title h2:before,
.page-title h2:after {
    content: none;
}



/*----------------------------------------------------
  headline
----------------------------------------------------*/

h2 {
    font-size: min(2.8rem, 2.8vw);
    padding: 19px 15px;
    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;
} 
h2.ac:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    float: right;
    font-weight: 900;
    position: absolute;
    padding-top: 0px;
    width: 43px;
    height: 40px;
    background-color: white;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    color: #ffae52;

}
h3 {
    clear: both;
    color: var(--main-color);
    font-size: min(2.5rem, 2.5vw);
    padding: 14px 11px;
    margin: 30px 0 20px;
    border-top: 1px solid;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
}
h4 {    
    font-size: min(2.2rem, 2.2vw);
    font-weight: bold;
    background: #f9f9f9;
    border-bottom: 2px solid var(--main-color);
    margin: 30px 0 20px;
    padding: 15px 14px 13px 14px;
    clear: both;
    color: #383838;
}

h5 {
    font-size: min(2rem, 2vw);
    padding: 6px 11px;
    margin: 30px 0 20px;
    border-left: solid 3px var(--main-color);
}

h6 {
    font-size: min(1.8rem, 1.8vw);
    font-weight: bold;
    padding: 19px 15px;
    position: relative;
    display: block;
    background-color: #f7f7ef;
}
main.top h2,
.access h2,
.page-parts-parent-child 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;
    margin: 0;
    padding: 0;
    text-align: center;
    background: inherit;
}
main.top h2 span:after,
.access h2 span:after,
.page-parts-parent-child h2 span:after,
.page-parts-case-search h2 span:after {
	content: '';
	height: 2px;
	width: 73px;
    display: block;
	margin: 10px auto 0;
    background: var(--sub-color);
}
main.top h2:after,
main.top h2:before,
.access h2:after,
.access h2:before,
.page-parts-parent-child h2:after,
.page-parts-parent-child h2:before,
.page-parts-case-search h2:after,
.page-parts-case-search h2:before {
    content: none;
}
/*----------------------------------------------------
   header
----------------------------------------------------*/
h1 { 
    background-color: var(--main-color);
    color: white;
    font-weight: normal;
    padding: 3px 0;
    font-size: 1.2rem;
}
header {
  position: relative;
}
.header__logo {
    width: min(389px, 38.9vw);
    position: relative;
    box-sizing: border-box;
    padding: min(5px, 0.5vw) 0 0 0;
}
.header__info {
    display: flex;
    width: min(1300px, 98%);
    margin: 0 auto;
    justify-content: space-between;
    background: #fff;
    padding: min(10px, 1vw) 0 min(10px, 1vw);
}
.header__contact-container {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.header__recruit {
    font-size: min(1.3rem, 1.3vw);
    color: #333;
    text-align: right;
    display: block;
    margin: 0 0 3px 0;
}
.header__contact-btns {
	display: flex;
    justify-content: end;
    gap: min(8px, 0.8vw);
    align-items: center;
}
.header__contact-privacy-mark {
    width: min(57px, 5.7vw);
    height: min(57px, 5.7vw);
    margin: 0 min(10px, 1vw) 0 0;
}
.header__contact-privacy-mark img {
    width: 100%;
    height: 100%;
	object-fit: contain;
}
.header__contact-btn {
    position: relative;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    height: min(59px, 5.9vw);
    box-sizing: border-box;
}
.header__contact-tel {
    padding: 0 min(10px, 1vw);
}
.header__contact-mail {
    padding: 0 min(25px, 2.5vw);
	background: var(--main-color);
	color: #fff;
}
.header__contact-btn a {
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
}
.header__contact-tel-title {
    color: var(--main-color);
    font-weight: bold;
	display: block;
	font-size: min(1.4rem, 1.4vw);
	line-height: 1.2;
}
.header__contact-tel-info {
    text-align: center;
}
.header__contact-tel-num {
    font-size: min(2.6rem, 2.6vw);
    display: flex;
    align-items: center;
    gap: 3px;
}
.header__contact-tel-num:before {
    content: '';
	display: block;
	background-image: url(/wp-content/uploads/2025/04/icon__tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
}
.header__contact-tel-hour {
    display: block;
	font-size: min(1.3rem, 1.3vw);
    color: #333;
}
.header__contact-mail-title {
    font-weight: bold;
	display: flex;
	align-items: center;
	font-size: min(1.5rem, 1.5vw);
	text-align: center;
	line-height: 1.2;
	gap: min(20px, 2vw);
    color: #fff;
}
.header__contact-mail-title:before {
    content: '';
	display: block;
	background-image: url(/wp-content/uploads/2025/04/icon__mail.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 17px;
}
.header__contact-chatwork {
	width: min(68px, 6.8vw);
    height: min(59px, 5.9vw);
}
.header__contact-chatwork img {
	width: 100%;
    height: 100%;
	object-fit: contain;
}
/*----------------------------------------------------
   footer
----------------------------------------------------*/
footer {
	background: var(--main-color);
}
.footer-menu__container {
    width: min(1140px, 96%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	position: relative;
}

.footer-menu {
    padding: min(90px, 9vw) 0 min(130px, 13vw);
}
.footer-menu__logo {
    width: min(325px, 32.5vw);
    margin: 0 min(60px, 6vw) 0 0;
}
.footer-menu__menu {
    flex: 1;
}
.footer-menu__menu li {
    margin: 0 0 min(10px, 1vw) 0;
}
.footer-menu__menu a {
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    font-size: min(15px, 1.5vw);
    display: flex;
    gap: min(10px, 1vw);
    align-items: center;
	    -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;
}
.footer-menu__menu a: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;

}
.footer-menu__menu a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
}
.footer-menu__menu .menu-icon img {
	transform: scale(0.67);
}
.footer-copy {
    text-align: center;
    color: #fff;
    font-size: min(1.1rem, 1.1vw);
    padding: 0 0 10px;
    width: min(1100px, 96%);
    margin: 0 auto;
    position: relative;
}
.footer-copy:before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/04/footer__icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: min(50px, 5vw);
    height: min(88px, 8.8vw);
    bottom: 0;
    left: 0;
    position: absolute;
}
/*----------------------------------------------------
  フローティング
----------------------------------------------------*/
/* .floating-page-top */
.floating-page-top {
    position: fixed;
    bottom: 120px;
    right: 35px;
    z-index: 100;
    width: 61px;
}
/* .floating-side */ 
.floating-side {
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 10000;
    display: none;
}
.floating-side__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.floating-side__item a {
    display: flex;
    gap: 13px;
    color: #fff;
    text-decoration: none;
    font-size: min(1.8rem, 1.6vw);
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: var(--sub-color);
    border-radius: 5px 0 0 5px;
    width: min(55px, 4vw);
    height: min(140px, 14vw);
    align-items: center;
    place-content: center;
}
.floating-side__item:nth-child(2) a {
	background: #93cec9;
}
.floating-side__item:nth-child(3) a {
	background: #278ed0;
}
.floating-side__item a:before {
    content: " \f086";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
}
.floating-side__item:nth-child(2) a:before {
    content: " \f02d";
	font-style: italic;
}
.floating-side__item:nth-child(3) a:before {
    content: " \f3c5";
}

/*----------------------------------------------------
  global-nav
----------------------------------------------------*/

.global-nav {
    background: #fff;
	  width: 100%;
	 position: relative;
	 box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
}
.global-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
	 z-index: 9999;
}
.global-nav__container {
    width: min(1300px, 96%);
    margin: 0 auto;
}
.global-nav .global-nav__list {
    display: flex;
}
.global-nav__list > li {
    width: 100%;
    -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;
	position: relative;
}
.global-nav__list > li > a {
    color: #333;
    font-size: min(14px, 1.3vw);
    text-decoration: none;
    font-weight: bold;
    display: grid;
    place-content: center;
    -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;
    height: 90px;
    gap: 10px;
    transition: 1s all;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 0 min(5px, 0.5vw);
    line-height: 1.2;
}
.global-nav__list > li > a:hover {
	background: var(--hover-color);
}
.global-nav .global-nav__list > li > a:before {
    content: '';
    display: block;
    height: 75%;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #e5e5e5;
    position: absolute;
    left: 0;
}
.global-nav .global-nav__list > li:last-child a:after {
    content: '';
    display: block;
    height: 75%;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #e5e5e5;
    position: absolute;
    right: 0;
}
@media (hover: hover) and (pointer: fine) {
	.global-nav__list > li:hover .sub-menu {
  		display:block;
  		position: absolute;
  		opacity: 0.95;
	}
}


.global-nav .sub-menu {
    display: none;
    background: #278ed0;
    position: absolute;
    z-index: 2;
    min-width: 100%;
	padding: 10px 0;
}
.global-nav .sub-menu a {
    text-decoration: none;
    text-align: left;
    color: var(--main-color);
	display: block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: left;
	height:inherit;
	  -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;
	font-weight: bold;

}
.global-nav .sub-menu li a:hover {
   opacity: 0.6;
}
.global-nav .sub-menu .menu-title {
    white-space: pre;
}
.global-nav .menu-icon {
    display: grid;
	place-content: center;
}
.global-nav .menu-icon img {
    transform: scale(0.67);
}
/*----------------------------------------------------
  共通ブロック
----------------------------------------------------*/

/*.contact-banner*/
.contact-banner {
    padding: min(40px, 4vw) 0 min(37px, 3.7vw);
    background-image: url(/wp-content/uploads/2025/04/contact-banner__bg-scaled.jpg);
    background-size: cover;
    background-position: center;
}
.contact-banner__container {
    background: #fff;
    border-radius: 10px;
}
.contact-banner__container a {
    display: block;
    text-decoration: none;
    position: relative;
    padding: min(20px, 2vw) 0 min(25px, 2.5vw) min(280px, 20vw);
}
.contact-banner__title {
    display: block;
    font-weight: bold;
    font-size: min(3.2rem, 3vw);
    letter-spacing: 0.1em;
}
.contact-banner__title-letter {
    background: var(--main-color);
    color: #fff;
    width: min(53px, 5vw);
    height: min(53px, 5vw);
    display: inline-grid;
    place-content: center;
    margin: 0 min(8px, 0.6vw) 0 0;
	letter-spacing: inherit;
}
.contact-banner__title-letter:last-child {
    margin: 0 min(15px, 1.2vw) 0 0;
}
.contact-banner__tel-container {
    display: flex;
    align-items: center;
    gap: min(30px, 3vw);
    padding: min(10px, 1vw) 0;
}
.contact-banner__tel {
    font-size: min(5.8rem, 5.7vw);
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
}
.contact-banner__tel:before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/04/icon__tel-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 39px;
    height: 39px;
}
.contact-banner__hour {
    color: #333;
    font-size: min(1.6rem, 1.6vw);
	display: block;
}
.contact-banner__company {
    font-size: min(2.4rem, 2vw);
    color: #333;
	display: block;
	font-weight: bold;
}
.contact-banner__btn {
    display: inline-flex;
    align-items: center;
    place-content: center;
    gap: min(15px, 1.5vw);
    font-size: min(1.9rem, 1.8vw);
    position: absolute;
    right: min(40px, 2vw);
    bottom: min(15px, 1.5vw);
    width: min(322px, 28vw);
    height: min(52px, 5.2vw);
    color: #0f3659;
    box-shadow: 0 2px 5px #00000075;
    border-radius: 5px;
    overflow: hidden;
    background: var(--sub-color);
    font-weight: bold;
}
.contact-banner__btn:after {
    content: " \f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.contact-banner__image {
    width: min(194px, 18vw);
    display: block;
    position: absolute;
    bottom: 0;
    left: min(20px, 1vw);
}
.contact-banner__image img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.contact-banner__icon-list {
    position: absolute;
    display: flex;
    gap: min(20px, 1vw);
    top: min(20px, 2vw);
    right: min(35px, 2vw);
}
.contact-banner__icon {
	width: min(75px, 6.5vw);
	height: min(75px, 6.5vw);
}
.contact-banner__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .accsess */
.access {
    padding: 60px 0 0 0;
}

.access__map {
    padding: 65px 0 0 0;
}
.access__map iframe {
    height: 510px;
}


/*----------------------------------------------------
  TOP
----------------------------------------------------*/
/* .btn-top */
.btn-top {
    display: grid;
    align-items: center;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    height: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #0f3659;
    box-shadow: 0 2px 5px #00000075;
    border-radius: 5px;
    overflow: hidden;
}

.btn-top span {
  position: relative;
  z-index: 1;
}
.btn-top span:after {
    content: " \f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
    top: 50%;
    font-weight: 900;
    z-index: 999;
    display: block;
    transform: translate(0%, -50%);
	color: #fff;
}
.btn-top::before,
.btn-top::after {
    content: "";
    display: block;
    background-color: var(--sub-color);
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}
.btn-top::before {
  left: 0;
}
.btn-top::after {
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
	.btn-top:hover:before,
	.btn-top:hover:after {
  		width: 0;
  		background-color: #ffffff;
	}
	.btn-top:hover {
  		color: var(--sub-color);
	}
	.btn-top:hover span:after {
  		color: #0f3659;
	}
  }
/* .mv */
.mv {
    background: var(--main-color);
}
.mv__container {
	position: relative;
/* 	max-width: 1800px; */
	margin: 0 auto;
}
.mv__item {
    height: min(480px, 48vw);
    position: relative;
}
.mv__item-image {
    width: 51%;
    height: 100%;
	position: relative;
}
.mv__item-image img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.mv__item-text-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    color: #fff;
    background: linear-gradient(90deg, transparent, var(--main-color) 18%);

}
.mv__item-text-container {
    box-sizing: border-box;
    width: min(580px, 58vw);
    margin: min(110px, 11vw) auto 0;
}
.mv__item-title {
    padding: 0 0 min(20px, 2vw) 0;
    font-size: min(3.4rem, 3.4vw);
    font-weight: bold;
}
.mv__item-text {
    font-size: min(1.8rem, 1.8vw);
    padding: 0 0 min(40px, 4vw) 0;
}
.mv__item-btn {
    color: #fff;
    text-decoration: none;
    font-size: min(1.6rem, 1.6vw);
    height: 57px;
    display: grid;
    place-content: center;
    width: min(245px, 24.5vw);
    box-sizing: border-box;
    box-shadow: 0 2px 5px #00000075;
    border-radius: 5px;
    overflow: hidden;
    color: #0f3659;
    background: var(--sub-color);
    font-weight: bold;
}
.slick-mv__dots-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: min(25px, 2.5vw);
    right: min(80px, 8vw);
}

.slick-mv__dots-wrap li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.slick-mv__dots-wrap li:hover,
.slick-mv__dots-wrap li.slick-active {
    background: #a4a4a4;
}
.slick-mv__dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
/* .solution */
.solution {
    padding: min(60px, 6vw) 0 min(85px, 8.5vw);
	background: #e0ebf7;
}
.solution__sub-title {
    text-align: center;
    font-size: min(1.8rem, 1.8vw);
    padding: min(35px, 3.5vw) 0 min(55px, 5.5vw);
}
.solution__container {
    width: min(1180px, 92%);
    margin: 0 auto;
}
.solution__list {
    padding: 0 20px;
}
.solution__item a {
    background: #fff;
    display: block;
    text-decoration: none;
    color: #333;
    margin: 9px min(15px, 1vw);
    box-shadow: 0px 0px 9px #ddd;
    border-radius: 20px;
    overflow: hidden;
    padding: min(13px, 1.3vw);
    height: min(292px, 28vw);
    box-sizing: border-box;
}
.solution__item-image {
    display: block;
    height: min(191px, 16vw);
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.solution__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 1s all;
}
.solution__item:hover .solution__item-image img {
    transform: scale(1.1,1.1);
}
.solution__item-title {
    display: block;
    font-size: min(2rem, 2vw);
	font-weight: bold;
	color: var(--main-color);
	line-height: 1.1;
	padding: 20px 0 0;
    text-align: center;
}
.solution__prev,
.solution__next {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
	 z-index: 2;
    top: 50%;
    transform: translateY(-50%);
	border-radius: 50px;
}
.solution__prev {
	left: 0;
}
.solution__next {
	right: 0;
}
.solution__prev::before,
.solution__next::before{
    content: '\f053';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: 1.6rem;
    inset: 0;
}
.solution__next::before{
    transform: rotate(180deg);
}
/* .purpose */
.purpose {
}
.purpose__container {
    width: min(1140px, 96%);
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: min(70px, 7vw) 0 min(80px, 8vw) 0;
}
.purpose__title {
    text-align: center;
    font-size: min(2.8rem, 2.8vw);
    font-weight: bold;
    padding: min(70px, 7vw) 0 0 0;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

/*.feature*/
.feature {
    background-image: url(/wp-content/uploads/2025/04/feature__bg-scaled.jpg);
    background-size: cover;
    background-position: center;
    padding: min(80px, 8vw) 0 min(115px, 11.5vw);
}
main.top .feature h2 {
	color: #fff;
}
.feature__sub-title {
    text-align: center;
    font-size: min(1.8rem, 1.8vw);
    padding: min(35px, 3.5vw) 0 min(65px, 6.5vw);
	color: #fff;
}
.feature__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 min(45px, 4.5vw) 0;
}
.feature__item {
    background-color: #fff;
    width: 31.8%;
    border-radius: 20px;
}
.feature__item-title-en {
    color: var(--main-color);
    font-family: 'Roboto Condensed', 'arial', sans-serif;
    font-size: min(3.2rem, 3.2vw);
    font-weight: normal;
    text-align: center;
    position: relative;
    height: min(85px, 8.5vw);
    display: grid;
    place-content: center;
}
.feature__item-title-en:after {
    content: '';
    width: 45px;
    height: 22px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(100%) translateX(-50%);
    z-index: 2;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 3;
}
.feature__item-title-container {
    position: relative;
    height: min(173px, 17.3vw);
}
.feature__item-image {
	position:  relative;
	height: 100%;
}
.feature__item-image::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(237, 246, 255, .85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.feature__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature__item-title {
    text-align: center;
    font-weight: bold;
    color: var(--main-color);
    font-size: min(2.7rem, 2.4vw);
    position: absolute;
    inset: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
	z-index: 3;
}
.feature__item-text {
    font-size: min(1.6rem, 1.4vw);
    line-height: 1.69;
    padding: min(15px, 1.5vw);
    box-sizing: border-box;
    height: min(210px, 21vw);
}
.feature__btns {
    display: flex;
    justify-content: space-between;
    width: min(1080px, 100%);
    margin: auto;
}
.feature .btn-top {
    width: 47%;
    font-size: 1.8rem;
	height: 70px;
}
.feature .btn-top span:after {
    right: 30px;
}
/* .greeting */
.greeting {
    padding: min(75px, 7.5vw) 0 min(100px, 10vw);
}
.greeting__container {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    padding: min(70px, 7vw) 0 0 0;
}
.greeting__image {
    width: 37.5%;
    border-radius: 20px;
    overflow: hidden;
}
.greeting__image img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.greeting__text-container {
    flex: 1;
    padding: min(30px, 3vw) 0 0 0;
}
.greeting__text {
    padding: 0 0 min(50px, 5vw) 0;
}
.greeting__text-container p {
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.69;
}
.greeting .btn-top {
    width: min(456px, 45.6vw);
}

/*.labor*/
.labor {
    padding: min(85px, 8.5vw) 0 min(140px, 14vw);
    background-image: url(/wp-content/uploads/2025/04/labor__bg-scaled.jpg);
    background-size: cover;
    background-position: center;
}
.labor__list {
    display: flex;
    flex-wrap: wrap;
    padding: min(88px, 8.8vw) 0 min(60px, 6vw) 0;
    gap: min(30px, 3vw) 2.75%;
}
.labor__item {
    width: 31.5%;
    background-color: #e7e7e3;
    position: relative;
    height: min(360px, 30vw);
    overflow: hidden;
    border-radius: 20px;
}

.labor__item-title {
    text-align: center;
    font-weight: bold;
    font-size: min(2.6rem, 2.6vw);
    color: white;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    margin: 0;
}
.labor__item a {
	display: block;
    box-sizing: border-box;
    padding: 8%;
	text-decoration: none;
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    background-color: rgb(0 91 172 / 85%);
    top: 100%;
	font-size: min(1.5rem, 1.5vw);
	line-height: 1.4;
}
.labor__item:hover a {
    top: 0;
    transition: 0.3s ease-in-out;
}
.labor__item-image {
    height: 100%;
	position: relative;
}
.labor__item-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    inset: 0;
}
.labor__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.labor__item-btn {
    display: inline-block;
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2vw;
    padding: 3% 3%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-style: normal;
    font-weight: bold;
    font-size: min(1.6rem, 1.6vw);
    color: #0f3659;
    box-shadow: 0 2px 5px #00000075;
    border-radius: 5px;
    background: var(--sub-color);
}
.labor__item-btn:hover {
    color: var(--sub-color)!important;
    background: #fff;
    cursor: pointer;
}
.labor .btn-top {
    width: min(516px, 51.6vw);
}
/* .customer */
.customer {
    padding: min(90px, 9vw) 0 min(115px, 11.5vw);
	background-image: url(/wp-content/uploads/2025/04/customer__bg-scaled.jpg);
    background-size: cover;
    background-position: bottom;
}
.customer__container {
    width: min(1180px, 98%);
    margin: 0 auto;
}
.customer__list {
    padding: 50px 20px 35px 20px;
}
.customer__item a {
    background: #fff;
    display: block;
    text-decoration: none;
    color: #333;
    margin: 9px min(15px, 1vw);
    box-shadow: 0px 0px 9px #ddd;
    border-radius: 20px;
    overflow: hidden;
    padding: min(15px, 1.5vw);
    height: min(440px, 44vw);
    box-sizing: border-box;
    transition: 1s all;
}
.customer__item-image {
    display: block;
    height: min(220px, 22vw);
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.customer__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 1s all;
}
.customer__item:hover .customer__item-image img {
    transform: scale(1.1,1.1);
}
.customer__item-image .no-image {
    object-fit: contain;
}
.customer__item-title {
    display: block;
    font-size: min(2.2rem, 1.9vw);
    font-weight: bold;
    color: var(--main-color);
    height: min(90px, 7vw);
    box-sizing: border-box;
    padding: min(20px, 2vw) 0 0 0;
    line-height: 1.23;
}
.customer__item-text {
	display: block;
	font-size: min(1.6rem, 1.5vw);
}
.customer__prev,
.customer__next {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
	 z-index: 2;
    top: 50%;
    transform: translateY(-50%);
	border-radius: 50px;
}
.customer__prev {
	left: 0;
}
.customer__next {
	right: 0;
}
.customer__prev::before,
.customer__next::before{
    content: '\f053';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: 1.6rem;
    inset: 0;
}
.customer__next::before{
    transform: rotate(180deg);
}
.customer .btn-top {
    width: min(516px, 51.6vw);
}
/* .case */
.case {
    padding: min(90px, 9vw) 0 min(70px, 7vw);
  background-size: 13px 13px;
  background-position: 50% 50%;
  background-image:
  repeating-linear-gradient(
    90deg,
    #f2f2f2 ,
    #f2f2f2 1px,
    transparent 1px,
    transparent 13px
  ),
  repeating-linear-gradient(
    0deg,
    #f2f2f2 ,
    #f2f2f2 1px,
    #fff 1px,
    #fff 13px
  );
}
.case__container {
    width: min(1700px, 98%);
    margin: 0 auto;
}
.case__list {
    padding: min(50px, 5vw) min(9px, 0.9vw) min(45px, 4.5vw) min(9px, 0.9vw);
}

.case__item a {
    background: #fff;
    display: block;
    text-decoration: none;
    color: #333;
    margin: 9px min(15px, 1vw);
    box-shadow: 0px 0px 9px #ddd;
    border-radius: 20px;
    overflow: hidden;
    padding: min(15px, 1.5vw);
    height: min(460px, 46vw);
    box-sizing: border-box;
	transition: 1s all;
}
.case__item a:hover {
	background: var(--hover-color);
}
.case__item-image {
    display: block;
    height: min(320px, 22vw);
    width: 100%;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.case__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 1s all;
}
.case__item:hover .case__item-image img {
    transform: scale(1.1,1.1);
}
.case__item-image .no-image {
    object-fit: contain;
}
.case__item-title {
    display: block;
    font-size: min(2.2rem, 2vw);
	font-weight: bold;
	color: var(--main-color);
	padding: min(20px, 2vw) 0 0 0;
}
.case__prev,
.case__next {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
	 z-index: 2;
    top: 50%;
    transform: translateY(-50%);
	border-radius: 50px;
}
.case__prev {
	left: 30%;
}
.case__next {
	right: 30%;
}
.case__prev::before,
.case__next::before{
    content: '\f053';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: 1.6rem;
    inset: 0;
}
.case__next::before{
    transform: rotate(180deg);
}
.case .btn-top {
    width: min(200px, 20vw);
}
/*.news*/
.news {
    padding: min(50px, 5vw) 0;
    background: #f8f8f8;
}
.news__list {
    padding: min(60px, 6vw) 0;
}
.news__item-date {
    display: inline-block;
    color: var(--main-color);
    white-space: pre;
}
.news__item-title {
    color: #666;
    line-height: 1.6;
}
.news__item a {
    text-decoration: none;
    padding: min(13px, 1.3vw) min(20px, 2vw);
    display: block;
	font-size: min(1.6rem, 1.6vw);
    display: flex;
    align-items: center;
    gap: min(20px, 2vw);
}
.news__item {
    border-bottom: 1px solid #e7e7e7;
    -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: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 a.btn {
    border: 1px solid var(--main-color);
    text-align: center;
    color: var(--main-color);
    text-decoration: none;
    padding: 1em 0;
    font-size: min(1.6rem, 1.6vw);
    display: block;
    margin: 0 auto;
    background-color: var(--main-color);
    width: 20%;
}
.news .btn-top {
    width: min(200px, 20vw);
}
/* .my-komon */
.my-komon {
    padding: min(78px, 7.8vw) 0 0 0;
}
.my-komon__container {
    height: 643px;
    background: #ebebeb;
    display: grid;
    place-content: center;
    font-size: 2.2rem;
    text-align: center;
}
/*----------------------------------------------------
   gn
----------------------------------------------------*/

.fixed {
  width: 100%;
  position: fixed !important;
  z-index: 101 !important;
  top: 0;
}

.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;
}
/*----------------------------------------------------
    .archive
----------------------------------------------------*/
/* .archive-parts */
.archive-parts__item {
    border-bottom: 1px solid #eee;
}
.archive-parts__item a {
    display: block;
	padding: 20px 0;
	text-decoration:none; 
}
.archive-parts__item a:hover {
	background:var(--hover-color);
}
.archive-parts__item-date {
    background: var(--main-color);
    color: #fff;
    padding: 9px 16px;
    border-radius: 50px;
    box-sizing: border-box;
	font-size: 1.3rem;
}
.archive-parts__item-title {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--main-color);
    padding: 15px 0 0 0;
}
/* .archive-parts-01 */
.archive-parts-01__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3.5%;
}
.archive-parts-01__item {
    border: 1px solid var(--main-color);
    border-radius: 15px;
    overflow: hidden;
    width: 31%;
    box-sizing: border-box;
    height: 227px;
}
.archive-parts-01__item a {
    display: block;
    text-decoration: none;
    padding: 10px;
    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;
    height: 130px;
}
.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: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 20px 0 0 0;
    line-height: 1.5;
}
/* .archive-parts-02 */
.archive-parts-02__item {
    border-bottom: 1px solid #eee;
}
.archive-parts-02__item a {
    display: block;
	padding: 20px 0;
	text-decoration:none; 
}
.archive-parts-02__item a:hover {
	background:var(--hover-color);
}
.archive-parts-02__item-date {
    background: var(--main-color);
    color: #fff;
    padding: 9px 16px;
    border-radius: 50px;
    box-sizing: border-box;
	font-size: 1.3rem;
}
.archive-parts-02__item-category {
    border: 1px solid;
    border-radius: 50px;
    margin: 0 7px 0 0;
    padding: 9px 16px;
    box-sizing: border-box;
	font-size: 1.3rem;
}
.archive-parts-02__item-title {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--main-color);
    padding: 15px 0 0 0;
}
/* .archive-parts-03 */
.archive-parts-03__item a {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
}
.archive-parts-03__item a:hover {
	background: var(--hover-color);
}
.archive-parts-03__item-image {
    width: 170px;
    height: 170px;
}
.archive-parts-03__item-image img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive-parts-03__item-image:has(.no-image) {
	background: #fff;
}
.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: 2.4rem;
    line-height: 1.2;
    padding: 0 0 10px 0;
}
.archive-parts-03__item-category span {
    padding: 7px 16px;
    border-radius: 90px;
    margin-right: 10px;
    border: 1px solid;
    font-size: 1.3rem;
}
.archive-parts-03__item-text {
    color: #333;
    display: block;
}
.archive-parts-03__item-category {
    display: block;
    padding: 0 0 10px 0;
}
/* .archive-parts-04 */
.archive-parts-04 {
	padding: 0 0 min(100px, 10vw) 0;
}
.archive-parts-04__list {
    display: flex;
    flex-wrap: wrap;
    gap: min(30px, 3vw) 2.75%;
}
.archive-parts-04__item {
    border: 1px solid var(--main-color);
    border-radius: 15px;
    overflow: hidden;
    width: 31.5%;
    box-sizing: border-box;
}
.archive-parts-04__item a {
    display: block;
    text-decoration: none;
    padding: min(10px, 1vw) min(10px, 1vw) min(20px, 2vw) min(10px, 1vw);
    box-sizing: border-box;
    height: 100%;
    transition: 1s all;
}
.archive-parts-04__item-image {
	display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 169px;
}
.archive-parts-04__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s all;
}
.archive-parts-04__item-image a {
    display: block;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
    transition: 1s all;
}
.archive-parts-04__item a:hover {
    background: var(--hover-color);
}
.archive-parts-04__item-title {
    color: var(--main-color);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: min(20px, 2vw) 0 0 0;
    line-height: 1.5;
	height: min(90px, 9vw);
	box-sizing: border-box;
}
.archive-parts-04__item:hover .archive-parts-04__item-image img {
    transform: scale(1.1, 1.1);
}
.archive-parts-04__item-category {
    display: flex;
    flex-wrap: wrap;
	padding: 0 min(15px, 1.5vw);
	gap: min(10px, 1vw) 2%;
}
.archive-parts-04__item-category span {
    display: block;
	border: 1px solid;
	font-size: min(1.4rem, 1.4vw);
	border-radius: 50px;
	width: 49%;
	box-sizing: border-box;
	text-align: center;
	padding: min(2px, 0.2vw) 0;
	letter-spacing: -0.03em;
}
/*----------------------------------------------------
    .single
----------------------------------------------------*/
.single__message {
	padding: 30px 0;
}
.single__message p {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}
.single__thumbnail {
    width: 73%;
    margin: 0 auto;
    max-width: 600px;
}
.single__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.single__thumbnail-container {
	display: flex;
    align-items: center;
    gap: min(30px, 3vw);
}
.single__thumbnail-container .single__thumbnail {
    margin: 0;
	width: min(350px, 35vw);
    height: min(350px, 35vw);
}
.single__thumbnail-info-title-container {
	padding: 0 0 min(15px, 1.5vw) 0;
}
.single__thumbnail-info-title {
    font-weight: bold;
    font-size: min(2.3rem, 2.3vw);
}
.single__thumbnail-info-company {
    font-weight: bold;
    font-size: min(2.3rem, 2.3vw);
}
.single__thumbnail-info-pic {
	font-weight: bold;
    font-size: min(1.8rem, 1.8vw);
	padding: 0 0 min(10px, 1vw) 0;
}
.single__thumbnail-info-tags {
    display: flex;
    gap: min(15px, 1.5vw);
}
.single__thumbnail-info-tag {
    background-color: var(--sub-color);
    font-weight: bold;
    font-size: min(1.3rem, 1.3vw);
    color: #fff;
    padding: min(4px, 0.4vw) min(8px, 0.8vw);
}


/*----------------------------------------------------
    下層パーツ
----------------------------------------------------*/
/* .page-parts-related 関連ページはこちら*/
.page-parts-related__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3.5%;
}
.page-parts-related__item {
    border: 1px solid var(--main-color);
    border-radius: 15px;
    overflow: hidden;
    width: 31%;
    box-sizing: border-box;
    height: 227px;
}
.page-parts-related__item:hover {
	background: var(--hover-color);
}
.page-parts-related__item a {
    display: block;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
}
.page-parts-related__item-title {
    color: #454545;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.page-parts-related__item-image {
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 130px;
}
.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: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 20px 0 0 0;
    line-height: 1.5;
}
/* .page-parts-parent-child 固定ページ親子兄弟記事*/
.page-parts-parent-child {
    background-image: url(/wp-content/uploads/2025/04/page-parts-parent-child__bg-scaled.jpg);
    background-size: contain;
    background-position: center;
    padding: min(85px, 8.5vw) 0;
}
.page-parts-parent-child__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2.6%;
	padding: 55px 0 0 0;
}
.page-parts-parent-child__item {
    width: 31.6%;
}
.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: 20px;
    overflow: hidden;
    padding: 13px;
    height: 292px;
    box-sizing: border-box;
}
.page-parts-parent-child__item-image {
    display: block;
    height: 191px;
    width: 100%;
    border-radius: 10px 10px 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, 2vw);
    font-weight: bold;
    color: var(--main-color);
    line-height: 1.1;
    padding: 20px 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: 20px 3.5%;
}
.page-parts-latest__item {
    border: 1px solid var(--main-color);
    border-radius: 15px;
    overflow: hidden;
    width: 31%;
    box-sizing: border-box;
    height: 227px;
}

.page-parts-latest__item a {
    display: block;
    text-decoration: none;
    padding: 10px;
    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: 10px 10px 0 0;
    overflow: hidden;
    height: 130px;
}
.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: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 20px 0 0 0;
    line-height: 1.5;
}
/* .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 h3 {
    border: inherit;
    background: #e4ebf3;
	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: 15px 0;
	background: #fff;
	font-size: 1.5rem;
}
.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: 18px;
    border: inherit;
    background: var(--main-color);
    color: white;
    width: 15%;
    height: 45px;
    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: 18px;
    border-color: inherit;
    border: 1px solid #d6d6d6;
    padding: 0 20px;
    width: 46%;
    height: 45px;
    box-sizing: border-box;
}
/* 執筆者 */
.writer {
    padding: 60px 0 0px;
    clear: both;
}
.writer__container {
    padding: 20px 25px 35px 25px;
    position: relative;
    border: 2px solid #474747;
    font-size: 1.5rem;
}
.writer__title {
    text-align: center;
    color: #fff;
    position: absolute;
    background: #474747;
    font-size: 1.6rem;
    padding: 10px 25px;
    top: 0;
    left: -2px;
    transform: translateY(-100%);
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.writer__katagaki {
    margin: 0 0 10px 0;
    display: inline-block;
}
.writer__content {
    display: flex;
    gap: 20px;
    margin: 0 0 27px 0;
    border-bottom: 1px solid #e5e4df;
}
.writer__text {
    flex: 1;
}
.writer__image {
    width: 172px;
    height: 216px;
}
.writer__image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.writer__item-title {
    background: #e0ebf7;
    width: min(92px, 9.2vw);
    height: min(34px, 3.4vw);
    display: grid;
    place-content: center;
    font-size: 1.4rem;
}
.writer__item-text {
    flex: 1;
	line-height: 1.86;
}
.writer__item-container {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin: 0 0 15px 0;
}
.writer__shozoku {
    display: block;
    padding: 0 0 13px 0;
}
.writer__name {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0 20px;
}
.writer__item {
    padding: 15px 0 0 0;
    border-top: 1px solid #e5e4df;
}
.writer__btn {
    font-size: 1.6rem;
    width: min(315px, 31.5vw);
	height: min(57px, 5.7vw);
    color: #0f3659;
    box-shadow: 0 2px 5px #00000075;
    border-radius: 5px;
    overflow: hidden;
    background: var(--sub-color);
    font-weight: bold;
    text-decoration: none;
    margin: 0 auto;
    display: grid;
	place-content: center;
}
/*----------------------------------------------------
    .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;
}


/*----------------------------------------------------
  プラグイン
----------------------------------------------------*/
/* サイトマップ
======================================================== */
.simple-sitemap-container h3 { padding: 1rem 1rem; white-space: nowrap; font-size: 1.6rem; font-weight: 500 !important; background: none; border: none; }
.simple-sitemap-container h3:before { display: none; }
.simple-sitemap-container.tab-enabled label { margin-bottom: -1px !important; background-color: #f4f4f4; } /* Default tab */
.simple-sitemap-container.tab-enabled input:checked + label > * { position: relative; z-index: 1; background-color: #fff; border: 1px solid #ddd; border-bottom: none; border-radius: 4px 4px 0 0; color: #664c00 !important;} /* Current tab */
.simple-sitemap-container.tab-enabled input:checked + label { background-color: initial !important; }
.simple-sitemap-wrap { padding: 0 0 2rem; }
.simple-sitemap-container ul { margin: 0 auto !important; width: 94%; }
.simple-sitemap-container ul li { margin-left: 0; padding-bottom: 0; list-style: none; }
.sitemap-item { margin: 3rem 0 0; }
.sitemap-item a { display: block; padding: 0.2rem 1rem; background: #faf8f2; border: 1px solid #cacaca; font-size: 1.7rem; }
.children .sitemap-item { margin: 1rem 0 0; padding: 0; }
.children .sitemap-item a { display: inline-block; width: 100%; font-size: 1.5rem; background: none; border: none; }
.children .sitemap-item a:before { content: '\f30b'; font-family: "Font Awesome 6 Free"; font-weight: bold; color: #ccc; margin-right: 0.5rem; display: inline-block; }
ul.children { margin-left: 2rem !important; }
.page_under01 ul.children { margin-left: 0 !important; }

@media only screen and (min-width:600px) and (max-width:1200px) {
  .simple-sitemap-container.tab-enabled label { margin: 0 0.42vw 0 0; border-radius: 0.3vw 0.3vw 0 0; }
  .simple-sitemap-container h3 { padding: 0.83vw 0.83vw; font-size: 1.33vw; }
  .simple-sitemap-container.tab-enabled .panel { border-radius: 0 0 0.3vw 0.3vw; }
  .sitemap-item { margin: 2.5vw 0 0; }
  ul.children { margin-left: 1.69vw !important; }
  .sitemap-item a { padding: 0.17vw 0.83vw; font-size: 1.42vw; }
  .children .sitemap-item { margin: 0.83vw 0 0; }
  .children .sitemap-item a { font-size: 1.25vw; }
  .children .sitemap-item a:before { margin-right: 0.42vw; }
}

@media screen and (max-width: 600px) {
  .simple-sitemap-container.tab-enabled label { margin-right: 2px !important; width: 16% !important; height: 10vw; }
  .simple-sitemap-container.tab-enabled input:checked + label { padding-right: 0; }
  .simple-sitemap-container h3 { padding: 2vw 0; height: 100%; font-size: 1.3rem; text-align: center; white-space: initial; }
}
/* #toc_container */
#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li{
	font-size: inherit;
    line-height: inherit;
}
#toc_container.no_bullets li:before, #toc_container.no_bullets ul li:before, .toc_widget_list.no_bullets li:before{
	content: none;
}
/* #breadcrumbs */
#breadcrumbs {
    width: min(1140px, 98%);
    margin: 10px auto 0;
    font-size: 1.3rem;
}
#breadcrumbs a {
	text-decoration: none;
}
/* .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
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　 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); }

/* 2025.06.25 マイコモンの文字サイズ修正 */
main.top .content_item_list { padding: min(60px, 6vw) 0; }
.content_item_list dt { text-decoration: none; padding: min(13px, 1.3vw) min(20px, 2vw); display: block; font-size: min(1.6rem, 1.6vw); display: flex; align-items: center; gap: min(20px, 2vw); border-bottom: 1px solid #e7e7e7; }
/* main.top .content_item_list dt { -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; }
main.top .content_item_list dt: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; } */
main.top .content_item_list dt .item_date_left { display: inline-block; color: var(--main-color); white-space: pre; }
main.top .content_item_list dt .item_title a { color: #666; line-height: 1.6; }
main.top #mkcontents div.article + div { padding-bottom: 80px !important; }
#mkcontents,
#mkcontents table { font-size: 100% !important; }