@charset "utf-8";


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

body{
	min-width:inherit;
	width:100%;
	}
/*共通ラップ*/
.Wrap{
	width:100%;
	padding-left:10px;
	padding-right:10px;
	
}
/*メニューボックス*/
.PcTitle{
	display:none;
}
.SpTitle{
	display:block;
}
.MainTileBox{
	width:100%;
	clear:both;
	margin:0 auto;
	margin-top:30px;
}
.OfficeName{
	width:90%;
	float:none;
	margin:0 auto
}
.PhoneBoxHeader{
	width:70%;
	padding-top:20px;
	text-align:center;
	float:none;
	margin:10px auto;
	line-height:1.3em;
	font-size:0.9em;
}
span.PhoneNumber{
	font-size:2.2em;
	font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
span.PhoneNumber a{
	cursor:default;
}
span.PhoneNumber a:hover{
	opacity:1.0;
}
/*メニューボックス*/
.GnavSP{
	display:none;
	clear:both;
	margin-top:4px;
	padding-top:0;
	padding-bottom:0;
}
ul.MenuSp{
	clear:both;
	width:96%;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	background:#FFF;
	border-radius:10px;
	padding:20px;
}
ul.MenuSp li.ToPage{
	width:49%;
	float:left;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
	border-bottom:1px #075087 dotted;
	margin-left:1%;
}
ul.MenuSp li.ToPage:nith-child(odd){
	margin-left:0;
}
ul.MenuSp li.ToBlo{
	width:100%;
}
ul.MenuSp li.ToPage a{
	color:#075087;
}

/*ハンバーガーメニュー*/
.header__hamburger {
  width: 42px;
  height: 100%;
  margin-top:-55px;
  float:right;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 3px;
  background-color:#14accc;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -15px;
  transform: rotate(-45deg);
}


/*TOP-リード------*/
.LeadT{
	width:100%;
	float:none;
	color:#094f89;
	font-size:1.5em;
  line-height:1.4em;
}
p.LeadWriting{
	width:100%;
	float:none;
	margin-top:20px;
}

.LinkBtL{
	width:50%;
	margin:0 auto;
}
/*Top-BLOGブロック*/
.BlogT{
	width:100%;
	float:none;
}
.BlogT h2{
	font-size:5.0em;
	color:#8cd2e2;
	line-height:1.2em;
}
.BlogT h3{
	margin:10px 0;
	font-size:1.5em;
	color:#FFF;
}
ul.BlogTitle{
	width:100%;
	float:none;
	margin-top:20px;
	clear:both;
}
.LinkBtSW{
	width:35%;
	float:right;
	margin:15px auto;
}

.LinkBtSW a:after{
	content: '';/*何も入れない*/
  display: inline-block;
  width:20px;/*画像の幅*/
  height:20px;/*画像の高さ*/
  background-image:url(../img/en.png);
  background-size: contain;
  vertical-align: middle;
  margin-left:10px;
}
ul.BlogTitle li{
	padding:15px 0;
}
li span.BlogD{
	display:block;
	width:20%;
	float:none;
}
li span.BlogT{
	width:100%;
	float:none;
	margin-top:8px;
}
span.BlogImg{
	width:30%;
	float:none;
	margin-left:0;
	margin:10px auto;
}

/*Top-Topicsブロック*/

.TopicsT{
	width100%;
	float:none;
}
.TopicsT h2{
	font-size:5.0em;
	color:#eaf6f9;
	line-height:1.2em;
}
.TopicsT h3{
	margin:15px 0;
	font-size:1.5em;
}
ul.TopicsTitle{
	width:100%;
	float:none;
	margin-top:20%;
	clear:both;
}
.LinkBtSB{
	width:35%;
	float:right;
	margin:15px auto;
}

.LinkBtSB a:after{
	content: '';/*何も入れない*/
  display: inline-block;
  width:20px;/*画像の幅*/
  height:20px;/*画像の高さ*/
  background-image:url(../img/en.png);
  background-size: contain;
  vertical-align: middle;
  margin-left:10px;
}
ul.TopicsTitle li{
	padding:20px 0;
}

li span.TopicsD{
	display:block;
	width:20%;
	float:none;
	font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
li span.TopicsT{
	display:block;
	width:100%;
	float:none;
}

/*取り扱い内容*/

h3.JobsListT{
	margin:15px 0;
	font-size:1.5em;
	color:#094f89;
}
p.JobsLead{
	width:100%;
	line-height:2.0em;
}
ul.JobsLine{
	width:96%;
	margin:0 auto;
	padding-left:2%;
}
ul.JobsLine li.JobsTerm{
	width:48%;
	float:left;
	margin-left:0;
}
ul.JobsLine li.JobsTerm:nth-child(1),
ul.JobsLine li.JobsTerm:nth-child(5n+1){
	margin-left:0;
}
ul.JobsLine li.JobsTerm:nth-child(odd){
	margin-right:2%;
}
/*フッターUP*/
.FooterUp{
	width:100%;
	margin:0 auto;
}

p.FooterUpTell{
	text-align:center;
	line-height:1.8.0em;
	color:#FFF;
}
p.FooterUpTell span.FooterTell{
	font-size:2.0em;
	font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height:1.6em;
}

/*フッターブロック*/
.FooterBox{
	width:100%;
	margin:0 auto;
	
	
}
.FooterBoxLeft{
	width:45%;
	float:none;
	margin:0 auto;
	margin-top:25px;
}
p.FooterAddress{
	text-align:left;
	color:#FFF;
	font-size:0.9em;
	margin-top:20px;
}
ul.FooterBoxRight{
	display:block;
	width:94%;
	margin-left:0;
	margin:0 auto;
	padding-left:0;
	border-left:none;
	float:none;
}
ul.FooterBoxRight li.FooterMenu{
	padding-bottom:5px;
	padding-top:5px;
	float:left;
	width:48%;
	border-bottom:1px #FFF dotted;
	margin-left:4%;
}
ul.FooterBoxRight li.FooterMenu:nth-child(odd){
	margin-left:0;
}
ul.FooterBoxRight li a{
	width:100%;
	color:#FFF;
	text-align:center;
	display:block;
}



/*ページのトップへ戻るボタン*/
#js-pagetop {
  position: fixed;
  width:56px;
  height:56px;
  font-size:0.9rem;
  bottom: 20px;
  right: 20px;

}

#js-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

hr.Hight150_100{
	border:none;
	height:100px;
	background-color:none;
}
hr.Hight100_80{
	border:none;
	height:80px;
	background-color:none;
}
hr.Hight60_40{
	border:none;
	height:40px;
	background-color:none;
}
hr.Hight50_30{
	border:none;
	height:30px;
	background-color:none;
}
hr.Hight200_150{
	border:none;
	height:150px;
	background-color:none;
}
hr.Hight180_150{
	border:none;
	height:150px;
	background-color:none;
}
hr.Hight40_20{
	border:none;
	height:20px;
	background-color:none;
}
hr.Hight40_0{
	border:none;
	height:0;
	background-color:none;
}
}