@charset "UTF-8";


:root {
	--main-color: #0082ce;
	--sub-color: #c3d729;
	--hover-color: #f4f8f9;
}
html {
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	font-size: min(1.7rem, 1.7vw);
	color: #333;
	overflow-x: hidden;
	position: relative;
	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,
#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-layout: fixed;
}

table.mainstyle th {
  font-weight: bold;
  padding: 10px;
  border: 1px #b9b9b9 solid;
  border-width: 0 0 1px 1px;
  background: #fff7ea;
  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;
}
.sub-page table {
	width:100%;
    border-collapse: collapse;
	margin: min(20px, 2vw) 0;
}
.sub-page table thead th {
	font-weight: bold;
	padding: min(15px, 1.5vw);
	color:#fff;
	background: var(--main-color);
	vertical-align: middle;
	border: 1px solid #eee;
	text-align: center;
}
.sub-page table tbody th {
	font-weight: bold;
	padding: min(15px, 1.5vw);
	vertical-align: middle;
	border: 1px solid #eee;
	text-align: center;
}
.sub-page table td {
	padding: min(15px, 1.5vw);
	vertical-align: middle;
	border: 1px solid #eee;
	text-align: center;
}
.sub-page table th:nth-child(1) {
	width:40%;
}
/*----------------------------------------------------
  お問い合わせフォーム
----------------------------------------------------*/

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

.btn{
    color: #fff;
    text-decoration: none;
    font-size: min(1.8rem, 1.8vw);
    display: block;
    place-content: center;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    background: var(--main-color);
    font-weight: bold;
    padding: min(10px, 1vw);
    border: 1px solid;
    margin: min(20px, 2vw) auto;
    text-align: center;
    width: 50%;
}
/*----------------------------------------------------
    共通
----------------------------------------------------*/

.sub-page {
    width: min(1140px, 98%);
    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.12;
}
.sub-page p {
	padding:0 0 1em 0;
}
/* .sidebar */
.sidebar {
    width: 20%;
}
.sidebar h2 {
    font-size: 1.7rem;
    padding: 14px;
    margin: 25px 0 15px 0;
	background: var(--main-color);
}
.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/05/sidebar__contact.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 275px;
    box-sizing: border-box;
    gap: 8px;
}
.sidebar__contact-catch {
    background: var(--sub-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: #e3f1f6;
}
.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, 96%);
    margin: 0 auto;
    z-index: 1;
}
.page-title {
    height: 210px;
    background-image: url(/wp-content/uploads/2025/05/page-title__bg-left.jpg), url(/wp-content/uploads/2025/05/page-title__bg-right.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left, right;
	background-color: #e3f1f6;
    display: grid;
    place-content: center;
}
.page-title h2 {
	font-size: 3.7rem;
	background: none;
	text-align: center;
	margin: 0;
	padding: 0;
    letter-spacing: 0.06em;
	color: var(--main-color);
}
.page-title h2:before,
.page-title h2:after {
    content: none;
}



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

h2 {
    font-size: min(2.8rem, 2.8vw);
    padding: min(19px, 1.9vw) min(15px, 1.5vw);
    color: #ffffff;
    background: 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: min(14px, 1.4vw) min(15px, 1.5vw);
    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: #f4f8f9;
    border-bottom: 2px solid var(--main-color);
    margin: 30px 0 20px;
    padding: min(15px, 1.5vw) min(14px, 1.4vw) min(13px, 1.3vw) min(14px, 1.4vw);
    clear: both;
    color: #383838;
}

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

h6 {
    font-size: min(1.8rem, 1.8vw);
    font-weight: bold;
    padding: min(19px, 1.9vw) min(15px, 1.5vw);
    position: relative;
    display: block;
    background-color: #ffffe3;
}
main.top h2,
.access h2,
.page-parts-parent-child h2,
.page-parts-case-search h2 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    background: inherit;
	font-size: min(3.6rem, 3.6vw);
	color: var(--main-color);
}
.heading__en {
    font-size: 2.47em;
	font-family: 'Roboto', 'Roboto Condensed', 'arial', sans-serif;
	color: #f1f7f9;
    display: block;
	margin: 0 0 max(-45px, -4.5vw) 0;
}
.heading__jp {
    display: block;
}
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 { 
    font-weight: normal;
    font-size: min(1.3rem, 1.3vw);
}
header {
  position: relative;
}
.header__top {
	background: #f4f7f9;
}
.header__top__container {
    width: min(1140px, 98%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: min(25px, 2.5vw);
}
.header__logo {
    width: min(370px, 37vw);
    position: relative;
    box-sizing: border-box;
}
.header__catch-copy02 {
    font-size: min(1.3rem, 1.3vw);
    padding: min(10px, 1vw) 0 0 min(5px, 0.5vw);
}
.header__info {
    display: flex;
    width: min(1140px, 99%);
    margin: 0 auto;
    justify-content: space-between;
    background: #fff;
    padding: min(15px, 1.5vw) 0 min(10px, 1vw);
    align-items: center;
}
.header__contact-container {
    display: flex;
    justify-content: end;
    gap: min(8px, 0.6vw);
    align-items: center;
}
.header__contact-btn {
    position: relative;
    border-radius: 5px;
    height: min(59px, 5.9vw);
    box-sizing: border-box;
}
.header__contact-tel {
    padding: 0 min(10px, 0.8vw);
	border: 1px solid #333;
}
.header__contact-mail {
    padding: 0 min(25px, 1.5vw);
    background: var(--main-color);
}
.header__contact-btn a {
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    color: #333;
    gap: min(15px, 1.3vw);
}
.header__contact-tel-title {
    font-weight: bold;
	display: block;
	font-size: min(1.4rem, 1.3vw);
	line-height: 1.2;
	color: var(--main-color);
}
.header__contact-tel-info {
    text-align: center;
}
.header__contact-tel-num {
    font-size: min(2.6rem, 2.5vw);
    display: flex;
    align-items: center;
    gap: min(3px, 0.3vw);
}
.header__contact-tel-num:before {
    content: '';
	display: block;
	background-image: url(/wp-content/uploads/2025/05/icon__tel-green.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: min(20px, 2vw);
	height: min(21px, 2.1vw);
}
.header__contact-tel-hour {
    display: block;
	font-size: min(1.3rem, 1.3vw);
}
.header__contact-mail-title {
    font-weight: bold;
	display: flex;
	align-items: center;
	font-size: min(1.5rem, 1.4vw);
	text-align: center;
	line-height: 1.2;
	gap: min(20px, 1.9vw);
	color: #fff;
}
.header__contact-mail-title:before {
    content: '';
	display: block;
	background-image: url(/wp-content/uploads/2025/05/icon__mail.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: min(25px, 2.5vw);
	height: min(17px, 1.7vw);
}
/*----------------------------------------------------
   footer
----------------------------------------------------*/

.footer-menu__container {
    display: flex;
    width: min(1140px, 96%);
    margin: 0 auto;
}
.footer-menu {
    padding: min(90px, 9vw) 0 min(130px, 13vw);
}
.footer-menu__logo {
    width: min(365px, 36.5vw);
    margin: 0 min(100px, 10vw) 0 0;
}
.footer-menu__menu {
    flex: 1;
}
.footer-menu__menu li {
    margin: 0 0 min(10px, 1vw) 0;
}
.footer-menu__menu a {
    color: var(--main-color);
    text-decoration: none;
    line-height: 1.3;
    font-size: min(1.6rem, 1.6vw);
    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;
	font-size: 0.8em;
}
.footer-copy {
    text-align: center;
    font-size: min(1.1rem, 1.1vw);
    padding: 0 0 min(15px, 1.5vw);
}
/*----------------------------------------------------
  フローティング
----------------------------------------------------*/
/* .floating-page-top */
.floating-page-top {
    position: fixed;
    bottom: 120px;
    right: 35px;
    z-index: 100;
    width: 38px;
}
/* .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: #c05f71;
    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: #847552;
}
.floating-side__item:nth-child(3) a {
	background: var(--main-color);
}
.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: var(--main-color);
	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(1140px, 99%);
    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: #fff;
    font-size: min(14px, 1.25vw);
    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;
    line-height: 1.2;
    letter-spacing: 0;
}
/* .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: #6ab3de;
    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: #6ab3de;
    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(80px, 8vw) 0 min(60px, 6vw);
    background: linear-gradient(0deg, #0068b7, #008cd6);
}
.contact-banner__container {
    background: #fff;
    border-radius: 10px;
	position: relative;
	height: min(235px, 23vw);
	box-sizing: border-box;
    padding: min(20px, 2vw) min(35px, 2.5vw) 0 min(170px, 16vw);
}
.contact-banner__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-banner__title {
    display: block;
    font-weight: bold;
    font-size: min(3.6rem, 3.5vw);
	color: var(--main-color);
	letter-spacing: 0.5em;
	padding: 0 0 min(25px, 2.5vw) min(55px, 5vw);
	white-space:pre;
}
.contact-banner__tel-container {
    display: block;
}
.contact-banner__tel {
    font-size: min(5.8rem, 5.6vw);
    display: flex;
    align-items: center;
    gap: min(10px, 0.8vw);
	color: var(--main-color);
	white-space:pre;
}
.contact-banner__tel:before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/05/icon__tel-green.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: min(39px, 3.9vw);
    height: min(39px, 3.9vw);
}
.contact-banner__hour {
    color: #333;
    font-size: min(1.8rem, 1.7vw);
	display: block;
	padding: 0 0 0 min(65px, 6.5vw);
}
.contact-banner__btn-container {
    display: flex;
    justify-content: space-between;
    gap: min(35px, 2vw);
}
.contact-banner__btn {
    width: min(236px, 19vw);
    height: min(99px, 9.5vw);
    font-weight: bold;
    border-radius: 5px;
	overflow: hidden;
    display: flex;
	align-items: center;
	place-content: center;
	border: 1px solid;
    font-weight: bold;
	text-align: center;
    text-decoration: none;
    position: relative;
	gap: min(15px, 1.4vw);
	font-size: min(2rem, 1.9vw);
	box-sizing: border-box;
}
.contact-banner__btn-mail {
	background: var(--main-color);
	color: #fff;
}
.contact-banner__btn-flow {
	border: 1px solid var(--main-color);
	color: var(--main-color);
}
.contact-banner__btn-mail:before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/05/icon__mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: min(25px, 2.5vw);
    height: min(17px, 1.7vw);
}
.contact-banner__btn-flow:before {
    content: " \f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.contact-banner__image {
    width: min(181px, 18.1vw);
    display: block;
    position: absolute;
    bottom: 0;
    left: min(10px, 1vw);
}
.contact-banner__image img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .accsess */
.access {
    padding: 60px 0 0 0;
}

.access__map {
    padding: min(30px, 3vw) 0 0 0;
}
.access__map iframe {
    height: 510px;
}


/*----------------------------------------------------
  TOP
----------------------------------------------------*/
/* .btn-top */
.btn-top {
    display: grid;
    align-items: center;
    text-align: center;
    background-color: var(--main-color);
    font-size: min(1.6rem, 1.6vw);
    text-decoration: none;
    position: relative;
    height: min(50px, 5vw);
    box-sizing: border-box;
    margin: 0 auto;
    color: var(--main-color);
    overflow: hidden;
	border: 1px solid;
    letter-spacing: 0;
    border-radius: 5px;
	font-weight: bold;
    width: min(200px, 20vw);
}

.btn-top span {
  position: relative;
  z-index: 1;
}
.btn-top span:after {
    content: " \f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10%;
    top: 50%;
    font-weight: 900;
    z-index: 999;
    display: block;
    transform: translate(0%, -50%);
}
.btn-top::before,
.btn-top::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
	background-color: #fff;
}
.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: var(--main-color);
	}
	.btn-top:hover {
  		color: #fff;
	}
  }
/* .mv */
.mv__item {
    position: relative;
}
.mv__item-image {
    height: min(480px, 48vw);
	position:relative;
}
.mv__item-image img {
	width: 100%;
    height: 100%;
	object-fit: cover;
	position:relative;
}
.mv__item-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    inset: 0;
}
.mv__item-text-container {
    width: min(1125px, 98vw);
	height: 100%;
    box-sizing: border-box;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	display: grid;
	place-content: center;
	gap: min(20px, 2vw);
    top: 0;
	text-align: center;
	color: #fff;
}
.mv__item-title {
    font-size: min(4rem, 4vw);
    font-weight: 800;
	line-height: 1.15;
}
.mv__item-text {
    font-size: min(2rem, 2vw);
	line-height: 1.625;
}
.mv__item-btn {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: min(55px, 5.5vw);
}
.mv__item-btn a {
    color: #fff;
    text-decoration: none;
    font-size: min(1.8rem, 1.8vw);
    height: min(55px, 4.4vw);
    display: inline-block;
    place-content: center;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    background: var(--main-color);
    font-weight: bold;
    padding: 0 min(15px, 1.5vw);
	border: 1px solid;
}
.mv__item-btn a span {
	display: grid;
	height: 100%;
	place-content: center;
}
.slick-mv__dots-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: min(25px, 2.5vw);
    left: 50%;
    transform: translateX(-50%);
}

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

.slick-mv__dots-wrap li:hover,
.slick-mv__dots-wrap li.slick-active {
    background: var(--sub-color);
}
.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(5px, 0.5vw) 0 min(110px, 11vw);
	background-image: url(/wp-content/uploads/2025/05/solution__bg-left.jpg), url(/wp-content/uploads/2025/05/solution__bg-right.jpg);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-color: #e3f1f6;
}
.solution__sub-title {
    text-align: center;
    font-size: min(1.8rem, 1.8vw);
    padding: min(40px, 4vw) 0 min(60px, 6vw);
}
.solution__list {
    display: flex;
    gap: min(30px, 3vw) 3%;
    flex-wrap: wrap;
}
.solution__item {
    width: 48.5%;
    box-shadow: 0px 0px 9px #ddd;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.solution__item a {
    background: #fff;
    display: block;
    text-decoration: none;
    color: var(--main-color);
    height: min(125px, 12.5vw);
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.solution__item-image {
    display: block;
    height: 100%;
    width: 35%;
    overflow: hidden;
}
.solution__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 0.5s all;
}
.solution__item-title {
    display: block;
    font-size: min(2.3rem, 2vw);
    font-weight: bold;
    letter-spacing: 0;
    flex: 1;
    padding: 0 min(5px, 0.5vw) 0 min(12px, 1.2vw);
    box-sizing: border-box;
    line-height: 1.17;
    -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;
}
@media (hover: hover) and (pointer: fine) {
	.solution__item:hover .solution__item-image img {
    	transform: scale(1.1,1.1);
	}
	.solution__item:hover .solution__item-title {
    	opacity: 0.5;
	}
}

/* .purpose */
.purpose {
    padding: min(15px, 1.5vw) 0 min(90px, 9vw) 0;
	background-image: url(/wp-content/uploads/2025/05/purpose__bg-left.jpg), url(/wp-content/uploads/2025/05/purpose__bg-right.jpg);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-color: #fff;
}
.purpose__title {
    text-align: center;
    font-size: min(3rem, 3vw);
    font-weight: 800;
    padding: min(50px, 5vw) 0 min(45px, 4.5vw);
    letter-spacing: 0.1em;
	line-height: 1.4;
}
.purpose__image {
    width: 45%;
	margin: 0 auto;
}
.purpose__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*.feature*/
.feature {
    background: #e3f1f6;
    padding: min(5px, 0.5vw) 0 min(115px, 11.5vw);
}
.feature__sub-title {
    text-align: center;
    font-size: min(1.8rem, 1.8vw);
    padding: min(35px, 3.5vw) 0 0;
}
.feature__list {
    display: flex;
    justify-content: space-between;
    padding: min(70px, 7vw) 0 min(45px, 4.5vw) 0;
}
.feature__item {
    background-color: #fff;
    width: 31.8%;
    border-radius: 20px;
    position: relative;
    height: min(468px, 46.8vw);
	box-sizing: border-box;
}
.feature__item-title-container {
    position: relative;
    height: min(173px, 17.3vw);
}
.feature__item-en-title {
    font-size: min(3.2rem, 3.2vw);
    font-family: 'Roboto Condensed', 'arial', sans-serif;
    color: var(--sub-color);
    font-weight: normal;
    text-align: center;
    position: relative;
    height: min(85px, 8.5vw);
    display: grid;
    place-content: center;
}
.feature__item-en-title: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-image {
    position: relative;
    height: 100%;
}
.feature__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature__item-image::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(244, 247, 249, .88);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.feature__item-title {
    text-align: center;
    font-weight: bold;
    color: var(--main-color);
    font-size: min(3rem, 2.9vw);
    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.8rem, 1.7vw);
    line-height: 1.56;
    letter-spacing: 0;
    padding: min(15px, 1.5vw);
}
.feature__btns {
    display: flex;
    justify-content: center;
	gap: min(50px, 5vw);
}
.feature .btn-top {
    width: min(524px, 52.4vw);
    font-size: min(2rem, 2vw);
	height: min(70px, 7vw);
	font-weight: bold;
    color: #fff;
    margin: 0;
}
.feature .btn-top::before, .feature .btn-top::after {
    background: var(--main-color);
}
.feature .btn-top span:after {
    right: 30px;
}
@media (hover: hover) and (pointer: fine) {
	.feature .btn-top:hover:before,
	.feature .btn-top:hover:after {
  		width: 0;
  		background: #fff;
	}
	.feature .btn-top:hover {
  		color: var(--main-color);
		background: #fff;
	}
  }
/* .greeting */
.greeting {
    padding: min(5px, 0.5vw) 0 min(80px, 8vw);
}
.greeting__container {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    padding: min(50px, 5vw) 0 0 0;
}
.greeting__image {
    width: 37.5%;
    border-radius: 20px;
    overflow: hidden;
}
.greeting__image img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.greeting__text-container {
    flex: 1;
    padding: min(30px, 3vw) 0 0 0;
}
.greeting__text {
    padding: 0 0 min(15px, 1.5vw) 0;
}
.greeting__text-container p {
	font-size: min(1.8rem, 1.8vw);
    line-height: 1.72;
    letter-spacing: 0;
	padding: 0 0 min(30px, 3vw) 0;
}
.greeting .btn-top {
    width: min(456px, 45.6vw);
	font-size: min(1.8rem, 1.8vw);
}
/* .service */
.service {
    padding: min(20px, 2vw) 0 min(135px, 13.5vw);
    background: #f4f8f9;
}
.service .heading__en {
    color: #fff;
}
.service__list {
    display: flex;
    gap: min(65px, 6.5vw) 2.75%;
    flex-wrap: wrap;
    padding: min(90px, 9vw) 0 0 0;
	counter-reset: num;
}
.service__item {
    width: 31.5%;
    overflow: hidden;
    position: relative;
	counter-increment: num;
}

.service__item a {
    display: block;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
}
.service__item-image-container {
	position: relative;
}
.service__item-image-container:after {
    content: counter(num, decimal-leading-zero);
    display: block;
    position: absolute;
    bottom: -15px;
    left: 15px;
    color: var(--sub-color);
    font-size: min(5.9rem, 5.9vw);
    font-weight: bold;
    font-family: 'Roboto', 'arial', sans-serif;
    letter-spacing: 0;
    line-height: 1;
    white-space: pre;
}
.service__item-image {
    display: block;
    height: min(210px, 21vw);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.service__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 0.5s all;
}
.service__item-text-container {
	display: block;
	-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;
}
.service__item-title {
    display: grid;
    place-content: center;
    font-weight: bold;
    letter-spacing: 0;
    box-sizing: border-box;
    line-height: 1.29;
    text-align: center;
    color: var(--main-color);
    height: min(110px, 11vw);
	font-size: min(2.8rem, 2.7vw);
}
.service__item-text {
    display: block;
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.69;
    padding: 0 min(10px, 1vw) min(18px, 1.8vw) min(10px, 1vw);
}
.service__item-btn {
    display: flex;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: 1px solid;
    border-radius: 5px;
    color: var(--main-color);
    width: min(178px, 17.8vw);
    padding: min(13px, 1.3vw) 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: min(12px, 1.2vw);
    font-size: min(1.6rem, 1.6vw);
	font-weight: bold;
}
.service__item-btn:after {
	content: " \f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 999;
    display: block;
}
@media (hover: hover) and (pointer: fine) {
	.service__item:hover .service__item-image img {
    	transform: scale(1.1,1.1);
	}
	.service__item:hover .service__item-text-container {
    	opacity: 0.5;
	}
}
/* .customer */
.customer {
    padding: min(25px, 2.5vw) 0 min(100px, 10vw);
	background-image: url(/wp-content/uploads/2025/05/customer__bg.jpg);
    background-size: cover;
    background-position: bottom;
}
.customer__container {
    width: min(1180px, 98%);
    margin: 0 auto;
}
.customer__list {
    padding: min(60px, 6vw) min(20px, 2vw) min(45px, 4.5vw) min(20px, 2vw);
}
.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(520px, 52vw);
    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: 0.5s 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);
    line-height: 1.69;
}
.customer__prev,
.customer__next {
    display: grid;
    place-content: center;
    width: min(40px, 4vw);
    height: min(40px, 4vw);
    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: min(1.6rem, 1.6vw);
    inset: 0;
}
.customer__next::before{
    transform: rotate(180deg);
}
.customer .btn-top {
    width: min(516px, 51.6vw);
}
/* .case */
.case {
    padding: min(35px, 3.5vw) 0 min(65px, 6.5vw);
    background-size: 13px 13px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient(90deg, #f2f2f2, #fafafa 1px, transparent 1px, transparent 13px), repeating-linear-gradient(0deg, #fafafa, #fafafa 1px, #fff 1px, #fff 13px);
}
.case__container {
    width: min(1700px, 98%);
    margin: 0 auto;
}
.case__list {
    padding: min(60px, 6vw) 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: 0.5s 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: 0.5s 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: min(40px, 4vw);
    height: min(40px, 4vw);
    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: min(1.6rem, 1.6vw);
    inset: 0;
}
.case__next::before{
    transform: rotate(180deg);
}
/*.news*/
.news {
    padding: min(35px, 3.5vw) 0 min(105px, 10.5vw);
	background-color: #f4f8f9;
	background-image: url(/wp-content/uploads/2025/05/news__bg-left.jpg), url(/wp-content/uploads/2025/05/news__bg-right.jpg);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}
.news .heading__en {
	color: #fff;
}
.news__list {
    padding: min(40px, 4vw) min(45px, 4.5vw);
    background: #fff;
    border-radius: 20px;
	margin: min(45px, 4.5vw) 0;
}
.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(18px, 1.8vw);
}
.news__item-inner {
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
}
.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__item-date {
    display: block;
    color: var(--main-color);
}
.news__item-title {
    color: #666;
    line-height: 1.6;
    letter-spacing: 0;
	display: block;
	flex: 1;
}
.news #mkcontents {
	display: flex;
    justify-content: space-between;
    font-size: min(1.6rem, 1.5vw);
    padding: min(70px, 7vw) 0 0 0;
}
.news #mkcontents .article {
    width: 47%;
}
.news #mkcontents .article-content {
    background: #fff;
    border-radius: 20px;
	padding: min(20px, 1.8vw);
}
.news #mkcontents .article:before {
    content: '人事労務ニュース';
	text-align: center;
	font-size: min(3.2rem, 3.2vw);
    color: var(--main-color);
	font-weight: bold;
	text-align: center;
	padding: 0 0 min(45px, 4.5vw) 0;
	display:block;
}
.news #mkcontents .article:nth-of-type(3):before {
    content: '医療系ニュース';
}
.news #mkcontents dt {
	display: block;
    width: 100%;
	border-bottom: 1px solid #e7e7e7;
	position:relative;
}
.news #mkcontents .item_date_left {
	position:absolute;
	color: var(--main-color);
	top: min(10px, 0.9vw);
}
.news #mkcontents .item_title {
    width: 100%;
}
.news #mkcontents .item_title a {
	display: block;
	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;
    height: min(75px, 7.5vw);
    width: 100%;
    color: #333;
	text-decoration: none;
    padding: min(40px, 4vw) 0 0 0;
}
.news #mkcontents .item_title 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 #mkcontents .content_item_list_link {
    padding: min(10px, 1vw) 0;
}
/*----------------------------------------------------
   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;
}
.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;
}
/*----------------------------------------------------
    .single
----------------------------------------------------*/
.single__message {
	padding: 30px 0;
}
.single__message p {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}
.single__thumbnail {
    width: 40%;
    margin: 0 auto 20px;
    max-width: 345px;
}
.single__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/*----------------------------------------------------
    下層パーツ
----------------------------------------------------*/
/* .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: #f2f8fa;
    padding: min(85px, 8.5vw) 0;
}
.page-parts-parent-child__list {
    display: flex;
    flex-wrap: wrap;
    gap: min(30px, 3vw) 2.6%;
	padding: min(60px, 6vw) 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: min(13px, 1.3vw);
    height: min(292px, 29.2vw);
    box-sizing: border-box;
}
.page-parts-parent-child__item-image {
    display: block;
    height: min(191px, 19.1vw);
    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: 0.5s 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: min(20px, 2vw) 0 0;
    text-align: center;
}
/* .page-parts-latest 最新のカスタム投稿*/
.page-parts-latest {
	padding: 0 0 min(80px, 8vw) 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: 0.5s 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: #e3f1f6;
	text-align: center;
}
.page-parts-case-search__list {
	display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 8px 0.625%;
}

.page-parts-case-search__item {
    width: 19.5%;
	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(13px, 1.3vw) 0;
    background: #fff;
    font-size: min(1.4rem, 1.4vw);
    letter-spacing: 0;
}
.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;
    color: var(--main-color);
}
.page-parts-case-search__item span {
    position: relative;
    display: flex;
    align-items: center;
    place-content: center;
    gap: min(5px, 0.5vw);
}
.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: 28px 25px 28px 25px;
    position: relative;
    border: 2px solid var(--main-color);
    font-size: 1.5rem;
	border-radius: 0 10px 10px 10px;
}
.writer__title {
    text-align: center;
    color: #fff;
    position: absolute;
    background: var(--main-color);
    font-size: 1.6rem;
    padding: 10px 25px;
    top: 0;
    left: -2px;
    transform: translateY(-100%);
    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: 174px;
    height: 219px;
    border-radius: 10px;
    overflow: hidden;
}
.writer__image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.writer__item-title {
    background: #daebf1;
    width: min(92px, 9.2vw);
    height: min(34px, 3.4vw);
    display: grid;
    place-content: center;
    font-size: 1.4rem;
    font-weight: 500;
}
.writer__item-text {
    flex: 1;
	line-height: 1.56;
}
.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: #fff;
    border-radius: 5px;
    overflow: hidden;
    background: var(--main-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;
}
/* .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); }
