@charset "utf-8";

body {
    font-size: 3.8vw;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

img {
    vertical-align: top;
    max-width: 100%;
}
.sidebar {
    display: none;
}
main {
    width: 100%;
}
main.top {
    margin-top: 0;
    padding-top: 0vw;
}
.sub-page {
    width: 93%;
    margin: 10vw auto 15vw;
	display: block;
}
.sub-page p,
.sub-page .page_ul li {
    font-size: 3.8vw;
    line-height: 1.6;
}
.page-title {
    height: 32vw;
}
.page-title h2 {
    font-size: 6.2vw;
}

.wrap {
    width: 93%;
    box-sizing: border-box;
}
.center {
    text-align: center !important;
    margin: auto !important;
    display: block !important;
}
.w100p {
    width: 100%;
    height: auto;
}

.sp {
    display: block !important;
}
.pc {
    display: none !important;
}
h1 {
    padding: 0;
    font-size: 2.2vw;
    line-height: 1.2;
    height: 7vw;
    display: grid;
    align-items: center;
}
h2 {
    line-height: 1.2;
    clear: both;
   font-size: 5.5vw;
    padding: 4vw 3vw;
}
main.top h2,
.access h2,
.page-parts-parent-child h2,
.page-parts-case-search h2 {
    font-size: 5.5vw;
}
main.top h2 span:after, .access h2 span:after, .page-parts-parent-child h2 span:after, .page-parts-case-search h2 span:after {
    width: 9vw;
	height: 0.5vw;
    margin: 1.8vw auto 0;
}
h3 {
    font-size: 4.46vw;
    padding: 2.5vw;
    clear: both;
    line-height: 1.3;
    margin: 6vw 0 3vw;
}
h4 {
    font-size: 4.1vw;
    line-height: 1.2;
    clear: both;
    padding: 2.2vw 2.6vw;
}
h5 {
    font-size: 3.8vw;
    padding: 1.5vw;
    line-height: 1.2;
    clear: both;
}

h6 {
	font-size: 3.57vw;
	padding: 2.53vw;
	clear: both;
	line-height: 1.2;
}

img.alignright,
img.alignleft {
    padding: 5vw;
    margin: 0 auto;
    display: block;
    max-width: 60%;
    float: inherit;
    height: auto;
}

li {
    line-height: 1.5em;
}

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

.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form textarea {
    width: 100%;
}
.contact-form input[type=submit] {
    font-size: 4vw;
}
.contact-form .wpcf7-list-item {
    margin: 0;
}
.contact-form label {
    margin: 5vw 0 3vw 0;
}
/*----------------------------------------------------
    header
----------------------------------------------------*/
header {
    top: 0;
    z-index: 99999;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 6px 0 rgb(0 0 0);
    background: #fff;
}
.header__logo {
    width: 50vw;
	padding: 0;
}
.header__info {
    width: 100%;
    padding: 0 3vw 0 2vw;
    align-items: center;
    box-sizing: border-box;
	height: 12vw;
	box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: relative;
}
/*----------------------------------------------------
    footer
----------------------------------------------------*/
footer {
    margin: 0 0 22vw 0;
}
.footer-menu__container {
    flex-direction: column;
	width: 100%;
}
.footer-menu {
    padding: 0 0 7vw 0;
}
.footer-menu__logo {
    order: 4;
    width: 68vw;
    margin: 5vw 0 0 5vw;
}
.footer-menu__menu li {
    margin: 0;
    border-bottom: 1px solid #fff;

}
.footer-menu__menu a {
    font-size: 3.6vw;
	padding: 4vw;
	flex-direction: row-reverse;
    justify-content: space-between;
}

.footer-menu__menu #menu-footer04 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3vw 0 0 0;
}
.footer-menu__menu #menu-footer04 li {
	border: none;
}
.footer-menu__menu #menu-footer04 a:before {
	content: none;
}
.footer-menu__menu #menu-footer04 .menu-title {
	display: none;
}
.footer-menu__menu .menu-icon img {
    transform: inherit;
}
.footer-copy {
    font-size: 2.6vw;
    padding: 0 0 5vw;
    width: 93%;
}
.footer-copy:before {
    width: 7.5vw;
    height: 13.2vw;
    bottom: 15vw;
    left: inherit;
	right: 0;
}
/*----------------------------------------------------
  global-nav
----------------------------------------------------*/
.global-nav {
	display: none;
    width: 56%;
	position: absolute;
	right: 0;
	top: 19vw;
}
.global-nav.down {
	top: 12vw;
	position: fixed;
}
.global-nav .global-nav__list {
    flex-direction: column;
}
.global-nav__list > li a {
    font-size: 3.4vw;
    height: 14vw;
    gap: 3vw;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #aeaeae;
    justify-content: start;
    font-weight: normal;
	text-align: left;
}
.global-nav__list > li a:after,
.global-nav .global-nav__list > li:last-child a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: #333;
    font-weight: bold;
	margin: 0 4vw 0 auto;
    height: auto;
    width: auto;
    background: none;
    transform: inherit;
    top: inherit;
    position: inherit;
    right: inherit;
}
.global-nav .global-nav__list > li > a:before {
    content: none;
}
.global-nav__list > li:last-child a {
	border-bottom: none;
}
.global-nav .menu-title {
    flex: 1;
}
.global-nav .menu-icon {
    display: grid;
    width: 20%;
    place-content: center;
}
.menu-btn{
    position: relative;
    cursor: pointer;
    width: 7vw;
    height: 5vw;
}
.menu-btn__line {
    display: inline-block;
    transition: all .4s;
    position: absolute;
	width: 100%;
    height: 2px;
    background: var(--main-color);
    left: 50%;
    transform: translateX(-50%);
	border-radius: 50px;
}
.menu-btn__line:nth-of-type(1) {
   top: 0;
}
.menu-btn__line:nth-of-type(2) {
   top: 50%;
}
.menu-btn__line:nth-of-type(3) {
   top: 100%;
}
.menu-btn.active .menu-btn__line:nth-of-type(1) {
   transform:  translateX(-50%) translateY(-50%) rotate(-45deg);
	top: 50%;
	left: 50%;
}
.menu-btn.active .menu-btn__line:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active .menu-btn__line:nth-of-type(3) {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 50%;
    bottom: inherit;
    left: 50%;
}
/*----------------------------------------------------
  フローティング
----------------------------------------------------*/
/* .floating-page-top */
.floating-page-top {
    bottom: 29vw;
    right: 3vw;
    width: 9vw;
}
/* .floating-footer */
.floating-footer {
    position: fixed;
    bottom: 0;
	width: 100%;
	z-index: 9999;
}
.floating-footer__container {
    display: flex;
}
.floating-footer a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	height: 100%;
	padding: 1vw 0;
}
.floating-footer__tel {
	background: var(--main-color);
	width: 80%;
	position: relative;
}
.floating-footer__tel:before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/04/floating-footer__tel-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.44vw;
    height: 8.82vw;
	position: absolute;
	bottom: 0;
	right: 2vw;
}
.floating-footer__tel-title {
    display: block;
    font-weight: bold;
    font-size: 4.2vw;
}

.floating-footer__tel-title-letter {
    width: 7vw;
    height: 7vw;
    display: inline-grid;
    place-content: center;
    margin: 0 1vw 0 0;
    font-size: 1.25em;
    background: #fff;
    color: var(--main-color);
}
.floating-footer__tel-num {
    display: flex;
    align-items: center;
    font-size: 7vw;
	line-height: 1.1;
	justify-content: center;
}
.floating-footer__tel-num:before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/04/icon__tel-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5vw;
    height: 5vw;
}
.floating-footer__tel-hour {
    font-size: 2.8vw;
    display: block;
	line-height: 1;
}
.floating-footer__mail {
	background: var(--sub-color);
	flex: 1;
	color: #000;
}
.floating-footer__mail a {
	color: #000;
}
.floating-footer__mail-title {
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1.2;
    display: block;
}
.floating-footer__mail-title:before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/04/icon__mail-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.37vw;
    height: 4.94vw;
    margin: 2vw auto 1vw;
}

/*----------------------------------------------------
   TOP
----------------------------------------------------*/
/* .btn-top */
.btn-top {
    font-size: 3.6vw;
    height: 13vw;
	border-radius: 3px;
}
.btn-top span:after {
    right: 4vw;
}
/* .mv */
.mv__container {
    width: 100%;
}
.mv__item {
    height: 140vw;
}
.mv__item-text-bg {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
	background: none;
}
.mv__item-image {
    width: 100%;
	height: 50%;
}
.mv__item-text-container {
    padding: 5vw 4vw 0 4vw;
    margin: 0;
    width: 100%;
}
.mv__item-title {
    font-size: 5.2vw;
	line-height: 1.4;
	padding: 0 0 3vw 0;
}
.mv__item-text {
    font-size: 3.5vw;
    padding: 0 0 8vw 0;
}
.mv__item-btn {
    font-size: 3.4vw;
    height: 12vw;
    width: 60vw;
    margin: 0 auto;
	border-radius: 3px;
}
.slick-mv__dots-wrap {
    bottom: 7vw;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
}
.slick-mv__dots-wrap li {
    width: 3.5vw;
    height: 3.5vw;
    margin: 0 1.5vw;
}
/* .purpose */
.purpose__container {
    padding: 10vw 0 12vw 0;
    width: 70%;
}
.purpose__title {
    font-size: 5vw;
    padding: 8vw 0 0 0;
}
/* .feature */
.feature {
    padding: 10vw 0 13vw;
	background-image: url(/wp-content/uploads/2025/04/feature__bg_sp.jpg);
}
.feature__sub-title {
    font-size: 3.5vw;
    padding: 5vw 0;
}
.feature__btns {
    width: 100%;
    flex-direction: column;
    gap: 3vw;
}
.feature .btn-top {
    width: 100%;
    font-size: 3.6vw;
    height: 13vw;
}
.feature .btn-top span:after {
    right: 4vw;
}
/* .solution */
.solution {
    padding: 9vw 0 7vw;
}
.solution__container {
    width: 100%;
}
.solution__sub-title {
    font-size: 3.4vw;
    padding: 5vw 0;
    line-height: 1.7;
}
.solution__list {
    padding: 0;
}
.solution__item a {
    margin: 6px 2.3vw;
    box-shadow: 0px 0px 6px #ddd;
    border-radius: 10px;
    padding: 2vw;
    height: 48vw;
}
.solution__item-image {
    height: 30vw;
    border-radius: 5px 5px 0 0;
}
.solution__item-title {
    font-size: 3.4vw;
    padding: 4vw 0 0;
}
.solution__prev, .solution__next {
    width: 8vw;
    height: 8vw;
}
.solution__prev {
    left: 11vw;
}
.solution__next {
    right: 11vw;
}
.solution__prev::before, .solution__next::before {
    font-size: 3vw;
}
/* .feature */
.feature__list {
    padding: 0 0 6vw 0;
    gap: 7vw;
}
.feature__item {
    width: 100%;
    border-radius: 10px;
}
.feature__item-title-en {
    font-size: 5.5vw;
    height: 13vw;
}
.feature__item-title-container {
    height: 37vw;
}
.feature__item-title {
    font-size: 5.5vw;
    line-height: 1.5;
}
.feature__item-text {
    font-size: 3.4vw;
    line-height: 1.5;
    padding: 5vw;
    height: auto;
}
.feature__item-title-en:after {
    width: 4.5vw;
    height: 2.5vw;
}
/*.greeting*/
.greeting {
    padding: 14vw 0 10vw;
}
.greeting__container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10vw;
    padding: 11vw 0 0 0;
}
.greeting__image {
    width: 60%;
    border-radius: 10px;
}
.greeting__text-container {
    flex: inherit;
	padding: 0;
}
.greeting__text-container p {
    font-size: 3.4vw;
}
.greeting__text {
    padding: 0 0 10vw 0;
}
.greeting .btn-top {
    width: 100%;
}
/* .labor */
.labor {
    padding: 12vw 0 14vw;
}
.labor__list {
    padding: 8vw 0 8vw 0;
    gap: 1.5vw 1.5%;
}

.labor__item {
    width: 49.25%;
    height: 47vw;
    border-radius: 10px;
}

.labor__item-title {
    font-size: 4.2vw;
}
.labor__item a {
    font-size: 3vw;
}

.labor__item-btn {
    font-size: 3vw;
}
.labor .btn-top {
    width: 93%;
}
/* .customer */
.customer {
    padding: 11vw 0 13vw;
}
.customer__container {
    width: 100%;
}
.customer__list {
    padding: 6vw 0;
}
.customer__item a {
    margin: 6px 2.5vw;
    box-shadow: 0px 0px 6px #ddd;
    border-radius: 10px;
    padding: 2vw;
    height: 90vw;
}
.customer__item-image {
    height: 44vw;
    border-radius: 5px 5px 0 0;
}
.customer__item-title {
    font-size: 4.2vw;
    padding: 3vw 0 0 0;
	height: 17vw;
}
.customer__item-text {
    font-size: 3.2vw;
    line-height: 1.3;
}
.customer__prev, .customer__next {
    width: 8vw;
    height: 8vw;
}
.customer__prev {
    left: 9vw;
}
.customer__next {
    right: 9vw;
}
.customer__prev::before, .customer__next::before {
    font-size: 3vw;
}
.customer .btn-top {
    width: 93%;
}
/* .case */
.case {
    padding: 14vw 0 12vw;
    background-size: 7px 7px;
    background-image: repeating-linear-gradient(90deg, #f6f6f6c4, #f6f6f6c4 1px, transparent 1px, transparent 7px), repeating-linear-gradient(0deg, #f6f6f6c4, #f6f6f6c4 1px, #fff 1px, #fff 7px);
}
.case__container {
    width: 100%;
}
.case__list {
    padding: 5vw 0 8vw;
}
.case__item a {
    margin: 6px 2.5vw;
    box-shadow: 0px 0 6px #ddd;
    border-radius: 10px;
    padding: 2vw;
    height: 66vw;
}
.case__item-image {
    height: 40vw;
    border-radius: 5px 5px 0 0;
}
.case__item-title {
    font-size: 4vw;
    padding: 3vw 0 0 0;
}
.case__prev, .case__next {
    width: 8vw;
    height: 8vw;
}
.case__prev {
    left: 11vw;
}
.case__next {
    right: 11vw;
}
.case__prev::before, .case__next::before {
    font-size: 3vw;
}
.case .btn-top {
    width: 50vw;
}
/* .news */
.news__list {
    padding: 10vw 0 5vw;
}
.news__item a {
    padding: 2vw;
    font-size: 3.6vw;
    flex-direction: column;
    gap: 1vw;
	align-items: baseline;
}
.news__item-title {
    line-height: 1.3;
}
.news .btn-top {
    width: 50vw;
}
/*----------------------------------------------------
  共通ブロック
----------------------------------------------------*/
/* .contact-banner */
.contact-banner {
    padding: 4vw 0 5vw;
    background-image: url(/wp-content/uploads/2025/04/contact-banner__bg_sp.jpg);
    background-size: cover;
}
.contact-banner__container {
    border-radius: 7px;
}
.contact-banner__container a {
    padding: 2vw 0 9vw 26vw;
}
.contact-banner__title {
    font-size: 3.4vw;
}
.contact-banner__title-letter {
    font-size: 1.25em;
}
.contact-banner__title-letter:last-child {
    margin: 0 1vw 0 0;
}
.contact-banner__tel-container {
    gap: 0;
    flex-direction: column;
}
.contact-banner__tel {
    font-size: 7.5vw;
	line-height: 1;
}
.contact-banner__tel:before {
    width: 5vw;
    height: 5vw;
}
.contact-banner__hour {
    font-size: 2.2vw;
}
.contact-banner__company {
    font-size: 3vw;
    text-align: center;
    padding: 0;
}
.contact-banner__btn {
    font-size: 2.5vw;
    right: 3vw;
    bottom: 2vw;
    width: 34vw;
    height: 6vw;
    border-radius: 3px;
}
.contact-banner__image {
    width: 29vw;
    left: 0;
}

.contact-banner__icon-list {
    top: 24vw;
    right: 45vw;
}
.contact-banner__icon {
    width: 7vw;
    height: 7vw;
}
/* .access */
.access {
    padding: 9vw 0 0 0;
}
.access__map {
    padding: 9vw 0 0 0;
}
.access__map iframe {
    height: 74vw;
}
/**/
input#btn {
    position: absolute;
    z-index: 1;
}

.wp-pagenavi {
    margin: 10vw 0;
    text-align: center;
}
.search input{
    border: 0.33vw solid #ccc;
}


/* テーブル対応
---------------------------------------------*/
table , td, th , tr {
    font:           100%;
    line-height: 1.3em;
}

table.mainstyle th {
    font-size: 3.4vw;
}
table.mainstyle td {
    font-size: 3.4vw;
}
.contents_menu.sp ul.children {
    display: block;
}

/*検索*/
input#search-input {
    width: -webkit-fill-available;
}
/*----------------------------------------------------
    .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 {
    gap: 3vw 4%;
}
.archive-parts-01__item {
    border-radius: 10px;
    width: 48%;
    height: auto;
}
.archive-parts-01__item-title {
    font-size: 3vw;
    padding: 5vw 0 0 0;
}
.archive-parts-01__item-image {
    border-radius: 7px 7px 0 0;
    height: 24vw;
}
/* .archive-parts-02 */
.archive-parts-02__item a {
    padding: 6vw 0;
}
.archive-parts-02__item-date {
    padding: 1vw 2vw;
    font-size: 3vw;
}

.archive-parts-02__item-category {
    margin: 0 1vw 0 0;
    padding: 1vw 2vw;
    font-size: 3vw;
}
.archive-parts-02__item-title {
    font-size: 4.5vw;
    padding: 3vw 0 0 0;
}
/* .archive-parts-03 */
.archive-parts-03__item a {
    gap: 3vw;
    padding: 4vw 0;
}
.archive-parts-03__item-image {
    width: 25vw;
    height: 25vw;
}
.archive-parts-03__item-title {
    font-size: 4.5vw;
    padding: 0 0 3vw 0;
}
.archive-parts-03__item-category span {
    padding: 1vw 2vw;
    margin-right: 1vw;
    font-size: 3vw;
}
.archive-parts-03__item-category {
    padding: 0 0 3vw 0;
}
/* .archive-parts-04 */
.archive-parts-04 {
    padding: 0 0 12vw 0;
}
.archive-parts-04__list {
    gap: 3vw 4%;
}
.archive-parts-04__item {
    border-radius: 10px;
    width: 48%;
    height: auto;
}
.archive-parts-04__item a {
    padding: 2vw;
	height: auto;
	border-radius: 10px;
}
.archive-parts-04__item-image {
    border-radius: 7px 7px 0 0;
    height: 27vw;
}
.archive-parts-04__item-title {
    font-size: 3vw;
    padding: 5vw 0 0 0;
    height: 17vw;
}
.archive-parts-04__item-category span {
    font-size: 2.4vw;
    padding: 0;
    line-height: 1.8;
}
.archive-parts-04__item-category {
    padding: 0;
}
/*----------------------------------------------------
    .single
----------------------------------------------------*/
.single__thumbnail {
    width: 55%;
}
.single__message p {
    font-size: 4.8vw;
}
.single__thumbnail-container {
    gap: min(30px, 3vw);
    flex-wrap: wrap;
    justify-content: center;
}
.single__thumbnail-info {
    width: 100%;
	text-align: center;
}
.single__thumbnail-info-title,
.single__thumbnail-info-company {
    font-size: 4vw;
}
.single__thumbnail-info-pic {
    font-size: 3.6vw;
    padding: 0 0 2vw 0;
}
.single__thumbnail-info-tags {
    gap: 2vw;
    justify-content: center;
}
.single__thumbnail-info-tag {
    font-size: 2.8vw;
    padding: 0.5vw 1.5vw;
}
.single__thumbnail-container .single__thumbnail {
    width: 55vw;
    height: 55vw;
}
/*----------------------------------------------------
    下層パーツ
----------------------------------------------------*/
/* .page-parts-related 関連ページはこちら*/
.page-parts-related__list {
    gap: 3vw 4%;
}
.page-parts-related__item {
    border-radius: 10px;
    width: 48%;
    height: auto;
}
.page-parts-related__item a {
    padding: 3vw;
}
.page-parts-related__item-image {
    border-radius: 7px 7px 0 0;
    height: 24vw;
}
.page-parts-related__item-title {
    font-size: 3vw;
    padding: 5vw 0 0 0;
}
/* .page-parts-parent-child 固定ページ親子兄弟記事*/
.page-parts-parent-child {
    padding: 12vw 0;
}
.page-parts-parent-child__list {
    gap: 3vw 4%;
	padding: 10vw 0 0 0;
}
.page-parts-parent-child__item {
    width: 48%;
    height: auto;
}
.page-parts-parent-child__item a {
    padding: 3vw;
	height: auto;
	border-radius: 10px;
}
.page-parts-parent-child__item-image {
    border-radius: 7px 7px 0 0;
    height: 24vw;
}
.page-parts-parent-child__item-title {
    font-size: 3vw;
    padding: 5vw 0 0 0;
}
/* .page-parts-latest 最新のカスタム投稿*/
.page-parts-latest {
    padding: 0 0 12vw 0;
}
.page-parts-latest__list {
    gap: 3vw 4%;
}
.page-parts-latest__item {
    border-radius: 10px;
    width: 48%;
    height: auto;
}
.page-parts-latest__item a {
    padding: 3vw;
	height: auto;
	border-radius: 10px;
}
.page-parts-latest__item-image {
    border-radius: 7px 7px 0 0;
    height: 24vw;
}
.page-parts-latest__item-title {
    font-size: 3vw;
    padding: 5vw 0 0 0;
}
/* .page-parts-latest-news 最新のお知らせ・セミナー情報*/
.page-parts-latest-news__item a {
    padding: 6vw 0;
}
.page-parts-latest-news__item-date {
    padding: 1vw 2vw;
    font-size: 3vw;
}

.page-parts-latest-news__item-category {
    margin: 0 1vw 0 0;
    padding: 1vw 2vw;
    font-size: 3vw;
}
.page-parts-latest-news__item-title {
    font-size: 4.5vw;
    padding: 3vw 0 0 0;
}
/*.page-parts-case-search 解決事例検索*/
.page-parts-case-search__list {
    gap: 2vw 2%;
}
.page-parts-case-search__item {
    width: 32%;
}
.page-parts-case-search__item a {
    padding: 2vw 0;
    font-size: 3vw;
}
.page-parts-case-search input#search-input {
    font-size: 3.8vw;
    padding: 0 3vw;
    width: 46%;
    height: 10vw;
}
.page-parts-case-search__search-btn {
    font-size: 3.6vw;
    width: 26%;
    height: 10vw;
}
/* 執筆者 */
.writer__container {
    padding: 5vw;
    font-size: 3.6vw;
}
.writer__content {
    flex-wrap: wrap;
    justify-content: center;
}
.writer__name {
    font-size: 5vw;
    margin: 0 0 0 4vw;
}
.writer__text {
    flex: inherit;
}
.writer__title {
    font-size: 3.6vw;
}
.writer__item-container {
    flex-wrap: wrap;
}
.writer__item-text {
    flex: inherit;
    line-height: 1.7;
}
.writer__item-title {
    width: 16vw;
    height: 7vw;
    font-size: 3.2vw;
}
.writer__btn {
    font-size: 3.6vw;
    width: 80%;
    height: 10vw;
    border-radius: 3px;
}
/*----------------------------------------------------
    .main.page-404
----------------------------------------------------*/

.page-404__main-text {
    font-size: 14vw;
}
/*----------------------------------------------------
  プラグイン
----------------------------------------------------*/
/* #breadcrumbs */
#breadcrumbs {
    width: 93%;
    margin: 3vw auto 0;
    font-size: 3vw;
}
/* .pagenation */
.pagenation {
    margin: 5vw 0 0;
    padding: 5vw 0;
}
.pagenation li a {
     padding: 1vw 4vw;
     font-size: 3.4vw;
}

/* 2025.06.25 マイコモンの文字サイズ修正 */
.content_item_list dt { padding: 2vw; font-size: 3.6vw; flex-direction: column; gap: 1vw; align-items: baseline; }
main.top #mkcontents div.article + div { padding-bottom: 15vw !important; }