@charset "utf-8";
:root {
	--header-height: 17vw;
}
html {
    overflow-x: hidden;
}
body {
    font-size: 3.73vw;
    -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    letter-spacing: inherit;
}
.sub-page {
    width: 89.3%;
    margin: 0 auto 10vw;
}
.sub-page main {
    width: 100%;
}
.sp {
    display: block !important;
}
.pc {
    display: none !important;
}
.br-sp {
    display: block;
}
.br-pc {
    display: inline;
}
#tinymce p, main p {
    font-size: 3.8vw;
    line-height: 1.6;
}
main img {
    height: auto;
    width: 100%;
}
.display_none {
    display: none;
}
img {
    vertical-align: top;
    max-width: 100%;
     height: auto;
}
.wrap {
    width: 90%;
}
.display_flex {
    flex-wrap: wrap;
}
.btn {
    font-size: 4vw;
    width: 75vw;
    padding: 4.7vw 0;
}
.single__content li, .page__content li, .archive__content li {
    font-size: 3.7vw;
}
table td,table th {
    font-size: 3.6vw;
}
.contact_form p.btn {
    text-align: center;
    padding-top: 20px!important;
}
.wpcf7-spinner {
    display: block;
}
iframe {
    max-width: 100%;
}
/*--------------------------------------------------------------------------------------------------------------------------------
  パンくずリスト
--------------------------------------------------------------------------------------------------------------------------------*/
#breadcrumbs {
    font-size: 3vw;
    padding: 4vw 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------
 ページナビ
--------------------------------------------------------------------------------------------------------------------------------*/
.wp-pagenavi .page.larger,
.wp-pagenavi .page.smaller,
.wp-pagenavi .current{
    width: 8vw;
    height: 8vw;
    margin: 0 1vw;
}
/*--------------------------------------------------------------------------------------------------------------------------------
 ページナビ
--------------------------------------------------------------------------------------------------------------------------------*/
main .pagenation li a {
    padding: 2vw 4vw;
    font-size: 3vw;
}
/*--------------------------------------------------------------------------------------------------------------------------------
  親子がある場合の一覧
--------------------------------------------------------------------------------------------------------------------------------*/
.related-articles__parent {
        font-size: 4vw;
        padding: 3vw;
}
.related-articles__child li a {
    padding: 3vw 5vw 3vw 4vw;
    font-size: 3.6vw;
    line-height: 1;
}
.related-articles__child {
    gap: 3vw 4%;
}
.related-articles__child li a:before {
    right: 4%;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　見出し
--------------------------------------------------------------------------------------------------------------------------------*/
h1 {
}
h2 {
        font-size: 5.4vw;
        padding: 3vw;
 }
h3 {
	font-size: 5vw;
   margin: 6vw 0 3vw;
   padding: 2vw 3vw;
	 --x-gradient: linear-gradient(90deg, var(--main-color) 0 10px, transparent 0 calc(100% - 10px), var(--main-color) calc(100% - 10px));
    --y-gradient: linear-gradient(var(--main-color) 0 10px, transparent 0 calc(100% - 10px), var(--main-color) calc(100% - 10px));

}
h4 {
        font-size: 4.6vw;
        line-height: 1.1;
        padding: 2vw;
}

h5 {
        font-size: 4.2vw;
        line-height: 1.1;
        border-width: 4px;
        padding: 1vw 0 1vw 2vw;
}

h6 {
        font-size: 3.57vw;
        line-height: 1.1;
        padding: 2.5vw;
}
main.top h2 {
    font-size: 7.5vw;
}
main.top h2 span {
    display: block;
}
main h2,
main h3,
main h4,
main h5,
main h6 {
    margin-top: 6vw;
    margin-bottom: 5vw;
}
.page-title {
    height: 50vw;
}
.page-title__h1 {
	font-size: 6vw;
	line-height: 1.2;
}
img.alignright {
    padding: 4px;
    margin: 0 0 0.1em 0.5em;
    display: inline;
    max-width: 50%;
    float: right;
    height: auto;
}
li {
    line-height: 1.5em;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　mv
--------------------------------------------------------------------------------------------------------------------------------*/
.mv {
	background-image: url(/wp-content/uploads/2025/12/mv__bg_sp.jpg);
}
.mv__container {
    width: 100%;
    height: 126vw;
}
.mv__title {
    text-align: center;
    padding: 45vw 0 4vw;
    gap: 1vw;
    font-weight: 600;
}
.mv__title span {
    display: block;
}
.mv__main-title {
    font-size: 9vw;
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 4px #fff);
    line-height: 1.25;
}
.mv__sub-title {
    font-size: 4.4vw;
}
.mv__btn {
    font-size: 4.8vw;
    position: inherit;
    bottom: inherit;
    right: inherit;
}
/*----------------------------------------------------------------------------------------------------------------
	gn
--------------------------------------------------------------------------------------------------------------------------------*/
.global-nav {
	display: none;
}
.global-nav.active {
    background: #005babf5;
    position: fixed;
    width: 100%;
    z-index: 9999;
    overflow: auto;
    display: block;
    top: var(--header-height);
	left: 0;
	height: 100%;
}
.global-nav .global-nav__list > li {
    text-align: left;
	width: 100%;
    border-bottom: 1px solid #ffffff82;
}
.global-nav .global-nav__list > li > a {
    color: #fff;
    font-size: 4.2vw;
    padding: 4vw;
    box-sizing: border-box;
     height: inherit;
    place-content: inherit;
    justify-content: space-between;
}
.global-nav .global-nav__list {
    gap: 0;
}
.global-nav .global-nav__list .menu-item-has-children > a:after {
    content: '\f107';
    font-family: Font Awesome\ 5 Free;
    display: inline-block;
    font-weight: bold;
}
.global-nav .global-nav__list .menu-item-has-children > a.active:after {
    content: '\f106';
}
.global-nav__sub-menu-block.block-1 a {
    font-size: 3.8vw;
    height: 8vw;
}
.global-nav__sub-menu-wrapper {
	left: inherit;
    bottom: inherit;
    transform: inherit;
	position: inherit;
	background: none;
}
.global-nav__sub-menu a {
    font-size: 3.6vw;
}
.global-nav__sub-menu {
    width: 90%;
    flex-wrap: wrap;
	gap: 4vw;
}
.global-nav__sub-menu-block.block-2, .global-nav__sub-menu-block.block-3, .global-nav__sub-menu-block.block-4 {
    flex-wrap: wrap;
    width: 100%;
    gap: 4vw 0;
    flex-direction: inherit;
}
.global-nav__sub-menu-block.block-2 li, .global-nav__sub-menu-block.block-3 li, .global-nav__sub-menu-block.block-4 li {
	width: 50%;
}
.global-nav__sub-menu-block.block-1 {
    width: 40%;
}
.menu-btn{
	cursor: pointer;
	height: 15vw;
	width: 15vw;
	z-index: 3;
	background: var(--main-color);
	border-radius: 5px;
}
.menu-btn__inner{
	position: relative;
	height: 6vw;
	width: 8vw;
	margin: 3vw auto 1vw;
}
.menu-btn__line{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    width: 100%;
    height: 0.7vw;
    background: #fff;
    left: 0;
  }
.menu-btn__line:nth-of-type(1) {
    top: 0%;
}
.menu-btn__line:nth-of-type(2) {
 	 top: 50%;
    transform: translateY(-50%);
}
.menu-btn__line:nth-of-type(3) {
 	 bottom: 0;
}
.menu-btn.active .menu-btn__line:nth-of-type(1) {
   transform:  translateX(-50%) translateY(-50%) rotate(-45deg);
	top: 50%;
	left: 50%;
}
.menu-btn.active .menu-btn__line:nth-of-type(2){
  display: none;
}
.menu-btn.active .menu-btn__line:nth-of-type(3){
   transform:   translateX(-50%) translateY(-50%) rotate(45deg);
	top: 50%;
	bottom: inherit;
	 left: 50%;
}
.menu-btn__title {
    text-align: center;
    color: #fff;
    font-size: 2.9vw;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	ヘッダー、フッター
--------------------------------------------------------------------------------------------------------------------------------*/
.header__inner {
    width: 100%;
    flex-wrap: nowrap;
    height: var(--header-height);
	align-items: center;
}
.header__contact {
    display: none;
}
.header__title {
    flex: 1;
    padding: 0 0 0 2vw;
}
.header__title a {
    font-size: 5vw;
}
footer {
    margin: 9vw 0 28vw 0;
}
.footer-company-menu {
    padding: 0 0 13vw 0;
}
.footer-company-menu__list {
    flex-wrap: wrap;
	gap: 4vw;
}
.footer-company-menu__item {
    width: 100%;
    aspect-ratio: 670 / 236;
}
.footer-company-menu__item a:after {
    width: 3vw;
    height: 3vw;
    right: 1.2vw;
    bottom: 1.2vw;
}
.footer-company-menu__item-title {
    gap: 4vw;
}
.footer-company-menu__item-title-en {
    font-size: 7.5vw;
}
.footer-company-menu__item-title-jp {
    font-size: 3.4vw;
}
.footer-company-menu__item-image img {
    width: 100%;
	height: 100%;
    object-fit: cover;
}
.footer-contents__container {
	width: 90%;
	flex-wrap: wrap;
    padding: 0 0 7vw 0;
    gap: 10vw;
}
.footer-contents__info {
    width: 100%;
    display: flex;
	align-items: flex-start;
	gap: 3vw;
}
.footer-contents__info-title {
    width: 50vw;
}
.footer-contents__info-title a {
    font-size: 3vw;
}
.footer-contents__info-address {
    font-size: 3.4vw;
    line-height: 1.6;
    padding: 0;
	padding-top: 20px;
}

.footer-contents__menu {
    flex: inherit;
	flex-wrap: wrap;
    gap: 7vw;
    padding: 0;
}
.footer-contents__menu-service {
    width: 100%;
}
.footer-contents__menu-other {
    width: 100%;
}
.footer-contents__menu-service-title {
    font-size: 3.4vw;
    margin: 0 0 4vw 0;
}
.footer-contents__menu-service-title:after {
    width: 72%;
    right: 0;
}
.footer-contents__menu a {
    gap: 2vw;
    padding: 0 0 1.8vw 0;
    font-size: 3.4vw;
}
footer .copyright {
    font-size: 2.8vw;
    padding: 4vw 0;
}
/*floating-footer */
.floating-footer {
    background: #fff;
    position: fixed;
    z-index: 9998;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.floating-footer__title {
    background: var(--sub-color);
    color: #fff;
    font-size: 5vw;
	font-family: var(--shippori-mincho);
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 1vw;
}
.floating-footer__btns {
    display: flex;
}
.floating-footer__btn {
	flex: 1;
	box-sizing: border-box;
}
.floating-footer__btn a {
    display: block;
	height: 100%;
    position: relative;
    text-decoration: none;
}
.floating-footer__btn-tel-num {
    display: flex;
    font-size: 5.5vw;
    align-items: center;
    place-content: center;
    gap: 1vw;
    line-height: 1;
    padding: 0.5vw 0 0 0;
    color: var(--text-color);
}
.floating-footer__btn-tel-num-icon {
    display: block;
    width: 4.5vw;
    height: 4.5vw;
}
.floating-footer__btn-tel-hour {
    color: #333;
    display: block;
    font-size: 2.7vw;
	line-height: 1;
	padding: 1vw 0;
}
.floating-footer__btn-tel-text {
    background: var(--main-color);
    color: #fff;
    font-size: 3.3vw;
    display: block;
	line-height: 1.5;
}
.floating-footer__btn-title {
    display: block;
    font-size: 3vw;
    font-weight: 500;
	line-height: 1;
	color:#fff;
	padding: 2.8vw 0;
}
.floating-footer__btn-icon {
	display: block;
	width: 30%;
	margin: auto;
}
.floating-footer__btn-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.floating-footer__btn-mail {
    background: var(--main-color);
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: relative;
}
.floating-footer__btn-mail:before {
    content: '\f105';
    font-family: Font Awesome\ 5 Free;
    display: inline-block;
    font-weight: bold;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2vw;
}
.floating-footer__btn-mail-title-container {
    display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.5vw;
    color: #fff;
    height: 100%;
}
.floating-footer__btn-mail-title {
    display: block;
	font-family: var(--shippori-mincho);
	font-size: 4.3vw;
	width: 100%;
	font-weight: 600;
}
.floating-footer__btn-mail-hour {
    display: block;
	font-size: 2.8vw;
	width: 100%;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　TOP
--------------------------------------------------------------------------------------------------------------------------------*/
.section-title__en {
    font-size: 4vw;
    padding: 0 0 4vw 0;
}
.section-title__jp {
    font-size: 4vw;
    padding: 0 0 3vw 0;
}
.section-title__jp span {
    display: block;
}
/* .news */
.news {
    padding: 8vw 0 14vw;
}
main.top .news h2 {
    font-size: 7.5vw;
}
.news__list {
    margin: 9vw 0 0 0;
    padding: 0;
}
.news__item a {
     margin: 0 6%;
}
.news__item-image {
    height: 40vw;
}
.news__prev,
.news__next {
    width: 5vw;
	border-radius: 0 5px 5px 0;
}
.news__prev::before,
.news__next::before{
    font-size: 2.4vw;
}
/* .message */
.message {
	padding: 11vw 0 8vw 0;
}
.message__container {
    width: 90%;
}
.message__content {
    padding: 8vw 0 0;
    flex-wrap: wrap;
    gap: 8vw;
    justify-content: center;
}
.message__content-image {
    width: 92%;
}
.message__content-text-container {
    width: 100%;
	padding: 0;
}
main.top .message h2 {
    font-size: 7.2vw;
}
.message .section-title__jp {
    font-size: 4.5vw;
    padding: 2vw 0 0 0;
    line-height: 1.5;
}
.message__text-wrapper {
    width: 100%;
}
.message__content-title {
    font-size: 5.3vw;
    padding: 0 0 8vw 0;
    text-align: center;
}
main.top .message__content-text p {
    font-size: 3.8vw;
    line-height: 1.6;
}
/* .service */
.service {
    padding: 11vw 0 12vw;
}
.service__list {
    gap: 4vw 4%;
    padding: 11vw 0 6vw;
}
.service__item {
    width: 48%;
    border-radius: 10px;
}
.service__item:nth-child(1), .service__item:nth-child(2) {
    width: 100%;
}
.service__item a {
    height: 33vw;
    background-color: rgba(255, 255, 255, 0.8);
}
.service__item-inner {
    gap: 1vw;
}
.service__item-num {
    font-size: 4.2vw;
    border-radius: 10px 0 10px 0;
    width: 8vw;
}
.service__item-title-container {
    height: 14vw;
}
.service__item-title {
    font-size: 4.7vw;
	line-height: 1.2;
}
.service__item-title span {
    display: block;
}
.service__item-text-container {
	height: 10vw;
}
.service__item-text {
    font-size: 3.2vw;  
    line-height: 1.3;
}
.service__item-text span {
    display: block;
}
.service__btn-list {
    justify-content: center;
    flex-wrap: wrap;
	gap: 2.5vw;
}
/* .reason */
.reason {
    padding: 12vw 0 12vw;
	background-image: url(/wp-content/uploads/2025/12/reason__bg_sp.jpg);
}
main.top .reason h2 {
    font-size: 7.5vw;
}
.reason__list {
    padding: 20vw 0 0;
	gap: 15vw;
}
.reason__item {
    border-radius: 10px;
    width: 100%;
}
.reason__item-num {
    font-size: 6.5vw;
    top: 8%;
}
.reason__item-image {
    top: -10vw;
}
.reason__item-text {
    font-size: 4.8vw;
    line-height: 1.4;
    height: 26vw;
}
/* .case */
.case {
    padding: 10vw 0 10vw;
}
.case__container {
    width: 100%;
}
.case__inner {
    justify-content: center;
    padding: 9vw 0 0 0;
    flex-wrap: wrap;
    gap: 10vw;
}
.case__list {
    margin: 0;
    width: 100%;
    padding: 0;
}
.case__item a {
    margin: 0 5vw;
    aspect-ratio: 450 / 692;
}
.case__item-image {
    aspect-ratio: 450 / 278;
}
.case__item-info-list {
    gap: 2vw;
    padding: 3vw 3.5vw;
}
.case__item-info-item {
    font-size: 3.5vw;
    gap: 2vw;
}
.case__item-title {
    font-size: 4.5vw;
    height: 15vw;
    padding: 0 3vw;
    line-height: 1.42;
}
.case__item-comment {
    font-size: 3.5vw;
    line-height: 1.35;
    padding: 0 4vw;
}
.case__prev::before, .case__next::before {
    font-size: 7vw;
}
.case__prev {
    left: 12vw;
}
.case__next {
    right: 12vw;
}
.case__voice {
    width: 100%;
}
/* .column */
.column {
    padding: 11vw 0 8vw;
}
main.top .column h2 {
    gap: 4vw;
    font-size: 7.5vw;
    justify-content: center;
    flex-wrap: wrap-reverse;
}
.column__title-icon {
    width: 25vw;
    height: 25vw;
}
.column .btn {
    margin: 8vw auto 0;
}
.column__popular-container {
    padding: 8vw 0 0 0;
    flex-direction: column;
    gap: 6vw;
}
.column__most-popular {
    width: 100%;
    height: 80vw;
}
.column__most-popular-info {
    height: 28vw;
    width: 100%;
}
.column__most-popular-tag {
    font-size: 2.6vw;
    padding: 1.3vw 0;
    width: 26vw;
}
.column__most-popular-title {
    font-size: 4vw;
    padding: 2vw 3vw;
}
.column__most-popular-category {
    font-size: 2.6vw;
    padding: 0.5vw 3vw;
    margin: 0 0 0 03vw;
}
.column__most-popular-date {
    font-size: 3vw;
    padding: 0 0 0 7vw;
    right: 3vw;
    bottom: 2vw;
}
.column__tab-container {
    width: 100%;
}
.tab {
    padding: 2.8vw 0px;
    font-size: 3vw;
}
.tab-information__title {
    font-size: 3.4vw;
}
.tab-information__btn {
    font-size: 2.8vw;
    border-radius: 2px;
    padding: 0;
    width: 22vw;
    line-height: 1.6;
    border-color: #aaa;

}
.tab-contents {
    padding: 3vw;
    height: 88vw;
}
.tab-information__date {
    font-size: 3vw;
    padding: 0 0 0 4vw;
}
.tab-information__date:before {
    left: 0;
    top: 1px;
}
.column__category-container {
    flex-wrap: wrap;
    gap: 8vw;
}
.column__category-01,
.column__category-02,
.column__category-03 {
    flex: inherit;
    width: 100%;
}
.column__category-list {
    padding: 4.5vw 3vw;
    height: 48vw;
}
.column__category-title {
    font-size: 3.8vw;
}
.column__category-date {
    font-size: 3vw;
    padding: 0 0 0 4vw;
}
.column__category-date:before {
    left: 0;
    top: 1px;
}
.column__category-image {
    width: 23%;
}
.column__category-item a {
    gap: 4%;
}
.column__category-heading {
    font-size: 4.8vw;
    padding: 2.5vw 0;
}
.column__title {
    font-size: 3.4vw;
    height: 11vw;
}
.column__date {
    font-size: 3vw;
}
.column__list {
    padding: 4vw 2vw;
    height: 48vw;
}
.column__image {
    width: 25%;
}
.column__item a {
    gap: 3%;
}
/* .faq */
.faq {
    padding: 10vw 0 13vw 0;
}
.faq__list {
    padding: 10vw 0 0 0;
    gap: 4vw;
}
.faq__item {
    border-radius: 7px;
}
.faq__q {
    padding: 3vw;
	height: auto;
    align-items: baseline;
}
.faq__q-toggle {
    width: 4vw;
    height: 4vw;
    margin: auto;
}
.faq__q-toggle:before {
    height: 1px;
}
.faq__q-toggle:after {
    width: 1px;
}
.faq__q-q {
    font-size: 5vw;
}
.faq__q-text {
    font-size: 4.5vw;
}
.faq__a {
    padding: 3vw 0;
    margin: 0 3vw;
}
.faq__a-a {
    font-size: 5vw;
}
.faq__a-text {
    line-height: 1.5;
    font-size: 3.8vw;
}
/* .staff */
.staff {
    padding: 8vw 0 14vw;
}
.staff__container {
    width: 100%;
}
.staff__list {
    margin: 12vw 0 0 0;
}
.staff__item a {
    margin: 0 5vw;
    border-radius: 3vw;
}
.staff__item-title {
    font-size: 5vw;
    padding: 6vw 0;
}
.staff__item-comment {
    font-size: 3.6vw;
}
.staff__prev {
    left: 6.5vw;
    border-radius: 5px 0 0 5px;
}
.staff__next {
    right: 6.5vw;
    border-radius: 0 5px 5px 0;
}
.staff__prev, .staff__next {
    width: 7vw;
}
.staff__prev::before, .staff__next::before {
    font-size: 3vw;
}
/* .recruit */
.recruit {
    padding: 11vw 0 12vw;
}
.recruit__message {
    font-size: 7vw;
    padding: 11vw 0 0;
}
.recruit__text {
    padding: 6vw 0 8vw;
    font-size: 4.2vw;
    line-height: 1.85;
}
.recruit__text span {
    display: block;
}
/* .company */
.company {
    padding: 13vw 0 0;
}
main.top .company h2 {
    padding: 10vw 0;
}
.company__text {
    gap: 6vw;
}
main .company__text p {
    font-size: 3.9vw;
	line-height: 1.7;
}
main .company__text p span {
    display: block;
}

/*--------------------------------------------------------------------------------------------------------------------------------
	　共通ブロック
--------------------------------------------------------------------------------------------------------------------------------*/

/* .contact-banner */
.contact-banner {
    padding: 6vw 0;
}
.contact-banner__container {
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    margin: 0;
    height: 50vw;
    padding: 4vw 5vw;
}
.contact-banner__tel {
    width: 100%;
    padding: 0 0 1vw 0;
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
    pointer-events: inherit;
}
.contact-banner__tel-title {
    font-size: 4.4vw;
}
.contact-banner__tel-num-icon {
    width: 6.5vw;
    height: 6.5vw;
}
.contact-banner__tel-hour {
    line-height: 2.2;
    font-size: 3.4vw;
}
.contact-banner__mail {
	width: 100%;
	height: 100%;
}
.contact-banner__mail a {
    gap: 8vw;
    height: 18vw;
}
.contact-banner__mail-icon {
    width: 8vw;
    height: 8vw;
}
.contact-banner__mail-title {
    font-size: 5.2vw;
    line-height: 1.15;
}
.contact-banner__tel-num {
    font-size: 10.5vw;
	padding: 1vw 0 1vw;
    gap: 2vw
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　archive
--------------------------------------------------------------------------------------------------------------------------------*/

.archive__image {
    height: 60vw;
    width: 100%;
}
 .archive__column {
    gap: 6vw;
    flex-wrap: wrap;
}
.archive__title {
    font-size: 4.5vw;
    padding-top: 3vw;
}
.archive__category {
     font-size: 3.2vw;
     width: 22vw;
     padding: 0;
}
.archive__date {
    font-size: 3.6vw;
    margin-right: 4vw;
}
/* .archive__staff */
.archive__staff-list {
    gap: 6vw;
}
.archive__staff-item {
    width: 100%;
    padding: 6%;
}
.archive__staff-item-inner {
    padding: 5vw 0 0 0;
}
.archive__staff-item:before,
.archive__staff-item:after {
    width: 10vw;
    height: 10vw;
}
.archive__staff-item-name {
    font-size: 5.5vw;
}
.archive__staff-item-title {
    font-size: 4vw;
    padding: 0 0 1vw 0;
    margin: 4vw 0 1vw 0;
}
.archive__staff-item-text {
    font-size: 3.6vw;
}
.archive__voice-image {
    width: 40%;
    height: 25vw;
}
/* .archive__voice */
.archive__voice-list {
    gap: 5vw;
}
.archive__voice-item {
    width: 100%;
}
.archive__voice-date {
    font-size: 4vw;
}
.archive__voice-title {
    font-size: 4.5vw;
    padding: 2vw 0;
}
.archive__voice-text {
    font-size: 4vw;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　.main.page-404
--------------------------------------------------------------------------------------------------------------------------------*/
main.page-404 {
    padding-bottom: 10vw;
}
.page-404__main-text {
    font-size: 16vw;
}
.page-404__text {
    font-size: 4vw;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　.main.page-search
--------------------------------------------------------------------------------------------------------------------------------*/
main.page-search {
    padding-bottom: 10vw;
}
.archive-case__comment {
    font-size: 4vw;
    padding: 2.5vw;
}

/*--------------------------------------------------------------------------------------------------------------------------------
	.page-contact 
--------------------------------------------------------------------------------------------------------------------------------*/
.page-contact table th,
.page-contact table td,
.page-contact table tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.page-contact table th,
.page-contact table td {
	text-align: left;
	padding: 3vw;
}
.page-contact table th p,
.page-contact table td p {
	padding: 1vw ;
}
.page-contact .wpcf7-text, .page-contact .wpcf7-number {
    height: 10vw;
    font-size: 3.6vw;
}
.page-contact .wpcf7-date, .page-contact .wpcf7-select{
    height: 10vw;
    font-size: 3.6vw;
    width: 35%;
}
.page-contact .wpcf7-list-item {
    margin: 3vw 0;
}
.page-contact .date-and-time {
    gap: 0;
    flex-wrap: wrap;
}
.date-and-time__title > p {
	padding: 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　single
--------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------
  執筆者
----------------------------------------------------------------------------------------------*/
.writer__content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10vw;
    padding: 0;
}

/*--------------------------------------------------------------------------------------------------------------------------------
	　サービスページ　共通
--------------------------------------------------------------------------------------------------------------------------------*/
.page-service-title {
    height: 42vw;
}
.page-service-title__h1 {
    font-size: 6.5vw;
}
main.page-service h2 {
    font-size: 6vw;
}
main.page-service h2:after {
    width: 8vw;
    height: 0.8vw;
    margin: 3vw auto 0;
}
.page-service-message {
    font-size: 3.2vw;
    line-height: 1.5;
}
.page-service-block-01 {
    padding: 8vw 0 10vw 0;
}
.page-service-block-01__container {
    justify-content: center;
    gap: 5vw;
    flex-wrap: wrap;
}
.page-service-block-01__image {
    width: 75%;
}
.page-service-block-01__inner {
    flex: inherit;
    gap: 3vw;
}
.page-service-block-01__title {
    font-size: 5vw;
}
.page-service-block-01__text {
    font-size: 3.6vw;
    line-height: 1.5;
}
.page-service-block-02__text {
    font-size: 3.2vw;
    padding: 4vw 0 0;
}
.page-service-block-02__image {
    padding: 5vw 0 0 0;
}
.page-service-block-03 {
    padding: 10vw 0 12vw 0;
}
.page-service-block-03__list {
    gap: 10vw;
    padding: 8vw 0 0 0;
}
.page-service-block-03__item {
    justify-content: center;
    gap: 5vw;
    flex-wrap: wrap;
}
.page-service-block-03__image {
    width: 75%;
}
.page-service-block-03__inner {
    flex: inherit;
    flex-direction: column;
    gap: 3vw;
    width: 100%;
}
.page-service-block-03__title {
    font-size: 5vw;
}
.page-service-block-03__text {
    font-size: 3.6vw;
    line-height: 1.5;
}
.page-service-block-04 {
    padding: 8vw 0 12vw 0;
}
.page-service-block-04__image {
    padding: 8vw 0 0 0;
}
.page-service-block-05 {
    padding: 8vw 0 12vw 0;
}
.page-service-block-05__list {
    gap: 7vw;
    padding: 8vw 0 0 0;
	justify-content: center;
}
.page-service-block-05__item {
    width: 85%;
	padding: 3% 3% 5% 3%;
}
.page-service-block-05__image {
    border-radius: 1.9vw;
}
.page-service-block-05__title {
    font-size: 5vw;
    height: 13vw;
}
.page-service-block-05__text {
    font-size: 3.2vw;
    line-height: 1.5;
}
.page-service-block-06__content {
    padding: 5vw 0 0 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　クラウド導入支援ページ　
--------------------------------------------------------------------------------------------------------------------------------*/
.page-service-block-06__content .service-page-cloud thead th {
    font-size: 4vw;
    padding: 3vw;
}
.page-service-block-06__content .service-page-cloud tbody th {
    font-size: 3.6vw;
}
.page-service-block-06__content .service-page-cloud tbody th span {
    font-size: 2.8vw;
    padding: 2vw 0 0;
}
.page-service-block-06__content .service-page-cloud tbody td {
    font-size: 7vw;
}
.service-page-keiri__text {
    text-align: left;
    gap: 4vw;
}
.page-service-block-06__content .service-page-keiri p {
    font-size: 3.4vw;
}
.service-page-keiri__list {
    gap: 6vw;
    padding: 12vw 0 0 0;
}
.service-page-keiri__item {
    width: 100%;
}
.service-page-keiri__item-title {
    font-size: 4.8vw;
    padding: 5vw 0;
}
.service-page-keiri__item-sub-title {
    font-size: 4.2vw;
    padding: 0 0 3vw 0;
}
.service-page-keiri__item-text {
    font-size: 3.6vw;
    line-height: 1.5;
}
.service-page-keiri__item-text-container {
    height: auto;
}
.service-page-keiri__item-fee-before-text {
    font-size: 4.2vw;
}
.service-page-keiri__item-fee-after-item {
    font-size: 2.8vw;
}
.service-page-keiri__item-fee-after-num {
    font-size: 8.5vw;
}
.service-page-keiri__item-fee-after {
    min-height: 30vw;
}
.service-page-keiri__item-fee-before:after {
    border-width: 15vw 0 15vw 7vw;
}
.service-page-keiri__item-fee-after-inner {
    gap: 2vw;
}