  @charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss¹²Í¨¤³¤³¤Þ¤Ç***/
body {
  overflow: hidden;
}

#first_animes {
  width: 100%;
  height: 100%;
  background-color: #24419C;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 299999;
}
#first_animes.active {
  display: none;
}
#first_animes .centerbox {
  width: 444px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  transition: all 0.75s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  /*background-color: rgba(255,0,0,0.2);*/
}
@media screen and (max-width:800px) {
  #first_animes .centerbox {
    width: 86%;
    max-width: 400px;
  }
}
#first_animes .centerbox.active {
  opacity: 0;
}
#first_animes .centerbox .damis {
  width: 100%;
  position: relative;
  opacity: 0;
}
#first_animes .centerbox .under_logo {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
}
#first_animes .centerbox .under_logo.active {
  transition: all 1s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 1;
}
#first_animes .centerbox .uppertext {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#first_animes .centerbox .anilogo {
  width: 43.6936936937%;
  /*width: 100%;*/
  overflow: hidden;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
}
#first_animes .centerbox .anilogo .base {
  position: relative;
  width: 100%;
  opacity: 0;
}
#first_animes .centerbox .anilogo.active {
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  top: 0;
}
#first_animes .centerbox .anilogo .base_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  z-index: 25;
}
#first_animes .centerbox .anilogo .base_01.active {
  opacity: 1;
}
#first_animes .centerbox .anilogo .base_02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#first_animes .centerbox .anilogo .base_03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
#first_animes .centerbox .anilogo .base_04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#first_animes .centerbox .anilogo .mask02 {
  position: absolute;
  width: 20%;
  height: 200%;
  background-color: #24419C;
  top: 50%;
  left: 50%;
  z-index: 19;
  transform: translate(-50%, -50%) rotate(50deg);
  transition: all 0.15s linear 0s;
}
#first_animes .centerbox .anilogo .mask02.active {
  transform: translate(-50%, -50%) rotate(90deg);
}
#first_animes .centerbox .anilogo .mask02.active2 {
  display: none;
}
#first_animes .centerbox .anilogo .mask03 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #24419C;
  top: 50%;
  left: 50%;
  z-index: 16;
  transform: translate(-50%, 0%) rotate(38deg);
  transition: all 0.25s linear 0s;
  transform-origin: top center;
}
#first_animes .centerbox .anilogo .mask03.active {
  transform: translate(-50%, 0%) rotate(160deg);
}
#first_animes .centerbox .anilogo .mask03.active2 {
  display: none;
}
#first_animes .centerbox .anilogo .mask04 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #24419C;
  bottom: 50%;
  left: 50%;
  z-index: 12;
  transform: translate(-50%, 0%) rotate(38deg);
  transition: all 0.175s linear 0s;
  transform-origin: bottom center;
}
#first_animes .centerbox .anilogo .mask04.active {
  transform: translate(-50%, 0%) rotate(160deg);
}
#first_animes .centerbox .anilogo .mask04.active2 {
  display: none;
}

#section01 {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  background-color: rgb(36, 65, 156);
  z-index: 10;
  position: relative;
  overflow: hidden;
}
#section01 .section__in {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative;
}
#section01 .section__in .skewback {
  width: 130vw;
  height: 100%;
  min-height: 800px;
  position: absolute;
  background-color: rgb(36, 65, 156);
  opacity: 1;
  top: 0;
  right: 63%;
  transform: skewX(10deg);
  z-index: 15;
  transform-origin: top right;
}
@media screen and (max-width:800px) {
  #section01 .section__in .skewback {
    background-color: rgb(36, 65, 156);
    width: 100%;
    height: 62.5%;
    min-height: 400px;
    right: 0%;
    top: 0;
    /*
    top:-20vw;
    */
    transform: skewX(0deg);
    transform: skewY(-10deg);
    transform-origin: top left;
  }
}
#section01 .section__in .textbox {
  position: absolute;
  width: 36.6%;
  height: 100%;
  min-height: 800px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 20;
  /*background-color: #24419C;*/
}
@media screen and (max-width:800px) {
  #section01 .section__in .textbox {
    height: 55%;
    width: 100%;
    min-height: 55%;
    top: 0%;
    left: 0;
  }
}
#section01 .section__in .textbox .textbox__in {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  transform: translate(5%, 0);
}
@media screen and (max-width:800px) {
  #section01 .section__in .textbox .textbox__in {
    transform: translate(0%, 10%);
    width: 90%;
    max-width: 400px;
  }
}
#section01 .section__in .textbox .textbox__in .logosins {
  width: 100%;
  margin: 0 auto 65px auto;
}
@media screen and (max-width:1366px) {
  #section01 .section__in .textbox .textbox__in .logosins {
    width: 58%;
    margin: 0 auto 7.5vw auto;
  }
}
#section01 .section__in .textbox .textbox__in .logosins .text01 {
  width: 83.4%;
  margin: 0 auto 0 auto;
  position: relative;
}
#section01 .section__in .textbox .textbox__in .logosins .text01 .mask01 {
  position: absolute;
  z-index: 5;
  width: 0%;
  height: 100%;
  background-color: rgb(36, 65, 156);
  top: 0;
  left: 0;
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
}
#section01 .section__in .textbox .textbox__in .logosins .text01 .mask01.active2 {
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  left: auto;
  right: 0;
  width: 0%;
}
#section01 .section__in .textbox .textbox__in .logosins .text02 {
  width: 9.75%;
  margin: 20px auto;
  position: relative;
}
#section01 .section__in .textbox .textbox__in .logosins .text02 .mask02 {
  position: absolute;
  z-index: 5;
  width: 0%;
  height: 100%;
  background-color: rgb(36, 65, 156);
  top: 0;
  left: 0;
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
}
#section01 .section__in .textbox .textbox__in .logosins .text02 .mask02.active2 {
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  left: auto;
  right: 0;
  width: 0%;
}
#section01 .section__in .textbox .textbox__in .logosins .text03 {
  width: 100%;
  position: relative;
}
@media screen and (max-width:1366px) {
  #section01 .section__in .textbox .textbox__in .logosins .text03 {
    width: 140%;
    margin: 0 -20% 0 -20%;
  }
}
#section01 .section__in .textbox .textbox__in .logosins .text03 .mask03 {
  position: absolute;
  z-index: 5;
  width: 0%;
  height: 100%;
  background-color: rgb(36, 65, 156);
  top: 0;
  left: 0;
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
}
#section01 .section__in .textbox .textbox__in .logosins .text03 .mask03.active2 {
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  left: auto;
  right: 0;
  width: 0%;
}
#section01 .section__in .textbox .textbox__in .text04 {
  width: 25%;
  margin: 0 auto 0.5vw auto;
  position: relative;
}
#section01 .section__in .textbox .textbox__in .text04 .mask04 {
  position: absolute;
  z-index: 5;
  width: 0%;
  height: 100%;
  background-color: rgb(36, 65, 156);
  top: 0;
  left: 0;
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
}
#section01 .section__in .textbox .textbox__in .text04 .mask04.active2 {
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  left: auto;
  right: 0;
  width: 0%;
}
#section01 .section__in .textbox .textbox__in .text05 {
  width: 100%;
  margin: 0 auto 2.5vw auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 .section__in .textbox .textbox__in .text05 {
    width: 72%;
    margin: 0 auto 5vw auto;
  }
}
#section01 .section__in .textbox .textbox__in .text05 .mask05 {
  position: absolute;
  z-index: 5;
  width: 0%;
  height: 100%;
  background-color: rgb(36, 65, 156);
  top: 0;
  left: 0;
  transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
}
#section01 .section__in .textbox .textbox__in .text05 .mask05.active2 {
  transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
  left: auto;
  right: 0;
  width: 0%;
}
#section01 .section__in .textbox .textbox__in .text06 {
  width: 110%;
  margin: 0 -5%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 .section__in .textbox .textbox__in .text06 {
    width: 94%;
    margin: 0 auto;
  }
}
#section01 .section__in .textbox .textbox__in .text06 .mask06 {
  position: absolute;
  z-index: 5;
  width: 0%;
  height: 100%;
  background-color: rgb(36, 65, 156);
  top: 0;
  left: 0;
  transition: all 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
}
#section01 .section__in .textbox .textbox__in .text06 .mask06.active2 {
  transition: all 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  left: auto;
  right: 0;
  width: 0%;
}
#section01 .section__in .photobox {
  position: absolute;
  top: 0;
  right: 0;
  /*width: 53.8%;*/
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: url(/recruit/animation/images/main_photo02_pc.jpg) no-repeat center;
  background-size: cover;
  z-index: 11;
  opacity: 0;
  transform: scale(1.15);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
@media screen and (max-width:800px) {
  #section01 .section__in .photobox {
    background: url(/recruit/animation/images/main_photo02_sp.jpg) no-repeat center;
    background-size: cover;
    height: 47.5%;
    width: 100%;
    min-height: 400px;
    top: 52.5%;
    left: 0;
  }
}
#section01 .section__in .photobox.active {
  transform: scale(1);
  opacity: 1;
}
#section01 .section__in .photobox .photobox__in {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: url(/recruit/animation/images/main_photo01_pc.jpg) no-repeat center;
  background-size: cover;
  z-index: 11;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section01 .section__in .photobox .photobox__in.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section01 .section__in .photobox .photobox__in {
    background: url(/recruit/animation/images/main_photo01_sp.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 380px;
    top: 0%;
    left: 0;
  }
}
#section01 .section__in .photobox .photobox__in2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: url(/recruit/animation/images/main_photo00_pc.jpg) no-repeat center;
  background-size: cover;
  z-index: 15;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section01 .section__in .photobox .photobox__in2.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section01 .section__in .photobox .photobox__in2 {
    background: url(/recruit/animation/images/main_photo00_sp.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 380px;
    top: 0%;
    left: 0;
  }
}
#section01 .section__in .photobox .photobox__in2 .intext {
  position: absolute;
  z-index: 40;
  width: 50%;
  left: 47.5%;
  top: 60%;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section01 .section__in .photobox .photobox__in2 .intext {
    width: 90%;
    left: 5%;
    transform: translate(0%, -50%);
  }
}
#section01 .section__in .photobox .photobox__in3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: url(/recruit/animation/images/main_photo03_pc.jpg) no-repeat center;
  background-size: cover;
  z-index: 15;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section01 .section__in .photobox .photobox__in3.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section01 .section__in .photobox .photobox__in3 {
    background: url(/recruit/animation/images/main_photo03_sp.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 380px;
    top: 0%;
    left: 0;
  }
}
#section01 .section__in .photobox .photobox__in3 .intext {
  position: absolute;
  z-index: 40;
  width: 50%;
  left: 47.5%;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section01 .section__in .photobox .photobox__in3 .intext {
    width: 90%;
    left: 5%;
    transform: translate(0%, -50%);
  }
}
#section01 {
  /*
  .offimg{
  	opacity: 0;
  	&.active{
  		opacity: 1;
  	}
  }
  */
}

#section__concept {
  width: 100%;
  position: relative;
  background-color: #D9D9D9;
  padding: 30px 0 10px 0;
}
@media screen and (max-width:800px) {
  #section__concept {
    padding: 25px 0 25vw 0;
  }
}
#section__concept .headintext {
  font-weight: 700;
  margin-bottom: 80px;
  text-align: right;
  letter-spacing: 0.15em;
  line-height: 180%;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section__concept .headintext {
    margin-bottom: 25px;
  }
}
#section__concept .section__in {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}
#section__concept .section__in .imgback01 {
  position: absolute;
  width: 8.64%;
  top: 0%;
  right: 100%;
  z-index: 9;
  transform: translate(35%, -65%);
}
@media screen and (max-width:800px) {
  #section__concept .section__in .imgback01 {
    width: 16.5925925926%;
    right: auto;
    left: 0%;
    transform: translate(-50%, -30%);
  }
}
#section__concept .section__in .imgback02 {
  position: absolute;
  width: 5.28%;
  top: 40%;
  left: 0%;
  z-index: 9;
}
@media screen and (max-width:800px) {
  #section__concept .section__in .imgback02 {
    width: 10%;
    top: 22%;
    left: -2%;
  }
}
#section__concept .section__in .imgback03 {
  position: absolute;
  width: 8.64%;
  bottom: 8%;
  right: 105%;
  z-index: 9;
}
@media screen and (max-width:800px) {
  #section__concept .section__in .imgback03 {
    width: 18%;
    bottom: 40%;
    right: auto;
    left: -16%;
  }
}
#section__concept .section__in .imgback04 {
  position: absolute;
  width: 4.88%;
  top: 12%;
  right: 4%;
  z-index: 9;
}
@media screen and (max-width:800px) {
  #section__concept .section__in .imgback04 {
    width: 10%;
    top: 3%;
    left: auto;
    right: -5%;
  }
}
#section__concept h2.titles {
  width: 82.4%;
  margin: 0 auto 55px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section__concept h2.titles {
    width: 100%;
    margin: 0 auto 8vw 0;
  }
}
#section__concept .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
}
#section__concept .clumbox .text {
  width: 54%;
}
@media screen and (max-width:800px) {
  #section__concept .clumbox .text {
    width: 100%;
  }
}
#section__concept .clumbox .text .base_text {
  width: 120%;
  margin-right: -20%;
  line-height: 240%;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-left: 20%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section__concept .clumbox .text .base_text {
    width: 90%;
    margin: 0 auto;
    letter-spacing: 0.3em;
    text-align: justify;
  }
}
#section__concept .clumbox .text .photo01 {
  width: 43.75%;
  margin: 0 auto 0 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section__concept .clumbox .text .photo01 {
    display: none;
  }
}
#section__concept .clumbox .text .photo01 figure {
  width: 100%;
  position: relative;
  z-index: 5;
}
#section__concept .clumbox .text .photo01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #97aed3;
  top: 10px;
  left: 10px;
}
#section__concept .clumbox .photo {
  width: 40%;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section__concept .clumbox .photo {
    width: 75%;
    padding-top: 5vw;
    margin: 0 auto 0 0;
  }
}
#section__concept .clumbox .photo .photo02 {
  width: 87.5%;
  margin: 50px auto 130px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section__concept .clumbox .photo .photo02 {
    width: 100%;
    margin: 10px auto 40px 0;
    display: none;
  }
}
#section__concept .clumbox .photo .photo02 figure {
  width: 100%;
  position: relative;
  z-index: 5;
}
#section__concept .clumbox .photo .photo02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #97aed3;
  top: 10px;
  left: 10px;
}
@media screen and (max-width:800px) {
  #section__concept .clumbox .photo .photo02::after {
    top: 1.4vw;
    left: 1.4vw;
  }
}
#section__concept .clumbox .photo .logo_color {
  width: 80%;
  margin: 0 auto 0px 0px;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section__concept .clumbox .photo .logo_color {
    width: 90%;
    transform: translate(0, 0%);
    margin: 0 0 0 auto;
  }
}
#section__concept .clumbox .photo_sp {
  display: none;
}
@media screen and (max-width:800px) {
  #section__concept .clumbox .photo_sp {
    display: block;
    width: 46%;
    position: relative;
  }
}
#section__concept .clumbox .photo_sp .photo01_sp {
  width: 100%;
  margin: 10vw auto 0 auto;
  position: relative;
}
#section__concept .clumbox .photo_sp .photo01_sp figure {
  width: 100%;
  position: relative;
  z-index: 5;
}
#section__concept .clumbox .photo_sp .photo01_sp::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #97aed3;
  top: 10px;
  left: 10px;
}
@media screen and (max-width:800px) {
  #section__concept .clumbox .photo_sp .photo01_sp::after {
    top: 1.4vw;
    left: 1.4vw;
  }
}

#section__movie {
  width: 100%;
  background-color: #D9D9D9;
  position: relative;
  padding: 0 0 180px 0;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section__movie {
    padding: 0px 0 20vw 0;
  }
}
#section__movie .back_naname {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #24419C;
  transform: skewY(-8deg);
}
#section__movie .ttwali {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
#section__movie h2.h2titles {
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -38%);
}
@media screen and (max-width:800px) {
  #section__movie h2.h2titles {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    transform: translate(0, -25%);
  }
}
#section__movie .movie_contenas {
  width: 100%;
  margin-top: 15px;
  /*
  @media screen and (max-width:1300px){
  	margin-top:2.5vw;
  	width: 97.5%;
  }
  	*/
}
@media screen and (max-width:800px) {
  #section__movie .movie_contenas {
    margin-top: 2.5vw;
    width: 97.5%;
  }
}
#section__movie .movie_contenas figure {
  position: relative;
}
#section__movie .movie_contenas figure .base {
  position: relative;
  z-index: 5;
}
#section__movie .movie_contenas figure .playon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.7;
  transition: all 0.4s ease-out 0.01s;
}
#section__movie .movie_contenas figure .playon:hover {
  opacity: 0.9;
}
#section__movie .movie_contenas figure::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  top: 15px;
  left: 15px;
  position: absolute;
}
@media screen and (max-width:1300px) {
  #section__movie .movie_contenas figure::after {
    top: 2.5vw;
    left: 2.5vw;
  }
}
#section__movie .section__in {
  position: relative;
  z-index: 20;
  width: 74%;
  max-width: 825px;
  margin: 0px auto 0 auto;
  padding-bottom: 50px;
  transform: translate(0, 0px);
}
@media screen and (max-width:800px) {
  #section__movie .section__in {
    width: 94%;
    transform: translate(0, 0vw);
  }
}
#section__movie .linetextbox {
  width: 100%;
  color: #fff;
  padding-top: 180px;
}
@media screen and (max-width:800px) {
  #section__movie .linetextbox {
    padding-top: 30vw;
  }
}
#section__movie .linetextbox.second {
  padding-top: 75px;
}
@media screen and (max-width:800px) {
  #section__movie .linetextbox.second {
    padding-top: 10vw;
  }
}
#section__movie .linetextbox .linetext {
  width: 100%;
  overflow: hidden;
  font-weight: 700;
}
#section__movie .linetextbox .linetext span {
  display: inline-block;
  position: relative;
}
#section__movie .linetextbox .linetext span::after {
  content: "";
  height: 1px;
  width: 100vw;
  background-color: #fff;
  position: absolute;
  left: calc(100% + 0.5em);
  top: 50%;
}
#section__movie .linetextbox .linetext02 span {
  display: inline-block;
  background-color: #000;
  line-height: 100%;
  font-weight: 500;
}
#section__movie .linetextbox .linetext03 span {
  display: inline-block;
  background-color: #3cb37f;
  line-height: 100%;
  font-weight: 900;
}

#section__chara {
  width: 100%;
  background-color: #D9D9D9;
  position: relative;
  padding: 0 0 0px 0;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section__chara {
    padding: 0px 0 40vw 0;
  }
}
#section__chara .back_naname {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: skewY(-7.5deg);
}
#section__chara .back_yokoyoko {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 25%;
  top: -10px;
  left: 0;
  background-color: #24419C;
}
#section__chara .section__in {
  position: relative;
  z-index: 20;
  width: 74%;
  max-width: 950px;
  margin: 0px auto 0 auto;
  display: flex;
  padding-bottom: 50px;
  justify-content: space-between;
  transform: translate(0, -150px);
}
@media screen and (max-width:800px) {
  #section__chara .section__in {
    width: 94%;
    transform: translate(0, -25vw);
  }
}
#section__chara .section__in .hito01 {
  width: 34.73%;
  padding-top: 450px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .hito01 {
    width: 45%;
    padding-top: 40vw;
  }
}
#section__chara .section__in .hito01 .hito01__in {
  width: 100%;
  position: relative;
}
#section__chara .section__in .hito01 .textbx {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: -34%;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .hito01 .textbx {
    width: 90%;
    bottom: -50vw;
    left: 0%;
  }
}
#section__chara .section__in .hito01 .textbx .names {
  width: 100%;
  font-weight: 700;
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .hito01 .textbx .names {
    flex-wrap: wrap;
  }
}
#section__chara .section__in .hito01 .textbx .names span.big {
  display: inline-block;
  margin-right: 0.15em;
}
#section__chara .section__in .hito01 .textbx .names span.small {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .hito01 .textbx .names span.small {
    margin-top: 0.45em;
  }
}
#section__chara .section__in .hito01 .textbx .base_text {
  margin-bottom: 18px;
}
#section__chara .section__in .hito01 .textbx .botans {
  text-align: left;
}
#section__chara .section__in .hito01 .textbx .botans a {
  display: inline-block;
  padding: 0.15em 1.5em 0.25em 1em;
  background-color: #003894;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: relative;
}
#section__chara .section__in .hito01 .textbx .botans a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  background: url(/recruit/animation/images/icon_yaji_white.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
}
#section__chara .section__in h2.h2titles {
  width: 15.78%;
  padding-top: 100px;
}
@media screen and (max-width:800px) {
  #section__chara .section__in h2.h2titles {
    padding-top: 17.5vw;
  }
}
#section__chara .section__in .hito02 {
  width: 35.26%;
  position: relative;
  z-index: 15;
  padding-top: 150px;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .hito02 {
    width: 38.5%;
    padding-top: 10vw;
  }
}
#section__chara .section__in .hito02 .hito02__in {
  width: 100%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .hito02 .hito02__in {
    width: 115%;
    margin-left: -15%;
    margin-right: 0;
  }
}
#section__chara .section__in .hito02 .textbx {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 45%;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .hito02 .textbx {
    width: 80%;
    bottom: auto;
    left: 20%;
    top: 95vw;
  }
}
#section__chara .section__in .hito02 .textbx .names {
  width: 100%;
  font-weight: 700;
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .hito02 .textbx .names {
    flex-wrap: wrap;
  }
}
#section__chara .section__in .hito02 .textbx .names span.big {
  display: inline-block;
  margin-right: 0.15em;
}
#section__chara .section__in .hito02 .textbx .names span.small {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .hito02 .textbx .names span.small {
    margin-top: 0.45em;
  }
}
#section__chara .section__in .hito02 .textbx .base_text {
  margin-bottom: 18px;
}
#section__chara .section__in .hito02 .textbx .botans {
  text-align: left;
}
#section__chara .section__in .hito02 .textbx .botans a {
  display: inline-block;
  padding: 0.15em 1.5em 0.25em 1em;
  background-color: #003894;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: relative;
}
#section__chara .section__in .hito02 .textbx .botans a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  background: url(/recruit/animation/images/icon_yaji_white.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
}
#section__chara .section__in .imgback01 {
  position: absolute;
  width: 7.2941176471%;
  top: 500px;
  right: 110%;
  z-index: 9;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .imgback01 {
    width: 11.8518518519%;
    right: auto;
    left: 0%;
    top: 10vw;
  }
}
#section__chara .section__in .imgback02 {
  position: absolute;
  width: 13.4117647059%;
  top: 55%;
  left: -40%;
  z-index: 9;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .imgback02 {
    width: 10%;
    top: 22%;
    left: -2%;
    display: none;
  }
}
#section__chara .section__in .imgback03 {
  position: absolute;
  width: 7.5294117647%;
  bottom: 2%;
  right: 115%;
  z-index: 9;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .imgback03 {
    width: 18%;
    bottom: 40%;
    right: auto;
    left: -16%;
    display: none;
  }
}
#section__chara .section__in .imgback04 {
  position: absolute;
  width: 26.7058823529%;
  top: 8%;
  left: 95%;
  z-index: 9;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .imgback04 {
    width: 10%;
    top: 3%;
    left: auto;
    right: -5%;
    display: none;
  }
}
#section__chara .section__in .imgback05 {
  position: absolute;
  width: 9.4117647059%;
  top: 54%;
  right: -6%;
  z-index: 9;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .imgback05 {
    width: 10%;
    top: 3%;
    left: auto;
    right: -5%;
    display: none;
  }
}
#section__chara .section__in .imgback06 {
  position: absolute;
  width: 12.9411764706%;
  bottom: 15%;
  right: 2.5%;
  z-index: 9;
}
@media screen and (max-width:800px) {
  #section__chara .section__in .imgback06 {
    width: 10%;
    top: 20%;
    left: auto;
    right: 0%;
  }
}

#section_business {
  width: 100%;
  position: relative;
  z-index: 50;
  height: 0px;
}
#section_business .section__in {
  width: 120%;
  height: 170px;
  position: absolute;
  z-index: 50;
  left: -10%;
  top: 50%;
  transform: translate(0, -50%) rotate(-7.5deg);
  background-color: #39C0B2;
  background-image: url(/recruit/animation/images/nanametext.png);
  background-size: 1232px 82px;
  background-position: 0 center;
  background-repeat: repeat-x;
  animation: roops 25s linear infinite;
}
@keyframes roops {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -1232px center;
  }
}
@media screen and (max-width:800px) {
  #section_business .section__in {
    height: 100px;
    background-image: url(/recruit/animation/images/nanametext.png);
    background-size: 616px 42px;
    background-position: 0 center;
    background-repeat: repeat-x;
    animation: roops2 25s infinite;
  }
  @keyframes roops2 {
    0% {
      background-position: 0 center;
    }
    100% {
      background-position: -616px center;
    }
  }
}

#link02b {
  transform: translate(0, -100px);
}
@media screen and (max-width:800px) {
  #link02b {
    transform: translate(0, 0vw);
  }
}

#section_kanren {
  width: 100%;
  background-color: #D9D9D9;
  position: relative;
  padding: 0 0 0px 0;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_kanren {
    padding: 0px 0 28vw 0;
  }
}
#section_kanren .back_naname {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-color: #D9D9D9;
  transform: skewY(-7.5deg);
}
#section_kanren .section__in {
  position: relative;
  z-index: 20;
  width: 94%;
  max-width: 1200px;
  margin: 0px auto 0 auto;
  padding: 150px 0 265px 0;
}
@media screen and (max-width:800px) {
  #section_kanren .section__in {
    padding: 20vw 0 0px 0;
  }
}
#section_kanren .section__in .boxs {
  position: absolute;
  z-index: 1;
}
#section_kanren .section__in .imgback01 {
  width: 14.1666666667%;
  top: 8%;
  left: -3%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_kanren .section__in .imgback01 {
    width: 18%;
    top: 6%;
  }
}
#section_kanren .section__in .imgback02 {
  width: 6.25%;
  top: 12%;
  left: 14%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_kanren .section__in .imgback02 {
    display: none;
  }
}
#section_kanren .section__in .imgback03 {
  width: 8.9166666667%;
  top: 17%;
  right: -7%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_kanren .section__in .imgback03 {
    display: none;
  }
}
#section_kanren .section__in .imgback04 {
  width: 5.8333333333%;
  top: 25%;
  right: -10%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_kanren .section__in .imgback04 {
    display: none;
  }
}
#section_kanren .section__in .imgback05 {
  width: 8.9166666667%;
  top: 34%;
  left: -5%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_kanren .section__in .imgback05 {
    display: none;
  }
}
#section_kanren .section__in .imgback06 {
  width: 5.8333333333%;
  top: 55%;
  right: 0%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_kanren .section__in .imgback06 {
    display: none;
  }
}
#section_kanren .section__in .imgback07 {
  width: 8.9166666667%;
  top: 67%;
  right: -6%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_kanren .section__in .imgback07 {
    display: none;
  }
}
#section_kanren .section__in .imgback08 {
  width: 8.9166666667%;
  top: 80%;
  left: -7%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_kanren .section__in .imgback08 {
    width: 38.4615384615%;
    top: 54.5%;
    left: 85%;
    z-index: 1;
  }
}
#section_kanren .section__in .imgback09 {
  width: 5.8333333333%;
  top: 95%;
  left: -5%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_kanren .section__in .imgback09 {
    width: 10.7692307692%;
    left: 80%;
    top: 101%;
  }
}
#section_kanren .titles {
  width: 100%;
  position: relative;
  z-index: 10;
}
#section_kanren .titles h2.imgtitle {
  width: 47%;
  margin: 0 0 30px auto;
}
@media screen and (max-width:800px) {
  #section_kanren .titles h2.imgtitle {
    width: 70%;
    margin: 0 0 15px auto;
  }
}
#section_kanren .titles .subtext {
  text-align: right;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section_kanren .titles .subtext {
    text-align: left;
  }
}
#section_kanren .titles2 {
  width: 100%;
  margin-top: 180px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section_kanren .titles2 {
    margin-top: 80px;
  }
}
#section_kanren .titles2 h2.imgtitle {
  width: 47%;
  margin: 0 auto 30px 0;
}
@media screen and (max-width:800px) {
  #section_kanren .titles2 h2.imgtitle {
    width: 70%;
    margin: 0 auto 15px 0;
  }
}
#section_kanren .titles2 .subtext {
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section_kanren .titles2 .subtext {
    text-align: left;
  }
}
#section_kanren .clumboxs {
  width: 100%;
  max-width: 1095px;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs {
    margin: 50px auto 0 auto;
  }
}
#section_kanren .clumboxs .photo {
  width: 52.96%;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs .photo {
    width: 100%;
    order: 1;
  }
}
#section_kanren .clumboxs .photo .photoin {
  position: relative;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs .photo .photoin {
    width: 90%;
    margin-left: -5%;
  }
}
#section_kanren .clumboxs .photo .photoin figure {
  position: relative;
  z-index: 10;
}
#section_kanren .clumboxs .photo .photoin::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8%;
  left: 5%;
  background-color: #923D68;
  opacity: 0.22;
  z-index: 8;
}
#section_kanren .clumboxs .photo .photoin::before {
  content: "";
  width: 100%;
  height: 96%;
  position: absolute;
  bottom: -8%;
  left: 11%;
  background-color: #3C8095;
  opacity: 0.22;
  z-index: 9;
}
#section_kanren .clumboxs .text {
  width: 42.73%;
  padding-top: 2%;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs .text {
    width: 95%;
    padding-top: 7.5%;
    margin: 0 auto;
    order: 2;
  }
}
#section_kanren .clumboxs .text .h3titles {
  padding: 0.1em 4% 0.5em 6%;
  border-bottom: 1px solid #003894;
  border-left: 1px solid #003894;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
  color: #003894;
}
#section_kanren .clumboxs .text .h3titles::before {
  content: "";
  width: 25%;
  height: 1px;
  background-color: #003894;
  top: 0;
  right: 100%;
  position: absolute;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs .text .h3titles::before {
    width: 2.5vw;
  }
}
#section_kanren .clumboxs .text .h3titles::after {
  content: none;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs .text .h3titles::after {
    content: "";
    width: 1px;
    height: 10vw;
    background-color: #003894;
    bottom: 100%;
    left: -2.5vw;
    position: absolute;
  }
}
#section_kanren .clumboxs .text .base_text {
  padding: 1em 10% 0 6%;
  line-height: 240%;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs .text .base_text {
    line-height: 200%;
  }
}
#section_kanren .clumboxs .text .base_text .afterimg {
  width: 5%;
  position: absolute;
  top: 0;
  right: 0;
}
#section_kanren .clumboxs2 {
  width: 100%;
  max-width: 1095px;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs2 {
    margin: 50px auto 0 auto;
  }
}
#section_kanren .clumboxs2 .photo {
  width: 52.96%;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs2 .photo {
    width: 100%;
    order: 1;
  }
}
#section_kanren .clumboxs2 .photo .photoin {
  position: relative;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs2 .photo .photoin {
    width: 90%;
    margin-left: 5%;
  }
}
#section_kanren .clumboxs2 .photo .photoin figure {
  position: relative;
  z-index: 10;
}
#section_kanren .clumboxs2 .photo .photoin::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8%;
  left: 5%;
  background-color: #923D68;
  opacity: 0.22;
  z-index: 8;
}
#section_kanren .clumboxs2 .photo .photoin::before {
  content: "";
  width: 100%;
  height: 96%;
  position: absolute;
  bottom: -8%;
  left: 11%;
  background-color: #3C8095;
  opacity: 0.22;
  z-index: 9;
}
#section_kanren .clumboxs2 .text {
  width: 42.73%;
  padding-top: 2%;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs2 .text {
    width: 95%;
    padding-top: 7.5%;
    margin: 0 auto;
    order: 2;
  }
}
#section_kanren .clumboxs2 .text .h3titles {
  padding: 0.1em 6% 0.5em 4%;
  border-bottom: 1px solid #003894;
  border-right: 1px solid #003894;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
  color: #003894;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs2 .text .h3titles {
    width: 90%;
  }
}
#section_kanren .clumboxs2 .text .h3titles::before {
  content: "";
  width: 25%;
  height: 1px;
  background-color: #003894;
  top: 0;
  left: 100%;
  position: absolute;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs2 .text .h3titles::before {
    width: 3.5vw;
  }
}
#section_kanren .clumboxs2 .text .h3titles::after {
  content: none;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs2 .text .h3titles::after {
    content: "";
    width: 1px;
    height: 10vw;
    background-color: #003894;
    bottom: 100%;
    left: calc(100% + 3.45vw);
    position: absolute;
  }
}
#section_kanren .clumboxs2 .text .base_text {
  padding: 1em 6% 0 10%;
  line-height: 240%;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_kanren .clumboxs2 .text .base_text {
    line-height: 200%;
  }
}
#section_kanren .clumboxs2 .text .base_text .afterimg {
  width: 5%;
  position: absolute;
  top: 0;
  left: 0;
}

#section_job {
  width: 100%;
  background-color: rgba(217, 217, 217, 0.85);
  position: relative;
  padding: 0 0 0px 0;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section_job {
    padding: 0px 0 40vw 0;
  }
}
#section_job .back_naname {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% + 10vw);
  transform: skewY(-7.5deg);
  background: linear-gradient(30deg, rgba(255, 222, 161, 0.3) 0%, rgba(154, 209, 235, 0.3) 79.61%, rgba(127, 205, 255, 0.3) 100%);
  top: -10vw;
}
#section_job .section__in {
  position: relative;
  z-index: 20;
  width: 94%;
  max-width: 1200px;
  margin: 0px auto 0 auto;
  padding: 0px 0 265px 0;
}
@media screen and (max-width:800px) {
  #section_job .section__in {
    padding: 0px 0 0px 0;
  }
}
#section_job .section__in .boxs {
  position: absolute;
  z-index: 1;
}
#section_job .section__in .imgback01 {
  width: 9.5833333333%;
  top: 0%;
  right: -3%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_job .section__in .imgback01 {
    width: 18%;
    top: 6%;
  }
}
#section_job .section__in .imgback02 {
  width: 14.5833333333%;
  top: 5%;
  left: -5%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_job .section__in .imgback02 {
    display: none;
  }
}
#section_job .section__in .imgback03 {
  width: 9.3333333333%;
  top: 17%;
  right: -7%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_job .section__in .imgback03 {
    display: none;
  }
}
#section_job .section__in .imgback04 {
  width: 5.8333333333%;
  top: 26%;
  left: -5%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_job .section__in .imgback04 {
    display: none;
  }
}
#section_job .section__in .imgback05 {
  width: 6.75%;
  top: 48%;
  right: 5%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_job .section__in .imgback05 {
    display: none;
  }
}
#section_job .section__in .imgback06 {
  width: 5.1666666667%;
  top: 62%;
  left: 10%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_job .section__in .imgback06 {
    display: none;
  }
}
#section_job .section__in .imgback07 {
  width: 8.9166666667%;
  top: 57%;
  right: -6%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_job .section__in .imgback07 {
    display: none;
  }
}
#section_job .section__in .imgback08 {
  width: 8.9166666667%;
  top: 80%;
  left: -7%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_job .section__in .imgback08 {
    width: 38.4615384615%;
    top: 54.5%;
    left: 85%;
    z-index: 1;
  }
}
#section_job .titleboxs {
  width: 100%;
  position: relative;
  z-index: 15;
  padding-top: 15px;
}
@media screen and (max-width:800px) {
  #section_job .titleboxs {
    padding-top: 15px;
    margin-bottom: 20vw;
  }
}
#section_job .titleboxs figure {
  width: 81.9%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_job .titleboxs figure {
    width: 109%;
    margin-left: -4.5%;
    margin-right: -4.5%;
  }
}
#section_job .titleboxs .textbox {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_job .titleboxs .textbox {
    /*top:22%;*/
    top: 72%;
  }
}
#section_job .titleboxs .textbox h2.h2titles {
  width: 26.9%;
  margin: 0 0 30px auto;
}
@media screen and (max-width:800px) {
  #section_job .titleboxs .textbox h2.h2titles {
    width: 70%;
    margin: 0 0 15px auto;
  }
}
#section_job .titleboxs .textbox .subtext {
  text-align: right;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section_job .titleboxs .textbox .subtext {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
#section_job .titleboxs .textbox .subtext .subtext__in {
  display: inline-block;
  text-align: left;
}
#section_job .comingsoon {
  position: absolute;
  z-index: 21;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/recruit/animation/images/coming.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section_job .comingsoon {
    background: url(/recruit/animation/images/coming_sp.png) no-repeat center;
    background-size: cover;
  }
}
#section_job .clumbox_ranbow {
  width: 100%;
  max-width: 1040px;
  margin: -20px auto 200px auto;
  position: relative;
  z-index: 20;
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow {
    width: 110%;
    margin: -2vw -5% 90.6666666667vw -5%;
  }
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow.more {
    margin: -2vw -5% 100vw -5%;
  }
}
#section_job .clumbox_ranbow.last {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow.last {
    margin: -2vw -5% 77.3333333333vw -5%;
  }
}
#section_job .clumbox_ranbow .phototext {
  width: 64.6%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow .phototext {
    width: 90%;
    margin: 0 auto 0 0;
  }
}
#section_job .clumbox_ranbow .phototext .photo {
  position: relative;
  z-index: 5;
}
#section_job .clumbox_ranbow .phototext .photo figure {
  position: relative;
  z-index: 5;
}
#section_job .clumbox_ranbow .phototext .photo .back {
  position: absolute;
  width: 100%;
  height: 97.5%;
  top: 12.5%;
  left: 10%;
  background: url(/recruit/animation/images/ranvow_waku.png) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow .phototext .photo .back {
    background: url(/recruit/animation/images/ranvow_waku_sp.png) no-repeat center;
    background-size: 100% 100%;
    top: 5%;
    left: 5%;
    height: 100%;
  }
}
#section_job .clumbox_ranbow .phototext .photo .back img {
  width: 100%;
  height: 100%;
}
#section_job .clumbox_ranbow .phototext .photo .hito_pc01 {
  width: 17%;
  position: absolute;
  bottom: 0;
  left: -3%;
  z-index: 22;
  transform: translate(-30%, 35%);
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow .phototext .photo .hito_pc01 {
    display: none;
  }
}
#section_job .clumbox_ranbow .phototext .photo .hito_pc02 {
  width: 17%;
  position: absolute;
  bottom: 0;
  left: -3%;
  z-index: 22;
  transform: translate(-30%, 35%);
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow .phototext .photo .hito_pc02 {
    display: none;
  }
}
#section_job .clumbox_ranbow .phototext .textwhite {
  position: absolute;
  bottom: 0;
  left: 75%;
  width: 81%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 45px 40px;
  z-index: 10;
  transform: translate(0, 75px);
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow .phototext .textwhite {
    position: absolute;
    bottom: auto;
    top: 100%;
    left: 10%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7.5vw;
    z-index: 10;
    transform: translate(0, -10vw);
  }
}
@media screen and (max-width:800px) and (max-width:800px) {
  #section_job .clumbox_ranbow .phototext .textwhite.imgtext {
    padding: 7.5vw 11.5vw 7.5vw 7.5vw;
  }
}
#section_job .clumbox_ranbow .phototext .textwhite h3 {
  font-weight: 700;
  color: #003894;
  margin-bottom: 0.5em;
}
#section_job .clumbox_ranbow .phototext .textwhite h3 span {
  font-size: 75%;
  display: inline-block;
  padding-left: 0.25em;
}
#section_job .clumbox_ranbow .phototext .textwhite h3 span rt {
  margin-bottom: -0.5em;
  font-size: 40%;
}
#section_job .clumbox_ranbow .phototext .textwhite .base_text {
  line-height: 210%;
  font-weight: 500;
}
#section_job .clumbox_ranbow .phototext .textwhite .hito_sp01 {
  width: 19%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 22;
  transform: translate(-45%, 15%);
  display: none;
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow .phototext .textwhite .hito_sp01 {
    display: block;
  }
}
#section_job .clumbox_ranbow2 {
  width: 100%;
  max-width: 1040px;
  margin: -20px auto 200px auto;
  position: relative;
  z-index: 20;
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow2 {
    width: 110%;
    margin: -2vw -5% 90.6666666667vw -5%;
  }
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow2.more {
    margin: -2vw -5% 100vw -5%;
  }
}
#section_job .clumbox_ranbow2 .phototext {
  width: 64.6%;
  position: relative;
  margin: 0 0 0 auto;
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow2 .phototext {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
#section_job .clumbox_ranbow2 .phototext .photo {
  position: relative;
  z-index: 5;
}
#section_job .clumbox_ranbow2 .phototext .photo .hito_pc01 {
  width: 17%;
  position: absolute;
  bottom: 0;
  right: -8%;
  z-index: 22;
  transform: translate(30%, 35%);
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow2 .phototext .photo .hito_pc01 {
    display: none;
  }
}
#section_job .clumbox_ranbow2 .phototext .photo .hito_pc02 {
  width: 17%;
  position: absolute;
  bottom: 0;
  left: -7%;
  z-index: 22;
  transform: translate(30%, 35%);
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow2 .phototext .photo .hito_pc02 {
    display: none;
  }
}
#section_job .clumbox_ranbow2 .phototext .photo figure {
  position: relative;
  z-index: 5;
}
#section_job .clumbox_ranbow2 .phototext .photo .back {
  position: absolute;
  width: 100%;
  height: 97.5%;
  top: 12.5%;
  left: -7.5%;
  background: url(/recruit/animation/images/ranvow_waku.png) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow2 .phototext .photo .back {
    background: url(/recruit/animation/images/ranvow_waku_sp.png) no-repeat center;
    background-size: 100% 100%;
    top: 5%;
    left: -5%;
    height: 100%;
  }
}
#section_job .clumbox_ranbow2 .phototext .photo .back img {
  width: 100%;
  height: 100%;
}
#section_job .clumbox_ranbow2 .phototext .textwhite {
  position: absolute;
  bottom: 0;
  right: 75%;
  width: 81%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 45px 40px;
  z-index: 10;
  transform: translate(0, 75px);
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow2 .phototext .textwhite {
    position: absolute;
    bottom: auto;
    top: 100%;
    left: -10%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7.5vw 7.5vw 7.5vw 7.5vw;
    z-index: 10;
    transform: translate(0, -10vw);
  }
}
@media screen and (max-width:800px) and (max-width:800px) {
  #section_job .clumbox_ranbow2 .phototext .textwhite.imgtext {
    padding: 7.5vw 11.5vw 7.5vw 7.5vw;
  }
}
#section_job .clumbox_ranbow2 .phototext .textwhite .hito_sp01 {
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 22;
  transform: translate(50%, 15%);
  display: none;
}
@media screen and (max-width:800px) {
  #section_job .clumbox_ranbow2 .phototext .textwhite .hito_sp01 {
    display: block;
  }
}
#section_job .clumbox_ranbow2 .phototext .textwhite h3 {
  font-weight: 700;
  color: #003894;
  margin-bottom: 0.5em;
}
#section_job .clumbox_ranbow2 .phototext .textwhite h3 span {
  font-size: 75%;
  display: inline-block;
  padding-left: 0.25em;
}
#section_job .clumbox_ranbow2 .phototext .textwhite h3 span rt {
  margin-bottom: -0.5em;
  font-size: 40%;
}
#section_job .clumbox_ranbow2 .phototext .textwhite .base_text {
  line-height: 210%;
  font-weight: 500;
}
#section_job .interbana {
  position: relative;
}
@media screen and (max-width:800px) {
  #section_job .interbana {
    width: 90%;
    margin: 0 auto;
  }
}
#section_job .interbana figure {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
#section_job .interbana .back {
  position: absolute;
  width: 100%;
  height: 97.5%;
  top: 9.5%;
  left: 2.5%;
  background: url(/recruit/animation/images/inter_bana_waku_pc.png) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width:800px) {
  #section_job .interbana .back {
    background: url(/recruit/animation/images/inter_bana_waku_sp.png) no-repeat center;
    background-size: 100% 100%;
    top: 5%;
    left: 5%;
    height: 100%;
  }
}
#section_job .interbana .back img {
  width: 100%;
  height: 100%;
}

#section_last {
  width: 100%;
  background-color: #e7dfce;
  position: relative;
  padding: 0 0 0px 0;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section_last {
    padding: 0px 0 0vw 0;
  }
}
#section_last .back_naname {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 65%;
  transform: skewY(-7deg);
  background-color: #2656a4;
}
#section_last .back_naname2 {
  height: 70%;
  width: 100%;
  position: absolute;
  background-color: #2656a4;
  left: 0;
  bottom: 0;
}
#section_last .section__in {
  position: relative;
  z-index: 20;
  width: 94%;
  max-width: 1200px;
  margin: 0px auto 0 auto;
  padding: 0px 0 70px 0;
}
@media screen and (max-width:800px) {
  #section_last .section__in {
    padding: 0px 0 20vw 0;
  }
}
#section_last .section__in .imgback01 {
  width: 16%;
  top: 0%;
  left: 3%;
  z-index: 1;
  position: absolute;
}
@media screen and (max-width:800px) {
  #section_last .section__in .imgback01 {
    width: 29.5384615385%;
    left: 84%;
    transform: translate(0, -80%);
    opacity: 0.4;
  }
}
#section_last .section__in .imgback02 {
  width: 16%;
  top: 0%;
  left: 3%;
  z-index: 1;
  position: absolute;
  display: none;
}
@media screen and (max-width:800px) {
  #section_last .section__in .imgback02 {
    display: block;
    width: 13.8461538462%;
    top: 44%;
    left: 90%;
    transform: translate(0, -80%);
    opacity: 0.4;
  }
}
#section_last .section__in .imgback03 {
  width: 16%;
  z-index: 1;
  position: absolute;
  display: none;
}
@media screen and (max-width:800px) {
  #section_last .section__in .imgback03 {
    display: block;
    width: 27.6923076923%;
    bottom: 35.5%;
    right: 97%;
    transform: translate(0, 0%);
    opacity: 0.4;
  }
}
#section_last h2.h2titles {
  width: 75%;
  margin-left: 30%;
  margin-right: -5%;
  transform: translate(0, -31%);
}
@media screen and (max-width:800px) {
  #section_last h2.h2titles {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    transform: translate(0, -25%);
  }
}
#section_last ul.listbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_last ul.listbox li {
  width: 30%;
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section_last ul.listbox li {
    width: 85%;
    margin: 0 auto 10vw auto;
  }
}
#section_last ul.listbox figure {
  margin-bottom: 0.5em;
}
#section_last ul.listbox h4 {
  width: 100%;
  position: relative;
  line-height: 100%;
  padding: 0.5em 0 0.5em 0;
  font-weight: 700;
}
#section_last ul.listbox h4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}
#section_last ul.listbox h4 span {
  display: inline-block;
  padding-right: 0.75em;
  background-color: #2656a4;
  position: relative;
  z-index: 5;
}
#section_last ul.listbox .base_text {
  font-weight: 500;
  line-height: 210%;
  margin-bottom: 1.25em;
  position: relative;
  letter-spacing: 0.15em;
}
#section_last ul.listbox .base_text2 {
  font-weight: 500;
  line-height: 210%;
  margin-bottom: 1.25em;
  position: relative;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section_last ul.listbox .base_text2 {
    letter-spacing: 0.1em;
  }
}
#section_last ul.listbox .botans {
  text-align: left;
}
#section_last ul.listbox .botans a {
  display: inline-block;
  padding: 0.15em 1.5em 0.25em 1em;
  background-color: #fff;
  color: #24419C;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: relative;
}
#section_last ul.listbox .botans a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  background: url(/recruit/animation/images/icon_yaji_blue.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
}
#section_last .banas {
  position: relative;
}
@media screen and (max-width:800px) {
  #section_last .banas {
    width: 110%;
    margin: 0 -5%;
  }
}
#section_last .banas a {
  display: block;
  position: relative;
}
#section_last .banas a .intext {
  text-align: left;
  position: absolute;
  width: 76.6%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  color: #003894;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section_last .banas a .intext {
    top: 47.5%;
    width: 80%;
  }
}
#section_last .banas a .intext span {
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section_last .banas a .intext span {
    letter-spacing: 0.15em;
    line-height: 140%;
    display: inline-block;
  }
}
#section_last ul.snsbox {
  width: 162px;
  margin: 70px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_last ul.snsbox .textbox {
  width: 150%;
  margin-left: -25%;
  margin-right: -25%;
  margin-bottom: 0.75em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
#section_last ul.snsbox li {
  width: 29.75%;
}

//
span.markertext01 {
  background: linear-gradient(#3CB37F 0%, #3CB37F 100%);
  display: inline;
  padding: 0 0.2em 0.1em 0.2em;
  color: #fff;
  line-height: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  letter-spacing: 0.1em;
}

span.markertext02 {
  background: linear-gradient(#003894 0%, #003894 100%);
  display: inline;
  padding: 0 0.2em 0.1em 0.2em;
  color: #fff;
  line-height: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  letter-spacing: 0.1em;
}

.markertext03 {
  background: linear-gradient(#000 0%, #000 100%);
  display: inline;
  padding: 0 0.5em 0.1em 0.5em;
  color: #fff;
  line-height: 240%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  letter-spacing: 0.1em;
}

.markertext04 {
  background: linear-gradient(#000 0%, #000 100%);
  display: inline;
  padding: 0 0.5em 0.1em 0.5em;
  color: #fff;
  line-height: 200%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  .markertext04 {
    text-align: justify;
  }
}

/*
 .markertext04{
background: linear-gradient(#eb1b12 0%, #eb1b12 100%);
display: inline;
padding: 0 0.25em 0.1em 0.25em;
color:#fff;
line-height: 180%;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
letter-spacing: 0.1em;
&.color01{
  background: linear-gradient(#94c3f4 0%, #94c3f4 100%);
}
&.color02{
  background: linear-gradient(#9add5d 0%, #9add5d 100%);
}
&.color03{
  background: linear-gradient(#f26761 0%, #f26761 100%);
}
 }
*/
#section_plant {
  width: 100%;
  position: relative;
  z-index: 20;
  background: linear-gradient(-180deg, #D9D9D9 0%, #D9D9D9 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section_plant {
    padding-bottom: 0px;
  }
}
#section_plant .base_waku {
  position: relative;
  width: 100%;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section_plant .base_waku {
    overflow-x: scroll;
    padding-top: 5vw;
  }
}
#section_plant .base_waku .base {
  position: relative;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section_plant .base_waku .base {
    width: 850px;
    padding-bottom: 10vw;
  }
}
#section_plant .base_waku .base .ttlss {
  width: 13.9%;
  top: -6vw;
  right: 0;
  z-index: 30;
  position: absolute;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section_plant .base_waku .base .ttlss {
    top: -3vw;
    width: 7.75%;
  }
}
#section_plant .base_waku .base .botans01 {
  display: block;
  width: 21.3%;
  position: absolute;
  top: -1%;
  left: 31.75%;
  z-index: 35;
}
#section_plant .base_waku .base .botans02 {
  display: block;
  width: 21.3%;
  position: absolute;
  top: 17%;
  left: 67.5%;
  z-index: 35;
}
#section_plant .base_waku .base .botans03 {
  display: block;
  width: 21.3%;
  position: absolute;
  top: 27%;
  left: 3.2%;
  z-index: 35;
}
#section_plant .base_waku .base .botans04 {
  display: block;
  width: 21.3%;
  position: absolute;
  top: 71.5%;
  left: 11.7%;
  z-index: 35;
}
#section_plant .base_waku .base .botans05 {
  display: block;
  width: 21.3%;
  position: absolute;
  bottom: 9%;
  left: 65%;
  z-index: 35;
}
#section_plant .base_waku .base .intextboxs {
  width: 150%;
  position: absolute;
  top: 105%;
  left: 0;
}
#section_plant .base_waku .base .intextboxs .intitles {
  display: inline-block;
  padding: 0.15em 0.3em 0.2em 0.3em;
  background-color: #003894;
  color: #fff;
  font-weight: 600;
  line-height: 100%;
}
#section_plant .base_waku .base .intextboxs .clicks {
  display: inline-block;
  padding: 0.15em 1.5em 0.25em 1em;
  background-color: #000;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: relative;
  margin-top: 0.5em;
}
#section_plant .base_waku .base .intextboxs .clicks::after {
  content: "";
  width: 0.5em;
  height: 1em;
  background: url(/recruit/animation/images/icon_yaji_white.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
}
#section_plant .base_under {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #c6dae6;
  z-index: 21;
}

/youtube*/
/**youtue****/
//
#cm_movie_outer {
  height: 100vh;
  width: 100%;
  background-color: rgba(195, 195, 195, 0.85);
  position: fixed;
  top: 0;
  left: 0;
}

#cm_movie {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 71%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 40%;
  z-index: 11;
}
@media screen and (max-width:1140px) {
  #cm_movie {
    width: 700px;
    padding-bottom: 394px;
  }
}
#cm_movie.active {
  width: 84vw;
  max-width: 380px;
  height: 149.4vw;
  max-height: 645px;
  background: url(/recruit/animation/images/slide_back01.jpg) no-repeat center;
  background-size: cover;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width:800px) {
  #cm_movie.active {
    padding: 15px;
  }
}

#cm_movie iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
#cm_movie iframe.active {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  border-radius: 10px;
}
@media screen and (max-width:800px) {
  #cm_movie iframe.active {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
  }
}

#cm_close_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
}

#cm_close_btn span::before,
#cm_close_btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 80%;
  height: 4%;
  margin: -8% 0 0 -42%;
  background: #fff;
}

#cm_close_btn span::before {
  transform: rotate(-45deg);
}

#cm_close_btn span::after {
  transform: rotate(45deg);
}

#cm_movie_modal {
  display: none;
  z-index: 9950000;
  position: relative;
}

#cm_movie_modal2 {
  display: none;
  z-index: 9950000;
  position: relative;
}

@media screen and (max-width:800px) {
  #cm_close_btn {
    top: 3%;
    right: 3%;
  }
  #cm_movie {
    width: 91%;
    padding-bottom: 50%;
  }
}
#cm_close_btn1 {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  width: 32px;
  transition: all 0.4s ease-out 0.01s;
}
#cm_close_btn1:hover {
  cursor: pointer;
  opacity: 0.6;
}
#cm_close_btn1.active {
  width: 380px;
  height: 680px;
}

#cm_close_btn2 {
  display: inline-block;
  top: calc(100% + 20px);
  padding: 0.4em 2.5em 0.5em 2.5em;
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  transition: all 0.4s ease-out 0.01s;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  #cm_close_btn2 {
    font-size: 3.4vw;
  }
}
#cm_close_btn2:hover {
  cursor: pointer;
  opacity: 0.6;
}
#cm_close_btn2.active {
  display: none;
}

.scrollicons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  transform: translate(-50%, -50%);
  z-index: 35;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: none;
  pointer-events: none;
  transition: all 0.8s ease-out 0.2s;
}
@media screen and (max-width:800px) {
  .scrollicons {
    display: block;
  }
}
.scrollicons.active {
  opacity: 0;
}/*# sourceMappingURL=top.css.map */