
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	-webkit-text-size-adjust: 100%; /* iphone横向き 文字拡大防止 */
	height: 100%;
}
img {
	display: block;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a {
	text-decoration: none;
	color: #000;
	transition: all .3s;
}
a:hover {
	opacity: 0.8;
}
p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
}
/* デフォルトの装飾を削除 */
input, textarea {
	-webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
:focus {
    outline: -webkit-focus-ring-color none;
}

.cmp_img{
max-width:1200px;
margin-left: auto;
margin-right: auto;
}


/*==================================================================================
ヘッダー
==================================================================================*/
header {
	width: calc(100% - 20px);
	padding: 0 0 0 20px!important;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.40);
	position: fixed;
	top: 0;
	left: 0;
}
header nav.head_nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	z-index: 10;
}
header nav.head_nav .head_logo {
	display: block;
	width: 240px;
}
header nav.head_nav ul {
	display: flex;
	flex-wrap: nowrap;
}
header nav.head_nav ul li {
	display: block;
}
header nav.head_nav ul li a {
	display: block;
	padding: 25px 50px;
}
header nav.head_nav ul li a p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	line-height: 1;
	transition: all .3s;
}
header nav.head_nav ul li a p span {
	display: block;
	font-size: 10px;
	color: #898989;
	margin-top: 8px;
}
header nav.head_nav ul li a:hover {
	opacity: 1;
}
header nav.head_nav ul li a:hover p {
	color: #ff801e;
}
header nav.head_nav ul li a:hover span {
	color: #898989;
}
header nav.head_nav ul li a.on {
	background: #C1C1BF;
	pointer-events: none;
}
header nav.head_nav ul li a.on span {
	color: #fff;
}

header .head_tel {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/icon_tel_or.png") center center / contain no-repeat;
}

/* スマホ版 メニュー -----------------------*/
nav.globalMenuSp {
    z-index: 2;
    width: 100%;
	height: calc(100% - 90px);
	padding: 40px 0 0;
	background: rgba(0,0,0,0.90);
    position: fixed;
    top: 50px;
    left: 0;
}
nav.globalMenuSp ul {
	width: calc(100% - 40px);
	max-width: 460px;
	margin: auto;
    text-align: center;
}
nav.globalMenuSp ul li {
    width: 100%;
    border-bottom: 1px dotted #ccc;
}
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
	padding: 20px 0;
	color: #fff;
}
nav.globalMenuSp ul li a p {
    font-size: 16px;
	line-height: 1;
}
nav.globalMenuSp ul li a p span {
	display: block;
	margin-top: 5px;
	color: #898989;
    font-size: 10px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    z-index: 3;
    display: block;
    width: 30px;
    height: 38px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 5px;
}
.navToggle span {
    display: block;
    width: 100%;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    position: absolute;    /* .navToggleに対して */
    left: 0;
}
.navToggle span:nth-child(1) {
    top: 8px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 28px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*==================================================================================
共通
==================================================================================*/
/* レイアウト */
main {
	padding-top: 84px;
	min-height: calc(100vh - 84px - 319px);
}
section {
	padding: 30px 0!important;
}
.container {
	width: calc(100% - 40px);
	max-width: 1200px;
	padding: 0 20px;
	margin: auto;
}
.row {
	display: flex;
/*	flex-wrap: wrap;*/
	justify-content: space-between;
}

.row.just_center {
	justify-content: center;
}
.col2 {
	width: calc(50% - 15px);
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_60 {
	margin-bottom: 60px;
}

/* フォント */
h1 {
	text-align: center;
}
h1 p {
	display: inline-block;
	padding: 10px 20px 10px 60px!important;
	background: url("../img/h1_icon.png") left center / contain no-repeat;
	font-size: 20px;
	text-align: center;
	line-height: 1!important;
	letter-spacing: 2px;
}
h1 span {
	display: block;
	font-size: 12px;
	color: #898989;
	margin-top: 10px;
}
h2 {
	padding: 8px 0 8px 18px!important;
	border-left: 8px #FF801E solid!important;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
h3 {
	padding: 8px 0 8px 18px!important;
	border-left: 8px #007180 solid!important;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
}
.font_s {
	font-size: 14px;
}
.font_18 {
	font-size: 18px;
}
.font_24 {
	font-size: 24px;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.orange {
	color: #ff801e;
}


.anker {
	padding-top: 120px;
	margin-top: -120px;
}


/* 下層ページトップ ----------------*/
section#second_top {
	padding: 0!important;
}
section#second_top .pagetop {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 360px;
}
section#second_top .pagetop.service {
	background: url("../img/service_top.jpg") center center / cover no-repeat;
}
section#second_top .pagetop.company {
	background: url("../img/company_top.jpg") center center / cover no-repeat;
}
section#second_top .pagetop.contact {
	background: url("../img/contact_top.jpg") center center / cover no-repeat;
}
section#second_top .pagetop h1 p {
	padding: 0!important;
	background: none;
	font-size: 28px;
	color: #fff;
}
section#second_top .pagetop h1 p span {
	margin-top: 15px;
	color: #fff;
}
section#second_top ul {
	display: flex;
	flex-wrap: nowrap;
	width: calc(100% - 40px);
	padding: 0 20px;
}
section#second_top ul li {
	margin-right: 20px;
	position: relative;
}
section#second_top ul li:first-child::after {
	content: "\03e";
	display: block;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: -14px;
}
section#second_top ul li a {
	display: block;
	font-size: 12px;
}
section#second_top ul li:last-child a {
	pointer-events: none;
}


/*==================================================================================
INDEX
==================================================================================*/
.main_slide .sp-bottom-thumbnails {
    width: 100%!important;
}
.main_slide .sp-bottom-thumbnails .sp-thumbnail-container {
    margin: 0!important;
}
.main_slide img.sp-thumbnail {
	width: calc(100% - 4px)!important;
	height: 100%!important;
	object-fit: cover;
	margin: 0;
}
.main_slide .sp-selected-thumbnail img.sp-thumbnail {
	opacity: 0.3;
}

/* サービス内容 ---------------------------------*/
section#top_service {
	padding: 60px 0 30px!important;
}
section#top_service .flare {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
}
section#top_service .flare_photo {
	width: calc(50% - 36px);
	background: url("../img/top_service01.jpg") left center / cover no-repeat;
}
section#top_service .flare_photo img {
	display: none;
}
section#top_service .flare_txt {
	width: calc(50% - 36px);
	min-width: 480px;
	padding: 34px 0;
	background: url("../img/top_service01_2_bg.gif") right 30px center / contain no-repeat;
}
section#top_service .bg_gray {
	padding: 30px;
	background: #c2cdd3;
}
section#top_service .service_ttl {
	display: flex;
	flex-wrap: nowrap;
}
section#top_service .service_ttl p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 50px);
	min-width: calc(225px - 40px);
	padding: 0 20px;
	border-left: 10px #ff801e solid;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
section#top_service .service_ttl span {
	display: block;
	width: 50%;
	height: 80px;
	overflow: hidden;
}
section#top_service .service_ttl span img {
	height: 100%;
	object-fit: cover;
}
section#top_service .flare_txt .service_ttl span {
	height: 120px;
}
section#top_service .btn_detail {
	display: block;
	padding: 15px;
	background: #7e8487;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
section#top_service .btn_detail span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	transform: rotate(45deg);
	margin-left: 10px;
}
section#top_service .btn_detail:hover {
	opacity: 1;
	background: #3b3e3f;
}
section#top_service .col2 .bg_gray {
	width: calc(87.2% - 60px);
	margin: auto;
	position: relative;
}
section#top_service .col2 .bg_gray::before {
	content: "";
	display: block;
	width: calc(100% + 12.8%);
	height: 100%;
	background: url("../img/top_service02_bg.jpg") center bottom 30px / contain no-repeat;
	position: absolute;
	top: 0;
	left: -6.4%;
	z-index: -1;
}
section#top_service .col2 .row {
	align-items: flex-start;
}
section#top_service .col2 .row p {
	width: calc(100% - 60px);
}
section#top_service .col2 .row .btn_detail {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
}
section#top_service .col2 .row .btn_detail span {
	margin-left: -5px;
}

section#top_service .btn_service {
	display: block;
	width: calc(100% - 40px);
	max-width: calc(360px - 40px);
	margin: 0 auto 60px;
	padding: 25px 20px;
	background: #7e8487;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
	transition: all .3s;
}
section#top_service .btn_service::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 24px);
	background: url("../img/btn_deco.gif") left 10px center / contain no-repeat;
	position: absolute;
	top: -12px;
	left: 0;
	z-index: -1;
	transition: all .3s;
}
section#top_service .btn_service span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	transform: rotate(45deg);
	margin-left: 10px;
	position: relative;
}
section#top_service .btn_service:hover {
	opacity: 1;
	background: #3b3e3f;
}
section#top_service .btn_service:hover::before {
	background-image: url("../img/btn_deco_hv.gif");
}

.service_s{
	width: 140px;
padding-top:10px;
margin: 0 0 0 auto;
}



/* お問い合わせ ---------------------------------*/
section#top_contact {
	padding: 60px 0!important;
	background: url("../img/contact_bg.jpg") center center / cover no-repeat;
}
section#top_contact .bg_white {
	width: calc(100% - 60px);
	padding: 30px;
	background: #fff;
}
section#top_contact .bg_white .left {
	width: calc(260px - 31px);
	padding: 30px 30px 30px 0;
	border-right: 1px #000 solid;
}
section#top_contact .bg_white .left h1 {
	text-align: left;
}
section#top_contact .bg_white .left p {
	line-height: 1.6;
}
section#top_contact .bg_white .right {
	flex-wrap: nowrap;
	width: calc(100% - 260px - 30px);
	padding: 30px 0 30px 30px;
}
section#top_contact .btn_contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: calc(50% - 82px);
	padding: 30px 40px;
	background: #007180;
	color: #fff;
	position: relative;
}
section#top_contact .btn_contact::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateX(-50%) rotate(45deg);
}
section#top_contact .btn_contact img {
	max-width: 280px;
}
section#top_contact .btn_contact p {
	line-height: 1;
}
section#top_contact .btn_contact:hover {
	opacity: 1;
	background: #004E58;
}
section#top_contact .contact_tel {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: calc(50% - 42px);
	min-width: calc(345px - 40px);
	padding: 30px 20px;
	border: 1px #000 solid;
}
section#top_contact .contact_tel p {
	width: calc(300px - 30px);
	padding-left: 30px;
	background: url("../img/icon_tel.png") left bottom / 24px no-repeat;
	color: #007180;
	font-weight: bold;
	line-height: 1;
}
section#top_contact .contact_tel p span {
	display: block;
	font-size: 34px;
	letter-spacing: 2px;
	margin-top: 5px;
}


/*==================================================================================
service
==================================================================================*/
/* サービス内容 */
section#service .bg_beige {
	padding: 30px;
	background: #F4F3ED;
}
section#service .bg_beige {
	padding: 30px;
	background: #F4F3ED;
}

/* 加工事例 */
section#case .bf_af {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}
section#case .bf_af::after {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #fff url("../img/case_arrow.gif") center center / 120px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -2.5%;
	z-index: 2;
}
section#case .bf_af.animated::after {
	animation: arrow 1s ease;
}
@keyframes arrow {
	0% {
		left: 40%;
	}
	100% {
		left: 50%;
	}
}

/* 取引企業 */
section#trading ul {
	width: calc(100% - 40px);
	max-width: calc(980px - 40px);
	margin: 0 auto 60px;
	padding: 20px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	background: #F4F3ED;
}
section#trading ul li {
	margin-bottom: 5px;
}
section#trading ul li:last-child {
	margin-bottom: 0;
}
section#trading .btn_contact {
	display: block;
	width: calc(100% - 40px);
	max-width: calc(360px - 40px);
	margin: 0 auto 60px;
	padding: 25px 20px;
	background: #007180;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
	transition: all .3s;
}
section#trading .btn_contact::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 24px);
	background: url("../img/btn_deco2.gif") left 10px center / contain no-repeat;
	position: absolute;
	top: -12px;
	left: 0;
	z-index: -1;
	transition: all .3s;
}
section#trading .btn_contact span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	transform: rotate(45deg);
	margin-left: 10px;
	position: relative;
}
section#trading .btn_contact:hover {
	opacity: 1;
	background: #004E58;
}
section#trading .btn_contact:hover::before {
	background-image: url("../img/btn_deco2_hv.gif");
}


/*==================================================================================
company
==================================================================================*/
/* あいさつ */
section#greeting .bg {
	background: url("../img/company_greeting.jpg") center center / cover no-repeat;
	padding: 60px;
}
section#greeting .bg_white {
	max-width: calc(980px - 120px);
	margin: auto;
	padding: 60px;
	background: #fff;
}
section#greeting .bg_white p {
	line-height: 2;
}

/* 会社情報 */
section#company table {
	width: 100%;
	max-width: 980px;
	margin: auto;
	border-top: 1px #000 solid;
}
section#company table tr {
	border-bottom: 1px #000 solid;
}
section#company table th {
	padding: 0 20px;
	background: #F4F3ED;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
section#company table td {
	padding: 20px;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: middle;
	font-weight: bold;
}


/*==================================================================================
contact
==================================================================================*/
section#contact .bg {
	background: url("../img/contactform_bg.jpg") center bottom / cover no-repeat;
	padding: 60px;
}
section#contact table {
	width: 100%;
	max-width: 980px;
	margin: auto;
	border-top: 1px #000 solid;
	background: #fff;
}
section#contact table tr {
	border-bottom: 1px #000 solid;
}
section#contact table th {
	width: calc(280px - 30px);
	padding: 30px 0 30px 30px;
	text-align: left;
	vertical-align: middle;
}
section#contact table td {
	padding: 30px 30px 30px 0;
	vertical-align: middle;
}
section#contact table td input,
section#contact table td textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	width: calc(100% - 20px);
	padding: 10px;
	border: none;
	background: #F4F3ED;
	font-size: 16px;
}
/* ラジオボタン */
section#contact label.radio {
	display: block;
}
section#contact label.radio input[type="radio"] {
	display: none;
}
section#contact label.radio span {
	display: inline-block;
	padding-left: 20px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}
section#contact label.radio span::before {
	content: "";
	display: block;
	width: calc(16px - 2px);
	height: calc(16px - 2px);
	border: 1px #000 solid;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
section#contact label.radio span::after {
	content: "";
	display: none;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FF801E;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
section#contact label.radio input[type="radio"]:checked + span {
	color: #FF801E;
}
section#contact label.radio input[type="radio"]:checked + span::after {
	display: block;
}
/* チェックボタン */
section#contact label.check {
	display: block;
	text-align: center;
}
section#contact label.check input[type="checkbox"] {
	display: none;
}
section#contact label.check span {
	display: inline-block;
	padding-left: 20px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
section#contact label.check span::before {
	content: "";
	display: block;
	width: calc(16px - 2px);
	height: calc(16px - 2px);
	border: 1px #000 solid;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
section#contact label.check span::after {
	content: "";
	display: none;
	width: 12px;
	height: 6px;
	border-left: 3px #FF801E solid;
	border-bottom: 3px #FF801E solid;
	position: absolute;
	top: 0;
	left: 2px;
	transform: rotate(-45deg);
}
section#contact label.check input[type="checkbox"]:checked ~ span {
	color: #FF801E;
}
section#contact label.check input[type="checkbox"]:checked ~ span::after {
	display: block;
}

/* 確認ボタン */
section#contact .btn {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto 60px;
	padding: 25px 20px;
	border: none;
	background: #007180;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	text-align: center;
	line-height: 1;
	position: relative;
	transition: all .3s;
	cursor: pointer;
}
section#contact .btn#btn_back {
	margin: 0 auto 30px;
	background: #C1C1BF;
}
section#contact .btn:hover {
	opacity: 1;
	background: #004E58;
}
section#contact .btn#btn_back:hover {
	background: #989898;
}


/* 確認ボタン_個人情報保護指針 */
section#contact .btn_w {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto 60px;
	padding: 20px 20px;
	border: none;
	background: #FFFFFF;
	color: #007180;
	font-size: 16px;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	text-align: center;
	line-height: 1;
	position: relative;
	transition: all .3s;
	cursor: pointer;
}
section#contact .btn_w:hover {
	opacity: 1;
	color: #004E58;
}



/* モーダルウィンドウ */
.open_button {
    display: flex;
    align-items: center;
    width: 300px;
    height: 300px;
	background: url(../img/process_bg.png) center center / contain no-repeat;
	margin: 60px auto;
    cursor: pointer;
}
.open_button span {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 50px;
}
.open_button.under {
	margin: 160px auto 60px;
}
.open_button:hover {
	background: url(../img/process_bg_hv.png) center center / contain no-repeat;
}
.modal_wrap input {
    display: none;
}
.modal_overlay {
    display: flex;
    justify-content: center;
	align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5555;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content {
    width: 90%;
    max-width: 980px;
	height: 480px;
    background: #eeeeef;
	margin-bottom: 120px;
	position: relative;
	top: 15%;
    transition: 0.5s;
}
.modal_content .scroll {
	overflow-y: scroll;
    width: 100%;
	height: calc(100% - 40px);
	padding-bottom: 40px;
}

.close_button {
	width: 40px;
	height: 40px;
	background: #231815 url(../img/icon_close.png) center center / 10px no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

	.p_30 {
		padding: 30px;
	}


/*==================================================================================
フッター
==================================================================================*/
footer {
	padding: 60px 0 0!important;
	background: #1b3760;
}
footer p {
	color: #fff;
	font-size: 12px;
}
footer a {
	color: #fff;
}
footer .foot_info p {
	padding-left: 94px;
}
footer .foot_logo {
	width: 240px;
}
footer nav.foot_nav ul li {
	margin-bottom: 25px;
}
footer nav.foot_nav ul li a {
	display: block;
	padding-left: 18px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
footer nav.foot_nav ul li a::before {
	content: "\025b6";
	display: block;
	font-size: 10px;
	position: absolute;
	top: 1px;
	left: 0;
}
footer nav.foot_nav ul li a:hover {
	opacity: 1;
	color: #FF801E;
}
footer .copy {
	margin-top: 60px;
	padding: 20px;
	background: #007180;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}


/* ページトップへ戻るボタン */
.btn_pagetop {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #7e8487;
	position: fixed;
	right: 40px;
	bottom: 40px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.40);
	z-index: 100;
}
.btn_pagetop span {
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
}



.tb {display: none;}
.pc {display: inline;}
.sp {display: none;}




@media screen and (max-width : 1080px) {
	/*==================================================================================
	INDEX
	==================================================================================*/
	/* お問い合わせ ---------------------------------*/
	section#top_contact .bg_white .right {
		flex-wrap: wrap;
	}
	section#top_contact .btn_contact {
		width: calc(100% - 40px);
		align-items: flex-start;
		padding: 20px;
	}
	section#top_contact .btn_contact p {
		width: 100%;
	}
	section#top_contact .contact_tel {
		width: calc(100% - 42px);
		min-width: 0;
		padding: 20px;
	}
	section#top_contact .contact_tel p {
		width: calc(100% - 30px);
		max-width: calc(340px - 30px);
	}
}



@media screen and (max-width : 980px) {
	.pc {display: none;}
	.tb {display: inline;}
	
	p {
		font-size: 14px;
		line-height: 1.6;
	}

	
	/*==================================================================================
	ヘッダー
	==================================================================================*/
	header {
		width: calc(100% - 85px);
		padding: 10px 65px 10px 20px!important;
	}
	header nav.head_nav .head_logo {
		width: 160px;
	}
	header nav.head_nav ul {
		display: none
	}

	/*==================================================================================
	共通
	==================================================================================*/
	/* レイアウト */
	main {
		padding-top: 50px;
		min-height: 0;
	}
	.container {
		max-width: 680px;
	}
	.col2 {
		width: calc(50% - 10px);
	}

	/* フォント */
	h1 p {
		padding: 10px 20px 10px 55px!important;
		font-size: 18px;
		letter-spacing: 1px;
	}
	h1 span {
		font-size: 10px;
		margin-top: 8px;
	}
	h2 {
		padding: 5px 0 5px 15px!important;
		border-left: 5px #FF801E solid!important;
		font-size: 20px;
	}
	h3 {
		padding: 5px 0 5px 15px!important;
		border-left: 5px #007180 solid!important;
		font-size: 20px;
	}

	.font_18 {
		font-size: 16px;
	}
	.font_24 {
		font-size: 20px;
	}
	
	.anker {
		padding-top: 80px;
		margin-top: -80px;
	}

	/* 下層ページトップ ----------------*/
	section#second_top .pagetop {
		height: 240px;
	}
	section#second_top .pagetop h1 p {
		font-size: 20px;
	}
	section#second_top .pagetop h1 p span {
		margin-top: 10px;
	}

	/*==================================================================================
	INDEX
	==================================================================================*/

	/* サービス内容 ---------------------------------*/
	section#top_service .flare_photo {
		width: calc(50% - 20px);
	}
	section#top_service .flare_txt {
		width: calc(50% - 20px);
		min-width: 0;
		padding: 28px 0;
		background: url("../img/top_service01_2_bg.gif") right 25px center / contain no-repeat;
	}
	section#top_service .bg_gray {
		padding: 20px;
	}
	section#top_service .service_ttl {
		display: block;
	}
	section#top_service .service_ttl p {
		width: calc(100% - 46px);
		min-width: 0;
		padding: 10px 20px;
		border-left: 6px #ff801e solid;
		font-size: 18px;
		letter-spacing: 1px;
	}
	section#top_service .service_ttl span {
		display: none;
	}
	section#top_service .btn_detail {
		padding: 10px;
		font-size: 16px;
	}
	section#top_service .btn_detail span {
		width: 6px;
		height: 6px;
		position: relative;
		top: -2px;
	}
	section#top_service .col2 .bg_gray {
		width: calc(87.2% - 40px);
	}
	section#top_service .col2 .bg_gray::before {
		background-position: center bottom 20px;
	}
	section#top_service .col2 .row {
		display: block;
	}
	section#top_service .col2 .row p {
		width: 100%;
		margin-bottom: 10px;
	}
	section#top_service .col2 .row .btn_detail {
		width: 30px;
		height: 30px;
		margin: 0 0 0 auto;
	}
	section#top_service .col2 .row .btn_detail span {
		top: 0;
	}

	section#top_service .btn_service {
		max-width: calc(280px - 40px);
		font-size: 18px;
	}
	section#top_service .btn_service span {
		width: 6px;
		height: 6px;
		position: relative;
		top: -2px;
	}

	/* お問い合わせ ---------------------------------*/
	section#top_contact .bg_white {
		width: calc(100% - 40px);
		padding: 20px;
	}
	section#top_contact .bg_white .left {
		width: calc(230px - 21px);
		padding: 20px 20px 20px 0;
	}
	section#top_contact .bg_white .left p {
		line-height: 1.4;
	}
	section#top_contact .bg_white .right {
		width: calc(100% - 230px - 20px);
		padding: 20px 0 20px 20px;
	}
	section#top_contact .btn_contact::after {
		width: 6px;
		height: 6px;
	}
	section#top_contact .btn_contact img {
	    max-width: 200px;
	}
	section#top_contact .btn_contact p {
		font-size: 12px;
	}
	section#top_contact .contact_tel {
		width: calc(100% - 42px);
		min-width: 0;
		padding: 20px;
	}
	section#top_contact .contact_tel p {
		width: calc(100% - 25px);
		max-width: calc(240px - 25px);
		padding-left: 25px;
		background-size: 20px;
	}
	section#top_contact .contact_tel p span {
		font-size: 28px;
		letter-spacing: 1px;
	}

	/*==================================================================================
	service
	==================================================================================*/
	/* 加工事例 */
	section#case .bf_af::after {
		width: 100px;
		height: 100px;
		background-size: 60px;
	}

	/* 取引企業 */
	section#trading .btn_contact {
		max-width: calc(280px - 40px);
		font-size: 18px;
	}
	section#trading .btn_contact span {
		width: 6px;
		height: 6px;
		position: relative;
		top: -2px;
	}

	/*==================================================================================
	contact
	==================================================================================*/
	section#contact table th {
		width: calc(200px - 20px);
		padding: 20px 0 20px 20px;
		font-size: 14px;
	}
	section#contact table td {
		padding: 20px 20px 20px 0;
	}

	/* 確認ボタン */
	section#contact .btn {
		max-width: calc(280px - 40px);
    	font-size: 18px;
	}
	section#contact .btn#btn_back {
		margin: 0 auto 20px;
	}

	/* 確認ボタン_個人情報保護指針 */
	section#contact .btn_w {
		max-width: calc(280px - 40px);
    	font-size: 14px;
	}

	/*==================================================================================
	フッター
	==================================================================================*/
	footer .row {
		flex-wrap: wrap;
	}
	footer .foot_info {
		width: 100%;
		margin-bottom: 40px;
	}
	footer .foot_info p {
		padding-left: 62px;
	}
	footer .foot_logo {
		width: 160px;
	}
	footer .copy {
		margin-top: 40px;
		padding: 10px 20px;
	}

	/* ページトップへ戻るボタン */
	.btn_pagetop {
		width: 40px;
		height: 40px;
		right: 20px;
		bottom: 20px;
	}
	.btn_pagetop span {
		width: 6px;
		height: 6px;
		top: 44%;
	}

}


@media screen and (max-width : 680px) {
	/*==================================================================================
	共通
	==================================================================================*/
	/* レイアウト */
	.container {
		max-width: 460px;
	}
	.col2 {
		width: 100%;
	}

	.mb_10 {
		margin-bottom: 8px;
	}
	.mb_30 {
		margin-bottom: 20px;
	}
	.mb_60 {
		margin-bottom: 40px;
	}
.row {
	display: flex;
/**/	flex-wrap: wrap;
	justify-content: space-between;
}
	/*==================================================================================
	INDEX
	==================================================================================*/

	/* サービス内容 ---------------------------------*/
	section#top_service .flare {
    	flex-wrap: wrap;
	}
	section#top_service .flare_photo {
		width: 100%;
		background: none;
		/*
		height: 240px;
		background: url("../img/top_service01_sp.jpg") center top / contain no-repeat;
		*/
	}
	section#top_service .flare_photo img {
		display: block;
	}
	section#top_service .flare_txt {
		width: 100%;
		padding: 0;
		background: url("../img/top_service02_bg.jpg") center bottom 20px / contain no-repeat;
	}
	section#top_service .bg_gray {
		width: calc(87.2% - 40px);
		margin: auto;
	}

	/* お問い合わせ ---------------------------------*/
	section#top_contact .bg_white .left {
		width: 100%;
		border-right: none;
		border-bottom: 1px #000 solid;
		padding: 0 0 20px;
		margin-bottom: 20px;
	}
	section#top_contact .bg_white .left h1 {
	    text-align: center;
	}
	section#top_contact .bg_white .right {
		width: 100%;
		padding: 0;
	}
	section#top_contact .contact_tel p {
		width: calc(100% - 20px);
		max-width: calc(240px - 20px);
		padding-left: 20px;
		background-size: 16px;
	}
	section#top_contact .contact_tel p span {
		font-size: 24px;
	}

	/*==================================================================================
	service
	==================================================================================*/
	/* サービス内容 */
	section#service .bg_beige {
		padding: 20px;
	}
	section#service .bg_beige .col2:first-child {
		margin-bottom: 20px;
	}
	/* 加工事例 */
	section#case .bf_af::after {
		width: 50px;
		height: 50px;
		background-size: 60%;
		margin-top: -5%;
	}
	section#case .bf_af .col2 {
		width: calc(50% - 2px);
	}

	/*==================================================================================
	company
	==================================================================================*/
	/* あいさつ */
	section#greeting .bg {
		padding: 60px 0;
	}
	section#greeting .bg_white {
		padding: 40px;
	}

	/* 会社情報 */
	section#company table th {
		height: auto;
		padding: 20px 10px;
		font-size: 14px;
	}
	section#company table td {
		padding: 20px 10px;
		font-size: 14px;
		line-height: 1.6;
	}

	/*==================================================================================
	contact
	==================================================================================*/
	section#contact .bg {
		padding: 60px 0;
	}
	section#contact table th {
		display: block;
		width: calc(100% - 40px);
		padding: 20px;
	}
	section#contact table td {
		display: block;
		width: calc(100% - 40px);
		padding: 0 20px 20px;
	}

}

@media screen and (max-width : 460px) {
	.tb {display: none;}
	.sp {display: inline;}
	

	/*==================================================================================
	共通
	==================================================================================*/
	/* 下層ページトップ ----------------*/
	section#second_top .pagetop {
		height: 180px;
	}
	
	/*==================================================================================
	INDEX
	==================================================================================*/
	/* お問い合わせ ---------------------------------*/
	section#top_contact .btn_contact {
	    width: calc(100% - 80px);
	    padding: 20px 40px;
	}
	section#top_contact .btn_contact img {
	    max-width: 100%;
		height: auto;
	}
	section#top_contact .contact_tel a {
		color: #007180;
	}
	section#top_contact .contact_tel p {
		max-width: calc(100% - 20px);
	}
	section#top_contact .contact_tel p span {
		font-size: 24px;
	}
	/*==================================================================================
	company
	==================================================================================*/
	/* あいさつ */
	section#greeting .bg_white {
		padding: 20px;
	}
	section#greeting .bg_white p {
		font-size: 14px;
		line-height: 1.8;
	}

	/*==================================================================================
	フッター
	==================================================================================*/
	footer {
		padding: 30px 0 0!important;
	}
	footer .foot_info p {
		padding-left: 0;
	}
	footer nav.foot_nav ul li {
		margin-bottom: 15px;
	}
}

}
