@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 vertical-align:baseline;
 background:transparent;
 list-style: none;
 box-sizing: border-box;
 font-size: inherit;
}
html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
	display: block;
}

audio,
canvas,
progress,
video{
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]){
	display: none;
	height: 0;
}

[hidden],
template{
	display: none;
}

a{
	background-color: transparent;
}

a:active,
a:hover{
	outline: 0;
}

abbr[title]{
	border-bottom: 1px dotted;
}

b,
strong{
	font-weight: bold;
}

dfn{
	font-style: italic;
}


mark{
	background: #ff0;
	color: #000;
}

small{
	font-size: 80%;
}

sub,
sup{
	vertical-align: baseline;
	line-height: 0;
	position: relative;
	font-size: 75%;
}

sup{
	top: -0.5em;
}

sub{
	bottom: -0.25em;
}

img{
	border: 0;
}

svg:not(:root){
	overflow: hidden;
}

figure{
	margin: 1em 40px;
}

hr{
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre{
	overflow: auto;
}

code,
kbd,
pre,
samp{
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea{
	margin: 0;
	color: inherit;
	font: inherit;
}

button{
	overflow: visible;
}

button,
select{
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled]{
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	padding: 0;
	border: 0;
}

input{
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"]{
	padding: 0;
	box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
	height: auto;
}

input[type="search"]{
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

fieldset{
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend{
	padding: 0;
	border: 0;
}

textarea{
	overflow: auto;
}

optgroup{
	font-weight: bold;
}

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

td,
th{
	padding: 0;
}


/*------------------------------------------------------------
賢威テンプレートの共通設定
-------------------------------------------------------------*/

html{
	font-size: 62.5%;
	overflow-y: scroll;
/*   background-color: #000;*/
}

body{
	font-size: 16px;
	line-height:2;
	font-weight: 500;
	color: #333333;
  font-family: 'Noto Sans JP', "MS PGothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",  "メイリオ", Meiryo,"ＭＳ ゴシック","ＭＳ Ｐゴシック", sans-serif;  background-color: #fff;
}
@media only screen and (max-width: 1520px) {
  html {
    font-size:50%;
  }
	body{
		font-size: 14px;
	}
}

@media only screen and (max-width: 737px) {
	html{
		font-size: 62.5%;
	}
	body{
	font-size: 13px;
	line-height: 1.923;
	}
}

a{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	color: #333333;
}

a:hover,
a:active,
a:focus{
	opacity: .5;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6{
	font-style: normal;
	font-weight: normal;
}

q{
	quotes: none;
}

q:before,q:after{
	content: '';
	content: none;
}

img{
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

div{
	word-wrap: break-word;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{
	margin: 0;
}

button,
input,
select,
textarea,
optgroup,
option{
	vertical-align: baseline;
}

select{
	max-width: 100%;
}

textarea{
	min-height: 100px;
	vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
}

table{
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
	border-spacing: 0;
}

caption{
	text-align: left;
}

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

img{
	max-width: none\9;/*IE8への対応*/
}

html:not(:target) img{
    max-width: 100%; /*IE9以上への対応*/
}



q{
	background: #ccc;
}

dd{
	margin: 0;
	padding:0;
}
/* editor */
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;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}





/******************************************
汎用classの定義
- Stopgap Class
- Title
- Section
- Button
- link
- List
- Table Style
- Form Style
- Text Style
- Clearfix
******************************************
/* ----------------------------------------

- Stopgap Class

---------------------------------------- */
.bule {
	color: #00adef;
}
.grayBg {
	background-color: #EAEAEA;
	overflow: hidden;
}
.spNone {display: block!important;}
.pcNone {display: none!important;}
.fwB { font-weight: 700!important; }
.fwM { font-weight: 500!important; }
.alnC {text-align: center!important;}
.alnL {text-align: left!important;}
.alnR {text-align: right!important;}
@media only screen and (max-width: 737px){
	body {
		font-size: 1.3rem;
	}
	.spNone {display: none!important;}
	.pcNone {display: block!important;}
}
/* ----------------------------------------

- Title

---------------------------------------- */
/* title01
------------------------------- */
.title01 {
	margin-bottom: 15rem;
}
.title01 .main {
	font-size: 4.5rem;
	font-weight: 400;
	line-height: 1.333;
	letter-spacing: 0.05em;
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";
	color: #0E0E0E;
}
.title01 .sub {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: 0.02em;
	font-family: din-2014, sans-serif;
	color: #767676;
	margin-top: 3rem;
}
@media only screen and (max-width: 737px){
	.title01 {
		margin-bottom: 6.5rem;
	}
	.title01 .main {
		font-size: 2rem;

	}
	.title01 .sub {
		font-size: 1.2rem;
		margin-top: 1rem;
	}
}
/* title02
------------------------------- */
.title02 {
	margin-bottom: 3rem;
}
.title02 .main {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";
	color: #0E0E0E;
}
.title02 .sub {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: 0.05em;
	font-family: din-2014, sans-serif;
	color: #767676;
}
@media only screen and (max-width: 737px){
	.title02 {
		margin-bottom: 1.5rem;
	}
	.title02 .main {
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		line-height: 1.875;
	}
	.title02 .sub {
		font-size: 1.1rem;
	}
}
/* title03
------------------------------- */
.title03 {
	margin-bottom: 3rem;
}
.title03 .main {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.02em;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
	color: #0E0E0E;
}
.title03 .sub {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: 0.05em;
	font-family: din-2014, sans-serif;
	color: #767676;
}
@media only screen and (max-width: 737px){
	.title03 {
		margin-bottom: 1.5rem;
	}
	.title03 .main {
		font-size: 1.4rem;
	}
	.title03 .sub {
		font-size: 1.1rem;
	}
}
/* ----------------------------------------

- Section

---------------------------------------- */
#container {
	position: relative;
}
#content {
	margin-top: 30rem;
	margin-bottom: 35rem;
}
.section01 {
	margin-top: 30rem;
	margin-bottom: 30rem;
}
.section02 {
	margin-bottom: 10rem;
}
.section02:last-child {
	margin-bottom: 0;
}
.inner01 {
	width: 110rem;
	max-width: calc(100% - 36rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.home #content {
	margin-top: 0;
	margin-bottom: 0;
}
.site-header .inner01,
.site-footer .inner01,
.home .inner01,
.about-us .inner01 {
	width: 80%;
	max-width: calc(100% - 36rem);
/*	max-width: none;*/
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (max-width: 1200px){
	.inner01,
	.site-header .inner01,
	.site-footer .inner01,
	.home .inner01,
	.about-us .inner01 {
		width: 90%;
		max-width: none;
	}
}
@media only screen and (max-width: 737px){
	#content {
		margin-top: 13rem;
		margin-bottom: 13rem;
	}
	.section01 {
		margin-top: 13rem;
		margin-bottom: 13rem;
	}
	.section02 {
		margin-bottom: 5rem;
	}
	.inner01,
	.site-header .inner01,
	.site-footer .inner01,
	.home .inner01,
	.about-us .inner01 {
		width: auto;
		max-width:none;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

}
/* textSec
------------------------------- */
.textSec > * {
	margin-bottom: 2em;
}
.textSec > *:last-child {
	margin-bottom: 0;
}
/* imgSec
------------------------------- */
.imgSec01 .imgL {
	float: left;
	margin: 3px 60px 30px 0;
}
.imgSec01 .imgR {
	float: right;
	margin: 3px 0 30px 60px;
}
.imgSec01 .inTxt {
	overflow: hidden;
}
.imgSec01 .text > * {
	margin-top: 1.5em;
}
.imgSec01 .text > *:last-child {
	margin-bottom: 0;
}
@media screen and (max-width:737px) {
	.imgSec01 .spFlClear {
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}
}
/* ----------------------------------------

- Button

---------------------------------------- */
/* btn01
------------------------------- */
.btn01 {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2;
	font-weight: 400;
	font-family: "ゴシックMB101 R" ,"Gothic MB101 Regular", sans-serif;
	text-align: center;
	border: 1px solid #333333;
	padding: 2.75rem 4.4rem;
  overflow: hidden;
  transition: .3s;
  position: relative;
}
.btn01 .arw {
	display: inline-block;
	padding-left: 2rem;
	background: url(./images/icon/arw_right.svg) left center no-repeat;
	background-size: 0.6rem 1.2rem;
	transition: .5s;
}
.btn01:before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #333;
	transform: translateX(-100%);
	transition: .5s;
}
.btn01:hover {
	opacity: 1;
}
.btn01:hover span {
	transform: translateX(.5em);
	transition: .5s;
}
.btn01:hover:before {
	transform: translateX(0);
	transition: .5s;
}
@media only screen and (max-width: 737px) {
	.btn01 {
		font-size: 1rem;
		padding: .7rem 1.2rem;
	}
	.btn01 .arw {
		padding-left: 1rem;
		background-size: 0.3rem 0.6rem;
	}
}
/* ----------------------------------------

- link

---------------------------------------- */
/* link01(アンダーライン)
------------------------------- */
.link01 {
	text-decoration: underline;
}
.link01:hover {
	opacity: 1;
	text-decoration: none;
}
/* ----------------------------------------

- List

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

/* normallList
------------------------------- */
.normallList {
  display: inline-block;
	text-align: left;
}
.normallList li {
	margin-left: 1em;
	text-indent: -1em;
}
.normallList li:before {
	content: "・";
	display: inline;
}
/* notesList
------------------------------- */
.notesList {
	text-align: left;
}
.notesList li {
	margin-left: 1em;
	text-indent: -1em;
}
.notesList li:before {
	content: "※";
	display: inline;
}
/* dottedList
------------------------------- */
.dottedList {
  display: inline-block;
	text-align: left;
}
.dottedList li {
	margin-left: 1em;
	text-indent: -1em;
}
.dottedList li:before {
	content: "●";
	color: #959595;
	display: inline;
}
/* ----------------------------------------

- clearfix

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

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.imgSec01 {
	*zoom: 1;
}


/******************************************
各ページ流用スタイル
-lead
- worksList
- newsList
- functionalityList

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

- lead

---------------------------------------- */
.lead {
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: "ゴシックMB101 R" ,"Gothic MB101 Regular", sans-serif;
}
 .lead .main {
	font-size: 4.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
	color: #0E0E0E;
	margin-bottom: 8rem;
}
 .lead .sub {
	font-size: 3rem;
	line-height:1.875;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
	color: #0E0E0E;
	margin-bottom: 6rem;
}
@media only screen and (max-width: 737px) {
	.lead {
		line-height:1.923;
	}
	 .lead  .main {
		font-size: 1.6rem;
		margin-bottom: 3.7rem;
	}
	 .lead .sub {
		font-size:  1.6rem;
		margin-bottom: 3rem;
	}
}
/* ----------------------------------------

- worksList

---------------------------------------- */
.worksList > ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10%;
	overflow: hidden;
}
.worksList .worksBox {
	width: 30%;
	margin-right: 5%;
	margin-top: 10%;
}
.worksList .worksBox:nth-of-type(3n) {
	margin-right: 0;
}
.worksList .worksBox .imgWrap {
	padding-top:66.66%;
	margin-bottom: 3rem;
	position: relative;
	overflow: hidden;
	background-color: #fff;
  transition: .5s;
}
.home .worksList .worksBox .imgWrap {
	margin-bottom: 4.6rem;
}
.worksList .worksBox .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .5s;
}
.worksList .worksBox:hover {
	opacity: 1;
}
.worksList .worksBox:hover .imgWrap {
	background-color: #333;
}
.worksList .worksBox:hover .imgWrap img {
	opacity: .5;
	transform: translate(-50%,-50%) scale(1.1);
}
.worksList .worksBox .textWrap .title {
	font-size: 2rem;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: 0.02em;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
	color: #0E0E0E;
}
.worksList .worksBox .textWrap .category {
	font-size: 1.4rem;
	font-weight: 400;
	font-family: "ゴシックMB101 R" ,"Gothic MB101 Regular", sans-serif;
	letter-spacing: 0.02em;
	color: #767676;
	margin-top: 1.6rem;
}
.worksList .worksBox .textWrap .category li{
	display: inline-block;
}
.worksList .worksBox .textWrap .category li:after {
	content: "　/　";
}
.worksList .worksBox .textWrap .category li:last-child:after {
	content: "";
}
.worksList .no-post {
	font-weight: 400;
	font-family: "ゴシックMB101 R" ,"Gothic MB101 Regular", sans-serif;
	color: #767676;
}
@media only screen and (max-width: 737px) {
	.worksList > ul {
		margin-top: -1.5rem;
	}
	.worksList .worksBox,
	.worksList .worksBox:nth-of-type(3n) {
		width: calc(50% - 1.5rem / 2);
		margin-right: 1.5rem;
		margin-top: 1.5rem;
	}
	.worksList .worksBox:nth-of-type(2n) {
		margin-right: 0;
	}
	.worksList .worksBox .imgWrap,
	.home .worksList .worksBox .imgWrap {
		margin-bottom: 1.5rem;
	}
	.worksList .worksBox .textWrap .title {
		font-size: 1.3rem;
		line-height: 1.92;
	}
	.worksList .worksBox .textWrap .category {
		font-size: 1rem;
		line-height: 1.8;
		margin-top: 1rem;
	}
}
/* ----------------------------------------

- newsList

---------------------------------------- */
.newsList .newsBox {
	margin-bottom: 5.5rem;
}
.newsList .newsBox:last-child {
	margin-bottom: 0;
}
.newsList .newsBox a {
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.newsList .newsBox .imgWrap  {
	width: 22rem;
	margin-right: 4%;
}
.newsList .newsBox .imgWrap .img {
   padding-top: 77.2727%;
  background-color: #fff;
	overflow: hidden;
	position: relative;
  transition: .5s;
}
.newsList .newsBox .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .5s;
}
.newsList .newsBox:hover {
	opacity: 1;
}
.newsList .newsBox:hover .imgWrap .img{
  background-color: #333;
}
.newsList .newsBox:hover .imgWrap img {
	opacity: .5;
	transform: translate(-50%,-50%) scale(1.1);
}
.newsList .newsBox .textWrap {
	width: calc(96% - 22rem);
}
.newsList .newsBox .date {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 400;
	font-family: din-2014, sans-serif;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #767676;
	margin-bottom: 2rem;
}
.newsList .newsBox .textWrap .title {
	font-size: 3rem;
	letter-spacing: 0.02em;
	line-height: 1.833;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
	color: #0E0E0E;
}
.newsList .newsBox .textWrap .category {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	font-family: "ゴシックMB101 R" ,"Gothic MB101 Regular", sans-serif;
	color: #767676;
	letter-spacing: 0.03em;
	margin-top: 2rem;
}
@media only screen and (max-width: 737px) {
	.newsList .newsBox {
		margin-bottom: 2.75rem;
	}
	.newsList .newsBox:last-child {
		margin-bottom: 0;
	}
	.newsList .newsBox .imgWrap  {
		width: 28%;
		margin-right: 6%;
	}
	.newsList .newsBox .imgWrap .img {
		padding-top: 87.3684%;
	}
	.newsList .newsBox .textWrap {
		width: 66%;
	}
	.newsList .newsBox  .date {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.newsList .newsBox .textWrap .title {
		font-size: 1.3rem;
		line-height: 1.65;
	}
	.newsList .newsBox .textWrap .category {
		font-size: 1rem;
		margin-top: 1rem;
	}
}
/* ----------------------------------------

- functionalityList

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

.functionalityList > ul > li {
	margin-top: -1px;
}
.functionalityList > ul > li > * {
	display: block;
	padding: 3rem 6.7rem;
	border: 1px solid #333333;
}
.functionalityList > ul > li > a {
	display: block;
	position: relative;
	overflow: hidden;
}
.functionalityList > ul > li > a .title {
	padding-right: 5rem;
	transition: .5s;
	position: relative;
}
.functionalityList > ul > li > a .title:before {
	content: "";
	width: 3.5rem;
	height: 100%;
	background: url(./images/icon/circle-arw_right.svg) right center no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.functionalityList > ul > li > a:hover {
	opacity: 1;
}
.functionalityList > ul > li > a:hover .title {
	opacity: 1;
	transform: translateX(5px);
}
.functionalityList > ul > li > a:before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #333;
	transform: translateX(-100%);
	transition: .5s;
}
.functionalityList > ul > li > a:hover:before {
	transform: translateX(0);
	transition: .5s;
}
.functionalityList .title .main {
	font-size: 2.5rem;
	line-height: 1.7;
	letter-spacing: 0;
	font-weight: 400;
	font-family: "ゴシックMB101 R" ,"Gothic MB101 Regular", sans-serif;
}
.functionalityList .title .sub {
	font-size: 1.8rem;
	line-height: 1.33;
	font-weight: 400;
	letter-spacing: 0;
	font-family: din-2014, sans-serif;
	color: #767676;
	margin-top: 0.5rem;
}
.functionalityList .comment  {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-family: "ゴシックMB101 R" ,"Gothic MB101 Regular", sans-serif;
	margin-top: 3.5rem;
}

@media only screen and (max-width: 737px) {
	.functionalityList > ul > li > * {
		padding: 2rem 1.5rem;
	}
	.functionalityList > ul > li > a .title {
		padding-right: 2rem;
	}
	.functionalityList > ul > li > a .title:before {
		width: 1.4rem;
	}
	.functionalityList .title .main {
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0.02em;
	}
	.functionalityList .title .sub {
		font-size: 1.1rem;
		line-height: 1.36;
		margin-top: 0.5rem;
	}
	.functionalityList .comment  {
		font-size: 1.2rem;
		letter-spacing: 0.02em;
		line-height: 2.08;
		margin-top: 3rem;
	}
}
