@charset "utf-8";
* {
  box-sizing: border-box;
}
body {
  font-family: 'Yu Mincho', Times, serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
}
ul,
li,
dl,
dt,
dd,
h2,
h3,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.5s ease-in-out;
}
a:hover{
  opacity: 0.8;
}
img {
  max-width: 100%;
}
section {
  padding: 80px 0;
}
.content-width {
  max-width: 1500px;
  margin: auto;
  position: relative;
}
.text-center {
  text-align: center;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.fz-32 {
  font-size: 32px;
}
.p-after {
  position: relative;
}
.p-after:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl-h2 {
  margin-bottom: 72px;
  font-weight: normal;
  text-align: center;
  line-height: 150%;
}
.ttl-h2 .ttl-en {
  font-size: 38px;
  margin-bottom:8px;
  color:#c7b299;
}
.ttl-h2 .ttl-jp {
  font-size: 24px;
  color:#666666;
}
.slick-track{
  display:flex!important;
}
.slick-slide {
  height: auto !important;
}
@media screen and (max-width: 1200px) {
  section {
    padding: 40px 0;
  }
  .content-width {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .fz-32 {
    font-size: 20px;
  }
  .ttl-h2{
    margin-bottom:32px;
    line-height: 110%;
  }
  .ttl-h2 .ttl-en {
    font-size: 22px;
    font-weight: normal;
    margin-bottom:0;
  }
  .ttl-h2 .ttl-jp {
    font-size: 16px;
    font-weight: normal;
  }
  .d-flex {
    flex-direction: column;
  }
}

.btn {
  width: 266px;
  margin: 30px auto 0;
  position: relative;
  letter-spacing: 0.18em;
}
.btn a {
  position: relative;
  width: 266px;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #61519e;
  color:#61519e;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 13px;
  }
}
.btn.more:after {
  position: absolute;
  content: '';
}
.btn.more::after {
  width: 90%;
  height: 75%;
  border-right: 1px solid #61519e;
  border-bottom: 1px solid #61519e;
  right: -8px;
  bottom: -8px;
}
.btn.more a:hover {
  transform: translate(8px,8px);
  background: #61519e;
  color: #fff;
}

/*header*/
.header{
  padding: 16px 20px;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
  justify-content: space-between;
  transition:all .5s ease-in-out;
}
.header .header-title h1 {
  width:326px;
  margin:0;
  font-size: 20px;
  font-weight: normal;
}
.header .header-title h1 img{
  vertical-align: middle;
  width: 40px;
}
.header.is-show {
  background: #FFF;
  box-shadow: 0 2px 16px #ebebeb;
}

.header .header-navi {
  font-size: 16px;
  font-weight: normal;
}
.header .header-navi li {
  margin: 0 12px;
}

.header .header-menu {
  margin-left: auto;
  position: relative;
  z-index: 8;
  cursor: pointer;
  width: 32px;
  height: 26px;
}
.header .header-menu span {
  position: absolute;
  border-bottom: 2px solid #818083;
  width: 36px;
  display: block;
  right: 0;
  top: 12px;
  transition: all 0.2s ease-in-out;
}
.header .header-menu span:first-child {
  top: 0;
}
.header .header-menu span:last-child {
  bottom: 0;
}
.header .header-menu.active span:first-child {
  display: none;
}
.header .header-menu.active span:nth-child(2) {
  transform: rotate(45deg);
  top: 14px;
}
.header .header-menu.active span:last-child {
  transform: rotate(135deg);
  right: -6px;
  bottom: -3px;
}
@media screen and (max-width: 1024px) {
  .header .header-title h1 {
    width: 200px;
  }
  .header .header-navi li{
    margin:0 8px;
  }
}
@media screen and (max-width: 865px) {
  .header{
    padding:4px 16px;
    flex-direction: row;
  }
  .header .header-title {
    display: none;
  }
  .header.is-show .header-title {
    display: block;
  }
  .header .header-title h1 {
    width:148px;
    font-size: 14px;
  }
  .header .header-navi {
    width: 100%;
    position: absolute;
    height: 100vh;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.3s 0.3s ease-in-out;
    z-index: 6;
    background: url(img/bg_lead2.png) no-repeat,url(img/bg_lead3.png) no-repeat #d9d6d5;
    background-position:left 50%, right 85%;
    background-size:60%,50%;
    padding:120px 60px 0;
    overflow: hidden;
  }
  .header .header-navi.active{
    transform: translateX(0);
  }
  .header .header-navi li {
    line-height: 21px;
    margin-left: 36px;
    color: #4d4d4d;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
  }
  .header .header-navi li a{
    font-size:16px;
    padding:16px 0;
    font-weight: bold;
  }
}
@media screen and (min-width: 865px) {
  .header-menu{
    display:none;
  }
}

/*main image*/
.main-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-image img {
    height: 100vh;
    object-fit: cover;
  }
}

/*lead*/
.sec-lead {
  background: url(img/bg_lead2.png) no-repeat,url(img/bg_lead1.png) no-repeat;
  background-position:left center, right center;
}
.sec-lead-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.sec-lead-text {
  writing-mode: vertical-rl;
  font-size:20px;
  line-height: 200%;
}
.sec-lead-text h2{
  font-size:26px;
  margin:60px 52px 0;
}
.sec-lead-text > p,.sec-lead-text h2,.sec-lead-text .sec-lead-text-detail p{
  opacity: 0;
}
.sec-lead-text.is-active h2{
  animation:2s slideinBottom 1.5s forwards;
}
.sec-lead-text.is-active > p{
  animation:2s slideinBottom 1s forwards;
}
.sec-lead-text-detail{
  margin-top:120px;
}
.sec-lead-text.is-active .sec-lead-text-detail p{
  animation:2s slideinBottom 2s forwards;
}
.sec-lead-band{
  background:#c5aab7;
  color:#FFF;
  padding:20px;
}

@keyframes slideinBottom {
  0% {
    transform: translateY(-60px);
    opacity:0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .sec-lead {
    background-size:45%;
  }
  .sec-lead-text h2{
    font-size:25px;
  }
  .sec-lead-text{
    font-size:18px;
  }
}


/*about*/
.sec-about-inner{
  max-width:1000px;
  margin:auto;
}
.sec-about-wrap{
  align-items: flex-end;
}
.about-img{
  flex:0 0 50%;
}
.about-img h3{
  font-size:24px;
  font-weight: 100;
}

.about-text{
  padding:0 0 40px 60px;
}
.sec-skill{
  margin:60px 0 80px;
}
.sec-skill h3{
  border-bottom:1px solid #666666;
  font-size:20px;
  padding-bottom:8px;
  margin:0 auto 32px;
  width:80%;
}
.sec-skill ul{
  gap:32px;
}
.sec-skill h4{
  width:200px;
  margin:0 auto 20px;
  border-bottom:1px solid #61519e;
  padding-bottom:8px;
}
.sec-skill p{
  font-size:14px;
  line-height: 1.8em;
}
.sec-about-slide li {
  padding: 0 8px;
}
.sec-about-slide li p {
  font-size: 14px;
  margin-top: 5px;
}
.sec-about-slide li.slick-slide {
  height: auto;
}
.sec-about-slide li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-img h3 span{
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .about-img h3{
    font-size:15px;
  }
  .about-img h3 span:last-child{
    margin-left:8px;
  }
  .about-text{
    font-size:15px;
    padding: 0 16px;
    line-height: 1.8em;
  }
  .sec-about-slide li{
    padding:0 4px;
  }
  .sec-skill h3{
    font-size:19px;
  }
  .sec-skill h4{
    font-size:16px;
  }
}
/*service*/
.sec-service-cont{
  padding:80px 30px;
}
.sec-service-cont:nth-child(even){
  background:#f8f8ff;
}
.sec-service-text{
  border-top:1px solid #666;
  border-bottom:1px solid #666;
  padding:16px 24px;
  width:814px;
  margin:0 auto 40px;
  font-size:18px;
}
.sec-service-cont:nth-child(even) .sec-service-cont-img{
  order:1;
}
.sec-service-cont:nth-child(even) .sec-service-cont-text{
  order:0;
}
.sec-service-cont-img{
  position:relative;
  flex:0 0 50%;
}
.sec-service-cont-img img{
  width:100%;
  box-shadow: 4px 4px 8px #666;
}
.sec-service-cont-img h3{
  position:absolute;
  background:#FFF;
  border:1px solid #61519e;
  color:#61519e;
  width:356px;
  text-align: center;
  border-radius: 50px;
  font-size:26px;
  padding:16px 40px;
  top:-20px;
  left:-20px;
}
.sec-service-cont-text{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-service-cont-textInner{
  width:70%;
}
.sec-service-cont-text h4{
  font-size:20px;
}
.sec-service-cont-text p{
  font-size:18px;
  line-height: 2em;
}
.sec-service-cont-textInner a{
  display: inline;
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  .sec-service-text{
    font-size:14px;
    margin: 0 auto;
    width: 96%;;
  }
  .sec-service-cont-textInner{
    width:100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-service-cont{
    padding:60px 0 40px;
  }
  .sec-service-cont-img h3{
    font-size:16px;
    padding:12px 20px;
    width:206px;
    left:-8px;
  }
  .sec-service-cont-text h4{
    font-size:16px;
    text-align: center;
  }
  .sec-service-cont-text p{
    font-size:14px;
  }
  .sec-service-cont:nth-child(even) .sec-service-cont-img{
    order:0;
  }
}
/*case*/
.sec-case-inner{
  position: relative;
}
.slick-list{
  overflow: visible;
}

.case-cont{
  border-top-left-radius: 40px;
  box-shadow:4px 4px 16px #999;
  padding:40px;
  margin:40px 60px 40px 0;
}
.case-cont h3{
  font-size:30px;
  margin:0 auto 32px;
  padding-bottom:32px;
  border-bottom:1px solid #c5aab7;
  width:413px;
}
.case-cont > p{
  font-size:18px;
  color:#606060;
}
.case-cont-wrap{
  margin-top:70px;
}
.case-cont-img{
  flex:0 0 48%;
  max-height: 343px;
  overflow: hidden;
}
.case-cont-detail{
  display: flex;
  justify-content: center;
}
.case-cont-detail p{
  width:80%;
}
@media screen and (min-width: 768px) {
  .case-cont .readmore{
    display: none;
  }
  .hide-text{
    display: block!important;
  }
}
@media screen and (max-width: 1024px) {
  .case-cont{
    padding:20px;
  }
  .case-cont-img{
    flex: 0 0 38%;
  }
}
@media screen and (max-width: 767px) {
  .case-cont{
    margin: 8px 20px 40px 0;
  }
  .case-cont h3{
    width:94%;
    font-size:22px;
    margin: 0 auto 20px;
    padding-bottom: 8px;
  }
  .case-cont > p{
    font-size:16px;
  }
  .case-cont-wrap{
    margin-top: 20px;
  }
  .case-cont-img{
    margin-bottom: 20px;
  }
  .case-cont-detail{
    display:block;
  }
  .case-cont-detail p{
    width:100%;
    font-size:14px;
    line-height: 2em;
  }
}
/*flow*/
.sec-flow{
  overflow: hidden;
}
.sec-flow .content-width{
  max-width: 1180px;
}
.tab__list{
  display: flex;
  margin:32px 0;
}
.tab__item{
  flex:0 0 50%;
  text-align: center;
  padding:8px 0;
  cursor: pointer;
  border:1px solid #b3b3b3;
}

.tab__item.is-active,.tab__item:hover{
  background:#c5aab7;
  border:1px solid #c5aab7;
  color:#FFF;
}
.tab-content{
  display: none;
}
.tab-content.show{
  display: block;
}
.tab-content .slick-list{
  overflow: visible;
}
.sec-flow-cont{
  position:relative;
  margin:0 20px;
  width: 268px;
}
.sec-flow-cont img{
  width: 100%;
}
.sec-flow-cont-text{
  position:absolute;
  background:url(img/flow_bg.png)no-repeat;
  background-size:cover;
  bottom:-1px;
  width:100%;
  left:0;
  padding: 24px 16px 8px 16px;
}
.sec-flow-cont-text h3{
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: normal;
}
.sec-flow-cont span{
    display: flex;
    justify-content: flex-end;
    font-size:25px;
}
.sec-flow-cont p{
  font-size: 15px;
  line-height: 1.2em;
}
@media screen and (max-width: 1200px) {
  .sec-case{
    padding:40px 0 0;
  }
  .tab-content .slick-list{
    padding-left:0!important;
  }
  .sec-flow-cont{
    margin:0;
    width: 90%;
  }
  .sec-flow-cont img{
    width: 100%;
  }
}
/*Instagram*/
.sec-insta-slide{
  overflow: hidden;
  text-align: center;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .sec-insta-slide{
    width:100%;
  }
  .sec-insta iframe {
    height: 150px!important;
    width:130%;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 10;
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 900px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-body {
    width: 96%;
  }
}
.modal-container .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #818083;
  cursor: pointer;
}
.modal-container .modal-content {
  background: #fff;
  text-align: left;
  padding: 60px 20px 20px 20px;
  
}
.modal-container .modal-content .modal-close {
    position: absolute;
    font-weight: bold;
    right: 5%;
    top: 5%;
    font-size: 20px;
    cursor: pointer;
}
.sec-faq {
  background: #f8f8ff;
}
.sec-faq .content-width{
  max-width: 1180px;
}
.sec-faq .faq-list dl {
  margin-bottom: 16px;
}

.sec-faq .faq-list dl dt,
.sec-faq .faq-list dl dd {
  border: 1px solid #c5aab7;
  padding: 12px 12px 12px 40px;
  position: relative;
}
.sec-faq .faq-list dl dt:before,
.sec-faq .faq-list dl dd:before {
  position: absolute;
  left: 20px;
  top: 25%;
}
.sec-faq .faq-list dl dt {
  background: #fff;
  cursor: pointer;
}
.sec-faq .faq-list dl dt::before {
  content: '＋';
}
.sec-faq .faq-list dl dt.active.sec-faq .faq-list dl dt::before {
  content: '―';
}
.sec-faq .faq-list dl dd {
  background: #ffffff;
  color: #333333;
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-list dl {
    font-size: 15px;
    line-height: 2em;
  }
}
.sec-contact {
  background:#f8f8ff;
}

.sec-contact .btn-line {
  width: 367px;
  margin: 50px auto;
}

.sec-contact .btn-line a {
  background: #c5aab7;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 12px 0;
}
.sec-contact .btn-line a img {
  width: 30px;
  margin-right: 8px;
}
.sec-contact .contact-form {
  max-width: 950px;
  margin: auto;
}
.sec-contact .contact-form p a{
  display: inline;
}
.sec-contact .contact-form dl {
  margin-bottom: 30px;
}
.sec-contact .contact-form dt {
  margin-bottom: 8px;
}

.sec-contact .contact-form dt .form-ttl {
  display: inline-block;
  min-width: 120px;
}
.sec-contact .contact-form dt .required {
  background: #808080;
  color: #fff;
  padding: 0 20px;
  margin-left: 10px;
}

.sec-contact .contact-form input[type="text"],
.sec-contact .contact-form textarea {
  font-family: 'Yu Mincho', Times, serif;
  padding: 8px 20px;
  height: 54px;
  border: 1px solid #cecece;
  width: 100%;
  border-radius: 5px;
}
.sec-contact .contact-form textarea {
  height: 150px;
}
.sec-contact .contact-form input[type="submit"] {
  font-family: 'Yu Mincho', Times, serif;
  cursor: pointer;
  background: #fff;
  color: #61519e;
  border:1px solid #61519e;
  padding: 10px 0;
  width: 320px;
  margin: auto;
  display: block;
  font-size: 22px;
  border-radius: 50px;
  transition:all .5s ease-in-out;
}
.sec-contact .contact-form input[type="submit"]:hover {
    background: #61519e;
    color: #FFF;
}
@media screen and (max-width: 767px) {
  .sec-contact .content-width > p {
    font-size: 12px;
  }
  .sec-contact .btn-line {
    width: 80%;
  }
  .sec-contact .btn-line a{
    flex-direction: row;
  }
  .sec-contact .contact-form dt {
    font-size: 15px;
  }
  .sec-contact .contact-form dt .required {
    display: block;
    width: 70px;
    margin: 0 0 5px 0;
  }
  .sec-contact .contact-form input[type="submit"] {
    font-size: 15px;
    width: 70%;
  }
}
.sec-menu h2 {
  margin-bottom: 30px;
  font-weight: normal;
}
.sec-menu h2 span::before,
.sec-menu h2 span::after {
  content: '';
  width: 270px;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec-menu h2 span::before {
  left: -300px;
}
.sec-menu h2 span::after {
  right: -300px;
}

.sec-menu ul {
  justify-content: center;
  margin: 16px auto;
  flex-wrap: wrap;
  font-weight: normal;
}
.sec-menu ul li {
  font-size: 20px;
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .sec-menu h2{
    margin-bottom:8px;
  }
  .sec-menu h2 span::before,
  .sec-menu h2 span::after {
    width: 200%;
  }
  .sec-menu h2 span::before {
    left: -220%;
  }
  .sec-menu h2 span::after {
    right: -220%;
  }
  .sec-menu ul {
    flex-direction: row;
    justify-content: center;
    font-size: 15px;
  }
  .sec-menu ul li {
    font-size: inherit;
    flex: 0 0 32%;
  }
}

.bottom-navi {
  background: #f9f9f8;
  padding: 30px 0;
}
.bottom-navi > div {
  justify-content: center;
}
.bottom-navi .btn {
  margin: 0 30px;
  font-size: 15px;
  width: auto;
}
.bottom-navi .btn a{
  border:1px solid #4d4d4d;
  color:#4d4d4d;
  width: 134px;
}
.bottom-navi .btn a {
  padding: 8px 20px;
}
.bottom-navi .btn a::after {
  width: 32px;
  height: 1px;
  border-bottom: 1px solid #4d4d4d;
  left: -16%;
  transition: all .5s ease-in-out;
}
.bottom-navi .btn a:hover::after {
    transform: translateX(8px);
}
@media screen and (max-width: 768px) {
  .bottom-navi > div {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .bottom-navi .btn a {
    width: auto;
    padding: 8px 8px 8px 16px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .bottom-navi .btn {
    flex: 0 0 26%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 420px) {
  .bottom-navi .btn {
    margin: 0 4px;
  }
  .bottom-navi .btn a{
    padding: 8px 4px 8px 12px;
  }
}
.sp-menu-btn {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 7;
  border-top: 1px solid #d3d3d3;
}

.sp-menu-btn ul li {
  flex: 0 0 33.333%;
  text-align: center;
}
.sp-menu-btn ul li a {
  padding: 15px 0;
  font-size: 13px;
  border: 1px solid #999;
  background: #fff;
}
.sp-menu-btn ul li:first-child a {
  background: #bc859b;
  color: #fff;
}
.sp-menu-btn ul li:last-child a {
  background: #589d35;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sp-menu-btn {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .sp-menu-btn .d-flex{
    flex-direction: row;
  }
}
.footer {
  background: #4d4d4d;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer .footer-logo {
  width: 200px;
  margin:0 auto 28px;
}

.footer .footer-info {
  margin: 20px 0;
  font-size:13px;
}
.footer .footer-info ul{
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.footer .footer-info li{
  margin:0 8px;
}
.footer .footer-info p{
  margin-bottom:8px;
  margin: 10px;
}
.footer .copy-right {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.insta-cover {
  position: absolute;
  top: 0;
  width: 95%;
  min-height: 420px;
  display: block;
}
@media screen and (max-width: 767px) {
  .insta-cover {
    min-height: 260px;
  }
}

.readmore {
    position: relative;
    margin: 1em auto;
    display: block;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    letter-spacing: 0.1em;
    font-family: 'Yu Mincho', Times, serif;
    font-size: 13px;
    color: #333333;
}
.readmore:before {
  content: "";
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 0 auto .5em;
  background: url(img/arrow.png) no-repeat center / 20px #c5aab7;
  transition: .3s;
}
.readmore.on-click:before {
  transform: rotate(180deg);
}
.readmore .open {
  display: block;
}
.readmore.on-click .open {
  display: none;
}
.readmore .close {
  display: none;
}
.readmore.on-click .close {
  display: block;
}

