@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, figure, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1; }

*, *:before, *:after {
  box-sizing: border-box; }

ol, ul, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

blockquote, q {
  quotes: none; }

a, a * {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

a * {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

a:hover {
  text-decoration: none; }

a img {
  border: 0;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

a:hover, a:active {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70); }

input, select {
  vertical-align: middle; }

.clearfix:after {
  content: " ";
  clear: both;
  visibility: hidden;
  display: block;
  line-height: 0;
  font-size: 0; }

.clearfix {
  clear: both !important; }

.clear {
  clear: both !important; }

.txtcenter {
  text-align: center !important; }

.txtleft {
  text-align: left !important; }

.txtright {
  text-align: right !important; }

.vamiddle {
  vertical-align: middle !important; }

/* -------------------------------------------------
Primary style
------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
    min-width: 1000px;
    min-height: 100vh;
    font-size: 1.5rem;
    color: #231815;
    background-color: #fff;
    letter-spacing: 0.1ex;
    line-height: 1.6;
    position: relative;
}

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

.container {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width:1120px) {	
	.container {
		min-width: 1000px;
		width: auto;
		margin: 0 20px;
	}
}

img {
  max-width: 100%;
  height: auto; }

.pc {
  display: inline-block; }

.pc_bk {
  display: block; }

.sp {
  display: none; }

.call_on {
  pointer-events: none; }

/* placeholder 色指定 */
::-webkit-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #ccc; }

@media screen and (max-width: 640px) {
	html {
	font-size: 20px;
	}
  body {
    min-width: 300px;
	  font-size: 1rem;
	}

  .container {
    width: 90% !important;
	  min-width: auto;
    margin: 0 auto; }

  .pc {
    display: none; }

  .pc_bk {
    display: none; }

  .sp {
    display: inline-block; }

  .call_on {
    pointer-events: auto; }

  input[type="text"], input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; } }
/* common parts(all page)
--------------------------------------------- */
img {
  vertical-align: bottom; }

/* タイトル */
.ttl {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .05em;
  color: #231815; }
.ttl .ttl_en {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  color: #2c9a7f;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.ttl02 {
  padding: 23px;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  letter-spacing: .05em;
  font-weight: bold;
  background-color: #2c9a7f;
  opacity: .7; }
@media screen and (max-width: 640px) {
  .ttl02 {
    padding: 16px; } }
.ttl02 span {
  opacity: 1; }

/* 文章 */
.sentence {
  font-size: 1.5rem;
  line-height: 1.73;
  letter-spacing: .05em;
  color: #444444; }
.sentence.sentence_lh133 {
  line-height: 1.33; }

.button_cover {
  text-align: center; }

/* ボタン */
.button {
  display: inline-block;
  padding: 0 20px;
  font-size: 1.5rem;
  line-height: 60px;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  background-color: #2c9a7f;
  position: relative; }
.button.button_basic {
  width: 320px; }
.button.button_middle {
  width: 280px;
  line-height: 48px; }
.button.button_small {
  width: 240px;
  line-height: 40px; }
.button.button_noIcon::after {
  display: none; }
.button::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/arrow_button.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all ease .3s; }
.button:hover::after {
  right: 14px; }

/* キャプション */
.caption {
  font-size: 1.4rem;
  line-height: 1.28;
  letter-spacing: .05em;
  color: #444444; }

/* 色 */
.color_green {
  color: #2c9a7f; }

.bgColor_green {
  color: #fff;
  background-color: #2c9a7f; }
.bgColor_green a, .bgColor_green li {
  color: #fff; }

.list .list_item {
  border-bottom: 1px dotted #c9caca; }
.list a {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.5rem; }
.list dl dt {
  float: left;
  clear: both;
  padding-left: 20px; }
.list dl dd {
  padding-right: 20px;
  color: #444444; }
.list dl.dl_news dt {
  color: #2c9a7f; }
.list dl.dl_news dd {
  padding-left: 8em; }

.dl {
  border-top: 1px dotted #c9caca;}
.dl dt, .dl dd {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.5rem;
  color: #444444; }
.dl dt {
  float: left;
  clear: both;
  font-weight: bold;
  padding-left: 20px; }
.dl dd {
  padding-right: 20px;
  border-bottom: 1px solid #c9caca; }


/* header
--------------------------------------------- */
.header_blk01 {
	float: left;
	margin: 20px 0 20px 20px;
}
.header_blk01 .chach {
	font-size: 1.2rem;
}
.header_blk01 .header_logo {
	margin-top: 10px;
}

.header_blk02 {
	float: right;
	text-align: right;
}
.header_contact .tel {
	float: left;
	padding: 7px 0;
	margin-right: 24px;
}
.header_contact .tel a {
	display: block;
}
.header_contact .contact {
	float: right;
}
@media screen and (max-width: 1290px) {
	.header_blk01 {
		float: left;
		margin: 6px 0 20px 20px;
	}
	.header_blk01 .chach {
		font-size: 1rem;
	}
	.header_contact .tel {
		width: 200px;
		padding: 4px 0;
	}
	.header_contact .contact {
		width: 200px;
	}
}
#globalNav {
	margin: 20px 20px 20px 0;
}
#globalNav .navMenu {
  font-size: 0;
}
@media screen and (min-width: 960px) {
  #globalNav .navMenu {
    display: block !important; } }
#globalNav li {
  display: inline-block;
  border-right: 1px solid #c9caca; }
#globalNav li:first-child {
  border-left: 1px solid #c9caca; }
#globalNav a {
  display: block;
  padding: 0 1.5em;
  font-size: 1.7rem;
  line-height: 1; }

/* footer
--------------------------------------------- */
.footer {
    width: 100%;
	padding: 40px 0 24px;
	text-align: center;
    position: relative;
}
.footer_address {
	margin: 20px 0;
	font-size: 1.4rem;
}
.footer_nav li {
	display: inline-block;
	border-right: 1px solid #fff;
}
.footer_nav li:first-child {
	border-left: 1px solid #fff;
}
.footer_nav a {
	display: block;
	padding: 0 1.5em;
	font-size: 1.8rem;
	line-height: 1;
}

.copyRight {
	font-size: 1.2rem;
	margin-top: 24px;
}

.toTop {
  position: fixed;
  bottom: 16px;
  right: 32px;
  cursor: pointer;
  transition: all ease .3s;
  z-index: 20; }
.toTop:hover {
  opacity: .7; }


/*-----------------------------------------------------------------------------------
  SPnav
-----------------------------------------------------------------------------------*/

html.openNav_on { overflow-y:hidden; }

#openNav-warp {
    width:0;
    height:0;
    top:0;
    right:0;
    z-index:9998;
    overflow:hidden;
}

#openNav-warp.on {
    position:fixed;
    width:100vw;
    height:100vh;
    top:0;
    right:0;
    z-index:9998;
    overflow-y:auto;
    background-color:#fff;
}

.lte-ie8 #openNav-warp {
    display:none !important;
}

.lte-ie8 #openNav-warp.on { min-width:640px; }

@media screen and (min-width:641px) {
    #openNav-warp.on {
        min-width:640px;
    }
}

#openNav_sw {
    width:100%;
    height:100vh;
    filter:alpha(opacity=0);
    opacity:0;
    -moz-opacity:0;
    transition:opacity 0.2s ease;
    background-color:#2c9a7f;
}

#openNav-warp.on #openNav_sw {
    filter:alpha(opacity=100);
    opacity:1;
    -moz-opacity:1;
}

#openNav {
    background-color:#2c9a7f;
}

#openNav a { transition:opacity 0.2s ease; }

#openNav a,
#openNav a:visited { color:#fff; text-decoration:none; }

#openNav nav {
    width:100%;
    padding:6rem 1.5rem 2rem 1.5rem;
    font-size:120%;
    display: block;
    box-sizing: border-box;
}

#openNav nav > ul.mnav {
    list-style:none;
}

#openNav nav > ul.mnav > li {
    width:100%;
}

#openNav nav > ul.mnav > li > a {
    border-bottom:1px solid rgba(255,255,255,0.2);
    width:100%;
    padding:0.7rem 1rem;
    display:block;
    font-size:118.8%;
    transition: 0.2s;
    box-sizing: border-box;
}

#openNav nav > ul.mnav > li:first-child a {
    border-top:1px solid rgba(255,255,255,0.2);
}
  
#openNav nav > ul.mnav > li.active > a,
#openNav nav > ul.mnav > li > a:hover {
    background-color:rgba(255,255,255,0.2);
}

#openNav .nav_info {
    width: 100%;
    margin-top: 1em;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    line-height: 1.8;
}
#openNav .nav_info .logo {
    margin-bottom: 1em;
}
#openNav .nav_info a {
    color: #fff;
}
#openNav .nav_info address {
	font-style: normal;
}


/* ボタン ----------------------------------------*/

#openNav_btn {
    display: none;
    cursor:pointer;
	position: fixed;
	top: 34px;
	right: 20px;
	z-index: 9999;
    width:60px;
    height:60px;
    text-align:center;
    color:#fff;
    background-color:#2c9a7f;
    transition: 0.2s all;
    line-height: 1;
}

#openNav_btn:hover {
    background-color:#40AC92;
}


#openNav_btn.fixed { top:0; }
#openNav-warp.on #openNav_btn { position:absolute; }

.lte-ie8 #openNav_btn {
    display:none !important;
}

@media screen and (max-width:640px) {
    #openNav_btn {
        display: inline-block;
    }
}

.openNav_btn_ic,
.openNav_btn_ic span,
.openNav_btn_ic span:before,
.openNav_btn_ic span:after {
    display:inline-block;
    transition:transform .4s, opacity .4s;
    box-sizing:border-box;
}
.openNav_btn_ic {
    position:relative;
    width:36px;
    height:24px;
    margin:10px 0 0;
    padding: 0;
}
  
.openNav_btn_ic span,
.openNav_btn_ic span:nth-of-type(2),
.openNav_btn_ic span:nth-of-type(3) {
    position:absolute;
    left:0;
    width:100%;
    height:2px;
    background-color:#fff;
}
.openNav_btn_ic span:nth-of-type(1) {
    top:0;
} 
.openNav_btn_ic span:nth-of-type(2) {
    top:11px;
}
.openNav_btn_ic span:nth-of-type(3) {
    bottom:0;
}
  
#openNav_btn.close .openNav_btn_ic span:nth-of-type(1) {
    -webkit-transform:translateY(11px) rotate(-315deg);
    transform:translateY(11px) rotate(-315deg);
}
#openNav_btn.close .openNav_btn_ic span:nth-of-type(2) {
opacity:0;
}
#openNav_btn.close .openNav_btn_ic span:nth-of-type(3) {
    -webkit-transform:translateY(-11px) rotate(315deg);
    transform:translateY(-11px) rotate(315deg);
}
.preload .openNav_btn_ic,
.preload .openNav_btn_ic span,
.preload .openNav_btn_ic span:before,
.preload .openNav_btn_ic span:after {
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -ms-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
}

#openNav_btn .txt {
    font-size: 12px;
    color: #fff;
    margin-top: -16px;
    line-height: 1;
}


@media print {
    #openNav_btn { display:none !important; }
}

/* ---------------------------------------------
TOP PAGE
--------------------------------------------- */
#top {
  /* 共通パーツ */
  /* メインビジュアル */
  /* お知らせ */
  /* 各コンテンツ リスト */
  /* 事例紹介 */
  /* 会社案内 */ }

/* メインビジュアル */
/*
#top .mv {
	width: 100%;
	max-height: 520px;
	text-align: center;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
*/
#top .mv {
	width: 100%;
	height: 500px;
	text-align: center;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-image: url("../img/mv_img03.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
#top .mv .mv_ttl {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
	height: 85%;
}
#top .mv .mvslider {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
}
#top .mv .bx-wrapper {
	margin: 0 !important;
}

/* お知らせ */
#top .news {
  padding: 40px 0;
}
#top .news .ttl_box {
	float: left;
	width: 186px;
	height: 186px;
	background-color: #2c9a7f;
	/*background-color: #2B499A;*/
	border-radius: 93px;
	box-sizing: border-box;
	padding: 60px 0;
	margin-right: 30px;
	text-align: center;
}
#top .news .ttl_box .ttl {
	color: #fff;
	margin-bottom: 14px;
}
#top .news .cont_box {
	float: right;
	width: calc(100% - 216px);
	box-sizing: border-box;
}

/* イントロ */
#top .intro {
	width: 100%;
	height: 670px;
	background: url("../img/intro_bg.jpg?v=4") no-repeat left top;
	text-align: center;
	box-sizing: border-box;
	padding: 68px 0;
}

/* 業務案内 */
#top .works {
	margin: 68px 0;
}
#top .works ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -50px;
}

#top .works ul > li {
	display: block;
	width: 333px;
    margin-right: 40px;
	position: relative;
    margin-bottom: 50px;
}
#top .works ul > li::before {
	content: "";
	display: block;
	height: 200px;
}
#top .works ul > li:nth-child(3n),
#top .works ul > li:last-child {
	margin-right: 0;
}
#top .works ul > li:nth-child(1)::before {
	background: url("../img/works_img03.jpg") center center no-repeat;
	background-size: cover;
}
#top .works ul > li:nth-child(2)::before {
	background: url("../img/works_img05.jpg?v=3") center center no-repeat;
	background-size: cover;
}
#top .works ul > li:nth-child(3)::before {
	background: url("../img/works_img01.jpg?v=2") center center no-repeat;
	background-size: cover;
}
#top .works ul > li:nth-child(4)::before {
	background: url(../img/works_img02.jpg) center center no-repeat;
	background-size: cover;
}
#top .works ul > li:nth-child(5)::before {
	background: url(../img/works_img04.jpg) center center no-repeat;
	background-size: cover;
}
#top .works .box {
	width: calc(100% - 40px);
	margin: -40px auto 0;
	background-color: #fff;
	box-sizing: border-box;
	padding: 16px;
	text-align: center;
	filter: drop-shadow(10px 10px 0px rgba(0,0,0,0.1));
}
#top .works .box .ttl {
	height: 3em;
	font-size: 2rem;
	line-height: 1.2;
}
#top .works ul > li:last-child .box .ttl {
	box-sizing: border-box;
	padding-top: 0.5em;
}


@media screen and (min-width: 481px) and (max-width: 1200px) {
	#top .works ul .ttl {
		font-size: 2.4rem;
	}
}

/* 会社案内 */
#top .company {
	padding: 40px 0;
	background-color: #e4f2ef;
}
#top .company .container {
	width: 900px;
}

#top .company .comimg {
	float: left;
	width: 345px;
	margin-right: 30px;
}
#top .company .cont_box {
	float: right;
	width: calc(100% - 375px);
}
#top .company .cont_box .com_logo {
	margin-bottom: 20px;
}
#top .company .cont_box .license {
	margin-top: 20px;
}


/*----------------------------------------------
下層ページ
----------------------------------------------*/
/* common parts
----------------------------------------------*/

/* mv_subpage */
.mv_subPage {
    height: 240px;
    position: relative;
}
.mv_subPage::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/common/bg_mv_effects.png) center center repeat;
    background-size: auto;
    opacity: .05;
    position: absolute;
    z-index: -2;
}
.mv_subPage::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #72C1AE;
    background-size: cover;
    opacity: .25;
    position: absolute;
    z-index: -2;
}
.mv_subPage h2 {
	font-size: 4rem;
	font-weight: bold;
	color: #2c9a7f;
	line-height: 1;
	padding-bottom: 6px;
	border-bottom: 2px solid #2c9a7f;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 77px;
	transform: translateY(-50%);
}
.mv_subPage h2 .ttl_en {
	margin-left: 1em;
	font-size: 1.8rem;
	color: #595757;
	letter-spacing: .2em;
}

/* pagelink */
.pagelink {
    padding: 40px 0;
    background-color: #E2F1ED;
}
.pagelink .container {
    text-align: center;
    display: flex;
    justify-content:space-between;
}
.pagelink a {
    display: block;
    width: 18%;
    padding: 1em 0;
    box-sizing: border-box;
    border: 1px solid #2c9a7f;
    border-radius: 100px;
    background-color: #fff;
    color: #2c9a7f;
    transition: 0.3s all;
}
.pagelink a:hover {
    background-color: #2c9a7f;
    color: #fff;
    opacity: 1;
}
@media screen and (max-width:640px) {
    .pagelink .container {
        display: block;
    }    
    .pagelink a {
        width: 100%;
        margin-bottom: 24px;
        font-size: 1.2rem;
    }
    .pagelink a:last-child {
        margin-bottom: 0;
    }
}


/* section */
.subpage .section {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 120px;
}

.subpage .container h3 {
	color: #2c9a7f;
	font-size: 3.5rem;
	font-weight: bold;
}

.subpage .container h4 {
    font-size: 2rem;
    position: relative;
    padding: 0 .5em .5em 1.7em;
    margin: 70px 0 1em;
    border-bottom: 1px solid #2c9a7f;
}
.subpage .container h4::after {
    position: absolute;
    top: .2em;
    left: .4em;
    z-index: 2;
    content: '';
    width: 14px;
    height: 14px;
    background-color: #2c9a7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subpage .container h5 {
    font-size: 2rem;
    font-weight: bold;
    color: #2c9a7f;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

@media screen and (max-width:640px) {
    .subpage .container h3 {
	    font-size: 2.5rem;
        text-align: left;
    }
    .subpage .container h4 {
        font-size: 1.75rem;
        line-height: 1.4;
    }    
    .subpage .container h4::after {
        top: .4em;
        left: .2em;
        width: 0.75em;
        height: 0.75em;
    }
    .subpage .container h5 {
        font-size: 1.5rem;
        font-weight: bold;
        color: #2c9a7f;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
    }
}


/* table-content */
.table-content {
    width:100%;
    border-collapse:collapse;
    text-align:left;
    border:1px solid #d8d8d8;
}
.table-content tr:last-child th,
.table-content tr:last-child td {
    border-bottom:0;
}
.table-content th {
    text-align:left;
    background-color:#f4f4f4;
    width:28%;
    padding:20px;
    border-bottom:1px solid #d8d8d8;
    vertical-align:top;
    white-space:nowrap;
}
.table-content th .ic-required {
    float:right;
    margin-left:150px;
}
.table-content td {
    padding:20px;
    border-bottom:1px solid #d8d8d8;
}

@media screen and (max-width:640px) {
    .table-content {
        font-size: 1.2rem;
    }
}


/* 業務案内
----------------------------------------------*/

/* 共通部分 */
#about .workslist .intro {
    font-size: 1.75rem;
    line-height: 1.8;
    margin: 20px auto 60px;
}

#about .workslist .description {
    margin-bottom: 1em;
}

#about .workslist .itemtype {
    width: 100%;
    overflow: hidden;
    margin-bottom: -30px;
    margin-top: 20px;
}
#about .workslist .itemtype li {
    float: left;
    display: block;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #2c9a7f;
}
#about .workslist .itemtype li:nth-child(3n) {
    margin-right: 0;
}
#about .workslist .itemtype li .name {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    font-size: 1.75rem;
    box-sizing: border-box;
    background-color: #2c9a7f;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#about .workslist .itemtype li .desc { 
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    box-sizing: border-box;
    background-color: #fff;
}

#about .workslist ul.photos {
	width:calc(100% + 30px);
	margin: 30px auto;
	box-sizing: border-box;
}
#about .workslist ul.photos:after {
    content: "";
    display: block;
    clear: both;
}
#about .workslist ul.photos li {
	width: calc(33.333% - 30px);
	height: auto;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	transition: 0.3s;
}
#about .workslist ul.photos li:nth-child(3n) {
	margin-right: 0px;
}
#about .workslist ul.photos figcaption::before {
    content: "\f138";
    font-family: Fontawesome;
    margin-right: 0;
    color: #2c9a7f;
    padding-right: 0.5em;
}
#about .workslist ul.photos figcaption {
	margin-top: 0.75em;
}
@media screen and (max-width:640px) {
    #about .workslist .intro {
        font-size: 1.4rem;
    }
    #about .workslist .description {
        font-size: 1.2rem;
    }
    #about .workslist .itemtype li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    #about .workslist .itemtype li .name {
        font-size: 1.4rem;
    }
}

/* 各部 */
#about .mv_subPage::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/works/mv.jpg") center center no-repeat;
    background-size: cover;
    opacity: .25;
    position: absolute;
    z-index: -2;
}

#about #car.workslist,
#about #di-noc.workslist,
#about #glassfilm.workslist,
#about #graphicfilm.workslist {
    border-top:1px dotted #ccc;
}

#about #signboard h3 {
    margin-top: 80px;
}

#about #car .car_img {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
#about #car .car_img img {
	margin-right: 10px;
}


#about #di-noc .select {
    font-size: 2rem;
    font-weight: bold;
    color: #2c9a7f;
}

#about #di-noc .itemtype {
    margin-top: 10px;
}

#about #di-noc .usage li::before {
    content: "・";
}
@media screen and (max-width:640px) {
    #about #di-noc .select {
        font-size: 1.6rem;
    }
	#about #car .car_img {
		float: none;
		margin-top: 40px;
		margin-right: auto;
		display: inline-flex;
	}
	#about #car .car_img img {
		width: calc(50% - 10px);
	}
}


/* 会社案内
----------------------------------------------*/
#company .mv_subPage::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/company/mv.jpg") center center no-repeat;
    background-size: cover;
    opacity: .25;
    position: absolute;
    z-index: -2;
}

#company .pagelink .container {
    justify-content:center;    
}
#company .pagelink .container a:first-child {
    margin-right: 30px;
}

/* ごあいさつ */
#company #greeting h3 {
    margin-top: 80px;
}    
#company #greeting .logoimg {
    float: right;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-left: 50px;
    margin-bottom: 50px;
}
#company #greeting p  {
    font-size: 1.75rem;
    line-height: 1.8;
    margin-top: 20px;
}
#company #greeting p.ceoname {
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-align: right;
    font-size: 2.5rem;
    margin-top: 2.5rem;
}
#company #greeting p.ceoname span {
    font-size: 1.5rem;
    margin-right: 1em;
}
@media screen and (max-width:640px) {   
    #company #greeting .logoimg {
        float: none;
        max-width: 100%;
        margin: 30px auto;
    }
    #company #greeting p  {
        font-size: 1.4rem;
    }
}

/* 会社概要 */
#company #outline {
    border-top: 1px dotted #ccc;
}
#company #outline .clearfix {
    margin: 30px 0;
}
    
#company #outline .comimg {
    float: left;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-right: 30px;
}
#company #outline .intro {
    font-size: 1.75rem;
    line-height: 1.8;
}
#company #outline .table-contents {
    margin-top: 30px;
}
#company #outline .authorization p {
    text-indent: 1em;
    font-size: 1.75rem;
}
#company #outline .map iframe {
    width: 100%;
    height: 400px;
}
@media screen and (max-width:640px) {    
    #company #outline .comimg {
        float: none;
        max-width: 100%;
        margin-bottom: 30px;
    }
    #company #outline .intro {
        font-size: 1.4rem;
    }
    #company #outline .authorization h5 {
        line-height: 1.4;
    }
    #company #outline .authorization p {
        font-size: 1.2rem;
        text-indent: inherit;
    }
}


/* contact
----------------------------------------------*/

#contact {
	background-position:right top, center top;
	background-repeat:no-repeat;
	min-height:711px;
}

@media screen and (max-width: 640px) {
	#contact {
		background-position:right -200px top 0, center top;
	}
}

#contact-primary {
	padding-top:40px;
	padding-bottom:40px;
}

#contact-primary h2 {
	width:312px;
	height:33px;
	margin:0;
	padding:0;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	margin-bottom:40px;
}

#contact-table {
    margin: 80px auto;
}
#contact-table .description {
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	#contact-table th, #contact-table td {
		display:block;
		width:100%;
		padding-left:20px;
		padding-right:20px;
		box-sizing:border-box;
	}
    #contact-table .description {
        font-size: 1.25rem;
    }
}

/* form
----------------------------------------------*/
 
 .entry-mail_form {
  margin-top:0px;
}

/* send ok */

.sendok {
	font-size:2.5rem;
	color:#2c9a7f;
	text-align:center;
	margin-bottom:20px !important;
	display:block;
	font-weight:800;
}
.entry-info {
	width:100% !important;
	text-align:center !important;
    margin-bottom: 40px;
}
@media screen and (max-width:640px) {
    .sendok {
        font-size:1.7rem;
    }
    .entry-info {
        font-size: 1.15rem;
    }
}


/* form material */

textarea    { resize:vertical; }
textarea,
.ip_l       { width:100%; }
.ip_ss      { width:10%; }
.ip_s       { width:15%; }
.ip_m       { width:60%; }

input[type="text"],
select,
textarea {
	font-size: 1.5rem;
	padding:5px;
	border:1px solid #e0e0e0;
	background-color:#fff;
	box-sizing:border-box;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width:640px) {
    .ip_ss      { width:40%; }
    .ip_s       { width:40%; }
    .ip_m       { width:100%; }

    input[type="text"],
    select,
    textarea {
        font-size: 1.25rem;
    }
}

input[type="text"]:focus,
select:focus,
textarea:focus {
	border-color:#b9b9b9;
}

option {
	padding-right:0.5em;
}

.error input[type=text], 
.error textarea,
.error select {
	border-color:#f8bbbd;
	background-color:#ffeeee;
}

.error .m-ckbox+label:before,
.error .m-radio+label:before {
	border-color:#f8bbbd;
	background-color:#ffeeee;
}

.error p {
	padding-bottom:0.5em;
}

.txt-red {
	color:#ff0000;
}

.ic-required {
    display:inline-block;
    background-color:#f0686c;
    color:#fff;
    padding:0.25em 1em;
    box-sizing:border-box;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    font-weight:normal;
}


/* form button */

.post-btn {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:40px;
}

.form-btn {
  width:350px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  margin-left:auto;
  margin-right:auto;
  outline:none;
  text-decoration:none;
  background-color:#2c9a7f;
  color:#fff;
  padding:15px;
  font-size:20px;
  display:inline-block;
  -moz-transition:background-color ease-in-out  0.15s;
  -o-transition:background-color ease-in-out  0.15s;
  -webkit-transition:background-color ease-in-out  0.15s;
  transition:background-color ease-in-out  0.15s;
}

.form-btn:hover {
  background-color:#53B49C;
}

.form-btn:disabled,
.form-btn:disabled:hover {
  background-color:#6a5858;
}
.form-btn a {
  color:#fff;
}

.form-btn-back,
.form-btn-clear {
  width:350px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  margin:10px;
  outline:none;
  text-decoration:none;
  background-color:rgba(150,150,150,1);
  color:#fff;
  padding:15px;
  font-size:20px;
  -moz-transition:background-color ease-in-out  0.15s;
  -o-transition:background-color ease-in-out  0.15s;
  -webkit-transition:background-color ease-in-out  0.15s;
  transition:background-color ease-in-out  0.15s;
  display:inline-block;
}

.form-btn-back:hover,
.form-btn-clear:hover {
  background-color:rgba(150,150,150,0.65);
}

.form-btn-back:disabled,
.form-btn-back:disabled:hover,
.form-btn-clear:disabled,
.form-btn-clear:disabled:hover {
  background-color:#c8c8c8;
}

@media screen and (max-width:640px) {
    .form-btn,
    .form-btn-back {
        width: 270px;
        font-size: 1.5rem;
    }
    .form-btn-clear {
        width: 400px;
        font-size: 1.5rem;
    }
}


/* chkbox */

.m-ckbox {
  display:none;
  margin-top:-0.25em;
}

.m-ckbox+label {
  display:inline-block;
  cursor:pointer;
  margin-top:0.25em;
  margin-bottom:0.25em;
  font-family:inherit;
}

.m-ckbox+label:before {
  width:1.5em;
  height:1.5em;
  line-height:1.5em;
  font-size:1em;
  display:inline-block;
  vertical-align:middle;
  text-align:center;
  color:transparent;
  padding:0;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border:2px solid #c8c8c8;
  background-color:#fff;
  margin:-2px 0.5em 0 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  
  -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, background-color ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
  transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
}

.m-ckbox:hover+label:before {
  background-color:#c8c8c8;
  color:#fff;
}

.m-ckbox:checked+label:before {
  border-color:#ffc841;
  background-color:#ffc841;
  color:#fff;
}


/* chkbox group */

.m-ckbox-group label {
  margin-right:1.5em;
}

/* label size */

.m-ckbox+label.label--s  { min-width:6em; }
.m-ckbox+label.label--m  { min-width:10em; }
.m-ckbox+label.label--l  { min-width:15em; }
.m-ckbox+label.label--2l { min-width:31.5em; }


/* radio button */

.m-radio {
  display:none;
  margin-top:-0.25em;
}

.m-radio+label {
  display:block;
  cursor:pointer;
  margin-top:0.25em;
  margin-bottom:0.25em;
  font-family:inherit;
}

.m-radio+label:before {
  width:1.25em;
  height:1.25em;
  display:inline-block;
  content:"";
  border-radius:1.25em;
  -moz-border-radius:1.25em;
  -webkit-border-radius:1.25em;
  vertical-align:middle;
  border:2px solid #c8c8c8;
  background-color:#fff;
  margin:-2px 5px 0 0;
  -webkit-transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s, background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.m-radio:hover+label:before {
  border-color:#c8c8c8;
  background-color:#c8c8c8;
  box-shadow:inset 0 0 0 0.25em #fff;
}

.m-radio:checked+label:before {
  border-color:#2c9a7f;
  background-color:#2c9a7f;
  box-shadow:inset 0 0 0 0.25em #fff;
}


/* radio button group */

.m-radio-group label {
  margin-right:1.5em;
}

/* link-button */

.link-button a {
	display: block;
	margin-left:auto;
	margin-right:auto;
    width: 400px;
	padding: 0 1em;
	height:60px;
	line-height:60px;
	position:relative;
	margin-bottom:30px;
	text-align:center;
	text-decoration:none !important;
	font-weight:bold;
	color:#2c9a7f !important;
	transition:0.3s;
	background-repeat:no-repeat;
	background-position:left;
	background-color:#ececec;
	overflow:visible;
}

.link-button a:hover {
	background-color:#2c9a7f;
	color:#ffffff !important;
}

.link-button.mono a {
	border:2px solid #8d8d8d;
	color:#333333 !important;
	font-weight:normal;
}

.link-button.harf a {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:55px;
	border:1px solid #cccccc;
}
.link-button .fileic {
    display: inline-block;
    height: 22px;
    margin-right: 0.5em;
    margin-bottom: 18px;
}

@media screen and (max-width:640px) {
    .link-button a {
        width:350px;
        height:80px;
        line-height:80px;
        font-size: 1.5rem;
    }
}


/*
   recruit
--------------------------------------------- 

#recruit ul#tab {
	zoom: 1;
	background: #eee;
	border-bottom: 3px solid #2c9a7f;
	list-style: none;
	margin: 50px auto 0;
	padding: 0;
}

#recruit ul#tab:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

#recruit ul#tab li {
	float: left;
	width: 50%;
	text-align: center;
	border-right: 1px dotted #999;
}

#recruit ul#tab li:last-child {
	background: none;
	border-right: none;
}

#recruit ul#tab li a {
	display: block;
	padding: 1em 0;
	text-decoration: none;
	color: #222;
}

#recruit ul#tab li a:hover {
	background: #1570d1;
	color: #fff;
}

#recruit ul#tab li.active,
#recruit ul#tab li.active a,
#recruit ul#tab li.active a:hover {
	background: #2c9a7f;
	color: #fff;
}

#recruit #detail {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 50px;
}

#recruit .tabbox {
	display: none;
}

#recruit .table01 {
	width:100%;
	border-collapse:collapse;
}

#recruit .table01 th,
#recruit .table01 td {
	padding:10px;
}

#recruit .table01 th {
	width: 12%;
    vertical-align:top;
    text-align: left;
	background: #f6f6f6;
	border:1px solid #cccccc;
}

#recruit .table01 td {
	width: 43%;
    text-align: left;
	border:1px solid #cccccc;
	background: #fff;
}

#recruit .cartion {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #D11418;
	padding: 50px;
	min-height: 350px;
}

/* information
------------------------------- */

#information .wrapper {
	padding: 70px 0;
}

#information h4 {
	color:#3c3c3c;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1em;
	border-bottom:1px solid #2c9a7f;
	text-align: left;
}

#information h4 span {
	display:block;
	font-size:1.5rem;
	color:#2c9a7f;
	margin-bottom: 12px;
}

#information .blog-list {
	background-color: #fff;
    border: 4px solid #87a7c9;
	padding:15px !important;
	margin-bottom:15px !important;
}

#information .blog-list::after {	
    content: "";
    display: block;
    clear: both;
}

#information .blog-list img {
	float: left;
	margin-right: 20px;
}

@media screen and (max-width:640px) {
    #information h4 {
        font-size: 2rem;
    }

    #information h4 span {
        font-size:1rem;
    }
	#information .blog-list img {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
}

#information .blog-list img:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#information .blog-list h5 {
	font-weight:900;
	border-bottom:1px dotted #2c9a7f;
	margin:0;
	padding:0;
	padding-bottom: 10px;
	margin-bottom:10px;
	display:inline-block;
}

#information .blog-list h5 a {
	color: #2c9a7f;
	text-decoration:none !important;
	font-size:16px;
}

#information .blog-list h5:hover {
	color:#e59c0e;
	border-bottom:1px dotted #e59c0e;
}

#information .blog-list p {
	margin:0;
	padding:0;
	overflow:hidden;
}

#information .kiji-box {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.glog-pagination {
    margin-top: 40px;
  text-align:center;
}

.glog-pagination ul {
  list-style:none;
  margin-left:-3px;
}

.glog-pagination li {
  float:left;
  display:inline-block;
  margin:3px;
  font-size:87.5%;
}

.glog-pagination li:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.glog-pagination li a { display:block; }

.glog-pagination li a,
.glog-pagination li a:visited { color:#5f646e; text-decoration:none; }
.glog-pagination li span:hover,
.glog-pagination li span:hover a,
.glog-pagination li a:hover { color:#fff; }

.glog-pagination li span {
  line-height:1;
  width:2em;
  height:2em;
  padding-top:0.5em;
  display:block;
  color:#2c9a7f;
  border:1px solid #2c9a7f;
  background-color:#fff;
  box-sizing:border-box;
  -webkit-transition:background ease 0.1s, border ease 0.1s;
  -moz-transition:background ease 0.1s, border ease 0.1s;
  -ms-transition:background ease 0.1s, border ease 0.1s;
  -o-transition:background ease 0.1s, border ease 0.1s;
  transition:background ease 0.1s, border ease 0.1s;
}

.glog-pagination li span.active:hover,
.glog-pagination li span.active { color:#fff; background-color:#2c9a7f; border-color:#2c9a7f; }
.glog-pagination li span:hover { color:#2c9a7f; background-color:#ECF3FC; border-color:#2c9a7f; }

#information .photo-l {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#information .photo-r {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

#information .photo-l img {
	width:100%;
	height:auto;
	margin-top:5px;
	max-width:960px;
}

#information .photo-r img {
	width:100%;
	height:auto;
	max-width:1100px;
}

#information .photo-c {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:25px;
}

#information .photo-c img {
	max-width:960px;
}

/* file-button */

#information .file-button a {
	display: block;
	margin-left:auto;
	margin-right:auto;
    width: 400px;
	padding: 0 1em;
	height:60px;
	line-height:60px;
	position:relative;
	margin-bottom:30px;
	text-align:center;
	text-decoration:none !important;
	font-weight:bold;
	color:#2c9a7f !important;
	transition:0.3s;
	background-repeat:no-repeat;
	background-position:left;
	background-color:#ececec;
	overflow:visible;
}

#information .file-button a:hover {
	background-color:#2c9a7f;
	color:#ffffff !important;
}
#information .file-button .fileic {
    display: inline-block;
    height: 22px;
    margin-right: 0.5em;
    margin-bottom: 18px;
}

@media screen and (max-width:640px) {
    #information .file-button a {
        width:560px;
        font-size: 1.25rem;
    }
}


#information .glog-pager {
  margin-top:3em;
}

#information .glog-pager:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

#information .glog-pager a,
#information .glog-pager a:visited,
#information .glog-pager a:hover {
  color:inherit;
  text-decoration:none;
}

#information .glog-pager li a,
#information .glog-pager__list a {
  display:inline-block;
  border:1px solid #2c9a7f;
  padding:0.7em 1em 0.85em 1em;
  line-height:1;
}

#information .no-rgba .glog-pager li a,
#information .no-rgba .glog-pager__list a {
  border-color:#2c9a7f;
}
  
#information .glog-pager__list {
  display:inline-block;
  float:left;
}

/* 記事一覧アイコン */
#information .glog-pager__list .list-ic {
  display:inline-block;
  position:relative;
  padding-left:27px;
}

#information .glog-pager__list .list-ic span,
#information .glog-pager__list .list-ic span:before,
#information .glog-pager__list .list-ic span:after {
  content:"";
  width:18px;
  height:1px;
  background:#2c9a7f;
  position:absolute;
  left:0;
}

#information .glog-pager__list .list-ic span { top:48%; }
#information .glog-pager__list .list-ic span:before { top:-6px; }
#information .glog-pager__list .list-ic span:after { bottom:-6px; }

#information .glog-pager ul {
  display:inline-block;
  float:right;
}

#information .glog-pager li {
  display:inline-block;
  margin-left:5px;
}

#information .glog-pager__prev a,
#information .glog-pager__next a {
  display:block;
}

#information .glog-pager__prev .prev-ic,
#information .glog-pager__next .next-ic {
  display:inline-block;
  position:relative;
}

#information .glog-pager__prev .prev-ic { padding-left:13px; }
#information .glog-pager__next .next-ic { padding-right:13px; }

#information .glog-pager__prev .prev-ic span,
#information .glog-pager__next .next-ic span {
  content:"";
  display:inline-block;
	width:7px;
	height:7px;
  position:absolute;
  top:50%;
  margin-top:-3px;
}

/* 前の記事アイコン */
#information .glog-pager__prev .prev-ic span {
  left:0;
	border-bottom:1px solid #4f4137;
	border-left:1px solid #4f4137;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* 次の記事アイコン */
#information .glog-pager__next .next-ic span {
  right:0;
	border-top:1px solid #4f4137;
	border-right:1px solid #4f4137;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

@media screen and (max-width:420px) {
  #information .glog-pager li small {
    display:none;
  }
  
  #information .glog-pager__prev .prev-ic { padding-left:0; width:0.7em; height:1em; }
  #information .glog-pager__next .next-ic { padding-right:0; width:0.7em; height:1em; }
  
  #information .glog-pager__prev,
  #information .glog-pager__next { padding-left:0; padding-right:0; }
  
  #information .glog-pager__prev .prev-ic span {
    left:50%;
    margin-left:-2px;
  }

  #information .glog-pager__next .next-ic span {
    right:50%;
    margin-right:-2px;
  }
  
  #information .glog-pager__prev a:before {
    margin-right:0;
  }
  
  #information .glog-pager__next a:after {
    margin-left:0;
  }
}


/* ---------------------------------------------
RESPONSIVE
--------------------------------------------- */
@media screen and (max-width: 640px) {
  /* max-width: 640px ここから */
  /* common parts(all page)
  --------------------------------------------- */
  /* タイトル */
  .ttl {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
    color: #231815; }
  .ttl .ttl_en {
    display: block;
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    color: #2c9a7f; }

  /* 文章 */
  .sentence {
    font-size: 1.4rem;
    line-height: 1.73;
    letter-spacing: .05em;
    color: #444444; }
  .sentence.sentence_lh133 {
    line-height: 1.33; }

  .button_cover {
    text-align: center; }

  /* ボタン */
  .button {
    display: inline-block;
    padding: 0 20px;
    font-size: 1.4rem;
    line-height: 60px;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    background-color: #2c9a7f;
    position: relative; }
  .button.button_basic {
    width: 90%;
    max-width: 320px; }
  .button.button_small {
    width: 240px;
    line-height: 40px; }
  .button::after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../img/arrow_button.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all ease .3s; }
  .button:hover::after {
    right: 14px; }

  /* キャプション */
  .caption {
    font-size: 1.4rem;
    line-height: 1.28;
    letter-spacing: .05em;
    color: #444444; }

  /* 色 */
  .color_blue {
    color: #2c9a7f; }

  .bgColor_blue {
    color: #fff;
    background-color: #2c9a7f; }
  .bgColor_blue a, .bgColor_blue li {
    color: #fff; }

  .list {
    border-top: 1px solid #c9caca; }
  .list .list_item {
    border-bottom: 1px solid #c9caca; }
  .list a {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.2rem; }
	.list dl dt {
	  float: left;
	  clear: both;
	  padding-left: 10px; }
	.list dl dd {
	  padding-right: 10px;
	  color: #444444; }
	.list dl.dl_news dt {
	  color: #2c9a7f; }
	.list dl.dl_news dd {
	  padding-left: 7em; }

  .dl {
    border-top: 1px solid #c9caca; }
  .dl dt, .dl dd {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
    color: #444444; }
  .dl dt {
    float: left;
    clear: both;
    font-weight: bold;
    padding-left: 20px; }
  .dl dd {
    padding-right: 20px;
    border-bottom: 1px solid #c9caca; }

  /* googleMap */
  .map iframe {
    width: 100%;
    height: 40vh;
    vertical-align: bottom; }

  /* header
  --------------------------------------------- */
  .header_logo {
      display: inline-block;
    float: none;
	margin: 10px 0 0; }
  .header_logo a {
    display: block;
    padding: 0; }
  .header_logo a img {
    vertical-align: top; }

  .header_contents {
    float: right; }

  .header_contact {
    float: left; }
  .header_contact .tel {
    float: left;
    padding: 0;
    border-left: 1px solid #c9caca; }
  .header_contact .tel a {
    display: block;
    padding: 10px; }
  .header_contact .contact_cover {
    float: right; }
  .header_contact .contact_cover .button_headerContact {
    width: 48px;
    padding: 0;
    line-height: 47px;
    font-size: 2.4rem; }
  .header_contact .contact_cover .button::before {
    content: "\f0e0";
    font-family: Fontawesome;
    margin-right: 0; }
	.header_blk01 {
		float: none;
		margin: 10px 10px 20px;
	}
	.header_blk01 .chach {
		font-size: 12px;
		letter-spacing: 0.1ex;
	}
	.header_blk02 {
		float: none;
		position: absolute;
        right: 100px;
		top: 24px;
	}
	.header_contact .tel {
        width: 60px;
        margin: 0;
        padding: 0;
        border-left: none;
	}
	.header_contact .tel a {
        padding: 0;
    }
	.header_contact .contact {
		display: none;
	}

  #globalNav {
    margin: 0;
    float: right;
    height: 48px; }
  #globalNav .nav_button {
    overflow: hidden; }
  #globalNav .nav_button i {
	position: fixed;
	top:30px;
	right: 10px;
    padding: 12px;
    font-size: 2.4rem;
    color: #2c9a7f;
    transition: all ease .3s; }
  #globalNav .nav_button i:nth-of-type(2) {
    margin-left: -44px; }
  #globalNav .nav_button.active i:nth-of-type(2) {
    opacity: 0; }
  #globalNav ul {
    font-size: 0;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 48px;
    left: 0;
	z-index: 2;}
  #globalNav li {
    display: inline-block;
    width: 50%;
    border-right: none;
    border-bottom: 1px solid #c9caca; }
  #globalNav li:first-child {
    border-left: none; }
  #globalNav li:nth-child(-n+2) {
    border-top: 1px solid #c9caca; }
  #globalNav li:nth-child(odd) a {
    border-right: 1px solid #c9caca; }
  #globalNav a {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    line-height: 48px;
    text-align: center; }

  /* footer
  --------------------------------------------- */
  .footer {
    padding: 40px 0;
    text-align: center;
    }

  .footer_address {
    margin: 12px 0 16px;
	  font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.5; }

  .footer_nav {
    margin: 20px auto; }
  .footer_nav a {
    display: block;
	padding: 0 1em;
	  font-size: 1rem;
    line-height: 1; }

  .copyRight {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: .1em; }

  .toTop {
    position: fixed;
    bottom: 4px;
    right: 10px; }

  /* ---------------------------------------------
  TOP PAGE
  --------------------------------------------- */
  #top {
    /* 共通パーツ */
    /* メインビジュアル */
    /* 各コンテンツ リスト */
    /* お知らせ */
    /* 事例紹介 */
    /* 会社案内 */ }
  #top .mv {
    height: 350px;
    text-align: center;
    position: relative;
	overflow: inherit;
    z-index: -1; }
	#top .mv .mv_ttl {
		position: absolute;
		top: 20px;
		left:auto;
		right: 20px;
		transform: none;
		height: 120%;
		z-index: 2;
	}	
	#top .mv .bx-viewport {
		height: 400px !important;
	}
	#top .mv .bx-viewport img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	/* お知らせ */
	#top .news {
		padding-top: 30px;	
	}	
	#top .news .ttl_box {
		float: none;
		width: auto;
		height: auto;
		display: inline-block;
		border-radius: 6px;
		padding: 16px 24px;
		margin-right: auto;
		text-align: center;
		line-height: 1;
	}
	#top .news .ttl_box .ttl {
		float: left;
		font-size: 30px;
		margin-bottom: 0;
		margin-right: 24px;
	}
	#top .news .ttl_box a {
	}
	#top .news .cont_box {
		float: none;
		width: calc(100% - 20px);
		margin: 0 auto;
		border-top: none;
	}
	#top .news .list {
		border-top: none;
	}
	
	/* イントロ */
	#top .intro {
		height: auto;
		padding: 68px 16px;
		background-size: cover;
	}
	
	
	/* 業務案内 */
  #top .works {
    padding: 0 5% 24px; }
  #top .works ul > li {
    float: none;
    margin: -24px 0 0;
    padding-bottom: 20px;
    width: 100%;}
  #top .works ul > li::before {
    content: "";
    display: block;
    height: 28vh; }
  #top .works ul > li + li {
    margin-left: 0;
    margin-top: 16px; }
  #top .works ul .sentence {
    margin: 0 24px 24px; }	
	#top .works .box {
		height: 100px;
		display: table;
	}
	#top .works .box .ttl {
		display: table-cell;
		vertical-align: middle;
		font-size: 22px;
	}
	#top .works .box .morebutton {
		display: table-cell;
		vertical-align: middle;
	}
	
	/* 会社案内 */
	#top .company .container {
		width: auto;
	}
	#top .company .comimg {
		float: none;
		margin: 0 auto;
	}
	#top .company .cont_box {
		float: none;
		width: 500px;
		margin: 24px auto 0;
	}
	#top .company .cont_box .com_logo {
		margin-bottom: 20px;
	}
	#top .company .cont_box .license {
		margin-top: 20px;
	}

  /*----------------------------------------------
  下層ページ
  ----------------------------------------------*/
  /* common parts
  ----------------------------------------------*/
  .mv_subPage {
    height: 25vh;
    position: relative; }
  .mv_subPage h2 {
    font-size: 3.2rem;
    line-height: 1.3;
    position: absolute;
    left: 10%; }
  .mv_subPage h2 .ttl_en {
    display: block;
    margin-left: 0;
    font-size: 1.4rem; }


  /* max-width: 640px ここまで */ }

/*# sourceMappingURL=style.css.map */
