*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
	-webkit-font-smoothing: subpixel-antialiased;

}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: #232323;
}

li {
  list-style: none;
}

#root, #__next {
  isolation: isolate;
}

input[type=submit], input[type=button] {
  background: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: serif;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  color: #000;
}

small {
  font-size: 90%;
}

a {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

a:hover {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hidden {
  display: none;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.delay{
	transition-delay: 0.3s !important;
}

@media screen and (max-width: 430px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.center {
  text-align: center;
}

@media screen and (max-width: 840px) {
  .flex {
    display: block;
  }
}

.top .ttl {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

.top .ttl p, .member .ttl p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 7px;
  margin-bottom: 3px;
  line-height: 1.5;
}

.top .ttl h2, .member .ttl h2 {
  font-size: 48px;
  letter-spacing: 7px;
  font-weight: 600;
  line-height: 1.0;
}

.top .ttl p.txt {
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
}

.top .mv {
  padding-top: 20px;
  overflow: hidden;
  width: 100vw;
  margin-top: 0px;
  position: relative;
  -webkit-animation: fadein 1s linear;
  animation: fadein 1s linear;
  opacity: 0;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}

.top .mv .message {
  position: absolute;
  bottom: 10%;
  right: 66PX;
  z-index: 0;
}

.top .mv .message .inner {
  color: #fff;
  overflow: hidden;
}

.top .mv .message .inner p {
  font-size: 28px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 10px;
  margin-bottom: 9px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: txt_flow 0.8s linear;
  animation: txt_flow 0.8s linear;
}

.top .mv .message .inner h2 {
  position: relative;
  font-size: 42px;
  line-height: 1;
  color: #262626;
  letter-spacing: 20px;
  text-align: center;
}

.top .mv .message .inner h2 span.txt {
  animation: txt_flow 1s;
	animation-fill-mode: both;
	display: block;
  position: relative;
  z-index: 1;
  padding: 0 0 0 22px;
  text-align: center;
  height: 79px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
	opacity: 0;
		  animation-delay:0.4s;	

}

.top .mv .message .inner h2 span.txt {
/*  animation: txt_flow_sec 1.2s; */
}

.top .mv .message .inner h2 span.txt.sec, .top .mv .message .inner h2 span.bg.sec, .top .mv .message .inner h2 span.bg.sec:after {
}

.top .mv .message .inner h2 span.txt.sec{
	  animation-delay:.5s;	
}

.top .mv .message .inner h2 span.bg {
  position: relative;
  width: 100%;
  display: block;
}

.top .mv .message .inner h2 span.bg:after {
 animation-name: bg;
  animation-duration: 2s;
	animation-fill-mode: both;
  transition: all 1.2s;
  background: #fff;
  content: "";
  height: 79px;
  display: block;
  position: absolute;
  top: 0;
  left: -200%;
  margin: 0 auto;
  animation-delay: 0.9s;

}

.top .mv .message .inner h2 span.bg.sec:after {
  animation-delay:1s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes txt_flow {
  0% {
    opacity: 0;
    margin-left: -100%;
  }
  30% {
    margin-left: -100%;
	  opacity: 0.1;
  }
	
	50%{
		opacity: 0.5;
	}

  100% {
	  opacity: 1;
    margin-left: 0;
  }
}
/*
@keyframes txt_flow_sec {
  0% {
    opacity: 0;
    margin-left: -100%;
  }
  50% {
    opacity: 0;
  }
  80% {
    margin-left: 0%;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
*/
@keyframes bg {
  0% {
	      opacity: 1;
	  width: 0%;
    left: -200%;
  }
  100% {
    opacity: 1;
    left: 0;
	  width: 100%;
	 
  }
}

@keyframes bg_sec {
  0% {
    left: -200%;
  }
  55% {
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.top .wrap {
  width: 410vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.top .slideshow {
      height: 90vh;
  display: flex;
  animation: loop-slide 30s infinite linear 0.1s both;
}


.top .slideshow li, .top .slideshow img {
    height: 99%;
    object-fit: unset;
    width: auto;
    max-width: unset;
}
@media screen and (max-width: 500px) {
	.top .slideshow li, .top .slideshow img {
    	 height: 100%;
    	object-fit: contain;
		 max-width: 100%;
	}
}


@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.top .scroll {
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 80px;
    margin-top: 15px;
}

.top .scroll .arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
  -webkit-animation: arrow 1.6s infinite linear 1s both;
  animation: arrow 1.6s infinite linear 1s both;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  50% {
    top: 30px;
    opacity: 1;
  }
  100% {
    top: 20px;
    opacity: 0;
  }
}

.top .sec01 .concept .ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 500px){
	.top .sec01 .concept .ttl_box {
		position: relative;
		max-width: 360px;
	}

}

.top .sec01 .concept .ttl_box .ttl {
  margin-top: 30px;
}

.top .sec01 .concept .ttl_box .ttl p {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 15px;
}

.top .sec01 .concept  .ttl_box .ttl p{
	font-weight: 600;
}

.top .sec01 .concept .ttl_box .ttl h2 {
  font-size: 41px;
  letter-spacing: 18px;
  line-height: 1.5;
}

.top .sec01 .concept .ttl_box .img {
  position: relative;
  width: 40%;
}

.top .sec01 .concept .ttl_box .img p {
  position: absolute;
}

.top .sec01 .concept .ttl_box .img .sh_01 {
  top: -20px;
}

.top .sec01 .concept .ttl_box .img .sh_02 {
  top: -20px;
  right: 65px;
}

.top .sec01 .concept .ttl_box .img .sh_03 {
  top: 100px;
  left: 100px;
}

.top .sec01 .concept .ttl_box .img .sh_04 {
  top: 120px;
  right: 0;
}

.top .sec01 .concept .txt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.3;
}

.top .sec01 .concept .txt p {
  position: relative;
  z-index: 0;
}

.top .sec01 .concept .txt .img {
  position: relative;
  width: 100%;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

.top .sec01 .concept .txt .img{
    position: relative;
    top: -76px;
    left: -44px;
}

.top .sec01 .concept .txt .img .sh_01 {
  margin-top: 0px;
}

.top .sec01 .concept .txt .img .sh_02 {
  margin-top: -55px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(7deg);
}

.top .sec01 .concept .txt .img .sh_03 {
  margin-top: 30px;
  margin-left: 20px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.top .sec02 {
  padding-top: 75px;
}

.top .sec02 .about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.top .sec02 .about .bg {
  position: relative;
  width: 100vw;
  left: calc((100% - 1160px) / 2);
}

.top .sec02 .about .bg picture {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 1.0;
  border-radius: 53px;
}

.top .sec02 .about .bg img {
  width: 100%;
  max-height: 837px;
  object-fit: cover;
}

.top .sec02 .about .inner {
  color: #fff;
  z-index: 1;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: end;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}

.top .sec02 .about .inner .ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 0px;
  letter-spacing: 13px;
  line-height: 1;
  margin-bottom: 0;
}

.top .sec02 .about .inner .ttl p {
  font-size: 52px;
  font-weight: 900;
  text-align: left;
  margin-top: 5px;
}

.top .sec02 .about .inner .ttl h2 {
  font-size: 94px;
  letter-spacing: 15px;
}

.top .sec02 .about .inner .txt h3 {
  font-size: 29px;
  margin-bottom: 30px;
}

.top .sec02 .about .inner .txt p {
  font-size: 18px;
  line-height: 2.4;
  font-weight: 900;
}

.top .sec02 .about .inner .txt .btn {
  margin-bottom: 10px;
}

.top .sec03 {
  padding-top: 200px;
}

.top .sec03 .project {
  position: relative;
}

.top .sec03 .inner .sh {
      top: -70px;
  right: 0px;
    opacity: .18;
}

.top .sec03 .inner .sh img {
  right: -75px;
  position: relative;
	width: 646px;
}

.top .sec03 .ttl .img {
  position: absolute;
  top: -30px;
  left: 34%;
  -webkit-transform: translate(-50%, -34%);
  -ms-transform: translate(-50%, -34%);
  transform: translate(-50%, -34%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

.top .sec03 .ttl .img .sh_02 {
  margin-top: -34px;
  margin-left: -41px;
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg);
  z-index: -1;
}

.top .sec03 .ttl .img .sh_03 {
  margin-left: -18px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  margin-top: 15px;
}

.top .sec03 .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.top .sec03 .article_list article {
  max-width: 306px;
  width: 31%;
}

.top .sec03 .article_list article .img {
  width: 100%;
  height: 210px;
  border-radius: 12px;
  overflow: hidden;
}

.top .sec03 .article_list article .img img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.top .sec03 .article_list article .txt_box {
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 15px;
}

.top .sec03 .article_list article .btn {
  font-weight: 600;
  text-align: right;
}

.top .sec03 .article_list article .btn a {
  margin-top: 0;
  color: #000;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.top .sec03 .article_list article .btn .icon {
  color: #FF0000;
  background: #F2F2F2;
  z-index: -1;
  font-size: 11px;
  right: 0px;
  top: -13px;
}

.top .sec03 .article_list article .btn a:hover .icon {}

.top .sec04 {
  padding-top: 240px;
}

.top .sec04 .inner {
  position: relative;
  max-width: 894px;
}

.top .sec04 .inner .sh {
    top: 57px;
    left: -32%;
}

.top .sec04 .inner .sh{
	width: 568px;
	opacity: .19;
}

.top .sec04 .ttl .img {
  position: absolute;
  top: -73px;
  right: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

.top .sec04 .ttl .img .sh_01 {
  margin-top: -60px;
  margin-left: 60px;
}

.top .sec04 .ttl .img .sh_02 {
  margin-top: -60px;
  margin-left: 20px;
}

.top .sec04 .ttl .img .sh_03 {
  margin-left: -110px;
}

.top .sec04 .ttl .img .sh_04 {
  margin-left: 20px;
}

.top .sec04 .ttl .txt {
  font-weight: 400;
}

.top .sec04 .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.top .sec04 .article_list article {
  max-width: 394px;
  width: 44%;
}

.top .sec04 .article_list article a:hover {
  opacity: 1.0;
}

.top .sec04 .article_list article .img_box {
  position: relative;
}

.top .sec04 .article_list article .img_box .img {
  line-height: 1;
  border-radius: 9px;
  overflow: hidden;
}

.top .sec04 .article_list article .img_box .img img {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
	min-height: 258px;
    object-fit: cover;
}

.top .sec04 .article_list article .img_box .name {
  background: #fff;
  color: #000;
  position: absolute;
  bottom: 0;
  font-size: 33px;
  font-weight: 600;
  padding: 5px 10px 5px 5px;
  letter-spacing: 4px;
}

.top .sec04 .article_list article .position {
  font-size: 18px;
  color: #9A9A9A;
  font-weight: 600;
  margin: 12px 0 8px 0;
  letter-spacing: 4px;
}

.top .sec04 .article_list article .txt_box {
  line-height: 1.9;
  font-weight: 500;
}

.top .sec04 .article_list article .btn {
  margin-top: 20px;
  font-weight: 600;
}

.top .sec04 .article_list article .btn a {
  color: #000;
}

.top .sec04 .article_list article .btn .icon {
  color: #FF0000;
  background: #F2F2F2;
  z-index: -1;
  font-size: 11px;
}

.top .sec05 {
  background: #F7F7F7;
  padding: 67px 0 100px 0;
  margin-top: 170px;
}

.top .sec05 .news {
  position: relative;
}

.top .sec05 .inner {
  max-width: 660px;
}

.top .sec05 .inner .sh {
  top: 138px;
  right: 0vw;
  z-index: 0;
  z-index: 0;
}

.top .sec05 .inner .sh img {
    right: -100px;
    top: 0px;
    position: relative;
    min-width: 500px;
	opacity: .19;
	width: 602px;
}

.top .sec05 .inner .ttl h2 {
  color: #fff;
  -webkit-text-stroke: 1.8px #000;
}

.top .sec05 .inner .news_list article {
  border-bottom: 1px solid #707070;
  margin-bottom: 60px;
}

.top .sec05 .inner .news_list article .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 5px;
}

.top .sec05 .inner .news_list article .meta .date {
  margin-right: 25px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
}

.top .sec05 .inner .news_list article .meta .date span {
  font-size: 12px;
  display: block;
  letter-spacing: 2px;
}

.top .sec05 .inner .news_list article .meta .cat {
  color: #9B9B9B;
  font-size: 16px;
}

.top .sec05 .inner .btn a {
  background: #fff;
}

.top .sec05 .inner .btn a:hover{
	background: #F2F2F2;
}

.top .sec06 {
  margin: 0 auto;
  padding-top: 108px;
  max-width: 1160px;
  width: 100%;
  overflow-x: clip;
}

.sec06 .recruit .img {
  border-radius: 20px;
  line-height: 1.0;
  border-radius: 20px;
  overflow: hidden;
}

.sec06 .recruit .inner .img {
  overflow: unset;
}

.top .sec06 .inner {
  position: relative;
  max-width: 894px;
}

.top .sec06 .inner .ttl,
.member .sec06 .inner .ttl{
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}

.top .sec06 .inner .txt_box {
	    display: flex;
    justify-content: space-between;
}

.top .sec06 .inner .txt_box .img, .member .sec06 .inner .txt_box .img {
  position: absolute;
  width: 48%;
  opacity: 1;
  right: 0px;
  top: 0px;
}

.top .sec06 .inner .txt_box .img img, .member .sec06 .inner .txt_box .img img {
  position: relative;
  right: -100px;
}

.top .sec06 .inner .txt_box .img img{
	width: 335px;
}

.top .sec06 .inner .txt_box .img p {
  position: absolute;
}

.top .sec06 .inner .txt_box .img .sh_01 {
  top: -20px;
  left: -20px;
}

.top .sec06 .inner .txt_box .img .sh_02 {
  top: -100px;
  right: 0px;
}

.top .sec06 .inner .txt_box .img .sh_03 {
  top: 80px;
  left: 100px;
}

.top .sec06 .inner .txt, .member .sec06 .inner .txt {
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 3px;
}

.top .sec06 .btn a {
  margin-left: 0;
  margin-top: 80px;
}

.top .sec07 {
  padding-top: 200px;
}

.top .sec07 .shop {
  position: relative;
}

.top .sec07 .inner {
  max-width: 894px;
  width: 100%;
}

.top .sec07 .inner .sh {
	top: 250px;
    left: -12%;
}

.top .sec07 .inner .sh img{
	opacity: 0.19;
	width: 674px;
}

.top .sec07 .ttl .img {
  position: absolute;
    top: -35px;
    left: 59%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  z-index: -1;
}

.top .sec07 .ttl .img .sh_01 {
  margin-left: 0px;
}

.top .sec07 .ttl .img .sh_02 {
  margin-left: -20px;
  margin-top: 30px;
}

.top .sec07 .ttl .img .sh_03 {
  margin-left: -20px;
}

.top .sec07 .article_list {
  display: block;
  margin-bottom: 60px;
}

.top .sec07 .article_list article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 47px;
}

.top .sec07 .article_list article .img_box {
  position: relative;
  width: 275px;
  height: 183px;
  margin-right: 50px;
}

.top .sec07 .article_list article .img_box .img {
  line-height: 1;
  border-radius: 9px;
  overflow: hidden;
}

.top .sec07 .article_list article .img_box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.top .sec07 .article_list article .txt_box {
  width: calc(100% - 325px);
  line-height: 1.9;
  font-weight: 500;
}

.top .sec07 .article_list article .txt_box h3 {
  margin-bottom: 15px;
  letter-spacing: 4px;
}

.top .sec07 .article_list article .btn {
  margin-top: 10px;
  font-weight: 600;
}

.top .sec07 .article_list article .btn a {
  margin-top: 0px;
  margin-left: 0;
  color: #000;
}

.top .sec07 .article_list article .btn .icon {
  color: #FF0000;
  background: #F2F2F2;
  z-index: -1;
  font-size: 11px;
  top: -11px;
}

.top .sec08 {
  background: #F7F7F7;
  padding: 110px 0 100px;
  margin-top: 240px;
}

.top .sec08 .contact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top .sec08 .contact .txt_box {
  width: 50%;
}

.top .sec08 .contact .txt_box .ttl {
  text-align: left;
  margin-bottom: 0px;
}

.top .sec08 .contact .txt_box p.txt {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.9;
}

.top .sec08 .contact .txt_box p.txt p {
  position: relative;
  z-index: 1;
}

.top .sec08 .contact .txt_box .btn a {
  color: #000;
	margin-top: 60px;
}

.top .sec08 .contact .txt_box .btn a .txt {
  z-index: 1;
  font-size: 12px;
}

.top .sec08 .contact .txt_box .btn a .icon {
  color: #FF0000;
  z-index: 0;
  font-size: 11px;
}

.top .sec08 .contact .txt_box .btn a:hover .icon{
  background: #fff;	
}

.top .sec08 .contact .img {
  position: relative;
  width: 40%;
	top: 20px;
}

.top .sec08 .contact .img p {
  position: absolute;
}

.top .sec08 .contact .img .sh_01 {
  top: 20px;
}

.top .sec08 .contact .img .sh_02 {
  top: 20px;
  right: 65px;
}

.top .sec08 .contact .img .sh_03 {
  top: 140px;
  left: 100px;
}

.top .sec08 .contact .img .sh_04 {
  top: 160px;
  right: 0;
}

@media screen and (max-width: 1240px) {
  .top .sec02 .about .bg {
    left: 40px;
  }
  .top .sec02 .about .inner {
    left: 80px;
  }
}

@media screen and (max-width: 1036px) {
  .top .sec02 .about .bg picture {
    width: 100%;
    border-radius: 30px 0 0 30px;
  }
  .top .sec02 .about .bg img {
    width: 100%;
    object-fit: cover;
    height: 720px;
    border-radius: 27px;
  }
  .top .sec06 .inner .txt_box .img img, .member .sec06 .inner .txt_box .img img {
    position: relative;
    right: 0px;
  }
	.top .sec06 .inner .txt_box .img img{
		width: 200px;
		height: auto;
	}
	
}

@media screen and (max-width: 500px) {
	.top .sec07 .ttl .img {
    top: -13px;
    left: 90px;
    width: 140px;
	}
}


@media screen and (max-width: 1036px) {
	/*
	.top .mv {
    height: 440px;
    margin-top: -20px;
    padding-top: 0px;
  }
  .top .mv .content {
    width: auto;
  }
  .top .mv .wrap {
    height: 100%;
  }
  .top .mv .wrap .slideshow {
    height: 100%;
  }
  .top .mv img {
    height: 440px;
    width: auto;
    max-width: unset;
  }
	*/
	.top .sec01 .concept .txt .img {
		    opacity: 1;
    top: unset;
    left: unset;
	}

  .top .sec01 .concept {
    position: relative;
  }
  .top .sec01 .concept .ttl_box .ttl h2 {
    font-size: 37px;
    text-align: left;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-weight: 700;
  }
  .top .sec01 .concept .ttl_box .img {
    position: absolute;
    top: -55px;
    right: 100px;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 150px;
  }
  .top .sec01 .concept .txt p {
    font-size: 16px;
    letter-spacing: -0.1px;
  }
  .top .sec01 .concept .ttl_box .img img {
    max-width: unset;
    width: 180px;
  }
  .top .sec01 .concept .ttl_box .img p {
    position: relative;
  }
  .top .sec01 .concept .ttl_box .img .sh_02 {
    top: -30px;
    left: 20px;
  }
  .top .sec01 .concept .ttl_box .img .sh_03 {
    top: 30px;
    left: -60px;
  }
  .top .sec01 .concept .ttl_box .img .sh_03 img {
    width: 40px;
  }
  .top .sec01 .concept .ttl_box .img .sh_04 {
    top: 30px;
    left: -50px;
    right: unset;
  }
  .top .sec01 .concept .txt .img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: -100px;
    margin-bottom: 40px;
	}
  .top .sec02 {
    padding-top: 0px;
  }
  .top .sec02 .about .bg {
    left: 20px;
  }
  .top .sec02 .about .inner {
    top: 50px;
    left: 40px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: calc(100% - 78px);
    display: block;
    z-index: 0;
  }
  .top .sec02 .about .inner .ttl {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .top .sec02 .about .inner .ttl p {
    font-size: 25px;
  }
  .top .sec02 .about .inner .ttl h2 {
    font-size: 50px;
    letter-spacing: 6.6px;
    text-align: left;
    margin-bottom: 170px;
  }
  .top .sec02 .about .inner .txt h3 {
    font-size: 25px;
  }
  .top .sec02 .about .inner .txt p {
    font-size: 14px;
    line-height: 2.3;
  }
  .top .sec03 {
    padding-top: 170px;
  }
  .top .sec03 .ttl {
    text-align: center;
    position: relative;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .top .sec03 .ttl .img {
    position: absolute;
    left: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top .sec03 .article_list {
    display: block;
	  margin-bottom: 50px;
  }
  .top .sec03 .article_list article .txt_box {
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .top .sec03 .article_list article {
    width: 100%;
    margin: 0 auto 25px auto;
    max-width: 500px;
  }
  .top .sec03 .article_list article .img {
    height: auto;
    line-height: 1.0;
    margin-bottom: 15px;
	}
  .top .sec03 .article_list article .img img {
    width: 100%;
    height: auto;
  }
  .top .sec03 .inner .sh img {
    position: relative;
right: -210px;
    margin-top: 160px;
	 min-width: 484px;
  }
  .top .sec04 {
    padding-bottom: 0;
    padding-top: 180px;
  }
  .top .sec04 .ttl_wrap {
    text-align: center;
  }
  .top .sec04 .ttl {
    text-align: center;
    display: inline-block;
    margin-bottom: 95px;
	}
  .top .sec04 .ttl p {
    font-size: 16px;
    margin-top: 0px;
		letter-spacing: 5px;
	}
	.top .sec04 .ttl p.txt{
		letter-spacing: 2px;
    font-size: 14px;
    margin-top: 12px;
    min-width: calc(100% + 20px);
	}
  .top .sec04 .ttl .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    left: unset;
    right: -50px;
    transform: unset;
    top: -58px;
  }
  .top .sec04 .ttl .img p {
    position: relative;
  }
  .top .sec04 .ttl .img .sh_01 {
    margin-top: 0;
    margin-left: 0;
  }
  .top .sec04 .ttl .img .sh_01 img {
    width: 34px;
  }
  .top .sec04 .ttl .img .sh_02 {
    left: -7px;
    margin-top: 0;
  }
  .top .sec04 .ttl .img .sh_02 img {
    width: 40px;
  }
  .top .sec04 .ttl .img .sh_03 {
    margin-left: 0;
    top: -21px;
    left: 20px;
  }
  .top .sec04 .ttl .img .sh_03 img {
    width: 35px;
  }
  .top .sec04 .ttl .img .sh_04 {
    margin-left: 0;
    top: -15px;
    left: 25px;
  }
  .top .sec04 .ttl .img .sh_04 img {
    width: 40px;
  }
  .top .sec04 .article_list {
    display: block;
  }
  .top .sec04 .article_list article {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
  }
  .top .sec04 .article_list article img {
    width: 100%;
  }
  .top .sec04 .article_list article .img_box .name {
    font-size: 25px;
	  padding: 0 5px 0px 0px;
  }
  .top .sec04 .article_list article .position {
    font-size: 16px;
    margin: 6px 0 3px 0;
  }
  .top .sec04 .article_list article .txt_box {
    font-size: 14px;
  }
  .top .sec05 {
    margin-top: 170px;
    padding-top: 60px;
    padding-bottom: 100px
  }
  .top .sec05 .inner .sh {
    top: 200px;
  }
  .top .sec05 .sh p {
    margin-left: 0px;
  }
  .top .sec05 .inner .sh img {
    position: relative;
    right: -165px;
    top: 15px;
    min-width: unset;
    width: 400px;
  }
  .top .sec05 .news article h3 {
    font-size: 14px;
    line-height: 1.7;
	}

	.top .sec05 .inner .news_list{
		margin-bottom:60px;
		position: relative;
      z-index: 1;
	}
	
	.top .sec05 .inner .news_list article .meta{
	}
	
	.top .sec06{
		padding-top: 128px;
	}
	
  .top .sec06 .recruit {
    overflow: hidden;
  }
	
  .top .sec06 .inner .txt_box .img {
    top: 0;
    width: 200px;
    height: auto;
    overflow: unset;
    right: 0;
    position: absolute;
    z-index: -1;
    opacity: .54;
    margin-top: -50px;
    right: -30px;
  }
  .top .sec06 .inner .ttl, .member .sec06 .inner .ttl {
    margin-top: 10px;
  }
  .top .sec06 .inner .txt_box {
    display: block;
    position: relative;
    font-size: 14px;
  }
  .top .sec06 .inner .txt_box .img .sh_01 {
    top: 0;
    left: 0;
  }
  .top .sec06 .inner .txt_box .img .sh_02 {
    top: -50px;
    left: unset;
  }
  .top .sec06 .inner .txt_box .img .sh_03 {
    top: 60px;
    left: 80px;
  }
  .top .sec06 .inner .btn a {
    margin: 0 auto;
    margin-top: 60px;
  }
  .top .sec07 .inner {}
  .top .sec07 .inner .sh img {
    position: relative;
    right: -150px;
  }
  .top .sec07 .article_list {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
  .top .sec07 .article_list article {
    width: 100%;
	  margin-bottom: 40px;
  }
  .top .sec07 .article_list article .img_box {
    width: 100%;
    height: auto;
    margin-bottom: 22px;
    max-width: 274px;
  }
  .top .sec07 .article_list article .txt_box {
    width: 100%;
  }
  .top .sec07 .article_list article .txt_box .txt {
    font-size: 14px;
  }
  .top .sec07 .article_list .btn a {
    width: auto;
  }
  .top .sec08 {
    padding: 0 0 60px 0;
  }
  .top .sec08 .contact {
    position: relative;
    top: 0px;
  }
	.top .sec08 .contact .txt_box .ttl{
		    margin-top: -50px;
	}
  .top .sec08 .contact .txt_box p.txt {
    font-size: 14px;
    letter-spacing: 0px;
	  font-weight: 500;
	  line-height: 1.8;
  }
  .top .sec08 .contact .img {
    position: absolute;
    top: -75px;
    right: -20px;
    width: 166px;
    opacity: 1.0;
  }
  .top .sec08 .contact .img .sh_01 {
    left: 20px;
  }
  .top .sec08 .contact .img .sh_02 {
    right: 40px;
  }
  .top .sec08 .contact .img .sh_03 {
    top: 50px;
    left: 50px;
  }
  .top .sec08 .contact .img .sh_04 {
    top: 60px;
    left: 100px;
  }
  .top .sec08 .contact .img img {
  }
}

@media screen and (max-width: 500px) {
	
	.top .mv{
		 padding-top: 0;
    	margin-top: -15px;
	}
	.top .wrap {
 		width: 800vw;
	}
	.top .slideshow{
		width: 400vw;
		height: unset;
	}
	.top .sec01 .concept .ttl_box .img{
    left: 172px;
    top: -55px;
	}
	.top .sec03 .ttl, .top .sec04 .ttl, .top .sec05 .ttl, .top .sec07 .ttl {
    text-align: left;
  }
  .top .sec05 .ttl {
    margin-bottom: 65px;
  }
  .top .sec04 .inner .sh {
    top: 82px;
    left: -235px;
    width: unset;
  }
	.top .sec04 .inner .sh img{
		min-width: 400px;
		    width: 500px;
	}
  .top .sec05 .inner .sh {
    top: 200px;
  }
  .top .sec05 .inner .sh img {
    position: relative;
    right: -165px;
    top: 15px;
    min-width: unset;
    width: 400px;
  }
	
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

p, li {
  font-weight: 500;
}

a:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1036px;
  margin: 0 auto;
}

header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 2;
}

header .inner {
  padding-top: 25px;
  max-width: calc(100% - 132px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .inner .navi nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .inner .navi .menu_box .menu_btn:hover {
  cursor: pointer;
}

header .inner .navi .menu_box p {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

header .inner .navi .menu_box .op {
  opacity: 0;
  text-align: center;
}

header .inner .navi .menu_box .op.active {
  opacity: 1;
	    position: relative;
    top: 17px;
}

header .inner .navi .menu_box .menu {
  height: 50px;
  position: relative;
  width: 50px;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto;
  z-index: 11;
}

header .inner .navi .menu_box .menu span {
  position: absolute;
  background: #000;
  width: 21px;
  height: 3px;
  display: block;
  left: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3px;
}

header .inner .navi .menu_box .menu span:nth-of-type(1) {
  top: 32px;
}

header .inner .navi .menu_box .menu span:nth-of-type(2) {
  top: 24px;
}

header .inner .navi .menu_box .menu span:nth-of-type(3) {
  top: 16px;
}

header .inner .navi .menu_box .menu.active {
  border: 1px solid #000;
  /*
  span:nth-of-type(1){
  	opacity: 0;
  }
  span:nth-of-type(1),
  span:nth-of-type(3){
  	top: 30px;
  }
  span:nth-of-type(1),
  span:nth-of-type(2){
  	transform: rotate(-45deg);
  }
  span:nth-of-type(3){
  	transform: rotate(-135deg);
  }
  */
}

header .inner .navi .menu_box .menu.active .line {
  opacity: 0;
}

header .inner .navi .menu_list {
  position: absolute;
  top: 0px;
  right: 0;
  width: 380px;
  background-color: rgba(255, 255, 255, 0.89);
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  padding: 0px 54px;
}

header .inner .navi .menu_list .menu_inner {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

header .inner .navi .menu_list .menu_inner p a img {
  width: 24px;
  height: 24px;
}

header .inner .navi .menu_list ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 80px 0 30px;
}

header .inner .navi .menu_list ul li {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  height: 51px;
}

header .inner .navi .menu_list ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #000;
  font-size: 20px;
}

header .inner .navi .menu_list ul li a span {
  font-size: 11px;
  color: #7B7B7B;
  display: block;
  line-height: 1.5;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

header .inner .navi .menu_list ul li a:hover span {
  font-size: 12px;
}

header .inner .navi .menu_list ul li:last-child a {
  border-bottom: none;
}

header .inner .navi .menu_list h3 {
  font-size: 20px;
  margin-bottom: 9px;
}

header .inner .navi .menu_list .online {
  padding-top: 0;
  margin-left: 0;
}

header .inner .navi .menu_list .online li {
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 1.5;
  height: 20px;
}

header .inner .navi .menu_list .online li a {
  font-size: 11px;
}

header .inner .navi .menu_list.active {
  height: 804px;
  overflow: scroll;
  max-height: 100vh;
}

header .inner .navi .menu_list.active .menu_inner {
  -webkit-animation: show 1.5s;
  animation: show 1.5s;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.btn.more a {
  margin-top: 30px;
  font-weight: 700;
  letter-spacing: 4px;
  display: inline-block;
  align-items: center;
  line-height: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  position: relative;
  padding-right: 30px;
transition-delay: 50ms;
transition-property: background;
	position: relative;
}

.btn.more a span {
  font-size: 14px;
	transition: right .2s, background 1s;

}

.btn.more a:hover{
	opacity: 1.0;
  transition: all 0.2s;

}

.btn.more a:hover span.txt {
 /* font-size: 16px !important; */
  cursor: pointer;
	    transition: all 0.2s;
}


.btn.more a:hover span.icon {
  background: rgba(255, 255, 255, 0.3);
	right: -5px;
}

.btn.more a span.icon {
  font-size: 12px;
  width: 42px;
  height: 42px;
  padding-left: 5px;
  border-radius: 84px;
  display: block;
  text-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-left: -8px;
  position: relative;
  top: 2px;
  position: absolute;
  right: 0px;
  top: -8px;
}

article .btn a:hover{}

article .btn a span.icon{
	background: unset !important;
}

article .btn a:hover span.icon,
.project .txt_box .btn a:hover span.icon{
	right: -5px !important;
	background: #F2F2F2 !important;;
}

.btn_02 a:hover span.icon,
.project btn_02 a:hover span.icon{
	right: 40px !important;
}

.btn_02.more a {
  background: #F2F2F2;
  width: 208px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  margin: 0 auto;
  color: #000;
}

.btn_02.more a:hover{
	background: #F8F8F8;
}

.btn_02.more a span.txt {
  margin-left: 0px;
  left: 0;
}

.btn_02.more a span.icon {
  font-size: 11px;
  color: #FF0000;
  background: unset;
  right: 30px;
  top: 4px;
}

.btn_02.more a:hover span.icon {
	    background: unset;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.fade_02{
  opacity: 0;
  transform: translateX(-10%);
	transition: all 0.9s;
}

.is-fadein_02{
	opacity: 1;
  transform: translateX(0);
}

.fade-ud {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.scale {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.is-big {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.img_sc img {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.img_sc:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

footer .footer_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 130px 0 100px;
}

footer .link_list {
  width: calc(100% - 298px);
  margin-left: 80px;
}

footer .link_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 700px;
}

footer .link_list ul li {
  width: 170px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

footer .link_list ul li span {
  font-size: 14px;
  color: #7B7B7B;
  display: block;
}

footer .link_list ul li:nth-child(3) {
  margin-right: 100px;
}

footer .other_link {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

footer .other_link h3 {
  margin-bottom: 20px;
}

footer .other_link ul {
  display: block;
}

footer .other_link ul li {
  width: auto;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.under .mv {
  position: relative;
}

.member .mv{
    line-height: 1.0;
}

.under .mv .message {
  position: relative;
}

.under .mv .message .inner {
  position: absolute;
  bottom: 62px;
  max-width: 1040px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1036px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  header .inner {
    max-width: calc(100% - 40px);
  }
  header .inner .navi nav {
    display: none;
  }
  .btn.more a span {
    font-size: 12px !important;
  }
  .btn.more a span.icon {
    font-size: 10px;
    width: 40px;
    height: 40px;
    top: -10px;
  }
	
	.top .sec01 .concept .ttl_box .ttl{
		margin-top: 0px;
	}

	.top .sec07 .article_list article .btn .icon{
		top: -13px;
	}

	.btn_02.more a span.icon {
    top: 6px;
  }
  .top .ttl p, .ttl p {
    font-size: 16px;
    letter-spacing: 6px;
  }
  .top .ttl h2, .ttl h2 {
    font-size: 38px;
    letter-spacing: 6px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .ttl p.txt {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  footer .footer_inner {
    display: block;
    padding: 90px 0 30px;
  }
  footer .footer_inner .logo {
    margin-left: 40px;
  }
  footer .footer_inner .link_list {
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 40px;
  }
  footer .footer_inner .link_list ul li {
    width: 48%;
  }
  footer .footer_inner .link_list ul li:nth-child(3) {
    margin-right: 0;
  }
  footer .footer_inner .link_list .other_link li {
    width: auto;
  }
}

main.concept .mv .sh_concept {
  position: absolute;
  top: 50px;
  right: 10vw;
}

main.concept .mv .message {
  color: #fff;
}

main.concept .mv .message h1 {
  font-size: 65px;
  letter-spacing: 5px;
  font-weight: 900;
	line-height: 1.0;
}

main.concept .mv .message h1 span {
  font-size: 34px;
  display: block;
  margin-bottom: 4px;
}

main.concept .mv .message p {
  font-size: 20px;
  margin-top: 40px;
  font-weight: 700;
  letter-spacing: 5px;
}

main.concept .btn.more a span.icon {
  color: #F49E00;
}

main.concept .parallax2 {
  -webkit-animation: parallax-large-anim2 linear;
  animation: parallax-large-anim2 linear;
  animation-timeline: view();
  position: absolute;
  z-index: -1;
  overflow: hidden;
}

@-webkit-keyframes parallax-large-anim2 {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@keyframes parallax-large-anim2 {
  0% {
    -webkit-transform: translateY(900px);
    transform: translateY(900px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

main.concept .inner {
  max-width: 1040px;
  margin: 0 auto;
}

main.concept .ttl_inner {
  max-width: 1040px;
  margin: 0 auto;
}

main.concept .ttl_inner .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F49E00;
}

main.concept .ttl_inner .ttl img {
  margin: 0 20px 0 0;
}

main.concept .ttl_inner .ttl h2 {
  font-size: 38px;
  letter-spacing: 5px;
  font-weight: 900;
}

main.concept .ttl_inner .ttl h2 span.txt {
  font-size: 20px;
  color: #000;
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

main.concept .sec01 {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  overflow-x: clip;
}

main.concept .sec01 .sh {
  top: 0px;
  right: -300px;
  z-index: 1;
	opacity: 0.5;
}

main.concept .sec01 .sh img{
	width: 800px;
	opacity: .19;
}

main.concept .sec01 .inner {
  max-width: 880px;
  margin: 0 auto;
}

main.concept .sec01 .inner .lead {
  margin-top: 65px;
  margin-bottom: 70px;
}

main.concept .sec01 .inner .philosophy_box {
  background: #F7F7F7;
  border-radius: 36px;
  padding: 60px 20px 60px 80px;
}

main.concept .sec01 .inner .philosophy_box .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main.concept .sec01 .inner .philosophy_box .txt_box h3 {
  font-size: 25px;
  margin-right: 60px;
   letter-spacing: 3px;
}

main.concept .sec01 .inner .philosophy_box .txt_box:first-child {
  margin-bottom: 80px;
}

main.concept .sec01 .inner .philosophy_box .txt_box li {
	line-height: 1.9;
}


main.concept .sec01 .inner .philosophy_box .txt_box:first-child ul li {
	line-height: 3;	
}


main.concept .sec01 .inner .philosophy_box .txt_box li {
  font-size: 16px;
  letter-spacing: 2px;
}

main.concept .sec01 .inner .philosophy_box .txt_box li span.num {
  font-size: 26px;
}

main.concept .sec01 .inner .txt {
  font-size: 14px;
  margin-top: 60px;
}

main.concept .sec02 {
  background: #F7F7F7;
  padding: 100px 0 60px 0;
}

main.concept .sec02 .img {
  margin-top: 45px;
  margin-bottom: 50px;
}

main.concept .sec02 .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 50px 80px;
  border-radius: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
}

main.concept .sec02 .txt_box .txt {
  max-width: 500px;
}

main.concept .sec02 .txt_box .name {
  font-size: 19px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 4px;
}

main.concept .sec02 .txt_box .name span {
  display: block;
}

main.concept .sec03 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: clip;
}

main.concept .sec03 .sh_02 {
  top: 100px;
  right: -10vw;
}

main.concept .sec03 .sh_02 img{
	opacity: .19;
}

main.concept .sec03 .sh_03 {
  bottom: 400px;
  left: -20vw;
}

main.concept .sec03 .sh_03 img{
	opacity: .19;
}

main.concept .sec03 .lead {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 56px;
  font-weight: 500;
  margin-bottom: 120px;
}

main.concept .sec03 .inner {
  max-width: 1040px;
  margin: 0 auto;
  background: rgba(230, 230, 230, 0.2784313725);
  border-radius: 22px;
  padding: 70px 80px;
}

main.concept .sec03 .inner .features_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

main.concept .sec03 .inner .features_box .txt {
  width: 45%;
}

main.concept .sec03 .inner .features_box .txt h3 {
  color: #F49E00;
  font-size: 24px;
  line-height: 1;
}

main.concept .sec03 .inner .features_box .txt p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 1.9;
}

main.concept .sec03 .inner .features_box .img {
  width: 45%;
  text-align: center;
	    border-radius: 13px;
    overflow: hidden;
	    line-height: 1.0;
}

main.concept .sec03 .inner .btn a {
  background: #fff;
}

main.concept .sec04 {
  padding-top: 120px;
  position: relative;
  overflow: clip;
  background: rgba(230, 230, 230, 0.2784313725);
}

main.concept .sec04 .sh_02 {
  top: -300px;
  right: -20vw;
}

main.concept .sec04 .sh_03 {
  bottom: 300px;
  left: -20vw;
}

main.concept .sec04 .lead {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 28px;
  font-weight: 500;
}

main.concept .sec04 .inner {
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 36px;
  padding: 70px 80px;
}

main.concept .sec04 .inner .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

main.concept .sec04 .inner .article_list article {
  max-width: 394px;
  width: 44%;
}

main.concept .sec04 .inner .article_list article .img_box {
  position: relative;
}

main.concept .sec04 .inner .article_list article .img_box .img {
  line-height: 1;
  border-radius: 9px;
  overflow: hidden;
}

main.concept .sec04 .inner .article_list article .img_box .img img{
    height: auto;
    min-height: 258px;
    object-fit: cover;	
}

main.concept .sec04 .inner .article_list article .img_box .name {
  background: #fff;
  color: #000;
  position: absolute;
  bottom: 0;
  font-size: 33px;
  font-weight: 600;
  padding: 5px 10px;
	letter-spacing: 4px;
}

main.concept .sec04 .inner .article_list article .position {
  font-size: 18px;
  color: #9A9A9A;
  font-weight: 600;
  margin: 10px 0;
  letter-spacing: 4px;
}

main.concept .sec04 .inner .article_list article .txt_box {
  line-height: 1.9;
  font-weight: 500;
}

main.concept .sec04 .inner .article_list article .btn {
  margin-top: 20px;
  font-weight: 600;
}

main.concept .sec04 .inner .article_list article .btn a {
  color: #000;
}

main.concept .sec04 .inner .article_list article .btn .icon {
  color: #FF0000;
  background: #F2F2F2;
  z-index: -1;
  font-size: 11px;
}

main.concept .sec04 .inner .btn a {
  background: #fff;
}

main.concept .sec05 {
  padding: 120px 0;
  position: relative;
  overflow: clip;
}

main.concept .sec05 .sh_02 {
    top: 50px;
    right: -280px;
}

main.concept .sec05 .sh_02 img{
	opacity: .19;
}

main.concept .sec05 .lead {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 56px;
  font-weight: 500;
  margin-bottom: 120px;
}

main.concept .sec05 .inner .profile_box {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 60px;
}

main.concept .sec05 .inner .profile_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 20px 170px;
  border-top: 1px solid #AEAEAE;
}

main.concept .sec05 .inner .profile_box dl dt {
  margin-right: 180px;
  font-weight: 700;
}

main.concept .sec05 .inner .profile_box dl:last-child {
  border-bottom: 1px solid #AEAEAE;
}

main.concept .sec05 .inner .profile_box dl dd {
  font-weight: 500;
}

main.concept .sec06 {
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
  overflow: clip;
  background: rgba(230, 230, 230, 0.2784313725);
}

main.concept .sec06 .lead {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 56px;
  font-weight: 500;
  margin-bottom: 120px;
}

main.concept .sec06 .inner .profile_box {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 85px;
}

main.concept .sec06 .inner .profile_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
      padding: 27px 50px 27px 100px;
  border-top: 1px solid #AEAEAE;
}

main.concept .sec06 .inner .profile_box dl dt {
  margin-right: 80px;
  color: #F49E00;
  font-weight: 700;
  min-width: 70px;
	font-size: 20px;
}

main.concept .sec06 .inner .profile_box dl:last-child {
  border-bottom: 1px solid #AEAEAE;
}

main.concept .sec06 .inner .profile_box dl dd {
  font-weight: 500;
}

@media screen and (max-width: 1036px) {
  main.concept .mv img {
    height: 450px;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main.concept .mv .sh_concept {
    position: absolute;
    top: unset;
    right: 30px;
    bottom: -38px;
  }
  main.concept .mv .sh_concept img {
    width: 185px;
    height: auto;
  }
  main.concept .sp_ttl {
    margin-top: 10px;
  }
  main.concept .sp_ttl h1 {
    font-size: 57px;
    font-weight: 900;
    letter-spacing: 5px;
  }
  main.concept .sp_ttl h1 span {
    font-size: 29px;
    display: block;
    margin-bottom: 10px;
  }
	main.concept .sec06{
		padding-top: 90px;
	}
	main.concept .sec06 .inner .profile_box{
		margin-top: 65px;
	}
  main.concept .sp_ttl p {
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 40px;
    line-height: 1.9;
    font-size: 16px;
  }
  main.concept .ttl_inner {
    max-width: calc(100% - 40px);
  }
  main.concept .ttl_inner .ttl img {
    width: 50px;
  }
  main.concept .ttl_inner .ttl h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  main.concept .ttl_inner .ttl h2 span.txt {
    font-size: 14px;
    margin-bottom: 0;
  }
  main.concept .sec01 .sh {
    top: 100px;
    right: -200px;
	}
  main.concept .sec01 .sh img {
    max-width: 600px;
    width: 550px;
  }
  main.concept .sec01 .inner {
    max-width: 100%;
    width: 100%;
  }
  main.concept .sec01 .inner .lead {
    font-weight: 500;
    max-width: calc(100% - 40px);
    margin: 60px auto 100px;
    font-size: 14px;
    line-height: 2.1;
    font-weight: 600;
	}
  main.concept .sec01 .inner .philosophy_box {
    padding: 80px 40px 70px 40px;
    border-radius: 0;
  }
	main.concept .sec01 .inner .philosophy_box .txt_box:first-child{
		margin-bottom: 100px;
	}
  main.concept .sec01 .inner .philosophy_box .txt_box {
    display: block;
  }
  main.concept .sec01 .inner .philosophy_box .txt_box:first-child ul li {
    margin-bottom: 10px;
  }
  main.concept .sec01 .inner .philosophy_box .txt_box h3 {
    margin-bottom: 40px;
    position: relative;
  }
  main.concept .sec01 .inner .philosophy_box .txt_box h3:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 160px;
    background: #000;
    left: 140px;
    top: 21px;
  }
  main.concept .sec01 .inner .philosophy_box .txt_box li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 2px;
    margin-bottom: 45px;
  }
  main.concept .sec01 .inner .philosophy_box .txt_box li .tri {
    margin-right: 10px;
    font-size: 14px;
  }
  main.concept .sec01 .inner .philosophy_box .txt_box li span.num {
    display: block;
    font-size: 35px;
  }
  main.concept .sec01 .inner .txt {
    max-width: calc(100% - 40px);
	  margin: 90px auto 0;
    line-height: 2.2;
  }
  main.concept .sec02 {
    padding-top: 65px;
    padding-bottom: 100px;
  }
  main.concept .sec03 .sh_02 {
    top: 243px;
    right: -55vw;
  }
  main.concept .sec03 .sh_02 img {
    width: 550px;
    min-width: 550px;
    max-width: unset;
  }
  main.concept .sec02 .inner .img img {

    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -80px;
height: 240px;
    object-fit: cover;
	}
  main.concept .sec02 .inner .txt_box {
    padding: 60px 20px;
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
  main.concept .sec02 .inner .txt_box .name {
    font-size: 16px;
    margin-top: 100px;
  }
  main.concept .sec03 {
	  padding-top: 130px;
    padding-bottom: 170px;
  }
  main.concept .sec03 .sh_03 {
    bottom: -170px;
    left: -130px;
  }
  main.concept .sec03 .sh_03 img {
    width: 500px;
    max-width: unset;
  }
  main.concept .sec03 .lead {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
	}
  main.concept .sec03 .inner {
    padding: 30px 20px 37px;
  }
  main.concept .sec03 .inner .features_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
	  margin-bottom: 90px;
  }
  main.concept .sec03 .inner .features_box .txt, main.concept .sec03 .inner .features_box .img {
    width: 100%;
  }
  main.concept .sec03 .inner .features_box .txt h3, main.concept .sec03 .inner .features_box .img h3 {
    margin: 40px 0;
    font-size: 20px;
	}
	main.concept .sec03 .inner .features_box .txt p, main.concept .sec03 .inner .features_box .img p {
    font-size: 14px;
    line-height: 2.1;
  }
  main.concept .sec04 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  main.concept .sec04 .lead {
    margin-top: 10px;
    margin-bottom: 70px;
    font-size: 14px;
    margin-left: 20px;
  }
  main.concept .sec04 .inner {
    padding: 0;
  }
  main.concept .sec04 .inner .article_list {
    display: block;
  }
  main.concept .sec04 .inner .article_list article {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
	main.concept .sec04 .inner .article_list article:last-child{
		margin-bottom: 75px;
	}
	main.concept .sec04 .inner .article_list article img {
    width: 100%;
    height: auto;
  }
  main.concept .sec04 .inner .article_list article .img_box .name {
    font-size: 25px;
	      padding: 0 5px 0px 0px;
  }
  main.concept .sec04 .inner .article_list article .position {
    font-size: 16px;
	  margin: 5px 0 0;
  }
  main.concept .sec04 .inner .article_list article .txt_box {
    font-size: 14px;
  }
  main.concept .sec05 {
    padding: 90px 0;
  }
  main.concept .sec05 .sh_02 {
	  top: 220px;
    right: -150px;
  }
 main.concept .sec05 .sh_02 img{
		width: 432px;
	}
  main.concept .sec05 .inner .profile_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 20px 10px;
    border-top: 1px solid #AEAEAE;
    font-size: 14px;
  }
  main.concept .sec05 .inner .profile_box dl dt {
    margin-right: 30px;
  }
  main.concept .sec05 .inner .profile_box dl:last-child {
    border-bottom: 1px solid #AEAEAE;
  }
  main.concept .sec06 .inner .profile_box dl {
    display: block;
    padding: 10px 10px 35px;
  }
  main.concept .sec06 .inner .profile_box dl dt {
    font-weight: 700;
    display: block;
    color: #F49E00;
    font-weight: 700;
    min-width: 70px;
    font-size: 20px;
  }
  main.concept .sec06 .inner .profile_box dl:last-child {
    border-bottom: 1px solid #AEAEAE;
  }
}

main.shop {
  background: #F7F7F7;
}

main.shop .inner {
  max-width: 980px;
}

main.shop .mv {
  line-height: 1;
  position: relative;
}

main.shop .mv .ttl {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}

main.shop .mv .ttl .inner {
  bottom: -6px;
}

main.shop .mv .ttl h1 {
  font-size: 104px;
  letter-spacing: 5px;
  font-weight: 900;
  line-height: 1;
}

main.shop .mv .ttl h1 span {
  font-size: 25px;
  display: block;
  margin-bottom: 0px;
  letter-spacing: 10px;
}

main.shop .mv .ttl p {
  font-size: 20px;
  margin-top: 40px;
  font-weight: 700;
  letter-spacing: 5px;
}

main.shop .mv .img_list {
  position: absolute;
    right: 50px;
    bottom: -125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.shop .mv .img_list .sh_03 {
  top: -70px;
  left: 40px;
  position: relative;
}

main.shop .mv .img_list .sh_01 {
  position: relative;
  top: 100px;
  left: -120px;
}

main.shop .btn.more a span.icon {
  color: #F49E00;
}

main.shop .parallax2 {
  -webkit-animation: parallax-large-anim2 linear;
  animation: parallax-large-anim2 linear;
  animation-timeline: scroll();
  position: absolute;
  z-index: -1;
  overflow: hidden;
}

@keyframes parallax-large-anim2 {
  0% {
    -webkit-transform: translateY(900px);
    transform: translateY(900px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

main.shop .inner {
  max-width: 980px;
  margin: 0 auto;
}

main.shop .ttl_inner {
  max-width: 1040px;
  margin: 0 auto;
}

main.shop .ttl_inner .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F49E00;
}

main.shop .ttl_inner .ttl img {
  margin: 0 10px 0 0;
}

main.shop .ttl_inner .ttl h2 {
  font-size: 38px;
  letter-spacing: 5px;
  font-weight: 900;
}

main.shop .ttl_inner .ttl h2 span.txt {
  font-size: 20px;
  color: #000;
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

main.shop .sec01 .lead h2 {
  font-size: 25px;
  margin: 100px auto 50px auto;
}

main.shop .sec01 .lead p {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
}

main.shop .sec01 .shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px;
}

main.shop .sec01 .shop_list .shop_box {
  max-width: 467px;
  background: #fff;
  margin-bottom: 50px;
}

main.shop .sec01 .shop_list .shop_box:hover{
	background: #FFEFEF;
}

main.shop .sec01 .shop_list .shop_box .img {
  overflow: hidden;
}

main.shop .sec01 .shop_list .shop_box .img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

main.shop .sec01 .shop_list .shop_box .txt {
    padding: 10px 20px 22px;
  font-size: 14px;
}
main.shop .sec01 .shop_list .shop_box .address{
    line-height: 1.9;
    margin-top: 10px;
}

main.shop .sec01 .shop_list .shop_box .txt h3 {
  color: #FF0000;
  font-size: 20px;
}

main.shop .sec01 .shop_list .shop_box .txt h3 span {
  margin-right: 10px;
}

@media screen and (max-width: 1036px) {
  main.shop .mv .img img {
    height: 309px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main.shop .mv .ttl h1 {
    font-size: 54px;
    font-weight: 900;
    letter-spacing: 5px;
  }
  main.shop .mv .ttl h1 span {
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 5px;
  }
  main.shop .mv .img_list .sh_02 {
    width: 50px;
    top: -30px;
    left: 25px;
    position: relative;
  }
  main.shop .mv .img_list .sh_03 {
    width: 46px;
    top: -45px;
    left: 40px;
    position: relative;
  }
  main.shop .mv .img_list .sh_01 {
    width: 46px;
    position: relative;
    bottom: 40px;
    left: -20px;
    top: 0;
  }
	main.shop .sec01 .lead p {
	 line-height: 2;
	}
  main.shop .sec01 .lead h2 {
    text-align: center;
    font-size: 20px;
    margin: 50px auto;
  }
	main.shop .mv .img_list{
	    right: 20px;
       bottom: -20px;
	}
	main.shop .mv .img_list img{
		width: 124px;
	}
}

main.shop_detail {
  background: #F7F7F7;
}

main.shop_detail .inner {
  max-width: 980px;
}

main.shop_detail .mv {
  line-height: 1;
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
}

main.shop_detail .mv .back {
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}

main.shop_detail .mv .back span {
  font-size: 12px;
  color: #FF0000;
  margin-right: 10px;
position: relative;
	    left: 0;
	    transition: all 0.2s;
}

main.shop_detail .mv .back:hover span{
	     left: -5px;
}

main.shop_detail .mv .img {
  margin-top: 20px;
}

main.shop_detail .inner {
  max-width: 980px;
  margin: 0 auto;
}

main.shop_detail .ttl_inner {
  max-width: 1040px;
  margin: 0 auto;
}

main.shop_detail .ttl_inner .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F49E00;
}

main.shop_detail .ttl_inner .ttl img {
  margin: 0 10px 0 0;
}

main.shop_detail .ttl_inner .ttl h2 {
  font-size: 38px;
  letter-spacing: 5px;
  font-weight: 900;
}

main.shop_detail .ttl_inner .ttl h2 span.txt {
  font-size: 20px;
  color: #000;
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

main.shop_detail .sec01 {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 140px;
}

main.shop_detail .sec01 .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
}

main.shop_detail .sec01 .detail_box .txt {
  width: 45%;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.1;
}

main.shop_detail .sec01 .detail_box .txt h2 {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.5;
}

main.shop_detail .sec01 .detail_box .txt .meta {
  margin-top: 20px;
}

main.shop_detail .sec01 .detail_box .txt .meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 13px;
}

main.shop_detail .sec01 .detail_box .txt .meta span {
  margin-right: 20px;
  line-height: 1;
}

main.shop_detail .sec01 .detail_box .map {
  width: 50%;
}

main.shop_detail .sec01 .detail_box .map iframe {
  width: 100%;
  height: 350px;
}

main.shop_detail .sec01 .btn_02.more a {
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  color: #000;
	padding-right: 40px;
}

main.shop_detail .sec01 .btn_02.more a span.icon {
  font-size: 12px;
  color: #FF0000;
  margin-right: 0px;
  left: 30px;
	    position: relative;
    top: 0;
    transition: all 0.2s;
}


main.shop_detail .sec01 .btn_02.more a:hover{
	background: #EFEFEF;
}

main.shop_detail .sec01 .btn_02.more a:hover span.icon {
	left: 25px;
}

main.shop_detail .sec01 .btn_02.more a span.txt {
  margin-left: 30px;
}

@media screen and (max-width: 1036px) {
	
	main.shop_detail .mv .img{
		margin-top: 38px;
	}
	
  main.shop_detail .mv .img img {
    height: auto;
  }
  main.shop_detail .mv {
    padding-top: 200px;
  }
  main.shop_detail .sec01 {
    max-width: 880px;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 140px;
  }
  main.shop_detail .sec01 .detail_box {
    display: block;
  }
  main.shop_detail .sec01 .detail_box .txt {
    width: 100%;
  }
  main.shop_detail .sec01 .detail_box .map {
    width: 100%;
    margin-top: 40px;
  }
  main.shop_detail .sec01 .detail_box .map iframe {
    width: 100%;
  }
}

main.member .mv picture {
  width: 100%;
}

main.member .mv picture img {
  width: 100%;
}

main.member .btn.more a span.icon {
  color: #F49E00;
	    right: 35px;
}

main.member .btn.more a:hover span.icon {
	right: 30px !important;
}

main.member .parallax2 {
  -webkit-animation: parallax-large-anim2 linear;
  animation: parallax-large-anim2 linear;
  animation-timeline: scroll();
  animation-range: contain 0% contain 100%;
  z-index: -1;
  overflow: hidden;
}

main.member .img .sh {
    position: relative;
    top: -27px;
    left: 38px;
}

@keyframes parallax-large-anim2 {
  0% {
    -webkit-transform: translateY(900px);
    transform: translateY(900px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

main.member .inner {
  max-width: 1100px;
  margin: 0 auto;
}

main.member .contents .ttl_box {
  margin-top: 70px;
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

main.member .contents .ttl_box h1 {
  font-size: 78px;
  letter-spacing: 10px;
  margin-bottom: 30px;
  font-weight: 900;
}

main.member .contents .ttl_box h1 span {
  display: block;
  font-size: 27px;
  margin-bottom: 20px;
    font-weight: 600;
}

main.member .contents .ttl_box p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
}

main.member .contents .ttl_box .img {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 300px;
  z-index: -1;
}

main.member .contents .ttl_box .img .sh_03 {
  position: relative;
  top: 60px;
  left: -30px;
}

main.member .contents .ttl_box .img .sh_02 {
  position: relative;
  left: -60px;
  top: -40px;
}

main.member section {
  padding-top: 80px;
  padding-bottom: 110px;
  position: relative;
  overflow-x: clip;
}

main.member section .sh {
   right: -400px;
  z-index: 1;
  position: absolute;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

main.member section .inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

main.member section .inner .img_box {
  position: relative;
  line-height: 1;
	z-index: 1;
}

main.member section .inner .img_box img {
  height: auto;
}

main.member section .inner .img_box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 10px;
  color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
}

main.member section .inner .img_box .txt h2 {
    letter-spacing: 21px;
    line-height: 1.2;
    padding: 20px;
	 font-size: 91px;
}

main.member section .inner .img_box .txt p {
  font-size: 45px;
  font-weight: 700;
    bottom: 20px;
    right: 20px;
	position: absolute;
}

main.member section .txt_box {
  background: #FFEEEF;
  padding-top: 200px;
  padding-bottom: 130px;
  margin-top: -200px;
}

main.member section .txt_box .sh {
  top: 60px;
  z-index: 0;
}

main.member section .txt_box .sh img{
	width: 700px;
	opacity: .19;
}

main.member section .txt_box .ttl_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 90px 0 60px 0;
}

main.member section .txt_box .ttl_txt .ttl {
	 font-size: 30px;
    background: #fff;
    text-align: center;
    display: inline;
    padding: 35px;
    letter-spacing: 0.1em;
    line-height: 2.7rem;
    max-width: 871px;
    text-align: left;
}

main.member section .txt_box .q_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 55px;
    max-width: 871px;
    margin: 0 auto;
}

main.member section .txt_box .q_ttl img {
  margin: 0 10px 0 0;
}

main.member section .txt_box .q_ttl h2 {
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: 500;
    max-width: calc(100% - 55px);
}

main.member section .txt_box .q_ttl h2 span.txt {
  font-size: 20px;
  color: #000;
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

main.member section .txt_box .q_ttl p {
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;
  width: 100%;
	    line-height: 2.1;
}

main.member .sec02 .txt_box {
  background: #F3F5F7;
}

main.member .sec02 .txt_box .sh {
  top: -200px;
}

main.member .sec03 .txt_box {
  background: #F3F5EE;
}

main.member .sec03 .txt_box .sh {
      top: 170px;
}

main.member .sec03 .txt_box .sh img {
  width: 1000px;
}

main.member .sec03 {
  padding-bottom: 0px;
}

main.member .sec04 .txt_box {
  background: #FEEEFE;
}

main.member .sec05 .txt_box {
  background: #F3F5F7;
}

main.member section.sec04 .txt_box .sh {
  top: 0px;
}

main.member section.sec04 .txt_box .sh img {
  width: 760px;
}

main.member section.sec05 .txt_box .sh {
  top: 160px;
}

@media screen and (max-width: 1036px) {
		main.member .contents .ttl_box h1 span{
		margin-top: 30px;
	}
}


@media screen and (max-width: 819px) {
  main.member .mv img {
    height: 313px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main.member .img .sh {
    position: relative;
    top: 35px;
    left: 216px;
  }
  main.member .img .sh img {
    width: 137px;
    max-width: unset;
  }
  main.member .ttl_inner {
    max-width: calc(100% - 40px);
  }
  main.member .ttl_inner .ttl img {
    width: 50px;
  }
  main.member .ttl_inner .ttl h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  main.member .ttl_inner .ttl h2 span.txt {
    font-size: 14px;
    margin-bottom: 0;
  }
  main.member .contents .ttl_box {
    padding-bottom: 0px;
    border: none;
	 margin-top:35px;
	 margin-bottom: 0px;
  }
  main.member .contents .ttl_box h1 {
    font-size: 45px;
    letter-spacing: 10px;
    margin-bottom: 25px;
  }
  main.member .contents .ttl_box h1 span {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
	 margin-top: 10px;
	  font-weight: 600;
  }
  main.member .contents .ttl_box p {
	 font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
    font-weight: bold;
    letter-spacing: 1.5px;
	}
  main.member .contents .ttl_box .img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -200px;
    left: 0px;
    z-index: -1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.member .contents .ttl_box .img p {
    position: absolute;
  }
  main.member .contents .ttl_box .img .sh_04 {
    position: relative;
    left: 170px;
    top: 70px;
  }
  main.member .contents .ttl_box .img .sh_04 img {
    width: 100px;
  }
  main.member .contents .ttl_box .img .sh_03 {
    position: relative;
    top: 130px;
    left: 135px;
  }
  main.member .contents .ttl_box .img .sh_03 img {
    width: 60px;
  }
  main.member .contents .ttl_box .img .sh_02 {
    position: relative;
    left: 100px;
    top: 50px;
  }
  main.member .contents .ttl_box .img .sh_02 img {
    width: 80px;
  }
  main.member section .txt_box .sh {
    top: 80vw;
    z-index: 0;
  }
  main.member .sec01 {}
  main.member .sec02 .txt_box .sh {
    top: 100px;
  }
  main.member .sec01, main.member .sec02, main.member .sec03, main.member .sec04, main.member .sec05 {
    padding-top: 75px;
    padding-bottom: 0px;
  }
	main.member .sec01{
		padding-top: 50px;
	}
  main.member section:last-child {
    padding-bottom: 0;
  }
  main.member .sec01 .sh, main.member .sec02 .sh, main.member .sec04 .sh, main.member .sec05 .sh {
    top: -280vw;
    right: -70vw;
  }
  main.member section.sec01 .txt_box .sh {
    right: -270px;
    top: 150px;
  }
  main.member section.sec02 .txt_box .sh {
    right: -280px;
    top: 200px;
  }
  main.member section.sec03 .txt_box .sh {
    top: 240px;
    right: -200px;
  }
  main.member section.sec04 .txt_box .sh {
    top: 400px;
    right: -200px;
  }
  main.member section.sec05 .txt_box .sh {
    top: 550px;
    right: -150px;
  }
  main.member .sec01 .sh img, main.member .sec02 .sh img, main.member .sec03 .sh img, main.member .sec04 .sh img, main.member .sec05 .sh img {
    max-width: 600px;
    width: 600px;
  }
  main.member .sec02 .sh img, main.member .sec05 .sh img {
    max-width: 600px;
  }
  main.member .sec01 .inner, main.member .sec02 .inner, main.member .sec03 .inner. main.member .sec04 .inner, main.member .sec05 .inner {
    max-width: calc(100% - 40px);
    width: 100%;
  }
  main.member .sec01 .inner .img_box .txt, main.member .sec02 .inner .img_box .txt, main.member .sec03 .inner .img_box .txt, main.member .sec04 .inner .img_box .txt, main.member .sec05 .inner .img_box .txt {
    letter-spacing: 3px;
    display: block;
  }
  main.member .sec01 .inner .img_box .txt h2, main.member .sec02 .inner .img_box .txt h2, main.member .sec03 .inner .img_box .txt h2, main.member .sec04 .inner .img_box .txt h2, main.member .sec05 .inner .img_box .txt h2 {
    font-size: 29px;
  }
	  main.member section .txt_box .ttl_txt .ttl {
    line-height: 1.7rem;
    text-align: left;
  }
	main.member .sec01 .txt_box .ttl_txt .ttl{
		 padding: 15px 20px;
    	line-height: 1.7;
	}
	main.member section .txt_box .q_ttl p {
    max-width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 20px;
  }
  main.member .sec01 .inner .img_box .txt p, main.member .sec02 .inner .img_box .txt p, main.member .sec03 .inner .img_box .txt p, main.member .sec04 .inner .img_box .txt p, main.member .sec05 .inner .img_box .txt p {
    font-size: 17px;
    font-weight: 500;
  }
  main.member .sec01 .txt_box, main.member .sec02 .txt_box, main.member .sec03 .txt_box, main.member .sec04 .txt_box, main.member .sec05 .txt_box {
    padding-bottom: 10px;
    margin-top: -80px;
    padding-top: 80px;
  }
  main.member .sec01 .txt_box .ttl_txt .ttl, main.member .sec02 .txt_box .ttl_txt .ttl, main.member .sec03 .txt_box .ttl_txt .ttl, main.member .sec04 .txt_box .ttl_txt .ttl, main.member .sec05 .txt_box .ttl_txt .ttl {
    font-size: 14px;
    padding: 15px 20px;
  }
  main.member .sec01 .txt_box .ttl_txt, main.member .sec02 .txt_box .ttl_txt, main.member .sec03 .txt_box .ttl_txt, main.member .sec04 .txt_box .ttl_txt, main.member .sec05 .txt_box .ttl_txt {
    padding: 35px 0;
		padding-bottom: 60px;
	}
	main.member section .txt_box .q_ttl img{	
		position: relative;
      top: -4px;
	}
	
	main.member section .txt_box .q_ttl{
		    padding-bottom: 120px;
	}
	
	main.member section .txt_box .q_ttl:last-child{
		padding-bottom:  60px;
	}
	
	
	main.member .sec01 .txt_box .q_ttl h2, main.member .sec02 .txt_box .q_ttl h2, main.member .sec03 .txt_box .q_ttl h2, main.member .sec04 .txt_box .q_ttl h2, main.member .sec05 .txt_box .q_ttl h2 {
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 700;
    max-width: calc(100% - 55px);
    line-height: 1.5;
  }
  main.member .sec03 {
    padding-bottom: 0px;
  }
}

main.project .inner {
  max-width: 1040px;
}

main.project .mv,
main.contact .mv{
  background: #F7F7F7;
  height: 386px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main.project .mv .mv_ttl,
main.contact .mv .mv_ttl{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 411px;
}

main.project .mv .mv_ttl h1,
main.contact .mv .mv_ttl h1{
  text-align: center;
  font-size: 68px;
  letter-spacing: 10px;
}

main.contact .mv .mv_ttl h1{
	    min-width: 380px;
}

main.project .mv .mv_ttl h1 span,
main.contact .mv .mv_ttl h1 span{
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

main.article_detail .mv .img_list,
main.project .mv .img_list,
main.contact .mv .img_list{
  position: absolute;
  margin-right: 100px;
  left: -175px;
  top: -78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  width: 375px;
}

main.project .mv .img_list p,
main.contact .mv .img_list p{
  position: relative;
}

main.project .mv .img_list .sh_03 {
  top: 50px;
  left: -40px;
}

main.project .mv .img_list .sh_02 {
  top: -20px;
  left: -80px;
}

main.project .sec01 {
  margin-top: 130px;
}

main.project .sec01 .inner {
  max-width: 1040px;
}

main.project .sec01 .inner .project_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.project .sec01 .inner .project_list .project {
  width: 29%;
  margin-right: 4.33%;
  margin-bottom: 4.33%;
}

main.project .sec01 .inner .project_list .project:nth-child(3n) {
  margin-right: 0;
}

main.project .sec01 .inner .project_list .project .img {
  width: 100%;
  line-height: 1;
  border-radius: 12px;
  overflow: hidden;
}

main.project .sec01 .inner .project_list .project img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

main.project .sec01 .inner .project_list .project .txt_box {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.9;
}

main.project .sec01 .inner .project_list .project .txt_box .btn {
  font-weight: 600;
  text-align: right;
  margin-top: 10px;
}

main.project .sec01 .inner .project_list .project .txt_box .btn a {
  margin-top: 0;
  color: #000;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

main.project .sec01 .inner .project_list .project .txt_box .btn a .txt {
  font-size: 14px;
}

main.project .sec01 .inner .project_list .project .txt_box .btn .icon {
  color: #FF0000;
  z-index: -1;
  font-size: 11px;
  top: -13px;
}

@media screen and (max-width: 768px) {
  main.project .mv {
    background: #F7F7F7;
    height: 227px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  main.project .mv .mv_ttl {
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  main.project .mv .mv_ttl h1 {
    text-align: left;
    font-size: 43px;
    letter-spacing: 5px;
    font-weight: 900;
  }
  main.project .mv .mv_ttl h1 span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
  }
  main.article_detail .mv .img_list,
	main.project .mv .img_list,
	main.contact .mv .img_list{
    margin-bottom: -60px;
    position: absolute;
    margin-right: 0px;
    right: 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    left: 44vw;
    bottom: -25px;
    width: auto;
    top: -20px;
    left: unset;
    right: 20px;
   // left: 198px;
	}

	main.contact .mv .img_list{
	//	left: 202px;
	}
	
	main.article_detail .mv .img_list p,
	main.project .mv .img_list p,
	  main.contact .mv .img_list p{
    position: relative;
  }
	main.article_detail .mv .img_list  img,
	main.project .mv .img_list  img,
  main.contact .mv .img_list  img {
    width: 140px;
  }

	main.project .sec01 .inner .project_list .project .txt_box{
		font-size: 14px;
	}
	main.project .sec01 {
		margin-top: 145px;
	}
  main.project .sec01 .inner {
    max-width: calc(100% - 40px);
  }
  main.project .sec01 .inner .project_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.project .sec01 .inner .project_list .project {
    width: 100%;
    max-width: 400px;
    margin-right: 0%;
    margin: 0 auto 30px auto;
  }
  main.project .sec01 .inner .project_list .project:nth-child(3n) {
    margin-right: 0;
  }
  main.project .sec01 .inner .project_list .project .img {
    max-width: 400px;
  }
}

main.news {
  background: #F7F7F7;
}

main.news .inner {
  max-width: 1040px;
}

main.news .sec01 {
  padding: 215px 0;
}

main.news .ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}

main.news .ttl_box h2 {
  font-size: 29px;
  letter-spacing: 10px;
}

main.news .ttl_box h2 span {
  display: block;
  font-size: 58px;
  margin-bottom: 20px;
  letter-spacing: 30px;
    font-weight: 800;
}

main.news .ttl_box .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0px;
  top: -160px;
}

main.news .ttl_box .img_list p {
  position: relative;
}

main.news .ttl_box .img_list .sh_03 {
  top: 80px;
  margin-left: -20px;
}

main.news .ttl_box .img_list .sh_02 {
  margin-left: -30px;
}

main.news .ttl_box .img_list .sh_04 {
  margin-left: -70px;
  top: 100px;
}

main.news .news_box {
  background: #fff;
  padding: 140px 140px 65px;
  margin-top: -15px;
}

main.news .news_box .news_list article {
  border-bottom: 1px solid #707070;
  margin-bottom: 50px;
}

main.news .news_box .news_list article .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0px;
}

main.news .news_box .news_list article .meta .date {
  margin-right: 25px;
  font-size: 14px;
  font-weight: 700;
}

main.news .news_box .news_list article .meta .date span {
  font-size: 12px;
  display: block;
  letter-spacing: 2px;
}

main.news .news_box .news_list article .meta .cat {
  color: #9B9B9B;
  font-size: 16px;
}

.wp-pagenavi {
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-size: 13px;
  color: #FF0000;
    position: relative;
    top: -1px;
}

.wp-pagenavi a {
	margin: 0 7px;
    width: 35px;
    height: 35px;
    border-radius: 70px;
}

.wp-pagenavi a:hover{
    background: #F4F4F4;
}

.wp-pagenavi .current {
	margin: 0 7px;
	background: #E8E8E8;
  width: 35px;
  height: 35px;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
	    line-height: 33px;
}

.wp-pagenavi a:last-child:hover{
	background: unset;
}

@media screen and (max-width: 768px) {
  main.news .sec01 {
    padding: 180px 0 120px 0;
  }
  main.news .ttl_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
	  margin-bottom: 20px;
	  margin-left: 10px;
  }
  main.news .ttl_box h2 {
    font-size: 16px;
    letter-spacing: 5px;
  }
  main.news .ttl_box h2 span {
    display: block;
    font-size: 45px;
    margin-bottom: 10px;
    letter-spacing: 10px;
  }
  main.news .ttl_box .img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: unset;
    left: 170px;
    top: -65px;
	}
  main.news .ttl_box .img_list p {
    position: relative;
  }
	main.news .ttl_box .img_list p img{
		width: 150px;
		min-width: 150px;
	}
  main.news .ttl_box .img_list .sh_01 img {
    width: 60px;
  }
  main.news .ttl_box .img_list .sh_03 {
    top: 40px;
    margin-left: -10px;
  }
  main.news .ttl_box .img_list .sh_03 img {
    width: 60px;
  }
  main.news .ttl_box .img_list .sh_02 {
    margin-left: -20px;
  }
  main.news .ttl_box .img_list .sh_02 img {
    width: 60px;
  }
  main.news .ttl_box .img_list .sh_04 {
    margin-left: -30px;
    top: 50px;
  }
  main.news .ttl_box .img_list .sh_04 img {
    width: 60px;
  }
  main.news .news_box {
    margin-top: 0;
    padding: 27px 10px;
  }
  main.news .news_box .news_list article .meta .cat {
    font-size: 14px;
  }
  main.news .news_box h3 {
    font-size: 14px;
  }
}

main.article_detail .inner {
  max-width: 1040px;
}

main.article_detail .mv {
  background: #F7F7F7;
  height: 386px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main.article_detail .mv .mv_ttl {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 410px;
}

main.article_detail .mv .mv_ttl h1 {
  text-align: center;
  font-size: 68px;
  letter-spacing: 10px;
}

main.article_detail .mv .mv_ttl h1 span {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

main.article_detail .mv .img_list {
  position: absolute;
  margin-right: 100px;
  left: -175px;
  top: -78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  width: 375px;
}

main.article_detail .mv .img_list p {
  position: relative;
}

main.article_detail .mv .img_list .sh_03 {
  top: 50px;
  left: -40px;
}

main.article_detail .mv .img_list .sh_02 {
  top: -20px;
  left: -80px;
}

main.article_detail .sec01 {
  margin-top: 130px;
}

main.article_detail .sec01 .inner {
  max-width: 880px;
}

main.article_detail .sec01 .inner article h2 {
  margin-bottom: 30px;
}

main.article_detail .sec01 .inner article .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 5px;
}

main.article_detail .sec01 .inner article .meta .date {
  margin-right: 25px;
  font-size: 14px;
  font-weight: 700;
}

main.article_detail .sec01 .inner article .meta .date span {
  font-size: 12px;
  display: block;
  letter-spacing: 2px;
}

main.article_detail .sec01 .inner article .meta .cat {
  color: #9B9B9B;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  main.article_detail .mv {
    background: #F7F7F7;
    height: 227px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  main.article_detail .mv .mv_ttl {
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  main.article_detail .mv .mv_ttl h1 {
    text-align: left;
    font-size: 43px;
    letter-spacing: 5px;
    font-weight: 900;
  }
  main.article_detail .mv .mv_ttl h1 span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
  }
  main.article_detail .mv .img_list {
    margin-bottom: -60px;
    position: absolute;
    margin-right: 0px;
    right: 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    left: 44vw;
    bottom: -25px;
    width: 50vw;
  }
	
  main.article_detail .mv .img_list {
    bottom: -25px;
    width: auto;
    top: -20px;
    left: unset;
    right: 20px;
	}
	
  main.article_detail .mv .img_list p {
    position: relative;
  }
  main.article_detail .mv .img_list .sh_01 img {
    width: 80px;
  }
  main.article_detail .mv .img_list .sh_03 {
    top: 30px;
    left: -20px;
  }
  main.article_detail .mv .img_list .sh_03 img {
    width: 80px;
  }
  main.article_detail .mv .img_list .sh_02 {
    top: -20px;
    left: -40px;
  }
  main.article_detail .mv .img_list .sh_02 img {
    width: 80px;
  }
  main.article_detail .sec01 .inner {
    max-width: calc(100% - 40px);
  }
	
	main.article_detail .sec01 .inner img{
		height: auto;
	}
}

main.recruit .mv {
  position: relative;
}

main.recruit .mv picture {
  width: 100%;
}

main.recruit .mv picture img {
  width: 100%;
}

main.recruit .mv .ttl {
  position: absolute;
  bottom: 80px;
  right: 100px;
  z-index: 0;
  color: #fff;
}

main.recruit .mv .ttl h1 {
  font-size: 100px;
  text-align: right;
  letter-spacing: 10px;
  font-weight: 900;
}

main.recruit .mv .ttl span {
  display: block;
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

main.recruit .mv .img_list {
  position: absolute;
    top: 80px;
    right: 100px;
}

main.recruit .mv .img_list p {
  position: relative;
}

main.recruit .mv .img_list .sh_03 {
  top: -25px;
  left: 80px;
}

main.recruit .mv .img_list .sh_01 {
  left: 50px;
}

main.recruit .mv .img_list-02 {
  position: absolute;
    bottom: 50px;
    left: 0px;
}

main.recruit .mv .img_list-02 p {
  position: relative;
}

main.recruit .mv .img_list-02 .sh_01 {
  top: -45px;
  left: 12vw;
}

main.recruit .mv .img_list-02 .sh_04 {
  left: 30px;
  top: -90px;
}

main.recruit .btn.more a span.icon {
  color: #F49E00;
}

main.recruit .parallax2 {
  -webkit-animation: parallax-large-anim2 linear;
  animation: parallax-large-anim2 linear;
  animation-timeline: scroll();
  position: absolute;
  z-index: -1;
  overflow: hidden;
}

@keyframes parallax-large-anim2 {
  0% {
    -webkit-transform: translateY(900px);
    transform: translateY(900px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

main.recruit .inner {
  max-width: 1100px;
  margin: 0 auto;
}

main.recruit .sec01 {
  margin-top: 113px;
}

main.recruit .sec01 .message {
  text-align: center;
}

main.recruit .sec01 .message h2 {
  font-size: 58px;
  color: #FF0000;
  text-align: center;
  letter-spacing: 3px;
}

main.recruit .sec01 .message h2 span {
  display: block;
  color: #000;
  font-size: 30px;
  margin-top: 30px;
}

main.recruit .sec01 .message .txt {
  margin-top: -74px;
  padding: 100px 0 70px;
  background: #FFEFEF;
}

main.recruit .sec01 .message .txt h3 {
    font-size: 23px;
    margin-top: 28px;
    margin-bottom: 30px;
    letter-spacing: 2.5px;
}

main.recruit .sec01 .message .txt h3 {
	/*
    animation: message_flow 1.5s;
    animation-fill-mode: both;
    display: block;
    position: relative;
    opacity: 0;
    animation-delay: 0;
	*/
}

@keyframes message_flow {
	/*
  0% {
    opacity: 0;
    margin-left: -100%;
  }
  30% {
    margin-left: -100%;
  }
	95%{
		opacity: 0.1;
	}
  100% {
	  opacity: 1;
    margin-left: auto;
  }
	*/
}

main.recruit .sec01 .message .txt p {
  font-size: 16px;
  font-weight: 500;
}

main.recruit .sec02 {
  margin-top: 120px;
}

main.recruit .sec02 .inner {
  max-width: 880px;
  margin: 0 auto;
}

main.recruit .sec02 .inner .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

main.recruit .sec02 .inner .ttl h2 {
  font-size: 47px;
}

main.recruit .sec02 .inner .ttl img {
  margin-right: 20px;
    position: relative;
    top: -4px;
    width: 50px;
    height: 50px;
}

main.recruit .sec02 .inner .txt_box {
  margin-bottom: 100px;
}

main.recruit .sec02 .inner .txt_box dl {
  border-top: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

main.recruit .sec02 .inner .txt_box dl:last-child {
  border-bottom: 1px solid #707070;
}

main.recruit .sec02 .inner .txt_box dl dt {
  font-weight: 700;
  width: 230px;
  background: #F7F7F7;
  padding: 26px 30px;
  text-align: center;
  align-self: normal;
}

main.recruit .sec02 .inner .txt_box dl dd {
  padding: 26px 30px 26px 50px;
  font-weight: 500;
}

main.recruit .sec03{
	margin-top: 180px;
}

main.recruit .sec03 .inner {
  max-width: 880px;
  margin: 0 auto;
}

main.recruit .sec03 .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main.recruit .sec03 .entry .txt {
  max-width: 640px;
  font-size: 14px;
  line-height: 1.9;
}

main.recruit .sec03 .entry h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

main.recruit .sec03 .entry .btn {
  margin-top: 42px;
}

main.recruit .sec03 .entry .btn a {
  font-weight: 900;
  background: #FF0000;
  width: 200px;
  height: 48px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 3px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    font-weight: 500;
    letter-spacing: 4px;
    position: relative;
	padding-right: 10px;
}

main.recruit .sec03 .entry .btn a span {
    font-size: 15px;
    margin-left: 8px;
    margin-top: 1px;
	color: #fff;
    transition: all 0.2s;
    position: absolute;
    right: 50px;
    top: 9px;
}

main.recruit .sec03 .entry .btn a:hover span{
	right: 45px;
}

main.recruit .sec03 .entry .btn a:hover{
	opacity: 0.7;
}

main.recruit .sec03 .entry .btn a:hover span.icon{
	right: 35px;
	background: unset;
}

main.recruit .sec03 .entry .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

main.recruit .sec03 .entry .img_list p {
  position: relative;
    right: -20px;
    top: 30px;
}

main.recruit .sec03 .entry .img_list .sh_01 {
  top: 80px;
}

main.recruit .sec03 .entry .img_list .sh_03 {
  top: 120px;
  left: -80px;
}

@media screen and (max-width: 1036px) {
  main.recruit .mv {
    height: 309px;
  }
  main.recruit .mv picture img {
    height: 309px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main.recruit .mv .ttl {
    width: 100%;
    bottom: 20px;
    right: 0px;
  }
  main.recruit .mv .ttl h1 {
    font-size: 54px;
    font-weight: 900;
    letter-spacing: 5px;
  }
  main.recruit .mv .ttl h1 span {
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 5px;
  }
	main.recruit .sec02 .inner .ttl {
		margin-bottom: 30px;
	}
	main.recruit .sec02 .inner .txt_box dl{
		    border-top: 1px solid #a3a0a0;
	}

  main.recruit .mv .img_list img, main.recruit .mv .img_list-02 img {
    width: 150px;
  }
  main.recruit .mv .img_list {
    width: 120px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
  }
  main.recruit .mv .img_list .sh_01, main.recruit .mv .img_list .sh_02, main.recruit .mv .img_list .sh_03 {
    left: 0;
    position: absolute;
  }
  main.recruit .mv .img_list .sh_03 {
    top: 50px;
    left: 40px;
  }
  main.recruit .mv .img_list .sh_01 {
    top: 110px;
    left: 30px;
  }
  main.recruit .mv .img_list-02 {
    position: absolute;
    right: unset;
    top: unset;
    bottom: -15px;
    left: 6px;
  }
  main.recruit .mv .img_list-02 .sh_01, main.recruit .mv .img_list-02 .sh_02, main.recruit .mv .img_list-02 .sh_04 {
    left: 0;
    position: absolute;
    top: 0;
  }
  main.recruit .mv .img_list-02 .sh_02 {
    top: 10px;
    left: -10px;
  }
  main.recruit .mv .img_list-02 .sh_01 {
    top: 55px;
    left: 30px;
  }
  main.recruit .mv .img_list-02 .sh_04 {
    top: 100px;
    left: 0px;
  }
  main.recruit .ttl_inner {
    max-width: calc(100% - 40px);
  }
  main.recruit .ttl_inner .ttl img {
    width: 50px;
  }
  main.recruit .ttl_inner .ttl h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  main.recruit .ttl_inner .ttl h2 span.txt {
    font-size: 14px;
    margin-bottom: 0;
  }
  main.recruit .sec02 {
    margin-top: 60px;
  }
  main.recruit .sec01 .message h2 {
    font-size: 49px;
    margin-left: 20px;
    margin-top: -40px;
  }
  main.recruit .sec01 .message h2 span {
    font-size: 22px;
    margin-bottom: 10px;
	}
  main.recruit .sec01 .message .txt {
    padding: 100px 20px;
    padding-top: 45px;
	  margin-top: -16px;
  }
  main.recruit .sec01 .message .txt h3 {
    font-size: 18px;
  }
  main.recruit .sec02 .inner .ttl h2 {
    font-size: 24px;
  }
  main.recruit .sec02 .inner .txt_box dl dt {
    width: 100%;
    padding: 5px 20px;
  }
  main.recruit .sec02 .inner .txt_box dl dd {
    padding: 15px 20px;
  }
  main.recruit .sec03 .entry .img_list {
    position: absolute;
    margin-right: -20px;
    z-index: -1;
  }
  main.recruit .sec03 .entry .img_list p {
    height: auto;
    right: 30px;
    width: 250px;
	  position: absolute;
	  opacity: 0.4;
  }
  main.recruit .sec03 .entry .img_list img {
    width: 250px;
    height: auto;
  }
  main.recruit .sec03 .entry .img_list .sh_01 {
    top: 50px;
    left: -20px;
	}
  main.recruit .sec03 .entry .img_list .sh_02 {
    left: 30px;
  }
  main.recruit .sec03 .entry .img_list .sh_03 {
    top: 90px;
    left: 40px;
  }
  main.recruit .sec01 .message .txt h3 {
    font-size: 16px;
	 letter-spacing: 2px;
	 line-height: 2;
    margin-bottom: 45px;
    min-width: calc(100% + 20px);
	}
  main.recruit .sec01 .message .txt p {
    font-size: 14px;
  }
	main.recruit .sec02 .inner .ttl img{
		width: 30px;
		height: 30px;
		top: 6px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 768px) {
  main.recruit .sec01 .message h2 {
        text-align: left;
  }
  main.recruit .sec01 .message .txt {
        text-align: left;
  }
}

main.contact .inner {
  max-width: 1040px;
}

main.contact .sec01 {
  margin-top: 130px;
  padding-bottom: 60px;
}

main.contact .sec01 .inner {
  max-width: 890px;
}

main.contact .sec01 .inner .lead {
  margin-bottom: 30px;
}

main.contact .sec01 .inner table, main.contact .sec01 .inner tbody {
  width: 100%;
  display: block;
}

main.contact .sec01 .inner table tr, main.contact .sec01 .inner tbody tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main.contact .sec01 .inner table tr th, main.contact .sec01 .inner tbody tr th {
  width: 150px;
  display: block;
  text-align: left;
}

main.contact .sec01 .inner table tr th span, main.contact .sec01 .inner tbody tr th span {
  color: red;
  font-size: 10px;
  position: relative;
  top: -5px;
}

main.contact .sec01 .inner table tr td, main.contact .sec01 .inner tbody tr td {
  padding: 40px 0 40px 20px;
  width: calc(100% - 150px);
}

main.contact .sec01 .inner table tr td input[type=text], main.contact .sec01 .inner table tr td input[type=mail], main.contact .sec01 .inner tbody tr td input[type=text], main.contact .sec01 .inner tbody tr td input[type=mail] {
  width: calc(100% - 20px);
  min-width: 200px;
  max-width: 100%;
}

input[type='text'], input[type='tel'], input[type='email'], textarea {
  max-width: 100%;
}

main.contact .sec01 .inner table tr td textarea, main.contact .sec01 .inner tbody tr td textarea {
  width: calc(100% - 20px);
  min-height: 240px;
}

main.contact .sec01 .inner p.submit {
  text-align: center;
  margin-top: 20px;
}

main.contact .sec01 .inner input[type=submit] {
  background: #000;
  width: 300px;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  main.contact .mv {
    background: #F7F7F7;
    height: 227px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  main.contact .mv .mv_ttl {
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  main.contact .mv .mv_ttl h1 {
    text-align: left;
    font-size: 43px;
    letter-spacing: 5px;
    font-weight: 900;
	  min-width: unset;
  }
  main.contact .mv .mv_ttl h1 span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
  }

  main.contact .mv .img_list p {
    position: relative;
  }
  main.contact .mv .img_list .sh_01 img {
    width: 80px;
  }
  main.contact .mv .img_list .sh_03 {
    top: 30px;
    left: -20px;
  }
  main.contact .mv .img_list .sh_03 img {
    width: 80px;
  }
  main.contact .mv .img_list .sh_02 {
    top: -20px;
    left: -40px;
  }
  main.contact .mv .img_list .sh_02 img {
    width: 80px;
  }
  main.contact .sec01 .inner table, main.contact .sec01 .inner tbody {
    width: 100%;
    display: block;
  }
  main.contact .sec01 .inner table tr, main.contact .sec01 .inner tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main.contact .sec01 .inner table tr th, main.contact .sec01 .inner tbody tr th {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 14px;
    padding-top: 10px;
  }
  main.contact .sec01 .inner table tr th span, main.contact .sec01 .inner tbody tr th span {
    color: red;
    font-size: 10px;
    position: relative;
    top: -5px;
  }
  main.contact .sec01 .inner table tr td, main.contact .sec01 .inner tbody tr td {
    padding: 0px 0 20px 0px;
    width: 100%;
  }
  main.contact .sec01 .inner table tr td input[type=text], main.contact .sec01 .inner table tr td input[type=mail], main.contact .sec01 .inner tbody tr td input[type=text], main.contact .sec01 .inner tbody tr td input[type=mail] {
    width: 100%;
  }
  main.contact .sec01 .inner table tr td textarea, main.contact .sec01 .inner tbody tr td textarea {
    width: 100%;
    min-height: 240px;
  }
}

.img.img_hover {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
}


@media screen and (max-width: 1036px) {
	.sec06 .recruit .img{
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}
}

@media screen and (max-width: 500px) {
	.sec06 .recruit .img{
		max-width: unset;
	}
	.top .sec01 .concept .ttl_box .ttl h2 {
    font-size: 35px;
	 line-height: 1.9;
		min-width: 350px;
  }
  .top .sec03 .ttl {
    display: inline-block;
  }
  .top .sec03 .ttl .img {
    left: unset;
    right: -95px;
    transform: unset;
    top: -40px;
  }
	.top .sec03 .ttl .img img{
		width: 140px;
	}
  .top .sec04 .ttl, .top .sec07 .ttl, .top .sec04 .ttl_wrap, .top .sec03 .ttl {
    text-align: left;
  }
	.top .sec04 .ttl {
		width: 100%;
	}
  .top .sec04 .ttl .img {
    right: 0;
  }
  .top .sec07 .ttl {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 391px) {
  .top .sec01 .concept .ttl_box .ttl h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 1036px) {
  .top .sec04 .article_list {
    display: block;
    margin-bottom: 50px;
	}
  .top .sec04 .article_list article {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 65px;
  }

	.top .sec04 .article_list article:last-child{
		margin-bottom: 45px;
	}
	
	.top .sec05 {
    margin-top: 110px;
    padding-bottom: 68px;
  }
  .news .ttl {
    text-align: left;
  }
  .top .sec07 .inner {
    width: calc(100% - 40px);
  }
  .top .sec07 .article_list article {
    display: block;
  }
  .top .sec07 .article_list article .img_box {
    max-width: unset;
  }
  .top .sec07 .article_list article .btn a {
    justify-content: end;
  }
  .top .sec08 {
    margin-top: 170px;
  }

	.top .sec01 .concept .ttl_box .ttl p{
		margin-top: 10px;
	}

}

@media screen and (max-width: 500px) {
	.top .sec01 .concept .ttl_box .ttl p{
		margin-top: 0px;
	}

	.top .sec02 .about .bg img{
		height: 780px;
	}
	
	.sec06 .recruit .img {
    margin-left: 20px;
    border-radius: 20px 0 0 20px;
    height: 268px;
  }
  .top .sec06 .inner .txt, .member .sec06 .inner .txt {
    max-width: 325px;
  }
}

@media screen and (max-width: 1036px) {
  .sec06 .img img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
  }
  .top .sec07 {
    padding-top: 170px;
  }
  .top .sec07 .inner .sh {
    top: 150px;
  }
  .top .sec07 .article_list article .txt_box h3 {
    font-size: 20px;
	  margin-bottom: 7px;
  }

	.top .sec08 .contact .txt_box .btn{
		text-align: right;
	}
	
	.top .sec08 .contact .txt_box .btn a {
    margin-top: 60px;
    justify-content: end;
  }
  .top .sec08 .contact .txt_box {
    width: 100%;
    font-size: 14px;
  }

	
}

.member .sec06 {
  margin: 0 auto;
  padding-top: 0px;
  max-width: 1160px;
  width: 100%;
}

.member .sec06 .inner {
  position: relative;
  max-width: 894px;
}

.member .sec06 .inner .txt_box {
  display: flex;
  justify-content: space-between;
}

.member .sec06 .inner .txt_box .img p {
  position: absolute;
}

.member .sec06 .inner .txt {
  line-height: 1.8;
  font-weight: 500;
}

.member .sec06 .btn a {
  margin-left: 0;
  margin-top: 50px;
}

.member .sec06 .inner .txt_box .img .sh_01 {
  top: -20px;
  left: -20px;
}

.member .sec06 .inner .txt_box .img .sh_02 {
  top: -100px;
  right: 0px;
}

.member .sec06 .inner .txt_box .img .sh_03 {
  top: 80px;
  left: 100px;
}

main.member section.sec06 .txt_box {
  background: none;
  padding: 0px;
  margin: 0;
}

.member .sec06 .inner .ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 1036px) {
  .member .ttl p, .ttl p {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .member .ttl h2, .member h2 {
    font-size: 38px;
    letter-spacing: 6px;
    font-weight: 900;
    margin-bottom: 10px;
  }
	.member .txt h2{
		margin-bottom: 0px;
	}

	main.member section .inner .img_box .txt h2{
		letter-spacing: 6px;
      line-height: 1.3;
		padding: 3px 10px;
	}
	main.member section .inner .img_box .txt p{
		bottom: 10px;
	}
  .member .sec06 .inner .txt_box {
    display: block;
    position: relative;
    font-size: 14px;
  }
  .member .sec06 .inner .txt_box .img {
    top: 0;
    width: 200px;
    height: auto;
    overflow: unset;
    right: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.54;
    margin-top: -50px;
    right: -30px;
  }
  .member .sec06 .inner .txt_box .img .sh_01 {
    top: 0;
    left: 0;
  }
  .member .sec06 .inner .txt_box .img p img {
    margin-left: 0;
    -o-object-fit: unset;
    object-fit: unset;
    width: 200px;
    height: auto;
	}
  .member.sec06 .inner .txt_box .img .sh_02 {
    top: -50px;
    left: unset;
  }
  .member .sec06 .inner .txt_box .img .sh_03 {
    top: 60px;
    left: 80px;
  }
  .member .sec06 .inner .txt_box .img .sh_01 {
    top: 0;
    left: 0;
  }
  .member .sec06 .inner .txt_box .img .sh_02 {
    top: -50px;
    left: unset;
  }
  .member .sec06 .inner .txt_box .img .sh_03 {
    top: 60px;
    left: 80px;
  }
  .member .sec06 .inner .img {
    position: relative;
    min-height: 268px;
    overflow: hidden;
  }
  .member .sec06 {
    margin-top: 100px;
  }

}

.btn_02.more, .btn_02.more a {
  display: flex;
}

	.btn_02.more a span.txt{
		font-size: 13px;
		font-weight: bold !important;
		letter-spacing: 3px;
	}

.btn_02.more a span.txt {
  margin-left: 15px;
  left: 0;
}

.btn_02.more a span.icon {
  font-size: 11px;
  color: #FF0000;
  background: unset;
  right: 45px;
  top: 4px;
}

.sec06 .btn_02.more a span.icon{
	right: 35px;
}

.top .sec06 .btn_02.more a span.icon{
	right: 35px;
}

.top .sec06 .btn_02.more a:hover span.icon{
	right: 30px !important;
}

.top .sec08 .contact .txt_box .btn a .icon {
  top: -12px;
}

@media screen and (max-width: 1036px) {
  .top .sec01 .concept .txt {
    line-height: 2.9;
  }
  .top .sec07 .article_list article .btn {
    text-align: right;
    margin-top: 45px;
    font-size: 12px;
  }
}

@media screen and (max-width: 389px) {
	.top .sec02 .about .inner .ttl h2{
	   letter-spacing: 4px;
	}
}

.news_list article a:hover{
	opacity: 0.7;
}

.article_detail .img{
	line-height: 1.0;
	margin-bottom: 20px;
}

.top .wrap.mv_tab{
	display: none;
}

@media screen and (max-width: 1036px) {
	.top .wrap.mv_pc{
		display: none;
	}
	.top .wrap.mv_tab{
		display: flex;
		max-height: 110vw;
	}
	.top .slideshow {
    width: 400vw;
    height: unset;
	}
	
	.fade {
	  transform: translateY(20px);
	  transition: opacity .5s, visibility .5s, transform .5s;
	}
	.is-fadein {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
}

footer .copy{
	 text-align: center;
    padding-bottom: 30px;
    font-size: 13px;
    color: #818181;
}

@media screen and (max-width: 400px) {
	main.concept .sec02 .inner .txt_box .name{
		 font-size: 14px;
	}
}


/* 調剤基本料金等について */
.fee {
  width: 100%;
}
.fee h2 {
  margin: 2.5em 0 1em;
}
.fee h2 span {
  margin: 0 0 0 1.5em;
  padding: 3px 1em;
  font-size: 0.7em;
  background: #a5ccf9;
  border-radius: 100vh;
}
.fee ul li {
  margin: 0 0 0 1.5em;
  list-style: disc;
}
.fee ol {
  counter-reset: fee-counter;
}
.fee ol li {
  list-style: none; 
  position: relative;
  padding-left: 2em;
}
.fee ol li::before {
  counter-increment: fee-counter;
  content: "(" counter(fee-counter) ")";
  position: absolute;
  left: 0.3em;
  top: 0;
}
.fee_br {
  display: none;
}

@media screen and (max-width: 900px) {
  .fee h2 span {
    display: inline-block;
    margin: 0;
    padding: 3px 0.5em;
    font-size: 0.65em;
    line-height: 1.3em;
  }
@media screen and (max-width: 669px) {
  .fee h2 span {
    display: block;
    margin: 0.5em 0 0;
    padding: 3px 1em;
    font-size: 0.65em;
    line-height: 1.3em;
    border-radius: 5px;
  }
  .fee_br {
    display: block;
  }
}
}