@charset "utf-8";

/* CSS Document */
/*
Theme Name:クロエ
Theme URI:
Description: This is our original theme.
Author: TMGI
Author URI:
Version:1.0
*/



html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/
* {
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
	box-sizing: border-box;
}

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/
html {
    overflow-y: scroll;
}


body {
	position: relative;
    color: #333;
	background:#fbfafa;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
p{
	line-height:1.8;

}
img{
    height: auto;
    max-width: 100% ;
	vertical-align:bottom;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
/*------------------------------------------------------------------
	Base Link Color Setting
------------------------------------------------------------------*/

a {
    color: #333;
    text-decoration: none;
}

a:hover {

    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
a img {
    border: medium none;
}

a:hover .fil,.fil2 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.m1b { margin-bottom: 1px !important; }
.m2b { margin-bottom: 2px !important; }
.m3b { margin-bottom: 3px !important; }
.m4b { margin-bottom: 4px !important; }
.m5b { margin-bottom: 5px !important; }
.m6b { margin-bottom: 6px !important; }
.m7b { margin-bottom: 7px !important; }
.m8b { margin-bottom: 8px !important; }
.m9b { margin-bottom: 9px !important; }
.m10b { margin-bottom: 10px !important; }
.m13b { margin-bottom: 13px !important; }
.m15b { margin-bottom: 15px !important; }
.m20b { margin-bottom: 20px !important; }
.m25b { margin-bottom: 25px !important; }
.m30b { margin-bottom: 30px !important; }
.m35b { margin-bottom: 35px !important; }
.m40b { margin-bottom: 40px !important; }
.m45b { margin-bottom: 45px !important; }
.m50b { margin-bottom: 50px !important; }
.m60b { margin-bottom: 60px !important; }
.m80b { margin-bottom: 80px !important; }

.m5t { margin-top: 5px !important; }
.m10t { margin-top: 10px !important; }
.m20t { margin-top: 20px !important; }
.m30t { margin-top: 30px !important; }
.m40t { margin-top: 40px !important; }
.m50t { margin-top: 50px !important; }
.m70t { margin-top: 70px !important; }
.m80t { margin-top: 80px !important; }
.m90t { margin-top: 90px !important; }
.m100t { margin-top: 100px !important; }

/*sp時変更*/
.m10b-s { margin-bottom: 10px !important; }
.m20b-s { margin-bottom: 20px !important; }
.m30b-s { margin-bottom: 30px !important; }
.m40b-s { margin-bottom: 40px !important; }
.m50b-s { margin-bottom: 50px !important; }
.m60b-s { margin-bottom: 60px !important; }
.m70b-s { margin-bottom: 70px !important; }
.m80b-s { margin-bottom: 80px !important; }
.p01-s { padding-top:70px;padding-bottom: 70px; }
.p02-s { padding-top:100px;padding-bottom: 100px; }
/* 位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both !important; }
.cen { text-align: center !important; }
.cen-pc{text-align:center !important;}
.left { text-align: left !important; }
.right { text-align: right !important; }
/* 投稿の画像配置 */
.f-left{float:left;}
.f-right{float:right;}
.f-left-pc {float: left;}
.f-right-pc {float: right;}
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */

.pc-dnon{display: none;}
.pc-dnon2{display: none;}

/* テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.bold { font-weight: bold !important; }
.txtRed { color: #ca2e2c !important; }
.txtBlue { color: #1c60b1 !important; }
.txtPink { color: #eb6c8b !important; }
.txtGold { color: #8b6c2e !important; }
.txtGray { color: #666666 !important; }
.txtWhite { color: #FFFFFF !important; }
.txtgreen { color: #79a035 !important; }
.txtorenge{color:#fd851b}
.txtBlack{color: #333 !important;}
.txtBlown{color: #603a40 !important}

.txt10 { font-size: 77% !important; }
.txt11 { font-size: 92% !important; }
.txt13 { font-size: 109% !important; }
.txt14 { font-size: 117% !important; }
.txt15 { font-size: 125% !important; }
.txt17 { font-size: 142% !important; }
.txt18 { font-size: 150% !important; }
.txt20 { font-size: 167% !important; }

.bg01{
	background: #f2efef;
}
.lh01{line-height:1 !important;}
.lh02{line-height:2  !important;}
.f-min{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}
.f-go{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
.span01{
	padding-bottom: 10px;
	border-bottom: dotted 3px #fff;
}
.shadow{
	text-shadow: 1px 1px 3px #666;
}
.oh{overflow:hidden;}
.blk{
	display:block;
}
.underline{
	text-decoration: underline;
}
.img100 {
    height: auto;
    width: 100%;
}
table{
	width:100%;
	box-shadow: 0 0 5px #ddd;
	background: #fff;
}
td,th{
	padding:20px;
	font-weight: normal;
}
table th{
	background: #f1f5f9;
}
table th,table td{
border:solid 1px #ddd;
}
ol li{
	list-style-type: decimal;
	margin-left: 20px;
}

/*------------------------------------------------------------------
	全体レイアウト
------------------------------------------------------------------*/
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  top: -95px;
  position: absolute;
  width: 100%;
  margin: 95px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
display: flex;
	justify-content: space-between;
	align-items: center;
background: rgba(255,255,255,0.9);	
}
#head_wrap .logo {
padding: 10px;
}

#global-nav ul {
  list-style: none;
  display:flex;
align-items: center;
}

#global-nav ul li {
	text-align: center;
}
#global-nav ul li a {
display: block;
  position: relative;
  padding:20px 10px;
	margin: 0 10px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
	text-align: center;
}

#global-nav ul li a:hover{
	color: #aaa;
}
#global-nav ul li:last-of-type a{
  padding:20px 30px;
	background: #3d83cb;
	color: #fff;
	border-radius: 50px;
	transition: 0.5s;
}
#global-nav ul li:last-of-type a:hover{
	transform: scale(1.03);
	box-shadow: 0 0 5px #3d83cb;
}
/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 90px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}
footer{
	padding: 30px 0;
}
footer .foot-right ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
footer .foot-right ul li{
	margin-left: 20px;
}
#contactus{
	padding: 80px 0 150px;
	background: url("images/common/contact_bg.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
}
/*-------------------common-----------------*/
.container{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.container2{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width:1000px;
}

/* タイトル装飾 */
.hstyle01 .en{
	margin-bottom: 10px;
	text-transform:uppercase;
}
.hstyle01 .ttl{
	font-size:170%;
}
/* 枠装飾 */
.link01 a{
	display: inline-block;
	min-width: 280px;
	padding: 20px;
	background: #fff;
	color: #1354a1;
	font-size:120%;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
	border-radius: 50px;
	box-shadow: 0 0 7px #204b82;
}
.link01 a:hover{
	box-shadow: 0 0 5px #3d83cb;
	transform: scale(1.03);
}

.boxstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxstyle01.rev{
	flex-direction: row-reverse;
}
.boxstyle01.center{
	align-items: center;
}
.ulstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
.ulstyle01 li{
	width: 30%;
}
.ulstyle02 li{
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: decimal;
}

.ulstyle03 li{
	margin-bottom: 0;
	list-style-type: disc;
}
.wid01{
	width:48%;
}
.wid02{
	width:50%;
}

/*-------------------top-----------------*/
#topimage{
	background:url("images/top/topimage_bg.jpg") no-repeat center center;
	background-size:cover;
	width: 100%;
	height:85vh;
}
#topimage .container{
	position: relative;	
	height: 100%;
}
#topimage h2{
	position: absolute;
	left:10px;
	top:50%;
    transform: translateY(-50%);
}
#s01{
	padding: 50px 10px;
	background: #1569c7;
	color: #fff;
}
#s02{
	padding: 70px 0;
	background: url("images/common/bg01.png") no-repeat right 10px top -20px;
}
#s02 .inner1{
	position: relative;
}
#s02 .inner1::before{
	content: " ";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/top/about_img.png") no-repeat right center;
	background-size:cover;
}
#s02 .inner1 .wid01{
	margin-left: 52%;
	padding-top: 30px;
	padding-bottom: 80px;
}
#s03{
	background: url("images/top/merit_bg1.jpg") no-repeat center center;
	background-size:cover;
}
#s03 .hstyle01 .ttl img{
	margin-left: 5px;
	margin-right: 5px;
}
#s03 .ulstyle01 li:nth-of-type(2),#s03 .ulstyle01 li:nth-of-type(5){
	margin-top: 50px;
}
#s03 .ulstyle01 li figure{
	margin-bottom: 10px;
	text-align: center;
}
#s03 .ulstyle01 li p{
	padding: 0 20px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff;
}
#s04{
	padding: 150px 0;
	background: url("images/top/backoffice_bg.jpg") no-repeat center center;
	background-size:cover;
}
#s04 p{
	font-size:150%;
}
#servicesec{
	background: url("images/common/service_bg1.jpg")  no-repeat center center;
	background-size:cover;
}
#servicesec ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#servicesec ul li{
	width: 25%;
	padding:10px 20px;
	border-right:solid 1px #efefef;
}
#servicesec ul li:last-of-type{
	border-right: none;
}
#servicesec ul li ul{
	display: block;
}
#servicesec ul li ul li{
	width: 100%;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 5px;
	border-right: none;
	list-style-type: disc;
}
#servicesec ul li figure{
	display: flex;
	align-items: center;
	justify-content:center;
	margin-bottom: 20px;
	text-align: center;
	min-height: 200px;
}
#servicesec ul li h3{
	margin-bottom: 20px;
	text-align: center;
	font-size:130%;
text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
}
#s05 ul{
	justify-content: space-between;
}
#s05 ul li{
	width: 32%;
	margin-bottom: 30px;
}
#s05 ul li h3{
	padding: 20px;
	text-align: center;
	font-size:130%;
}
/*------------------下層ページ------------------*/
#subimage{
	background: url("images/common/subimage_bg.jpg") no-repeat center center;
	background-size:cover;
	margin-bottom: 50px;
}
#subimage .inner1{
	position: relative;
	height: 450px;
}
#service #subimage .inner1::before{
	content: " ";
	width: 50%;
	height:400px;
	position: absolute;
	top: 120px;
	right: 0;
	background: url("images/service/service_img1.png") no-repeat left center;
	background-size:cover;
}
#subimage .inner1 .container{
	position: relative;
	height: 100%;
}
#subimage .inner1 .hstyle01{
	position: absolute;
	top:48%;
	left: 20px;
}

#crumbs{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -30px;
}
#breadcrumb ul{
	padding:0 20px;
	display: flex;
}
#breadcrumb ul li{
	padding: 5px;
	font-size:85%;
}
/*------------------事業案内-----------------*/
#service01 .inner1{
	margin-bottom: 200px;
}
#service01 .inner2{
	padding-bottom: 70px;
	background: url("images/service/bg01.jpg");
	background-size:cover;
}
#service01 .inner2 .container{
	position: relative;
}
#service01 .inner2 .container figure.officeimg img{
	margin-top: -120px;
}
#service01 .inner2 .container h3{
	font-size:130%;
	font-weight: 500;
	line-height: 2.5;
}
#service01 .inner2 .container h3 span{
	display:inline;
}
#service01 .inner2 .container ul{
	margin-top: -170px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#service01 .inner2 .container ul li figure{
	margin-bottom: 20px;
	text-align: center;
}
#service01 .inner2 .container ul li:first-of-type{
	width: 27%;
}
#service01 .inner2 .container ul li:nth-of-type(2){
	width: 23%;
	margin-top:20%;
	margin-left: -5%;
}
#service01 .inner2 .container ul li:nth-of-type(3){
	width: 23%;
	margin-top:20%;
	margin-right: -3%;
}
#service01 .inner2 .container ul li:last-of-type{
	width: 25%;
}
#service02 h3{
	font-size:130%;
	font-weight: 500;
}
#service02 p{
	line-height: 2;
}
#service03{
	margin-bottom: 120px;
}
#service03 .inner1{
	margin-top: 30px;
	position: relative;
}
#service03 .inner1 .container{
	position: relative;
	z-index: 2;
}
#service03 .inner1::before{
	content: " ";
	position: absolute;
	left: 0;
	top:50%;
	width: 100%;
	height: 1px;
	border-bottom: dotted  3px #3a78bf;
}
#service03 .inner1 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#service03 .inner1 ul li{
	width: 23%;
	position: relative;
	background: #3a78bf;
	border-radius: 0 0 10px 10px
}
#service03 .inner1 ul li .no{
	position: absolute;
	top:-35px;
	left: 50%;
    transform: translateX(-50%);
	padding: 5px;
	width: 70px;
	height: 70px;
	background: #4262a0;
	color: #fff;
	border-radius:35px;
	text-align: center;
	font-size:80%;
}
#service03 .inner1 ul li .no span{
	display: block;
	margin-top: -5px;
	font-size:200%;
	text-align: center;
}
#service03 .inner1 ul li .ttl{
	padding: 20px;
	text-align: center;
	font-size:130%;
	color: #fff;
}

/*-------------------導入事例-----------------*/
#introductionexample #subimage .inner1::before{
	content: " ";
	width: 50%;
	height:400px;
	position: absolute;
	top: 120px;
	right: 0;
	background: url("images/example/example_img.png") no-repeat left center;
	background-size:cover;
}
#example01 .boxstyle01{
	justify-content: space-around;
}
#example01 .companyexample{
	width: 46%;
	margin-bottom: 40px;
}
#example01 .companyexample .top{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 0 0 7px #ccc;
}
#example01 .companyexample .top .text{
	padding: 15px;
	width: 50%;
	background: #3a78bf;
}
#example01 .companyexample .top .text .cate{
	display: flex;
	margin-bottom: 70px;
}
#example01 .companyexample .top .text .cate li{
	padding: 5px 10px;
	margin-right: 10px;
	background: #eac617;
}
#example01 .companyexample .top .text .ttl{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:dotted 3px #fff;
	color: #fff;
	font-size:150%;
}
#example01 .companyexample .top .text dl{
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	font-size:90%;
}
#example01 .companyexample .top .image{
	width: 50%;
	background-position: center center !important;
	background-size:cover !important;
}

/*------------------会社案内----------------*/
#companyprofile #subimage .inner1::before{
	content: " ";
	width: 50%;
	height:400px;
	position: absolute;
	top: 120px;
	right: 0;
	background: url("images/common/company_img1.png") no-repeat left center;
	background-size:cover;
}
#company01{
	margin-bottom: 200px;
}
#company01 table{
	max-width:1000px;
	margin: 0 auto;
 }

/*------------------プライバシーポリシー-----------------*/
#privacy #subimage .inner1::before{
	content: " ";
	width: 50%;
	height:400px;
	position: absolute;
	top: 120px;
	right: 0;
	background: url("images/common/privacy_img1.png") no-repeat left center;
	background-size:cover;
}

/*----------------contact--------------------*/
#contact #subimage .inner1::before{
	content: " ";
	width: 50%;
	height:400px;
	position: absolute;
	top: 120px;
	right: 0;
	background: url("images/common/contact_img1.png") no-repeat left center;
	background-size:cover;
}
#contact01 .container2{
	padding: 50px;
	background: #f1f5f9;
}
#contact01 ul li{
	position: relative;
	margin-bottom: 40px;
}

#contact01 ul li dl{
	display: flex;
	flex-wrap: wrap;
}
#contact01 ul li dl dt{
	width: 30%;
	padding-top: 5px;
	padding-right: 20px;
}

#contact01 .hissu{
	float: right;
	background: #333;
	color: #fff;
	padding: 0 5px;
	font-size:85%;
}

#contact01 ul li dl dd{
	width: 70%;
}
#contact .thanks{
	padding: 50px 20px;
}
#contact01 .link01{
	text-align: center;
}
#contact01 .link01 a{
	min-width: 200px;
	box-shadow: 0 0 5px #28a6aa;
}
input[type=text],input[type=email],textarea{
	width:100%;
	background: #fff;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=date]{
	width:100%;
	background: #fff;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=text]#nenrei{
	width: 80px;
	text-align: center;
	margin-right: 10px;
}
input[type=checkbox]{
	margin-right: 5px;
}
input[type=radio]{
	margin-right: 5px;
}
textarea{
	height:200px;
}
.select01 {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.select01::after {
    position: absolute;
    right: 10px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select01 select {
    appearance: none;
    padding:10px 30px 10px 10px;
	border:none;
	border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
input::placeholder,textarea::placeholder {
  color: #aaa;
}

.btn01{
	display: inline-block;
	min-width: 200px;
	padding:18px;
	border:none;
	background: #3d83cb;
	color: #fff;
	border-radius:30px;
	font-size:110%;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
	text-shadow:0px 0px 7px #aaa;
}
.btn01:hover{
	background: #76c7d1 url("images/common/list02.png") no-repeat right 5px center;
}
#liver{
	border: solid 5px #8fc7ca;
	padding: 30px;
	background:#8fc7ca url("images/common/liver_bg.jpg") no-repeat center top;
	background-size:100%;
	color: #fff;
}

#liver .link01{
	font-size:90%;
}
/*---------------404--------------------*/
#error #subimage .inner1::before{
	content: " ";
	width: 50%;
	height:400px;
	position: absolute;
	top: 120px;
	right: 0;
	background: url("images/common/error_img1.png") no-repeat left center;
	background-size:cover;
}
/*----------------ブログ--------------------*/
#subimage.archive .inner1::before{
	content: " ";
	width: 50%;
	height:400px;
	position: absolute;
	top: 120px;
	right: 0;
	background: url("images/common/info_img.png") no-repeat left center;
	background-size:cover;
}
#subcontent{
	padding-bottom: 50px;
}
#subcontent #bmain{
	width: 65%;
}
#subcontent #side{
	width: 30%;
}
#subcontent .date{
	color: #aaa;	
}
#subcontent #side .ttl{
	padding: 15px;
	margin-bottom: 20px;
	text-align:center;
	background: #dbdfeb;
}
#subcontent #side ul.list1 li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:solid 1px #dcdcdc;
}
#subcontent #side ul.list1 li .text{
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#subcontent #side ul.list1 li figure{
	border-radius: 5px;
	margin-bottom: 0;
	width: 35%;
	position:relative;
    overflow:hidden;
	height:80px;
}
#subcontent #side ul.list1 li figure img{
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#subcontent #side ul.list1 li figure img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#subcontent #side ul.list1 li .date{
	width: 60%;
	font-size:90%;
}
#subcontent #side ul.list1 li a{
	color: #333;
}
#subcontent #side ul.list1 li a:hover{
	text-decoration: none;
	color: #436389;
}

.archivebox a{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:dotted 3px #dcdcdc;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("images/common/list01.png") no-repeat right 5px bottom 30px;
	transition: 0.5s;
}
.archivebox a:hover{
	text-decoration: none;
	background: url("images/common/list01.png") no-repeat right 0px bottom 30px;
	color: #436389;
}
.archivebox figure{
	margin-bottom: 0;
	width: 40%;
	position:relative;
    overflow:hidden;
	height:200px;
	border-radius: 5px;
}
.archivebox figure img{
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.archivebox figure img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.archivebox .text{
	width: 60%;
	padding:10px 20px;
}

.archivebox .text .date{
	font-size:90%;
	margin-bottom: 15px;
}
.archivebox .text h3{
	font-size:110%;
	font-weight: bold;
	line-height: 1.6;
}
.archivebox .text p{
	font-size:90%;
	line-height: 1.6;
}
.single article .date{
	font-size:90%;
}
.single article h2{
	margin-bottom: 10px;
	font-size:140%;
	font-weight: bold;
}
.single article .ttl{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:dotted 3px #dcdcdc;
}
.single article .text p{
	margin-bottom: 20px;
}
.single article .text{
	margin-bottom: 100px;
}
.adjacent_post_links ul{
	display: flex;
	justify-content: space-between;
}

.adjacent_post_links ul li a{
	display: block;
	padding-bottom: 10px;
	color: #436389;
	font-size:90%;
	transition: 0.5s;
}
.adjacent_post_links ul li a:hover{
	text-decoration: none;
	color: #333;
}
.adjacent_post_links ul li.prev{
	padding-left:20px;
	background:url("images/common/before.png") no-repeat left bottom;
}
.adjacent_post_links ul li.next{
	padding-right: 20px;
	background:url("images/common/next.png") no-repeat right bottom;
}
/*Pagenation*/
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 1em;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 14px 10px 14px;
	text-decoration: none;
	width: auto;
	color: #436389;
	background:#fff;
	border:solid 1px #436389;
	border-radius:3px;
}
.pagination span.page-of {
	background: none;
	color: #436389;
	border:none;
}
.pagination a:hover{
	color: #fff;
	background:#436389;
	border:solid 1px #436389;
}
.pagination .current{
	padding: 10px 14px 10px 14px;
	color: #fff;
	background: #436389;
	border:solid 1px #436389;
}
@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 7px 10px 7px 10px;
}
.pagination .current{
	padding: 7px 10px 7px 10px;
}
}
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑pcサイズ
----------------------------------
↓タブレットサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/

@media screen and (max-width: 1199px){
	.container,.container2{
		padding-left: 3%;
		padding-right: 3%;
	}
	#subimage .hstyle01 .en,#subimage .hstyle01 .ttl{
		text-shadow: 1px 1px 2px #555;
	}
/*----------header/ハンバーガーmenu-----------*/
    #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
	#head_wrap.fixed{
		height: 60px;
	}
	#head_wrap .logo img{
		height: 50px;
	}
  #global-nav {
	display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index:9;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background:rgba(255,255,255,0.9);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
	overflow-y: scroll;
	}
 /* #global-nav スライドアニメーション */
   .open #global-nav {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
    }
  #global-nav ul {
	 display: block;
    position: static;
    right: 0;
    bottom: 0;
    padding:10% 5%;
	  width: 100%;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    padding:8%;
  }
  #nav-toggle {
    display: block;
  }
#global-nav ul li:last-of-type a{
    padding:8%;
	background:none;
	color: #333;
	border-radius: 00px;
	transition:0;
}
#global-nav ul li:last-of-type a:hover{
	transform: scale(1);
	box-shadow:none;
	color: #aaa;
}
/* Toggle Button */
#nav-toggle {
        display: block;
		z-index:10;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
}
#nav-toggle div {
        position: relative;
}
     #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #333;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
	}
 	#nav-toggle span:nth-child(1) {
            top: 0;
            }
 	#nav-toggle span:nth-child(2) {
            top: 11px;
            }
 	#nav-toggle span:nth-child(3) {
            top: 22px;
            }
	.open #nav-toggle span:nth-child(1) {
                    top: 11px;
                    -webkit-transform: rotate(315deg);
                    -moz-transform: rotate(315deg);
                    transform: rotate(315deg);
                }
	.open #nav-toggle span:nth-child(2) {
                    width: 0;
                    left: 50%;
                }
	.open #nav-toggle span:nth-child(3) {
                    top: 11px;
                    -webkit-transform: rotate(-315deg);
                    -moz-transform: rotate(-315deg);
                    transform: rotate(-315deg);
                }
/*----------footer------------*/
	footer .foot-left img{
		height: 50px;
	}
/*----------topページ------------*/
	#servicesec ul{
		max-width: 800px;
		margin: 0 auto;
	}
	#servicesec ul li{
		width: 50%;
		padding: 15px;
	}
	#servicesec ul li:first-of-type{
		border-bottom:solid 1px #efefef;
	}
	#servicesec ul li:nth-of-type(2){
		border-right: none;
		border-bottom:solid 1px #efefef;
	}
	#servicesec ul li ul li{
		border-bottom:none !important;
	}
	
/*------------------事業案内-----------------*/
	#service01 .inner2 .container ul{
		margin-top: 40px;
		justify-content: space-around;
	}
	#service01 .inner2 .container ul li:first-of-type,#service01 .inner2 .container ul li:last-of-type{
		width: 40%;
	}
	#service01 .inner2 .container ul li:nth-of-type(2){
		width: 40%;
		margin-top: 0;
		margin-left: 0;
	}
	#service01 .inner2 .container ul li:nth-of-type(3){
		width: 40%;
		margin-top: 0;
		margin-right: 0;
	}
/*----------------ブログ--------------------*/
	#subcontent #bmain{
	width: 100%;
		max-width: 800px;
		margin: 0 auto;
	margin-bottom: 5%;
}
	#subcontent #side{
	width: 100%;
		max-width: 768px;
		margin: 0 auto;
}

}


@media screen and (min-width: 768px) and (max-width: 1199px) {
/*----------共通-----------*/
	.tb-dnon{
		display:none;
	}
	.pc-dnon2{
		display:block;
	}

/*---------下層ページ-----------*/	
	#subimage .inner1::before{
		background-position: center center !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%) !important;
	}
/*------------------事業案内-----------------*/
	#service02 .boxstyle01.center{
		align-items: flex-start;
	}
	#service03 .inner1 ul li .ttl{
		font-size:110%;
	}
/*-------------------導入事例-----------------*/
	#example01 .boxstyle01{
		justify-content: space-between;
	}
	#example01 .companyexample{
		width: 48%;
	}
	#example01 .companyexample .top{
		position: relative;
		margin-bottom: 10px;
	}
	#example01 .companyexample .top .text{
		padding-top: 50px;
	}
	#example01 .companyexample .top .text .cate{
		position: absolute;
		left: 10px;
		top:10px;
		font-size:85%;
	}
	#example01 .companyexample .top .text .ttl{
		font-size:130%;
	}
/*----------------ブログ--------------------*/
	#subcontent #side ul.list1{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#subcontent #side ul.list1 li{
		width: 48%;
	}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑タブレットサイズ
----------------------------------
↓spサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/

@media screen and (max-width: 767px) {
	
/*----------共通------------*/	
body{
	font-size:14px;

}
.sp-dnon {
    display: none;
}
.pc-dnon,.pc-dnon2{
    display:  block;
}
.db-sp{
	display:block;
}
.sp-blk{
		display: block;
		margin: 0 auto !important;
}


/*margin padding変更*/
.m10b-s { margin-bottom: 5px !important; }
.m20b-s { margin-bottom: 10px !important; }
.m30b-s { margin-bottom: 15px !important; }
.m40b-s { margin-bottom: 20px !important; }
.m50b-s { margin-bottom: 25px !important; }
.m60b-s { margin-bottom: 30px !important; }
.m70b-s { margin-bottom: 30px !important; }
.m80b-s { margin-bottom: 30px !important; }
.p01-s { padding-top:7%;padding-bottom:7%; }
.p02-s { padding-top:7%;padding-bottom:10%; }

.f-left-pc, .f-right-pc{
    float: none;
}
.wid01,.wid02{
		width: 100%;
	}
	.cen-pc{text-align: left !important;}

	
/*----------header------------*/
	#head_wrap .logo img{
		height: 40px;
	}
	#nav-toggle{
		top:16px;
	}

/*----------footer------------*/
	#contactus{
		padding: 40px 0 80px;
	}
	footer{
		padding: 20px 0 10px;
	}
	footer .foot-right ul{
		margin-bottom: 10px;
	}
	footer .foot-right ul li{
		margin-left: 0;
		padding:5px 10px;
		}
	footer .foot-left{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	footer .foot-left img{
		height: 40px;
	}
	footer .foot-right ul{
		justify-content: center;
	}
/*----------全体------------*/
	.hstyle01 .ttl{
		font-size:140%;
	}
	.ulstyle01 li{
		width: 50%;
	}
	.link01 a{
		padding:15px 20px;
	}


/*----------------top------------------*/
	#topimage h2{
		width: 75%;
	}
	#s01{
		padding: 5% 2%;
	}
	#s02{
		padding: 40px 0;
	}
	#s02 .inner1 .wid01{
		margin-left: 0;
		padding-bottom: 0;
	}
	#s02 .inner1::before{
		width: 100%;
		height: 200px;
		position: static;
		display: block;
	}
	#s03 .hstyle01{
		margin-bottom: 20px !important;
	}
	#s03 .ulstyle01 li p{
		padding: 0 5px;
	}
	#s03 .ulstyle01 li:nth-of-type(2), #s03 .ulstyle01 li:nth-of-type(5){
		margin-top: 0;
	}
	#s03 .ulstyle01 li:nth-of-type(even){
		margin-top: 30px;
	}
	#s04{
		padding: 50px 0;
	}
	#s04 p{
		font-size:4.4vw;
	}
	#servicesec ul li ul li{
		margin-left: 10px;
		padding-right:10px;
	}
	#servicesec ul li figure{
		min-height:120px;
	}
	#servicesec ul li figure img{
		height:120px;
	}
	#servicesec ul li:nth-of-type(2) img{
		height: 90px;
	}
	#s05 ul li{
		width: 100%;
	}
	#s05 ul li h3{
		padding: 10px;
		font-size:130%;
	}
/*---------下層ページ-----------*/
	#subimage .inner1{
		height: 250px;
	}
	#subimage .inner1::before{
		width: 70% !important;
		height: 180px !important;
		top:35% !important;
		background-position: center center !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%) !important;
	}
	#breadcrumb ul{
		flex-wrap: wrap;
		padding:0 10px;
	}
/*------------------事業案内-----------------*/
	#service01 .inner1{
		margin-bottom:150px;
	}
	#service01 .inner2{
		padding-bottom: 20px;
	}
	#service01 .inner2 .container h3{
		font-size:4.1vw;
	}
	#service01 .inner2 .container ul li{
		width: 46% !important;
		margin-bottom: 20px;
	}
	#service01 .inner2 .container ul li:nth-of-type(2) figure,#service01 .inner2 .container ul li:nth-of-type(3) figure{
		padding: 0 5%;
	}
	#service02 .boxstyle01 figure{
		margin-bottom: 10px;
	}
	#service02 h3{
		margin-bottom: 10px !important;
		font-size:120%;
	}
	#service03{
		margin-bottom: 0;
	}
	#service03 .inner1 ul li{
		width: 48%;
		margin-bottom: 40px;
	}
	#service03 .inner1 ul li .ttl{
		padding: 15px 5px;
		font-size:100%;
	}
	#service03 .inner1::before{
		height: 50%;
		background:#96bfee;
		top:18%;
		border-bottom: none;
	}
/*-------------------導入事例-----------------*/
	#example01 .companyexample{
		max-width:700px;
		width: 98%;
		margin-bottom: 20px;
	}
	#example01 .companyexample .top{
		position: relative;
		margin-bottom: 10px;
	}
	#example01 .companyexample .top .text{
		padding-top: 50px;
	}
	#example01 .companyexample .top .text .cate{
		position: absolute;
		left: 10px;
		top:10px;
		font-size:85%;
	}
	#example01 .companyexample .top .text .cate li{
		padding: 2px 5px;
	}
	#example01 .companyexample .top .text .ttl{
		font-size:130%;
		line-height: 1.4;
	}
/*------------------お問い合わせ--------------*/
	#contact01 .container2{
		padding: 20px;
	}
	#contact01 ul li{
		margin-bottom: 20px;
	}
	#contact01 ul li dl dt,#contact01 ul li dl dd{
		width: 100%;
	}
	#contact01 ul li dl dt{
		margin-bottom: 5px;
	}
	#contact01 .hissu{
		float: none;
			margin-left: 10px;
	display:inline-block;
	}
	#contact .thanks{
	padding:10% 3% !important;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select{
	background: #fff;
	padding: 10px;
	font-size:90%;
	border:none;
	color: #333;
	border-radius: 3px;
}
	#liver{
	padding: 20px;
	background: url("images/common/liver_bg_sp.jpg") no-repeat center top;
		background-size:cover;
	color: #fff;
}
/*-----------------ブログページ------------------*/
	#subcontent{
		padding-bottom: 30px;
	}
	.archivebox a{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.archivebox figure{
		height:200px;
		text-align: center;
	}
	.archivebox figure,.archivebox .text{
		width: 100%;
	}
	.archivebox .text{
		padding: 10px;
	}
	.single article .photo{
		margin-bottom: 15px;
	}
	.single article .text{
		margin-bottom: 40px;
	}

}
@media screen and (max-width: 320px) {
	.se-dnon{
		display: none;
	}
}


/*-----------------------------------
内部リンクをショートコードでブログカード化
------------------------------------*/

.blog-card {
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
}

.blog-card a {
  color: #333;
  background: #fbfaf8;
  display: block;
  -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;
}

.blog-card a:hover {
  background: #fee;
}

.blog-card-thumbnail {
  float: left;
  padding: 10px;
}

.blog-card-thumbnail img {
  display: block;
  padding: 0;
  -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;
}

.blog-card-content {
  line-height: 120%;
}

.blog-card-title {
  padding: 10px 10px 10px 0;
  font-size: 85%;
  font-weight: bold;
}

.blog-card-title::before {
  content: '関連記事';
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  background: #111;
  width: 5em;
  display: inline-block;
  padding: 0.2em;
  position: relative;
  top: -2px;
  text-align: center;
  margin-right: 0.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.blog-card-date {
  color: #333;
  font-size: 75%;
  margin-right: 10px;
}

/* ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～　本文～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */



/* ★大見出し */

.tt1 {
  font-size: 1.7em;
  line-height: 1.33;
  margin: 0 0 1em;
  padding: 1rem 1rem 1rem 1.2rem;
  color: #333;
  background: #f5f5f5;
  font-weight: bold;
  border-left: 5px solid #000000;
}


/* ★小見出し */

.tt2 {
  font-size: 1.5em;
  margin: 0 0 1em;
  padding: 1rem 1rem 0.8rem 0;
  border-bottom: 1px solid #000 !important;
  background: none;
}


/* ★テキスト装飾 */
.text-red {
    color: #e02828;
    font-weight: bold;
  }
.txtBlue {
    color: #198CFF !important;
    font-weight: bold;
  }
.txtblod {
    font-weight: bold;
  }
.txt_ul {
  text-decoration: underline;
}

.txt_size_small {
  font-size: 12px;
}

.txt_size_big {
  font-size: 18px;
}

.qwArea .txt_size_small {
  font-size: 12px;
}

.qwArea .txt_size_big {
  font-size: 18px;
}


/* ★背景色 */

.bg_red {
  background: #fff0f4 !important;
}

.bg_blue {
  background: #f6faff !important;
}

.bg_green {
  background: #E8FCDB !important;
}

.bg_yellow {
  background: #FFFCDB !important;
}

.bg_violet {
  background: #E7D5E8 !important;
}

.bg_orange {
  background: #FEECD2 !important;
}

.bg_stripe {
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px);
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 7px);
}

#toc_container li,#toc_container ul {
    margin: 0;
    padding: 0
}

#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none
}

#toc_container.have_bullets li {
    padding-left: 12px
}

#toc_container ul ul {
    margin-left: 1.5em
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%
}

#toc_container.toc_light_blue {
    background: #edf6ff
}

#toc_container.toc_white {
    background: #fff
}

#toc_container.toc_black {
    background: #000
}

#toc_container.toc_transparent {
    background: none transparent
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0
}

#toc_container.toc_black p.toc_title {
    color: #aaa
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em
}

.toc_wrap_left {
    float: left;
    margin-right: 10px
}

.toc_wrap_right {
    float: right;
    margin-left: 10px
}

#toc_container a {
    text-decoration: none;
    text-shadow: none
}

#toc_container a:hover {
    text-decoration: underline
}

.toc_sitemap_posts_letter {
    font-size: 1.5em;
    font-style: italic
}
