@charset "UTF-8";


/* mainvisual
------------------------------------------------- */
.mainvisual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.mainvisual .main-slider .swiper-slide {
    position: relative;
}
.mainvisual .main-slider .swiper-slide img {
    position: relative;
    z-index: 1;
}
.mainvisual .main-slider .swiper-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.mainvisual .main-slider .swiper-slide.main1::after {
    background-image: url("../img/top/mainimg1.png");
}
.mainvisual .main-slider .swiper-slide.main2::after {
    background-image: url("../img/top/mainimg2.png");
}
.mainvisual .main-slider .swiper-slide.main3::after {
    background-image: url("../img/top/mainimg3.png");
}
.mainvisual h2 {
    font-size: 5.5636vw;
    font-weight: 400;
    line-height: 1.1578;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
    padding-bottom: 8.052vw;
    position: absolute;
    z-index: 6;
}
.mainvisual .scroll {
    width: 0.44rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -0.22rem;
    z-index: 6;
}
.mainvisual .scroll::before {
    content: '';
    width: 1px;
    height: 0.64rem;
    background-color: #fff;
    position: absolute;
    left: 0.18rem;
    bottom: 0;
}
.mainvisual .scroll span {
    width: 1px;
    height: 0.64rem;
    position: absolute;
    right: 0.18rem;
    bottom: 0;
    overflow: hidden;
}
.mainvisual .scroll span::before {
    content: '';
    width: 1px;
    height: 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    animation: scroll 2s ease-in-out infinite;
}
.mainvisual .kaze img {
    display: block;
    mask-image: url("../img/top/mask.png");
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 30vw auto;
    mask-position: left center;
    position: absolute;
    z-index: 99;
}
.mainvisual .kaze1 {
    width: 153.007vw;
    position: absolute;
    right: 50%;
    top: 20.863vw;
    margin-right: -67.715vw;
    z-index: 2;
}
.mainvisual .kaze1 img {
    animation: kaze 3s ease-in-out infinite;
}
.mainvisual .kaze2 {
    width: 135.065vw;
    position: absolute;
    left: 50%;
    top: 35.139vw;
    margin-left: -50vw;
    z-index: 4;
}
.mainvisual .kaze2 img {
    animation: kaze 3.5s ease-in-out 0.5s infinite;
}
.mainvisual .kaze3 {
    width: 115.666vw;
    position: absolute;
    right: 50%;
    top: 42.825vw;
    margin-right: -57.833vw;
    z-index: 2;
}
.mainvisual .kaze3 img {
    animation: kaze 3.5s ease-in-out infinite;
}
@media screen and (max-width:750px){
.mainvisual .main-slider .swiper-slide.main1::after {
    background-image: url("../img/top/mainimg1_sp.png");
}
.mainvisual .main-slider .swiper-slide.main2::after {
    background-image: url("../img/top/mainimg2_sp.png");
}
.mainvisual .main-slider .swiper-slide.main3::after {
    background-image: url("../img/top/mainimg3_sp.png");
}
.mainvisual h2 {
    font-size: 0.45rem;
    padding-bottom: 0.8rem;
}
.mainvisual .scroll {
    bottom: -0.14rem;
}
.mainvisual .scroll::before {
    height: 0.5rem;
    bottom: 0.14rem;
}
.mainvisual .scroll span {
    height: 0.5rem;
    bottom: 0.14rem;
}
.mainvisual .kaze img {
    mask-size: 60vw auto;
}
.mainvisual .kaze1 {
    width: 200vw;
    right: 0;
    top: 40vw;
    margin-right: -50vw;
}
.mainvisual .kaze2 {
    width: 270.13vw;
    left: 0;
    top: 90vw;
    margin-left: -50vw;
}
.mainvisual .kaze3 {
    width: 231.332vw;
    right: 0;
    top: 100vw;
    margin-right: -57.833vw;
}
}


/* message
------------------------------------------------- */
.message {
    background: url("../img/top/message_bg.jpg") center top no-repeat;
    background-size: cover;
    color: #fff;
    padding: 1.15rem 0 1.2rem;
    position: relative;
}
.message::after {
    content: '';
    width: 100%;
    height: 3rem;
    background: linear-gradient(0deg, #fff, rgba(255,255,255,0));
    position: absolute;
    left: 0;
    bottom: 0;
}
.message .inner {
    z-index: 2;
}
.message .con {
    margin-left: 0.5rem;
    position: relative;
    z-index: 2;
}
.message .con .copy {
    padding-bottom: 0.5rem;
}
.message .con .copy p {
    font-size: 0.32rem;
    font-weight: 700;
    line-height: 2.125;
    text-shadow: 0 0 0.1rem rgba(0,0,0,0.16);
    padding-bottom: 0.25rem;
}
.message .con h3 {
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
    text-shadow: 0 0 0.1rem rgba(0,0,0,0.16);
}
.message .txt {
    width: 100%;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45;
    text-align: center;
    color: rgba(255,255,255,0.25);
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 6.4rem;
    z-index: 1;
}
.message .nami1 {
    width: 16.5147rem;
    height: 2.4728rem;
    position: absolute;
    right: 50%;
    top: -0.43rem;
    margin-right: 5.16rem;
    z-index: 1;
}
.message .nami1 .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 200px;
    stroke-dasharray: 3000px;
    stroke-dashoffset: 3000px;
}
.message.isAnimate .nami1 .st0 {
    animation: nami 1.5s 0s forwards;
}
.message .nami1 #nami1 {
    mask: url(#mask-wrapper1);
}
.message .nami2 {
    width: 17.0346rem;
    height: 2.1417rem;
    position: absolute;
    left: 50%;
    top: 3.42rem;
    margin-left: -0.97rem;
    z-index: 1;
}
.message .nami2 .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 200px;
    stroke-dasharray: 3000px;
    stroke-dashoffset: 3000px;
}
.message.isAnimate .nami2 .st0 {
    animation: nami 1.5s 1.2s forwards;
}
.message .nami2 #nami2 {
    mask: url(#mask-wrapper2);
}
@media screen and (max-width:750px){
.message {
    padding: 0.8rem 0 3rem;
}
.message .con {
    margin-left: 0;
}
.message .con .copy {
}
.message .con .copy p {
    font-size: 0.21rem;
    line-height: 1.95;
}
.message .con h3 {
    font-size: 0.5rem;
    line-height: 1.2;
    white-space: nowrap;
}
.message .txt {
    width: 100%;
    font-size: 0.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45;
    text-align: left;
    top: 6.8rem;
}
.message .nami1 {
    top: 0;
    margin-right: 0;
}
.message .nami2 {
    top: 3.5rem;
}
}


/* pickup
------------------------------------------------- */
.pickup {
    position: relative;
    z-index: 2;
}
.pickup::before {
    content: '';
    width: 100%;
    height: 0.6rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_364%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20364%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221366%22%20height%3D%2259.535%22%20viewBox%3D%220%200%201366%2059.535%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_105%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20105%22%20width%3D%221366%22%20height%3D%2259.535%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_137%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20137%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M0%2C59.535V0H1366V59.535s-304-50.7-683-50.7S0%2C59.535%2C0%2C59.535%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: -0.02rem;
    z-index: 10;
}
.pickup .box {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    overflow: hidden;
}
.pickup .box::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(10,211,138,0.07);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    backdrop-filter: blur(10px);
}
.pickup .box::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/top/pickup_bg.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.pickup .box .con {
    position: relative;
    z-index: 3;
}
.pickup .box .con h3 {
    color: #fff;
    text-align: center;
    padding: 1.48rem 0 0.77rem;
}
.pickup .box .con h3 b {
    display: block;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-bottom: 0.34rem;
}
.pickup .box .con h3 span {
    display: block;
    font-weight: 400;
    font-size: 0.55rem;
    line-height: 1;
    letter-spacing: 0.1em;
}
.pickup .pickup-thum {
    width: 2.3rem;
    height: 0.47rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 1.4rem 0 0 -1.15rem;
    z-index: 15;
}
.pickup .pickup-thum .swiper-slide {
    width: 2.3rem;
    height: 0.47rem;
}
.pickup .control {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0.4rem 0 0 -0.575rem;
    z-index: 10;
}
.pickup .autoplay-progress {
    width: 1.15rem;
    height: 1.15rem;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    box-sizing: border-box;
    position: relative;
}
.pickup .autoplay-progress svg {
	position: absolute;
	left: -10%;
	top: -10%;
	z-index: 3;
	width: 120%;
	height: 120%;
	stroke-width: 0.005rem;
	stroke: #fff;
	fill: none;
	stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}
.pickup .swiper-pagination1 {
    font-size: 0.35rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0.38rem;
}
.pickup .swiper-pagination2 {
    text-align: center;
    position: relative;
    z-index: 2;
}
.pickup .swiper-pagination2 .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background-color: rgba(0,0,0,0);
    border: 1px solid #707070;
    border-radius: 50%;
    margin: 0.01rem 0.075rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s;
    opacity: 1;
}
.pickup .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
@media screen and (min-width:1367px){
.pickup::before {
    height: 4.3923vw;
}
}
@media screen and (min-width:751px){
.pickup .swiper-pagination2 .swiper-pagination-bullet:hover {
    background-color: #fff;
}
}
@media screen and (max-width:750px){
.pickup::before {
    display: none;
}
.pickup .pickup-slider {
    overflow: inherit;
}
.pickup .pickup-slider .swiper-slide::before {
    content: '';
    width: 100%;
    height: 0.6rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_364%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20364%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221366%22%20height%3D%2259.535%22%20viewBox%3D%220%200%201366%2059.535%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_105%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20105%22%20width%3D%221366%22%20height%3D%2259.535%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_137%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20137%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M0%2C59.535V0H1366V59.535s-304-50.7-683-50.7S0%2C59.535%2C0%2C59.535%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: -0.02rem;
    z-index: 11;
}
.pickup .box {
    width: 2.75rem;
    height: 2.75rem;
    top: -0.85rem;
    z-index: 20;
}
.pickup .box .con h3 {
    padding: 0.5rem 0 0.4rem;
}
.pickup .box .con h3 b {
    font-size: 0.12rem;
    padding-bottom: 0.1rem;
}
.pickup .box .con h3 span {
    font-size: 0.3rem;
}
.pickup .pickup-thum {
    width: 2rem;
    height: 0.4rem;
    top: -0.35rem;
    margin: 0 0 0 -1rem;
    z-index: 25;
}    
.pickup .pickup-thum .swiper-slide {
    width: 2rem;
    height: 0.4rem;
}
.pickup .control {
    width: 0.9rem;
    height: 0.9rem;
    margin: -1.25rem 0 0 -0.46rem;
}
.pickup .autoplay-progress {
    width: 0.9rem;
    height: 0.9rem;
    margin: -0.7rem auto 0;
}
.pickup .autoplay-progress svg {
	position: absolute;
	left: -10%;
	top: -10%;
	z-index: 3;
	width: 120%;
	height: 120%;
	stroke-width: 0.005rem;
	stroke: #fff;
	fill: none;
	stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}
.pickup .swiper-pagination1 {
    font-size: 0.24rem;
    top: -0.4rem;
}
.pickup .swiper-pagination2 {
    padding-top: 0.25rem;
}
.btnst1 a span {
    width: 0.7rem;
}
}


/* interview
------------------------------------------------- */
.interview {
    background: url("../img/top/interview_bg.png") center center no-repeat;
    background-size: 100% 100%;
    padding: 2.85rem 0 1.21rem;
    margin: -0.6rem 0 -0.94rem;
    position: relative;
    z-index: 3;
}
.interview .interview-slider {
    width: 80.5%;
    height: 5rem;
    margin: 0 0 0.7rem 19.5%;
    position: relative;
    z-index: 2;
}
.interview .headline1 {
    margin-left: 0.5rem;
}
.interview .headline1 span {
    color: #0AD38A;
}
.interview .interview-slider .swiper-wrapper {
	align-items: flex-end;
}
.interview .interview-slider .swiper-slide {
	width: 5.7rem;
    height: 3.3rem;
	margin-right: 0.73rem;
	transition: width 0.3s ease, height 0.4s ease;
}
.interview .interview-slider .swiper-slide a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	pointer-events: none;
}
.interview .interview-slider .swiper-slide a .photo {
	width: 2.4rem;
	height: 3.3rem;
    background-color: #fff;
    border-radius: 0.15rem;
	overflow: hidden;
	transition: 0.4s;
	z-index: 1;
    position: relative;
}
.interview .interview-slider .swiper-slide a .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	opacity: 0.48;
}
.interview .interview-slider .swiper-slide a .con {
	color: #1A1A1A;
	position: absolute;
	left: 0;
	top: 1em;
	padding-top: 0.9rem;
	opacity: 0;
	transition: 0.4s 0.3s;
	z-index: 2;
}
.interview .interview-slider .swiper-slide a .con .cat {
    font-size: 0.14rem;
    letter-spacing: 0.02em;
    line-height: 1.42;
    margin-bottom: 0.42rem;
}
.interview .interview-slider .swiper-slide a .con .cat::before {
    content: '■';
    color: #04AD70;
    padding-right: 0.05rem;
}
.interview .interview-slider .swiper-slide a .con .cat2::before {
    color: #046AEC;
}
.interview .interview-slider .swiper-slide a .con .cat3::before {
    color: #F59131;
}
.interview .interview-slider .swiper-slide a .con h4 {
    font-size: 0.34rem;
    font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.47;
	margin-bottom: 0.4rem;
    color: #fff;
    text-shadow: 0.02rem 0.04rem 0.1rem rgba(0,0,0,0.6);
}
.interview .interview-slider .swiper-slide a .con .name span {
	display: block;
    font-size: 0.12rem;
	line-height: 1.66;
	letter-spacing: 0.02em;
}
.interview .interview-slider .swiper-slide.swiper-slide-next {
	width: 2.4rem;
}
.interview .interview-slider .swiper-slide.swiper-slide-active {
	width: 5.7rem;
	height: 5rem;
}
.interview .interview-slider .swiper-slide.swiper-slide-active a {
	justify-content: flex-end;
	pointer-events: auto;
}
.interview .interview-slider .swiper-slide.swiper-slide-active a .photo {
	width: 3.7rem;
	height: 5rem;
}
.interview .interview-slider .swiper-slide.swiper-slide-active a .photo img {
    opacity: 1;
	transition: 0.4s;
}
.interview .interview-slider .swiper-slide.swiper-slide-active a .con {
	top: 0;
	opacity: 1;
}
.interview .swiper-button-next,
.interview .swiper-button-prev {
    width: 0.58rem;
    height: 0.58rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
}
.interview .swiper-button-next {
    left: 0.7rem;
}
.interview .swiper-button-next::after,
.interview .swiper-button-prev::after {
    content: '';
    width: 0.12rem;
    height: 0.24rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.511%22%20height%3D%2224.901%22%20viewBox%3D%220%200%2013.511%2024.901%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_14%22%20data-name%3D%22%E3%83%91%E3%82%B9%2014%22%20d%3D%22M288.874%2C3356.56l11.92%2C11.92-11.92%2C11.92%22%20transform%3D%22translate(-288.343%20-3356.03)%22%20fill%3D%22none%22%20stroke%3D%22%230ad38a%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.12rem 0 0 -0.06rem;
    transition: 0.4s;
}
.interview .swiper-button-prev::after {
    transform: scale(-1, 1);
}
.interview .btnst1 {
    display: flex;
    justify-content: flex-end;
    margin-right: -0.3rem;
}
.interview .nami3 {
    width: 17.0346rem;
    height: 2.1417rem;
    position: absolute;
    right: 50%;
    top: 1.61rem;
    margin-right: 1.91rem;
    z-index: 2;
}
.interview .nami3 .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 200px;
    stroke-dasharray: 3000px;
    stroke-dashoffset: 3000px;
}
.interview.isAnimate .nami3 .st0 {
    animation: nami 1.5s 0.2s forwards;
}
.interview .nami3 #nami3 {
    mask: url(#mask-wrapper3);
}
@media screen and (min-width:1367px){
.interview::after {
    height: 4.3923vw;
    bottom: -4.3vw;
}
}
@media only screen and (min-width:751px){
.interview .interview-slider .swiper-slide.swiper-slide-active a:hover .photo img {
	transform: scale(1.1);
}
.interview .swiper-button-next:hover::after,
.interview .swiper-button-prev:hover::after {
    margin-left: 0;
}
.interview .swiper-button-prev:hover::after {
    margin-left: -0.12rem;
}
}
@media screen and (max-width:750px){
.interview {
    background-image: url("../img/top/interview_bg_sp.png");
    padding: 1rem 0 0.53rem;
    margin: -0.6rem 0 -0.94rem;
}
.interview .interview-slider {
    width: 84.8vw;
	height: 150vw;
	margin: 12vw 0 0 13.2vw;
	overflow: inherit;
}
.interview .headline1 {
    margin-left: 0;
}
.interview .interview-slider .swiper-wrapper {
	align-items: flex-start;
}
.interview .interview-slider .swiper-slide {
	width: 66.66vw;
	height: 55.73vw;
	margin-right: 8vw;
}
.interview .interview-slider .swiper-slide a .photo {
	width: 41.6vw;
	height: 55.73vw;
	margin-top: 27.47vw;
}
.interview .interview-slider .swiper-slide a .con {
	top: 92vw;
	padding-top: 0;
}
.interview .interview-slider .swiper-slide a .con .cat {
    font-size: 0.14rem;
    margin-bottom: 0.1rem;
}
.interview .interview-slider .swiper-slide a .con h4 {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
    color: #1A1A1A;
    text-shadow: none;
    white-space: nowrap;
}
.interview .interview-slider .swiper-slide a .con .name span {
	display: block;
    font-size: 0.12rem;
	line-height: 1.66;
	letter-spacing: 0.02em;
}
.interview .interview-slider .swiper-slide.swiper-slide-next {
	width: 41.6vw;
}
.interview .interview-slider .swiper-slide.swiper-slide-active {
	width: 66.66vw;
	height: 16vw;
}
.interview .interview-slider .swiper-slide.swiper-slide-active a {
	justify-content: flex-start;
}
.interview .interview-slider .swiper-slide.swiper-slide-active a .photo {
	width: 66.66vw;
	height: 83.2vw;
	margin-top: 0;
}
.interview .interview-slider .swiper-slide.swiper-slide-active a .con {
	top: 97vw;
}
.interview .swiper-button-next,
.interview .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
    left: auto;
    right: 0.6rem;
    top: 93vw;
    bottom: auto;
}
.interview .swiper-button-next {
    left: auto;
    right: 0.1rem;
}
.interview .swiper-button-next::after,
.interview .swiper-button-prev::after {
    width: 0.1rem;
    height: 0.2rem;
    margin: -0.1rem 0 0 -0.05rem;
}
.interview .btnst1 {
    justify-content: center;
    margin: 0.2rem 0 0;
}
.interview .nami3 {
    top: -0.3rem;
    margin-right: 0;
}
}