@charset "UTF-8";
:root {
	--main-color: #22477d;
	--sub-color: #edf0f4;
	--accent-color: #ff9000;
	--hover-color: #edf0f4;
	--header-height: min(92px, 9.2vw);
    scroll-padding: var(--header-height);
	--yu-min-cho: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	overflow-y: auto!important;
}
body {
	font-family: 游ゴシック体, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: min(1.8rem, 1.8vw);
    color: #333;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.03em;
}
/*------------------------------------------------------------------------------------
  Simple Sitemap
------------------------------------------------------------------------------------*/
.simple-sitemap-container h3 { padding: 1rem 2rem; white-space: nowrap; font-size: 1.8rem; font-weight: 800 !important; background-color: transparent; border: 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; color: #664c00 !important; background-color: #fff; border: 1px solid #ddd; border-bottom: none; border-radius: 4px 4px 0 0; } /* 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%; }
.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; text-align: left; }
.children .sitemap-item { margin: 1rem 0 0; }
.children .sitemap-item a { display: inline-block; width: 90%; font-size: 1.5rem; background: none; border: none; }
.children .sitemap-item a:before { content: '\f30b'; font-family: "Font Awesome 6 Free"; font-weight: 600; color: #ccc; margin-right: 0.5rem; display: inline-block; }
.simple-sitemap-container ul.children { margin-left: 2rem !important; }
@media screen and (max-width: 600px) {
  .simple-sitemap-container.tab-enabled label { width: initial !important; }
  .simple-sitemap-container h3 { padding: 2vw; font-size: 1.6rem; }
}
/*------------------------------------------------------------------------------------
	　 Inview.js
------------------------------------------------------------------------------------*/
.--InviewFade { opacity: 0; /*表示前に透明にしておく */  transition: 0.1s; /*移動にかける時間 */ transition-delay: 0s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewFadeUp { /*表示前に透明にしておく */ 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.--InviewDelay1 { transition-delay: 0.4s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay2 { transition-delay: 0.8s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay3 { transition-delay: 1.2s; /*遅延をかける秒数 */ }
.--InviewFade.--InviewDelay4 { transition-delay: 1.4s; /*遅延をかける秒数 */ }
.--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); }

/*------------------------------------------------------------------------------------
  TinyMCEのマーカー
------------------------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------------------------
  ワードプレススタイル
------------------------------------------------------------------------------------*/

  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;
  }
/*------------------------------------------------------------------------------------
  パンくずリスト
------------------------------------------------------------------------------------*/
#breadcrumbs {
    font-size: 1.3rem;
    padding: 20px 0;
}
/*------------------------------------------------------------------------------------
  目次
------------------------------------------------------------------------------------*/
#toc_container {
    line-height: 1.7em;
}
.page__content #toc_container li:before {
	content: none;
}
.page__content #toc_container li {
    font-size: inherit;
}
/*------------------------------------------------------------------------------------
 ページナビ
------------------------------------------------------------------------------------*/
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
    display: none;
}
.wp-pagenavi .current {
    display: inline-flex;
    background: var(--main-color);
	 border-color: var(--main-color)!important;
    color: #fff;
    width: 50px;
    height: 50px;
    place-content: center;
    align-items: center;
	 margin: 0 6px;
}
.wp-pagenavi .page.larger {
    border: 1px solid;
    width: 50px;
    height: 50px;
    display: inline-flex;
    place-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
	margin: 0 6px;
    color: var(--nmain-color);
}
.wp-pagenavi .page.larger:hover,
.wp-pagenavi .page.smaller:hover{
    background-color: var(--hover-color);
}
/*------------------------------------------------------------------------------------
  親子がある場合の一覧
------------------------------------------------------------------------------------*/
.related-articles {
    padding: 50px 0 0 0;
}
.related-articles__box {
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
}
 .page_footer_contents.pc {
    margin-top: 40px;
}
.related-articles__parent {
    color: #fff;
    background: var(--main-color);
    font-size: 1.6rem;
    padding: 18px 15px;
}
.related-articles__child li a {
    padding: 17px 30px;
    color: var(--main-color);
    text-decoration: none;
    font-size: 1.6rem;
    display: flex;
    position: relative;
    gap: 10px;
}
.related-articles__child li {
    border-bottom: 1px solid var(--main-color);
    box-sizing: border-box;
}
.related-articles__child .children{
   border-top: 1px solid var(--main-color);
}
.related-articles__child .children li:last-child {
    border-bottom: none;
}
.related-articles__child {
}
.related-articles__child .children a {
    padding-left: 3em;
}
.related-articles__child li a:before {
    content: " \f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
}
.related-articles__child li a:hover {
     background: var(--hover-color);
}
/*------------------------------------------------------------------------------------
	　ページネーション
------------------------------------------------------------------------------------*/
main ul.pagenation {
    border-top: 1px solid #efefef;
    text-align: center;
    margin: 40px 0;
    padding: 20px 0;
}
main .pagenation li {
    display: inline-block;
    padding: 0 5px;
}
main .pagenation li a {
    display: block;
    border: 1px solid var(--main-color);
    padding: 12px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
}
main .pagenation li a:hover {
    background: var(--main-color);
    color: #fff;
}
main .wp-pagenavi {
    margin: 60px 0 0;
    text-align: center;
    height: 40px;
}
/*------------------------------------------------------------------------------------
	　共通クラス
------------------------------------------------------------------------------------*/
.sub-page {
    width: min(1100px, 98%);
    margin: min(45px, 4.5vw) auto min(55px, 5.5vw);
	display: flex;
	justify-content: space-between;
}
.sub-page h2:first-child {
    margin-top: 0;
}
main {
    width: 75.5%;
}
#tinymce p, .sub-page p {
    line-height: 2;
    padding: min(15px, 1.5vw) 0;
    font-size: min(1.8rem, 1.8vw);
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.br-pc {
    display: block;
}
a {
    color: var(--accent-color);
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

img {
	vertical-align: top;
    max-width: 100%;
	height: auto;
}
.hv:hover {
	opacity: 0.7;
	cursor: pointer;
}
.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;
}
.wrap {
	width: min(1100px, 98%);
	margin: 0 auto;
    z-index: 1;
}
.center {
    text-align: center;
}
.tel-num {
    display: flex;
    align-items: center;
	font-family: var(--yu-min-cho);
	font-weight: 700;
}
.btn-01 {
    text-decoration: none;
    color: var(--main-color);
    width: min(408px, 40.8vw);
    height: min(69px, 6.9vw);
    font-size: min(1.7rem, 1.7vw);
    gap: min(25px, 2.5vw);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    background: #fff;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid;
    transition: 0.3s ease-in-out;
}
.btn-01:after {
	content: '\f054';
	font-family: "Font Awesome 6 Free";
	display: block;
	font-weight: 900;
	font-size: 0.9em;
}
@media (hover: hover) and (pointer: fine) {
	.btn-01:hover {
		background: var(--main-color);
		color: #fff;
		transition: 0.3s ease-in-out;
	}
}
.btn-02 {
	text-decoration: none;
    color: #fff;
	font-weight: bold;
    width: min(408px, 40.8vw);
    height: min(69px, 6.9vw);
    font-size: min(1.7rem, 1.7vw);
    gap: min(25px, 2.5vw);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    background: var(--main-color);
    border-radius: 10px;
	border: 1px solid;
	transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
	.btn-02:hover {
		background: #fff;
		color: var(--main-color);
		transition: 0.3s ease-in-out;
	}
}
.btn-02:after {
	content: '\f054';
	font-family: "Font Awesome 6 Free";
	display: block;
	font-weight: 900;
	font-size: 0.9em;
}
.sub-page .btn {
    width: min(529px, 52.9vw);
    padding: min(32px, 3.2vw) 4% min(32px, 3.2vw) 0;
    font-weight: 600;
    font-size: min(2rem, 2vw);
}
.sub-page .btn:after {
    right: 9%;
    font-size: 1em;
}
.single__content li,
.page__content li {
    padding: 0.4em 0;
    font-size: 1.7rem;
	 line-height: 1.5;
}
.page__content .simple-sitemap-container li {
    padding: 0;
    font-size: inherit;
}
.single__content li:before,
.page__content li:before {
	 content: '・';
    padding-right: 0.4em;
    color: var(--main-color);
}
.single__content .pagenation li:before {
    content: none;
}
.page__content .simple-sitemap-container li:before {
	content: none;
}

/*------------------------------------------------------------------------------------
	　見出し
------------------------------------------------------------------------------------*/
h1 {
    font-size: min(1.3rem, 1.3vw);
    font-weight: normal;
	color: #fff;
}
.header--scrolled h1 {
	color: #333;
}
h2 {
    font-size: min(3rem, 3vw);
    position: relative;
    margin: min(30px, 3vw) 0 min(35px, 3.5vw);
    padding: min(17px, 1.7vw) min(20px, 2vw);
    background: var(--main-color);
    color: #fff;
	font-family: var(--yu-min-cho);
    font-weight: 600;
	clear: both;
}
h2:before {
	content: '';
	display: block;
    background: #fff;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 4px;
	left: 0;
}
h2:after {
	content: '';
	display: block;
    background: #fff;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 4px;
	left: 0;
}
h3 {
    font-size: min(2.8rem, 2.8vw);
    margin: min(30px, 3vw) 0;
    padding: min(15px, 1.5vw) min(13px, 1.3vw);
    border-bottom: 2px solid;
    color: var(--main-color);
    background: var(--sub-color);
    line-height: 1.2;
    font-family: var(--yu-min-cho);
    font-weight: 600;
	clear: both;
}
h4 {
    font-size: min(2.4rem, 2.4vw);
    margin: min(30px, 3vw) 0;
    padding: min(12px, 1.2vw) min(13px, 1.3vw);
	border-top: 1px solid;
    border-bottom: 1px solid #c8c8c8;
    color: var(--main-color);
    font-family: var(--yu-min-cho);
    box-sizing: border-box;
	font-weight: 600;
	clear: both;
}
h5 {
    font-size: min(2.2rem, 2.2vw);
    margin: min(30px, 3vw) 0;
    padding: min(5px, 0.5vw) min(12px, 1.2vw);
    border-left: 3px solid var(--main-color);
    font-family: var(--yu-min-cho);
	font-weight: 600;
	clear: both;
}
h6 {
	font-size: min(1.8rem, 1.8vw);
    margin: min(30px, 3vw) 0;
    padding: min(19px, 1.9vw) min(18px, 1.8vw);
    background: #f8f6f2;
	clear: both;
}
main.top h2 {
    margin: 0;
    color: #333;
    font-size: min(4.4rem, 4.4vw);
    padding: 0;
    background: none;
    text-align: center;
    font-weight: normal;
}
main.top h2 .en {
    display: block;
    color: var(--main-color);
    font-size: 0.55em;
}
main.top h2 .en:after {
	content: '';
    display: block;
    background: var(--main-color);
	width: 1px;
	height: min(24px, 2.4vw);
	margin: min(15px, 1.5vw) auto 0;
}
main.top h2 .jp-sub {
    display: block;
    font-size: 0.77em;
}
main.top h2:before,
main.top h2:after {
	content: none;
}
.page-title {
    box-sizing: border-box;
    position: relative;
    height: min(350px, 35vw);
    margin-top: var(--header-height);
	background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/08/page-title__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(18 18 18 / 80%);
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
}
.page-title__h2 {
    font-size: min(4.6rem, 4.6vw);
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    border: none;
    position: absolute;
    height: 100%;
    display: flex;
    margin: 0 auto;
    inset: 0;
    width: min(1100px, 95%);
    place-content: center;
    align-items: center;
    padding: 0;
    background: none;
	line-height: 1.2;
	font-family: var(--yu-min-cho);
    z-index: 2;
}
.page-title__h2:before,
.page-title__h2:after {
    content: none;
}
/*------------------------------------------------------------------------------------
	　ヘッダ、フッター
------------------------------------------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	background: transparent;
    height: var(--header-height);
	box-sizing: border-box;
}
.header--scrolled {
	background-color: var(--main-color);
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.14);
}
.header__info-accsess {
    font-size: min(1.3rem, 1.1vw);
    color: #fff;
}
.header__container {
    display: flex;
    justify-content: end;
    box-sizing: border-box;
    padding: min(10px, 1vw) min(25px, 0.4vw);
    align-items: center;
    height: 100%;
}
.header__info {
	margin: 0 auto 0 0;
}
.header__info-title a {
	color: #fff;
	text-decoration: none;
}
.header__info-title {
	font-family: var(--yu-min-cho);
    font-weight: 600;
    font-size: min(3.6rem, 3.6vw);
    font-style: italic;
    letter-spacing: -0.1em;
}
.header__info-title span {
    font-size: 1.29em;
}
.header__tel-container {
    text-align: center;
    padding: 0 0 0 min(60px, 1vw);
}
.header__tel-hour {
    font-size: min(1.4rem, 1.1vw);
	color: #fff;
}
.header__tel-num {
    font-size: min(3.7rem, 3.1vw);
    gap: min(8px, 0.6vw);
    color: var(--accent-color);
    white-space: pre;
}
.header__tel-num:before {
    content: '';
	display: inline-block;
	width: min(33px, 2.6vw);
	height: min(33px, 2.6vw);
	background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/icon__tel-orange.png);
    background-size: contain;
	background-repeat: no-repeat;
	margin: 2px 0 0 0;
}
@media screen and (max-width: 1485px){
	.header__info-title {
		font-size: 2.2vw;
	}
	.header__info-accsess {
		font-size:1vw;
	}
	.header__tel-num {
		font-size: 2.6vw;
	}
	.header__tel-hour {
		font-size: 1vw;
	}
	.header__tel-num:before {
		width: 2.3vw;
		height: 2.3vw;
	}
}
footer {
    border-top: 3px solid var(--main-color);
}
.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: min(50px, 5vw) 0;
}
.footer__address {
    font-size: min(1.9rem, 1.8vw);
    text-align: center;
    padding: min(20px, 2vw) 0 min(30px, 3vw) 0;
}
.footer__tel-hour {
    font-size: min(1.9rem, 1.8vw);
    text-align: center;
    padding: min(10px, 1vw) 0 0 0;
}
.footer__logo {
    width: min(425px, 41vw);
    text-align: center;
}
.footer__tel-num {
    font-size: min(5.1rem, 4.9vw);
    gap: min(15px, 1.3vw);
    color: var(--main-color);
    line-height: 1;
    white-space: pre;
    justify-content: center;
}
.footer__tel-num:before {
    content: '';
    display: inline-block;
    width: min(44px, 4vw);
    height: min(44px, 4vw);
    background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/08/icon__tel-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2px 0 0 0;
}
.footer__title {
    width: min(326px, 32.6vw);
}
.footer__title a {
    display: block;
}
.footer__menu--container {
    display: flex;
    gap: min(65px, 4vw);
}
.footer__menu-item {
    flex: 1;
    box-sizing: border-box;
}
.footer__menu a {
    color: #333;
    text-decoration: none;
    font-size: min(1.5rem, 1.4vw);
	display: flex;
	align-items: center;
    line-height: 2.2;
	transition: 0.3s ease-in-out;
    gap: min(8px, 0.7vw);
	white-space: pre;
}
@media (hover: hover) and (pointer: fine) {
    .footer__menu a:hover {
        opacity: 0.7;
        -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 a:before {
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.8em;
	color: var(--main-color);
}
.copyright {
    background: var(--main-color);
    text-align: center;
    color: #fff;
    font-size: min(1.4rem, 1.4vw);
    padding: min(21px, 2.1vw) 0;
}
/*------------------------------------------------------------------------------------
	　.sidebar
------------------------------------------------------------------------------------*/
.sidebar {
    width: 21%;
}
.sidebar__menu {
    margin: 0 0 min(35px, 3.5vw) 0;
}
.sidebar__menu-list {
    display: flex;
	flex-direction: column;
	gap: min(10px, 1vw);
}
.sidebar__menu-item a {
    display: block;
    text-decoration: none;
    color: var(--main-color);
    position: relative;
}
.sidebar__menu-item-title {
    font-size: min(1.6rem, 1.6vw);
    font-weight: 600;
    line-height: 1.31;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: min(17px, 1.7vw);
}
.sidebar__title {
    background: var(--main-color);
	color: #fff;
    font-size: min(1.7rem, 1.7vw);
    font-weight: 600;
	font-family: var(--yu-min-cho);
	position: relative;
    padding: min(12px, 1.2vw) min(13px, 1.3vw) min(16px, 1.6vw) min(13px, 1.3vw);
	margin: 0 0 min(10px, 1vw) 0;
}
.sidebar__title:after {
	content: '';
	background: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 4px;
}
.sidebar .widget_item.widget_nav_menu.nav_menu-2 {
    margin: min(22px, 2.2vw) 0 0 0;
}
.sidebar .menu-sidemenu-container {
	padding: min(10px, 1vw) 0 min(20px, 2vw);
}
.sidebar .widget_nav_menu a {
    text-decoration: none;
    color: #333;
    font-size: min(1.6rem, 1.6vw);
    display: flex;
    align-items: center;
	justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin-top: -1px;
    box-sizing: border-box;
    height: min(58px, 5.8vw);
    padding: 0 min(12px, 1.2vw) 0 min(10px, 1vw);
	transition: 0.3s ease-in-out;
}
.sidebar .widget_nav_menu a:after {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--main-color);
    font-size: 0.8em;
}
.sidebar .sub-menu {
    display: none;
}
.sidebar .widget_nav_menu .sub-menu a {
    padding-left: min(20px, 2vw);
    font-size: 0.8em;
    line-height: 1.1;
    background: #f8f8f8;
}
@media (hover: hover) {
    .sidebar .widget_nav_menu a:hover {
        background-color: var(--hover-color);
    }
}
.sidebar__contact {
    border: 1px solid #ff9800;
	padding: 0 0 min(8px, 0.8vw) 0;
	margin: 0 0 min(25px, 2.5vw) 0;
}
.sidebar__contact-title {
    font-family: var(--yu-min-cho);
    text-align: center;
    color: #fff;
    font-size: min(2rem, 2vw);
    padding: min(14px, 1.4vw) 0 min(17px, 1.7vw);
    font-weight: 600;
    background: linear-gradient(90deg, #ff9c00, #ff6600);
}
.sidebar__contact-tel {
    color: var(--accent-color);
    font-size: min(2.5rem, 2.5vw);
    justify-content: center;
    gap: min(5px, 0.3vw);
    padding: min(10px, 1vw) 0 min(5px, 0.5vw);
	white-space: pre;
}
.sidebar__contact-tel:before {
    content: '';
    display: inline-block;
    width: min(22px, 2.2vw);
    height: min(22px, 2.2vw);
	background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/icon__tel-orange.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.sidebar__contact-hours {
    font-size: min(1.4rem, 1.4vw);
    text-align: center;
    padding: 0 0 min(10px, 1vw) 0;
    line-height: 1.2;
    font-weight: bold;
}
.sidebar__contact-hours span {
    display: block;
}
.sidebar__access-address {
    font-size: min(1.4rem, 1.4vw);
    line-height: 1.79;
	padding: min(10px, 1vw) 0 min(8px, 0.8vw);
}
.sidebar__access-tel {
    font-size: min(2.8rem, 2.6vw);
    justify-content: center;
    gap: min(5px, 0.3vw);
    padding: min(10px, 1vw) 0 min(5px, 0.5vw);
	color: var(--sub-color);
	white-space: pre;
}
.sidebar__access-tel:before {
    content: '';
    display: inline-block;
    width: min(26px, 2.6vw);
    height: min(25px, 2.5vw);
    background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/icon__tel-gold.png);
    background-size: contain;
    background-repeat: no-repeat;
	margin: 2px 0 0 0;
}
.sidebar__access-hours {
    font-size: min(1.3rem, 1.3vw);
    text-align: center;
    padding: 0 0 min(20px, 2vw) 0;
}
.sidebar__access-title {
    background: var(--sub-color);
    font-weight: bold;
    color: #fff;
    font-size: min(1.5rem, 1.5vw);
    text-align: center;
    padding: min(5px, 0.5vw) 0;
}
.sidebar__contact-logo {
    padding: min(20px, 2vw) min(10px, 1vw);
}
.sidebar__area-image {
    padding: min(7px, 0.7vw);
	border: 1px solid #e2e2e2;
}
.sidebar__search {
	padding: min(25px, 2.5vw) 0 0 0;
}
.sidebar__search form {
    display: flex;
    justify-content: space-between;
}
.sidebar__search input[type="text"] {
    width: min(184px, 18.4vw);
    height: min(33px, 3.3vw);
    border: 1px solid #a4a4a4;
}
.sidebar__search input#submit {
    background: #717171;
    display: grid;
    place-content: center;
    border: 1px solid #717171;
    color: #fff;
    height: min(33px, 3.3vw);
    width: min(54px, 5.4vw);
    box-sizing: border-box;
	font-size: min(1.5rem, 1.5vw);
	font-weight: bold;
}
.sidebar .widget_media_image {
    margin: 0 0 min(20px, 2vw) 0;
}
.sidebar__map {
    height: min(195px, 19.5vw);
}
/*------------------------------------------------------------------------------------
	　gn
------------------------------------------------------------------------------------*/

.global-nav {
    box-sizing: border-box;
}
.global-nav__list {
	display: flex;
	gap: min(30px, 1vw);
}
.global-nav__list > li {
	position: relative;
}
.global-nav__list > li > a {
    text-decoration: none;
    color: #fff;
	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;
    text-align: center;
    font-size: min(1.7rem, 1.4vw);
    box-sizing: border-box;
    line-height: 1.1;
	position:relative;
}
@media screen and (max-width: 1460px){
	.global-nav__list > li > a {
		font-size: 1.2vw;
	}
	.global-nav__list {
		gap: 0.75vw;
	}
}
.global-nav__list > li:has(.sub-menu) > a {
	pointer-events: none;
}
.global-nav .nav-title {
    width: 100%;
}
.global-nav .sub-menu {
    display: none;
    background: var(--main-color);
	position: absolute;opacity: 0.95;
	min-width: 100%;
}
.global-nav .sub-menu a {
    font-size: min(1.4rem, 1.4vw);
    text-align: left;
    display: block;
    text-decoration: none;
    color: #fff;
    white-space: pre;
    padding: 10px;
}
@media (hover: hover) and (pointer: fine) {
	.global-nav__list a:hover {
     opacity: 0.7;
    -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;
}
	.global-nav__list li:hover .sub-menu {
  		display: block;
	}
}
.global-nav-sub__list {
    display: flex;
    gap: min(10px, 0.6vw);
}
.global-nav-sub__list a {
    -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-size: min(1.4rem, 1.3vw);
	letter-spacing: -0.04em;
}
@media (hover: hover) and (pointer: fine) {
	.global-nav-sub__list a:hover {
     opacity: 0.7;
    -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;
}
}
  /*----------------------------------------------------
    テーブルデザイン
  ----------------------------------------------------*/
table {
    width: 100%;
}
table, table td, table th {
    border-collapse: collapse;
    border: 1px solid #d7d7d7;
}
table th {
	padding: 15px;
    background: #eef1f3;
    vertical-align: middle;
	font-size: min(1.7rem, 1.7vw);
  }
table td {
    padding: 15px;
    background: #fff;
    font-size: min(1.6rem, 1.6vw);
    line-height: 1.375;
    vertical-align: middle;
}
/*------------------------------------------------------------------------------------
	　共通
------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner {
    position: relative;
    background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/contact-banner__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding: min(117px, 11.7vw) 0 min(90px, 9vw) 0;
}
.contact-banner__container {
    background-color: #fff;
    background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/contact-banner__container.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    text-align: center;
	height: min(357px, 32vw);
}

.contact-banner__contents {
    width: 60%;
    height: 100%;
    place-content: center;
}
.contact-banner__title {
    font-family: var(--yu-min-cho);
    font-size: min(3rem, 3vw);
    position: relative;
	width: 76%;
    margin: 0 auto min(25px, 2.5vw);
}
.contact-banner__title:after {
    content: '';
    display: block;
	width: 100%;
	height: 1px;
	background: #333;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.contact-banner__title span {
    display: inline-block;
    padding: 0 min(15px, 1.5vw);
    background: #fff;
    position: relative;
    z-index: 2;
}
.contact-banner__tel-num {
    font-size: min(5.1rem, 5.1vw);
    gap: min(10px, 0.7vw);
    color: var(--main-color);
    line-height: 1;
    white-space: pre;
    justify-content: center;
}
.contact-banner__tel-num:before {
    content: '';
    display: inline-block;
    width: min(44px, 4.4vw);
    height: min(44px, 4.4vw);
    background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/icon__tel-green.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2px 0 0 0;
}
.contact-banner__tel-hour {
    font-size: min(1.9rem, 1.9vw);
    padding: min(10px, 1vw) 0 min(35px, 3.5vw) 0;
}
.contact-banner__btn-list {
    display: flex;
    justify-content: center;
    gap: min(15px, 1.5vw);
}
.contact-banner__btn-item a {
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: min(84px, 7vw);
	width: min(253px, 25.3vw);
	box-sizing: border-box;
}
.contact-banner__btn-mail a {
    background: var(--accent-color);
    color: #fff;
    font-weight: bold;
    font-size: min(2rem, 2vw);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: min(12px, 1.2vw);
    padding: 0 0 0 min(33px, 3.3vw);
}
.contact-banner__btn-mail-icon {
    width: min(27px, 2.7vw);
	height: min(22px, 2.2vw);
}
.contact-banner__btn-mail-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.contact-banner__btn-chatwork a {
	border: 1px solid #f03748;
}
.contact-banner__btn-chatwork-image {
    display: block;
    width: 62%;
    margin: 0 auto;
}
/* .contact-banner-01 */
.contact-banner-01 {
    width: min(1100px, 98%);
    margin: min(45px, 4.5vw) auto min(55px, 5.5vw);
}
.contact-banner-01__container {
    text-align: center;
	height: min(120px, 12vw);
	border: 3px solid var(--main-color);
    box-sizing: border-box;
	background: var(--sub-color);
}

.contact-banner-01__contents {
    display: flex;
    align-items: center;
    height: 100%;
}
.contact-banner-01__title {
    font-family: var(--yu-min-cho);
    font-size: min(2.2rem, 2.2vw);
    position: relative;
    width: 24.5%;
    font-weight: 600;
    background: var(--main-color);
    color: #fff;
    height: 100%;
    place-content: center;
}
.contact-banner-01__title:after {
    content: '';
    font-size: min(2.2rem, 2.2vw);
    display: block;
	width: min(21px, 2.1vw);
    height: min(30px, 3vw);
	background: var(--main-color);
    position: absolute;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    right: 1px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.contact-banner-01__tel {
    flex: 1;
    border-right: 1px solid #d5d5d5;
	height: min(93px, 9.3vw);
    place-content: center;
}
.contact-banner-01__tel-num {
    font-size: min(3.7rem, 3.7vw);
    gap: min(10px, 0.7vw);
    color: var(--main-color);
    line-height: 1;
    white-space: pre;
    justify-content: center;
}
.contact-banner-01__tel-num:before {
    content: '';
    display: inline-block;
    width: min(33px, 3.3vw);
    height: min(33px, 3.3vw);
    background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/08/icon__tel-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2px 0 0 0;
}
.contact-banner-01__tel-hour {
    font-size: min(1.4rem, 1.4vw);
    padding: min(12px, 1.2vw) 0 0 0;
}
.contact-banner-01__btn-list {
    display: flex;
    justify-content: center;
    gap: min(15px, 1.5vw);
}
.contact-banner-01__mail {
    flex: 1;
    display: flex;
    justify-content: center;
}
.contact-banner-01__mail a {
	border-radius: 10px;
    display: flex;
    align-items: center;
	justify-content: center;
    height: min(79px, 7.9vw);
    width: 83%;
	box-sizing: border-box;
    background: var(--accent-color);
    color: #fff;
    font-weight: bold;
    font-size: min(1.9rem, 1.9vw);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: min(20px, 2vw);
}
.contact-banner-01__mail-icon {
    width: min(25px, 2.5vw);
	height: min(19px, 1.9vw);
}
.contact-banner-01__mail-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .contact-banner-02 */
.contact-banner-02 {
    clear: both;
}
.contact-banner-02__container {
    text-align: center;
	height: min(205px, 20.5vw);
	border: 3px solid var(--main-color);
    box-sizing: border-box;
    padding: min(22px, 2.2vw) 0 0 0;
}

.contact-banner-02__contents {
    display: flex;
    align-items: center;
}
.contact-banner-02__title {
    font-family: var(--yu-min-cho);
    font-size: min(2.2rem, 2.2vw);
    position: relative;
	width: 92%;
    margin: 0 auto min(35px, 3.5vw);
    font-weight: 600;
}
.contact-banner-02__title:after {
    content: '';
    display: block;
	width: 100%;
	height: 1px;
	background: #333;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.contact-banner-02__title span {
    display: inline-block;
    padding: 0 min(15px, 1.5vw);
    background: #fff;
    position: relative;
    z-index: 2;
}
.contact-banner-02__tel {
    flex: 1;
    border-right: 1px solid #d5d5d5;
	height: min(93px, 9.3vw);
    place-content: center;
}
.contact-banner-02__tel-num {
    font-size: min(3.7rem, 3.7vw);
    gap: min(10px, 0.7vw);
    color: var(--main-color);
    line-height: 1;
    white-space: pre;
    justify-content: center;
}
.contact-banner-02__tel-num:before {
    content: '';
    display: inline-block;
    width: min(33px, 3.3vw);
    height: min(33px, 3.3vw);
    background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/08/icon__tel-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2px 0 0 0;
}
.contact-banner-02__tel-hour {
    font-size: min(1.4rem, 1.4vw);
    padding: min(12px, 1.2vw) 0 0 0;
}
.contact-banner-02__btn-list {
    display: flex;
    justify-content: center;
    gap: min(15px, 1.5vw);
}
.contact-banner-02__mail {
    flex: 1;
    display: flex;
    justify-content: center;
}
.contact-banner-02__mail a {
	border-radius: 10px;
    display: flex;
    align-items: center;
	justify-content: center;
    height: min(79px, 7.9vw);
    width: 83%;
	box-sizing: border-box;
    background: var(--accent-color);
    color: #fff;
    font-weight: bold;
    font-size: min(1.9rem, 1.9vw);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: min(20px, 2vw);
}
.contact-banner-02__mail-icon {
    width: min(25px, 2.5vw);
	height: min(19px, 1.9vw);
}
.contact-banner-02__mail-icon img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/*------------------------------------------------------------------------------------
	　.top
------------------------------------------------------------------------------------*/
.top-page {
    overflow: hidden;
}
main.top  {
	width: 100%;
}
.mv {
    position: relative;
	background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/mv__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mv__content {
    margin: 0 auto;
    width: min(1820px, 98vw);
    height: min(800px, 60vw);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    place-content: center;
}
.mv__title {
    position: relative;
    z-index: 2;
    padding: min(30px, 3vw) 0 0 min(10px, 1vw);
}
.mv__main-title {
    font-size: min(94px, 9vw);
    color: #fff;
    padding: 0;
	font-family: var(--yu-min-cho);
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-shadow: 0 0 4px rgba(253, 253, 253, 0.7), 0 0 8px rgba(253, 253, 253, 0.5), 0 0 14px rgba(253, 253, 253, 0.3), 0 0 20px rgba(253, 253, 253, 0.15);
    font-style: italic;
}
.mv__main-title-small {
    font-size: 0.85em;
}
.mv__sub-title {
    font-size: min(3.4rem, 3vw);
    font-weight: 600;
    color: #fff;
    padding: min(25px, 2.5vw) 0 min(30px, 3vw) 0;
}
.mv__feature {
}
.mv__feature-list {
    display: flex;
}
.mv__feature-item {
    place-content: center;
    width: min(330px, 20vw);
    height: min(127px, 11vw);
    display: grid;
    font-size: min(2.9rem, 2vw);
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
    font-family: var(--yu-min-cho);
    color: #fff;
    background: linear-gradient(90deg, #ff9c00, #ff6600);
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}
.mv__feature-item strong {
    font-weight: 600;
	font-size: 1.35em;
}
.mv__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: min(627px, 55vw);
    z-index: 1;
}
@media screen and (max-width: 1485px) {
	.mv__main-title {
		font-size: 6vw;
	}
	.mv__image {
		width: 40vw;
	}
	.mv__content {
		height: 52vw;
	}
}

/* .our-support */
.our-support {
	padding: min(55px, 5.5vw) 0 min(75px, 7.5vw) 0;
    background: var(--sub-color);
}
.our-support__message {
    line-height: 1.67;
    font-size: min(1.8rem, 1.8vw);
    text-align: center;
	padding: min(15px, 1.5vw) 0 min(55px, 5.5vw) 0;
}
.our-support__message span {
    display: block;
}
.our-support__title {
    color: #fff;
    font-family: var(--yu-min-cho);
    background: var(--main-color);
    font-size: min(2.9rem, 2.9vw);
    font-weight: bold;
    display: flex;
    align-items: center;
    height: min(82px, 8.2vw);
    text-align: center;
    place-content: center;
}

.our-support__list {
    display: flex;
    gap: min(34px, 3.4vw) 2.6%;
    flex-wrap: wrap;
	justify-content: center;
}
.our-support__item {
    box-sizing: border-box;
    width: 23%;

}
.our-support__item a {
    transition: 0.3s ease-in-out;
    display: block;
    text-decoration: none;
    color: #fff;
	height:min(161px, 16.1vw);
	position: relative;
	box-sizing: border-box;
}
.our-support__item a:after {
    content: '';
    display: block;
    width: min(10px, 1vw);
    height: min(10px, 1vw);
    background: #fff;
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: min(8px, 0.8vw);
    right: min(8px, 0.8vw);
}
.our-support__item-title {
    font-size: min(2.5rem, 2.5vw);
    font-family: var(--yu-min-cho);
    display: grid;
    place-content: center;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    inset: 0;
}
.our-support__item-image {
	width: 100%;
    height: 100%;
    display: block;
	position: relative;
	transition: 0.3s ease-in-out;
}
.our-support__item-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 71, 125, 0.89);
	transition: 0.3s ease-in-out;
}
.our-support__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.our-support__other-title {
    font-size: min(2.3rem, 2.3vw);
    text-align: center;
    padding: min(60px, 6vw) 0 min(10px, 12vw);
    color: var(--main-color);
    font-family: var(--yu-min-cho);
}
.our-support__other-text {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    line-height: 1.67;
    padding: min(20px, 2vw) 0;
}
/* .industry-services */
.industry-services {
	padding: min(65px, 6.5vw) 0 min(105px, 10.5vw) 0;
    background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/industry-services__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.industry-services__message {
    line-height: 1.67;
    font-size: min(1.8rem, 1.8vw);
    text-align: center;
	padding: min(15px, 1.5vw) 0 min(60px, 6vw) 0;
}
.industry-services__title {
    color: #fff;
    font-family: var(--yu-min-cho);
    background: var(--main-color);
    font-size: min(2.9rem, 2.9vw);
    font-weight: bold;
    display: flex;
    align-items: center;
    height: min(82px, 8.2vw);
    text-align: center;
    place-content: center;
}
.industry-services__list {
    display: flex;
    gap: 0 2%;
    flex-wrap: wrap;
}
.industry-services__item {
    box-sizing: border-box;
    width: 23.5%;
    background: var(--main-color);
	height: min(161px, 16.1vw);
	margin: 0  0 min(34px, 3.4vw) 0;
}
.industry-services__item-main {
    width: 49%;
	height: min(104px, 10.4vw);
	margin: 0  0 min(25px, 2.5vw) 0;
}
.industry-services__item a {
    text-decoration: none;
    color: #fff;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    display: grid;
    place-content: center;
	border: min(13px, 1.3vw) solid #859bbb;
}
.industry-services__item a:after {
    content: '';
    display: block;
    width: min(10px, 1vw);
    height: min(10px, 1vw);
    background: #fff;
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: min(8px, 0.8vw);
    right: min(8px, 0.8vw);
}
.industry-services__item-title {
    font-size: min(2.1rem, 2.1vw);
    font-family: var(--yu-min-cho);
    display: grid;
    line-height: 1.3;
	text-align: center;
}
/* .service-format */
.service-format {
	padding: min(80px, 8vw) 0 min(115px, 11.5vw) 0;
	background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/service-format__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
main.top .service-format h2,
main.top .service-format h2 .en {
    color: #fff;
}
main.top .service-format h2 .en:after {
	background: #fff;
}
.service-format__message {
    line-height: 1.67;
    font-size: min(1.8rem, 1.8vw);
    text-align: center;
	padding: min(45px, 4.5vw) 0 0 0;
}
.service-format__title {
    color: #fff;
    font-family: var(--yu-min-cho);
    background: var(--main-color);
    font-size: min(2.9rem, 2.9vw);
    font-weight: bold;
    display: flex;
    align-items: center;
    height: min(82px, 8.2vw);
    text-align: center;
    place-content: center;
}
.service-format__list {
    display: flex;
    justify-content: space-between;
	padding: min(30px, 3vw) 0 0 0;
    flex-wrap: wrap;
}
.service-format__item {
    box-sizing: border-box;
    width: 48%;
    background: #fff;
}
.service-format__item a {
    text-decoration: none;
    color: #333;
    height: min(144px, 14.4vw);
    position: relative;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
	text-align: center;
	gap: min(10px, 1vw);
}
.service-format__item-title {
    font-size: min(3.1rem, 3.1vw);
    font-family: var(--yu-min-cho);
    display: flex;
    align-items: center;
	justify-content: center;
	gap: min(10px, 1vw);
}
.service-format__item-title:after {
    content: '';
    display: inline-block;
    width: min(24px, 2.3vw);
    height: min(24px, 2.3vw);
    background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/08/icon__arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.service-format__item-sub-title {
    font-size: min(2.1rem, 2.1vw);
    display: block;
	font-family: var(--yu-min-cho);
    padding: 0 0 min(10px, 1vw) 0;
}
.service-format__item-image {
    width: min(181px, 18.1vw);
    height: 100%;
    display: block;
	clip-path: polygon(0 0,100% 0,83% 100%,0 100%);
}
.service-format__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}
/* .forte */
.forte {
    padding: min(70px, 7vw) 0 min(90px, 9vw) 0;
}
.forte__list {
	padding: min(95px, 9.5vw) 0 0 0;
	display: flex;
	flex-direction: column;
}
.forte__item {
    width: 100%;
	position: relative;
}
.forte__item-content {
	background: #fff;
    box-sizing: border-box;
    width: 60.5%;
    margin: 0 0 0 auto;
    position: relative;
    height: min(410px, 40vw);
}
.forte__item:nth-child(even) .forte__item-content {
    margin: 0 auto 0 0;
}
.forte__item-content:after {
	content: '';
	display: block;
    background: #fff;
    width: 450px;
    height: 100%;
    position: absolute;
	top: 0;
	right: 0;
	transform: translateX(100%);
}
.forte__item:nth-child(even) .forte__item-content:after {
    left: 0;
    right: inherit;
    transform: translateX(-100%);
}
.forte__item-num {
    color: #dfe3e9;
    font-family: var(--yu-min-cho);
    font-size: min(9.2rem, 9vw);
    letter-spacing: 0.05em;
}
.forte__item-text {
    line-height: 1.72;
    font-size: min(1.8rem, 1.8vw);
}
.forte__item-title {
    font-family: var(--yu-min-cho);
    color: var(--main-color);
    font-size: min(3.5rem, 3.2vw);
    padding: 0 0 min(30px, 2.5vw) 0;
    font-weight: 600;
}
.forte__item-image {
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
}
.forte__item-image:after {
    content: '';
    display: block;
    position: absolute;
    top: min(25px, 2.5vw);
    right: max(-20px, -2vw);
    width: 100vw;
    height: 100%;
    background: var(--sub-color);
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, calc(100% - min(112px,10.2vw)) 100%, 0 100%);
}
.forte__item:nth-child(even) .forte__item-image {
    left: inherit;
	right: 0;
    transform: translateX(50%);
}
.forte__item:nth-child(even) .forte__item-image:after {
    right: inherit;
    left: max(-20px, -2vw);
    clip-path: polygon(0 0, 100% 0, 100% 100%, min(112px,10.2vw) 100%);
}
.forte__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	position: relative;
    z-index: 2;
}
/*.about*/
.about {
    padding: min(70px, 7vw) 0 min(97px, 9.7vw) 0;
	background: var(--sub-color);
}
.about__info {
    background: #fff;
    width: 45%;
    height: min(358px, 35.8vw);
    text-align: center;
    box-sizing: border-box;
    padding: min(40px, 2vw);
}
.about__logo {
    width: 100%;
}
.about__container {
    display: flex;
    justify-content: space-between;
	padding: min(32px, 3.2vw) 0 0 0;
}
.about__message {
    background: var(--main-color);
    color: #fff;
    font-size: min(1.9rem, 1.9vw);
    line-height: 1.7;
	margin: min(20px, 2vw) 0 min(15px, 1.5vw) 0;
}
.about__tel-num {
    font-size: min(5.1rem, 5.1vw);
    gap: min(12px, 1.2vw);
    color: var(--main-color);
    justify-content: center;
}
.about__address {
	font-size: min(1.9rem, 1.8vw);
    padding: min(25px, 2.5vw) 0 0 0;
}
.about__tel-hour {
	font-size: min(1.9rem, 1.9vw);
}
.about__tel-num:before {
    content: '';
    display: inline-block;
    width: min(44px, 4.4vw);
    height: min(44px, 4.4vw);
    background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/08/icon__tel-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.about__map {
    width: 53%;
}
/* .case */
.case {
    padding: min(70px, 7vw) 0 min(87px, 8.7vw) 0;
}
.case__container {
    width: min(1100px, 98%);
    margin: 0 auto;
}
.case__list {
    display: flex;
    gap: 0 3.5%;
    padding: min(42px, 4.2vw) 0 min(37px, 3.7vw) 0;
    justify-content: center;
}
.case__item {
	width: 31%;
}
.case__item-title {
    font-size: min(2rem, 2vw);
    font-weight: bold;
    line-height: 1.55;
    height: min(115px, 11.5vw);
    display: block;
	padding: min(12px, 1.2vw) 0 0 0;
}
.case__item-image {
    display: block;
    height: min(233px, 23.3vw);
}
.case__item-image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.case__item-text-container {
    display: block;
    height: min(140px, 14vw);
	padding: min(30px, 3vw) 0 0 0;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.case__item-company {
    display: block;
    color: #333;
	font-size: min(1.7rem, 1.7vw);
	height: min(25px, 2.5vw);
}
.case__item-post {
    display: block;
    color: #333;
	font-size: min(1.7rem, 1.7vw);
	height: min(32px, 3.2vw);
}
.case__item-name {
    display: block;
    color: #333;
	font-size: min(2.2rem, 2.2vw);
    font-family: var(--yu-min-cho);
}
.case__item-btn {
    width: min(218px, 21.8vw);
    height: min(49px, 4.9vw);
}

/* .news */
.news {
    padding: min(70px, 7vw) 0 min(83px, 8.3vw) 0;
	background: var(--main-color);
}
.news__list {
    padding: min(25px, 2.5vw) 0 min(40px, 4vw) 0;
}
main.top .news h2,
main.top .news h2 .en {
    color: #fff;
}
main.top .news h2 .en:after {
	background: #fff;
}
.news__item {
	width: 100%;
}
.news__item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: min(1.8rem, 1.7vw);
    border-bottom: 1px solid #4e6e9c;
    padding: min(16px, 1.6vw) min(15px, 1vw);
}
.news__item-date {
    display: block;
    width: 12.5%;
}
.news__item-text {
    display: block;
}

/* .flow */
.flow {
    padding: min(70px, 7vw) 0 min(80px, 8vw) 0;
    background: var(--sub-color);
}
.flow__list {
	padding: min(80px, 8vw) 0 min(72px, 7.2vw) 0;
	gap: min(53px, 5.3vw);
	display: flex;
	flex-direction: column;
}
.flow__item {
    width: 100%;
	position: relative;
    display: flex;
	justify-content: space-between;
	gap: 2px;
}
.flow__item-text-container {
    box-sizing: border-box;
    flex: 1;
    position: relative;
    min-height: min(250px, 20vw);
}
.flow__item-num {
    color: #fff;
    font-family: var(--yu-min-cho);
    font-size: min(2.1rem, 2vw);
    letter-spacing: 0.1em;
    background: var(--main-color);
    display: inline-block;
    width: min(155px, 15.5vw);
    height: min(49px, 4.9vw);
    place-content: center;
    text-align: center;
	clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.flow__item-num span {
	font-size: 1.48em;
}
.flow__item-text {
    line-height: 1.72;
    font-size: min(1.8rem, 1.8vw);
    padding: min(10px, 1vw) min(115px, 11.5vw) 0 0;
}
.flow__item-title {
    font-family: var(--yu-min-cho);
    color: var(--main-color);
    font-size: min(3.4rem, 3.4vw);
    padding: min(10px, 1vw) 0 min(5px, 0.5vw) min(10px, 1vw);
    border-bottom: solid 1px;
}
.flow__item-image {
    width: 40%;
	overflow: hidden;
}
.flow__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .greeting */
.greeting {
  padding: min(70px, 7vw) 0 min(95px, 9.5vw) 0;
  background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/08/greeting__bg-left.png), url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/08/greeting__bg-right.png);
  background-repeat: no-repeat, no-repeat;
  background-size: min(456px, 45.6vw) auto, min(582px, 58.2vw) auto;
  background-position: left bottom max(-395px, -39.5vw), right top max(-200px, -20vw);
}
.greeting__container {
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: min(30px, 3vw);
	padding: min(55px, 5.5vw) 0 0 0;
}
.greeting__text {
    flex: 1;
    line-height: 1.72;
    font-size: min(1.8rem, 1.8vw);
}
.greeting__image {
    width: 35%;
}
.greeting__image img {
    width: 100%;
	height: 100%;
	object-fit: contain;
}
/*------------------------------------------------------------------------------------
	　archive
------------------------------------------------------------------------------------*/

/* .archive */
.archive__item a {
    text-decoration: none;
    display: block;
    color: #333;
    transition: 0.3s ease-in-out;
}
.archive__item a {
    text-decoration: none;
    display: block;
    color: #333;
}
.archive__primary {
    display: flex;
    justify-content: space-between;
    gap: min(15px, 1.5vw);
	padding: 0 0 min(15px, 1.5vw) 0;
}
.archive__image {
    display: block;
	width: 25%;
	height: min(130px, 13vw);
}
.archive__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive__text {
    display: block;
    flex: 1;
	font-size: min(1.6rem, 1.6vw);
}
.archive__secondary {
    position: relative;
    display: block;
}
.archive__date {
	display: block;
	font-size: min(1.3rem, 1.3vw);
	padding: 0 0 min(10px, 1vw) 0;
}
.archive__category {
    display: flex;
    gap: min(10px, 1vw);
    width: 80%;
    flex-wrap: wrap;
}
.archive__category span {
    display: inline-block;
    padding: min(5px, 0.5vw) min(10px, 1vw);
    border-radius: 2px;
    background: #eaeaea;
    font-size: min(1.4rem, 1.4vw);
}
.archive__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: min(10px, 1vw) min(30px, 3vw);
    color: #fff;
    background: var(--main-color);
    font-size: min(1.6rem, 1.6vw);
    font-weight: 500;
    border-radius: 5px;
    pointer-events: none;
}
/* .archive__case-category */
.archive__case-category-list {
    display: flex;
    flex-wrap: wrap;
	gap: min(10px, 1vw) 3.5%;
}
.archive__case-category-item {
    width: 31%;
}
.archive__case-category-item a {
    display: block;
}
/* archive-tax-parents */
.archive-tax-parents__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 2%;
}
.archive-tax-parents__item {
    width: 32%;
    background-image: -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    border: 1px solid #d6d6d6;
    position: relative;
    font-size: min(1.4rem, 1.4vw);
    box-sizing: border-box;
}
.archive-tax-parents__item:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    width: min(15px, 1.5vw);
    height: 100%;
    background: var(--main-color);
    color: white;
    text-align: center;
    display: grid;
    align-items: center;
}
.archive-tax-parents__link {
	padding: min(12px, 1.2vw);
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    height: 100%;
    box-sizing: border-box;
}
/*------------------------------------------------------------------------------------
	　single
------------------------------------------------------------------------------------*/

.single__content-thumbnail {
	text-align: center;
    margin: 0 0 min(10px,1vw) 0;
}
.single__content__text {
    padding:  0 0 min(40px, 4vw) 0;
}
/*------------------------------------------------------------------------------------
	　page
------------------------------------------------------------------------------------*/
.page__content {
    padding: 0 0 min(85px, 8.5vw) 0;
}
.page__content__text {
    padding:  0 0 min(40px, 4vw) 0;
}
.page__content:empty {
    padding: 0;
}
.page__content-thumbnail {
	text-align: center;
    margin: 0 0 min(10px,1vw) 0;
}
/* .page-parts-child 固定ページ親子兄弟記事*/
.page-parts-child {
    padding: min(50px, 5vw) 0 min(85px, 8.5vw) 0;
}
.page-parts-child__parent-title {
    background: var(--main-color);
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: var(--yu-min-cho);
    font-size: min(1.9rem, 1.9vw);
    padding: min(15px, 1.5vw) min(20px, 2vw);
}
.page-parts-child__list {
    display: flex;
    flex-wrap: wrap;
}
.page-parts-child__item {
    width: 100%;
}
.page-parts-child__item a {
    background: #fff;
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
    text-decoration: none;
    color: #333;
    overflow: hidden;
    box-sizing: border-box;
    font-size: min(1.7rem, 1.7vw);
    padding: min(16px, 1.6vw) min(25px, 2.5vw);
	transition: 0.3s ease-in-out;
	border-top: 1px solid var(--main-color);
	border-left: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
}
.page-parts-child__item:last-child a {
	border-bottom: 1px solid var(--main-color);
}
.page-parts-child__item a:before {
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    display: block;
    font-weight: 900;
    font-size: 0.6em;
    color: var(--main-color);
}
@media (hover: hover) {
    .page-parts-child__item a:hover {
        background-color: var(--hover-color);
    }
}
/*------------------------------------------------------------------------------------
	　.main.page-404
------------------------------------------------------------------------------------*/
main.page-404 {
    padding-bottom: 80px;
}
.page-404__main-text {
    text-align: center;
    font-size: 17.6rem;
    font-weight: 600;
    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;
}
.page-search__list a:hover {
	background: var(--hover-color);
}
/*------------------------------------------------------------------------------------
	　.main.page-contact
------------------------------------------------------------------------------------*/
.sub-page .page-contact table p {
	padding: 0;
}
.sub-page:has(.page-contact) .page__content__text {
	padding: 0;
}
.page-contact table {
	width: 100%;
}
.page-contact table th {
    font-weight: 600;
}
.page-contact .required {
    color: #c70202;
}
.contact__item-title {
    display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	padding: 10px;
}
.page-contact__submit {
	padding: min(10px,1vw) 0 0 0;
}
.page-contact__submit p {
	text-align: center;
	position: relative;
}
.page-contact__submit .wpcf7-spinner {
	position: absolute;
}
textarea {
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	padding: 10px;
}
label {
    display: block;
}
.contact-btn input {
	background: none;
	color: #fff;
	font-weight: 600;
	border: none;
    font-size: min(2rem, 2vw);
}
div#wpcf7cpcnf th {
	width: 35%;
}
div#wpcf7cpcnf td {
	width: 65%;
}

/*------------------------------------------------------------------------------------
  下層移行ページ
------------------------------------------------------------------------------------*/
.page__content #temp li:before {
    content: none;
}
#temp .bg-beige { margin: 40px 0; }
#temp .dl-intro { padding: 1px; border: 1px solid #ccc; background: #fff; }
#temp .dl-intro dt { margin: 0 !important; padding: 10px 0 !important; color: #2b5f2e !important; font-size: 20px !important; font-weight: bold; background: #ecf1ea !important; text-align: center !important; border: none !important; }
#temp .dl-intro dt em { font-style: normal; }
#temp .dl-intro dd { padding: 24px; }
#temp .mgn-btm20 { margin-bottom: 20px; }
#temp .bg-darkgreen { background: #2b5f2e; padding: 10px 25px 25px 25px; }
#temp .h3-trouble { font-size: 24px !important; font-weight: normal !important; color: #fff !important; text-align: center !important; background: none !important; border: none !important; }
#temp .h3-trouble em { display: block; font-size: 30px; font-style: normal; font-weight: bold; }
#temp .p-trouble { padding: 30px 25px; background: #fff; }
#temp .dl-specialty { margin: 40px 0; background: #fff; border: 1px solid #cccccc; padding-bottom: 30px; }
#temp .dl-specialty dt { position: relative; display: inline-block; margin: 0; padding: 15px 0; min-width: 100%; max-width: 100%; color: #fff; font-size: 24px; font-weight: bold; text-align: center; background: #ee9536; }
#temp .dl-specialty dt:before { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -15px; border: 15px solid transparent; border-top: 15px solid #ee9536; }
#temp .dl-specialty dd { padding: 40px 50px 0; }
#temp .bg-service { border: 1px solid #ccc; padding: 2px; background: #fff; }
#temp .bg-service h4 { margin: 0 !important; padding: 15px 0 !important; font-size: 30px !important; color: #fff !important; background: #2b5f2e !important; text-align: center !important; border: none !important; }
#temp .ol-service { margin: 0; padding: 0; list-style: none; }
#temp .ol-service li { margin: 35px; padding: 0 0 35px 75px; background: left top no-repeat; background-size: 49px auto; border-bottom: 1px solid #dbdbdb; }
#temp .ol-service li strong { display: inline-block; font-size: 28px; color: #ee9536; margin: 5px 0 15px 0; }
#temp .ol-service li:nth-child(1) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/num_01.png); }
#temp .ol-service li:nth-child(2) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/num_02.png); }
#temp .ol-service li:nth-child(3) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/num_03.png); }
#temp .ol-service li:nth-child(4) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/num_04.png); }
#temp .ol-service li:nth-child(5) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/num_05.png); }
#temp .ol-service li:nth-child(6) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/num_06.png); }
#temp .ol-service li:nth-child(7) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/num_07.png); }
#temp .ol-service li:nth-child(8) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/num_08.png); }
#temp .ol-service li:nth-child(9) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/num_09.png); }
#temp .ol-service li:nth-child(10) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/num_10.png); }
#temp .ol-service li:last-child { border: none; padding: 0 0 0 75px; }
#temp .btn-lawer { display: table; margin: 45px auto; width: 700px; height: 80px; text-align: center; background: #ee9536; border-radius: 40px; box-shadow: 0 2px 0 0 rgba(0,0,0,1.0);}
#temp .btn-lawer a { display: table-cell !important; vertical-align: middle !important; font-size: 24px !important; color: #fff !important; text-decoration: none !important; font-weight: bold !important; }
#temp .btn-lawer em { font-style: normal !important; }
#temp .dl-example { margin: 0; padding: 0; list-style: none; }
#temp .dl-example dt { margin: 35px 20px 0; padding: 25px 0 25px 90px; background: left top no-repeat; background-size: 70px; font-size: 22px; font-weight: bold; color: #2b5f2e; }
#temp .dl-example dd { margin: 0 30px; padding: 0 70px 30px; border-bottom: 1px solid #dbdbdb; }
#temp .dl-example .txt-lawer-cost { display: block; margin: 35px 10px 20px -10px; padding: 5px 10px; font-size: 20px; font-weight: bold; color: #2b5f2e; background: #ecf1ea; }
#temp .dl-example dd strong { font-size: 20px; }
#temp .dl-example dt:nth-child(1) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/case_01.png); }
#temp .dl-example dt:nth-child(3) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/case_02.png); }
#temp .dl-example dt:nth-child(5) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/case_03.png); }
#temp .dl-example dt:nth-child(7) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/case_04.png); }
#temp .dl-example dt:nth-child(9) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/case_05.png); }
#temp .dl-example dt:nth-child(11) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/case_06.png); }
#temp .dl-example dt:nth-child(13) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/case_07.png); }
#temp .dl-example dt:nth-child(15) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/case_08.png); }
#temp .dl-example dt:nth-child(17) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/case_09.png); }
#temp .dl-example dt:nth-child(19) { background-image: url(/IT/Gieque4eeraekeif4Teiyoo1Diash6iy/wp-content/uploads/2025/07/case_10.png); }
#temp .dl-example dd:last-child { border: none; }
#temp .bg-banner .bnr-online-pc { display: block; margin: 35px auto 0; width: 100%; height: auto; }
#temp .bg-banner .bnr-online-pc:hover { opacity: 0.8;}
#temp .bg-banner .bnr-online-sp { display: none; }
#temp .bg-banner .bnr-tel-pc { display: block; margin: 0 auto 35px; width: 85%; height: auto; }
#temp .bg-banner .bnr-tel-pc:hover { opacity: 0.8;}
#temp .bg-banner .bnr-tel-sp { display: none; }
body.home .sp { display: none; }
@media screen and (max-width: 559px) {
footer .main_btn { display: none; }
#content { margin: 0 auto; width: 94%; }
#container { background: #fff; }
#content h2:not(.style_none):after, #content_page h2:not(.style_none):after { background: none !important; }
#temp { line-height: 1.7 !important; }
#temp .h2-menu em { font-size: 6vw; margin: 0.5vw 0 0; padding: 2vw 0; }
#temp .bg-beige { margin: 2.5vw 0 4vw; }
#temp .dl-intro dt { font-size: 4vw !important; line-height: 1.3; }
#temp .dl-intro dt em::before { content: 'A'; white-space: pre ; font-style: normal; }
#temp .dl-intro dd { padding: 3vw 0.5vw 3vw 2.5vw; font-size: 3.25vw; }
#temp .mgn-btm20 { margin-bottom: 4vw; }
#temp .bg-darkgreen { padding: 0.5vw 3vw 3vw 3vw; }
#temp .h3-trouble { font-size: 5.5vw !important; line-height: 1.3 !important; }
#temp .h3-trouble em { font-size: 6vw; }
#temp .p-trouble { padding: 3vw 4vw; font-size: 3.25vw; }
#temp .dl-specialty { margin: 4vw 0; padding-bottom: 5vw; }
#temp .dl-specialty dt { padding: 2vw 0 1.5vw; font-size: 4.75vw; }
#temp .dl-specialty dt:before { top: 88%; }
#temp .dl-specialty dd { padding: 8vw 6vw 0; font-size: 3.25vw; }
#temp .bg-service h4 { padding: 2vw 0 1.5vw !important; font-size: 5vw !important; }
#temp .ol-service li { margin: 4vw 2.5vw 0; padding: 0.5vw 2vw 2.5vw 11vw; background-size: 8vw; font-size: 3.25vw; }
#temp .ol-service li strong { font-size: 4.75vw; margin: 0 0 2.5vw 0; }
#temp .ol-service li:last-child { padding: 0.5vw 2vw 2.5vw 11vw; }
#temp .btn-lawer { position: relative; margin: 7vw auto; width: 95%; height: 14vw; }
#temp .dl-example dt {         place-content: center;
        margin: 4vw 2.5vw 0;
        background: left center no-repeat;
        background-size: 10vw;
        font-size: 3.75vw;
        line-height: 1.2;
        height: 10vw;
        padding: 0 0 0 12vw;
        box-sizing: border-box; }
#temp .dl-example dd { margin: 0 2.5vw; padding: 0 2.5vw 4vw 12vw; font-size: 3.25vw; }
#temp .btn-lawer a {
    font-size: 5vw !important;
    line-height: 1 !important;
}
#temp .dl-example .txt-lawer-cost { display: block; margin: 2vw 0 1vw -10px; padding: 0.5vw 2.5vw; font-size: 3.75vw; }
#temp .dl-example dd strong { font-size: 3.75vw; }
#temp .bg-banner .bnr-online-pc { display: none; }
#temp .bg-banner .bnr-online-sp { display: block; margin: 6vw auto 0; width: 100%; height: auto; }
#temp .bg-banner .bnr-tel-pc { display: none; }
#temp .bg-banner .bnr-tel-sp { display: block; margin: 0 auto; width: 100%; height: auto; }
body.home .sp { display: block; }
}
.template-page-footer { margin: 0 auto; width: 890px; }
.template-page-footer .banner { display: none; }
.template-page-footer h1 { clear: both; margin: 20px 0; padding: 15px 18px 10px 15px; border-bottom: 4px solid #026127; background: #676767; font-size: 18px; font-weight: bold; color: #fff; }



/* .page-service-common */
.sub-page .page-service-common p {
    font-size: min(1.7rem, 1.7vw);
    line-height: 1.7;
	padding: min(10px, 1vw) 0;
}
.page-service-common__primary-container {
	margin: 0 0 min(20px, 2vw) 0;
    border: 1px solid #105BAC;
    padding: 10px;
    background-color: #f5fbfd;
}
.page-service-common__primary-container h3 {
    font-size: min(2.2rem, 2.2vw);
	text-align: center;
	margin: 0;
}
.page-service-common__secondary-container {
	margin: 0 0 min(20px, 2vw) 0;
    border: 1px solid #F19934;
    padding: 10px;
    background-color: #fefbf8;
}
.page-service-common__secondary-container h3 {
    padding: 2px 10px;
    border: 1px solid #ff99cc;
    background: #f19934;
    text-align: center;
	margin: 0;
	color: #fff;
}
.page-service-common__secondary-container h4 {
    font-size: min(2.2rem, 2.2vw);
	text-align: center;
	clear: both;
    position: relative;
    margin: 10px 0;
    padding: 5px 10px 3px;
    font-weight: bold;
    border: 2px solid #F8C881;
    color: #F19933;
	background: none;
}