.studio-inner {
  padding: 0 8%;
}
.studio-wrap1 {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.studio-content1 {
  width: 40%;
  margin-left: 10%;
  overflow: hidden;
}
.studio-img1 {
  width: 40%;
  margin-top: 100px;
}
.studio-img1 img {
  width: 100%;
}
.studio-wrap2 {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: -6%;
}
.studio-content2 {
  width: 34%;
  padding: 0 8%;
}
.studio-text2 {
  max-width: 470px;
}
.studio-img2 {
  width: 46%;
  margin-right: -5%;
}
.studio-img2 img {
  width: 100%;
}

.workshop-inner1 {
  padding: 0 8%;
  position: relative;
}
.workshop-img {
  background-image: url(../images/about/workshop1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 30vw;
}
.workshop-content1 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.workshop-text1 p:nth-child(1) {
  margin-bottom: 5px;
}
.workshop-inner2 {
  padding: 0 8%;
}
.workshop-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 50px;
  background: #15223c;
  position: relative;
}
.workshop-wrap.show:before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.workshop-wrap:before {
  content: "";
  width: 1.5px;
  height: calc(100% - 100px);
  background: #95b3c1;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: clip-path 0.6s linear;
  -o-transition: clip-path 0.6s linear;
  -webkit-transition: clip-path 0.6s linear;
  transition: clip-path 0.6s linear;
}
.workshop-content2 {
  width: 44%;
  overflow: hidden;
}

.accompany-inner {
  padding: 0 8%;
  position: relative;
}
.accompany-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.accompany-img1 {
  width: 45%;
  margin-right: 10%;
  margin-top: 120px;
}
.accompany-img1 img {
  width: 100%;
}
.accompany-img2 {
  width: 40%;
  -webkit-filter: saturate(0.7);
  filter: saturate(0.7);
}
.accompany-img2 img {
  width: 100%;
}
.accompany-content {
  padding: 50px;
  background: #15223c;
  position: absolute;
  top: 65%;
  left: 58%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.accompany-inwrap {
  display: -ms-flexbox;
  display: flex;
}
.accompany-text {
  max-width: 400px;
}
.accompany-list {
  padding-left: 5px;
}

.bg-img {
  background-image: url(../images/about/bg.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 25vw;
  position: relative;
}
.bg-img:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #2e3644;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: width 0.6s linear;
  -o-transition: width 0.6s linear;
  -webkit-transition: width 0.6s linear;
  transition: width 0.6s linear;
}
.bg-img:after {
  content: "";
  width: 50%;
  height: 100%;
  background: #2e3644;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: width 0.6s linear;
  -o-transition: width 0.6s linear;
  -webkit-transition: width 0.6s linear;
  transition: width 0.6s linear;
}
.bg-img.show:before, .bg-img.show:after {
  width: 0;
}

.psycho-inner {
  padding: 0 8%;
}
.psycho-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.psycho-img {
  width: 30%;
}
.psycho-img img {
  width: 100%;
}
.psycho-content {
  width: 45%;
  margin-right: 10%;
}
.psycho-name {
  padding-left: 33px;
  font-size: 20px;
  opacity: 0;
  -moz-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.psycho-name.show {
  opacity: 1;
}
.psycho-item {
  padding-top: 50px;
}
.psycho-subtitle {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #95b3c1;
  margin-bottom: 20px;
  position: relative;
}
.show .psycho-subtitle:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.psycho-subtitle:after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #95b3c1;
  position: absolute;
  right: 0;
  bottom: 4px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s linear;
  -o-transition: clip-path 0.6s linear;
  -webkit-transition: clip-path 0.6s linear;
  transition: clip-path 0.6s linear;
}
.psycho-subtitle .tw {
  opacity: 0;
  -moz-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.show .psycho-subtitle .tw {
  opacity: 1;
}
.psycho-subtitle .en {
  font-size: 0.75em;
  background: #95b3c1;
  color: #2e3644;
  margin-bottom: 4px;
  padding: 0 5px;
  opacity: 0;
  -moz-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.show .psycho-subtitle .en {
  opacity: 1;
}
.psycho-text {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.show .psycho-text {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.experience-inner {
  padding: 0 8%;
  position: relative;
}
.experience-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.experience-img1 {
  width: 40%;
  margin-right: 10%;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s linear;
  -o-transition: clip-path 0.6s linear;
  -webkit-transition: clip-path 0.6s linear;
  transition: clip-path 0.6s linear;
}
.experience-img1.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.experience-img1 img {
  width: 100%;
}
.experience-img2 {
  width: 35%;
  margin-bottom: 50px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s linear;
  -o-transition: clip-path 0.6s linear;
  -webkit-transition: clip-path 0.6s linear;
  transition: clip-path 0.6s linear;
}
.experience-img2.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.experience-img2 img {
  width: 100%;
}
.experience-content {
  padding: 50px;
  width: 45%;
  background: #15223c;
  position: absolute;
  top: 35%;
  left: 45%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.experience-list {
  display: -ms-flexbox;
  display: flex;
}
.experience-text:last-child {
  margin-left: 10%;
}
.experience-text li {
  margin-bottom: 5px;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.show .experience-text li {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.experience-text li:last-child {
  margin-bottom: unset;
}

.license-inner {
  padding: 0 8%;
}
.license .swiper-container {
  position: relative;
  height: 20vw;
  margin: 50px auto 0;
  overflow: hidden;
  opacity: 0;
  -moz-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.license .swiper-container.show {
  opacity: 1;
}
.license .swiper-container ul {
  position: relative;
}
.license .swiper-container li {
  cursor: grab;
  position: relative;
  margin: auto;
  font-size: 0.8em;
  overflow: hidden;
}
.license .swiper-container .swiper-slide {
  width: auto;
}
.license .swiper-container .license-slide-img {
  height: 100%;
}
.license .swiper-container .license-slide-img img {
  height: 100%;
  width: unset;
  margin: auto;
}
.license-arrow {
  cursor: pointer;
  padding: 4px 12px 11px;
  border: 1px solid #95b3c1;
  color: #95b3c1;
  font-size: 20px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.license-arrow:hover {
  background: #15223c;
}

.book-wrap {
  display: -ms-flexbox;
  display: flex;
}
.book-img {
  background-image: url(../images/about/book.jpg);
  background-position: 50%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40%;
  height: 35vw;
}
.book-img img {
  width: 100%;
}
.book-inner {
  padding: 0 8%;
  width: 44%;
}
.book-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(149, 179, 193, 0.3);
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.show .book-list li {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.book-list li:last-child {
  margin-bottom: unset;
}

@media screen and (max-width: 1450px) {
  .experience-content {
    width: 50%;
  }

  .book-img {
    height: 45vw;
  }
}
@media screen and (max-width: 1200px) {
  .experience-img2 {
    width: 45%;
  }
  .experience-content {
    width: 60%;
    top: 20%;
  }

  .book-img {
    height: 55vw;
  }
}
@media screen and (max-width: 1100px) {
  .studio-inner {
    padding: 0 5%;
  }
  .studio-content1 {
    width: 50%;
    margin-left: 5%;
  }
  .studio-img1 {
    width: 45%;
  }
  .studio-content2 {
    width: 40%;
    padding: 0 5% 0 0;
  }
  .studio-img2 {
    width: 50%;
    margin-right: -5%;
  }

  .workshop-inner1 {
    padding: 0 5%;
  }
  .workshop-img {
    background-attachment: scroll;
    height: 35vw;
  }
  .workshop-content1 {
    width: 80%;
    padding: 0 5%;
  }
  .workshop-inner2 {
    padding: 0 5%;
  }
  .workshop-wrap {
    padding: 40px;
  }
  .workshop-wrap:before {
    height: calc(100% - 80px);
  }

  .accompany-inner {
    padding: 0 5%;
  }
  .accompany-img1 {
    width: 50%;
    margin-right: 5%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -moz-transition: clip-path 0.6s linear;
    -o-transition: clip-path 0.6s linear;
    -webkit-transition: clip-path 0.6s linear;
    transition: clip-path 0.6s linear;
  }
  .accompany-img1.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .accompany-img2 {
    width: 45%;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -moz-transition: clip-path 0.6s linear;
    -o-transition: clip-path 0.6s linear;
    -webkit-transition: clip-path 0.6s linear;
    transition: clip-path 0.6s linear;
  }
  .accompany-img2.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .accompany-content {
    padding: 40px;
    top: 70%;
    left: 65%;
    width: 40%;
  }
  .accompany-text {
    max-width: unset;
  }

  .bg-img {
    height: 35vw;
  }

  .psycho-inner {
    padding: 0 5%;
  }
  .psycho-img {
    width: 40%;
  }
  .psycho-content {
    width: 55%;
    margin-right: 5%;
  }

  .experience-inner {
    padding: 0 5%;
  }
  .experience-img1 {
    display: none;
  }
  .experience-img2 {
    background-image: url(../images/about/experience2.jpg);
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vw;
  }
  .experience-img2 img {
    display: none;
  }
  .experience-content {
    padding: 40px;
    width: calc(100% - 80px);
    position: relative;
    top: unset;
    left: unset;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .experience-list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .experience-text {
    width: 47.5%;
  }
  .experience-text:last-child {
    margin-left: 5%;
  }

  .license-inner {
    padding: 0 5%;
  }
  .license .swiper-container {
    height: 30vw;
  }

  .book-img {
    height: 60vw;
    background-attachment: scroll;
    position: relative;
  }
  .book-img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #2e3644;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transition: width 0.6s linear;
    -o-transition: width 0.6s linear;
    -webkit-transition: width 0.6s linear;
    transition: width 0.6s linear;
  }
  .book-img.show:after {
    width: 0;
  }
  .book-inner {
    padding: 0 5%;
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .studio-wrap1 {
    display: block;
  }
  .studio-content1 {
    width: 100%;
    margin-left: unset;
  }
  .studio-img1 {
    display: none;
  }
  .studio-wrap2 {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin-top: unset;
    padding: 0 5%;
  }
  .studio-content2 {
    width: 100%;
    padding: 0;
  }
  .studio-text2 {
    max-width: unset;
  }
  .studio-img2 {
    width: 100%;
    margin: 50px 0;
  }

  .accompany-img1 {
    margin-top: 70px;
  }
  .accompany-content {
    margin-left: auto;
    margin-top: -100px;
    width: 50%;
    position: relative;
    top: unset;
    left: unset;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .bg-img {
    height: 45vw;
  }

  .psycho-wrap {
    display: block;
  }
  .psycho-img {
    width: 45%;
    margin-left: auto;
  }
  .psycho-content {
    margin-top: -130px;
    margin-right: unset;
    width: 100%;
  }

  .experience-list {
    display: block;
  }
  .experience-text {
    width: 100%;
  }
  .experience-text:last-child {
    margin-top: 5px;
    margin-left: unset;
  }

  .book-wrap {
    display: block;
  }
  .book-img {
    width: 95%;
    height: 40vw;
    background-position: 50% 30%;
  }
  .book-inner {
    margin-top: 50px;
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .license .swiper-container {
    height: 45vw;
  }
}
@media screen and (max-width: 640px) {
  .studio-inner {
    padding: 0 25px;
  }
  .studio-wrap2 {
    padding: 0 25px;
  }
  .studio-img2 {
    margin: 30px 0;
  }

  .workshop-inner1 {
    padding: 0 25px;
  }
  .workshop-img {
    height: 270px;
  }
  .workshop-content1 {
    width: calc(100% - 100px);
    padding: 0 25px;
  }
  .workshop-inner2 {
    padding: 0 25px;
  }
  .workshop-wrap {
    padding: 30px;
    display: block;
  }
  .workshop-wrap:before {
    width: calc(100% - 60px);
    height: 1.5px;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  .workshop-content2 {
    width: 100%;
  }
  .workshop-content2:nth-child(1) {
    padding-bottom: 30px;
  }
  .workshop-content2:last-child {
    padding-top: 30px;
  }

  .accompany-inner {
    padding: 0 25px;
  }
  .accompany-img1 {
    width: 100%;
    margin-top: unset;
    margin-right: unset;
  }
  .accompany-img2 {
    display: none;
  }
  .accompany-content {
    margin-top: 30px;
    padding: 30px;
    width: calc(100% - 60px);
  }

  .bg-img {
    height: 320px;
  }

  .psycho-inner {
    padding: 0 25px;
  }
  .psycho-img {
    width: 100%;
  }
  .psycho-content {
    margin-top: 30px;
  }
  .psycho-name {
    padding-left: 20px;
  }
  .psycho-item {
    padding-top: 30px;
  }

  .experience-inner {
    padding: 0 25px;
  }
  .experience-img2 {
    height: 300px;
    margin-bottom: 30px;
  }
  .experience-content {
    padding: 30px;
    width: calc(100% - 60px);
  }

  .license-inner {
    padding: 0 25px;
  }
  .license .swiper-container {
    height: 50vw;
    margin: 30px auto 0;
  }
  .license-arrow {
    padding: 1px 9px 8px;
  }

  .book-img {
    width: calc(100% - 25px);
    height: 300px;
  }
  .book-inner {
    padding: 0 25px;
    margin-top: 30px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 460px) {
  .accompany-inwrap {
    display: block;
  }
  .accompany-inwrap p {
    margin-bottom: 0px;
  }
  .accompany-list {
    padding-left: unset;
  }
}
