@charset "utf-8";
:root {
	--header-height: 13vw;
}
body {
    font-size: 3.73vw;
    -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    letter-spacing: inherit;
}
.sub-page {
    width: 89.3%;
    margin: 10vw auto;
}
main {
    width: 100%;
}
.sp {
    display: block !important;
}
.pc {
    display: none !important;
}
.br-sp {
    display: block;
}
.br-pc {
    display: inline;
}
#tinymce p, .sub-page 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-01 {
    width: 88vw;
    height: 16vw;
    gap: 5vw;
    font-size: 3.6vw;
    border-radius: 5px;
}
.btn-02 {
    width: 88vw;
    height: 16vw;
    gap: 5vw;
    font-size: 3.6vw;
    border-radius: 5px;
}
.btn-02:after {
    font-size: 1em;
}
.sub-page .btn {
    width: 100%;
    font-size: 3.5vw;
}

.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;
}
/*------------------------------------------------------------------------------------
	　 Inview.js
------------------------------------------------------------------------------------*/
.--InviewFade.--InviewDelay1 { transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay2 { transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay3 { transition-delay: 0.1s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay4 { transition-delay: 0.1s; /*遅延をかける秒数 */ }
/*------------------------------------------------------------------------------------
  親子がある場合の一覧
------------------------------------------------------------------------------------*/
.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 {
	font-size: 2vw;
}
h2 {
	font-size: 5vw;
	padding: 3vw;
}
h3 {
	font-size: 4.2vw;
	margin: 6vw 0 3vw;
	padding: 3vw 2vw;
	line-height: 1.5;
}
h4 {
	font-size: 4vw;
	line-height: 1.1;
	padding: 3vw 2vw;
}
h5 {
	font-size: 3.8vw;
	line-height: 1.1;
	padding: 1vw 0 1vw 2vw;
}
h6 {
	font-size: 3.57vw;
	line-height: 1.1;
	padding: 2.5vw;
}
main h2,
main h3,
main h4,
main h5,
main h6 {
    margin-top: 6vw;
    margin-bottom: 5vw;
}
main.top h2 {
    font-size: 6.8vw;
}
main.top h2 .en {
    padding: 1vw 0 0 0;
}
main.top h2 .en:after {
    height: 3.8vw;
    margin: 2vw auto 0;
}
.page-title {
    height: 45vw;
}
.page-title__h2 {
	font-size: 6vw;
	line-height: 1.2;
}
img.alignright,
img.alignleft {
	padding: 2vw 0;
	margin: 0 auto;
	height: auto;
	display: block;
	max-width: 60%;
	float: inherit;
}
li {
    line-height: 1.5em;
}

/*------------------------------------------------------------------------------------
	gn
------------------------------------------------------------------------------------*/
.global-nav {
	display: none;
}
.global-nav.active {
	background: #edf0f4fa;
    position: fixed;
    width: 100%;
    z-index: 9999;
    overflow: auto;
    display: block;
    top: var(--header-height);
	left: 0;
	height: 100%;
}
.global-nav__list > li {
    text-align: left;
	width: 100%;
    border-bottom: 1px solid #333;
	flex: inherit;
}
.global-nav .global-nav__list > li > a {
    color: #333;
    padding: 4.5vw 4vw;
    box-sizing: border-box;
     height: inherit;
    place-content: inherit;
    justify-content: space-between;
	font-size: 4vw;
}
.global-nav .global-nav__list > li > a br {
	display: none;
}
.global-nav .global-nav__list {
    gap: 0;
	flex-wrap: wrap;
	width: 100vw;
}
.global-nav .sub-menu {
    display: flex;
    position: inherit;
    height: inherit;
    left: inherit;
    bottom: inherit;
    transform: inherit;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 5vw 5vw 5vw;
    gap: 3vw 0;
	background: none;
	box-sizing: border-box;
}
.global-nav__list > li:before,
.global-nav__list > li:last-child:after {
    content: none;
}
.global-nav .sub-menu li {
    width: 50%;
}
.global-nav .sub-menu a {
    font-size: 3.6vw;
	color: #fff;
	white-space: inherit;
	padding: 0 1vw;
    line-height: 1.2;
}
.menu-btn {
    position: relative;
    cursor: pointer;
    z-index: 3;
    background: var(--main-color);
    height: 100%;
    width: 13vw;
	box-sizing: border-box;
    padding: 3.5vw 3vw;
}
.menu-btn__line-container {
	position: relative;
	display: grid;
	place-content: center;
	height: 100%;
	width: 100%;
}
.menu-btn__line{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    width: 100%;
    height: 0.6vw;
    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 {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 2.2vw;
    font-weight: bold;
}

/*------------------------------------------------------------------------------------
	ヘッダー、フッター
------------------------------------------------------------------------------------*/

header {
    border-top: none;
}
.header__container {
    justify-content: space-between;
    height: 100%;
	width: 100%;
	padding: 0 0 0 2vw;
}
.header__info-container {
    gap: 2vw;
    padding: 0;
}
.header__info-title-container a {
}
.header__info-title {
    font-size: 4.4vw;
}
.header__info-accsess {
	font-size: 2.2vw;
}
footer {
	margin: 0 0 24vw 0;
	border-width: 1px;
}
.footer__container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 11vw;
    height: auto;
	padding: 10vw 0 7vw;
}
.footer__info {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.footer__address {
    font-size: 3.6vw;
    padding: 4vw 0 6vw 0;
}
.footer__tel-num {
    font-size: 9.5vw;
    gap: 2.5vw;
}
.footer__tel-num:before {
    width: 8vw;
    height: 8vw;
}

.footer__tel-hour {
    font-size: 3.7vw;
    padding: 2vw 0 0 0;
}

.footer__site-info {
    gap: 2vw;
    border-radius: 3px;
    height: 14vw;
}

.footer__logo {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.footer__title {
    width: 65vw;
    margin: 0 auto;
}
.footer__info__text {
    text-align: center;
    font-size: 3.3vw;
    padding: 4vw 0 7vw;
}
.footer__menu--container {
    gap: 6vw 0;
    flex-wrap: wrap;
}
.footer__menu-item {
    flex: inherit;
    width: 50%;
}
.footer__menu a {
    font-size: 3.4vw;
    gap: 2vw;
    line-height: 2;
}
.footer__menu a:before {
    font-size: 0.7em;
}
.copyright {
    font-size: 2.8vw;
    padding: 4vw 0;
}
/* .footer-floating */
.footer-floating {
    position: fixed;
    bottom: 0;
    z-index: 9999;
	width: 100%;
	box-sizing: border-box;
	padding: 2vw 4vw;
	background: var(--main-color);
	height: 19vw;
}
.footer-floating__list {
    display: flex;
	width: 100%;
	justify-content: end;
	height: 100%;
}
.footer-floating__item {
	box-sizing: border-box;
}
.footer-floating__item a {
	text-decoration: none;
	height: 100%;
}
.footer-floating__tel {
	margin: 0 auto 0 0;
}
.footer-floating__tel a {
	color: #fff;
	line-height: 1;
	text-align: center;
	width: 100%;
	display: block;
}
.footer-floating__tel-title {
    font-size: 2.6vw;
	display: block;
	padding: 0 0 1vw 0;
}
.footer-floating__tel-num {
	font-size: 6.5vw;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2vw;
}
.footer-floating__tel-num:before {
    content: '';
    display: inline-block;
    width: 6vw;
    height: 6vw;
    background-image: url(/quiezuMeSae3ilaew1eer3Eich8moopu/wp-content/uploads/2025/07/icon__tel-white.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-floating__tel-hour {
    display: block;
    font-size: 2.6vw;
    text-align: center;
	padding: 2vw 0 0 0;
}

.footer-floating__mail {
	width: 14vw;
	margin: 0 3vw 0 0;
}
.footer-floating__mail a {
	background: var(--accent-color);
	display: flex;
	align-items: center;
	padding: 3vw 0 0 0;
	width: 100%;
	flex-direction: column;
	box-sizing: border-box;
	gap: 0.8vw;
}
.footer-floating__mail-title {
	font-size: 3.4vw;
	color: #fff;
	font-weight: bold;
}
.footer-floating__mail-icon {
    display: block;
    width: 5.2vw;
	height: 4.2vw;
}
.footer-floating__mail-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.footer-floating__top {
	width: 14vw;
}
.footer-floating__top-title {
	font-size: 3.4vw;
	color: #fff;
	font-weight: bold;
}
.footer-floating__top a {
	border: 1px solid;
	display: flex;
	align-items: center;
	padding: 3vw 0 0 0;
	width: 100%;
	color: #fff;
	flex-direction: column;
	box-sizing: border-box;
	gap: 1vw;
}
.footer-floating__top-icon {
    display: block;
    width: 4vw;
	height: 3.5vw;
}
.footer-floating__top-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    display: none;
}
/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/
.top-page {
    overflow: inherit;
}
/* .mv */
.mv {
	background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/mv__bg_sp.jpg);
}
.mv__content {
    width: 92%;
    height: 140vw;
    position: inherit;
    padding: 20vw 0 0 0;
    display: block;
}
.mv__title {
    padding: 0;
}
.mv__main-title {
    font-size: 11.5vw;
}
.mv__main-title-new-line {
    display: block;
}
.mv__sub-title {
    font-size: 4.2vw;
    padding: 3vw 0 4vw 0;
}
.mv__text {
    font-size: 2.8vw;
}
.mv__feature {
}
.mv__feature-list {
    gap: 3vw 0;
    flex-direction: column;
	position: relative;
}
.mv__feature-item {
    height: 17vw;
    width: 43vw;
    font-size: 4vw;
}
.mv__image {
	width: 65%;
	bottom: 0;
	right: -11vw;
}
.mv__image figcaption {
    font-size: 3vw;
    bottom: 5vw;
    right: 3vw;
    line-height: 1.5;
}
/* .our-support */
.our-support {
    padding: 12vw 0 13vw 0;
}
.our-support__message {
    line-height: 1.5;
    font-size: 3.4vw;
    padding: 5vw 0 10vw 0;
}
.our-support__message span {
    display: inline;
}
.our-support__list {
    gap: 3vw 4%;
}
.our-support__item {
    width: 48%;
    border-radius: 5px;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.14);
}
.our-support__item a {
    height: 26vw;
}
.our-support__item-title {
    font-size: 4vw;
}
.our-support__item a:after {
	width: 1.5vw;
	height: 1.5vw;
    bottom: 1vw;
    right: 1vw;
}
.our-support__other-title {
    font-size: 5vw;
    padding: 8vw 0 6vw;
}
.our-support__other-text {
    border-radius: 5px;
    line-height: 1.5;
    padding: 3vw 5vw;
}
/* .industry-services */
.industry-services {
    padding: 12vw 0 16vw 0;
}
.industry-services__message {
    line-height: 1.5;
    font-size: 3.4vw;
    padding: 4vw 0 12vw 0;
}
.industry-services__list {
    gap: 3vw 4%;
}
.industry-services__item {
    width: 48%;
    height: 26vw;
    margin: 0;
}
.industry-services__item-main {
    width: 100%;
    height: 16vw;
}
.industry-services__item a {
	border-width: 1.8vw;
}
.industry-services__item-title {
    font-size: 3.6vw;
}
.industry-services__item a:after {
    width: 1.5vw;
    height: 1.5vw;
	bottom: 1vw;
    right: 1vw;
}
/* .service-format */
.service-format {
    padding: 12vw 0 17vw 0;
}
.service-format__list {
    gap: 7vw;
	padding: 7vw 0 0 0;
}
.service-format__item {
    width: 100%;
}
.service-format__item a {
    height: 24vw;
	gap: 2vw;
}
.service-format__item-title {
    font-size: 5.2vw;
    gap: 2vw;
}
.service-format__item-sub-title {
    font-size: 3.5vw;
    padding: 0 0 1.5vw 0;
}
.service-format__item-image {
    width: 34%;
}
.service-format__item-title:after {
    width: 4vw;
    height: 4vw;
}
/* .forte */
.forte {
    padding: 11vw 0 14vw 0;
}
.forte__container {
    width: 90%;
}
.forte__list {
    padding: 9vw 0 0 0;
    gap: 9vw;
}
.forte__item {
    display: flex;
    flex-direction: column-reverse;
	gap: 6.5vw;
}
.forte__item-content {
    width: 100%;
    height: auto;
}
.forte__item-image:after {
    top: 2.5vw;
    right: -3vw;
    width: 105vw;
    clip-path: polygon(0 0, 100% 0, calc(100% - 13vw) 100%, 0 100%);
}
.forte__item-image {
    width: 100%;
    left: -5vw;
	position: relative;
	transform: inherit;
}
.forte__item:nth-child(even) .forte__item-image {
    right: -5vw;
	transform: inherit;
}
.forte__item:nth-child(even) .forte__item-image:after {
    left: -3vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 13vw 100%);
}
.forte__item-num {
    font-size: 11vw;
}
.forte__item-title {
    font-size: 5.4vw;
    padding: 4vw 0 4vw 0;
	line-height: 1.3;
}
.forte__item-title span {
    display: block;
}
.forte__item-text {
    font-size: 3.7vw;
}
/* .contact-banner */
.contact-banner {
    padding: 12vw 0;
    background-image: url(/wp-content/uploads/2025/07/contact-banner__bg_sp.jpg);
}
.contact-banner__container {
    background-image: none;
    height: 82vw;
}
.contact-banner__contents {
    width: 100%;
	padding: 5vw;
	box-sizing: border-box;
}
.contact-banner__title {
    font-size: 4.8vw;
    width: 100%;
    margin: 0 auto 3.5vw;
}
.contact-banner__title span {
    padding: 0 2vw;
}
.contact-banner__tel-num {
    font-size: 9.5vw;
    gap: 2.5vw;
}
.contact-banner__tel-num:before {
    width: 8vw;
    height: 8vw;
}
.contact-banner__tel-hour {
    font-size: 3.6vw;
    padding: 4vw 0 5vw 0;
}
.contact-banner__btn-list {
    gap: 3vw;
    flex-wrap: wrap;
}
.contact-banner__btn-item {
    width: 92%;
}
.contact-banner__btn-item a {
    border-radius: 5px;
    height: 15vw;
    width: 100%;
    font-size: 4.2vw;
    gap: 2.5vw;
    padding: 0;
    justify-content: center;
}
.contact-banner__btn-mail-icon {
    width: 5.4vw;
    height: 4.4vw;
}
.contact-banner__btn-chatwork-image {
    width: 43%;
}
/* .contact-banner-01 */
.contact-banner-01 {
    width: 89.3%;
}
.contact-banner-01__container {
    height: 30vw;
    border: none;
}
.contact-banner-01__title {
    font-size: 4vw;
	width: 100%;
    line-height: 1.1;
    height: 14vw;
}
.contact-banner-01__title:after {
	width: 4vw;
	height: 2.5vw;
    top: inherit;
	right: inherit;
	bottom: 1px;
    left: 50%;
	transform: translateX(-50%) translateY(100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.contact-banner-01__contents {
    flex-wrap: wrap;
}
.contact-banner-01__tel-hour {
    font-size: 2.4vw;
}
.contact-banner-01__tel-hour span:nth-child(3) {
    display: block;
}
.contact-banner-01__tel-num {
    font-size: 5vw;
}
.contact-banner-01__mail a {
    border-radius: 5px;
    height: 10vw;
    width: 90%;
    font-size: 3vw;
    gap: 1vw;
}
.contact-banner-02__mail-icon {
    width: 3.75vw;
    height: 2.85vw;
}

.contact-banner-01__tel {
    height: 16vw;
}
/* .about */
.about {
	padding: 13vw 0 12vw 0;
}
.about__info {
    width: 100%;
    padding: 7vw;
	height: 64vw;
}
.about__message {
    font-size: 3.4vw;
    margin: 3vw 0 2.5vw 0;
}
.about__address {
    font-size: 3.4vw;
    padding: 4vw 0 0 0;
}
.about__tel-num {
    font-size: 9.5vw;
    gap: 2.5vw;
}
.about__tel-num:before {
    width: 8vw;
    height: 8vw;
}
.about__tel-hour {
    font-size: 3.6vw;
    padding: 1vw 0 0 0;
}
.about__container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6vw;
    padding: 4vw 0 0 0;
}
.about__map {
    width: 100%;
    height: 55vw;
}
/* .news */
.news {
    padding: 13vw 0 14vw 0;
}
.news__list {
    padding: 6vw 0 9vw 0;
}
.news__item a {
    font-size: 3.6vw;
    padding: 3vw 0;
    flex-wrap: wrap;
	gap: 2vw;
}
.news__item-date {
    width: 100%;
}
/* .case */
.case {
    padding: 13vw 0 12vw;
}
.case__container {
    width: 100%;
}
.case__list {
    padding: 13vw 0 10vw 0;
}
.case__item {
    width: 100%;
    margin: 0 4vw;
}
.case__item-image {
    height: 43vw;
}
.case__item-title {
    font-size: 3.4vw;
    height: 20vw;
    padding: 2.5vw 0 0 0;
}
.case__item-btn {
    border-radius: 3px;
    font-size: 3.4vw;
    width: 42vw;
    height: 10vw;
}
/* .flow */
.flow {
    padding: 11vw 0 14vw 0;
}
.flow__list {
    padding: 11vw 0 2vw 0;
    gap: 0;
}
.flow__item {
    gap: 1px;
    padding: 0 0 38vw 0;
}
.flow__item-text {
    line-height: 1.6;
    font-size: 3.6vw;
	position: absolute;
	width: 90vw;
	top: 32vw;
	padding: 0;
}
.flow__item-title {
    font-size: 5vw;
    padding: 3vw 0 2vw;
}
.flow__item-num {
    font-size: 3.3vw;
    width: 25vw;
    height: 7vw;
}
.flow__item-image {
    width: 55%;
    height: 28vw;
}
.flow__item-text-container {
}
/* .greeting */
.greeting {
    padding: 9vw 0 15vw 0;
}
.greeting h2 .new-line {
    display: block;
}
.greeting__image {
    width: 70%;
}
.greeting__container {
	padding: 8vw 0 0 0;
    gap: 12vw;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.greeting__text {
    flex: inherit;
    line-height: 1.6;
    font-size: 3.7vw;
}
/*------------------------------------------------------------------------------------
	　archive
------------------------------------------------------------------------------------*/

/* .archive */
.archive__primary {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw;
}
.archive__image {
    width: 80%;
    height: 42vw;
}
.archive__text {
    flex: inherit;
    font-size: 3.8vw;
    line-height: 1.4;
}
.archive__date {
    font-size: 3vw;
}
.archive__category {
    flex-wrap: wrap;
	padding: 0 0 10vw 0;
    width: 100%;
}
.archive__category span {
    padding: 0 1vw;
    font-size: 3.2vw;
}
.archive__btn {
    font-size: 3.2vw;
}
.archive__case-category-list {
    gap: 1vw 2%;
}
.archive__case-category-item {
    width: 49%;
}
/* archive-tax-parents */
.archive-tax-parents__list {
    gap: 2vw 2%;
	  width: 100%;
}
.archive-tax-parents__item {
    width: 48%;
    font-size: 3.8vw;
}
.archive-tax-parents {
    display: flex;
    justify-content: space-between;
    gap: 3vw;
    flex-wrap: wrap;
}
/*------------------------------------------------------------------------------------
	　.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;
}

/*------------------------------------------------------------------------------------
	.page-contact 
------------------------------------------------------------------------------------*/
.contact-btn input {
    font-size: 4vw;
}
.contact-btn {
    margin: 10vw 0 0 0;
}
/*------------------------------------------------------------------------------------
	　single
------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------
	　page
------------------------------------------------------------------------------------*/
/* .page-parts-child */
.page-parts-child__parent-title {
    font-size: 3.8vw;
    padding: 2vw 3vw;
}
.page-parts-child__item a {
	font-size: 3.6vw;
}
/* .page-service-common */
.sub-page .page-service-common p {
	font-size: 3.6vw;
    line-height: 1.5;
}
.page-service-common__primary-container {
	margin: 0 0 3vw 0;
    padding: 3vw;
}
.page-service-common__primary-container h3 {
	font-size: 4.2vw;
	line-height: 1.3;
}
.page-service-common__secondary-container {
	margin: 0 0 3vw 0;
    padding: 3vw;
}
.page-service-common__secondary-container h3 {
    padding: 0 1vw;
}
.page-service-common__secondary-container h4 {
    font-size: 4vw;
    margin: 2vw 0;
    padding: 1vw;
}