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

/*
Theme Name: takamode
Template: habakiri
*/


/*------------------------------------------------------------

	リセットcss
	
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
p, pre, a, address, code, img, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus, *:focus { outline:none; }
a:link,a:visited,a:hover { text-decoration: none; }
a:hover,input:hover { opacity: 0.85; }
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
    max-width: 100%;
}
table { border-collapse:collapse; }
#main {
	margin-bottom: 0;
}


/* ボックスサイジング */
*, *:before, *:after
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* recapchaの非表示 */
.grecaptcha-badge { display: none; }
.recaptcha-text { font-size: 1.2rem; text-align: center; margin-top: 40px; }
.recaptcha-text a { color: #296FBA; }


/*------------------------------------------------------------

	書式設定
	
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left; }
.taCenter { text-align: center; }
.taRight { text-align: right; }

/* フォントの大きさ */


/* フォントの太さ */
.fwNormal { font-weight: normal; }
.fwBold { font-weight: bold; }

.ftype01 { font-family: 'Noto Serif JP', serif; }


/*------------------------------------------------------------

	汎用スタイル
	
------------------------------------------------------------*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.f-left { float: left; }
.f-right { float: right; }

.flex-container {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}


/*----- .flex-box03の場合 -----*/
.flex-box03 {
	width: 31%;
    margin: 0 3.5% 20px 0;
}
.flex-box03:nth-child(3n) {
	width: 31%;
    margin: 0 0 20px 0;
}
@media (max-width:750px){
.flex-container {
	justify-content: space-between;
}
.flex-box03 {
    width: 48%;
    margin: 0 0 20px 0;
}
.flex-box03:nth-child(3n) {
	width: 48%;
    margin: 0 0 20px 0;
}
}


/*----- スマホのみ表示 ----*/
.sp-item01 { display: none; }
.sp-item02 { display: none; }

@media screen and (max-width : 768px){
.sp-item01 { display: block; }
/*----- PCのみ表示 ----*/
.pc-item01 { display: none; }
}
@media screen and (max-width : 480px){
.sp-item02 { display: block; }
/*----- PCのみ表示 ----*/
.pc-item02 { display: none; }
}



/*------------------------------------------------------------------------------------------------------------------------------------------

	基本
	
------------------------------------------------------------------------------------------------------------------------------------------*/
html { font-size: 62.5%; }
body {
	font-family: "Noto Sans JP", serif;
	font-size: 1.7rem;
	line-height: 1.9;
}
h1, h2, h3{
    font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
}

@media (max-width:768px){
body {
	font-family: "Noto Sans JP", serif;
	font-size: 1.4rem;
	line-height: 1.9;
}
}

.wrap768 {
	width: 768px;
	margin: 0 auto;
}
.wrap1080 {
	width: 1080px;
	margin: 0 auto;
}
.wrap1400 {
	width: 1400px;
	margin: 0 auto;
}

@media screen and (max-width : 768px){	
.wrap768  {
	width: 100%;
	padding: 0 20px;
}
}
@media screen and (max-width : 1079px){	
.wrap1080  {
	width: 100%;
	padding: 0 20px;
}
}
@media screen and (max-width : 1399px){	
.wrap1400  {
	width: 100%;
	padding: 0 20px;
}
}


.btn-more a {
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #A90000 url(images/common/arrow01.png) center right 10px no-repeat;
    border-radius: 18px;
    min-width: 180px;
    padding: 10px 0;
}


/*------------------------------------------------------------------------------------------------------------------------------------------

	共通
	
------------------------------------------------------------------------------------------------------------------------------------------*/
/* header */
#header .header-inner {
    justify-content: space-between;
    padding-left: 20px;
}
#header .header-inner > .flex-left {
    width : calc(100% - 230px);
}
#header .site-text {
    font-size: 1.2rem;
    margin-bottom: 20px;
}
#header .box01 {
    justify-content: space-between;
}
#header .box01 .flex-left .header-logo {
    font-size: 3.4rem;
	font-weight: bold;
}
#header .box01 .flex-right .gnavi li {
    display: inline-block;
    padding: 20px 0;
}
#header .box01 .flex-right .gnavi li a {
    display: inline-block;
	font-family: 'Noto Serif JP', serif;
    padding: 0 20px;
}
#header .header-inner .btn-contact {
    justify-content: center;
    align-items: center;
    background: #A90000;
    width: 200px;
    height: 100%;
}
#header .header-inner .btn-contact a {
	justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
	line-height: 1.4;
	background: url(images/common/icon-contact.png) bottom 10px center no-repeat;
	width: 100%;
	height: 100%;
	margin-top: -15px;
}

@media (max-width:768px){
#header .site-text {
    line-height: 1.4;
    margin-bottom: 10px;
}
#header .header-inner > .flex-left {
    width : 100%;
    padding-right: 90px;
}
#header .box01 .flex-left .header-logo {
    font-size: 2.6rem;
}
}



/* スマホメニュー */
.sp-menu {
	display: none;
}
@media screen and (max-width : 1080px){
#header .box01 .flex-right {
    display: none;
}
#header .header-inner .btn-contact {
    display: none;
}
.sp-menu {
	display: flex;
	align-items: center;
}
#nav-drawer {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: #A90000;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  margin: 15px 0 0 13px;
}
#nav-open span:before {
  bottom: -8px;
  margin: 0;
}
#nav-open span:after {
  bottom: -16px;
  margin: 0;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 100000;
  top: 20px;/*全体に広がるように*/
  right: 20px;
  width: 50px;
  height: 50px;
  overflow-y: auto;
  transition: .3s ease-in-out;
  background: #A90000 url(images/common/sp-menu-close.png) center center no-repeat;
  background-size: 60%;
}
/*中身*/
#nav-content {
overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  max-width: 345px;/*最大幅（調整してください）*/
  background: #ECE9E7;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(120%);
  transform: translateX(120%);/*左に隠しておく*/
}
#nav-content ul {
	width: auto;
	margin: 50px 30px;
	padding-left: 0;
}
#nav-content ul li {
	display: block;
	font-size: 1.4rem;
	text-align: left;
	width: auto;
	padding: 15px 20px;
}
#nav-content ul li a {
	font-family: 'Noto Serif JP', serif;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
}



/* bottom-block */
.bottom-block {
    text-align: center;
    margin: 100px 0 0;
    padding: 0 0 40px;
}
.bottom-blockinner {
    background: url(images/common/bottom-deco02.png) bottom center no-repeat;
    padding: 0 0 30px
}
.bottom-block .en-ttl {
    font-size: 1.2rem;
    background: url(images/common/bottom-deco01.png) top center no-repeat;
    padding: 5px 0 0;
    margin-bottom: 30px;
}
.bottom-block h2 {
    font-size: 3rem;
}
.bottom-block .btn-more {
    margin: 20px 0 0;
}
.bottom-block .btn-more a {
    background: #A90000 url(images/common/icon-contact.png) center right 20px no-repeat;
    min-width: 280px;
}

@media(max-width:768px){
.bottom-block {
    text-align: center;
    margin: 60px 0 0;
}
.bottom-block h2 {
    font-size: 2.2rem;
}
}


/* pagetop */
#page-top {
	position: fixed;
	bottom: 0;
	right: 0;
}
@media(max-width:768px){
#page-top img {
    width: 40px;
    height: 40px;
}
}


/* footer */
#footer {
    color: #fff;
    background: url(images/common/bg-type02.jpg) top center no-repeat;
    background-size: cover;
    padding: 40px 0 10px;
}
#footer a {
    color: #fff;
}
#footer .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
#footer .footer-logo {
    font-size: 3rem;
    font-family: 'Noto Serif JP', serif;
}
#footer .access {
    font-size: 1.5rem;
}
#footer .tel {
    font-size: 1.5rem;
}
#footer ul {
    margin-left: 20px;
}
#footer ul li {
    list-style: none;
    background: url(images/common/arrow02.png) center left no-repeat;
    padding-left: 30px;
}
#footer .copy {
    font-size: 1.4rem;
    text-align: center;
}

@media(max-width:768px){
#footer .flex-container {
    justify-content: center;
    margin-bottom: 20px;
}
#footer .flex-left {
    width: 100%;
    margin-bottom: 20px;
}
#footer .flex-right {
    width: 100%;
}
#footer .footer-logo {
    text-align: center;
}
#footer .access {
    text-align: center;
}
#footer .tel {
    text-align: center;
}
#footer .copy {
    font-size: 1.2rem;
}
}




/*------------------------------------------------------------------------------------------------------------------------------------------

	トップページ
	
------------------------------------------------------------------------------------------------------------------------------------------*/
/* main-img */
#top .main-img {
    margin-bottom: 120px;
}
.habakiri-slider .slick-slider .habakiri-slider__item img {
	min-height: 0!important;
}

@media (max-width:768px){
#top .main-img {
    margin-bottom: 60px;
}
}


/* cutting-block */
#top .cutting-block {
    margin-bottom: 100px;
}
#top .cutting-block .box01 {
    background: url(images/home/cutting-bg01.jpg) top center;
    background-size: cover;
    padding-bottom: 50px;
    margin-bottom: 60px;
}
#top .cutting-block .box01 .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}
#top .cutting-block .box01 .flex-left {
    width: 41%;
    margin: -50px 0 0 0;
}
#top .cutting-block .box01 .flex-right {
    width: 55%;
}
#top .cutting-block .box01 .flex-right .en-ttl {
    margin-bottom: 20px;
}
#top .cutting-block .box01 .flex-right h2 {
    color: #A90000;
    font-size: 3.2rem;
    margin-bottom: 30px;
}

#top .cutting-block .box02 .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}
#top .cutting-block .box02 .flex-box {
    position: relative;
    width: 48%;
    margin-bottom: 40px;
}
#top .cutting-block .box02 .flex-box .text-box {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgb(51,51,51,0.4);
    width: 80%;
    height: 80%;
    margin: auto;
    padding: 20px;
}
#top .cutting-block .box02 .flex-box .text-box h3 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width:768px){
#top .cutting-block {
    margin-bottom: 60px;
}
#top .cutting-block .box01 {
    margin-bottom: 100px;
    padding-bottom: 0;
}
#top .cutting-block .box01 .flex-left {
    width: 100%;
    margin: 0 0 -50px 0;
    order: 2;
}
#top .cutting-block .box01 .flex-right {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
}
#top .cutting-block .box01 .flex-right h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
#top .cutting-block .box02 .flex-box {
    width: 100%;
    margin-bottom: 40px;
}
#top .cutting-block .box02 .flex-box .text-box h3 {
    font-size: 2.2rem;
}
}


/* facility-block */
#top .facility-block {
    margin-bottom: 100px;
}
#top .facility-blockinner {
    background: url(images/home/facility-bg01.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 40px;
}
#top .facility-block .box01 {
    background: #fff;
    width: 500px;
    margin: 0 0 0 auto;
    padding: 40px;
}
#top .facility-block .box01 .en-ttl {
    margin: 0 0 20px -40px;
}
#top .facility-block .box01 h2 {
    color: #A90000;
    font-size: 3rem;
    margin-bottom: 20px;
}
#top .facility-block .box01 .btn-more {
    text-align: right;
    margin: 60px 0 0;
}

@media (max-width:768px){
#top .facility-block {
    margin-bottom: 60px;
}
#top .facility-block .box01 {
    width: 100%;
    padding: 30px;
}
#top .facility-block .box01 h2 {
    font-size: 2.4rem;
}
#top .facility-block .box01 .btn-more {
    margin: 30px 0 0;
}
}


/* casestudy-block */
#top .casestudy-block {
    background: url(images/common/bg-type01.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}
#top .casestudy-block .box01 {
    flex-wrap: wrap;
    justify-content: space-between;
}
#top .casestudy-block .box01 .flex-left {
    width: 44%;
}
#top .casestudy-block .box01 .flex-left .en-ttl {
    margin-bottom: 20px;
}
#top .casestudy-block .box01 .flex-left h2 {
    color: #A90000;
    font-size: 3.2rem;
    margin-bottom: 30px;
}
#top .casestudy-block .box01 .flex-left .btn-more {
    margin: 60px 0 0;
}
#top .casestudy-block .box01 .flex-right {
    width: 60%;
    margin: -50px -100px 0 0;
}

@media (max-width:1300px){
#top .casestudy-block .box01 .flex-left {
    width: 40%;
}
#top .casestudy-block .box01 .flex-right {
    width: 55%;
    margin: -50px 0 0 0;
}
}
@media (max-width:768px){
#top .casestudy-block {
    padding-bottom: 0;
}
#top .casestudy-block .box01 .flex-left {
    width: 100%;
    margin-bottom: 40px;
}
#top .casestudy-block .box01 .flex-left h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
#top .casestudy-block .box01 .flex-left .btn-more {
    margin: 20px 0 0;
}
#top .casestudy-block .box01 .flex-right {
    width: 100%;
    margin: 0 0 -50px 0;
}
}




/*------------------------------------------------------------------------------------------------------------------------------------------

	サブページ
	
------------------------------------------------------------------------------------------------------------------------------------------*/
.sub-page .page-head {
    justify-content: center;
    align-items: center;
    background-image: url(images/common/pagehead-deco01.png),url(images/common/page-head-img01.jpg);
    background-size: cover;
    background-position: center right;
    height: 180px;
    margin-bottom: 65px;
}
.sub-page .page-head h1 {
    color: #fff;
    font-size: 4.2rem;
}
.sub-page .ttl-type01 {
    position: relative;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 65px;
    padding-top: 80px;
}
.sub-page .ttl-type01::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(images/common/ttl-deco01.png) top center no-repeat;
    background-size: cover;
    width: 194px;
    height: 73px;
    margin: 0 auto;
}

#cutting .page-head {
	background-image: url(images/common/pagehead-deco01.png),url(images/common/pagehead-cutting.jpg);
    background-size: cover;
    background-position: center right;
}
#facility .page-head {
	background-image: url(images/common/pagehead-deco01.png),url(images/common/pagehead-facility.jpg);
    background-size: cover;
    background-position: center right;
}
#about .page-head {
	background-image: url(images/common/pagehead-deco01.png),url(images/common/pagehead-about.jpg);
    background-size: cover;
    background-position: center right;
}
#casestudy .page-head {
	background-image: url(images/common/pagehead-deco01.png),url(images/common/pagehead-casestudy.jpg);
    background-size: cover;
    background-position: center right;
}
#performance .page-head {
	background-image: url(images/common/pagehead-deco01.png),url(images/common/pagehead-performance.jpg);
    background-size: cover;
    background-position: center right;
}
#contact .page-head {
	background-image: url(images/common/pagehead-deco01.png),url(images/common/pagehead-contact.jpg);
    background-size: cover;
    background-position: center right;
}



@media (max-width:768px){
.sub-page .page-head {
    height: 120px;
    margin-bottom: 40px;
}
.sub-page .page-head h1 {
    font-size: 2.8rem;
}
.sub-page .ttl-type01 {
    position: relative;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 60px;
}
.sub-page .ttl-type01::before {
    width: 124px;
    height: 50px;
    margin: 0 auto;
}
}


/* link-block */
.sub-page .link-block {
    background: #f0eeed;
    padding: 60px;
    margin-bottom: 100px;
}
.sub-page .link-block h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 40px;
}
.sub-page .link-block .btn-more {
    text-align: center;
}

@media (max-width:768px){
.sub-page .link-block {
    padding: 40px;
    margin-bottom: 60px;
}
.sub-page .link-block h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}
}
@media (max-width:480px){
.sub-page .link-block {
    padding: 30px 20px;
}
}




/*------------------------------------------------------------------------------------------------------------------------------------------

	切削について cutting
	
------------------------------------------------------------------------------------------------------------------------------------------*/
/* top-block */
#cutting .top-block {
    margin-bottom: 100px;
}
#cutting .top-block .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 160px;
}
#cutting .top-block .flex-left {
    width: 44%;
}
#cutting .top-block .flex-right {
    width: 50%;
}
#cutting .top-block .flex-left .en-ttl {
    color: #d48080;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
#cutting .top-block .flex-left h2 {
    color: #aa0000;
    font-size: 3.6rem;
    margin-bottom: 20px;
}

@media(max-width:1080px){
#cutting .top-block .flex-container {
    margin-left: 0;
}
}
@media(max-width:768px){
#cutting .top-block {
    margin-bottom: 60px;
}
#cutting .top-block .flex-left .en-ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
#cutting .top-block .flex-left h2 {
    font-size: 2.6rem;
}
#cutting .top-block .flex-left {
    width: 100%;
    margin-bottom: 20px;
}
#cutting .top-block .flex-right {
    width: 100%;
}
}


/* business-block */
#cutting .business-block h2 {
    margin-bottom: 140px;
}
#cutting .business-block .box01:nth-of-type(1) {
    background: url(images/common/bg-type03.jpg) top center no-repeat;
    background-size: cover;
}
#cutting .business-block .box01:nth-of-type(2) {
    background: url(images/common/bg-type04.jpg) top center no-repeat;
    background-size: cover;
}
#cutting .business-block .box01:nth-of-type(3) {
    background: url(images/common/bg-type05.jpg) top center no-repeat;
    background-size: cover;
}
#cutting .business-block .box01:nth-of-type(4) {
    background: url(images/common/bg-type06.jpg) top center no-repeat;
    background-size: cover;
}
#cutting .business-block .box01 {
    margin-bottom: 140px;
    padding-bottom: 60px;
}
#cutting .business-block .box01:nth-last-of-type(1) {
    margin-bottom: 100px;
}
#cutting .business-block .box01 .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}
#cutting .business-block .box01 .flex-box01 {
    width: 50%;
    margin-top: -70px;
}
#cutting .business-block .box01 .flex-box02 {
    width: 45%;
    padding: 70px 160px 70px 0;
}
#cutting .business-block .box01:nth-of-type(2n) .flex-box02 {
    padding-left: 160px;
}
#cutting .business-block .box01 .flex-box02 .en-ttl {
    display: inline-block;
    color: #fff;
    background: #bf4040;
    margin-bottom: 20px;
    padding: 0 10px;
}
#cutting .business-block .box01 .flex-box02 h3 {
    color: #aa0000;
    font-size: 3rem;
    margin-bottom: 20px;
}

@media(max-width:1080px){
#cutting .business-block .box01 .flex-box02 {
    width: 45%;
    padding: 30px 0 0 0;
}
#cutting .business-block .box01:nth-of-type(2n) .flex-box02 {
    padding: 30px 0 0 0;
}
}
@media(max-width:768px){
#cutting .business-block h2 {
    margin-bottom: 100px;
}
#cutting .business-block .box01 {
    padding-bottom: 30px;
}
#cutting .business-block .box01:nth-last-of-type(1) {
    margin-bottom: 60px;
}
#cutting .business-block .box01 .flex-box01 {
    width: 100%;
    margin-top: -70px;
    order: 1;
}
#cutting .business-block .box01 .flex-box02 {
    width: 100%;
    order: 2;
}
#cutting .business-block .box01 .flex-box02 .en-ttl {
    margin-bottom: 10px;
}
#cutting .business-block .box01 .flex-box02 h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}
}


/* material-block */
#cutting .material-block .wrap1080 {
    padding: 0 5%;
}
#cutting .material-block table {
    width: 100%;
}
#cutting .material-block table tr th {
    color: #aa0000;
    font-size: 2.2rem;
    text-align: left;
    font-family: 'Noto Serif JP', serif;
    border-bottom: solid 2px #cc6666;
    min-width: 200px;
    padding: 10px;
}
#cutting .material-block table tr td {
    border-bottom: solid 1px #cc6666;
    padding: 10px;
}

@media(max-width:768px){
#cutting .material-block table tr th {
    display: block;
    font-size: 1.8rem;
    width: 100%;
    padding: 10px 0 0;
}
#cutting .material-block table tr td {
    display: block;
    border-bottom: none;
    width: 100%;
	padding: 10px 0;
}
}



/*------------------------------------------------------------------------------------------------------------------------------------------

	設備紹介　facility
	
------------------------------------------------------------------------------------------------------------------------------------------*/
/* top-block */
#facility .top-block {
    margin-bottom: 100px;
}
#facility .top-block .ttl-box {
    text-align: center;
    margin-bottom: 60px;
}
#facility .top-block .ttl-box .en-ttl {
    color: #d48080;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
#facility .top-block .ttl-box h2 {
    color: #aa0000;
    font-size: 3.6rem;
    margin-bottom: 20px;
}
#facility .top-block .box01 {
    position: relative;
    margin-bottom: 50px;
}
#facility .top-block .box01 .flex-box01 {
    width: 62%;
}
#facility .top-block .box01 .flex-box02 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #f4f2f1;
    width: 45%;
    height: 354px;
    z-index: 1;
}
#facility .top-block .box02 {
    position: relative;
}
#facility .top-block .box02 .flex-box01 {
    width: 62%;
    margin: 0 0 0 auto;
}
#facility .top-block .box02 .flex-box02 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #f4f2f1;
    width: 45%;
    height: 354px;
    z-index: 1;
}
#facility .top-block .flex-box02 {
    justify-content: center;
    align-items: center;
}
#facility .top-block .flex-box02 h3 {
    color: #aa0000;
    font-size: 3rem;
    margin: 10px 0 20px;
}

@media(max-width:768px){
#facility .top-block {
    margin-bottom: 60px;
}
#facility .top-block .ttl-box .en-ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
#facility .top-block .ttl-box h2 {
    font-size: 2.6rem;
}
#facility .top-block .box01 .flex-box01 {
    width: 100%;
}
#facility .top-block .box01 .flex-box02 {
    position: static;
    width: 100%;
    height: auto;
}
#facility .top-block .box02 .flex-box01 {
    width: 100%;
}
#facility .top-block .box02 .flex-box02 {
    position: static;
    width: 100%;
    height: auto;
}
#facility .top-block .flex-box02 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}
#facility .top-block .flex-box02 h3 {
    font-size: 2rem;
    margin: 10px 0 20px;
}
}


/* quality-block */
#facility .quality-block h2 {
    margin-bottom: 140px;
}
#facility .quality-block .box01:nth-of-type(1) {
    background: url(images/common/bg-type03.jpg) top center no-repeat;
    background-size: cover;
}
#facility .quality-block .box01:nth-of-type(2) {
    background: url(images/common/bg-type04.jpg) top center no-repeat;
    background-size: cover;
}
#facility .quality-block .box01 {
    margin-bottom: 140px;
    padding-bottom: 60px;
}
#facility .quality-block .box01:nth-last-of-type(1) {
    margin-bottom: 100px;
}
#facility .quality-block .box01 .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}
#facility .quality-block .box01 .flex-box01 {
    width: 50%;
    margin-top: -70px;
}
#facility .quality-block .box01 .flex-box02 {
    width: 45%;
    padding: 70px 0 70px 160px;
}
#facility .quality-block .box01:nth-of-type(2n) .flex-box02 {
    padding: 70px 160px 70px 0;
}
#facility .quality-block .box01 .flex-box02 h3 {
    color: #aa0000;
    font-size: 3rem;
    margin-bottom: 20px;
}

@media(max-width:1080px){
#facility .quality-block .box01 .flex-box02 {
    padding: 70px 0 0 0;
}
#facility .quality-block .box01:nth-of-type(2n) .flex-box02 {
    padding: 70px 0 0 0;
}
}
@media(max-width:768px){
#facility .quality-block h2 {
    margin-bottom: 100px;
}
#facility .quality-block .box01 .flex-box01 {
    width: 100%;
    order: 1;
}
#facility .quality-block .box01:nth-last-of-type(1) {
    margin-bottom: 60px;
}
#facility .quality-block .box01 .flex-box02 {
    width: 100%;
    padding: 30px 0 0;
    order: 2;
}
#facility .quality-block .box01:nth-of-type(2n) .flex-box02 {
    padding: 30px 0 0 0;
}
#facility .quality-block .box01 .flex-box02 h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}
}




/*------------------------------------------------------------------------------------------------------------------------------------------

	会社情報 about
	
------------------------------------------------------------------------------------------------------------------------------------------*/
/* top-block */
#about .top-block {
    margin-bottom: 100px;
}
#about .top-block .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 160px;
}
#about .top-block .flex-left {
    width: 44%;
}
#about .top-block .flex-right {
    width: 50%;
}
#about .top-block .flex-left .en-ttl {
    color: #d48080;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
#about .top-block .flex-left h2 {
    color: #aa0000;
    font-size: 3.6rem;
    margin-bottom: 20px;
}

@media (max-width:1080px){
#about .top-block .flex-container {
    margin-left: 0;
}
}
@media (max-width:768px){
#about .top-block {
    margin-bottom: 60px;
}
#about .top-block .flex-left {
    width: 100%;
    margin-bottom: 20px;
}
#about .top-block .flex-right {
    width: 100%;
}
#about .top-block .flex-left .en-ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
#about .top-block .flex-left h2 {
    font-size: 2.6rem;
}
}


/* company-block */
#about .company-block {
    margin-bottom: 100px;
}
#about .company-block .wrap1080 {
    padding: 0 5%;
}
#about .company-block table {
    width: 100%;
}
#about .company-block table tr th {
    color: #aa0000;
    font-size: 2.2rem;
    text-align: left;
    vertical-align: middle;
    font-family: 'Noto Serif JP', serif;
    border-bottom: solid 2px #cc6666;
    min-width: 200px;
    padding: 10px;
}
#about .company-block table tr td {
    border-bottom: solid 1px #cc6666;
    padding: 10px;
}

@media (max-width:768px){
#about .company-block {
    margin-bottom: 60px;
}
#about .company-block table tr th {
    display: block;
    font-size: 1.8rem;
    width: 100%;
    padding: 10px 0 0;
}
#about .company-block table tr td {
    display: block;
    border-bottom: none;
    width: 100%;
	padding: 10px 0;
}
}


/* access-block */
#about .access-block {
    margin-bottom: 100px;
}
@media (max-width:768px){
#about .access-block {
    margin-bottom: 60px;
}
}



/*------------------------------------------------------------------------------------------------------------------------------------------

	事例紹介　casestudy
	
------------------------------------------------------------------------------------------------------------------------------------------*/
#casestudy .casestudy-block {
    margin: 140px 0 100px;
}
#casestudy .casestudy-block .box01 {
    background: url(images/common/bg-type03.jpg) top center no-repeat;
    background-size: cover;
}
#casestudy .casestudy-block .box01:nth-of-type(2n) {
    background: url(images/common/bg-type04.jpg) top center no-repeat;
    background-size: cover;
}
#casestudy .casestudy-block .box01 {
    margin-bottom: 140px;
    padding-bottom: 60px;
}
#casestudy .casestudy-block .box01:nth-last-of-type(1) {
    margin-bottom: 100px;
}
#casestudy .casestudy-block .box01 .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}
#casestudy .casestudy-block .box01 .flex-box01 {
    width: 50%;
    margin-top: -70px;
}
#casestudy .casestudy-block .box01 .flex-box02 {
    width: 45%;
    padding: 70px 160px 70px 0;
}
#casestudy .casestudy-block .box01:nth-of-type(2n) .flex-box01 {
	order: 2;
}
#casestudy .casestudy-block .box01:nth-of-type(2n) .flex-box02 {
	order: 1;
}
#casestudy .casestudy-block .box01:nth-of-type(2n) .flex-box02 {
    padding: 70px 0 70px 160px;
}
#casestudy .casestudy-block .box01 .flex-box02 h3 {
    color: #aa0000;
    font-size: 3rem;
    margin-bottom: 20px;
}

@media (max-width:1080px){
#casestudy .casestudy-block .box01 .flex-box02 {
    padding: 70px 0 0 0;
}
#casestudy .casestudy-block .box01:nth-of-type(2n) .flex-box02 {
    padding: 70px 0 0 0;
}
}
@media (max-width:768px){
#casestudy .casestudy-block {
    margin: 100px 0 60px;
}
#casestudy .casestudy-block .box01 {
    padding-bottom: 30px;
}
#casestudy .casestudy-block .box01:nth-last-of-type(1) {
    margin-bottom: 60px;
}
#casestudy .casestudy-block .box01 .flex-box01 {
    width: 100%;
    margin-top: -70px;
    order: 1;
}
#casestudy .casestudy-block .box01 .flex-box02 {
    width: 100%;
    padding: 30px 0 0 0;
    order: 2;
}
#casestudy .casestudy-block .box01:nth-of-type(2n) .flex-box01 {
	order: 1;
}
#casestudy .casestudy-block .box01:nth-of-type(2n) .flex-box02 {
	order: 2;
}
#casestudy .casestudy-block .box01:nth-of-type(2n) .flex-box02 {
    padding: 30px 0 0 0;
}
#casestudy .casestudy-block .box01 .flex-box02 h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}
}



/*------------------------------------------------------------------------------------------------------------------------------------------

	実績　performaince
	
------------------------------------------------------------------------------------------------------------------------------------------*/
#performance .item-block .box01 {
    padding: 60px;
}
#performance .item-block .box01:nth-of-type(2n) {
    background: #f4f2f1;
}
#performance .item-block .box01 .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}
#performance .item-block .box01 .flex-left {
    width: 45%;
}
#performance .item-block .box01 .flex-right {
    width: 45%;
}
#performance .item-block .box01 .flex-left h2 {
    color: #aa0000;
    font-size: 3rem;
    margin-top: 20px;
}
#performance .item-block .box01 .flex-right ul li {
    list-style: none;
    padding: 10px 0;
    border-bottom: solid 1px #d9d4d1;
}

@media (max-width:768px){
#performance .item-block .box01 .flex-left {
    width: 100%;
    margin-bottom: 10px;
}
#performance .item-block .box01 .flex-right {
    width: 100%;
}
#performance .item-block .box01 .flex-left h2 {
    color: #aa0000;
    font-size: 2.2rem;
    margin-top: 10px;
}
}
@media (max-width:480px){
#performance .item-block .box01 {
    padding: 40px 0;
}
}



/*------------------------------------------------------------------------------------------------------------------------------------------

	お問い合わせ　contact
	
------------------------------------------------------------------------------------------------------------------------------------------*/
/* top-block */
#contact .top-block {
    text-align: center;
    margin-bottom: 100px;
}
#contact .top-block h2 {
    color: #aa0000;
    font-size: 3.6rem;
    line-height: 1;
}
#contact .top-block .tel {
    font-size: 4rem;
    margin-bottom: 10px;
}

@media (max-width:768px){
#contact .top-block {
    margin-bottom: 30px;
}
#contact .top-block h2 {
    font-size: 2.6rem;
    line-height: 1;
}
#contact .top-block .tel {
    font-size: 3rem;
    margin-bottom: 0;
}
}


/* mail-block */
#contact .mail-block {
    background: #f0eeed;
    padding: 100px 0;
}
#contact .mail-block span.red {
    color: #aa0000;
}
#contact .mail-block h2 {
    margin-bottom: 10px;
}
#contact .mail-block table {
    width: 100%;
	margin-top: 40px;
}
#contact .mail-block table tr th {
    text-align: left;
	vertical-align: top;
    padding: 15px 0;
}

.btn-send {
	text-align: center;
	margin-top: 40px;
}
.btn-send input {
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #A90000 url(images/common/arrow01.png) center right 10px no-repeat;
    border-radius: 18px;
    min-width: 180px;
    padding: 10px 0;
}


@media (max-width:768px){
#contact .mail-block {
    padding: 40px 0;
}
#contact .mail-block table tr th {
	display: block;
	font-weight: bold;
	width: 100%;
	padding-bottom: 0;
}
#contact .mail-block table tr td {
	display: block;
	width: 100%;
}
.btn-send input {
	width: 100%;
}
}



input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}
.wpcf7-text {
	width: 100%;
	background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}
.wpcf7-textarea {
	width: 100%;
	background: #fff;
    border-radius: 5px;
	padding: 20px;
}
.wpcf7-number {
	padding-left: 10px;
}
.wpcf7-radio {
	padding-right: 10px;
}
.wpcf7-list-item {
    margin: 0 20px 10px 0;
}
.wpcf7c-conf {
    background-color: #ccc; /* 背景色 */
    color: black; /* 文字色 */
    border: none; /* 周りの線: 太さ　線種 線の色 */
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
	border: none;
	background: #f7e700;
	padding: 30px;
}

input[type=radio] {
-webkit-appearance: none;
appearance: none;
display: inline-block;
position: relative;
background-color: #fff;
border: 1px solid #333;
width: 20px;
height: 20px;
vertical-align: middle;
margin-bottom: 5px;
border-radius: 20px;
}
input[type=radio]:checked::before {
content: "";
position: absolute;
left: 0;
top: 0;
background-color: #CACACA;
border: 2px solid #fff;
width: 18px;
height: 18px;
border-radius: 25px;
}




