/*
#overview
レイアウト
*/

html,
body,
#wrapper {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body > #wrapper {
	height: auto;
}

#wrapper {
	min-height: 100%;
	width: 100%;
	position: relative;
}

#main {
	width: 100%;
	padding-bottom: 160px;
	background-image: url(../img/bg_amber.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-size: 100%;
}

#main.toppage {
	padding-bottom: 0;
}

#footer {
	height: 60px;
	margin: 0 auto;
}

/*
.btmBnr{//スマホ　フッター　バナー
    width: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    a{
        display: block;
        margin: 0 10px 10px 0;
        &.toTop{
            display: block;
            width: 30px;
            height: 30px;
            background: #fff;
            order: 2;
            position: relative;
            &::before{
                content: '';
                display: block;
                width: 12px;
                height: 12px;
                margin: 12px auto 0;
                border: {
                    width: 2px 2px 0 0;
                    style: solid;
                    color: #000;
                };
                transform: rotate(-45deg);
            }
        }
    }
    @media (max-width: 991px){
        display: block;
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        transition: bottom .4s ease;
        &.open{
            bottom: 0;
            z-index: 11;
        }
        a.toTop{
            width: 30px;
            margin: 0 8px 8px 0;
            position: absolute;
            top: -38px;
            right: 0;
            background: #fff;
            &::before{
                border-color: #000;
            }
        }
    }
    @media (max-width: 320px){
        a{
            font-size: 14px;
        }
    }
}
*/

/*
#overview
パーツ
*/

.hilite {
	display: inline;
	line-height: 1.7;
	padding: 0;
	background: #ffff00;
}

hr {
	display: block;
	padding: 2px;
	margin: 5rem 0 !important;
	background: #000a58;
}

ul.paging {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}

ul.paging li span,
ul.paging li a {
	display: block;
	width: 35px;
	line-height: 35px;
	border: 2px solid #00afcc;
	text-align: center;
	margin: 0 2.5px;
}

ul.paging li a {
	background: #00afcc;
	color: #fff;
	transition: all 0.4s ease;
}

ul.paging li a:hover {
	background: #000a58;
	border-color: #000a58;
}

ul.paging li span {
	color: #000a58;
}

/*
#wrapper{
    display: none;
    _position: absolute; //IE6対策
}

.loader{
    width: 100%;
    height: 100vh;
    background: {
        image: url(../img/bg_whiteArch.jpg);
        repeat: repeat-y;
        position: 0 0;
        size: 100%;
    };
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    .logoarea{
        width: 20%;
        height: 1em;
        padding-top: 20%;
        overflow: hidden;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        @media screen and (max-width: 767px){
            width: 40%;
            padding-top: 40%;
        }
    }
}
*/

body {
	font-family: "Helvetica Neue", Helvetica, yu-mincho-pr6n, sans-serif;
	font-size: 14.5px !important;
	font-feature-settings: "palt";
	line-height: 28px !important;
	color: #000 !important;
}

body a {
	color: #000;
}

body a:hover {
	color: #000;
	text-decoration: underline;
}

header {
	width: 100%;
	height: auto;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}

header.top .logoMark {
	opacity: 0;
}

header .menu_btn {
	display: none;
}

header .header_inner {
	display: flex;
}

header .header_inner h1 {
	width: calc(100% - 200px - 4rem);
}

header .header_inner h1 a {
	opacity: 1;
	display: block;
	width: 250px;
	min-width: 120px;
	height: 0;
	padding-top: 120px;
	line-height: 120px;
	overflow: hidden;
	margin: 1.5rem 0 0 7rem;
	background-image: url(../img/logo_amber_bk.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

header .header_inner #Menu {
	width: 200px;
	height: auto;
	margin-right: auto;
	margin-top: 4.5rem;
}

header .header_inner #Menu nav#mainNav {
	width: 100%;
	position: relative;
}

header .header_inner #Menu nav#mainNav ul.menu {
	width: 100%;
	height: 60px;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}

header .header_inner #Menu nav#mainNav ul.menu > li a {
	display: inline-block;
	height: 45px;
	line-height: 1.4;
	padding: 0;
	margin-bottom: 1rem;
	font-size: 27px;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid transparent;
	transition: color 0.4s ease;
}

header .header_inner #Menu nav#mainNav ul.menu > li a:hover {
	color: #000;
}

header .header_inner #Menu .menu_footer {
	display: none;
}

.contents {
	width: calc(100% - 200px - 5rem);
	padding-top: 250px;
}

.contents#topPage {
	width: 100%;
	padding-bottom: 83.3333333333px;
}

.contents .cntnts_inner {
	width: calc(100% - 14rem);
	margin: 0 auto;
}

.contents .cntnts_inner > h2 {
	display: none;
}

footer {
	padding-top: 1rem;
	position: relative;
}

footer .sp_footer {
	display: none;
}

footer address {
	width: 100%;
	height: auto;
	padding-right: 1.5rem;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.en {
	font-family: helvetica neue;
}

.mincho,
#profile .memb_list ul li,
.jp {
	font-family: yu-mincho-pr6n;
}

#topPage #slick_top {
	opacity: 0;
}

#topPage #slick_top button {
	width: 25px;
	height: 25px;
	margin-left: 71.5%;
	padding: 0;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	z-index: 11;
}

#topPage #slick_top button.prev-arrow {
	width: 24px;
	height: 120px;
	background-image: url(../img/arrow_prev.svg);
	position: absolute;
	top: -60px;
	left: 0;
}

#topPage #slick_top button.next-arrow {
	width: 24px;
	height: 120px;
	background-image: url(../img/arrow_next.svg);
	position: absolute;
	bottom: 60px;
	left: -24px;
}

#topPage #slick_top .slick-list {
	position: relative;
}

#topPage #slick_top .slick-list::after {
	content: "";
	display: block;
	width: 100%;
	height: 140px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#topPage #slick_top .slick-slide {
	position: relative;
}

#topPage #slick_top .slick-slide .imgWrap {
	display: block;
	width: 66.66%;
	position: relative;
}

#topPage #slick_top .slick-slide .imgWrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: absolute;
	top: 0;
	left: 0;
}

#topPage #slick_top .slick-slide .imgWrap img {
	width: 100%;
	height: auto;
}

#topPage #slick_top .slick-slide .caption {
	display: none;
	table-layout: fixed;
	padding: 0 3rem 0 7rem;
	margin: 0;
	color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	transition: 0.3s ease;
	text-decoration: none;
}

#topPage #slick_top .slick-slide .caption .inner {
	display: table-cell;
	vertical-align: middle;
}

#topPage #slick_top .slick-slide .caption .inner h2 {
	line-height: 1.2;
	margin-top: -6px;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: normal;
}

#topPage #slick_top .slick-slide .caption .inner p {
	line-height: 1.2;
	margin-bottom: 0;
	font-size: 15px;
}

#topPage #slick_top .slick-current .caption {
	opacity: 1;
	transition-delay: 0.5s;
}

#projects .pjct_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#projects .pjct_list ul li {
	margin-bottom: 2rem;
}

#projects .pjct_list ul li::after {
	content: "";
	display: block;
	width: 100%;
	border: 1px solid #000;
}

#projects .pjct_list ul li:last-child {
	margin-bottom: 0;
}

#projects .pjct_list ul li a {
	display: block;
	text-decoration: none;
	margin-bottom: 2rem;
	transition: opacity 0.4s ease;
}

#projects .pjct_list ul li a:hover {
	color: #000;
	opacity: 0.5;
}

#projects .pjct_list ul li a dl {
	display: flex;
}

#projects .pjct_list ul li a dl dt,
#projects .pjct_list ul li a dl dd {
	width: 50%;
	padding: 0;
	margin: 0;
}

#projects .pjct_list ul li a dl dt img {
	width: 100%;
	height: auto;
}

#projects .pjct_list ul li a dl dd {
	display: table;
	table-layout: fixed;
}

#projects .pjct_list ul li a dl dd .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 3rem;
}

#projects .pjct_list ul li a dl dd .inner h3 {
	margin-bottom: 1rem;
	font-weight: normal;
	font-size: 23px;
}

#projects .pjct_list ul li a dl dd .inner span {
	display: inline-block;
	line-height: 1.5;
	font-size: 13px;
}

#project {
	display: flex;
	flex-wrap: wrap;
}

#project .cntnts_inner.ttl {
	order: 1;
}

#project .cntnts_inner.caption {
	margin-bottom: 3rem;
	order: 2;
}

#project .cntnts_inner.pjct {
	order: 3;
}

#project .titleWrap {
	margin-bottom: 4rem;
}

#project .titleWrap h2 {
	line-height: 1.2;
	margin-bottom: 1.3rem;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 1px;
}

#project .titleWrap h2 span {
	display: block;
	padding-top: 1rem;
	font-size: 23px;
}

#project .titleWrap p {
	margin: 0;
	line-height: 1.6;
	font-size: 13px;
}

#project .titleWrap p.jp {
	margin-bottom: 8px;
}

#project .titleWrap p small {
	display: inline-block;
}

#project .caption p {
	line-height: 27px;
	margin-bottom: 2rem;
}

#project .caption p.jp {
	line-height: 28px;
}

#project .sliderArea #slick_each {
	width: 100%;
}

#project .sliderArea #slick_each .slick-list .slick-slide {
	margin-bottom: 4rem;
}

#project .sliderArea #slick_each .slick-list .slick-slide img {
	width: 100%;
	height: auto;
}

#project .sliderArea #slick_each button {
	width: 100px;
	height: 25px;
	padding: 0;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	z-index: 11;
}

#project .sliderArea #slick_each button.prev-arrow {
	background-image: url(../img/projects/arrow_h_left.svg);
	position: absolute;
	bottom: 0;
	left: 0;
}

#project .sliderArea #slick_each button.next-arrow {
	background-image: url(../img/projects/arrow_h_right.svg);
	position: absolute;
	bottom: -20px;
	right: 0;
}

#project .sliderArea #slick_each .slide-dots {
	width: 140px;
	height: auto;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: -7px;
	right: calc(-13rem - 140px);
}

#project .sliderArea #slick_each .slide-dots li {
	width: 20%;
	height: 1px;
	margin: 7px 0;
	text-align: center;
}

#project .sliderArea #slick_each .slide-dots li button {
	width: 65%;
	height: 1px;
	margin: 0 auto;
	background: #000;
	text-indent: -9999px;
}

#project .sliderArea #slick_each .slide-dots li.slick-active button {
	border-width: 1px 0;
	border-style: solid;
	border-color: #000;
}

#news .news_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#news .news_list ul li {
	margin-bottom: 2rem;
	border-bottom: 1px solid #000;
}

#news .news_list ul li a {
	text-decoration: none;
}

#news .news_list ul li a dl dt {
	margin-bottom: 0.8rem;
	font-size: 13px;
	font-weight: normal;
}

#news .news_list ul li a dl dd h2 {
	line-height: 1.6;
	margin-bottom: 2rem;
	font-size: 14.5px;
	font-weight: normal;
}

#news .news_list ul li a dl dd h2 span {
	display: block;
	line-height: 1.6;
	margin-bottom: 0.8rem;
}

#news .pager {
	display: flex;
	list-style: none;
	justify-content: center;
}

#news .pager li {
	margin: 2rem 5px;
	border-bottom: none !important;
}

#news .pager li a,
#news .pager li span {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 23px;
	border: 1px solid #000;
	text-align: center;
}

#news .pager li span {
	background: #000;
	color: #fff;
}

#news .pager li a:hover {
	background: #000;
	color: #fff;
}

#news .pager li:first-child a,
#news .pager li:last-child a {
	height: 0;
	padding-top: 23px;
	line-height: 23px;
	overflow: hidden;
	position: relative;
}

#news .pager li:first-child a::before,
#news .pager li:last-child a::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-50%);
}

#news .pager li:first-child a:hover,
#news .pager li:last-child a:hover {
	background: #000;
}

#news .pager li:first-child a:hover::before,
#news .pager li:last-child a:hover::before {
	border-color: #fff;
}

#news .pager li:first-child a::before {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #000;
	transform: rotate(-45deg);
	left: 5px !important;
}

#news .pager li:last-child a::before {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #000;
	transform: rotate(-45deg);
	right: 5px !important;
}

#news .titleWrap {
	margin-bottom: 4rem;
}

#news .titleWrap p {
	margin-bottom: 1rem;
	font-size: 13px;
}

#news .titleWrap h2 {
	line-height: 1.7;
	margin-bottom: 1rem;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 1px;
}

#news .titleWrap h2 span {
	display: block;
	line-height: 1.5;
	padding-top: 1rem;
	font-size: 23px;
}

#news .news_detail p {
	margin-bottom: 2rem;
}

#news .news_detail img {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}

#news .news_detail hr {
	height: 1px;
	padding: 0;
	margin: 4rem 0 !important;
	border: none;
	background: #000;
	opacity: 1;
}

#philosophy .sec1 {
	margin-bottom: 6rem;
}

#philosophy .sec1 .en p {
	line-height: 1.6;
	margin-bottom: 2rem;
	font-size: 23px;
	text-align: justify;
}

#philosophy .sec1 .jp p {
	line-height: 1.7;
	font-size: 23px;
}

#philosophy .sec2 .en p {
	margin-bottom: 2rem;
	text-align: justify;
}

#philosophy .sec2 .jp p {
	text-align: justify;
}

#profile .memb_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#profile .memb_list ul li {
	letter-spacing: 1px;
	margin-bottom: 6rem;
}

#profile .memb_list ul li:last-child {
	margin-bottom: 0;
}

#profile .memb_list ul li figure {
	width: 160px;
	margin-bottom: 4rem;
}

#profile .memb_list ul li figure img {
	width: 100%;
	height: auto;
}

#profile .memb_list ul li h3 {
	margin-bottom: 2rem;
	font-size: 23px;
	font-weight: normal;
}

#profile .memb_list ul li .jp {
	margin-bottom: 7rem;
}

#profile .memb_list ul li .jp h3 {
	font-size: 23px;
}

#company .add h3 {
	margin-bottom: 2.5rem;
	font-size: 23px;
	font-weight: normal;
}

#company .add .en {
	margin-bottom: 5rem;
}

#company .add .jp h3 {
	font-size: 23px;
}

#company .add p {
	margin-bottom: 4rem;
}

#company .add p span {
	display: inline-block;
	margin-right: 1rem;
}

#company .add p a {
	display: inline;
}

#company .mapArea {
	padding-bottom: 7rem;
	border-bottom: 1px solid #000;
}

#company .mapArea .mapWrap {
	width: 100%;
	height: 0;
	margin-bottom: 1rem;
	padding-top: 66.66%;
	position: relative;
}

#company .mapArea .mapWrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#company .company {
	padding-top: 7rem;
}

#company .company .jp {
	margin-bottom: 7rem;
}

#company .company h3 {
	margin-bottom: 2.5rem;
	font-size: 23px;
	font-weight: normal;
}

#company .company dl {
	display: flex;
	flex-wrap: wrap;
}

#company .company dl dt,
#company .company dl dd {
	margin-bottom: 2rem;
}

#company .company dl dt {
	width: 15%;
	padding-right: 5%;
	font-weight: normal;
}

#company .company dl dd {
	width: 80%;
}

#company .company ol {
	padding-left: 1rem;
}

#company .company ol li {
	line-height: 2.1;
}

#company .company ol li h4 {
	font-size: 1em;
	font-weight: normal;
}

#recruit .job_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#recruit .job_list li {
	margin-bottom: 7rem;
}

#recruit .job_list li:not(:first-child) {
	border-top: 1px solid #000;
	padding-top: 7rem;
}

#recruit .jp {
	margin-bottom: 7rem;
}

#recruit h3 {
	margin-bottom: 2.5rem;
	font-size: 23px;
	font-weight: normal;
}

@media (min-width: 992px) {

header .header_inner #Menu nav#mainNav ul.menu.projects li:nth-child(1) a {
	border-bottom: 2px solid #000;
}

header .header_inner #Menu nav#mainNav ul.menu.philo li:nth-child(2) a {
	border-bottom: 2px solid #000;
}

header .header_inner #Menu nav#mainNav ul.menu.profile li:nth-child(3) a {
	border-bottom: 2px solid #000;
}

header .header_inner #Menu nav#mainNav ul.menu.company li:nth-child(4) a {
	border-bottom: 2px solid #000;
}

header .header_inner #Menu nav#mainNav ul.menu.recruit li:nth-child(5) a {
	border-bottom: 2px solid #000;
}

header .header_inner #Menu nav#mainNav ul.menu.news li:nth-child(6) a {
	border-bottom: 2px solid #000;
}

}

@media (min-width: 1200px) {

.contents {
	width: calc(100% - 200px - 10rem);
}

}

@media (max-width: 1200px) {

header .header_inner h1 {
	width: calc(100% - 200px - 1rem);
}

header .header_inner h1 a {
	width: 200px;
	min-width: 120px;
	height: 0;
	padding-top: 100px;
	line-height: 100px;
	margin-left: 4rem;
}

.contents .cntnts_inner {
	width: calc(100% - 8rem);
}

#topPage #slick_top .slick-slide .caption {
	padding: 0 3rem 0 4rem;
}

#project .sliderArea #slick_each .slide-dots {
	width: 160px;
	right: calc(-7.5rem - 160px);
}

}

@media (max-width: 991px) {

#main {
	padding-bottom: 0;
}

#footer {
	height: auto;
	position: inherit;
}

body {
	font-size: 14px !important;
	line-height: 2em !important;
}

header.top .logoMark {
	opacity: 1;
}

header { /*
    height: 130px;
    padding-bottom: 170px;
    */
}

header .menu_btn {
	width: 25px;
	height: 22px;
	display: block;
	position: absolute;
	top: 30px;
	right: 20px;
	overflow: hidden;
	z-index: 2;
}

header .menu_btn a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

header .menu_btn a span {
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-0.5px);
}

header .menu_btn a::before,
header .menu_btn a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
}

header .menu_btn a::before {
	top: 0;
}

header .menu_btn a::after {
	bottom: 0;
}

header .menu_btn a.on span {
	display: none;
}

header .menu_btn a.on::before {
	top: calc(50% - 0.5px);
	transform: rotate(-135deg);
}

header .menu_btn a.on::after {
	bottom: calc(50% - 0.5px);
	transform: rotate(135deg);
}

header .header_inner h1 {
	z-index: 11;
}

header .header_inner h1 a {
	width: 140px;
	margin: 1.5rem 0 0 25px;
	padding-top: 50px;
	line-height: 50px;
}

header .header_inner #Menu {
	display: none;
	width: 100%;
	height: 100vh;
	margin-top: 0;
	padding-top: 130px;
	background-image: url(../img/bg_amber.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -100vh;
	transition: all 0.4s ease;
	-webkit-overflow-scrolling: touch;
}

header .header_inner #Menu.active {
	display: block;
	top: 0;
	overflow-y: scroll;
}

header .header_inner #Menu nav#mainNav {
	width: 100%;
	padding: 0 25px;
}

header .header_inner #Menu nav#mainNav ul.menu {
	height: auto;
	padding-bottom: 170px;
}

header .header_inner #Menu nav#mainNav ul.menu li {
	height: auto;
}

header .header_inner #Menu nav#mainNav ul.menu li a {
	display: block;
	padding: 0;
	margin-bottom: 1rem;
	font-weight: normal;
}

header .header_inner #Menu .menu_footer {
	display: block;
	width: 100%;
	height: 170px;
	position: absolute;
	left: 0;
	bottom: 0;
}

header .header_inner #Menu .menu_footer div {
	width: 100%;
	height: 35px;
	padding: 0 22px;
	text-align: right;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: normal;
}

.contents {
	width: 100%;
	padding-top: 130px;
	padding-bottom: 6rem;
}

.contents .cntnts_inner {
	width: 100%;
	padding: 0 25px;
}

.contents .cntnts_inner > h2 {
	display: inline-block;
	padding: 0 1px;
	margin-bottom: 3.5rem;
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 1px;
}

footer {
	padding-top: 3.5rem;
}

footer .sp_footer {
	display: block;
	padding: 0 25px 7rem;
}

footer .sp_footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .sp_footer ul li a {
	display: block;
	line-height: 1.4;
	margin-bottom: 1rem;
	font-weight: normal;
	font-size: 27px;
	text-decoration: none;
}

footer address {
	margin-bottom: 0;
	padding-right: 1.5rem;
	padding-bottom: 1rem;
}

#topPage #slick_top {
	opacity: 1;
}

#topPage #slick_top > div {
	width: calc(100% - 20px);
	margin-right: auto;
	margin-bottom: 1rem;
}

#topPage #slick_top > div:last-child::after {
	display: none;
}

#topPage #slick_top > div a {
	display: block;
}

#topPage #slick_top > div a.imgWrap {
	width: 100%;
	height: 0;
	padding-top: 56.27%;
	position: relative;
}

#topPage #slick_top > div a.imgWrap img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#topPage #slick_top > div a.caption {
	text-decoration: none;
}

#topPage #slick_top > div a.caption .inner {
	padding: 1.3rem 2rem 1rem;
}

#topPage #slick_top > div a.caption .inner h2,
#topPage #slick_top > div a.caption .inner p {
	font-weight: normal;
}

#topPage #slick_top > div a.caption .inner h2 {
	margin-bottom: 8px;
	font-size: 18px;
}

#topPage #slick_top > div a.caption .inner p {
	line-height: 1.5;
	font-size: 12px;
}

#project .cntnts_inner.caption {
	order: 3;
}

#project .cntnts_inner.pjct {
	margin-bottom: 3rem;
	padding: 0;
	order: 2;
}

#project .titleWrap {
	margin-bottom: 3rem;
}

#project .sliderArea #slick_each button {
	width: 80px;
}

#project .sliderArea #slick_each button.prev-arrow {
	left: 25px;
	bottom: 5px;
}

#project .sliderArea #slick_each button.next-arrow {
	right: 25px;
	bottom: -5px;
}

#project .sliderArea #slick_each button {
	z-index: 1;
}

#project .sliderArea #slick_each .slide-dots {
	width: auto;
	right: inherit;
	left: 50%;
	transform: translateX(-50%);
	bottom: 6px;
}

#project .sliderArea #slick_each .slide-dots li {
	width: 30px;
}

#news .titleWrap {
	margin-bottom: 3rem;
}

#philosophy .sec1 {
	margin-bottom: 4rem;
}

#profile .memb_list {
	width: 100%;
}

#company .add .en {
	margin-bottom: 4rem;
}

#company .add p {
	margin-bottom: 2rem;
}

}

@media (max-width: 767px) {

hr {
	padding: 1px;
	margin: 3rem 0 !important;
}

#project .titleWrap h2 {
	font-size: 19px;
}

#project .titleWrap h2 span {
	font-size: 20px;
}

#news .titleWrap h2 {
	font-size: 19px;
}

#news .titleWrap h2 span {
	font-size: 20px;
}

#philosophy .sec1 .en p {
	margin-bottom: 2.5rem;
	line-height: 1.6em;
	font-size: 20px;
	text-align: inherit;
}

#philosophy .sec1 .jp p {
	font-size: 19px;
}

#profile .memb_list ul li figure {
	width: 140px;
	margin-bottom: 2.5rem;
}

#profile .memb_list ul li h3 {
	margin-bottom: 2rem;
	font-size: 20px;
}

#profile .memb_list ul li .jp h3 {
	font-size: 19px;
}

#company .add h3 {
	margin-bottom: 1.5rem;
	font-size: 20px;
}

#company .add .jp h3 {
	font-size: 19px;
}

#company .company h3 {
	margin-bottom: 1.5rem;
	font-size: 20px;
}

#recruit h3 {
	margin-bottom: 1.5rem;
	font-size: 19px;
}

}

@media (max-width: 575px) {

#project .sliderArea #slick_each button {
	width: 50px;
}

#company .company dl dt {
	width: 30%;
	letter-spacing: 0;
}

#company .company dl dd {
	width: 70%;
}

#recruit .job_list li:not(:first-child) {
	padding-top: 4rem;
}

#recruit .job_list li {
	margin-bottom: 4rem;
}

#recruit .jp {
	margin-bottom: 4rem;
}

}

@media (max-width: 320px) {

body {
	font-size: 13px !important;
}

}

