@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------
  #font
----------------------------------------------------*/

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	font-family: "游ゴシック体 Medium", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.5;
	letter-spacing: 0.03em;
	background-color:#fff; 
}
@media (max-width: 768px) {
	body {
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

/*----------------------------------------------------
  #reset
----------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, 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;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
a {
	text-decoration: none;
	color: #333;
}
p {
  font-size: 1.4rem;
}


/* 改行指定 ---------------------------------------*/
@media screen and (min-width: 769px){ 
  .br-pc { display:block; }
  .br-sp { display:none; }
  .br-thin{display: none;}
}
@media screen and (max-width: 768px){ 
  .br-pc { display:none; }
  .br-sp { display:block; }
  .br-thin{display: none;}
}

/* clearfix ---------------------------------------*/
.float_r{float:right;}
.float_l{float: left;}

.float_end{clear:both;}

/* 表示設定 ---------------------------------------*/
.sp-only{display:none;}
@media(max-width: 768px){
  .pc-only{display:none;}
  .sp-only{display:block;}
}

/* oreder---------------------------------------*/
.order1{order: 1}
.order2{order: 2}
@media(max-width: 768px){
  .order1{order: 2}
  .order2{order: 1}
}


/*----------------------------------------------------
  #tag
----------------------------------------------------*/

@media (max-width: 768px) {
	img {
		max-width: 100%;
	}
}
strong {
	font-weight: bold;
}
th,td {
	vertical-align: top;
}

/*----------------------------------------------------
  #header
----------------------------------------------------*/

.head_logo{
  height: 35px;
  width: 230px;
  margin-top:25px;
  margin-left:20px;  
  float:left;
}
@media screen and (max-width: 768px){
  .head_logo{
  margin-top: 10px;
  margin-left:0px;
  width: 220px;
  }
}
#contact_btn{
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:0.1em;
    height: 80px;
    width:140px;
    float:right;
    font-size: 14px;
    text-align: center;
    line-height: 80px;
    background-color: #ec881d;
    text-align: center;
    color: #fff;
  }
  #contact_btn:hover{
    background-color: #1a2e45;
    transition: 0.3s ease;
  }
  @media screen and (max-width: 905px) {
    #contact_btn{display:none;
  }
}

.inner {
  width:100%;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
#top-head {
  font-family: 'Robot', sans-serif;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  z-index: 100;
  background: rgba(255,255,255,0.7);
}
#top-head a,　#top-head {
	color: #333;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#global-nav ul {
  font-family: 'Noto Sans JP', sans-serif;
  list-style: none;
  float:right;
  margin-top: 33px;
  margin-right: 30px;
  font-size: 14px;
}
#global-nav ul li {
  float: left;
  position: relative;
  margin-left:10px;
}
#global-nav ul li a {
  padding: 0 27px;
}

/* 通常時 Btn Hover */
#global-nav ul li a:hover {
  color:#cf0000;
}

/*----------------------------------------------------
  #header 変化後 nav
----------------------------------------------------*/

@media screen and (min-width: 768px) {
	#top-head.fixed {
	  background: #fff;
	}
  #top-head.fixed .inner{
  }
	#top-head.fixed .logo {
	  margin-top: 15px;
	  margin-left: 10px;
	}
  #top-head.fixed a,　#top-head.fixed {
  text-decoration: none;
  }
	#top-head.fixed #global-nav ul {
	  bottom: 16px;
	  right: 0;
	}
	#top-head.fixed #global-nav ul li {
	  float: left;
	  position: relative;
	}
	#top-head.fixed #global-nav ul li a {
	
	}

  #top-head.fixed #global-nav ul li a:hover {
  color:;
  }

}
/* transition-time */
#top-head,#top-head:after,#top-head .logo,.inner,#top-head.fixed .inner,
#global-nav ul,#top-head.fixed #global-nav ul,#global-nav ul li,#global-nav ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}


/*----------------------------------------------------
  #トグルボタン
----------------------------------------------------*/

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 30px;
    height: 32px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    transition: .35s ease-in-out;
    -webkit-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;}

@media screen and (max-width: 905px) {
  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background: #fff;
      width: 100%;
      height: 56px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      top: 13px;
      color: #333;
      font-size: 26px;
  }
  #global-nav {
  	margin-left: 0;
  	height: auto;
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    left:0;
    background: #555;
    width: 100%;
    text-align: center;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      width: 100%;
      font-size: 14px;
      margin-top: 0px;
      margin-right: 0px;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding-left: 0;
      margin-left: 0;
      margin: 0 auto;
  }
  #top-head #global-nav ul li a,#top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 25px 0 20px 0;
      border-bottom: 1px solid #888;
      transition: .3s ease-in-out;
  }
  #global-nav ul li:hover {
      background: #1a2e45;
  }
  #nav-toggle {
      display: block;

  }
}

@media screen and (max-width: 905px) {
    /* トグルボタン変化アニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-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);
        transform: rotate(-315deg);
    }
  	/* トグルボタン押下時、メニュー出現アニメーション */
  	.open #global-nav {
      -webkit-transform: translateY(556px);/* ナビゲーション高さ + モバイルヘッダー高さ */
      transform: translateY(556px);
  }
}

.sp_menu{
  display: none;
}
@media (max-width: 905px) {
  .sp_menu{display:block;
  }
}



/*----------------------------------------------------
  #下層ページヘッダー
----------------------------------------------------*/




/* ----- コンテンツ ----- */
h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 4rem;
  letter-spacing: 0.2em;
  color: #1a2e45;
  text-align: center;
}
@media (max-width: 768px) {
	h2 {
		font-size: 3.2rem;
		margin-top: 70px;
		margin-bottom: 10px;
	}
}
h2.inJap{
	font-size: 3.0rem;
}
@media (max-width: 768px) {
  h2.inJap{
  font-size: 2.2rem;
  }
}
h2.found_ttl_txt{
	font-size: 2.6rem;
	text-align: left;
	line-height: 3.2rem;
	margin-left: 18px;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
  h2.found_ttl_txt{
    font-size: 2.6rem;
    text-align: center;
    margin-left: 0;
  }
}
.ttl_area{
	margin-top: 100px;
}
@media (max-width: 768px) {
	.ttl_area{
		margin-top: 0px;
	}
}
.sub_ttl_txt {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 50px;
	color: #1a2e45;
}
@media (max-width: 768px) {
    .sub_ttl_txt {
    margin-bottom: 30px;
  }
}
.read_txt{
	color: #000;
    font-size: 1.4rem;
}

/* ----- section 見積り ----- */

.top_btn_wide p{
  font-size: 1.6rem;
}
.top_btn_wide {
    margin: 0;
    border: 0;
    position: relative;
    top: 43%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 65px;
    color: #eee;
    text-align: center;
}
@media screen and (max-width: 768px){ 
      .top_btn_wide {
        width: 90%;
        margin-left: -45%;
    }
  }
.top_btn_wide:hover {
    cursor: pointer;
}
.btn_slide_in_wide {
    overflow: hidden;
}
.btn_slide_in_wide div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;

}
.btn_slide_in_wide div:nth-child(1) {
    color: #fff;
    background: #1a2e45;
}
.btn_slide_in_wide div:nth-child(2) {
    background: #ec881d;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    left: -400px;
}
  @media screen and (max-width: 768px){ 
      .btn_slide_in_wide div:nth-child(2) {
        left: -100%;
    }
  }
.btn_slide_in_wide div:nth-child(3) {
    color: #ffffff;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    opacity: 0;
}
.btn_slide_in_wide:hover div:nth-child(2) {
    left: 0px;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
}
.btn_slide_in_wide:hover div:nth-child(3) {
    opacity: 1;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}


/* ----- footer ----- */
footer {

	color: #111;
  background: #ddd;
}
@media (max-width: 768px) {
	footer {
		padding: 0 20px 40px 20px;
	}
}
footer a{
	color:#111;
	position: relative;
  	text-decoration: none;
}
footer a::after {
 	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #777;
	transform: scale(0, 0.6);
	transform-origin: right top;
	transition: transform .5s;
}
footer a:hover::after {
  	transform-origin: left top;
  	transform: scale(1, 0.6);
}
#footer_logo img{
	width:200px;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
  #footer_logo img {
    width:220px;
  }
}

.foot_ctn{
  padding: 60px 100px;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  .foot_ctn{
    padding: 40px 0px 0px;
    display: block;
  }
}

.footer_com_info p{font-size: 1.2em;}
#subnav{
  margin-left: 100px;
}
@media (max-width: 768px) {
  .footer_com_info p{font-size: 14px;width: 100%;}
  #subnav{margin-left: 0;width:100%;margin-top: 20px;font-size: 14px;}
}

#subnav li a {
	font-size: 13px;
	line-height: 2.2em;
	color: #111;
}
p.copyright {
	color: #;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	font-weight:300 ;
	margin-top: 20px;
	font-size: 1rem;
}
@media (max-width: 768px) {
	p.copyright {
		text-align: left;
		margin-top: 20px;
	}
}

/* page top ---------------------------------------*/
#pageTop {
    position: fixed;
    bottom: 35px;
    right: 30px;
    font-size: 1.5rem;
}
#pageTop a {
    display: block;
    z-index: 999;
    padding: 15px 20px;
    background: #666;
    text-align: center;
    color:#fff;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
    transition: all .2s ease;
    -webkit-transition: all .2s ease; 
}
#pageTop a:hover {
    color:#0b8793;
    padding: 10px 15px;
    margin-right: 4px;
    margin-bottom: 4px;
    background: #fff;
    box-shadow:
    0 0 0 28px #34A6E8;
    text-align: center;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;    
}