@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root{
	--serif: "Noto Serif JP", serif;
	--en: "Lato", sans-serif;
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	background: #FFF;
	scroll-behavior: smooth;
	position: relative;
	height: 100%;
	font-weight: 400;
	line-height: 2em;
}
a {
	color: #009CA6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
 -webk it-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	/* IE lt 8 */
	-ms-filter: “alpha(opacity=80)”;/* IE 8 */
}
a img {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
h2, h3, h4, h5 {
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}

.page-header h1 {
  font-size: var(--h1-font-size);
}

/*ニュースフラッシュ　whole-link*/
.whole-link{
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
}
.whole-link:hover{
background-color: #fff;
opacity: 0.4;
}
.mod-articlesnews-horizontal.newsflash-horiz.mod-list li {
  position: relative;
}
.newsflash-item {
  position: relative;
}

/**************************************
見出し
*************************************/
.heading01 {
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0 0 80px 0;
	font-size: 2.8rem !important;
	color: #374048;
}
.heading02 {
	position: relative;
	padding: 0;
	margin: 20px 0;
	color: #374048;
	font-size: 1.8rem !important;
	line-height: 1.6em;
}
.heading03 {
	position: relative;
	padding: 0 0 0 70px;
	margin: 50px 0;
	color: #374048;
	font-size: 1.8rem !important;
}
.heading03::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 4px;
	top: 20px;
	position: absolute;
	background-color: #374048;
	left: 0;
}
.heading04 {
	color: #374048;
	font-size: 24px;
	margin: 20px 0;
	padding: 0 0 0 40px;
	position: relative;
}
.heading04::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #EC2230;
	position: absolute;
	left: 0;
	top: 3px;
}
.heading05 {
	position: relative;
	font-size: 1.8rem !important;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	color: #374048;
}
.heading05:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #2E363D, #2E363D 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #2E363D, #2E363D 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.heading07{
	border-bottom: solid 2px #ddd;
	padding-bottom: 10px;
	font-size: 36px;
}
.heading07 img{
	width: 54px;
	height: 54px;
	margin-right: 5px;
	position: relative;
	top:7px;
}
.heading08{
	background-color: #DCF4F5;
	padding: 15px 20px;
	border-radius: 5px;

}
.heading08 h3{
	font-size: 22px;
	color: #009CA6;
	margin: 0;
	width: 40%;
}
.heading08 p{
	font-size: 20px;
	font-weight: 500;
	margin: 0 !important;
}

.heading08-sub{
	padding: 15px 5px;
border-top: solid 1px #ccc;
border-bottom:  solid 1px #ccc;
}
.heading08-sub h4{
	font-size: 18px;
	color: #009CA6;
	margin: 0;
	width: 50%;
	line-height: 1.8;
}
.heading08-sub p{
	font-size: 18px;
	font-weight: 500;
	margin: 0 !important;
}

.or1{
	order: 1;
	margin-left: 0 !important;
}
.or2{
	order: 2;
	margin-left: auto !important;
}

.p14 {
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
}
.p18 {
	font-size: 18px;
	line-height: 2.4em;
	margin: 0;
}
.p20 {
	font-size: 20px;
	line-height: 2.6em;
	margin: 0;
}

/*上部余白*/
.top10 {
	margin-top: 10px !important;
}
.top20 {
	margin-top: 20px !important;
}
.top30 {
	margin-top: 30px !important;
}
.top40 {
	margin-top: 40px !important;
}
.top50 {
	margin-top: 50px !important;
}
.top60 {
	margin-top: 60px !important;
}
.top70 {
	margin-top: 70px !important;
}
.top80 {
	margin-top: 80px !important;
}
.top90 {
	margin-top: 90px !important;
}
.top100 {
	margin-top: 100px !important;
}
.top110 {
	margin-top: 110px !important;
}
.top120 {
	margin-top: 120px !important;
}
.btm0 {
	margin-bottom: 0 !important;
}

.top10m{
	margin-top: -15px !important;
}
/*system-readmore「続きを読む」*/
#tinymce hr#system-readmore {
  background-color: #f473ab;
  border: medium none;
  height: 22px;
  text-align: center;
}
#tinymce hr#system-readmore::before {
  color: #fff;
  content: "▼続きを読む▼";
}

.inner {
	width: 1280px;
	margin: 0 auto;
}
.header-wrap {
	position: relative;
	background-color: rgba(255,255,255,0.9);
	/*position: fixed;*/
	width: 100%;
	z-index: 99;
	/*left: 0;*/
	/*top: 40px;*/
	padding: 25px 30px;
	padding-right: 0;
	border-bottom: 1px solid #ddd;
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .t4-masthead .t4-masthead-detail {
	width: 100%;
	max-width: 100%;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.container {
	width: 100%;
	max-width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	overflow: hidden;
}

.navbar-brand.logo-control img.logo-img {
	max-height: 75px;
}
.head-contact {
	/*position: fixed;*/
	/*left: 0;*/
	/*top: 0;*/
	z-index: 99;
	width: 100%;
	background-color: rgba(55,65,73,0.9);
	text-align: right;
}
.head-contact ul {
	padding: 3px 10px 5px 0;
	margin: 0;
	letter-spacing: -0.4em;
}
.head-contact ul li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 0 0 20px;
	font-size: 0.9em;
	color: #fff;
	font-weight: 500;
	position: relative;
}
.head-contact ul li span {
	border-left: 1px solid #ddd;
	margin-left: 10px;
	padding-left: 28px;
	position: relative;
}
.head-contact ul li span::before {
	content: "";
	display: inline-flex;
	width: 13px;
	height: 20px;
	background-image: url("../../../../images/icon/icon_tel.png");
	background-repeat: no-repeat;
	background-origin: left top;
	background-size: contain;
	position: absolute;
	left: 10px;
	top: 5px;
}
.t4-megamenu .nav>.dropdown>.nav-link .item-caret, .t4-megamenu .nav>.dropdown>.dropdown-toggle .item-caret {
	/* border-top: 4px solid #E80000; */
}
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
	font-weight: 600;
	color: #222;
	font-size: 17px;
}
.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {
	color: #009CA6;
}
.t4-megamenu .navbar-nav>li.show>a, .t4-megamenu .navbar-nav>li.show>.nav-link {
	color:#009CA6;
	text-decoration: none;
}
.t4-megamenu .navbar-nav>li>a:hover .item-caret, .t4-megamenu .navbar-nav>li>a:focus .item-caret, .t4-megamenu .navbar-nav>li>a:active .item-caret, .t4-megamenu .navbar-nav>li>.nav-link:hover .item-caret, .t4-megamenu .navbar-nav>li>.nav-link:focus .item-caret, .t4-megamenu .navbar-nav>li>.nav-link:active .item-caret {
	color: #009CA6;
}
.t4-megamenu .navbar-nav>li>a:hover, .t4-megamenu .navbar-nav>li>a:focus, .t4-megamenu .navbar-nav>li>a:active, .t4-megamenu .navbar-nav>li>.nav-link:hover, .t4-megamenu .navbar-nav>li>.nav-link:focus, .t4-megamenu .navbar-nav>li>.nav-link:active {
	color: #009CA6;
	text-decoration: none;
}
.t4-megamenu .navbar-nav>li.show>a, .t4-megamenu .navbar-nav>li.show>.nav-link {
	color: #009CA6;
}
.t4-megamenu .navbar-nav>li.show>a .item-caret, .t4-megamenu .navbar-nav>li.show>.nav-link .item-caret {
	border-top-color: #009CA6;
}
.t4-megamenu .navbar-nav>li.active>a, .t4-megamenu .navbar-nav>li.active>.nav-link {
	color: #009CA6;
}
.t4-megamenu .navbar-nav>li.active>a .item-caret, .t4-megamenu .navbar-nav>li.active>.nav-link .item-caret {
	border-top-color: #009CA6;
}

/*ヘッダー　お問い合わせボタン
（【モジュール】ヘッダー：お問い合わせ）*/
.head-mail {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top:0;
}
.head-mail ul {
	padding: 0;
	margin: 0;
}
.head-mail ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.head-mail ul li a {
	display: block;
	width: 210px;
	height: 130px;
font-size: 18px;
text-align: center;
	z-index: 800;
	background-color: #009CA6;
	border: 1px solid #009CA6;
	color: #fff;
	padding: 28px 20px 8px 20px;
}
.head-mail ul li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
display: block;
	margin-bottom: 3px;
  font-weight: 900;
  margin-right:5px;
  font-size: 24px;
}
.head-mail ul li a:hover {
	background-color: #fff;
	color: #009CA6;
	text-decoration: none;
}
.head-mail ul li a:hover::before {

}

.t4-header {
	min-height: auto;
}
.t4-offcanvas-toggle i {
	display: none;
}
.t4-section.sec-spacing-lg .t4-section-inner {
	padding: 0;
	margin: 0;
}


.t4-footer {
	border: medium none;
	color: #000;
}
.t4-footer a{
	color: #000;
}
.t4-footer .container, .t4-footer .t4-masthead .t4-masthead-detail, .t4-masthead .t4-footer .t4-masthead-detail {
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	border: medium none;
}
.col-md-10 {
	width: 100%;
}

.ft-content {
	width: 80%;
	margin: 0 auto;
	padding: 3% 0;
}
.ft-content img {
	margin: 0 0 20px 0;
}
.ft-sitemap {
	margin: 0 auto;
	padding: 0;
	display: flex;
	/* align-items: flex-start; */
	justify-content: space-between;
}
.ft-sitemap .profile {
	width: 30%;
	padding: 0;
	line-height: 1.8em;
}
.ft-sitemap .profile table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
.ft-sitemap .profile table th {
	text-align: left;
	vertical-align: top;
	padding: 10px 20px 0 0;
}
.ft-sitemap .profile table td {
	text-align: left;
	vertical-align: top;
	padding: 10px 0 0 0;
}
.ft-sitemap .sitemap {
	width: 67%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.ft-sitemap .sitemap div {
	padding-left: 60px;
}
.ft-sitemap .sitemap ul {
	padding: 0;
	margin: 0;
}
.ft-sitemap .sitemap ul li {
	padding: 0 0 10px 0;
	list-style: none;
	line-height: 1.4em;
	position: relative;
}
.ft-sitemap .sitemap ul li>ul {
	margin-top: 10px;
}
.ft-sitemap .sitemap ul li>ul li {
	padding-left: 15px;
}
.ft-sitemap .sitemap ul li>ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 10px;
}


.pagetitle {
  margin: 0;
  padding: 5%;
  font-size: 1.4rem;
  position: relative;
  color: #374048;
  font-family: 'Montserrat', "Noto Sans JP", sans-serif;
  background-color: #f7f7f7;
}
.pagetitle span {
	font-size: 4rem;
	display: block;
}

/*会社概要*/
.gaiyo-table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}
.gaiyo-table th {
	border-bottom: 2px solid #000;
	padding: 40px 10px;
	font-weight: 900;
	text-align: left;
	vertical-align: top;
}
.gaiyo-table td {
	border-bottom: 2px solid #ddd;
	padding: 40px;
	font-weight: 900;
	text-align: left;
	vertical-align: top;
}
.googlemap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#back-to-top {
	z-index: 98;
}

/*メールフォーム*/

strong.formRequired {
	color: #fff;
	font-weight: normal!important;
	font-size: 11px;
	background-color: #ff002a;
	padding: 6px 8px;
	border-radius: 4px;
	margin-left: 15px;
}
#userForm .rsform-block>label {
	border-top: 1px solid #ccc;
	display: table-cell;
	padding: 40px 0;
	vertical-align: top;
	width: 20%;
}
#userForm .rsform-block .formControls {
	display: table;
	border-top: 1px solid #ccc;
	vertical-align: top;
	padding: 40px 0 40px 20px;

  
}
.btn.btn-primary{
	margin-left: 345px;
}
.form-check-input, .contact .email-copy>input[type=checkbox]{
	margin-top: 0.5em;
}
.formControls textarea{
	max-width: 750px !important;
}

/*グローバルメニュー　子メニューを表示*/
.header-block.header-block-2 .container-xxl {
  overflow: initial;
}

/*グローバルメニュー調整*/
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  font-size: 16px;
  padding: 38px 10px 0;
}
/*「/html/mod_custom/h1-title.php」「/html/mod_custom/h1-title-sitename.php」利用時のヘッダー部分CSS*/
#h1title {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/*swiper*/
.swiper {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.swiper-slide span {
  position: absolute;
  top: 50px;
  left: 100px;
  color: #fff;
  font-size: 32px;
}

/*トップページお知らせ*/
.news-box {
  border: 1px solid #CCCCCC;
  max-height: 300px;
  overflow: auto;
  padding: 7px;
}
.news-box table {
  width: 100%;
}
.news-box table th {
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.news-box table td {
  border-bottom: 1px dotted #ccc;
  padding: 5px;
  vertical-align: top;
}
.news-box table th::before, .news-box ul li::before {
  color: #999;
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 5px;
}


.news-box ul li {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  font-size: 1em;
  list-style: none outside none;
  margin: 0 0 5px;
  padding: 0 0 5px 10px;
}
.news-box .category-module li a {
  display: inline-block;
}

.kiji-box01 td:nth-child(1) {
  width: 60%;
}
.kiji-box02 td:nth-child(1) {
  width: 40%;
}
.kiji-box01 td,.kiji-box02 td {
  vertical-align: top;
}

/*Youtubeの埋め込み*/
.yt iframe {
    display: block;
    margin: auto;
}
.yt  {
text-align: center;
}
/*プロファイルの編集非表示*/
#post .profile {display: none;}

/*モジュール　記事カテゴリー*/
.category-module li a::before {
  display: none;
}
.category-module li a {
  padding-left: 0;
}

/*スクロールヒントの調整*/
.scroll-hint-text {
  line-height: initial;
}

/* 共通 */
.navbar-brand.logo-control img.logo-img{
	width: auto;
}
a{
	transition: 0.3s;
}
.f_box{
	display: flex;
	flex-wrap: wrap;
}
.f_center{
	justify-content: center;
}
.headline1 h2{
	font-size: 38px !important;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.headline1 p{
	font-size: 17px;
	color: #009CA6;
	font-family: var(--en);
}
.headline2{
	/* position: relative; */
}
.headline2 h2{
	font-size: 36px !important;
	font-weight: 400;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	z-index: 2;
}
.headline2 h2::after{
	content: "";
	background-color: #009CA6;
	width: 100px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.headline2 p{
	font-family: var(--en);
font-weight: bold;
font-size: 130px;
letter-spacing: 0.05em;
line-height: 1.2;
color: rgba(0, 156, 166, 0.09);
position: absolute;
z-index: 1;
right: 40px;
top:-10px;
white-space: nowrap;
text-transform: uppercase;
}
.head_center h2{
	text-align: center;
}
.head_center h2::after{
	left:50%;
	transform: translateX(-50%)
}


/* 左右いっぱいに伸びた横線 */

.heading06 {
	align-items: center; /* 横線を上下中央 */
	display: flex; /* 文字と横線を横並び */
	
  }
  .heading06 h3{
	font-weight: 400 !important;
	margin: 0 auto;
  }
  .heading06::before,
  .heading06::after {
	background-color: #ddd; /* 横線の色 */

	content: "";
	flex-grow: 1; /* 横幅いっぱい */
	height: 1px; /* 横線の高さ */
  }
  .heading06::before {
	margin-right: 15px; /* 文字との余白 */
  }
  .heading06::after {
	margin-left: 15px; /* 文字との余白 */
  }


.btn1 {
	min-width: 290px;
	background-color: #000;
	color: #fff;
	position: relative;
	line-height: 66px;
	display: inline-block;
	text-align: center;
	padding: 0 40px 0 22px;
	margin-top: 30px;
}
.btn1::after{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
position: absolute;
right: 10px;
  font-weight: 900;
  margin-right:5px;
}
.btn1:hover{
	background-color: #009CA6;
	color: #fff;
	text-decoration: none;
}
.contents-center{
	text-align: center;
}

.s_link a{
	color: #000;;
}
.s_link a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color: #BEBEBE;
  font-weight: 900;
  margin-right:5px;
  }

  .kiji1_left{
	width: 40%;
  }
  .kiji1_right{
	width: 55%;
	margin-left: auto;
  }

  .w-contents {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
	padding: 80px 0;
  }
  .box_gray{
	background-color: #F7F7F7;

}
  .box1000{
	width: 1140px;
	margin: auto;
  }

  .column4 .inner{
width: 23%;
margin: 1%;
  }

  .column2 .inner{
	width: 47%;

	  }
	  .column2 .inner:nth-child(even){
		margin-left: auto;
	  }
  .top0{
	padding-top: 0 !important;
  }
  .bottom0{
	padding-bottom: 0 !important;
  }
  .innernews{
	width: 350px;
padding: 20px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);

  }
  .innernews h3 a{
	font-size: 19px;
	font-weight: 400;
	padding-top: 10px !important;
	color: #000;
  }
  .innernews p a{
	color: #000;
  }
  .lnee .odd,.lnee .even{
	padding: 10px !important;
  }
  .youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
  }
  .youtube iframe {
	width: 100%;
	height: 100%;
  }
.midashi3{
	color: #009CA6;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: var(--en);
	letter-spacing: 0.03em;
}
  .items-row .item {
	padding-top: 0rem;
	padding-bottom 0rem;
  }
  .left_txt{
	text-align: right;
  }

  .box_blue{
	background-color: #EAF7F8;
	padding: 60px 0 90px;
	text-align: center;
  }

  .w70{
	width: 70%;
	margin: auto;
  }

  .sphidden{
	display: block;
}
.pchidden{
	display: none;
}

  .table1 {
	width: 100%;
	margin: 10px auto;
  }
  .table1 th{
	width: 50%;
	padding: 15px;
	background-color: #fafafa;
	color: #009CA6;
	font-weight: 400;
	border: solid 1px #ccc;
  }
  .table1 td{
	width: 50%;
	padding: 15px;
	border: solid 1px #ccc;
  }


  .table2 {
	width: 100%;
	margin: 10px auto;
  }
  .table2 th{
	width: 60%;
	padding: 15px;
	background-color: #fafafa;
	color: #009CA6;
	font-weight: 400;
	border: solid 1px #ccc;
  }
  .table2 td{
	width: 40%;
	padding: 15px;
	border: solid 1px #ccc;
  }

  .table3 {
	width: 100%;
	margin: 10px auto;
  }
  .table3 th{
	width: 33%;
	padding: 15px;
	background-color: #fafafa;
	color: #009CA6;
	font-weight: 400;
	border: solid 1px #ccc;
	text-align: center;
  }
  .table3 td{
	padding: 15px;
	border: solid 1px #ccc;
	text-align: center;
  }

  .table4 {
	width: 100%;
	margin: 10px auto;
  }
  .table4 th{
	width: 33%;
	padding: 15px;
	background-color: #fff;
	color: #009CA6;
	font-weight: 400;
	border: solid 1px #ccc;
  }
  .table4 td{
	padding: 15px;
	background-color: #fff;
	border: solid 1px #ccc;
  }
  /* フッター */
  .sitemap ul{
	display: flex;
	flex-wrap: wrap;
  }
  .sitemap li{
	margin-left: 30px;
  }
  .sitemap li a:hover{
	color: #009CA6;
  }
  .sitemap li span{
	display: block;
	font-size: 12px !important;
  }
  .sitemap li span::before{
    content: "-";
    color: #BEBEBE;
    margin-right: 3px;
  margin-right:2px;
  }
  .sitemap{
	position: relative;
  }
.footer_sns{
	position: absolute;
	bottom: 0;
	right: 0;
}
.footer_sns p{
	margin-right: 10px;;
}
.footer_sns p::after{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color: #BEBEBE;
  font-weight: 900;
  margin-left:5px;
}
.copyright{
	text-align: center;
	background-color: #000;
	padding: 15px;
}
.copyright p{
	color: #fff;
	margin-bottom: 0;
}
  /* お問い合わせCTA */
  .contact_ti{
	display: inline-block;
	border-bottom: solid 1px #707070;
	padding-bottom: 10px;
	margin-bottom: 30px;
  }
  .contact_ti h2{
	font-weight: 500;
	font-size: 36px;
  }
  .contact_ti p{
	color: #009CA6;
	text-transform: uppercase;
	font-family: var(--en);
  }
  .contact_btn{
	margin-top: 30px;
  }
  .btn_line a{
	width: 497px;
	height: 101px;
	background: #fff;
	border: 1px solid #bfbfbf;
	text-align: center;
	font-size: 26px;
	display: block;
	padding-top: 30px;
	margin-right: 30px;
	color: #000;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .btn_line a::before{
	font-family: "Font Awesome 5 Brands";
    content: "\f3c0";
    color: #419F25;
    margin-right: 3px;
  font-weight: 400;
  font-size: 36px;
  margin-right:10px;
  position: relative;
  top:3px;
 
  }
  .btn_line a:hover{
	text-decoration: none;
	background-color: #EAFAE5;
  }

  .btn_contact a{
	width: 497px;
	height: 101px;
	background: #fff;
	border: 1px solid #bfbfbf;
	text-align: center;
	font-size: 26px;
	display: block;
	padding-top: 30px;
	margin-right: 30px;
	color: #000;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .btn_contact a::before{
	font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #009CA6;
    margin-right: 3px;
  font-weight: 600;
  font-size: 36px;
  margin-right:10px;
  position: relative;
  top:3px;
 
  }
  .btn_contact a:hover{
	text-decoration: none;
	background-color: #CEF3F5;
  }
  .tel {
	margin: 40px auto;
  }
.tel a{
	font-family: var(--en);
	color: #000;
	font-size: 45px;
}
.tel a::before{
	font-family: "Font Awesome 5 Free";
    content: "\f87b";
    color: #009CA6;
    margin-right: 3px;
  font-weight: 600;
  margin-right:10px;
  position: relative;
}
.tel a:hover{
	text-decoration: none;
}
.ta_c{
	text-align: center;
}
/* ページイメージ */
.pagetitle{
	color: #fff;
}

.pagetitle{
	font-weight:600;
	line-height: 1.3;
}
.item-502 .pagetitle{
	background-image:url(../../../../images/pageimage/AdobeStock_479612792.jpg);
	background-size: cover;
}
.item-503 .pagetitle{
	background-image:url(../../../../images/pageimage/AdobeStock_699946188.jpg);
	background-size: cover;
}
.item-504 .pagetitle{
	background-image:url(../../../../images/pageimage/AdobeStock_2762688612.jpg);
	background-size: cover;
}
.item-257 .pagetitle{
	background-image:url(../../../../images/pageimage/AdobeStock_989266484.jpg);
	background-size: cover;
}
.item-251 .pagetitle{
	background-image:url(../../../../images/pageimage/AdobeStock_303760065.jpg);
	background-size: cover;
}
.item-362 .pagetitle{
	background-image:url(../../../../images/pageimage/AdobeStock_303760065.jpg);
	background-size: cover;
}
/* TOPページ */
.teaser{
	height: 80vh;
	background-image: url(../../../../images/AdobeStock_143269050.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: end;
}
.teaser h2{
	color: #fff;
	font-family: var(--serif);
	font-size: 48px;
	font-weight: 400;
margin-top: 100px;
margin-right: 80px;
}
.news-left{
	width: 30%;
}
.news-right{
	width: 70%;
}

.news-right li{
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #ddd;
	padding: 14px 0;
}
.mod-articles-category-date{
	min-width: 120px;
}
.category-module li a{
	padding: 0;
}



.top_business .inner{
position: relative;
background-color: #fff;
background: #fff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
padding: 22px;
text-align: center;
min-height: 300px;
transition: 0.3s;
}
.top_business .inner:hover{
	background-color: #E7FAFC;
}
.top_business img{
	height: 111px;
	width: auto;
}
.top_business a{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	opacity: 0;
	
}
.top_business h3{
	color: #009CA6;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 18px;
}
.top_business p{
text-align: left;
line-height: 1.8;
}
.top_flow .inner{
	border: solid 1px #D5D5D5;
	aspect-ratio: 1 / 1;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.top_flow h3{
	font-size: 20px;
	margin-top: 10px;
	width: 100%;
	font-weight: 500;
}
.top_flow .inner {
    width: 22%;
    margin: 1.5%;
}
.top_flow .inner::after{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color: #BEBEBE;
position: absolute;
  font-weight: 900;
  font-size: 40px;
  top:50%;
  transform: translateY(-50%);
  right: -25px;
}
.top_flow .inner:last-child::after{
	display: none;
}
.flow_number{
	background-color: #009CA6;
	width: 55px;
	height: 55px;
	color: #fff;
	font-size: 13px;
	line-height: 1.0;
	position: absolute;
	top: -10px;
	left:-10px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-family: var(--en);
	padding: 5px;
}
.flow_number span{
	font-size: 19px;
	display: block;
	width: 100%;
	line-height: 1.0;
	margin-top: -3px;
}
.top_flow img{
	width: 118px;
	height: auto;
	margin: 0 auto;
}

/* サービス */
.kiji2_left{
width: 30%;
}
.kiji2_right{
width: 65%;
}
.kiji2_right .heading08 h3{
width: 70%;
}
.kiji2_right .heading08 p{
	width: 30%;
}
.archive_img{
	position: relative;
	text-align: center;
}
.archive_img img{
	object-fit: cover;
	width: 100%;
	height: 220px;
	margin-bottom: 2px;

}
.img_icon{
	background-color: #009CA6;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	position: absolute;
	top:0;
	left:0;
}

/* 事務所概要 */

.tsuyomi{
	background-image: url(../../../../images/office/AdobeStock_618477681.jpg);
	background-size: cover;
	color: #fff;
}
.tsuyomi h3{
	font-size: 24px;
	margin: 40px 0 15px;
}
.tsuyomi .box1000{
	padding-left: 30%;
}
.tsuyomi .headline2 p{
color:  rgba(255, 255, 255, 0.15);
}
.tsuyomi .headline2 h2::after{
background-color: #fff;
}
.flow_box2 .inner {
    width: 22%;
    margin: 0 4% 0 0;
	position: relative;
}
.flow_box2 .inner::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    color: #BEBEBE;
    position: absolute;
    font-weight: 900;
    font-size: 40px;
    top: 33%;
    transform: translateY(-50%);
    right: -30px;
}
.flow_box2 .inner:last-child{
	margin-right: 0;
}
.flow_box2 .inner:last-child::after{
	display: none;
}
.flow_box3 .kiji1_left{
	position: relative;
}
.flow_ic{
	position: absolute;
	top:-20px;
	right: -20px;
	width: 80px;
}
.flow_box3 h3{
	color: #009CA6;
	margin-bottom: 20px;
}
.flow_box3 .f_box{
	margin-bottom: 70px;
	position: relative;
}
.flow_box3 .f_box::after{
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    color: #BEBEBE;
    position: absolute;
    font-weight: 900;
    font-size: 50px;
bottom: -50px;
    transform: translateX(-50%);
    right: 50%;
}
.flow_box3 .f_box:last-child::after{
	display: none;
}

/* 事例紹介 */
.case_left{
	width: 30%;
	position: relative;
}
.case_right{
	width: 65%;
	margin-left: auto;
}
.case_ic1{
	border: solid 1px #000;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.balloon1-right {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 17px 20px;
	min-width: 120px;
	border-radius: 5px;
	max-width: 100%;
	font-size: 22px;
	background: #e0edff;
	margin-bottom: 5px;
  }
  
  .balloon1-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #e0edff;
  }
  .td250{
	width: 200px;
	padding-left: 20px;
  }
  .bottom10{
	margin-bottom: 10px;
  }

  .balloon1-left {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 17px 20px;
	min-width: 120px;
	max-width: 100%;
	font-size: 22px;
	background: #e0edff;
  }
  
  .balloon1-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e0edff;
  }
  .box1{
border: solid 2px #009CA6;
padding: 30px;
margin: 10px 0;
  }
  .page-header h1{
	font-size: 28px;
  }
 .item-257  .blog-items .item{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #ddd;
  }
  .readmore{
	text-align: right;
  }
  p.readmore .btn:hover, p.readmore .blog-list .item-readmore a:hover, .blog-list .item-readmore p.readmore a:hover, p.readmore .btn:active, p.readmore .blog-list .item-readmore a:active, .blog-list .item-readmore p.readmore a:active, p.readmore .btn:focus, p.readmore .blog-list .item-readmore a:focus, .blog-list .item-readmore p.readmore a:focus{
	background-color: #009CA6;
	text-decoration: none;
  }
  .news_ic{
	background-color: #009CA6;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .policy{
	background-color: #fafafa;
	padding: 30px;
	margin: 40px 0;
  }
  .policy h4{
	font-size: 18px;
  }

  .t4-navbar {
	margin-right: 196px !important;
	}
	
.header_sns{
	position: absolute;
	top:15px;
	right: 257px;
	z-index: 100;
}

.tel2 {
	margin-left: 20px;
  }
.tel2 {
	font-family: var(--en);
	color: #000;
	font-size: 27px;
}
.tel2::before{
	font-family: "Font Awesome 5 Free";
    content: "\f87b";
    color: #009CA6;
    margin-right: 3px;
  font-weight: 600;
  margin-right:10px;
  position: relative;
}

.header_sns p{
	margin-right: 10px;;
}
.header_sns p::after{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color: #BEBEBE;
  font-weight: 900;
  margin-left:5px;
}

.innernews{
	position: relative;
}
.newstitle{
	font-size: 18px;
	margin: 17px 0 !important
}
.link{
	opacity: 0;
	height: 0;
}
.mokuji{
	background-color: #fafafa;
	padding: 40px;
	margin: 40px auto;
}
.mokuji li, .mokuji ol {
	list-style: none;
	border-bottom: 1px solid #ddd;
  }

  .mokuji li:last-child{
	border: none;
  }
  .mokuji ol {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
  }
  .mokuji ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 1em 0.5em 1em 30px;
  }
  
  .mokuji ol li:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display:inline-block;
	background: #009CA6;;
	color: white;
	font-weight:bold;
	font-size: 15px;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 16px;
  }


.item-257 .com-content-article h2{
	border-bottom: solid 2px #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 50px;
}
.item-257 .com-content-article h3{
	border-bottom: solid 1px #dedede;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 22px;
}

/*ログイン時の崩れ*/
.custom.jmoddiv.jmodinside {
  position: unset !important;
}