@charset "UTF-8";

body {
	font-family: 'Shippori Mincho', serif;
  font-weight: 400;
	font-size: 62.5%;
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
	color: #202020;
  overflow: hidden;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.en {
	font-family: 'Hind Vadodara', sans-serif;
	font-weight: 300 !important;
}
.letter {
	letter-spacing: 0.05em;
}
::selection {
	background: #d7d7d7;
}
::-moz-selection {
	background: #d7d7d7;
}
p {
	max-height: 999999px;
}
li {
	max-height: 999999px;
}
a {
	word-break: break-all;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: none;
}
input::placeholder,
textarea::placeholder {
	color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
.ul {
	letter-spacing: -.4em;
}
.ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
  box-sizing: border-box;
}
.inviewfadeIn {
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeIn {
	opacity: 1.0;
}
.link a {
  position: relative;
  text-decoration: none;
}
.link a::before {
  position: relative;
  text-decoration: none;
}
.link a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.link a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}
.none {
	display: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/* header */
.logo-rens {
	width: 140px;
	height: auto;
	z-index: 999 !important;
	position: fixed;
	top: 60px;
	left: 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.lang {
	position: absolute;
	top: 92px;
	right: 40px;
	z-index: 100 !important;
}
.lang li {
	font-size: 1.4em;
  letter-spacing: 0.05em;
}
.lang li a {
	color: #202020;
}

/* sidebar */
.side-menu {
	box-sizing: border-box;
  width: 220px;
  height: 100%;
  position: fixed;
	left: 0;
  background: #fff;
  text-align: left;
	padding: 150px 0 30px 0;
	overflow-y: scroll;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 10 !important;
}
.side-nav ul {
  list-style: none;
  margin-left: 0;
	padding: 0 0 0 50px;
}
.side-nav > ul > li {
  position: relative;
}
.side-nav a {
	font-size: 1.8em;
	letter-spacing: 0.05em;
  display: block;
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.side-nav .side-nav-sub-li {
	font-size: 0.8em;
	width: 0;
  height: 100%;
  overflow: hidden;
	padding: 163px 0 0 0;
	position: fixed;
  top: 0;
	left: 220px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.side-bg-1 {
	background: rgba(255,255,255,1);
}
.side-bg-2 {
	background: rgba(255,255,255,0.5);
}
.side-nav .side-nav-sub-li a,
.side-nav .side-nav-sub:hover .side-nav-sub-li {
  width: 185px;
}
.pa20 {
	padding: 20px 0;
}
.pa10 {
	padding: 10px 0 10px 30px;
}
.a-off {
	font-weight: 300 !important;
	color: #717171;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.a-off:hover {
	color: #1e1e1e;
}
.a-on {
	color: #1e1e1e;
}
.instagram {
	width: 20px;
	margin: 20px 0 0 0;
}

/* main */
.main {
	width: 100%;
	height: auto;
}
.main-inner {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 0 0 220px;
}
.title {
	font-size: 2.2em;
}
.title-sub {
	font-size: 2.2em;
	padding: 60px 0 0 300px;
}
.index {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.index-logo {
	width: 300px;
	height: 300px;
	margin: 0 auto;
}
.logo-motion {
	width: 300px;
	height: 300px;
}

/* about */
.about-body {
	background: #d7e3e9;
}
.about-body .side-bg-1 {
	background: rgba(255,255,255,0.5) !important;
}
.about-line {
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	background: #fff;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 50 !important;
}
.about {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.about-sec {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.about-sec-inner {
	position: absolute;
  width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  margin: 60px 0 0 0;
  padding: 0;
}
.about-logo {
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.about-rens {
	font-size: 2.0em;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 30px 0 0 0;
}
.about-title {
	font-size: 2.1em;
	letter-spacing: 0.05em;
	text-align: center;
}
.about-concept {
	font-size: 1.8em;
	text-align: center;
	padding: 40px 0 0 0;
}
.about-diagram {
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 30px auto 0 auto;
}
.about-txt {
	font-size: 1.4em;
	line-height: 30px;
	text-align: center;
	padding: 40px 0 0 0;
}
.about-txt-sub {
	font-size: 1.4em;
	line-height: 30px;
	text-align: center;
	padding: 20px 0 0 0;
}
.about-txt-en {
	font-size: 1.5em;
	line-height: 27px;
	text-align: center;
	padding: 40px 0 0 0;
}
.about-ul {
	text-align: center;
	letter-spacing: -.4em;
	margin: 40px 0 0 0;
}
.about-ul li {
	font-size: 1.5em;
	line-height: 28px;
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
  box-sizing: border-box;
	padding: 0 15px;
}
.scroll {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 20;
}
.scroll-line {
  width: 1px;
  height: 50px;
  background: #202020;
  margin: 10px 0 0 2px;
}
.scroll-sign {
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color:  transparent transparent #202020 transparent;
  transform: rotate(-45deg);
  margin: -15px 0 0 -3px;
}
.about-news {
	width: 90%;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.about-news p {
	font-size: 1.3em;
	line-height: 26px;
	text-align: right;
	padding: 0;
	cursor: pointer;
}
.about-news p a {
	color: #202020;
	border-bottom: 1px solid #626262;
	padding: 0 0 2px 0;
}

/* news */
.news {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 90px 0 100px 30px;
}
.news-inner {
	width: 90%;
	height: auto;
}
.news-left {
	width: 80%;
	height: auto;
	float: left;
}
.news-right {
	width: 15%;
	height: auto;
	border-top: none;
	padding: 20px 0 0 0;
	float: right;
}
.news-ul {
	width: 100%;
	height: auto;
	margin: 26px 0 0 0;
}
.news-ul li {
	width: 100%;
	padding: 30px 0 32px 0;
}
.news-ul li + li {
	border-top: 1px dashed #ccc;
}
.news-date {
	font-size: 1.4em;
	letter-spacing: 0.05em;
	color: #202020;
	padding: 4px 0 0 0;
	float: left;
}
.news-ul li ul {
	font-size: 1.3em;
	color: #202020;
	margin: 0;
	padding: 0 0 0 15px;
	float: left;
}
.news-ul li ul li {
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
	border-top: none !important;
	border-bottom: none !important;
}
.news-ul li ul li a {
	display: inline-block;
	color: #202020;
	border: 1px solid #202020;
	padding: 3px 8px 5px 8px;
}
.news-txt {
	font-size: 1.4em;
	line-height: 26px;
	padding: 10px 0 0 0;
}
.news-txt a {
	color: #5c7e95;
	border-bottom: 1px solid #5c7e95;
	padding-bottom: 2px;
}
.news-img {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0;
}
.news-sub-txt {
	font-size: 1.6em;
	padding: 40px 0 5px 0;
}
.news-sub-ul li {
	font-size: 1.4em;
	padding: 15px 0 0 0;
}
.news-sub-ul li a {
	color: #5c7e95;
}
.news-post p {
	font-family: 'Shippori Mincho', serif !important;
  font-weight: 400 !important;
	font-size: 1.4em !important;
	line-height: 26px !important;
	padding: 10px 0 0 0;
}
.news-post p:first-child {
	padding: 10px 0 0 0;
}
.news-post p a {
	color: #5c7e95;
	border-bottom: 1px solid #5c7e95;
	padding-bottom: 2px;
}
.news-post img {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0;
}

/* works */
.works {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 90px 0 100px 30px;
}
.works-ul {
	width: 100%;
	height: auto;
}
.works-ul li {
	width: 30%;
	height: auto;
	margin: 60px 3% 0 0;
}
.works-thumb-txt {
	font-size: 1.4em;
	line-height: 22px;
	color: #202020;
	padding: 10px 0 0 0;
}
.pager ul.pager-ul {
  text-align: center;
  margin: 50px 4% 0 0;
  padding: 0;
}
.pager .pager-ul li {
	font-size: 1.3em;
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  position: relative;
}
.pager .pager-ul li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #202020;
	border: 1px solid #fff;
  text-decoration: none;
}
.pager .pager-ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pager-ul li a:hover,
.pager .pager-ul li a.active{
  color: #202020;
  background: #fff;
	border: 1px solid #202020;
}
.notfound {
	font-size: 1.4em;
  line-height: 26px;
	padding: 52px 0 0 0;
}

/* works - details */
.works-d {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 90px 0 100px 30px;
}
.works-d-title {
	font-size: 1.8em;
	line-height: 28px;
	padding: 0 30px 0 0;
}
.works-d-inner {
	box-sizing: border-box;
	width: 94%;
	height: auto;
	padding: 0 6% 0 0;
}
.works-d-date {
	font-size: 1.4em;
	line-height: 26px;
	padding: 48px 0 0 0;
}
.works-d-txt {
	font-size: 1.3em;
  line-height: 26px;
	padding: 48px 0 0 0;
}
.works-d-img {
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0;
}
.works-d-table {
	width: 100%;
	margin: 50px 0 0 0;
}
.works-d-table td {
	font-size: 1.3em;
  line-height: 26px;
}
.td-l {
	white-space: nowrap;
	padding: 0 15px 0 0;
}
.td-r {
	padding: 0 15px 0 0;
}
.works-d-img li {
	margin: 50px 0 0 0;
}
.photo-l {
	width: 100%;
	height: auto;
}
.photo-p {
	width: 60%;
	height: auto;
}
.pager-d ul.pager-ul-d {
  text-align: left;
  margin: 50px 0 0 0;
  padding: 0;
}
.pager-d .pager-ul-d li {
	font-size: 1.3em;
  display: inline;
  margin: 0 4px 0 0;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  position: relative;
}
.pager-d .pager-ul-d li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #202020;
	border: 1px solid #fff;
  text-decoration: none;
}
.pager-d .pager-ul-d li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager-d .pager-ul-d li a:hover,
.pager-d .pager-ul-d li a.active{
  color: #202020;
  background: #fff;
	border: 1px solid #202020;
}
.pager-d .pager-ul-d li.prev-d,
.pager-d .pager-ul-d li.next-d {
  display: inline-block;
  width: 30%;
  height: 50px;
  text-align: center;
}
.pager-d .pager-ul-d li.prev-d a,
.pager-d .pager-ul-d li.next-d a {
  width: 100%;
  border: 1px solid #202020;
  text-align: center;
}
.pager-d .pager-ul-d li.prev-d span::after {
  content: "　PREV";
}
.pager-d .pager-ul-d li.next-d span::before {
  content: "NEXT　";
}

/* people */
.people {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 90px 0 80px 30px;
}
.people-inner {
	width: 1370px;
	height: auto;
	margin: 0;
	padding: 60px 0 0 0;
}
.people-inner-p {
	width: 930px;
	height: auto;
	margin: 0;
	padding: 60px 0 0 0;
}
.people-thumb {
	width: 200px;
	height: auto;
	float: left;
}
.people-thumb-txt {
	font-size: 1.6em;
	text-align: center;
	color: #202020;
	padding: 10px 0 0 0;
}
.people-thumb-txt-sub {
	font-size: 1.4em;
	text-align: center;
	color: #202020;
	letter-spacing: 0.05em;
	padding: 10px 0 0 0;
}
.people-thumb-ul {
	width: 1070px;
	margin: 0 0 0 90px;
	float: left;
}
.people-thumb-li-l {
	width: 200px;
	height: auto;
	margin: 0 0 20px 10px;
}
.people-thumb-li-r {
	width: 200px;
	height: auto;
	margin: 0 0 20px 10px;
}
.people-thumb-p-ul {
	width: 420px;
	margin: 0 0 0 300px;
}
.people-thumb-p-li-l {
	width: 200px;
	height: auto;
	margin: 0 0 20px 0;
}
.people-thumb-p-li-r {
	width: 200px;
	height: auto;
	margin: 0 0 20px 10px;
}

/* people - ja */
.people-ma {
	padding: 60px 0 0 0;
}
.people-ma-r {
	width: auto;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	float: left;
}
.people-ma-txt-sub {
	font-size: 1.3em;
  line-height: 26px;
	padding: 0 0 0 50px;
}
.people-ma-txt {
	font-size: 1.3em;
  line-height: 26px;
	padding: 10px 0 0 50px;
}
.people-inner-ja {
	width: auto;
	height: auto;
	margin: 0;
	padding: 60px 0 0 0;
}
.people-thumb-ul-ja {
	width: auto;
	margin: 0;
}
.people-thumb-li-ja {
	width: 200px;
	height: auto;
	margin: 0 10px 20px 0;
}

/* people - details */
.people-d-inner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 60px 0 0 0;
}
.people-d-txt-1 {
	font-size: 1.4em;
	line-height: 18px;
	letter-spacing: 0.05em;
	padding: 10px 0 0 0;
}
.people-d-txt-2 {
	font-size: 1.2em;
	line-height: 16px;
	padding: 6px 0 0 0;
}
.people-d-txt-3 {
	font-size: 1.8em;
	letter-spacing: 0.05em;
	padding: 12px 0 0 0;
}
.people-d-txt-4 {
	font-size: 1.5em;
	padding: 12px 0 0 0;
}
.people-d-txt-5 {
	font-size: 1.2em;
	line-height: 18px;
	padding: 8px 0 0 0;
}
.people-box-l {
	width: 200px;
	height: auto;
	margin: 0 100px 0 0;
	float: left;
}
.people-box-l img {
	width: 100%;
	height: auto;
}
.people-box-r {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 0 -300px;
	padding: 0 60px 0 0;
	float: left;
}
.people-dr-inner {
	margin: 0 0 0 300px;
	padding: 0;
}
.people-d-txt {
	font-size: 1.3em;
  line-height: 26px;
	padding: 0 0 20px 0;
}
.people-dm-txt {
	font-size: 1.3em;
  line-height: 26px;
	padding: 15px 0 20px 0;
}
.people-d-txt-sub {
	font-size: 1.5em;
	padding: 20px 0 0 0;
}
.people-dp-txt-sub {
	font-size: 1.5em;
	padding: 0;
}
.people-table {
	width: 100%;
	height: auto;
	margin: 15px 0 30px 0;
}
.people-table td {
	font-size: 1.3em;
  line-height: 26px;
	padding: 0;
}
.td-year {
	width: 50px;
}
.td-year-2 {
	width: 100px;
}

/* access */
.access {
	box-sizing: border-box;
	width: 90%;
	height: auto;
	margin: 0;
	padding: 90px 0 100px 30px;
}
.access-address {
	font-size: 1.4em;
	line-height: 28px;
	padding: 52px 0 0 0;
}
.access-address a {
	color: #202020;
	border-bottom: 1px solid #202020;
	padding: 0 0 3px 0;
}
.access-address a:hover {
	padding: 0 10px 3px 0;
}
.access-address span {
	letter-spacing: 0.05em;
}
.access-tel {
	font-size: 1.4em;
	line-height: 28px;
	letter-spacing: 0.05em;
	padding: 20px 0 0 0;
}
.access-map {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 20px 0 0 0;
}

/* contact */
.contact {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 90px 0 100px 30px;
}
.form {
	width: 90%;
	max-width: 600px;
	height: auto;
	margin: 32px 0 0 0;
	padding: 0;
}
.form-txt {
	font-size: 1.4em;
	line-height: 28px;
	padding: 20px 0 5px 0;
}
.form-txt span {
	color: #d10820;
}
.form-box {
	font-family: 'Shippori Mincho', serif !important;
	font-size: 1.4em;
	line-height: 28px;
	box-sizing: border-box;
	border: 1px solid #333;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px 10px;
}
.form-body {
	font-family: 'Shippori Mincho', serif !important;
	font-size: 14px;
  line-height: 28px;
	box-sizing: border-box;
	border: 1px solid #333;
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 5px 10px;
}
.contact-txt {
	font-size: 1.4em;
	line-height: 24px;
	padding: 30px 0 0 0;
}
.contact-txt a {
	color: #202020;
	text-decoration: underline;
}
.check {
	margin: 30px 0 0 0;
}
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 16px;
	font-size: 1.4em;
	line-height: 24px;
  cursor: pointer;
}
@media (min-width: 1px) {
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #fff;
  }
  input[type=checkbox] + label::before {
    border: 1px solid #333;
  }
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=checkbox]:checked + label::after {
    left: 6px;
    width: 18px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.form-btn-box {
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
}
.form-btn {
	font-size: 1.4em;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 15px 0;
	border-style: none;
	cursor: pointer;
	color: #202020;
	background-color: #d7e3e9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.form-btn:hover {
	background-color: #b5cad5;
}
.form-btn-l {
	font-size: 1.4em;
	text-align: center;
	width: 48%;
	height: auto;
	padding: 15px 0;
	border-style: none;
	cursor: pointer;
	color: #202020;
	background-color: #d7e3e9;
	float: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.form-btn-l:hover {
	background-color: #b5cad5;
}
.form-btn-r {
	font-size: 1.4em;
	text-align: center;
	width: 48%;
	height: auto;
	padding: 15px 0;
	border-style: none;
	cursor: pointer;
	color: #202020;
	background-color: #d7e3e9;
	float: right;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.form-btn-r:hover {
	background-color: #b5cad5;
}
.form-txt-ans {
	font-size: 1.4em;
	line-height: 20px;
	padding: 0;
}
.thanks-txt {
	font-size: 1.4em;
	line-height: 28px;
	padding: 52px 0 0 0;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  margin-top: auto;
}
.copy {
	font-size: 1.2em;
	text-align: right;
	padding: 0 30px 30px 0;
}
.copyright {
	width: 170px;
	height: auto;
	padding: 50px 30px 30px 0;
	float: right;
}

@media screen and (max-width:1720px) {
	/* people */
	.people-inner {
		width: 1150px;
	}
	.people-thumb-ul {
		width: 850px;
	}
}

@media screen and (max-width:1500px) {
	/* works */
	.works-ul li {
		width: 46%;
		margin: 60px 4% 0 0;
	}
	/* people */
	.people-inner {
		width: 930px;
	}
	.people-thumb-ul {
		width: 630px;
	}
}

@media screen and (max-width:1200px) {
	/* people */
	.people-inner {
		width: 720px;
	}
	.people-inner-p {
		width: 720px;
	}
	.people-thumb-ul {
		width: 420px;
	}
	.people-thumb-p-ul {
		width: 420px;
	}
}

@media screen and (max-width:980px) {
	/* news */
	.news-left {
		width: 100%;
		float: none;
	}
	.news-right {
		width: 100%;
		height: auto;
		border-top: 1px dashed #ccc;
		padding: 0 0 0 0;
		float: none;
	}
	/* works */
	.works-ul li {
		width: 90%;
		height: auto;
		margin: 60px 0 0 0;
	}
	.pager ul.pager-ul {
		text-align: center;
		margin: 50px 10% 0 0;
		padding: 0;
	}
	/* works - details */
	.works-d-inner {
		padding: 0 0 0 0;
	}
	/* people */
	.title-sub {
		font-size: 2.2em;
		padding: 60px 0 0 0;
	}
	.people-thumb {
		float: none;
	}
	.people-inner {
		width: 460px;
	}
	.people-inner-p {
		width: 460px;
	}
	.people-thumb-ul {
		width: 440px;
		margin: 20px 0 0 0;
		float: none;
	}
	.people-thumb-li-l {
		width: 200px;
		margin: 0 20px 20px 0;
	}
	.people-thumb-li-r {
		width: 200px;
		margin: 0 20px 20px 0;
	}
	.people-thumb-p-ul {
		width: 440px;
		margin: 0 0 0 0;
	}
	.people-thumb-p-li-l {
		width: 200px;
		margin: 0 20px 20px 0;
	}
	.people-thumb-p-li-r {
		width: 200px;
		margin: 0 20px 20px 0;
	}
	/* people - details */
	.people-box-l {
		margin: 0 0 0 0;
		float: none;
	}
	.people-box-r {
		width: 100%;
		margin: 50px 0 0 0;
		padding: 0 40px 0 0;
		float: none;
	}
	.people-dr-inner {
		margin: 0 0 0 0;
	}
}

@media screen and (max-width:740px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	/* header */
	.logo-rens {
		width: 100px;
		top: 25px;
		left: 20px;
		position: absolute;
	}
	.lang {
		top: 46px;
		right: 20px;
	}
	/* sidebar */
	.side-menu {
		left: -220px;
	}
	/* main */
	.main-inner {
		padding: 0;
	}
	.title {
		font-size: 2.0em;
	}
	.title-sub {
		font-size: 2.0em;
		padding: 60px 0 0 0;
	}
	.index-logo {
		width: 150px;
		height: 150px;
	}
	.logo-motion {
		width: 150px;
		height: 150px;
	}
	/* about */
	.about-line {
		display: none;
	}
	.about-sec-inner {
		margin: 0;
	}
	.about-logo {
		width: 150px;
		height: auto;
	}
	.about-rens {
		font-size: 1.8em;
	}
	.about-title {
		font-size: 1.9em;
	}
	.about-concept {
		font-size: 1.5em;
		line-height: 32px;
	}
	.about-txt {
		font-size: 1.2em;
		line-height: 24px;
		text-align: center;
		padding: 30px 0 0 0;
	}
	.about-txt-sub {
		font-size: 1.2em;
		line-height: 24px;
		text-align: center;
		padding: 20px 0 0 0;
	}
	.about-txt-en {
		font-size: 1.2em;
		line-height: 19px;
		text-align: justify;
		padding: 25px 0 0 0;
	}
	.about-ul {
		margin: 20px 0 0 0;
	}
	.about-ul li {
		display: block;
		padding: 20px 0 0 0;
	}
	.scroll-line {
		height: 30px;
	}
	.scroll-sign {
		width: 8px;
		height: 8px;
		margin: -11px 0 0 -3px;
	}
	.scroll {
		right: 5%;
		bottom: 30px;
	}
	.about-news {
		right: 5%;
		bottom: 20px;
	}
	.about-news p {
		font-size: 1.2em;
	}
	.about-news p a {
		padding: 0 0 2px 0;
	}
	/* news */
	.news {
		width: 90%;
		margin: 0 auto;
		padding: 180px 0 100px 0;
	}
	.news-inner {
		width: 100%;
	}
	.news-ul {
		width: 100%;
	}
	.news-img {
		max-width: 600px;
	}
	/* works */
	.works {
		width: 90%;
		margin: 0 auto;
		padding: 180px 0 100px 0;
	}
	.works-ul li {
		width: 100%;
		margin: 30px 0 0 0;
	}
	.pager ul.pager-ul {
		margin: 50px 0 0 0;
	}
	.pager .pager-ul li{
		display: none;
	}
	.pager .pager-ul li.prev,
	.pager .pager-ul li.next {
		display: inline-block;
		width: 30%;
		height: 50px;
		text-align: center;
	}
	.pager .pager-ul li.prev a,
	.pager .pager-ul li.next a {
		width: 100%;
		border: 1px solid #202020;
		text-align: center;
	}
	.pager .pager-ul li.prev span::after {
		content: "　PREV";
	}
	.pager .pager-ul li.next span::before {
		content: "NEXT　";
	}
	/* works - details */
	.works-d {
		width: 90%;
		margin: 0 auto;
		padding: 180px 0 100px 0;
	}
	.works-d-title {
		font-size: 1.6em;
		line-height: 26px;
		padding: 0;
	}
	.works-d-inner {
		width: 100%;
	}
	.td-l {
		padding: 10px 0 0 0;
	}
	.td-r {
		padding: 0 0 10px 0;
	}
	.works-d-img {
		margin: 20px 0 0 0;
	}
	.works-d-img li {
		margin: 30px 0 0 0;
	}
	.photo-p {
		width: 100%;
	}
	.pager-d ul.pager-ul-d {
		text-align: center;
	}
	.pager-d .pager-ul-d li {
		margin: 0 2px;
	}
	.pager-d .pager-ul-d li.prev,
	.pager-d .pager-ul-d li.next{
		display: inline-block;
		width: 30%;
		height: 50px;
		text-align: center;
	}
	/* people */
	.people {
		width: 90%;
		margin: 0 auto;
		padding: 180px 0 100px 0;
	}
	.people-inner {
		width: 100%;
		padding: 30px 0 0 0;
	}
	.people-inner-p {
		width: 100%;
		padding: 0 0 0 0;
	}
	.people-thumb {
		width: 49%;
		float: none;
	}
	.people-thumb-txt {
		padding: 10px 0 0 0;
	}
	.people-thumb-ul {
		width: 100%;
		margin: 0;
		float: none;
	}
	.people-thumb-li-l {
		width: 49%;
		margin: 30px 2% 0 0;
	}
	.people-thumb-li-r {
		width: 49%;
		margin: 30px 0 0 0;
	}
	.people-thumb-p-ul {
		width: 100%;
		margin: 0;
	}
	.people-thumb-p-li-l {
		width: 49%;
		margin: 30px 2% 0 0;
	}
	.people-thumb-p-li-r {
		width: 49%;
		margin: 30px 0 0 0;
	}
	/* people - details */
	.people-d-inner {
		padding: 30px 0 0 0;
	}
	.people-box-l {
		width: 100%;
		margin: 0 0 0 0;
		float: none;
	}
	.people-box-l img {
		width: 50%;
		height: auto;
	}
	.people-box-r {
		width: 100%;
		margin: 50px 0 0 0;
		padding: 0 0 0 0;
		float: none;
	}
	.people-dr-inner {
		margin: 0 0 0 0;
	}
	.arrow-prev::before {
		top: -1px;
		margin: 0 7px 0 2px;
	}
	.arrow-next::after {
		top: -1px;
		margin: 0 2px 0 7px;
	}
	/* access */
	.access {
		width: 90%;
		margin: 0 auto;
		padding: 180px 0 100px 0;
	}
	/* contact */
	.contact {
		width: 90%;
		margin: 0 auto;
		padding: 180px 0 100px 0;
	}
	.form {
		width: 100%;
		max-width: 100%;
		margin: 32px 0 0 0;
	}
	/* footer */
	.copy {
		font-size: 1.2em;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.copyright {
		width: 150px;
		padding: 50px 5% 20px 0;
	}
}
