@charset "UTF-8";
/* CSS Document */



html, body {
	width: 100%;
	color: #3e3a39;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
	overflow-x: hidden;
	font-style: normal;
	position: relative;
}

.pc{display: none!important;}


body.wt:before{
	content: "";
	display: block;
	background: #FFF;
	width: 1px;
	height: 7em;
	position: absolute;
	top: 0;
	right: 6.66em;
	z-index: 2;	
	transform-origin: top;
	transform: scale(1,0);
	transition: transform 1s ease .2s;
}

body.wt:after{
	content: "";
	display: block;
	background: #FFF;
	width: 6.66em;
	height: 1px;
	position: absolute;
	top: 7em;
	right: 0;
	z-index: 2;	
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .6s;
}

body.wt.load-on:before,
body.wt.load-on:after{
	transform: scale(1,1);
}



.fm{
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;	
}

.fg{
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;	
}

@font-face {
  font-family: 'avenir';
  src: url('common/css/Avenir-Roman.ttf') format('truetype');
  ascent-override: 100%;
  descent-override: 30%;
  line-gap-override: 100%;
  advance-override: 0;
}

.fen{
	font-family: avenir;
}


header{
	z-index: 2;
	padding: 2em 4%;
	line-height: 1;
	pointer-events: none;
	position: relative;
	z-index: 2;
}

header .logo{
	width: 30vw;
	max-width: 80px;
	pointer-events: visible;
}


.line-btm,
.line-top{
	position: relative;
}

.line-btm:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #595757;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin:left;
	transform: scale(0,1);
	transition: transform 1s ease .6s;
}

.line-top:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #595757;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin:left;
	transform: scale(0,1);
	transition: transform 1s ease .6s;
}

.line-btm.on:after,
.line-top.on:after{
	transform: scale(1,1);
}


footer{
	text-align: center;
	font-size: .8em;
	padding: 4em 5%;
}



/*
TOP
===============
*/

.top-contents-wrap{
	color: #FFF;
	padding-bottom: 10em;
}

.top-slider-wrap{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}

.top-slider-wrap .slider{
    width: 100%;
	height: 100vh;
}

.top-slider-wrap img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    font-family: 'object-fit: cover;'
}

.top-contents-wrap .top-copy-wrap{
	padding: 3em 5% 0 5%;
}

.top-contents-wrap .top-copy-wrap h2{
	font-size: 5vw;
	line-height: 2.4;
	letter-spacing: .4em;
	margin-bottom: 1.16em;
}

.top-contents-wrap .top-copy-wrap en{
	font-size: .9em;
	line-height: 2;
}

.top-contents-wrap .top-news-wrap{
	letter-spacing: .2em;
	position: relative;
	width: 90%;
	margin: 6em auto 4em;
 }

.top-contents-wrap .top-news-wrap:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}

.top-contents-wrap .top-news-wrap:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}

.top-contents-wrap .top-news-wrap dl:before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: top;
	transform: scale(1,0);
	transition: transform 1s ease .2s;
}

.top-contents-wrap .top-news-wrap dl:after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	transform-origin: top;
	transform: scale(1,0);
	transition: transform 1s ease .2s;
}

.top-contents-wrap .top-news-wrap.on:before,
.top-contents-wrap .top-news-wrap.on:after,
.top-contents-wrap .top-news-wrap.on dl:before,
.top-contents-wrap .top-news-wrap.on dl:after{
	transform: scale(1,1);
}

.top-contents-wrap .top-news-wrap dl{
	position: relative;	
	padding: 1.2em;
}


.top-contents-wrap .top-news-wrap dt{
	position: relative;
	display: inline-block;
	padding-bottom: .6em;
}


.top-contents-wrap .top-news-wrap dd{
}

.top-side-copy {
    color: #FFF;
    letter-spacing: .2em;
    font-size: 1em;
    width: 90%;
    margin: 0 auto;
}

.top-side-copy p{

}

.count-wrap{
	position: absolute;
	z-index: 2;
	top: 10em;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.slick-num{
	overflow: hidden;
}

.load-on .now-count {
	display: inline-block;
	-webkit-animation: nom-move 10s ease-out 0s infinite;
	animation: nom-move 10s ease-out 0s infinite;
}


@-webkit-keyframes nom-move {
  0% {
    transform: translateY(0);  
  }
  90% {
    transform: translateY(0);
  }
  98% {
    transform: translateY(0);opacity: 1;
  }
  98.5% {
    transform: translateY(-20%); opacity: 0;
  }
  99% {
    transform: translateY(20%); opacity: 0;
  }
  99.5% {
    transform: translateY(0);opacity: 1;  
  }
  100% {
    transform: translateY(0);opacity: 1;  
  }
}


@keyframes nom-move {
  0% {
    transform: translateY(0);  
  }
  90% {
    transform: translateY(0);
  }
  98% {
    transform: translateY(0);opacity: 1;
  }
  98.5% {
    transform: translateY(-20%); opacity: 0;
  }
  99% {
    transform: translateY(20%); opacity: 0;
  }
  99.5% {
    transform: translateY(0);opacity: 1;  
  }
  100% {
    transform: translateY(0);opacity: 1;  
  }
}

.count-circle{
    width: 24px;
    height: 24px;
    border-radius: 100%;
    transform: translateX(20px);
    position: relative;
}

.count-circle:before{
	content: "";
	display: block;
	width: 22px;
	height: 22px;
    border: #9ba0a7 solid 1px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.count-circle svg{
	width: 100%;
	height: auto;
	transform: rotate(-90deg);
}


@-webkit-keyframes animate-svg-circle {
  0% {
    stroke-dashoffset: 80.53981633974483px;
    stroke-dasharray: 80.53981633974483px;
  }

  98% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.53981633974483px;
  }
  
  100% {
    stroke-dashoffset: -80.53981633974483px;
    stroke-dasharray: -80.53981633974483px;
  }
}

@keyframes animate-svg-circle {
  0% {
    stroke-dashoffset: 80.53981633974483px;
    stroke-dasharray: 80.53981633974483px;
  }

  98% {
    stroke-dashoffset: 0;
    stroke-dasharray: 80.53981633974483px;
  }
  
  100% {
    stroke-dashoffset: -80.53981633974483px;
    stroke-dasharray: -80.53981633974483px;
  }
}



.load-on .svg-circle {
	-webkit-animation: animate-svg-circle 10s ease-in infinite 0s;
	animation: animate-svg-circle 10s ease-in infinite 0s;
}



/*
PAGE
===============
*/


.page-contents-wrap{
	background: #f0ebe6;
	min-height: calc(100vh - 10em);
}


/*
ABOUT
===============
*/


.about-icatch-wrap{
	width: 100%;
	height:60vh;
	background: url(img/page/L1370745.jpg) no-repeat;
	background-size: cover;
	color: #FFF;
	position: relative;
	margin-bottom: 6em;
}

.about-icatch-wrap .title-wrap{
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-45%);
}

.about-icatch-wrap .title-wrap .title{
	padding: .1em .5em .1em 0;
	font-size: 9vw;
	line-height: 1;
	letter-spacing: .2em;
	position: relative;
	margin-bottom: .3em;
}

.about-icatch-wrap .title-wrap .title:after{
	display: block;
	content: "";
	background: #231815;
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.about-icatch-wrap .title-wrap .jp{
	font-size: 1.2em;
	letter-spacing: .4em;
	margin-bottom: .8em;
}

.about-icatch-wrap .title-wrap .en{
	font-size: 1.2em;
}

.about-detail-wrap{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5em;
}

.about-detail-wrap .text-wrap{
	width: 100%;
	margin-bottom: 4em;
}

.about-detail-wrap .text-wrap .title{
	font-size: 1.4em;
	letter-spacing: .2em;
	margin-bottom: 1.66em;
}

.about-detail-wrap .text-wrap .jp{
	line-height: 3;
	padding-bottom: 3.33em;
	margin-bottom: 3.33em;
}

.about-detail-wrap .text-wrap .en{
	font-size: .8em;
	line-height: 3.2;
}

.about-detail-wrap .thumb-wrap{
	width: 90%;
	position: relative;
	margin: 2em auto 0;
}

.about-detail-wrap .thumb-wrap svg{
	width: 100%;
	height: auto;
}

.about-detail-wrap .thumb-wrap .graph-text{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

svg .svg-elem-1 {
  stroke-dashoffset: 1904.5606689453125px;
  stroke-dasharray: 1904.5606689453125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.view svg .svg-elem-1 {
  stroke-dashoffset: 3809.121337890625px;
}

svg .svg-elem-2 {
  stroke-dashoffset: 84.39794158935547px;
  stroke-dasharray: 84.39794158935547px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.view svg .svg-elem-2 {
  stroke-dashoffset: 168.79588317871094px;
  fill: rgb(35, 24, 21);
}

svg .svg-elem-3 {
  stroke-dashoffset: 1979.08056640625px;
  stroke-dasharray: 1979.08056640625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.view svg .svg-elem-3 {
  stroke-dashoffset: 3958.1611328125px;
}

svg .svg-elem-4 {
  stroke-dashoffset: 87.67961883544922px;
  stroke-dasharray: 87.67961883544922px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.view svg .svg-elem-4 {
  stroke-dashoffset: 175.35923767089844px;
  fill: rgb(35, 24, 21);
}

svg .svg-elem-5 {
  stroke-dashoffset: 1207.7432604477626px;
  stroke-dasharray: 1207.7432604477626px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.view svg .svg-elem-5 {
  stroke-dashoffset: 2415.4865208955252px;
}

svg .svg-elem-6 {
  stroke-dashoffset: 1207.711844930512px;
  stroke-dasharray: 1207.711844930512px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.view svg .svg-elem-6 {
  stroke-dashoffset: 2415.423689861024px;
}




/*
RESOURCE RECYCLING ART
===============
*/

.logo-wt,
.wt .logo-c{
	display: none;
}

.wt .logo-wt{
	display: inherit;
}

.gallery-wrap{
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}

.gallery-wrap .title-wrap{
	position: absolute;
	bottom: 13em;
	padding:0 5%;
}

.gallery-wrap .title-wrap .title{
    font-size: 1.2em;
    background: #FFF;
    border: 2px solid #231815;
    border-bottom: none;
    display: table;
    padding: 0.6em;
    line-height: 1;
}

.gallery-wrap .title-wrap p{
	font-size: 1em;
	background: #FFF;
	border: 2px solid #231815;
	display: table;
	padding: .4em .6em;
	letter-spacing: .2em;
}



/* slide-box */

.slide-box {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

/* slide */

.main-slide {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  margin: 0;
  padding: 0;
}
.main-slide .item {
  position: relative;
  height: 100%;
}
.main-slide .item a {
  display: block;
}
.main-slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.main-slide .item .image {
  position: relative;
  overflow: hidden;
}
.main-slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.main-slide > .slick-list,
.main-slide > .slick-list > .slick-track,
.main-slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}



/* slide-navigation */

.side-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.8em;
}

.slide-navigation .slick-list{
	height: 100%!important;
}

.slide-navigation {
  line-height: 0;
  margin: 0;
  padding: 0;
}

/* ========== スライダーデモ用 ==========*/

.demo .slide-box {
	overflow: hidden;
}

.demo .slide-navigation .slick-list{
	overflow-x: scroll;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.demo .slide-navigation .slick-list::-webkit-scrollbar{
  display:none;
}

.demo .slide-navigation .slick-track {
  transform: unset !important;
}

/* ========== スライダーデモ用 ==========*/


.slide-navigation .item {
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slide-navigation .item .image::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background: #000;
}
.slide-navigation .slick-current .image::after {
  opacity: 0.5;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}
.slide-navigation .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}


/* slick */

.slick-vertical .slick-slide {
  border: 0 solid transparent;
}

.slick-slide img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    font-family: 'object-fit: cover;'
}

.slick-arrow {
  z-index: 999;
}
.slick-prev {
  top: 25px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
.slick-prev:before {
  content: "↑";
}
.slick-next {
  top: auto;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
.slick-next:before {
  content: "↓";
}

@media screen and (max-width: 767px) {
  .slick-prev {
    top: 20px;
    bottom: 0;
    right: auto;
    left: 20px;
  }
  .slick-prev:before {
    content: "←";
  }
  .slick-next {
    top: 20px;
    bottom: 0;
    right: 20px;
    left: auto;
  }
  .slick-next:before {
    content: "→";
  }
}

/*
SDGs
===============
*/

.sdgs-contents-wrap{
	padding:4em 0 0;
	width: 90%;
	margin: 0 auto; 
}

.sdgs-icatch-wrap{
	width: 100%;
	position: relative;
	padding-top: 66%;
	background: url(img/page/L1370532.jpg) no-repeat;
	background-size: cover;
	margin: 0 auto 4em;
}

.sdgs-icatch-wrap .title-wrap{
	color: #FFF;
	font-size: 1.2em;
	text-align: right;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	max-width: 90%;
}

.sdgs-icatch-wrap .title-wrap .title{
	letter-spacing: .4em;
	margin-bottom: .8em;
}

.sdgs-icatch-wrap .title-wrap .en{
	line-height: 1.75;
}

.sdgs-contents{
	margin-bottom: 4em;
}

.sdgs-contents.bb .detail-wrap{
	padding-bottom: 4em;
}

.sdgs-contents .title-wrap{
	width: 100%;
	font-size: 1.2em;
	letter-spacing: .18em;
	line-height: 2.4;
	margin-bottom: 3em;
}

.sdgs-contents .title-wrap br{
	display: none;
}

.sdgs-contents .detail-wrap{
	width: 100%;
}

.sdgs-contents .detail-wrap p{
	line-height: 3;
	margin-bottom: 3.33em;
}


/*
BUSINESS DOMAIN
===============
*/

.bd-contents-wrap{
	padding: 4em 0 0;
}

.bd-contents-wrap .title-wrap{
	margin-bottom: 6em;
	line-height: 1;
	padding: 0 5vw;
}

.bd-contents-wrap .title-wrap .title{
	font-size: 6vw;
	letter-spacing: .2em;
	position: relative;
	padding-bottom: .3em;
	margin-bottom: .5em;
}

.bd-contents-wrap .title-wrap .title:after{
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}

.bd-contents-wrap .title-wrap.on .title:after{
	transform: scale(1,1);
}

.bd-contents-wrap .title-wrap .sub-title{
	font-size: 1.2em;
	letter-spacing: .2em;
}

.bd-post-wrap{
	position: relative;
	padding-bottom: 5em;
}

.bd-post-wrap:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}


.bd-post-wrap.on:before,
.bd-post-wrap.on:after,
.bd-post-wrap.on .inner:before{
	transform: scale(1,1);
}


.bd-post-wrap .bd-post-contents{
	width: 100%;
	display: block;
	padding: 3.33em 2.4em  4em;
	text-align: center;
	position: relative;
}

.bd-post-wrap .bd-post-contents:after{
	content: "";
	display: block;
	width: 3em;
	height: 3em;
	background: url(img/common/arrow.svg) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 3em;
	right: 2em;
	transition: .4s ease;
	opacity: 0;
	transform: translate(-16% , 16%);
}

.bd-post-wrap .bd-post-contents:hover:after{
	opacity: 1;
	transform: translate(0 , 0);
}

.ph .bd-post-wrap .bd-post-contents{
	pointer-events: none;
}

.ph .bd-post-wrap .bd-post-contents:after{
	display: none;
}

.bd-post-wrap .bd-post-contents:before{
	content: "";
	display: block;
	width:100vw;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}

.bd-post-wrap .bd-post-contents.on:before{
	transform: scale(1,1);
}

.bd-post-wrap .bd-post-contents .thumb-wrap{
	width: 80%;
	line-height: 0;
	margin: 0 auto 3em;
}

.bd-post-wrap .bd-post-contents .thumb-wrap img{
	transition: opacity .3s ease;
}

.bd-post-wrap .bd-post-contents:hover .thumb-wrap img{
	opacity: .5;
}

.bd-post-wrap .bd-post-contents .title{
	font-size: 1.2em;
	letter-spacing: .2em;
	margin-bottom: 1em;
}

.bd-post-wrap .bd-post-contents .en{
	font-size: 1em;
}


/* single */

.bd-single-wrap{
	padding:4em 0 0;
	width: 90%;
	margin: 0 auto; 
}

.bd-single-icatch-wrap{
	width: 100%;
	position: relative;
	padding-top: 66%;
	background: url(img/page/sdgs_icatch.jpg) no-repeat;
	background-size: cover;
	margin: 0 auto 4em;
}

.bd-single-icatch-wrap .title-wrap{
	color: #FFF;
	font-size: 1.2em;
	text-align: right;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	max-width: 90%;
}

.bd-single-icatch-wrap .title-wrap .title{
	letter-spacing: .4em;
	margin-bottom: .8em;
}

.bd-single-icatch-wrap .title-wrap .en{
	line-height: 1.75;
}

.bd-single-contents .contents-wrap .jp{
	padding-bottom: 4em;
}

.bd-single-contents .contents-wrap p.en{
	font-size: .8em;
	line-height: 3.2;
}

.bd-single-contents .title-wrap{
	width: 100%;
	font-size: 1.2em;
	letter-spacing: .18em;
	line-height: 2.4;
	margin-bottom: 3em;
}

.bd-single-contents .title-wrap br{
	display: none;
}

.bd-single-contents .contents-wrap{
	width: 100%;
}

.bd-single-contents .contents-wrap p{
	line-height: 3;
	margin-bottom: 4em;
}

.bd-single-contents .thumb-contents-wrap{
	padding-top: 4em;
}

.bd-single-contents .thumb-contents-wrap .contents-title{
	font-size: 1.2em;
	letter-spacing: .2em;
	background: #FFF;
	display: table;
	padding: .2em 1em;
	margin-bottom: 2em;
}

.bd-single-contents .thumb-contents-wrap .contents-read{
	line-height: 2.2;
}

.bd-single-contents .thumb-contents-wrap .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bd-single-contents .thumb-contents-wrap .inner:after{
	content: "";
	display: block;
	width: calc(100% / 2);
}

.bd-single-contents .thumb-contents-wrap .thumb-wrap{
	width: calc(100% / 2);
	text-align: center;
	margin-bottom: 2em;
}

.bd-single-contents .thumb-contents-wrap .thumb-wrap .thumb{
	line-height: 1;
	height: 0;
	padding-top: 66%;
	position: relative;
}

.bd-single-contents .thumb-contents-wrap .thumb-wrap .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
    height: 100%;
    width: 100%;
    object-fit:cover;
    font-family: 'object-fit: cover;'
}

.bd-single-contents .thumb-contents-wrap .thumb-wrap .title{
	font-size: 1em;
	width: 90%;
	margin: .6em auto .3em;
}

.bd-single-contents .thumb-contents-wrap .thumb-wrap p{
	width: 90%;
	margin: 0 auto;
	line-height: 2.4;
}

.bd-gallery-wrap .thumb{
	width: 100% !important;
	margin: 0!important;
	padding-bottom: 1em;
}

.news-thumb-wrap img{
	width: 100%;
	display: block;
	line-height: 0;
	margin-bottom: 1em;
}


/*
COMPANY
===============
*/

.company-contents-wrap{
	padding: 4em 0 5em;
}

.company-contents-wrap .title-wrap{
	margin-bottom: 6em;
	line-height: 1;
	padding: 0 5vw;
}

.company-contents-wrap .title-wrap .title{
	font-size: 8vw;
	letter-spacing: .2em;
	position: relative;
	padding-bottom: .3em;
	margin-bottom: .5em;
}

.company-contents-wrap .title-wrap .title:after{
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}

.company-contents-wrap .title-wrap.on .title:after{
	transform: scale(1,1);
}

.company-contents-wrap .title-wrap .sub-title{
	font-size: 1.4em;
	letter-spacing: .2em;
}

.company-detail-wrap{
	width: 90%;
	margin: 0 auto 8em;
}

.company-detail-wrap dl{
	width: 100%;
	font-size: 1.1em;
	letter-spacing: .2em;
	position: relative;
	margin-bottom: 3em;
}

.company-detail-wrap dl:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}

.company-detail-wrap dl.on:after{
	transform: scale(1,1);
}


.company-detail-wrap dl dt{
	padding-bottom: .6em;
}

.company-detail-wrap dl dd{
	padding-bottom: .6em;
}

.company-message-wrap{

}

.company-message-wrap .name{
    font-size: 1.4em;
    letter-spacing: .2em;
    margin-left: 2em;
    margin-bottom: 2em;
}

.company-message-wrap .name span{
	font-size: .6em;
	display: block;
	margin-bottom: .6em;
}

.company-message-wrap .thumb-wrap{
	padding: 0 4vw;
	padding-top: 3.33em;
	position: relative;
	margin-bottom: 3em;
}

.company-message-wrap .thumb-wrap:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #3e3a39;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}

.company-message-wrap .text-wrap{
	padding-left: 5vw;
	position: relative;
}

.company-message-wrap .thumb-wrap.on:after,
.company-message-wrap .text-wrap.on:after{
	transform: scale(1,1);
}


.company-message-wrap .text-wrap .title{
	font-size: 1.2em;
	letter-spacing: .2em;
	margin-bottom: 1.8em;
	line-height: 2.4;
	padding-right: 5vw;
}

.company-message-wrap .text-wrap .jp{
	line-height: 3;
	padding-right: 5vw;
	padding-bottom: 3em;
	margin-bottom: 3em;
}

.company-message-wrap .text-wrap .en{
	font-size: .8em;
	line-height: 3.2;
	padding-right: 5vw;
}


/*
NEWS
===============
*/

.news-contents-wrap{
	padding: 4em 0 0;
}

.news-contents-wrap .title-wrap{
	margin-bottom: 6em;
	line-height: 1;
	padding: 0 5vw;
}

.news-contents-wrap .title-wrap .title{
	font-size: 8vw;
	letter-spacing: .2em;
	position: relative;
	padding-bottom: .3em;
	margin-bottom: .5em;
}

.news-contents-wrap .title-wrap .title:after{
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}

.news-contents-wrap .title-wrap.on .title:after{
	transform: scale(1,1);
}

.news-contents-wrap .title-wrap .sub-title{
	font-size: 1.4em;
	letter-spacing: .2em;
}

.news-post-wrap{
	width: 90%;
	margin: 0 auto 8em;
}

.news-post-wrap dl{
	width: 100%;
	letter-spacing: .2em;
	position: relative;
}

.news-post-wrap dl:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}

.news-post-wrap dl:first-child:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}

.news-post-wrap dl.on:after,
.news-post-wrap dl.on:first-child:before{
	transform: scale(1,1);
}

.news-post-wrap dl dt{
	font-size: 1.1em;
	padding: 1.6em .6em .6em;
	padding-right: 3em;
}

.news-post-wrap dl dd{
	padding: 0 .6em 1.6em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-post-wrap dl dd .title{
	font-size: 1.1em;
	line-height: 2;
	padding-right: 2em;
	position: relative;
}

.news-post-wrap dl dd .title:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -2.4em;
    transform: scale(0,1);
}

.news-post-wrap dl dd .title:hover:after{
	animation-name:gmenu-line;
	animation-duration: 0.6s;
	animation-fill-mode:forwards;
}
@keyframes gmenu-line{
	0% {
		transform-origin:left bottom;
		transform: scale(0,1);
	}
	50%{
		transform-origin:left bottom;
		transform: scale(1,1);
	}
	51%{
		transform-origin:right bottom;
		transform: scale(1,1);
	}
	100%{
		transform-origin:right bottom;
		transform: scale(0,1);
	}
}



.news-post-wrap dl dd .thumb-wrap{
	width: 0;
	height: 6.6em;
	position: relative;
}

.news-post-wrap dl dd.clm .thumb-wrap{
	width: 10em;
}

.news-post-wrap dl dd .thumb-wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
    height: 100%;
    width: 100%;
    object-fit:cover;
    font-family: 'object-fit: cover;'
}


.news-post-wrap dl dd.clm .title{
	width: calc(100% - 10em);
}




/*
CONTACT
===============
*/


.contact-contents-wrap{
	padding: 4em 0 4em;
}

.contact-contents-wrap .title-wrap{
	margin-bottom: 6em;
	line-height: 1;
	padding: 0 5vw;
}

.contact-contents-wrap .title-wrap .title{
	font-size: 8vw;
	letter-spacing: .2em;
	position: relative;
	padding-bottom: .3em;
	margin-bottom: .5em;
}

.contact-contents-wrap .title-wrap .title:after{
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contact-contents-wrap .title-wrap .sub-title{
	font-size: 1.2em;
	letter-spacing: .2em;
}

.contact-contents-wrap .form-wrap{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.form-wrap table{
	width: 100%;
}

.form-wrap table th{
	display: block;
	width: 100%;
	padding-bottom: .6em;
}

.form-wrap table td{
	display: block;
	width: 100%;
	padding-bottom: 2em;
}

.form-wrap .required{
	font-size: .8em;
	display: inline-block;
	margin-left: .6em;
}

.form-wrap .note{
	margin-bottom: 2em;
}

.form-wrap .note a{
	text-decoration: underline;
}

.form-wrap .btn-area{
	margin-top: 2em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 100%;
    padding: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: none;
    background: #e0e0da;
    margin-top: 0;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    outline: none;
    -webkit-appearance: none;
}

input[type="button"]{
	width: 100%;
    padding: 1.6em 4em;
    background: #abacb0;
    color: #FFF;
    font-size: 14px;
    letter-spacing: .3em;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: inline-block;
	margin: 10px 0;
}

input[type="submit"],
input[type="button"].confirm_button{
	width: 100%;
    padding: 1.6em 4em;
    background: #5a5a5a;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: inline-block;
	margin: 10px 0;
}

input::-webkit-input-placeholder { color:#bbb;}
input:-moz-placeholder { color:#bbb;}
input::-moz-placeholder { color:#bbb;}

textarea::-webkit-input-placeholder { color:#bbb;}
textarea:-moz-placeholder { color:#bbb;}
textarea::-moz-placeholder { color:#bbb;}


select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
	-webkit-appearance: none;
	appearance: none;
    border-radius: 0;
	width: 100%;
    padding: 1em;
    line-height: 1;
    letter-spacing: .1em;
    border: none;
    background: #e0e0da;
}

.select-wrap{
	position: relative;
	width: 100%;
}

.select-wrap:after{
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #9f9f9f;
    pointer-events: none;
    z-index: 2;
}

td.address-num p{
	display: flex;
	align-items: center;
	gap:1em;
}

td.address-num p .size-zip{
	width: 100%;
}

/* checkbox */

.wpcf7-checkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 38px;
    column-gap: 38px;
    row-gap: 5px;
}

input[type=checkbox] {
    display: none
}

.wpcf7-list-item {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 23px;
    position: relative;
    width: auto;
    font-family: shippori-mincho,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: calc(28/13*1em);
    color: #414141;
    margin: 0;
}

.wpcf7-list-item .wpcf7-list-item-label:before {
    background: #e7e7e2;
    border: 1px solid #aaa;
    border-radius: 2px;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.wpcf7-list-item .wpcf7-list-item-label:after {
    border-right: 1px solid #ededea;
    border-bottom: 1px solid #ededea;
    content: "";
    display: block;
    height: 8px;
    left: 6px;
    margin-top: -6px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px
}

.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label:before {
    background: #7b7b7b;
    border: 1px solid #7b7b7b
}

.wpcf7-list-item-label {
    display: block;
    text-align: left
}
.wpcf7-checkbox .wpcf7-list-item:first-child,.wpcf7-checkbox .wpcf7-list-item:nth-child(4) {
    width: 120px
}

.confirm{
	text-align: center;
	margin:0 0 40px;
	padding-top: 80px;
	font-weight: 700;
	font-size: 16px;
}

.conf-text{
	font-size: 1.1em;
	margin-bottom: 3em;
	margin-top: 4em;
}

.submit{
	position: relative;
    margin: 0 auto;
	display: table;
	margin-top: 20px;
}

.wpcf7c-conf {
    background: none!important;
    border: none!important;
 }

.ajax-loader,
div.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output,
.wpcf7-spinner {
	display: none!important;
}

.confirm-wrap .select-wrap:after{
	display: none;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}


/*
OTHER
===============
*/


.info-wrap{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 8vh;
	text-align: center;
}

.info-wrap.w404{
	padding: 20vh 0;
}

.info-wrap h1{
	font-size:1.4em;
	margin-bottom: 2em;
}

.info-wrap p{
	font-size: 1em;
	line-height: 3;
	margin-bottom: 2em;
}

.info-wrap.w404 p{
	font-size: 1.2em;
}
.info-wrap a{
	font-size: 1.15em;
	text-decoration: underline;
}


/*
--------------------
PRIVACY POLICY
*/


.clm2-wrap{
	width: 90%;
	max-width: 1830px;
	margin: 0 auto;
	padding: 6em 0 5em;	
}

.policy-contents-wrap .title-wrap{
	margin-bottom: 3em;
}

.policy-contents-wrap .title-wrap .title{
	font-size: 1.8em;
	letter-spacing: .2em;
	position: relative;
	padding-bottom: .3em;
	margin-bottom: .5em;
}

.policy-contents-wrap .title-wrap .title:after{
	content: "";
	display: block;
	width: 70%;
	max-width: 200px;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scale(0,1);
	transition: transform 1s ease .2s;
}

.policy-contents-wrap .title-wrap.on .title:after{
	transform: scale(1,1);
}

.policy-contents-wrap .title-wrap .sub-title{
	font-size: 1em;
	letter-spacing: .2em;
}

.clm-title-wrap p{
	line-height: 2.4;
}

.clm-contents-wrap{
	width: 100%;
}

.policy-contents{
	padding-bottom: 3em;
	margin-bottom: 3em;
	border-bottom: 1px solid rgba(89,87,87,0.5);
}

.policy-contents .title{
	font-size: 1.06em;
	margin-bottom: 1em;
	font-weight: 600;
}

.policy-contents .ls-title::before{
	top: 1.3em;
}

.policy-contents .text{
	line-height: 2.4;
}

.policy-contents ul{
	margin-top: 2em;
}

.policy-contents .text ul{
	list-style-type: disc;
	list-style-position: inside;
	margin: 2em 0;
}

.policy-contents .text ul.num{
	list-style-type: decimal;
}

.policy-contents .text ul.numc{
	list-style-type: none;
}

.policy-contents .text ul li{
	line-height: 1.6;
    text-indent: -1.4em;
    padding-left: 1.4em;
    margin-bottom: 1.2em;
}

.policy-contents .text ul.numc li{
	list-style-type: none;
    text-indent: -1.6em;
    padding-left: 1.6em;
    margin-bottom: .8em;
}

.policy-contents .table-wrap{
	margin: 3em 0;
}

.policy-contents .table-wrap .ttitle{
	margin-bottom: 1em;
	font-size: 1.16em;
}

.policy-contents .table-wrap table thead{
	background: #f7f7f2;
}

.policy-contents .table-wrap table td{
	padding: 1em 2em;
    border: 1px solid rgba(62,58,57,0.25);
}

.policy-contents .table-wrap table td ul{
	margin: 0;
}

.policy-contents .table-wrap table td li{
	margin-bottom: 1em;
}




/*
openmenu
===============
*/

.open-menu .logo{
	width: 30vw;
	max-width: 80px;
	position: absolute;
	top: 2em;
	left: 4%;
}

.open-menu-btn-wrap {
    display: block;
    position: absolute;
    z-index: 100;
    width: 2.4em;
    height: 1.6em;
    top: 2em;
    right: 2em;
    cursor: pointer;
    z-index: 999;
    transition: .4s ease;
}

.open .open-menu-btn-wrap{
	position: fixed;
}

.open-menu-btn {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.open-menu-btn:after{
    content: "";
    display: block;
    width: 3em;
    height: 0.5em;
    background: url(img/common/icon_menu.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -1.6em;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .3s ease;
}

.wt .open-menu-btn:after{
	background: url(img/common/icon_menu_wt.svg) no-repeat;
	background-size: contain;
}

.open .open-menu-btn:after{
	opacity: 0;
}

.open-menu-btn .toggle {
  display: block;
  background: #231815;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all .3s ease;  
}

.wt .open-menu-btn .toggle{
	background: #FFF;
}

.wt .open .open-menu-btn .toggle{
  background: #231815;
}

.open-menu-btn .toggle:nth-child(1) {
  top: 0;
}

.open-menu-btn .toggle:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.open-menu-btn .toggle:nth-child(3) {
  bottom: 0;
  
}

.open .open-menu-btn .toggle:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.open .open-menu-btn .toggle:nth-child(2) {
	transform: scaleX(0.001);
}

.open .open-menu-btn .toggle:nth-child(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}


.open-menu-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #f0ebe6;
  top: 0;
  right: 0;
  opacity: 0;
  transition: .3s ease;
  z-index: 998;
  pointer-events: none
}

.open .open-menu-bg {
  opacity: 1;
  pointer-events: inherit;
}

.open-menu-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 1000ms cubic-bezier(.77,0,.175,1);
  overflow-y: scroll;
  opacity: 0;
  z-index: 998;
  pointer-events: none;
}

.open .open-menu-wrap {
  opacity: 1;
  pointer-events: inherit
}

.open-menu-nav{
	padding: 13em 5% 5em 5%;
	display: table;
	margin: 0 auto;
}

.open-menu-wrap .open-menu-nav li {
  margin-bottom: 1.2em;
  font-size: 1.45em;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.open-menu-wrap .open-menu-nav li:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -2em;
    transform: scale(0,1);
}

.open-menu-wrap .open-menu-nav li:hover:after{
	animation-name:gmenu-line;
	animation-duration: 0.6s;
	animation-fill-mode:forwards;
}
@keyframes gmenu-line{
	0% {
		transform-origin:left bottom;
		transform: scale(0,1);
	}
	50%{
		transform-origin:left bottom;
		transform: scale(1,1);
	}
	51%{
		transform-origin:right bottom;
		transform: scale(1,1);
	}
	100%{
		transform-origin:right bottom;
		transform: scale(0,1);
	}
}

.open-menu-wrap .open-menu-nav .contact-btn{
	display: table;
	background: #231815;
	color: #FFF;
	line-height: 1;
	font-size: 1em;
	padding: 1.6em 4em;
	border-radius: 50px;
	margin-top: 3.33em;
}

