@charset "UTF-8";
/* CSS Document */
/*---------------------------------
* utility
---------------------------------*/
html {
	font-size: 62.5%;
	/*16px×62.5%=10px*/
}

input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}


body {
	font-family: 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', YuGothic, HiraKakuProN-W3, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
	color: #282B2B;
	letter-spacing: 0.01em;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}

img {
	max-width: 100%;
	-webkit-backface-visibility: hidden;
}

a {
	color: #282B2B;
	text-decoration: none;
}



.sp-display {
	display: none!important;
}
.pc-display {
	display: block!important;
}



.fadein-up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 2s;
}
.fadein-up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.wrapper {
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 0 0 0;
	border-left: 1px solid rgba(220, 220, 220, 0.5);
	border-right:1px solid rgba(220, 220, 220, 0.5);
}

.wrapper.no-border {
	border-left: unset;
	border-right: unset;
}


.wrapper .hamburer-menu {
  font-size: max(0.9166875vw, 10px);
  color: rgb(0, 0, 0);
  line-height: 1.2;
  letter-spacing: 0.050em;
  margin-left: 7px;
}


.contact_btn {
	display: flex;
	justify-content: center;
	margin-top: 15.125vw;
	margin-bottom: 10vw;
}
.contact_btn .link {
	border-width: 1.333px;
	border-color: rgb(160, 160, 160);
	border-style: solid;
	width: 21.145875vw;
	height: 2.833375vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1vw;
	color: rgb(0, 0, 0);
	line-height: 1;
	letter-spacing: 0.2em;
}
.contact_btn .link:hover {
	color: #fff;
	background: #000;
	transition: background .5s ease-in-out;
}


.entry_btn {
	border-width: 1.333px;
	border-color: rgb(160, 160, 160);
	border-style: solid;
	width: 17vw;
	height: 2.833375vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1vw;
	line-height: 1;
	letter-spacing: 0.1em;

	margin-top:  5.3125vw;
	background: #fff;
}
.entry_btn .link {
	color: #000;
}
.entry_btn .link:before {
	content: "＋";
	margin-right: 1vw;
}
.entry_btn:hover {
	color: #fff;
	background: #000;
	transition: background .5s ease-in-out;
}
.entry_btn:hover .link {
	color: #fff;
}
.entry_btn:hover .link:before {
	content: "\02192";
	margin-right: 1vw;
}

header {
	position: fixed;
	width: 100%;
	height: 5.625vw;
	box-sizing: border-box;
	z-index: 1000;
	background-color: rgb(0, 0, 0);
}
section {
	padding-top: 5.625vw;
	flex: 1;
}
header .header-nav {

}
header .header-nav .company-log {
	position: absolute;
	margin-left: 2.5%;
	top: 50%;
	transform: translateY(-50%);
	width:  18.75vw;
}
header .header-nav .menu {
	position: absolute;
	right: 17.875%;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	display: flex!important;
}
header .header-nav .menu li {
	margin-left: 5.125vw;
}
header .header-nav .menu a {
	font-size: max(0.9166875vw, 10px);
	line-height: 1.2;
	color: rgb(255, 255, 255);
	position: relative;
	letter-spacing: 0.2em;
}
/*
header .header-nav .menu a:hover {
	border-bottom: solid 1px #fff;
	transform: border-bottom .5s ease-in-out;
}
*/
header .header-nav .menu li a span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: transform .3s;
	transform-origin: left top;
	transform: scale(0,1);
}

header .header-nav .menu li a:hover span:after {
	transform: scale(1,1);
}


.btn-trigger {
	display: none;
}
.slide-top {
	display: flex;
	justify-content: flex-end;
	margin-right: -21px;
	padding-bottom: 10px;
}
.slide-top span {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	line-height: 40px;
	background-color: #fff;
	border: 1px #cccccc solid;
	cursor: pointer;
}
.slide-top span:hover {
	color: #fff;
	background-color: #000;
	transition: background-color .5s ease-in-out;
}

footer .area {
	width: 100%;
	height: 3.4375vw;
	background-color: rgb(0, 0, 0);
	position: relative;
}
footer .area.common {
	height: 22.5vw;
}
footer .area.common .company {
	font-size: 1vw;
	color: rgb(255, 255, 255);
	line-height: 2;
	padding-top: 3.75vw;
	letter-spacing: 0.2em;
}
footer .area.common .company a {
	font-size: 1vw;
	color: rgb(255, 255, 255);
	line-height: 2;
	padding-top: 3.75vw;
	letter-spacing: 0.2em;
	text-decoration:underline;
	text-decoration-color:rgb(255, 255, 255);
}
footer .footer-nav {
	position: absolute;
	right: 8.125%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
footer .common .footer-nav {
	top: 90%;
}
footer .footer-nav .logo {
	font-size: max(0.83125vw, 10px);
	color: rgb(255, 255, 255);
	margin-right: 5.4375vw;
}
footer .footer-nav .sns {
	display: flex;
}
footer .footer-nav .sns a {
	margin-right: 1.4375vw;
}
footer .footer-nav .sns a:last-of-type {
	margin-right: 0;
}
footer .footer-nav .sns a img {
	width: 33px;
	cursor: pointer;
}

.wrapper h4 {
	font-size: 1.5vw;
	color: rgb(4, 4, 4);
	line-height: 1.2;
	padding-top: 10vw;
    padding-left: 1.25vw;
}



#top {
	padding-top: 5.5625vw;
}



#top .slider img{
}

#top .slider.slick-initialized .slick-slide {
	position: relative;
}

#top .slider .info {
	position: absolute;
	background-color: rgb(255, 255, 255);
	width: 15.4375vw;
	height: 2.375vw;
	bottom: 3.9375vw;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
	font-size: max(0.995vw, 10px);
	z-index: 100;
	letter-spacing: 0.1em;
}

#top .slider .info:hover {
	transition: background-color .5s ease-in-out;
	background-color: rgb(0, 0, 0);
}

#top .slider .info a {
	color: #000;
}

#top .slider .info:hover a {
	color: #fff;
}

#top .slider img{
	width: 100%;
}

#top .wrapper {
	padding: 0 10px;
}

#top .slider_wrapper{
	height: calc(100vh - 5.5vw);
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}

#top .slider{
	position: relative;
	width: 100%;
	height: 100%;
}

#top .slider .slick-list{
	height: 100%;
}

#top .slider .slick-track{
	height: 100%;
}


#top .slider .slider_img.slick-slide{
	position: relative;
}

#top .slider .slider_img.slick-slide>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#top .slider .slider_img .slider_text01{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	width: 80%;
}


#top .content {
	margin-top: 7.3125vw;
}
#top .content .list {
	display: flex;
	flex-wrap: wrap;
}
#top .content .list li {
	width: 25.75%;
}
#top .content .list li:nth-of-type(1) {
	margin-left : 1.5%;
	margin-right: 9.975%;
}
#top .content .list li:nth-of-type(2) {
	margin-right: 9.975%;
}
#top .content .list li:nth-of-type(3) {
	margin-right: 1.3%;
}
#top .content .list li:nth-of-type(4) {
	margin-top: 5.5vw;
	margin-left: 16.5%;
	margin-right: 7.1%;
}
#top .content .list li:nth-of-type(5) {
	margin-top: 5.5vw;
	margin-right: 12.6%;
}
#top .content .list h4 {
	margin-bottom: 5.0625vw;
	font-size: 1.5vw;
	letter-spacing: 0.09em;
	white-space: nowrap;
}
#top .content .list img {
	width: 85.79%;
}
#top .content .list .more {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #a0a0a0;
	width: 14.0625vw;
	height: 2.8125vw;
	margin: 1.875vw 0;
	background: #fff;
	color: #000;
}
#top .content .list .more:hover {
	background: #000;
	color: #fff;
	transition: background .5s ease-in-out;
}

#top .content .list .more:before {
	content: "＋";
	margin-right: 1vw;
}
#top .content .list .more:hover:before {
	content: "\02192";
}



#top .content .list .text {
    font-size: 1.1125vw;
    margin-top: 2.5vw;
    height: 6vw;
    line-height: 1.6;
}
#top .company {
	margin-top: 14.625vw;
	display: flex;
	justify-content: space-between;
	font-size: 1vw;
}
#top .company .data .jp {
	font-size: max(1vw, 10px);
	color: rgb(4, 4, 4);
	line-height: 2;
	margin-bottom: 3.5vw;
	letter-spacing: 0.2em;
}
#top .company .data .en {
	font-size: max(1vw, 10px);
	color: rgb(4, 4, 4);
	line-height: 2;
	letter-spacing: 0.2em;
}
#top .company .data .link {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	letter-spacing: 0.1em;
}
#top .company .data .link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #111;
	-webkit-transition: 0.2s cubic-bezier(0.18, 0.59, 0.36, 0.76);
	transition: 0.2s cubic-bezier(0.18, 0.59, 0.36, 0.76);
}
#top .company .data .link:hover:after {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
#top .company .data .map {
	margin-top: 3.5vw;
	line-height: 2;
	margin-bottom: 2vw;
}

#top .company .image {
	width: 49.625vw;
}

#top .company .image img {
	width: 100%;
}


#top .company .data .overview {
	display: inline-block;
}
#top .company .data .overview .flex{
	display: flex;
}
#top .company .data .wait {
	display: flex;
	width: 43px;
	height: 43px;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: all 0.3s ease-out;
	border: solid 1px #a0a0a0;
}
#top .company .data .hover {
	display: flex;
	background-color: #111;
	color: #fff;
	width: 0;
	height: 40px;
	align-items: center;
	justify-content: center;
	font-size: max(0.8125vw, 10px);
	opacity: 0;
	transition: all 0.25s ease-out;
}
#top .company .data .overview:hover .hover {
	width: 13.6875vw;
	opacity: 1;
}
#top .company .data .overview:hover .wait {
	opacity: 0;
}



#works h4 {
	letter-spacing: 0.1em;
}
#works .wrapper .content h4 {
	letter-spacing: 0.6em;
	margin-bottom: 6.85vw;
}
#works .wrapper .content {
	padding: 0 4.0625vw;
}
#works span.bold {
	font-weight: bold;
}
#works .wrapper .content.works-1 h3{
	font-size: 1.5vw;
	color: rgb(4, 4, 4);
	line-height: 1.2;
	margin-top: 10.25vw;
	letter-spacing: 0.6em;
}
#works .wrapper .content.works-1 .text {
	margin-top: 6.25vw;
	font-size: 1.1125vw;
	color: rgb(4, 4, 4);
	line-height: 2.25;
}
#works .wrapper .content.works-1 ul {
	margin-top: 8.5vw;
}
#works .wrapper .content.works-1 ul li {
	display: flex;
	position: relative;
	margin-bottom: 3.1875vw;
}
#works .wrapper .content.works-1 ul li:nth-child(2n) {
	flex-flow: row-reverse nowrap;
}
#works .wrapper .content.works-1 ul li img {
	width: 24.375vw;
	height: 14.1875vw;
	margin-right: 1.5625vw;
	margin-left: 0;
    max-width: 512px;
}
#works .wrapper .content.works-1 ul li:nth-child(2n) img {
	margin-right: 0;
	margin-left: 1.5625vw;
}

#works .wrapper .content.works-1 ul li dl dt {
	background-color: rgb(167, 156, 114);
	width: 34.375vw;
	height: 5vw;
	display: flex;
	align-items: center;

	position: absolute;
	left: 21.25vw;
	top: 1.125vw;
}



#works .wrapper .content.works-1 ul li dl dt span {
	font-size: 2vw;
	font-family: source-han-serif-japanese, serif;
	font-weight: 300;
	font-style: normal;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	display: inline-block;
	margin-left: 4.6875vw;
    letter-spacing: 0.2em;
}
#works .wrapper .content.works-1 ul li dl dd {
	border-width: 1.333px;
	border-color: rgb(167, 156, 114);
	border-style: solid;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3.25vw;
	width: 50.8125vw;
    max-width: 1070px;
}
#works .wrapper .content.works-1 ul li dl dd>span {
	font-size: 1.3333125vw;
	font-family: source-han-serif-japanese, serif;
	color: rgb(4, 4, 4);
	line-height: 2.25;
	display: inline-block;
	width: 41.5625vw;
	margin: 6.25vw 0 4.6875vw 0;
	max-width: 873px;
}


#works .wrapper .content.works-1 ul li dl dd span.adjust-1 {
	width: 44vw;
}

#works .wrapper .content.works-1 .banner {
	margin-top: 138px;
	display: flex;
	justify-content: center;
}

#works .wrapper .content.works-2 h4 {
	margin-bottom: 6.25vw;
}

#works .wrapper .content.works-2 .text {
	font-size: 1.1125vw;
	color: rgb(4, 4, 4);
	line-height: 2.25;
}

#works .wrapper .content.works-2 ul {
	width: 100%;
	margin-top: 136px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#works .wrapper .content.works-2 ul li {
	display: flex;
	margin-bottom: 2.375vw;
	width: 50%;
	align-items: flex-start;
}

#works .wrapper .content.works-2 ul li .image {
	width: 13.875vw;
}
#works .wrapper .content.works-2 ul li .merit {
	font-size: clamp(12px, 1.1125vw, 22px);
	line-height: 1.6;
	width: 21.625vw;
	margin: 1.625vw 1.2vw 0 1.2vw;
}

#works .wrapper .content.works-3 h4 {
	margin-bottom: 6.375vw;
}
#works .wrapper .content.works-3 .text {
	font-size: 1.1125vw;
	color: rgb(4, 4, 4);
	line-height: 2;
	margin-bottom: 5vw;
}
#works .wrapper .content.works-3 dl {
	border: 2px solid rgb(0, 28, 88);
}

#works .wrapper .content.works-3 dl dt {
	background-color: rgb(0, 28, 88);
	width: 100%;
	height: 3vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
#works .wrapper .content.works-3 dl dt span {
	font-size: 1.33125vw;
	font-weight: bold;
	line-height: 1.2;
	color: rgb(255, 255, 255);
}
#works .wrapper .content.works-3 dl dd ul {
	display: flex;
	flex-wrap: wrap;
	padding: 5vw 0 4vw 5vw;
}
#works .wrapper .content.works-3 dl dd ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.5vw;
	color: rgb(0, 28, 88);
	font-weight: bold;
	line-height: 2.667;
	margin-right: 1vw;
}
#works .wrapper .content.works-3 dl dd ul li:before {
	content: "";
	display: inline-block;
	background-color: rgb(0, 28, 88);
	width: 1.5vw;
	height: 1.5vw;
	margin-right: 1vw;
}
#works .wrapper .content.works-4 .text {
	font-size: 1.1125vw;
	color: rgb(4, 4, 4);
	line-height: 1.7;
	margin-bottom: 3vw;
}
#works .wrapper .content.works-4 .text .line-1 {
  font-size: 1.1125vw;
}
#works .wrapper .content.works-4 .link {
	border-width: 1.333px;
	border-color: rgb(160, 160, 160);
	border-style: solid;
	width: 24.333375vw;
	height: 2.833375vw;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 1vw;
	color: rgb(0, 0, 0);
	line-height: 1;
	letter-spacing: 0.2em;
}

#works .wrapper .content.works-4 .link:hover {
	color: #fff;
	background: #000;
	transition: background .5s ease-in-out;
}

#works .wrapper .content.works-5 {
	margin-bottom: 21.9375vw;
}
#works .wrapper .content.works-5 .text {
	font-size: 1.1125vw;
	color: rgb(4, 4, 4);
	line-height: 1.7;
	margin-bottom: 3vw;
}
#works .wrapper .content.works-5 .text .line-1 {
	font-size: 1.1125vw;
	letter-spacing: 0.2em;
}
#works .wrapper .content.works-5 ul {
	display: flex;
	justify-content: space-between;
	margin: 0 1%;
}
#works .wrapper .content.works-5 ul li {
	width: 30%;
}
#works .wrapper .content.works-5 ul li img {
	width: 100%;
}


#profile .content {
    padding: 0 1.25vw;
}

#profile h4 {
	padding-top: 10vw;
	font-size: max(1.5vw, 12px);
	color: rgb(4, 4, 4);
	line-height: 1.2;
	margin-bottom: 10vw;
	margin-left: -1.25vw;
	letter-spacing: 0.2em;
/*    padding-left: 1.25vw;*/
}
#profile ul li {
	margin-bottom: 3vw;
	line-height: 1.5;
}
#profile ul li dl {
	display: flex;
	flex-wrap: wrap;
}
#profile ul li dl dt {
	width: 34.75%;
	font-size: min(1.166875vw, 18px);
	margin-right: 15%;
	display: flex;
}
#profile ul li dl dd {
	font-size: min(1.166875vw, 18px);
}

/*#profile ul li dl dd:first-of-type{
	width: 22.35%;
}*/

#profile ul li dl dd:nth-of-type(2){
	width: 23.5%;
}

#profile ul li dl dt .item{
	display: inline-block;
	width: 10vw;
}

#profile ul li dl dd{
	display: flex;
}

#profile ul li dl dd .item02{
	display: inline-block;
	width: 20vw;
}


#profile ul li dl dt li, #profile ul li dl dd li {
	margin-bottom: 1vw;
}
#profile ul li dl dd li.adjust-1 {
       width: max(14.9vw, 16vw);
}

#profile ul li dl dt li.adjust-1 .next-line {
    display: inline-block;
    text-align: right;
    width: 100%;
}

#profile .access {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-top: 10vw;
}
#profile .access iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

#profile .contact_btn {
    margin-top: 8.75vw;
}

.access iframe,
.access object,
.access embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


#history .content {
	margin: 0 20px;
}
#history h4 {
	margin-bottom: 10vw;
	letter-spacing: 0.2em;
    padding-left: 1.25vw;
}
#history .content {
	display: flex;
	font-size: clamp(12px, 1.1125vw, 18px);
	justify-content: space-between;
}
#history .content .jp {
	width: 44.7%;
}
#history .content .en {
	width: 44.7%;
	margin-right: 0;
}
#history .content ul {
	margin-right: 8.5vw;
}
#history .content ul li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 3vw;
	line-height: 1.8;
}
#history .content ul li dl {
	display: flex;
}
#history .content ul li dl dt {
	display: flex;
	justify-content: space-between;
	width: 9vw;
	margin-right: 5.37vw;
}
#history .content ul li dl dd {
	width: 22.5vw;
}
#history h4.media {
	letter-spacing: 0.05em;
	margin-bottom:  5.75vw;
}
#history .content.media ul li dl dt {
	width: 10.5vw;
}
#history .content.media ul li dl dd {
	width: 24vw;
}
#history .content.magazines {
	display: block;
}
#history .content.magazines .note {
	margin-top: 6.25vw;
	margin-bottom: 6.25vw;
}
#history .content.magazines .note p {
	margin-top: 50px;
}
#history .content.magazines ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-right: unset;
}
#history .content.magazines ul li {
	margin-right: 1vw;
}



#recruit h4 {
	margin-bottom: 5.25vw;
	letter-spacing: 0.1em;
    padding-left: 1.25vw;
}
#recruit dl {
	width: 54.6875vw;
	margin: 6vw;
}
#recruit dl dt {
	padding: 3vw 16vw 3vw 10vw;
	width: 28vw;
	font-size: max(1.1125vw, 12px);

	border-top: solid 1px rgb(220, 220, 220);
	border-bottom: solid 1px rgb(220, 220, 220);

	display: flex;
	align-items: center;
	justify-content: space-between;
}
#recruit dl dd {
	padding: 3vw 8.25vw 3vw 10vw;
	width: 31vw;
	font-size: max(1.1125vw, 12px);
	line-height: 1.6;

	display: none;
}
#recruit .click {
	cursor: pointer;
}



#contact h4 {
	margin-bottom: 5.625vw;
	letter-spacing: 0.2em;
	padding-left: 1.25vw;
}


#contact #sendForm {

}
#contact #sendForm #details,select,label,input, textarea {
	width: 53.75vw;
	display: block;
	box-sizing: border-box;
	height: 2.4vw;
}

#contact #sendForm #details,select, input, textarea {
  border-width: 1.333px;
  border-color: rgb(160, 160, 160);
  border-style: solid;
  background-color: rgb(238, 238, 238);
}


#contact #sendForm textarea {
	height: 24vw !important;
}

#contact #sendForm label {
	margin-top: 3vw;
/*	margin-bottom: 1.5vw;*/
	font-size: max(1.1125vw, 12px);
}

#contact #sendForm label:before {
	content: "※";
	color: rgb(251, 3, 3);
	margin-right: 0.5625vw;
	margin-left: 1vw;
}

#contact #sendForm #submit {
	margin-top: 6vw;
	margin-bottom: 6vw;

	background: #fff;
	color: #000;

	border: 1px solid rgb(4, 4, 4);

	cursor: pointer;
	width:  14.375vw;
	height: 3vw;
	font-size: max(1vw, 13px);
}
#contact #sendForm #submit:hover {
	background: #000;
	color: #fff;
	transition: background .5s ease-in-out;
}

#contact .note {
	font-size: max(1vw, 12px);
	line-height: 1.6;
	margin-bottom: 10vw;
}

#info h4 {
	margin-bottom: 6vw;
	letter-spacing: 0.1em;
}
#info .content {
	margin-left: 5.625vw;
}

#info .content ul {
	width: 59.6875vw;
	line-height: 1.6;
	width: fit-content;
}

#info .content ul li {
	display: flex;
	border-top: solid 1px rgb(220, 220, 220);

	font-size: max(1.166875vw, 12px);
}
#info .content ul li dl {
	width: 41.25vw;
}
#info .content ul li dt {
	margin-top: 4.25vw;
}
#info .content ul li dt.new:after {
	content: 'NEW';
	line-height: 3;
	background: #000;
	color: #fff;
	padding: 0.2vw 3vw;
	margin-left: 1vw;
	width: 10vw;
}

#info .content ul li dd {
	margin-top: 3vw;
	margin-bottom: 4.5vw;
	padding-left: 1.6;
}
#info .content ul li div {
	display: flex;
	justify-content: center;
	align-items: center;
}
#info .content ul li div img {
	width: 100%;
}

#info .content .button {
	margin-top: 5.9375vw;
	width: 84.3%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#info .content .button .more {
	font-size: min(1.125vw, 18px);
	letter-spacing: 0.1em;
	border: solid 1px #000;
	width: 23.2%;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

	background-color: #fff;
	color: #000;
	transition: background-color .5s ease-in-out;
	will-change: background-color;
}

#info .content .button .more:hover {
	background-color: #000;
	color: #fff;
	transition: background-color .5s ease-in-out;
	will-change: background-color;
}

#info .hamburer-menu {
	margin-top: 10vw;
}

.header-nav_sp .title{
	color: #fff;
}

.header-nav-sp {
	letter-spacing: 0.1em;
}

.header-nav-sp-index{
	display: none;
}
.header-nav-sp-works{
	display: none;
}
.header-nav-sp-profile{
	display: none;
}
.header-nav-sp-history{
	display: none;
}
.header-nav-sp-recruit{
	display: none;
}
.header-nav-sp-contact{
	display: none;
}
.header-nav-sp-info{
	display: none;
}
.header-nav-sp-index.active{
	display: block;
}
.header-nav-sp-works.active{
	display: block;
}
.header-nav-sp-profile.active{
	display: block;
}
.header-nav-sp-history.active{
	display: block;
}
.header-nav-sp-recruit.active{
	display: block;
}
.header-nav-sp-contact.active{
	display: block;
}
.header-nav-sp-info.active{
	display: block;
}

.header.active .header-nav-sp-works.active{
	color: #000;
}

.header.active .header-nav-sp-profile.active{
	color: #000;
}

.header.active .header-nav-sp-history.active{
	color: #000;
}

.header.active .header-nav-sp-recruit.active{
	color: #000;
}

.header.active .header-nav-sp-contact.active{
	color: #000;
}

.header.active .header-nav-sp-info.active{
	color: #000;
}

@media screen and (max-width: 2120px){

	.wrapper{
		margin: 0 7.5vw 0 7.5vw;
	}

}




@media screen and (max-width: 900px){

  /*---------------------------------
  * utility
  ---------------------------------*/

	body {
	   min-width: initial; /* 初期値 */
	   min-width: 100%;
	}

	.wrapper{
		width: calc(100% - 40px);
		margin: 0 auto;
		border-left: unset;
		border-right: unset;
	}

	.sp-display{
		display: block!important;
	}

	.pc-display{
		display: none!important;
	}

	.entry_btn:hover{
		color: #000;
		background: #fff;
		transition: unset;
	}
	.entry_btn:hover .link {
		color: #000;
	}

	/*---------------------------------
	  * btn
	---------------------------------*/

	.btn-trigger{
		display: block;
		margin-right: -13px;
	}

	.btn-trigger button{
		display: block;
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance: none;
		background-color: transparent;
		border:none;
		stroke: #fff;
		stroke-width: 2px;
		width: 44px;
		height: 43px;
		margin: 0 auto;
	}

	.header_btn_menu{
		width: 22px;
		position: absolute;
		top: 22px;
		left: 50%;
		transform: translateX(-50%);
	}

	.btn-trigger.active .header_btn_menu{
		top: 34px;
		margin-top: 0;
	}

	.header_btn.active{
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 54px;
		height: 54px;
		z-index: 1000;
		background-color: transparent;
	}

	.contact_btn .link {
		height: 30px;
		width: 150px;
		padding-left: 10px;
	}
	.contact_btn .link:after {
		content: "→";
		margin-left: 10px;
	}
	.contact_btn .link:hover {
		color: unset;
		background: #fff;
		transition: unset;
	}

	.entry_btn {
		height: 40px;
		width: 225px;
		font-size: 13px;
		margin: 30px auto;
	}

	.btn-trigger svg{
	cursor: pointer;
	}


	use{
	  -webkit-transition: 0.5s all;
	  -moz-transition: 0.5s all;
	  -ms-transition: 0.5s all;
	  transition: 0.5s all;
	}

	.header.active .btn-trigger use:nth-of-type(1) {
	  -webkit-transform: translateX(-5px) translateY(30px) rotate(-45deg);
	  transform: translateX(-5px) translateY(30px) rotate(-45deg);
	}

	.header.active .btn-trigger use:nth-of-type(2) {
	  opacity: 0;
	}
	.header.active .btn-trigger use:nth-of-type(3) {
	  opacity: 0;
	}

	.header.active .btn-trigger button{
		stroke: #000;
	}

	.header.active .header-nav{
		display: block!important;
		margin-top: 60px;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}

	.header.active .header-nav .company-log{
		display: none;
	}

	.header.active .header-nav a{
		color: #565656;
		font-size: 18.5px;
		margin-bottom: 20px;
		display: block;
	}

	header .header-nav .menu{
		flex-direction: column;
		position: static;
		transform: unset;
		margin: 77.5px 11% 0 16%;
	}

	header .header-nav .menu li{
		margin-left: 0;
	}

	.header.active{
		background-color: #fff;
	}

	.sp_icon_bk{
		display: none;
	}

	.header.active .sp_icon_wh{
		display: none;
	}

	.header.active .sp_icon_bk{
		display: block;
	}


	/*---------------------------------
	  * header
	---------------------------------*/

	header{
		height: 60px;
		top: 0;
	}

	.header-nav_sp ul{
		display: flex!important;
		justify-content: space-between;
		height: 60px;
		align-items: center;
	}

	.header-nav_sp ul li:first-of-type{
		width: 27px;
	}

	.header-nav_sp ul li:nth-of-type(2) img {
		width: 156px;
	}

	#top{
		padding-top: 0;
		padding-bottom: 143px;
	}

	#top .slider_wrapper{
		height: calc(100vh - 60px);
	}

	#top .slider .info{
		width: 45%;
		height: 35px;
		bottom: 45px;
	}

	#top .slider .info:hover {
		transition: unset;
		background-color: rgb(255, 255, 255);
	}
	#top .slider .info:hover a {
		color: #000;
	}

	/*---------------------------------
	  * top
	---------------------------------*/

	#top .content{
		margin-top: 67.5px;
	}

	#top .content .list{
		flex-direction: column;
	}

	#top .content .list li{
		width: 100%;
		margin: 0;
		border: 2px solid #aaaaaa;
		margin-bottom: 22.5px;
		padding: 0 15px;
		box-sizing: border-box;
	}

	#top .content .list li:nth-of-type(1){
		margin: 0;
		background-image: url(../img/top/sp/sh_guide.png);
		background-repeat: no-repeat;
		background-size: cover;
		height: 297.5px;
		margin-bottom: 22.5px;
	}

	#top .content .list li:nth-of-type(2){
		margin: 0;
		background-image: url(../img/top/sp/sh_potfile.png);
		background-repeat: no-repeat;
		background-size: cover;
		height: 297.5px;
		margin-bottom: 22.5px;
	}

	#top .content .list li:nth-of-type(3){
		margin: 0;
		background-image: url(../img/top/sp/sh_history.png);
		background-repeat: no-repeat;
		background-size: cover;
		height: 297.5px;
		margin-bottom: 22.5px;
	}

	#top .content .list li:nth-of-type(4){
		margin: 0;
		background-image: url(../img/top/sp/sh_recruit.png);
		background-repeat: no-repeat;
		background-size: cover;
		height: 297.5px;
		margin-bottom: 22.5px;
	}

	#top .content .list li:nth-of-type(5){
		margin: 0;
		background-image: url(../img/top/sp/sh_contact.png);
		background-repeat: no-repeat;
		background-size: cover;
		height: 297.5px;
		margin-bottom: 0;
	}

	#top .content .list img{
		display: none;
	}

	#top .content .list .more{
		width: fit-content;
		border: none;
		border-bottom: 1px solid #000;
		display: flex;
		text-align: right;
		height: auto;
		margin: 10px 0 0 auto;
		background: unset;
	}
	#top .content .list .more:hover {
		background: unset;
		color: #000;
	}

	#top .content .list h4{
		margin: 54px 0 35px;
		font-size: 25px;
		padding-top: 0;
		letter-spacing: 0;
	}

	#top .content .list .text{
		font-size: 16px;
		line-height: 1.6;
		height: auto;
	}

	#top .company{
		flex-flow: column-reverse nowrap;
		margin-top: 72.5px;
	}

	#top .company .data{
		margin-top: 46.5px;
	}

	#top .company .data .jp{
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0;
		margin-bottom: 25px;
	}

	#top .company .data .en{
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: 0;
	}

	#top .company .data .map{
		font-size: 15px;
		margin-top: 27.5px;
		margin-bottom: 53.5px;
	}

	#top .company .data .link{
		letter-spacing: 0;
	}

	#top .company .data .overview{
		display: flex;
		justify-content: center;
	}

	#top .company .data .overview .flex{
		flex-direction: row-reverse;
		border: solid 1px #a0a0a0;
		width: 145px;
		height: 42px;
		justify-content: center;
	}

	#top .company .data .hover{
		background-color: #fff;
		color: #000;
		width: auto;
		height: auto;
		opacity: 1;
		font-size: 14.5px;
	}

	#top .company .data .wait {
		display: none;
	}

	#top .company .data .overview .hover:before {
		content: "＋";
		margin-right: 1vw;
	}


	#top .company .data .overview .flex {
		background: #fff;
	}
	#top .company .data .overview .hover {
		background: unset;
	}
	#top .company .data .overview:hover .hover:before {
		content: "\02192";
	}
	#top .company .image {
		width: 100%;
	}

	/*---------------------------------
	  * footer
	---------------------------------*/

	.slide-top{
		display: none;
	}

	footer .area{
		height: 50px;
	}

	footer .footer-nav{
		left: 50%;
		right: auto;
		transform: translate(-50%,-50%);

	}

	footer .sns a img{
		width: 30px;
	}

	footer .footer-nav .logo{
		margin-right: 0;
		font-size: 13px;
	}

	footer .sns{
		display: flex;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	footer .sns a:nth-of-type(2){
		margin-left: 10px;
	}

	footer .area.common{
		height: 50px;
	}

	footer .area.common .company{
		display: none;
	}

	footer .common .footer-nav{
		top: 50%;
	}

	/*---------------------------------
	  * works
	---------------------------------*/

	.sp_hidden{
		display: none;
	}

	section{
		padding-top: 0;
		margin-top: 60px;
	}

	#works .wrapper .content{
		padding: 0;
	}

	#works .wrapper .content.works-1 h3{
		margin-top: 0;
		font-size: 21.5px;
		letter-spacing: 0.3em;
	}

	#works .wrapper .content{
		padding-top: 70px;
	}

	#works .wrapper .content.works-1 h3::before{
		content: '';
		background-image: url(../img/b1/sp/sec_title_head01.png);
		width: 16px;
		height: 20px;
		display: inline-block;
		background-size: cover;
		margin-right: 15px;
	}

	#works .wrapper .content.works-1 .text{
		margin-top: 60px;
		font-size: 18.5px;
		line-height: 1.6;
	}

	#works .wrapper .content.works-1 ul{
		margin-top: 60px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#works .wrapper .content.works-1 ul li{
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
	}

	#works .wrapper .content.works-1 ul li img{
		width: 91%;
		height: auto;
		margin-right: 0;
	}

	#works .wrapper .content.works-1 ul li:nth-child(2n){
		flex-flow: column nowrap;
	}

	#works .wrapper .content.works-1 ul li dl dt{
		width: 86%;
		height: 57.5px;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		justify-content: center;!important;
	}

	#works .wrapper .content.works-1 ul li dl{
		width: 100%;
		position: relative;
	}

	#works .wrapper .content.works-1 ul li dl dd{
		width: 100%;
		margin-top: 22px;
	}

	#works .wrapper .content.works-1 ul li dl dt span{
		font-size: 20px;
		margin: 0;
		letter-spacing: 0;
	}

	#works .wrapper .content.works-1 ul li dl dd span{
		width: 100%;
		margin: 63.5px 17px 35px;
		font-size: 16px;
		line-height: 1.6;
	}

	#works .wrapper .content.works-1 ul li>div{
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	#works .wrapper .content.works-1 ul li:nth-child(2n) img{
		margin-left: 0;
	}

	#works .wrapper .content.works-1 ul li:nth-child(2n) dl dt{
		left: 50%;
		right: unset;
	}

	#works .wrapper .content.works-1 ul li dl dd span.adjust-1{
		width: 100%;
	}

	#works .wrapper .content.works-1 .banner{
		margin-top: 65px;
	}

	#works .wrapper .content.works-2{
		padding: 0;
	}

	#works h4{
		margin: 80px 0 60px;
		font-size: 20px;
		letter-spacing: 0.3em;
		padding-top: 0;
	}

	#works .wrapper .content h4{
		letter-spacing: 0.3em;
		margin: 80px 0 60px;
	}

	#works h4::before{
		content: '';
		background-image: url(../img/b1/sp/sec_title_head01.png);
		width: 16px;
		height: 20px;
		display: inline-block;
		background-size: cover;
		margin-right: 15px;
	}

	#works .wrapper .content.works-2 .text{
		font-size: 16px;
		line-height: 1.6;
	}

	#works .wrapper .content.works-2 ul{
		flex-direction: column;
		margin-top: 0;
	}

	#works .wrapper .content.works-2 ul li{
		flex-direction: column;
		width: 100%;
		margin-top: 65px;
		margin-bottom: 0;
	}

	#works .wrapper .content.works-2 ul li .image{
		width: 84.5%;
		margin: 0 auto;
	}

	#works .wrapper .content.works-2 ul li .merit{
		font-size: 16px;
		margin: 29px 0 0;
		width: 100%;
		line-height: 1.6;
	}

	#works .wrapper .content.works-3{
		padding-top: 0;
	}

	#works .wrapper .content.works-3 h4{
		letter-spacing: unset;
		margin: 80px 0 50px;
	}

	#works .wrapper .content.works-3 .text{
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 55px;
	}

	#works .wrapper .content.works-3 dl dt{
		height: 50px;
	}

	#works .wrapper .content.works-3 dl dt span{
		font-size: 16px;
	}

	#works .wrapper .content.works-3 dl dd ul{
		padding: 15px 13.5px;
	}

	#works .wrapper .content.works-3 dl dd ul li{
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 6px;
		font-weight: 400;
		margin-right: 0;
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	#works .wrapper .content.works-3 dl dd ul li:first-of-type{
		margin-right: 62.5px;
	}

	#works .wrapper .content.works-3 dl dd ul li:nth-of-type(n+3){
		width: 100%;
	}

	#works .wrapper .content.works-3 dl dd ul li:before{
		width: 15px;
		height: 15px;
		margin-right: 13px;
		margin-top: 6px;
	}

	#works .wrapper .content.works-4{
		padding-top: 0;
	}

	#works .wrapper .content.works-4 h4{
		letter-spacing: 0.2em;
	}

	#works .wrapper .content.works-4 .text .line-1{
		font-size: 18.66px;
		line-height: 1.6;
	}

	#works .wrapper .content.works-4 .text{
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 56px;
	}

	#works .wrapper .content.works-4 .link{
		width: 190px;
		height: 42px;
		font-size: 18.66px;
		letter-spacing: 0.1em;
	}

	#works .wrapper .content.works-4 .link:hover {
		color: #000;
		background: #fff;
		transition: unset;
	}


	#works .wrapper .content.works-5{
		padding-top: 0;
		margin-bottom: 82.5px;
	}

	#works .wrapper .content.works-5 h4{
		letter-spacing: 0;
	}

	#works .wrapper .content.works-5 .text{
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 50px;
	}

	#works .wrapper .content.works-5 .text .line-1{
		font-size: 18.66px;
		line-height: 1.6;
	}

	#works .wrapper .content.works-5 ul{
		flex-direction: column;
		width: 83%;
		margin: 0 auto;
		align-items: center;
	}

	#works .wrapper .content.works-5 ul li{
		margin-right: 0;
		margin-bottom: 25px;
		width: 100%;
	}

	#works .wrapper .content.works-5 ul li:last-of-type{
		margin-bottom: 0;
	}

	.wrapper .hamburer-menu{
		font-size: 12px;
		margin-bottom: 80px;
	}


	/*---------------------------------
	  * company profile
	---------------------------------*/

	#profile .wrapper .content{
		padding-top: 70px;
	}

	#profile ul li{
		margin-bottom: 0;
	}

	#profile ul li dl{
		flex-direction: column;
	}

	#profile ul li dl dt{
		width: 100%;
	}

	#profile ul li dl dt .item{
		width: 100%;
	}

	#profile ul li dl dt span:nth-of-type(2){
		display: none;
	}

	#profile ul li dl dd.en{
		display: none;
	}

	#profile ul li dl dd:first-of-type{
		width: 100%;
	}

	#profile ul li:last-of-type dl dd:nth-of-type(2){
		display: none;
	}

	#profile ul li dl dt .item{
		font-size: 16px;
		margin-bottom: 10px;
	}

	#profile ul li dl dd{
		width: 100%;
		font-size: 16px;
		margin-bottom: 25px;
		padding-left: 35px;
	}

	#profile ul li dl dd li.adjust-1{
		width: 100%;
		text-align: left;
	}

	#profile ul li dl dd li.adjust-1 .next-line {
		display: inline;
	}

	#profile ul li dl dd ul li{
		margin-bottom: 10px;
	}

	#profile .profile_list01{
		border-bottom: 1px solid #000;
		padding-bottom: 10px;
	}

	.profile_en_sp{
		padding: 50px 0;
		border-bottom: 1px solid #000;
	}

	.profile_en_sp dt{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.profile_en_sp dd{
		font-size: 16px;
		margin-bottom: 22.5px;
		padding-left: 35px;
	}

	.sp_access{
		line-height: 1.6;
	}

	#profile .sp_b_cts li{
		margin-bottom: 10px;
	}

	#profile .sp_b_cts li::before{
		content: '';
		display: inline-block;
		background: #000;
		height: 16px;
		width: 4px;
		margin-right: 8px;
	}

	#profile .access{
		margin-top: 50px;
	}

	.contact_btn{
		margin: 50px 0 75px;
	}

	.contact_btn .link{
		width: 225px;
		height: 40px;
		font-size: 13px;
	}


	#history h4 {
		padding-top: 50px;
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: 0em;
	}
	#history h4:nth-of-type(2) {
		padding-top: 70px;
		letter-spacing: 0.3em;
	}


	#history h4::before{
		content: '';
		background-image: url(../img/b1/sp/sec_title_head01.png);
		width: 16px;
		height: 20px;
		display: inline-block;
		background-size: cover;
		margin-right: 10px;
	}
	#history .content {
		flex-direction: column;
		margin: unset;
	}
	#history .content ul.jp {
		width: 100%;
	}
	#history .content ul.en {
		width: 100%;
	}
	#history .content ul {
		border-bottom: 1px solid #000;
		padding-bottom: 30px;
	}
	#history .content ul li {
		flex-direction: column;
	}
	#history .content ul li dl {
		flex-direction: column;
		font-size: 16px;
	}

	#history .content ul li dl dt {
		width: 100%;
	}

	#history .content ul li dl dt span {
/*		font-weight: bold;*/
	}
	#history .content ul li dl dd {
		width: 100%;
	}
	#history .content.media ul li dl dd {
		width: 100%;
	}
	#history .content.media ul li dl dt {
		width: 100%;
	}
	#history .content .bold {
		font-weight: bold;
	}

	#history .content.magazines .note {
		font-size: 16px;
		border-bottom: 2px solid #000;
		padding-bottom: 30px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#history .content.magazines .note p {
		line-height: 2;
	}

	#history .content.magazines ul {
		flex-wrap: wrap;
	}

	#history .content.magazines ul li {
		width: 30%;
	}

	#history .content.magazines ul li img {
		width: 100%;
	}



	#contact {
		padding-top: 70px;
	}
	#contact #sendForm label {
		margin-bottom: 20px;
		font-size: 16px;
		width: 100%;
	}
	#contact #sendForm #details, select, input, textarea {
		width: 100%;
		height: 30px;
	}
	#contact #sendForm #submit {
		height: 40px;
		width: 225px;
		margin: 40px auto;
	}
	#contact #sendForm #submit:hover {
		background: #fff;
		color: #000;
		transition: unset;
	}
	#contact .formErrorContent {
		width: 20%;
	}
	#contact .note {
		border-top: solid 1px rgb(191, 191, 191);
		padding: 15px 0;
		border-bottom: solid 1px rgb(191, 191, 191);
		font-size: 13px;
	}


	#recruit {
		padding-top: 70px;
	}
	#recruit dl {
		width: 100%;
		margin: unset;
	}
	#recruit dl dt {
		font-size: 16px;
		width: 100%;
		height: 50px;
		padding: 3vw 0 3vw 0;
	}
	#recruit dl dd {
		font-size: 16px;
		width: 100%;
		padding: 30px 13px 30px 13px;
		box-sizing: border-box;
	}

	#recruit .click span {
		margin-left: 30px;
	}
	#recruit .click div {
		margin-right: 30px;
	}


	#info {
		padding-top: 70px;
	}
	#info .content {
		margin-left: 0;
	}

	#info .content ul {
		width: 100%;
		line-height: 1.6;
		margin: 0 auto;
	}

	#info .content ul li {
		flex-direction: column;
		font-size: 20px;
	}

	#info .content ul li dt.new:after {
		padding: 0.2vw 40px;
		margin-left: 12px;
	}


	#info .content ul li dl {
		width: 100%;
	}
	#info .content ul li div {
		margin-bottom: 40px;
	}
	#info .content ul li div img {
		width: 50%;
	}

	#info .content .button {
		margin: 30px auto;
	}
	#info .content .button .more {
		height: 40px;
		width: 225px;
		font-size: 13px;
	}
	#info .content .button .more:hover {
		background-color: #fff;
		color: #000;
		transition: unset;
	}

}


