/*
Theme Name: Koneko
Theme URI: https://cms.1cloud.co.jp/
Version: 1.0
Description: 株式会社ワンクラウド
Author: 株式会社ワンクラウド　電話:088-855-4800
*/


/* ress.css */
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}svg:not([fill]){fill:currentColor}@media screen{[hidden~=screen]{display:inherit}[hidden~="screen"]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}
/* ress.css end */



@charset "utf-8";
ul{list-style:none;list-style-type:none}
.fl{float:left}
.fr{float:right}
.cb{clear:both}
.bn{border:none!important}
/* font */
.fwb{font-weight:bold!important}.fwn{font-weight:normal!important}.fs70{font-size:70%!important}.fs75{font-size:75%!important}.fs80{font-size:80%!important}.fs85{font-size:85%!important}.fs90{font-size:90%!important}.fs120{font-size:120%!important}.fs150{font-size:150%!important}.fs200{font-size:200%!important}.lh1-3{line-height:1.3!important}
/* end */
/* margin */
.mt3{margin-top:3px!important}.mt6{margin-top:6px!important}.mt10{margin-top:10px!important}.mt15{margin-top:15px!important}.mt30{margin-top:30px!important}.mb0{margin-bottom:0px!important}.mb3{margin-bottom:3px!important}.mb6{margin-bottom:6px!important}.mb9{margin-bottom:9px!important}.mb10{margin-bottom:10px!important}.mb12{margin-bottom:12px!important}.mb15{margin-bottom:15px!important}.mb18{margin-bottom:18px!important}.mb24{margin-bottom:24px!important}.mb30{margin-bottom:30px!important}.mb60{margin-bottom:60px!important}.mb90{margin-bottom:90px!important}.mb120{margin-bottom:120px!important}.f-mb30{margin-bottom:30px!important}.mr3{margin-right:3px!important}.mr6{margin-right:6px!important}
/* end */
/* padding */
.p0{padding:0!important}
.pb3{padding-bottom:3px!important}
/* end */
.dn{display:none!important}
.db{display:block!important}
.dib{display:inline-block!important}
.tdu{text-decoration:underline!important}
.tdn{text-decoration:none!important}
.tdudashed{text-decoration:underline dashed!important}
.tdudotted{text-decoration:underline dotted!important}
.tdudouble{text-decoration:underline double!important}
.tduwavy{text-decoration:underline wavy!important}
.w100{width:100%}
.bvh{-webkit-backface-visibility:hidden}
.tal{text-align:left}.tac{text-align:center}.tar{text-align:right}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:15px}
address{font-style:normal}

/*** 標準CSS ***/
/* editor */
p {
	display: block;
	margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
/* img */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
 /* clearfix */
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*** 標準CSS end ***/

body {
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:focus {
	outline: none;
}
p {
	margin-bottom: 1.5em;
}
p.indent {
	text-indent: 1em;
}

/* header */
header {
	border-bottom: 1px solid #eee;
}
.credit {
	max-width: 960px;
	height: 90px;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: initial;
}
.creditL {
	float: left;
}
.creditLT {
	max-width: 300px;
	padding: 9px 0px;
	font-size: 12px;
	line-height: 18px;
}
.creditLTL {
	float: left;
	width: 300px;
}
.creditLTR {
	float: left;
	max-width: 300px;
}
.creditLB {
	font-size: 24px;
	line-height: 30px;
}
.creditR {
	float: right;
	font-size: 14px;
	line-height: 24px;
}
.creditR a {
	display: inline-block;
	padding: 6px 18px;
	border-right: 2px dotted #aaa;
}
.creditR a:hover {
	text-decoration: underline;
}
.creditRT {
	margin-bottom: 9px;
}
.creditRB {
	text-align: right;
}
.f-telno {
	display: inline-block;
	font-family: Century;
	font-size: 24px;
	line-height: 1;
}
img.f-tel {
	width: 24px;
	height: auto;
	margin-right: 8px;
	vertical-align: -3px;
}
.logo {
	display: inline-block;
	width: auto;
	height: 30px;
	margin-right: 6px;
	vertical-align: -6px;
}
.header {
	width: 100%;
	height: 600px;
	background-image: url(images/main2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.main-text-imagebox {
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0.5rem;
}
.main-text {
	float: left;
	width: calc(100% - 480px);
	padding: 4rem 0;
	font-size: 2.4rem;
	text-shadow:1px 1px 4px #fff;
	color: #fff;
}
.main-image {
	float: right;
	width: 450px;
	height: auto;
	padding: 3% 0.5rem;
}
.main-image {
	display: block;
	width: auto;
	max-height: 100%;
}
.bc {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 13px;
	line-height: 1;
	box-sizing: initial;
}
.bc a {
	text-decoration: underline;
}
.bc-home {
	margin-right: 3px;
	padding: 0 9px;
	font-family: Century;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #716246;
	border-radius: 2px;
	transition: opacity 0.3s;
}
.bc-home:hover {
	opacity: 0.4;
}
.header-menu {
	padding: 9px;
	border-top: 3px solid #716246;
}
.header-menu a {
	display: block;
	width: 240px;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 3rem;
	text-align: center;
	border: 2px solid #716246;
	border-left: 6px solid #716246;
	border-right: 6px solid #716246;
}
.header-menu a:hover {
	color: #fff;
	background-color: #716246;
	transition: all 0.3s;
}
/* header end */

/* main */
main {
	display: block;
	padding-top: 9px;
}
.main {
	max-width: 960px;
	margin: 0 auto;
	padding: 45px 0 60px;
}
.h1box {
	margin-bottom: 60px;
	text-align: center;
}
h1.title {
	padding: 0 9px;
	font-size: 21px;
	border-bottom: 1px solid #000;
}
.en {
	margin-top: 3px;
	padding-left: 12px;
	font-family: Century;
	font-weight: bold;
	line-height: 1;
	color: #555;
}
h2.subtitle {
	margin-bottom: 15px;
	padding: 3px 9px;
	font-size: 18px;
	border-left: 5px solid #716246;
}
/* main end */

/* footer */
footer {
	background-color: #eee;
}
.footer {
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 10px 0;
	box-sizing: initial;
}
.footer-menu {
	margin-bottom: 9px;
}
.footer-menu a {
	display: inline-block;
	width: calc(25% - 12px);
	margin: 0 3px;
	line-height: 48px;
	text-align: center;
	border: 3px solid #fff;
	background-color: #fff;
	transition: background-color 0.3s;
}
.footer-menu a:hover {
	color: #fff;
	background-color: #94846a;
}
.footer-content {
	padding: 30px 0 12px;
	text-align: center;
}
.fcL {
	float: none;
}
.footer-name {
	font-size: 21px;
}
.fcR {
	float: right;
}
.footer-image img {
	display: block;
	width: 270px;
	height: auto;
	margin: 30px auto 0;
}
.copyright-outer {
	background-color: #716246;
}
.copyright {
	max-width: 960px;
	margin: 0 auto;
	font-size: 14px;
	font-family: Century;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
/* footer end */

/* recruit */
.recruit {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: initial;
}
/* recruit end */

/* contact */
.cfbox {
	margin-bottom: 60px;
	padding: 30px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.cfitem {
	margin-bottom: 18px;
}
.cfitemL, .name {
	float: left;
	width: 200px;
	padding: 6px 3px;
	box-sizing: border-box;
}
.cfitemR, .value {
	float: left;
	width: calc(100% - 200px);
	padding: 3px;
	box-sizing: border-box;
}
.value textarea {
	height: 180px;
}
.cfitemR input, .cfitemR textarea, .value input, .value textarea {
	width: 100%;
	padding: 3px 5px;
	font-family : YuMincho, '游明朝', serif, 'メイリオ';
	font-size: 15px;
	background-color: #f3f3f3;
	border: 1px solid #eee !important;
	box-sizing: border-box;
}
input.acceptance-caution {
	border: 1px solid #333;
}
input.submit {
	padding: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.5rem;
	background-color: #00a381;
	box-sizing: border-box;
	transition: all 0.4s;
}
.submit:hover {
	opacity: 0.6;
	cursor: pointer;
}
.must {
	font-size: 0.8em;
	font-weight: bold;
	color: #c00;
}
.flowbox {
	margin-bottom: 60px;
}
ul.flowbox {
	list-style-type: disc;
	padding-left: 1em;
}
.flowbox li {
}
.arrow01box {
	padding: 0.5rem 0;
}
.arrow01box img {
	width: 48px;
	height: auto;
	margin-left: calc(20% - 24px);
}
/* end */
/* contact */
.contact {
	max-width: 720px;
	margin: auto;
	padding: 0 10px;
	box-sizing: initial;
}
.contact-form {
	margin-bottom: 60px;
	border-bottom: 1px solid #ddd;
}
.contact-form-item {
	border: 1px solid #ddd;
	border-bottom: none;
}
.cfiL, .cfiR {
	float: left;
	padding: 6px 9px;
}
.cfiL {
	width: 160px;
	padding: 12px 9px;
}
.cfiR {
	width: calc(100% - 214px);
}
.cfiR input[type="text"], .cfiR input[type="email"], .cfiR textarea {
	width: 100%;
	padding: 3px 6px;
	border: 3px solid #eee;
}
.cfiR .soshin {
	width: 240px;
	padding-left: 18px;
	font-size: 24px;
	line-height: 60px;
	color: #333;
	letter-spacing: 18px;
	background-color: #eee;
	transition: background 0.4s;
}
.cfiR .soshin:hover {
	background-color: #ddd;
}
.c-telno {
	display: inline-block;
	margin-bottom: 3px;
	font-family: Century;
	font-size: 30px;
	line-height: 1;
}
img.tel {
	width: 30px;
	height: auto;
	margin-right: 9px;
	vertical-align: -3px;
}
/* contact end */
/* privacy */
.privacy {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: initial;
}
.privacy ul li ul {
	margin-left: 2em;
}
.privacy ul li ul li ul {
	margin-left: 1em;
}
.privacy ul li ul li {
	list-style-type: decimal;
}
.privacy ul li ul li ul li ul li{
	list-style-type: disc;
}
.li-title {
	margin-top: 18px;
	font-size: 18px;
}
/* privacy end */
/* company */
.company {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: initial;
}
.greetings {
	margin-bottom: 30px;
}
.company-table {
	margin-bottom: 45px;
	background: url(images/1px333.png) repeat-y 180px top;
	border-bottom: 1px solid #ddd;
}
.ct-item {
	border: 1px solid #ddd;
	border-bottom: none;
}
.ctiL, .ctiR {
	float: left;
	padding: 12px 9px;
}
.ctiL {
	width: 160px;
}
.ctiR {
	width: calc(100% - 196px);
}
.c-presidentbox {
	display: block;
	float: right;
	width: 270px;
	height: auto;
	margin: 0 0 15px 30px;
	line-height: 1.3;
	text-align: center;
}
img.c-president {
	width: 100%;
	height: auto;
}
.c-president-namebox {
	float: right;
	width: 180px;
	height: auto;
}
img.c-president-name {
	width: 100%;
	height: auto;
}
/* conpany end */
/* front-page */
.mottobox {
	max-width: 960px;
	margin: 0 auto;
	padding: 45px 0 30px;
	border-bottom: 1px solid #eee;
}
.motto {
	padding: 0 30px;
}
.mottoH2 {
	margin-bottom: 15px;
	padding: 3px 15px;
	font-size: 30px;
	border-left: 5px solid #716246;
}
.certifybox {
	max-width: 960px;
	margin: 0 auto 45px;
	padding: 18px 30px;
	border-bottom: 1px solid #eee;
}
.certifyL, .certifyR {
	float: left;
	width: 50%;
	min-height: 180px;
	padding: 15px 30px;
	border: 1px solid #aaa;
}
.certifyL {
}
.certifyR {
	margin-left: -1px;
}
.certifyH2 {
	margin-bottom: 6px;
	font-size: 21px;
}
.mid-menu-outer {
	width: 100%;
	margin-bottom: 30px;
	padding: 45px 0;
	background-color: #f7f7f7;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.mid-menu {
	max-width: 720px;
	margin: 0 auto;
}
.mid-menu a {
	display: inline-block;
	width: 27.33%;
	margin: 0 3%;
	padding: 18px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	text-align: center;
	border: 2px solid #716246;
	background-color: #716246;
	transition: all 0.3s;
}
.mid-menu a:hover {
	color: #fff;
	opacity: 0.6;
}
.map-layer {
}
.map-content {
	margin-bottom: 12px;
	padding: 0 10px;
	box-sizing: initial;
}
.access {
	max-width: 720px;
	margin: 0 auto 30px;
}
.office-building {
	display: block;
	float: left;
	width: 240px;
	height: auto;
	margin: 0 30px 15px 0;
	border: 6px solid #716246;
}
.map {
	position: relative;
	width: 100%;
	height: 600px;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.f-vice-presidentbox {
	display: block;
	float: right;
	width: 210px;
	height: auto;
	margin: 0 0 15px 30px;
	line-height: 1.3;
	text-align: center;
}
img.f-vice-president {
	width: 100%;
	height: auto;
}
.wide {
	max-width: 960px;
	margin: 0 auto 30px;
	padding: 0 30px;
}
.narrow {
	max-width: 720px;
	margin: 0 auto;
}
.mid-logo-layer {
	padding: 18px 0;
	text-align: center;
	border-top: 1px solid #eee;
}
.mid-logobox {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
}
.fp-infocontent {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 1rem;
}
.fp-info {
	padding: 90px 0;
	background-color: #fafafa;
	border-top: 1px solid #eee;
}
.fp-infoitem {
	display: block;
	margin-top: -1px;
	padding: 1rem 2rem;
	text-decoration: underline;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.fp-infoitem:hover {
	opacity: 0.6;
}
.to-page {
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #aaa;
	transition: all 0.4s;
}
.to-page:hover {
	color: #fff;
	background-color: #716246;
}
.koneko-mari {
	float: right;
	width: 240px;
	height: auto;
	margin-left: 0.5rem;
	margin-bottom: 0.5rem;
}
/* front-page end */

/* info */
.infoitem:hover {
	opacity: initial !important;
}
.content-s {
	max-width: 600px;
	margin: 0 auto 6rem auto;
	text-align: left;
}
.infolist {
	display: block;
	margin-bottom: 1.5rem;
	text-decoration: underline;
}
.infolist:hover {
	opacity: 0.6;
}
.info-image img {
	display: block;
	width: 100%;
	max-width: 390px;
	height: auto;
	margin: 30px auto 30px;
}
.wp-pagenavibox {
	margin-top: 3rem;
}
/* info end */


















@media (max-width: 960px) {

.header {
	height: 450px;
}
.main-text-imagebox{
	position: relative;
}
.main-text {
	width: calc(100% - 328px);
	padding: 3rem 0;
	font-size: 1.8rem;
}
.main-image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 328px;
}



















}
@media (max-width: 720px) {

.credit {
	height: initial;
}
.creditL {
	width: 100%;
	margin-bottom: 15px;
}
.creditR {
	margin-bottom: 6px;
}
.creditR a {
	padding: 6px 12px;
}
/* footer */
.footer {
	padding: 30px 10px;
	box-sizing: initial;
}
.footer-menu a {
	display: block;
	width: calc(100% - 6px);
	margin: 9px 0;
}
/* footer end */
/* front-page */
.header {
	height: 360px;
}
.main-text {
	width: calc(100% - 276px);
	padding: 3rem 0;
	font-size: 1.5rem;
}
.main-image {
	width: 276px;
}
.mottobox {
	padding: 30px 0 15px;
}
.koneko-mari {
	width: 180px;
}
.motto {
	padding: 0 10px;
}
.certifybox {
	padding: 18px 10px;
}
.certifyL, .certifyR {
	float: none;
	width: 100%;
	min-height: initial;
	padding: 15px 18px;
}
.certifyR {
	margin-left: 0px;
	margin-top: -1px;
}
.f-vice-presidentbox {
	float: none;
	margin: 0 auto 15px;
}
.mid-menu {
	padding: 0 10px;
}
.mid-menu a {
	display: block;
	width: 100%;
	margin: 9px 0;
}
.office-building {
	float: none;
	margin: 0 auto 15px;
}
/* front-page end */
/* company */
.c-presidentbox {
	float: none;
	margin: 0 auto 15px;
}
.company-table {
	margin-bottom: 45px;
	background: none;
	border-bottom: 1px solid #ddd;
}
.ctiL, .ctiR {
	float: none;
	width: calc(100% - 18px);
}
.ctiL {
	border-bottom: 1px dashed #ddd;
}
/* company end */
/* contact */
.cfitem {
	margin-bottom: 18px;
}
.cfiL, .cfiR {
	float: none;
	width: calc(100% - 36px);
}
/* contact */
.cfbox {
	padding: 15px;
}
.cfitemL, .name {
	padding: 0px 3px;
}
.cfitemL, .cfitemR, .name, .value {
	float: none;
	width: 100%;
}
.main h1 {
	font-size: 1.5rem;
}
.main h2 {
	width: 17.5rem;
}
/* end */
/* contact end */









}
@media (max-width: 600px) {

.header {
	height: 360px;
}
.main-text {
	width: calc(100% - 150px);
	padding: 3rem 0;
	font-size: 1.5rem;
}
.main-image {
	width: 150px;
	height: auto;
}
.koneko-mari {
	width: 120px;
}









}
@media (max-width: 480px) {

.header {
	height: 360px;
}
.main-text {
	width: calc(100% - 150px);
	padding: 3rem 0;
	font-size: 1.2rem;
}
.main-image {
	width: 150px;
	height: auto;
}








}