@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, img, ins, kbd, q, s, samp,
small, strike, strong, 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, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; }
img {
	vertical-align:top;
	-ms-interpolation-mode: bicubic;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
li { list-style-type: none; }
table {
	border-collapse:collapse;
	border-spacing:0;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* 基本設定
------------------------------------------------------------ */
*, *: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;
}
html,body {
	height: 100%;
}
html {font-size: 62.5%;} /* 10pxに設定（1.0rem=10px） */
body{
	font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
	font-size: 1.4em; /* Chromeのバグにより「rem」ではなく「em」で記述 */
	color: #222;
	text-align:left;
	line-height:1.6;
	background:url(images/bg.gif) repeat;
}
/* ----- clearfix ----- */
.clearfix:after { content:"";display:block;clear:both; }
.clear { float:none;}

/* リンク設定 */
a {
	color:#0076d0;
	text-decoration:none;
}
a:hover {
	color:#0076d0;
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
p {
	margin:18px 0;
}
.txt-center {
	text-align:center;
}
.txt-right {
	text-align:right;
}
.txt-left {
	text-align:left;
}

/* marign */
.mt0 {
	margin-top:0;
}
.mb0 {
	margin-bottom:0;
}
.mb200 {
	margin-bottom:200px;
}

/* 2行目から1文字下げ */
.att {
  padding-left: 1em;
  text-indent: -1em;
}

/* 白背景 */
.bg-white {
	background:#FFF;
}

/* ----- 画像のレスポンシブ対応 ----- */
img {
	/*
	max-width: 100%;
	height: auto;
	width /***/: auto;
	*/
}


/* header
------------------------------------------------------------ */
.header-wrap {
	background:#FFF;
}
.header-box {
	width:1000px;
	margin:0 auto;
}
.logo {
	float:left;
}
.header-box ul {
	float:right;
}
.header-box ul li {
	float:left;
	margin-left:45px;
}
.slider-wrap img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}

/* footer
------------------------------------------------------------ */
.footer-wrap-gray {
	padding:40px 0 50px;
	background:#313131;
}
.footer-wrap-black {
	text-align:center;
	background:#1b1b1b;
}
.footer-box {
	color:#d2d2d2;
	width:1000px;
	margin:0 auto;
}
.footer-box a {
	color:#d2d2d2;
}
.footer-box a:hover {
	color:#d2d2d2;
}
.footer-left {
	float:left;
}
.footer-right {
	float:right;
}
.footer-right a {
	margin-left:60px;
}
.copyright {
	font-size:1.2rem;
	text-align:center;
	padding:70px 0 20px;
}
.footer-flex-box {
	display:-webkit-flex; /* Safari用 */
	display:flex;
	-webkit-justify-content:space-between; /* Safari用 */
	justify-content:space-between;
	-webkit-flex-wrap:wrap; /* Safari用 */
	flex-wrap:wrap;
	-webkit-align-items:stretch; /* Safari用 */
	align-items:stretch;
}
.footer-flex-box li.footer-4box {
	-webkit-flex:0 0 25%; /* Safari用 */
	flex:0 0 25%;
	max-width:25%; /* IE11バグ対応 */
	padding:25px 0 20px;
	border-right:1px solid #959595;
}
.footer-flex-box li.footer-4box img {
	margin-bottom:20px;
}
.footer-flex-box li.footer-4box:last-child {
	border:none;
}

/* index
------------------------------------------------------------ */
.index-subtitle {
	text-align:center;
	margin:0 auto 60px;
}
/* SERVICE */
.index-service-box {
	text-align:center;
	width:960px;
	margin:0 auto;
	padding:70px 0;
}
.index-service-subtitle {
	font-size:1.6rem;
	color:#0076d0;
	margin:40px 0 30px;
}
.index-service-flex-box {
	display:-webkit-flex; /* Safari用 */
	display:flex;
	margin:0 -20px 0;
	-webkit-justify-content:space-between; /* Safari用 */
	justify-content:space-between;
	-webkit-flex-wrap:wrap; /* Safari用 */
	flex-wrap:wrap;
	-webkit-align-items:stretch; /* Safari用 */
	align-items:stretch;
}
.index-service-4box {
	padding:0 20px 0;
	-webkit-flex:0 0 25%; /* Safari用 */
	flex:0 0 25%;
	max-width:25%; /* IE11バグ対応 */
}
/* ABOUT */
.index-about-box {
	width:1200px;
	margin:0 auto 120px;
	padding:70px 100px;
	background:#FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  }
.about-table {
	width:100%;
}
.about-table th, .about-table td {
	line-height:2.0;
	padding:20px 0;
	border-bottom:1px solid #c9c9c9;
}
.about-table th {
	width:290px;
}
/* CONTACT */
.index-contact-box {
	margin:0 auto;
	padding:25px 60px;
  }
.index-form-box {
	width:795px;
	margin:0 auto 120px;
	padding:35px 60px 60px;
	background:#f2f2f2;
	border-radius: 10px;
  }
.form-subtitle {
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #aaaaaa;
}
.form-subtitle span {
	font-size:1.4rem;
	font-weight:normal;
}
.form-tel-fax {
	font-size:2.2rem;
	font-weight:bold;
	margin-bottom:50px;
}
.contact-table {
	width:100%;
}
.contact-table th, .contact-table td {
	display:block;
	text-align:left;
	width:100%;
	margin:5px 0;
}
.contact-table td {
	margin-bottom:10px;
}
.contact-table td input {
	font-size:1.4rem;
	padding:8px;
}
.required {
	font-size:1.2rem;
	color:#FFF;
	margin-right:5px;
	padding:2px 5px;
	background:#ff0b0b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.form-submit {
	text-align:center;
}
.form-submit input {
	font-size:1.3rem;
	color:#FFF;
	text-align:center;
	width:120px;
	margin:35px auto 0;
	padding:10px;
	background:#313131;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.form-submit input:hover {
	background:#000;
}


/* contents
------------------------------------------------------------ */
.service-nav {
	position:relative;
	height:340px;
	background:url(images/service_main_img.jpg) center top no-repeat;
}
.service-nav-black {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	background-color: rgba(0,0,0,0.6);
}
.service-nav-black ul {
	width:1000px;
	margin:0 auto;
}
.service-nav-black ul li {
	float:left;
	font-weight:bold;
	text-align:center;
	width:224px;
	height:50px;
	padding-top:14px;
	background:#f5f4f4;
	border:1px solid #dbdbdb;
}
.service-nav-black ul li:first-child {
	width:100px;
	background:#FFF;
	border-bottom:none;
}
.service-nav-black ul li a {
	color:#0d0d0d;
}
.service-nav-black ul li img {
	margin:3px 5px 0 0;
}

.contents-title {
	position: relative;
	text-align: center;
	font-size:2.4rem;
	font-weight:bold;
	width:520px;
	margin:0 auto;
	padding:90px 0;
}
.contents-title span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.contents-title::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #1b1b1b;
}
.contents-subtitle {
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	margin:70px auto 60px;
}
.service-box {
	width:1000px;
	margin:0 auto;
}
.service-left {
	float:left;
	width:442px;
}
.service-right {
	float:right;
	width:500px;
}
.service-white-box {
	height:304px;
	padding:20px 26px;
	background:#FFF;
	border:1px solid #c7c7c7;
}
.service-white-box .underline {
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #bfbfbf;

}
.service-white-box ul li {
	margin:0 0 10px 0;
}

/* 製紙業サポート */
.paper-table {
	width:100%;
	margin:-20px 0 175px;
}
.paper-table th, .paper-table td {
	line-height:1.8;
	padding:20px 40px;
	background:#FFF;
	border:1px solid #c9c9c9;
}
.paper-table th {
	text-align:center;
	width:270px;
	background:#e6e6e6;
}
.paper-txt1 {
	margin:45px 0 0;
	line-height:1.85;
}
.paper-txt2 {
	margin:35px 0 0;
	line-height:1.85;
}
/* 紙屋栄三郎 */
.kamiya-table {
	bottom:0;
	width:100%;
	margin-top:56px;
}
.kamiya-table th, .kamiya-table td {
	line-height:1.7;
	padding:5px 20px;
	background:#FFF;
	border:1px solid #c9c9c9;
}
.kamiya-table th {
	text-align:center;
	width:155px;
	background:#e6e6e6;
}
h3 {
	font-size:2.4rem;
	margin:60px 0 20px;
	padding-bottom:10px;
	border-bottom:1px solid #cfcfcf;
}
.kamiya-left {
	float:left;
	width:540px;
}
.kamiya-left p {
	line-height:1.85;
}
.kamiya-right {
	float:right;
	width:420px;
}
.lh24 {
	line-height:1.7;
}
/* コンサルティング事業 */
.consulting-box {
	width:1100px;
	margin:0 auto;
	padding:65px 120px 100px;
	background:#FFF;
}
.consulting-left {
	float:left;
	width:332px;
}
.consulting-right {
	float:right;
	width:450px;
}
.consulting-right p {
	line-height:2.6;
}
.consulting-catchphrase {
	font-size:2.0rem;
	font-weight:bold;
	line-height:1.9 !important;
}
.consulting-name {
	font-size:1.7rem;
	color:#b28850;
	line-height:1.75 !important;
}
.consulting-txt1 {
	font-size:1.8rem;
	color:#941616;
	line-height:2.0;
	text-align:center;
	margin-top:90px;
}
.consulting-flex-box {
	display:-webkit-flex; /* Safari用 */
	display:flex;
	-webkit-justify-content:space-between; /* Safari用 */
	justify-content:space-between;
	-webkit-flex-wrap:wrap; /* Safari用 */
	flex-wrap:wrap;
	-webkit-align-items:stretch; /* Safari用 */
	align-items:stretch;
	margin:74px 0;
}
.consulting-flex-box .consulting-3box {
	box-sizing: border-box;
	-webkit-flex: 0 0 33.3333%; /* Safari用 */
	flex: 0 0 33.3333%;
	max-width: 33.3333%; /* IE11バグ対応 */
}
.consulting-flex-box .consulting-3box .circle {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 18px;
  color: #FFF;
  line-height:1.75;
  letter-spacing:1px;
  text-align: center;
  background-color: #941616;
}
.consulting-flex-box .consulting-3box .circle p {
  position: relative;
  top:50%;
  transform: translateY(-50%);
}
.consulting-list {
	line-height:1.8;
	margin-top:30px;
}
.consulting-list-title {
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #626262;
}
/* 個人情報保護方針 */
.privacy-box {
	width:1000px;
	margin:0 auto;
	padding-bottom:120px;
}
.privacy-txt1 {
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #CCC;
}
.privacy-box ol li {
	margin-bottom:40px;
}
.privacy-box ol li ul li {
	list-style-type:disc;
	margin:5px 0 0 25px;
}
/* 確認画面　THANKS */
.mail-table {
	width:100%;
}
.mail-table th, .mail-table td {
	padding:20px;
	background:#FFF;
	border:1px solid #FFF;
	border:1px solid #CCC;
}
.mail-table th {
	width:200px;
	background:#e6e6e6;
}
.mail-submit {
	float:left;
	margin-right:20px;
}
.mail-submit input {
	font-size:1.3rem;
	color:#FFF;
	text-align:center;
	width:120px;
	margin:35px auto 0;
	padding:10px;
	background:#313131;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.mail-submit input:hover {
	background:#000;
}
.thanks-txt {
	text-align:center;
	margin:60px auto;
}





.ophv {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.ophv:hover {
	opacity: .5;
}
.header-wrap {
	background-color: #001b50;
}
.low #pagehead {
	background-image: url(../images/low_head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}
#pagehead p {
	width: 1000px;
	margin: 0 auto;
}
.index-service-subtitle {
  color: #001b50;
	font-weight: bold;
}
.index-contact-box {
	padding: 0;
	padding-top: 60px;
}
.footer-wrap-gray {
  background: #001b50;
}
.copyright {
	background-color: #001b50;
	color: #fff;
}
body {
	background-image: url(../images/bg_01.png);
}
.section:last-of-type {
	margin-bottom: 140px;
}
.low h2 {
	background-color: #001b50;
	text-align: center;
	padding: 70px 0;
}
h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 0;
	padding-top: 60px;
	margin-top: 0;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
h4 {
	font-weight: bold;
}
p {
	margin: 0;
}
.index-contact-box {
	padding-bottom: 170px;
}
.index-form-box {
	margin-bottom: 0;
}
/* top
----------------------------------------------------*/
#top #pagehead {
	background-image: url(../images/top_head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}
#top #section02 .index-subtitle {
    padding-top: 0;
}
/* top end ----------------------------------------*/


/* service
----------------------------------------------------*/
#service .index-service-box {
	padding: 0;
}
#service #section01 .img {
	margin-bottom: 40px;
}
#service #section01 .txt {
	margin-bottom: 50px;
}
#service #section02 .txt {
	margin-bottom: 30px;
}
#service #section03 li {
	margin-bottom: 40px;
}
/* service end ----------------------------------------*/


/* contact
----------------------------------------------------*/
#contact .index-contact-box {
    padding: 0;
}
#contact .inner {
	width: 790px;
	margin: 0 auto;
}
#contact #section02 .txt {
	margin-bottom: 30px;
}
#contact #section02 li {
	margin-bottom: 30px;
}
#contact .address {
	font-style: normal;
	margin-top: 30px;
}
.form-submit button {
  font-size: 1.3rem;
  color: #FFF !important;
  text-align: center;
  width: 120px;
  margin: 35px auto 0;
  padding: 10px !important;
  background: #313131 !important;
  border: none;
  border-radius: 5px;
}
button.mfp_element_submit.mfp_element_all {
    background: none;
    text-shadow: none;
    color: #fff;
}
/* contact end ----------------------------------------*/
