@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
	インタビュー下層ページ
  ---------------------------------------------*/
/*---------------------------------------------
	メインイメージ
  ---------------------------------------------*/
.main_prof {
  width: 100%;
  min-width: 1000px;
  height: 73vw;
  min-height: 768px;
  background: rgb(197, 195, 242);
  background: linear-gradient(156deg, rgb(197, 195, 242) 0%, rgb(197, 195, 242) 26%, rgb(192, 231, 252) 44%, rgb(46, 146, 247) 65%, rgb(46, 146, 247) 100%);
  position: relative;
  z-index: 2;
}
@media all and (max-width: 480px) {
  .main_prof {
    min-width: 100%;
    height: 580px;
    min-height: 580px;
  }
}
.main_prof:before {
  content: "";
  width: 100%;
  height: 45vw;
  position: absolute;
  bottom: 5vw;
  left: 0;
  background: url("/assets/img/work_people/interview/common/triangle.svg") no-repeat center;
  background-size: cover;
  z-index: 3;
}
@media all and (max-width: 480px) {
  .main_prof:before {
    height: 100%;
    bottom: 44px;
  }
}
.main_prof:after {
  content: "";
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E7F0FA;
  z-index: 3;
}
@media all and (max-width: 480px) {
  .main_prof:after {
    height: 45px;
  }
}
.main_prof .main_image {
  width: 43vw;
  min-width: 450px;
  height: 60vw;
  position: absolute;
  z-index: -1;
  top: 8vw;
  left: 10vw;
  animation: mainAnim 2s 0.3s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_prof .main_image {
    width: 360px;
    min-width: 360px;
    height: 300px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    animation: none;
  }
}
@keyframes mainAnim {
  0% {
    top: 8vw;
  }
  100% {
    top: 6vw;
  }
}
.main_prof .tit_copy_prof {
  width: 550px;
  position: absolute;
  top: 30vw;
  left: 50vw;
  z-index: 4;
}
@media all and (max-width: 480px) {
  .main_prof .tit_copy_prof {
    width: 90%;
    top: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.main_prof .tit_copy_prof .prof_area {
  width: 400px;
  background-color: #fff;
  padding: 60px 25px 15px;
  position: relative;
}
@media all and (max-width: 480px) {
  .main_prof .tit_copy_prof .prof_area {
    width: 100%;
    padding-top: 40px;
  }
}
.main_prof .tit_copy_prof .prof_area .jobname {
  display: inline-block;
  background-color: #0075C2;
  color: #fff;
  position: absolute;
  padding: 0 20px;
  top: 0;
  left: -20px;
}
@media all and (max-width: 480px) {
  .main_prof .tit_copy_prof .prof_area .jobname {
    padding: 0 20px;
  }
}
.main_prof .tit_copy_prof .prof_area .jobname:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #0075C2 transparent transparent transparent;
}
@media all and (max-width: 480px) {
  .main_prof .tit_copy_prof .prof_area .jobname:after {
    bottom: -11px;
    border-width: 11px 11px 0 0;
  }
}
.main_prof .tit_copy_prof .prof_area .jobname.career {
  background-color: #C94B98;
}
.main_prof .tit_copy_prof .prof_area .jobname.career:after {
  border-color: #C94B98 transparent transparent transparent;
}
.main_prof .main_element {
  position: absolute;
}
.main_prof .main_element.elem01 {
  width: 25vw;
  bottom: 8vw;
  left: 3vw;
  z-index: 5;
  opacity: 0;
  filter: blur(10px);
  animation: elemAnim 2s 0.3s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_prof .main_element.elem01 {
    bottom: 340px;
    left: auto;
    right: 3vw;
  }
}
.main_prof .main_element.elem02 {
  width: 12vw;
  bottom: 15vw;
  left: 32vw;
  z-index: 5;
  opacity: 0;
  filter: blur(10px);
  animation: elemAnim 2s 0.8s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_prof .main_element.elem02 {
    bottom: 340px;
    left: 2vw;
  }
}
.main_prof .main_element.elem03 {
  width: 12vw;
  left: 42vw;
  top: 5vw;
  z-index: -2;
  opacity: 0;
  filter: blur(10px);
  animation: elemAnim 2s 0.3s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_prof .main_element.elem03 {
    width: 15vw;
    top: 60px;
    left: 8vw;
  }
}
.main_prof .main_element.elem04 {
  width: 8vw;
  right: 12vw;
  top: 20vw;
  z-index: -2;
  opacity: 0;
  filter: blur(10px);
  animation: elemAnim 2s 0.8s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_prof .main_element.elem04 {
    width: 10vw;
    top: 10vw;
    left: auto;
    right: 0;
  }
}
.main_prof .main_element.elem05 {
  width: 23vw;
  left: -2vw;
  top: 20vw;
  z-index: -2;
  opacity: 0;
  filter: blur(10px);
  animation: elemAnim 2s 0.3s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_prof .main_element.elem05 {
    width: 25vw;
    top: 27vw;
    left: auto;
    right: 10vw;
  }
}
.main_prof .main_element.elem06 {
  width: 6vw;
  right: 25vw;
  top: 20vw;
  z-index: -2;
  opacity: 0;
  filter: blur(10px);
  animation: elemAnim 2s 0.8s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_prof .main_element.elem06 {
    width: 10vw;
    top: 4vw;
    left: auto;
    right: 25vw;
  }
}

@media screen and (min-device-width: 744px) and (max-device-width: 1133px) and (orientation: portrait) {
  .main_prof:before {
    content: "";
    height: 62vw;
  }
}
/*---------------------------------------------
	私が気づいた特殊ガラスの面白さ
  ---------------------------------------------*/
.glass_point {
  opacity: 0;
  filter: blur(10px);
  clip-path: circle(0%);
  width: 750px;
  padding: 10px;
  margin: 0 auto;
  color: #fff;
  background: rgb(5, 23, 138);
  background: linear-gradient(45deg, rgb(5, 23, 138) 0%, rgb(86, 87, 252) 26%, rgb(5, 58, 124) 44%, rgb(59, 212, 242) 100%);
  transition: 0.5s ease-in-out;
}
@media all and (max-width: 480px) {
  .glass_point {
    width: 90%;
  }
}
.glass_point .point_inner {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 70px 30px 20px;
}
@media all and (max-width: 480px) {
  .glass_point .point_inner {
    padding: 40px 15px 15px;
  }
}
.glass_point .point_inner h3 {
  text-align: center;
  position: relative;
}
.glass_point .point_inner h3:before {
  content: "!";
  font-size: 115px;
  color: #35E8F8;
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(20deg);
  animation: exclamation 2s infinite;
}
@media all and (max-width: 480px) {
  .glass_point .point_inner h3:before {
    font-size: 70px;
    top: -95px;
  }
}

@media screen and (min-device-width: 744px) and (max-device-width: 1133px) and (orientation: portrait) {
  .glass_point {
    opacity: 1;
    filter: blur(0);
    clip-path: none;
  }
}
@keyframes exclamation {
  0% {
    transform: rotate(20deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
.glass_point.isAnimate {
  clip-path: circle(100%);
  opacity: 1;
  filter: blur(0);
}

@keyframes elemAnim {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/*---------------------------------------------
	インタビュー内容
  ---------------------------------------------*/
.article {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  .article {
    width: 90%;
    display: block;
  }
}
.article .text_area {
  width: 490px;
}
@media all and (max-width: 480px) {
  .article .text_area {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .article h3 {
    text-align: center;
  }
}
.article h3 p:first-of-type {
  padding-left: 40px;
}
@media all and (max-width: 480px) {
  .article h3 p:first-of-type {
    padding-left: 0;
  }
}
.article h3 .main_copy {
  display: inline-block;
  padding: 2px 30px;
  background-color: #fff;
  border-radius: 0 15px 0 15px;
  position: relative;
}
.article h3 .main_copy:before {
  content: "";
  width: 24px;
  height: 22px;
  background: url("/assets/img/work_people/interview/common/title_triangle1.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 0;
}
.article h3 .main_copy:after {
  content: "";
  width: 24px;
  height: 22px;
  background: url("/assets/img/work_people/interview/common/title_triangle2.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -22px;
  right: 0;
}
.article .sub_image_area {
  width: 460px;
  padding-top: 125px;
  opacity: 0;
  filter: blur(10px);
  transition: 1s;
}
@media all and (max-width: 480px) {
  .article .sub_image_area {
    width: 100%;
    padding-top: 0;
  }
}
.article .sub_image_area.isAnimate {
  opacity: 1;
  filter: blur(0);
}

.sub_image03_area {
  opacity: 0;
  filter: blur(10px);
  transition: 1s;
}
@media all and (max-width: 480px) {
  .sub_image03_area {
    opacity: 1;
    filter: blur(0);
  }
}

.sub_image03_area.isAnimate {
  opacity: 1;
  filter: blur(0);
}

.act02 {
  flex-direction: row-reverse;
}

.act03 {
  width: 800px;
}
@media all and (max-width: 480px) {
  .act03 {
    width: 90%;
  }
}
.act03 .article_tlt {
  padding-left: 310px;
}
@media all and (max-width: 480px) {
  .act03 .article_tlt {
    padding-left: 0;
  }
}

/*---------------------------------------------
	MOMENT/PRIVATE
  ---------------------------------------------*/
.last_area {
  width: 1000px;
  height: 490px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  .last_area {
    width: 90%;
    height: auto;
    display: block;
  }
}
.last_area h4 {
  text-align: center;
}
.last_area .inner {
  width: 470px;
  padding: 50px 30px 20px;
  position: relative;
  z-index: 1;
  opacity: 1;
}
@media all and (max-width: 480px) {
  .last_area .inner {
    width: 100%;
  }
}
.last_area .inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.last_area .inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(5, 23, 138);
  background: linear-gradient(45deg, rgb(5, 23, 138) 0%, rgb(86, 87, 252) 26%, rgb(5, 58, 124) 44%, rgb(59, 212, 242) 100%);
  position: absolute;
  backdrop-filter: blur(10px);
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: -2;
}
.last_area .inner_private:after {
  background: rgb(252, 136, 2);
  background: linear-gradient(45deg, rgb(252, 136, 2) 0%, rgb(238, 70, 70) 48%, rgb(226, 200, 55) 83%, rgb(151, 105, 14) 100%);
}
.last_area .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  .last_area .layout {
    display: block;
  }
}
.last_area .layout p {
  width: 240px;
}
@media all and (max-width: 480px) {
  .last_area .layout p {
    width: 100%;
  }
}
.last_area .layout .private_image {
  padding-top: 10px;
  width: 150px;
}
@media all and (max-width: 480px) {
  .last_area .layout .private_image {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .last_area .layout .private_image img {
    width: 150px;
  }
}

/*---------------------------------------------
	インタビュー下層ナビ
  ---------------------------------------------*/
.index_area {
  width: 100%;
  position: relative;
}
.index_area:after {
  content: "";
  width: 100%;
  height: 300px;
  background: rgb(153, 200, 253);
  background: linear-gradient(45deg, rgb(153, 200, 253) 0%, rgb(151, 239, 250) 48%, rgb(159, 227, 227) 83%, rgb(197, 195, 242) 93%, rgb(189, 166, 252) 100%);
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}
@media all and (max-width: 480px) {
  .index_area:after {
    top: 30px;
    height: 108px;
  }
}
.index_area .area_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  .index_area .area_inner {
    width: 90%;
  }
}
.index_area .people_link_btn {
  width: 330px;
}
@media all and (max-width: 480px) {
  .index_area .people_link_btn {
    width: 30%;
  }
}
.index_area .people_link_btn a {
  display: block;
  width: 252px;
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 10px;
  transition: 0.3s ease-in-out;
}
@media all and (max-width: 480px) {
  .index_area .people_link_btn a {
    width: 90px;
    height: 138px;
  }
}
.index_area .people_link_btn a:hover {
  padding-top: 0;
}
.index_area .people_link_btn p, .index_area .people_link_btn ul {
  text-align: center;
}
@media all and (max-width: 480px) {
  .index_area .people_link_btn ul {
    display: none;
  }
}
.index_area .index_btn {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  position: relative;
  margin-top: 110px;
  padding: 15px;
  transition: 0.3s ease-in-out;
  z-index: 3;
}
@media all and (max-width: 480px) {
  .index_area .index_btn {
    width: 80px;
    height: 80px;
    padding: 5px;
    margin-top: 45px;
  }
}
.index_area .index_btn a {
  display: block;
  letter-spacing: 0.1em;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  padding-top: 5%;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.index_area .index_btn a:hover {
  background-color: #0075C2;
  color: #fff;
}
@media all and (max-width: 480px) {
  .index_area .index_btn a {
    width: 70px;
    height: 70px;
  }
}
.index_area .index_btn a.career:hover {
  background-color: #C94B98;
}
.index_area .index_element {
  position: absolute;
  opacity: 0.5;
  width: 100%;
}
.index_area .index_element.elem01 {
  width: 134px;
  top: 250px;
  right: 240px;
}
@media all and (max-width: 480px) {
  .index_area .index_element.elem01 {
    width: 50px;
    top: 100px;
    right: 20%;
  }
}
.index_area .index_element.elem01_2 {
  width: 34px;
  top: 270px;
  left: 320px;
}
@media all and (max-width: 480px) {
  .index_area .index_element.elem01_2 {
    display: none;
  }
}
.index_area .index_element.elem02 {
  width: 70px;
  top: 100px;
  right: 260px;
}
@media all and (max-width: 480px) {
  .index_area .index_element.elem02 {
    width: 40px;
    top: 20px;
    right: 60%;
  }
}
.index_area .index_element.elem03 {
  width: 90px;
  top: 30px;
  left: 260px;
}
@media all and (max-width: 480px) {
  .index_area .index_element.elem03 {
    width: 20px;
    top: 50px;
    left: 65%;
  }
}
.index_area .index_element.elem03_2 {
  width: 30px;
  top: 110px;
  right: 30px;
}
@media all and (max-width: 480px) {
  .index_area .index_element.elem03_2 {
    width: 10px;
    top: 100px;
    right: 0;
  }
}
.index_area .index_element.elem04 {
  width: 140px;
  top: 180px;
  left: -100px;
}
@media all and (max-width: 480px) {
  .index_area .index_element.elem04 {
    width: 30px;
    top: 120px;
    left: -20px;
  }
}
.index_area .index_element.elem05 {
  width: 150px;
  top: 180px;
  left: 320px;
}
@media all and (max-width: 480px) {
  .index_area .index_element.elem05 {
    width: 100px;
    top: 100px;
    left: 30%;
  }
}
.index_area .index_element.elem06 {
  width: 120px;
  top: 180px;
  right: -120px;
}
@media all and (max-width: 480px) {
  .index_area .index_element.elem06 {
    width: 30px;
    top: 40px;
    right: -20px;
  }
}
.index_area .people_link_btn:hover ~ .index_element {
  animation: rotation 0.3s linear;
  animation-fill-mode: forwards;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=interview.css.map */