@charset "utf-8";

/* Base Start */

* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}

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

img {
  border:0;
  vertical-align:top;
}

em,address {
  font-style:normal;
}

body {
  color:#000;
  font-family:"Noto Serif JP","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size:100%;
  text-align:center;
  letter-spacing: 1px;
}

.eng {
  font-family:"Lora","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

a {
  color:#6a1b7d;
  text-decoration:none;
  outline:none;
  transition:.5s ease-in-out;
}

a:hover {
  color:#6a1b7d;
  text-decoration:underline;
}

#anc-wrapper {
  width:100%;
  overflow:hidden;
}

/* Base End */

/* Clearfix Start */

.clearfix::after {
  content:"";
  display:block;
  clear:both;
}

/* Clearfix End */

/* Header Start */

#header {
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  display:flex;
  align-items:center;
  padding: 0 32px;
  background-color: rgba(0,0,0,.9);
  height:98px;
  width: 100%;
}

#header strong {
  display:inline-block;
  margin-right:auto;
  width: 393px;
  height: auto;
}

#header strong img {
  width: 100%;
  height: auto;
}

#nav-toggle {
  z-index:100000;
  position: relative;
  display:flex;
  justify-content:center;
  align-items:center;
  width:64px;
  height:64px;
  cursor:pointer;
  transition:.5s ease-in-out;
}

#nav-toggle div {
  position:relative;
  width:70px;
  height:26px;
}

#nav-toggle div span {
  position:absolute;
  display:block;
  background-color:#fff;
  width:52px;
  height:2px;
  transition:.35s ease-in-out;
}

#nav-toggle div span:nth-child(1) {
  right: 0;
  top: 0;
}

#nav-toggle div span:nth-child(2) {
  right: 9px;
  top: 12px;
}

#nav-toggle div span:nth-child(3) {
  right: 18px;
  top: 24px;
}

.open #nav-toggle {
  position: fixed;
  right: 36px;
  bottom: 64px;
}

.open #nav-toggle div span:nth-child(1) {
  top:10px;
  right: 6px;
  transform:rotate(315deg);
}

.open #nav-toggle div span:nth-child(2) {
  width:0;
  left:50%;
}

.open #nav-toggle div span:nth-child(3) {
  top:10px;
  right: 6px;
  transform:rotate(-315deg);
}

.open #nav-toggle::after {
	position: absolute;
	left: 0;
	bottom: -8px;
	display: block;
	width: 100%;
	line-height: 100%;
	font-size: 17px;
	color: #fff;
	content: "close";
}

.open .sp-navi {
  transform:translateY(100%);
}

.sp-navi {
  z-index:10000;
  position:absolute;
  left:0;
  bottom:100%;
  display:block;
  padding:164px 10px 20px 10px;
  background-color: #000;
  width:100%;
  height:100vh;
  transition:.5s ease-in-out;
  line-height:100%;
  overflow-y:auto;
}

.sp-navi ul {
  list-style: none;
}

.sp-navi ul>li {
  font-family:"Lora","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size:21px;
}

.sp-navi ul>li+li {
  padding-top:36px;
}

.sp-navi ul>li a {
  padding-left: 1px;
  color:#fff;
  text-decoration:none;
}

.sp-navi ul>li a:hover,
.sp-navi ul>li.current a,
.sp-navi ul>li.current a:hover {
  color:#999;
}

.lang-sel {
  display: flex;
  justify-content: center;
  padding-top: 64px;
  list-style: none;
}

.lang-sel>li {
  padding: 0 7px;
  font-family:"Lora","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.lang-sel>li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  width: 44px;
  height: 44px;
  text-decoration: none;
}

.lang-sel>li a:hover,
.lang-sel>li.current a,
.lang-sel>li.current a:hover {
  background-color: #ccc;
}

@media screen and (min-width : 768px) and (max-width : 1159px) {
  #header {
    padding: 0 24px;
    height:93px;
  }
  
  #header strong {
    width: 325px;
  }

  .open #nav-toggle {
    right: 27px;
    bottom: 48px;
  }
}

@media only screen and (max-width : 767px) {
  #header {
    padding: 0 16px;
    height:88px;
  }
  
  #header strong {
    width: 250px;
  }

  .open #nav-toggle {
    right: 18px;
    bottom: 32px;
  }
}

/* Header End */

/* Main Start */

#contents {
  width: 100%;
}

.mv {
  position: relative;
}

.mv img {
  z-index: 1;
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

.mv div {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mv div h1 {
  padding-top: 40px;
  padding-left: 4px;
  color: #fff;
  line-height: 100%;
  font-family:"Lora","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 49px;
  font-weight: 400;
  letter-spacing: 4px;
}

.mv div h1::after {
  margin: 34px auto 0;
  display: block;
  background-color: #88765a;
  width: 90px;
  height: 6px;
  content: "";
}

.right-in-h2,
.left-in-h2 {
  position: relative;
  padding: 88px 24px 44px;
  color: #6a1b7d;
  width: 100%;
  line-height: 120%;
  font-family:"Lora","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 2px;
}

.right-in-h2 {
  text-align: right;
}

.left-in-h2 {
  text-align: left;
}

.right-in-h2::after,
.left-in-h2::after {
  position: absolute;
  top: 118px;
  display: block;
  background-color: #6a1b7d;
  width: calc((100vw - 1158px) / 2);
  height: 1px;
  content: "";
}

.right-in-h2::after {
  left: 100%;
}

.left-in-h2::after {
  right: 100%;
}

.more {
	display:block;
}

.more a {
	display: inline-block;
  padding: 20px 32px;
  border: 1px solid #6a1b7d;
}

.more a span {
  position: relative;
  display: inline-block;
  padding: 0 64px;
  color: #6a1a7d;
  line-height: 100%;
  font-size: 17px;
}

.more a span::after {
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 12px;
  background: url(../top_images/button_arrow.png) no-repeat;
  background-size: 12px 12px;
  content: "";
}

.more a:hover {
  opacity: .5;
}

.container {
	margin:0 auto;
	width:1158px;
}

.beige {
  background-color: #ebe6df;
}

@media only screen and (max-width : 1159px) {
  
}

@media screen and (min-width : 768px) and (max-width : 1159px) {
	.container {
		width:750px;
	}

  .mv div h1 {
    padding-top: 30px;
    font-size: 44px;
  }

  .mv div h1::after {
    margin: 24px auto 0;
  }

  .right-in-h2,
  .left-in-h2 {
    padding: 66px 18px 33px;
    font-size: 42px;
  }
  
  .right-in-h2::after,
  .left-in-h2::after {
    top: 92px;
    width: calc((100vw - 750px) / 2);
  }

  .more a {
    padding: 20px 24px;
  }

  .more a span {
    padding: 0 51px;
  }
}

@media only screen and (max-width : 767px) {
	.container {
		width:90%;
	}

  .mv div h1 {
    padding-top: 20px;
    font-size: 39px;
  }

  .mv div h1::after {
    margin: 14px auto 0;
  }

  .right-in-h2,
  .left-in-h2 {
    padding: 44px 12px 22px;
    font-size: 36px;
  }
  
  .right-in-h2::after,
  .left-in-h2::after {
    top: 66px;
    width: calc((100vw - 90%) / 2);
  }

  .more a {
    padding: 20px 16px;
  }

  .more a span {
    padding: 0 38px;
  }
}

/* Main End */

/* Footer Start */

#lower {
  width: 100%;
}

#lower h3 {
  padding: 36px 0 40px 0;
}

#footer {
  padding: 84px 0 160px 0;
  background-color: #000;
}

.loop-text {
  display: flex;
  padding-bottom: 40px;
  width: 100%;
  overflow: hidden;
  list-style: none;
}

.loop-text li {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0 32px 0 33px;
  color: #fff;
  line-height: 100%;
  font-family:"Lora","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 84px;
}

.loop-text li:nth-child(odd) {
  animation: loop 40s linear -20s infinite;
}

.loop-text li:nth-child(even) {
  animation: loop2 40s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.foot-navi {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding-top: 84px;
  list-style: none;
}

.foot-navi>li {
  padding: 0 40px 60px 41px;
  line-height: 100%;
  font-family:"Lora","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 18px;
}

.foot-navi>li a {
  color: #fff;
  text-decoration: none;
}

.foot-navi>li a:hover,
.foot-navi>li.current a,
.foot-navi>li.current a:hover {
  color: #999;
}

#footer small {
	display:block;
  padding-left: 1px;
	color:#fff;
	line-height:10px;
  font-family: "Oswald","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:10px;
}

@media screen and (min-width : 768px) and (max-width : 1159px) {
  #lower h3 {
    padding: 27px 0 30px 0;
  }
  
  #footer {
    padding: 63px 0 120px 0;
  }
  
  .loop-text {
    padding-bottom: 30px;
  }
  
  .foot-navi {
    padding-top: 63px;
  }
  
  .foot-navi>li {
    padding: 0 30px 45px 31px;
  }
}

@media only screen and (max-width : 767px) {
  #lower h3 {
    padding: 18px 0 20px 0;
  }
  
  #footer {
    padding: 42px 0 80px 0;
  }
  
  .loop-text {
    padding-bottom: 20px;
  }
  
  .foot-navi {
    padding-top: 42px;
  }
  
  .foot-navi>li {
    padding: 0 20px 30px 21px;
  }
}

/* Footer End */

/* Top Page (index.html) Start */

.top-mv {
	position: relative;
}

.top-mv img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.pc-img {
  display: block;
}

.sp-img {
  display: none;
}

.top-mv div {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.top-mv div h1 {
  margin: 0 auto;
  color: #fff;
  width: 90%;
  line-height: 0;
  font-size: 0;
  text-align: right;
}

.top-mv div h1 small {
  display: block;
  padding-bottom: 40px;
  line-height: 179%;
  font-size: 26px;
  font-weight: 400;
}

.top-mv div h1 big {
  display: block;
  line-height: 100%;
  font-size: 68px;
  font-weight: 400;
}

.top-mv div h1 big em {
  display: inline-block;
  padding-right: 5px;
  color: #877659;
}

.top-mv div h1::after {
  margin: 40px 0 0 auto;
  display: block;
  background-color: #88765a;
  width: 90px;
  height: 6px;
  content: "";
}

/* 初期は非表示 */
.top-mv .line,
.top-mv .letter {
  opacity: 0;
}

/* is-visible になったらアニメーション開始 */
.top-mv.is-visible .line {
  opacity: 1;
}
.top-mv.is-visible .letter {
  animation: slideIn 1s cubic-bezier(0,1.2,.13,1.5) forwards;
}

/* 文字が左から出てくるアニメーション（お好みの動きでどうぞ） */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate3d(-100px,0,0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0);
  }
}

.top-loop {
  padding: 84px 0 80px 0;
}

.top-loop>.loop-text li {
  color: #88765a;
}

.top-chara {
  position: relative;
  padding-bottom: 200px;
}

.top-earth {
  position: absolute;
  left: 0;
  top: 84px;
  display: block;
  width: 90%;
  max-width: 600px;
  height: auto;
  text-align: left;
}

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

.top-chara section p {
  margin-left: auto;
  width: 44vw;
  line-height: 220%;
  font-size: 16px;
  text-align: left;
}

.top-chara em {
  padding-top: 60px;
  text-align: right;
}

.top-research {
  padding-top: 48px;
}

.top-research strong,
.top-news strong {
  display: block;
  padding-bottom: 108px;
  list-style: 180%;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.research-swipe {
  position: relative;
}

.research-swipe .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.research-swipe .swiper-wrapper .swiper-slide {
  width: 289px;
}

.research-swipe dl {
  margin: 0 auto;
  width: 100%;
  max-width: 289px;
}

.research-swipe dl dt {
  background-color: #6a1b7d;
  border-radius: 50%;
}

.research-swipe dl dt img {
  border-radius: 50%;
  margin: 13px;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
}

.research-swipe dl dd h3 {
  padding: 36px 0 24px 0;
  line-height: 100%;
  font-size: 21px;
  font-weight: 700;
}

.en-research-title {
  line-height: 180% !important;
}

.research-swipe dl dd p {
  line-height: 180%;
  font-size: 15px;
}

.research-swipe em {
  padding-top: 200px;
}

.top-news {
  padding-top: 48px;
}

.news-swipe {
  z-index: 100;
  position: relative;
  padding-bottom: 0;
}

.news-swipe .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.news-swipe .swiper-wrapper .swiper-slide {
  width: 289px;
}

.news-swipe dl {
  margin: 0 auto;
  width: 100%;
  max-width: 396px;
}

.news-swipe dl dt img {
  border: 9px solid #88765a;
  width: 100%;
  height: auto;
}

.news-swipe dl dd h3 {
  padding: 24px 0 10px 0;
  color: #88765a;
  line-height: 100%;
  font-family:"Lora","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 27px;
}

.news-swipe dl dd p {
  line-height: 180%;
  font-size: 16px;
}

.news-swipe em {
  padding-top: 0;
}

.button-area {
  z-index: -1;
  padding: 160px 0;
}

.research-swipe .swiper-button-prev {
  position: absolute;
  left: calc(50% - 38px);
  bottom: -60px;
}
.research-swipe .swiper-button-next {
  position: absolute;
  right: calc(50% - 13px);
  bottom: -60px;
}
.news-swipe .swiper-button-prev {
  position: absolute;
  left: calc(50% - 38px);
  bottom: -60px;
}
.news-swipe .swiper-button-next {
  position: absolute;
  right: calc(50% - 13px);
  bottom: -60px;
}

.research-swipe .swiper-button-prev svg,
.news-swipe .swiper-button-prev svg,
.research-swipe .swiper-button-next svg,
.news-swipe .swiper-button-next svg {
  display: none;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  cursor: pointer;
  text-rendering: initial;
}
/* 前への矢印カスタマイズ */
.research-swipe .swiper-button-prev::after,
.news-swipe .swiper-button-prev::after {
  display: block;
  background: url(../top_images/arrow_prev@2x.png) no-repeat;
  background-size: 23px 41px;
  width: 23px;
  height: 41px;
  content: "";
}
/* 次への矢印カスタマイズ */
.research-swipe .swiper-button-next::after,
.news-swipe .swiper-button-next::after {
  display: block;
  background: url(../top_images/arrow_next@2x.png) no-repeat;
  background-size: 23px 41px;
  width: 23px;
  height: 41px;
  content: "";
}

@media only screen and (max-width : 1159px) {
  .pc-img {
    display: none;
  }
  
  .sp-img {
    display: block;
  }

  .top-earth {
    position: static;
  }

  .top-chara section p {
    width: 100%;
  }

  .top-chara em {
    text-align: center;
  }
}

@media screen and (min-width : 768px) and (max-width : 1159px) {
  .top-research strong,
  .top-news strong {
    padding-bottom: 81px;
  }

  .top-mv div h1 small {
    padding-bottom: 30px;
    line-height: 179%;
    font-size: 22px;
  }
  
  .top-mv div h1 big {
    font-size: 51px;
  }
  
  .top-mv div h1 big em {
    padding-right: 4px;
  }
  
  .top-mv div h1::after {
    margin: 30px 0 0 auto;
  }

  .top-loop {
    padding: 63px 0 60px 0;
  }

  .top-chara {
    padding-bottom: 150px;
  }

  .top-earth {
    padding-top: 63px;
  }

  .top-chara em {
    padding-top: 45px;
  }

  .news-swipe .swiper-wrapper .swiper-slide {
    width: 48%;
  }

  .button-area {
    padding: 160px 0 120px 0;
  }
}

@media only screen and (max-width : 767px) {
  .top-research strong,
  .top-news strong {
    padding-bottom: 54px;
  }

  .top-mv div h1 small {
    padding-bottom: 20px;
    line-height: 179%;
    font-size: 18px;
  }
  
  .top-mv div h1 big {
    font-size: 34px;
  }
  
  .top-mv div h1 big em {
    padding-right: 3px;
  }
  
  .top-mv div h1::after {
    margin: 20px 0 0 auto;
  }

  .top-loop {
    padding: 42px 0 40px 0;
  }

  .top-chara {
    padding-bottom: 100px;
  }

  .top-earth {
    padding-top: 42px;
  }

  .top-chara em {
    padding-top: 30px;
  }

  .news-swipe .swiper-wrapper .swiper-slide {
    width: 100%;
  }

  .news-swipe .swiper-wrapper .swiper-slide dl {
    max-width: 375px;
    margin: 0 auto;
  }
  .button-area {
    padding: 160px 0 80px 0;
  }
}

/* Top Page (index.html) End */

/* About Us (aboutus/index.html) Start */

.about-top {
  padding-bottom: 200px;
}

.about-top p {
  line-height: 220%;
  font-size: 16px;
  text-align: right;
}

@media only screen and (max-width : 1159px) {
	
}

@media screen and (min-width : 768px) and (max-width : 1159px) {
	.about-top {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width : 767px) {
	.about-top {
    padding-bottom: 100px;
  }
}

/* About Us (aboutus/index.html) End */

/* Contact (contact/index.html) Start */

.contact-form p {
  padding-bottom: 64px;
  line-height: 220%;
  font-size: 14px;
  text-align: right;
}

.contact-form ul {
  list-style: none;
}

.contact-form ul li {
  padding-bottom: 52px;
}

.contact-form ul li dl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.contact-form ul li dl dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-left: 28px;
  width: 240px;
  line-height: 100%;
  font-size: 16px;
}

.en-form ul li dl dt {
  width: 280px;
}

.nece::after {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6a1b7d;
  color: #fff;
  margin-left: auto;
  width: 70px;
  height: 28px;
  line-height: 100%;
  font-family:"Noto Serif JP","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 14px;
  content: "必須";
}

.en-form .nece::after {
  width: 90px;
  content: "Required";
}

.contact-form ul li dl dd {
  flex-grow: 1;
  margin-left: 56px;
}

.contact-form ul li dl dd input[type="text"],
.contact-form ul li dl dd input[type="email"],
.contact-form ul li dl dd input[type="tel"],
.contact-form ul li dl dd textarea {
	padding:12px;
	background-color:#f9f9f9;
	border:1px solid #ccc;
  border-radius: 4px;
	width:61%;
  font-family:"Noto Serif JP","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height:150%;
	font-size:16px;
}

.contact-form ul li dl dd textarea {
  width: 100%;
}

.contact-form div {
  border-top: 1px solid #ebebeb;
  padding-top: 68px;
}

label {
  vertical-align: middle;
  padding-left: 10px;
  line-height: 100%;
  font-family:"Noto Serif JP","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 16px;
  cursor: pointer;
}

.contact-form em {
  display: block;
  padding-top: 36px;
}

.contact-form em input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 0;
  background-color: #6a1b7d;
  color: #fff;
  width: 227px;
  height: 76px;
  line-height: 100%;
  font-family:"Noto Serif JP","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 18px;
  cursor: pointer;
}

.contact-form em input[type="submit"]:hover {
	opacity:.8;
}

.privacy {
  padding: 156px 0 120px 0;
}

.privacy p,
.privacy ul li,
.privacy dl,
.privacy address {
  line-height: 200%;
  font-size: 16px;
  text-align: left;
}

.privacy ul li {
  margin-left: 1em;
}

.privacy dl dt {
  padding-top: 32px;
  font-weight: 700;
}

.privacy span {
  display: block;
  padding-top: 32px;
}

@media only screen and (max-width : 1159px) {
  .contact-form ul li dl dd input[type="text"],
  .contact-form ul li dl dd input[type="email"],
  .contact-form ul li dl dd input[type="tel"] {
    width: 100%;
  }
}

@media screen and (min-width : 768px) and (max-width : 1159px) {
	.contact-form p {
    padding-bottom: 48px;
  }

  .contact-form ul li {
    padding-bottom: 39px;
  }

  .contact-form ul li dl dt {
    padding-left: 14px;
  }

  .contact-form ul li dl dd {
    margin-left: 28px;
  }

  .contact-form div {
    padding-top: 51px;
  }

  .contact-form em {
    padding-top: 27px;
  }

  .privacy {
    padding: 117px 0 90px 0;
  }

  .privacy dl dt,
  .privacy span {
    padding-top: 24px;
  }
}

@media only screen and (max-width : 767px) {
	.contact-form p {
    padding-bottom: 32px;
  }

  .contact-form ul li {
    padding-bottom: 26px;
  }

  .contact-form ul li dl {
    flex-direction:column;
  }

  .contact-form ul li dl dt {
    margin-right: auto;
    padding-left: 0;
  }

  .contact-form ul li dl dd {
    margin-left: 0;
    padding-top: 10px;
    width: 100%;
  }

  .contact-form div {
    padding-top: 34px;
  }

  .contact-form em {
    padding-top: 18px;
  }

  label {
    font-size: 14px;
  }

  .privacy {
    padding: 78px 0 60px 0;
  }

  .privacy dl dt,
  .privacy span {
    padding-top: 16px;
  }
} 

/* Contact (contact/index.html) End */

/* News (news/index.html) Start */

.news-index ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 40px 0 72px 0;
  list-style: none;
}

.news-index ul li {
  padding: 0 44px 88px;
}

.news-index ul li a {
  display: block;
  text-decoration: none;
}

.news-index ul li a dl {
  width: 100%;
  max-width: 396px;
}

.news-index ul li a dl dt img {
  border: 9px solid #88765a;
  width: 100%;
  height: auto;
}

.news-index ul li a dl dd h3 {
  padding: 24px 0 10px 0;
  color: #88765a;
  line-height: 100%;
  font-family:"Lora","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 24px;
}

.news-index ul li a dl dd p {
  color: #000;
  line-height: 180%;
  font-size: 16px;
}

.news-index ul li a:hover {
  opacity: .8;
}

.pager-outer {
  margin: 0 auto;
  padding: 32px 0 180px 0;
  border-top: 1px solid #ebebeb;
  width: 90%;
}

.pager-inner {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.back,
.next {
	position:relative;
	box-sizing:border-box;
	margin:10px 0;
	border:1px solid #999;
	width:22px !important;
	height:22px !important;
	text-indent:-9999px;
}

.back a,
.next a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

.back::after,
.next::after {
	position:absolute;
	top:calc(50% - 4px);
	display:block;
	border-top:1px solid #ccc;
	width:8px;
	height:8px;
	content:"";
  pointer-events: none;
}

.back::after {
	border-left:1px solid #ccc;
	left:calc(50% - 2px);
	transform:rotate(315deg);
}

.pager-inner ol {
  display: inline-flex;
  justify-content: center;
	margin:0 10px;
  list-style: none;
}

.pager-inner ol li {
	margin:12px 0;
	padding:0 20px;
  line-height: 100%;
	font-size:18px;
}

.pager-inner ol li a {
	text-decoration:none;
}

.pager-inner ol li+li {
	border-left:1px solid #ccc;
}

.pager-inner ol.nobd li+li {
  border: none;
}

.next::after {
	border-right:1px solid #ccc;
	left:calc(50% - 6px);
	transform:rotate(45deg);
}

.back:hover::after,
.next:hover::after {
	border-color:#6c9752;
  pointer-events: none;
}

@media only screen and (max-width : 1159px) {
	
}

@media screen and (min-width : 768px) and (max-width : 1159px) {
	.news-index ul {
    padding: 30px 0 54px 0;
  }

  .news-index ul li {
    padding: 0 33px 66px;
  }

  .news-index ul li dl dd h3 {
    padding: 18px 0 10px 0;
  }

  .pager-inner ol li {
    padding: 0 15px;
  }
}

@media only screen and (max-width : 767px) {
	.news-index ul {
    padding: 20px 0 36px 0;
  }

  .news-index ul li {
    padding: 0 0 44px;
  }

  .news-index ul li dl dd h3 {
    padding: 12px 0 10px 0;
  }

  .pager-inner ol li {
    padding: 0 10px;
  }
}

/* News (news/index.html) End */

/* News Detail (news/detail.html) Start */

.news-detail {
  display: flex;
}

.article {
  margin-right: auto;
  padding-top: 136px;
  width: 735px;
  text-align: left;
}

.article em {
  display: block;
  color: #88765a;
  line-height: 100%;
  font-family:"Lora","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 27px;
}

.article h3 {
  padding: 18px 0 22px 0;
  line-height: 180%;
  font-size: 33px;
}

.article p {
  padding-bottom: 32px;
  line-height: 180%;
  font-size: 16px;
}

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

.article dl {
  display: flex;
  padding-bottom: 72px;
  line-height: 100%;
  font-size: 15px;
}

.pager-outer2 {
  margin-top: 92px;
  padding: 44px 0 180px 0;
  border-top: 1px solid #ebebeb;
}

.pager-outer2 .pager-inner>p.back,
.pager-outer2 .pager-inner>p.next {
  padding: 0;
}

.nobd li a>b {
  display: inline-block;
  padding: 0 76px;
  font-weight: 400;
}

.news-navi {
  padding-top: 100px;
  width: 278px;
  text-align: left;
}

.news-navi h3 {
  padding: 48px 0 18px 0;
  border-bottom: 1px solid #ccc;
  line-height: 100%;
  font-size: 16px;
}

.news-navi ul {
  padding-top: 4px;
  list-style: none;
}

.news-navi ul li {
  padding-top: 16px;
  line-height: 160%;
  font-size: 15px;
}

@media only screen and (max-width : 1159px) {
  .news-detail {
    flex-direction: column;
  }

	.article,
  .news-navi {
    width: 100%;
  }
}

@media screen and (min-width : 768px) and (max-width : 1159px) {
	.article {
    padding-top: 102px;
  }

  .article h3 {
    font-size: 30px;
  }

  .article p {
    padding-bottom: 24px;
  }

  .article dl {
    padding-bottom: 54px;
  }

  .pager-outer2 {
    margin-top: 69px;
    padding: 33px 0 80px 0;
  }

  .news-navi {
    padding: 0 0 150px;
  }

  .news-navi h3 {
    padding: 36px 0 14px 0;
  }

  .news-navi ul {
    padding-top: 3px;
  }

  .news-navi ul li {
    padding-top: 12px;
  }
}

@media only screen and (max-width : 767px) {
	.article {
    padding-top: 68px;
  }

  .article h3 {
    font-size: 27px;
  }

  .article p {
    padding-bottom: 16px;
  }

  .article dl {
    padding-bottom: 36px;
  }

  .pager-outer2 {
    margin-top: 46px;
    padding: 22px 0 60px 0;
  }
  
  .nobd li a>b {
    padding: 0;
  }

  .nobd li a>b span {
    display: none;
  }

  .news-navi {
    padding: 0 0 100px;
  }

  .news-navi h3 {
    padding: 24px 0 10px 0;
  }

  .news-navi ul {
    padding-top: 2px;
  }

  .news-navi ul li {
    padding-top: 8px;
  }
}

/* News Detail (news/detail.html) End */

/* Research (research/index.html) Start */

.research p {
  line-height: 220%;
  font-size: 16px;
}

.research strong {
  display: block;
  padding-bottom: 24px;
  color: rgba(204,204,204,.16);
  line-height: 100%;
  font-family:"游ゴシック体",YuGothic,"YuGothic M","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic";
  font-size: 150px;
}

.research h3 {
  padding-bottom: 36px;
  color: #6a1b7d;
  line-height: 220%;
  font-size: 38px;
}

.approach p {
  text-align: right;
}

.res01 {
  padding-top: 48px;
}

.res01 strong,
.res01 h3,
.res01 p {
  text-align: left;
}

.res01 dl,
.res02 dl,
.res04 dl,
.res05 dl {
  display: flex;
}

.res01 dl dt,
.res02 dl dt,
.res04 dl dt,
.res05 dl dt {
  flex-shrink: 0;
}

.res01 dl dt {
  width: 593px;
}

.res01 dl dt img {
  border: 15px solid #ebe6df;
  max-width: 100%;
  height: auto;
}

.res01 dl dd {
  order: -1;
  flex-grow: 1;
  margin-top: -9px;
  margin-right: 36px;
}

.res02 {
  padding-top: 116px;
}

.res02 strong,
.res02 h3 {
  text-align: right;
}

.res02 p {
  text-align: left;
}

.res02 dl dt {
  width: 400px;
}

.res02 dl dt img,
.res04 dl dt img {
  max-width: 100%;
  height: auto;
}

.res02 dl dd {
  flex-grow: 1;
  margin-top: -9px;
  margin-left: 120px;
}

.res03 {
  padding-top: 240px;
}

.res03 strong,
.res03 h3,
.res03 p {
  text-align: left;
}

.res03 em {
  display: block;
  padding-top: 60px;
}

.res03 em img {
  border: 23px solid #ebe6df;
  max-width: 100%;
  height: auto;
}

.res03 em>p {
  padding-top: 16px;
  text-align: center;
}

.res04 {
  padding-top: 160px;
}

.res04 strong,
.res04 h3,
.res04 p {
  text-align: left;
}

.res04 dl dt {
  width: 400px;
}

.res04 dl dd {
  order: -1;
  margin-top: -9px;
  margin-right: 68px;
}

.res05 {
  padding: 196px 0;
}

.res05 strong {
  text-align: right;
}

.res05 h3,
.res05 p {
  text-align: left;
}

.res05 dl {
  padding-top: 23px;
}

.res05 dl dt {
  width: 400px;
}

.res05 dl dd {
  flex-grow: 1;
  margin-top: -23px;
  margin-left: 68px;
}

.res-last {
  padding: 40px 0;
  background-color: rgba(204,204,204,.16);
}

.res-last-inner {
  background-color: #fff;
  padding: 80px 48px;
}

.res-last-inner dl {
  display: flex;
  align-items: center;
}

.res-last-inner dl dt {
  flex-shrink: 0;
  width: 155px;
}

.res-last-inner dl dd {
  flex-grow: 1;
  margin-left: 40px;
  text-align: left;
}

.res-last-inner dl dd p {
  line-height: 220%;
  font-size: 16px;
}

.res-last-inner dl dd p+p {
  padding-top: 32px;
}

@media only screen and (max-width : 1159px) {
	.res01 dl,
  .res02 dl,
  .res04 dl,
  .res05 dl {
    flex-direction: column;
  }
  
  .res01 dl dt,
  .res01 dl dd,
  .res02 dl dt,
  .res02 dl dd,
  .res04 dl dt,
  .res04 dl dd,
  .res05 dl dt,
  .res05 dl dd {
    width: 100%;
  }

  .res01 dl dd,
  .res02 dl dd,
  .res04 dl dd,
  .res05 dl dd {
    margin: 0;
  }
}

@media screen and (min-width : 768px) and (max-width : 1159px) {
	.research strong {
    padding-bottom: 18px;
  }

  .research h3 {
    padding-bottom: 27px;
    font-size: 33px;
  }

  .res01 {
    padding-top: 36px;
  }

  .res01 dl dd,
  .res04 dl dd {
    order: 0;
    padding-top: 30px;
  }

  .res02 {
    padding-top: 87px;
  }

  .res02 dl dd,
  .res05 dl dd  {
    padding-top: 30px;
  }

  .res03 {
    padding-top: 180px;
  }

  .res03 em {
    padding-top: 45px;
  }

  .res03 em p {
    padding-top: 12px;
  }

  .res04 {
    padding-top: 120px;
  }

  .res05 {
    padding: 147px 0;
  }

  .res-last {
    padding: 30px 0;
  }

  .res-last-inner {
    padding: 60px 36px;
  }

  .res-last-inner dl dd {
    margin-left: 30px;
  }

  .res-last-inner dl dd p+p {
    padding-top: 24px;
  }
}

@media only screen and (max-width : 767px) {
	.research strong {
    padding-bottom: 12px;
  }

  .research h3 {
    padding-bottom: 18px;
    font-size: 28px;
  }

  .res01 {
    padding-top: 24px;
  }

  .res01 dl dd,
  .res04 dl dd {
    order: 0;
    padding-top: 20px;
  }

  .res02 {
    padding-top: 58px;
  }

  .res02 dl dd,
  .res05 dl dd  {
    padding-top: 20px;
  }

  .res03 {
    padding-top: 120px;
  }

  .res03 em {
    padding-top: 30px;
  }

  .res03 em p {
    padding-top: 8px;
  }

  .res04 {
    padding-top: 80px;
  }

  .res05 {
    padding: 98px 0;
  }

  .res-last {
    padding: 20px 0;
  }

  .res-last-inner {
    padding: 40px 24px;
  }

  .res-last-inner dl {
    flex-direction: column;
  }

  .res-last-inner dl dt {
    width: 100%;
  }

  .res-last-inner dl dd {
    padding-top: 20px;
    margin-left: 0;
    width: 100%;
  }

  .res-last-inner dl dd p+p {
    padding-top: 16px;
  }
}

/* Research (research/index.html) End */

/* Scroll Animation Start */

.sa {
  opacity:0;
  transition:all .9s ease-in-out;
}

.sa.show {
  opacity:1;
  transform:none;
}

.ltr {
  transform:translate(-100px,0);
}

.rtl {
  transform:translate(100px,0);
}

.bt {
  transform:translate(0,100px);
}

.tb {
  transform:translate(0,-100px);
}

/* Scroll Animation End */

.pc-off {
  display: none;
}

@media only screen and (max-width : 767px) {
  .pc-off {
    display: block;
  }
}