@charset "utf-8";
body {
  padding-top: 0;
}
#header-area {
  opacity: 0;
}
#header-area.top:not(.open) {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
#header-area.top:not(.open) #logo-main path, #header-area.top:not(.open) #logo-main rect {
  fill: #FFF !important;
}
#header-area.top:not(.open) #logo-main span {
  color: #FFF;
}
#header-area.top:not(.open) .navi-entry > li a {
  border: 1px solid #FFF;
  color: #FFF;
  background-color: transparent;
}
#header-area.top:not(.open) .navi-entry > li a:hover{
	background-color: rgba(255,255,255,.40);
}
#header-area.top:not(.open) #humberger > span {
  color: #FFF;
}
#header-area.top:not(.open) #humberger > .trigger > span {
  background-color: #FFF;
}
#footer-area{
	position: relative;
	z-index: 5;
}
@media print, screen and (min-width: 781px) {}
@media screen and (max-width: 780px) {}
.top-anim-fade {
  opacity: 0;
  transition: ease-out .5s;
}
.top-anim-fade.show {
  opacity: 1;
}
.slider-box {
  width: 29.28%;
  max-width: 800px;
  position: fixed;
  top: 50%;
  right: 25.03%;
  transform: translateY(-50%);
  z-index: -1;
}
.slider {
  position: relative;
  text-align: center;
  padding-bottom: 100%;
  width: 100%;
}
.slider.top-anim-fade.show {
  transition-delay: 1.5s;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider ul img {
  width: 100%;
  margin: 0 auto;
  padding: 0 auto;
}
.slider ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 21s;
}
.slider ul li:nth-child(1) {
  animation-name: slider;
  animation-delay: -1s;
}
.slider ul li:nth-child(2) {
  animation-name: slider;
  animation-delay: 6s;
  opacity: 0;
}
.slider ul li:nth-child(3) {
  animation-name: slider;
  animation-delay: 13s;
  opacity: 0;
}
@keyframes slider {
  0% {
    opacity: 0;
  }
  4.76% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  42.85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media print, screen and (min-width: 781px) {}
@media screen and (max-width: 780px) {
  .slider-box {
    width: 61.53%;
    max-width: 800px;
    position: fixed;
    top: 38.43%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
#mv {
  height: 100vh;
  width: 100%;
	position: relative;
	z-index: 1;
}
#zoom .catch.top-anim-fade.show {
  transition-delay: .5s;
}
@media print, screen and (min-width: 781px) {
  #mv {
    height: 100vh;
    width: 100%;
  }
  #zoom {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    opacity: 1;
    overflow: hidden;
    mix-blend-mode: screen;
    transition: .3s;
    height: -webkit-fill-available;
  }
  #zoom .catch {}
  #zoom .catch .catch-wrap {
    transform-origin: 14% 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: 1px solid transparent;
    filter: blur(0);
    -webkit-filter: blur(0);
    position: fixed;
    left: 25.18%;
    top: calc(50% - 12.81%);
    width: 25.62%;
    transform: scale(1) rotate(0.001deg);
  }
  #zoom > div .catch p {
    display: block !important;
  }
  #zoom > div .slide img {
    height: auto;
    width: 100%;
  }
  .bg {
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  #video {
    /*background: url("../img/main_movie.jpg") center center no-repeat;
    background-size: cover;*/
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #zoom .btn-scroll {
    color: #000;
    font-family: var(--font-en);
    font-weight: var(--font-w-m);
    font-size: 12px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    height: 70px;
    width: 23px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  #zoom .btn-scroll:before {
    background-color: #000;
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
}
@media screen and (max-width: 780px) {
  #mv {
    width: 100%;
  }
  #zoom {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    opacity: 1;
    overflow: hidden;
    mix-blend-mode: screen;
    transition: .3s;
  }
  #zoom .catch .catch-wrap {
    transform-origin: 30% 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: 1px solid transparent;
    filter: blur(0);
    -webkit-filter: blur(0);
    position: fixed;
    left: calc(50% - 20.51%);
    top: 59.29%;
    width: 41.02%;
    transform: scale(1) rotate(0.001deg);
  }
  #zoom .catch .catch-wrap img {
    height: auto;
    width: 100%;
  }
  #zoom > div .catch p {
    display: block !important;
  }
  .bg {
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  #video {
    background: url("../img/main_movie.jpg") center center no-repeat;
    background-size: cover;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #zoom .btn-scroll {
    color: #000;
    font-family: var(--font-en);
    font-weight: var(--font-w-m);
    font-size: 12px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    height: 70px;
    width: 23px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  #zoom .btn-scroll:before {
    background-color: #000;
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#movie-area .btn:after {
	border: 1px solid #FFF;
	border-radius: 50%;
	background-image: url("../common/img/ic_play.svg");
	background-repeat: no-repeat;
	content: "";
	display: block;
	margin: 0 auto;
	height: 90px;
	width: 90px;
	transition: .3s;
}
#movie-area .btn:hover:after {
	background-color: rgba(255,255,255,.40);
}
#movie-area .btn-area > ul > li > a {
  transition: .3s;
}
#movie-area .btn-area > ul > li > a:hover {
  background-color: #888888;
}
#movie-area .btn-area > ul > li .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#movie-area .btn-area > ul > li:nth-child(1) .image {
  background-image: url("../img/img_kosen.jpg");
}
#movie-area .btn-area > ul > li:nth-child(2) .image {
  background-image: url("../img/img_koko.jpg");
}
@media print, screen and (min-width: 781px) {
  #movie-area {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  #movie-area .btn {
    color: #FFF;
    font-family: var(--font-en);
    font-weight: var(--font-w-el);
    letter-spacing: .08em;
    cursor: pointer;
    font-size: 80px;
		line-height: 1;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
	#movie-area .btn:after{
		background-position: left 19px center;
		margin-top: 25px;
	}
  #movie-area .btn-scroll {
    color: #FFF;
    font-family: var(--font-en);
    font-weight: var(--font-w-m);
    font-size: 12px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    height: 70px;
    width: 23px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  #movie-area .btn-scroll:before {
    background-color: #FFF;
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  #movie-area .btn-area {
    color: #FFF;
    width: 25.32%;
    min-width: 346px;
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
  #movie-area .btn-area > ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  #movie-area .btn-area > ul > li {
    font-family: var(--font-jp);
    font-weight: var(--font-w-m);
    letter-spacing: .045em;
    width: 49.71%;
  }
  #movie-area .btn-area > ul > li > a {
    border-radius: 5px;
    background-color: #0071BC;
    display: block;
    padding: 0 0 10px;
  }
  #movie-area .btn-area > ul > li .image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 46.51%;
  }
  #movie-area .btn-area > ul > li p {
    background-color: #0CB5EB;
    border-radius: 40px;
    font-size: 10px;
    margin: -12px auto 0;
    width: 58.13%;
    position: relative;
  }
  #movie-area .btn-area > ul > li h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  #movie-area {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  #movie-area .btn {
    color: #FFF;
    font-family: var(--font-en);
    font-weight: var(--font-w-el);
    letter-spacing: .08em;
    cursor: pointer;
    font-size: 30px;
		line-height: 1;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
	#movie-area .btn:after{
		background-position: 10px center;
		background-size: 14px auto;
		height: 40px;
		width: 40px;
		margin-top: 20px;
	}
  #movie-area .btn-scroll {
    color: #FFF;
    font-family: var(--font-en);
    font-weight: var(--font-w-m);
    font-size: 12px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    height: 70px;
    width: 23px;
    position: absolute;
    left: 50%;
    bottom: 132px;
    transform: translateX(-50%);
  }
  #movie-area .btn-scroll:before {
    background-color: #FFF;
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  #movie-area .btn-area {
    background-color: #FFF;
    color: #FFF;
    padding-top: 2px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #movie-area .btn-area > ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  #movie-area .btn-area > ul > li {
    font-family: var(--font-jp);
    font-weight: var(--font-w-m);
    letter-spacing: .045em;
    width: calc(50% - 1px);
  }
  #movie-area .btn-area > ul > li > a {
    background-color: #0071BC;
    display: block;
    padding: 0 0 10px;
  }
  #movie-area .btn-area > ul > li .image {
    height: 80px;
  }
  #movie-area .btn-area > ul > li p {
    background-color: #0CB5EB;
    border-radius: 40px;
    font-size: 10px;
    margin: -12px auto 0;
    width: 58.13%;
    position: relative;
  }
  #movie-area .btn-area > ul > li h3 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 781px) {
  #top-contents-area {
    background-color: #FFF;
    padding: 140px 0;
    width: 100%;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 780px) {
  #top-contents-area {
    background-color: #FFF;
    padding: 50px 0 100px;
    width: 100%;
    position: relative;
    z-index: 3;
  }
}
#know-sec h2 {
  font-family: var(--font-jp);
  font-weight: var(--font-w-b);
}
.know-sec-wrap > p, .know-contents-item {
  font-family: var(--font-jp);
  font-weight: var(--font-w-m);
}
.know-contents-item a {
	transition: .2s;
}
.know-contents-item a:hover {
	color: #888787;
}
.know-contents-item .image {
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
	will-change: transform;
}
.know-contents-item .image:before{
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: ease-out .5s;
}
.know-contents-item a:hover .image:before{
	transform: scale(1.02);
}
.know-contents-item:nth-child(1) .image:before {
  background-image: url("../img/img_basic.jpg");
}
.know-contents-item:nth-child(2) .image:before {
  background-image: url("../img/img_future.jpg");
}
.know-contents-item p {
  background-image: url("../common/img/ic_arrow_entry.svg");
  background-position: left center;
  background-repeat: no-repeat;
	transition: .2s;
}
.know-contents-item a:hover p{
	background-image: url("../common/img/ic_arrow_gray.svg");
}
@media print, screen and (min-width: 781px) {
  #know-sec {
    position: relative;
    padding-top: 60px;
  }
  #know-sec:before {
    background-color: #F7F7F7;
    content: "";
    display: block;
    height: 618px;
    width: 85.87%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .know-sec-wrap {
    margin: 0 auto;
    width: 79.06%;
    max-width: 1080px;
    position: relative;
    z-index: 2;
  }
  #know-sec h2 {
    font-size: 24px;
    text-align: center;
  }
  .know-sec-wrap > p {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
  }
  .know-contents-list {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
  }
  .know-contents-item {
    font-size: 26px;
    width: 46.29%;
  }
  .know-contents-item a {
    color: #0071BC;
    display: block;
  }
  .know-contents-item .image {
    border-radius: 10px;
    padding-bottom: 80%;
    margin-bottom: 20px;
  }
  .know-contents-item p {
    padding-left: 45px;
  }
	.know-contents-item:nth-child(1) a{
		position: relative;
	}
  .know-contents-item:nth-child(1) a:after {
    background: url("../img/fukidashi.png") no-repeat;
    background-size: 194px auto;
    content: "";
    display: block;
    height: 134px;
    width: 194px;
    position: absolute;
    top: -20px;
    right: 10px;
  }
}
@media screen and (max-width: 780px) {
  #know-sec {
    background-color: #F7F7F7;
    position: relative;
    padding-top: 65px;
    padding-bottom: 10px;
  }
  .know-sec-wrap {
    padding: 0 20px;
    position: relative;
    z-index: 2;
  }
  #know-sec h2 {
    font-size: 24px;
    text-align: center;
  }
  .know-sec-wrap > p {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
  }
  .know-contents-list {
    margin-top: 45px;
  }
  .know-contents-item {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .know-contents-item a {
    color: #0071BC;
    display: block;
  }
  .know-contents-item .image {
    border-radius: 10px;
    padding-bottom: 80%;
    margin-bottom: 20px;
  }
  .know-contents-item p {
    line-height: 1.4;
    padding-left: 45px;
  }
  .know-contents-item:nth-child(1) a {
    position: relative;
  }
  .know-contents-item:nth-child(1) a:before {
    background: url("../img/fukidashi.png") no-repeat;
    background-size: 135px auto;
    content: "";
    display: block;
    height: 94px;
    width: 135px;
    position: absolute;
    top: -15px;
    right: 10px;
		z-index: 3;
  }
}
#business_field-sec {
  position: relative;
}
#business_field-sec h2 {
  font-family: var(--font-jp);
  font-weight: var(--font-w-b);
}
.business_field-sec-wrap .detail {
  font-family: var(--font-jp);
  font-weight: var(--font-w-m);
}
.business_field-sec-wrap .detail > a {
  background-image: url("../common/img/ic_arrow_entry.svg");
  background-position: left center;
  background-repeat: no-repeat;
	transition: .2s;
}
.business_field-sec-wrap .detail > a:hover {
	background-image: url("../common/img/ic_arrow_gray.svg");
	color: #888787;
}
@media print, screen and (min-width: 781px) {
  #business_field-sec {
    margin-top: 140px;
  }
  #business_field-sec:before {
    background-color: #F1F7FB;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 10%;
  }
  .business_field-sec-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
    max-width: 1080px;
    position: relative;
    z-index: 2;
  }
  .business_field-sec-wrap .image {
    width: 50%;
  }
  .business_field-sec-wrap .image img {
    height: auto;
    width: 120.9%;
    max-width: none;
    position: relative;
    left: -20.9%;
  }
  .business_field-sec-wrap .image a {
    transition: .3s;
  }
  .business_field-sec-wrap .image a:hover {
    opacity: .7;
  }
  .business_field-sec-wrap .detail {
    padding: 20px 0 20px 70px;
    width: 50%;
  }
  #business_field-sec h2 {
    font-size: 24px;
  }
  .business_field-sec-wrap .detail p {
    font-size: 18px;
    margin: 30px 0;
  }
  .business_field-sec-wrap .detail > div {
    display: none;
  }
  .business_field-sec-wrap .detail a {
    color: #0071BC;
    font-size: 26px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 780px) {
  #business_field-sec {
    padding-top: 50px;
  }
  .business_field-sec-wrap {
    padding: 0 20px;
    position: relative;
    z-index: 2;
  }
  .business_field-sec-wrap .image {
    display: none;
  }
  .business_field-sec-wrap .detail {}
  #business_field-sec h2 {
    font-size: 24px;
    text-align: center;
  }
  .business_field-sec-wrap .detail p {
    font-size: 18px;
    margin: 30px 0;
    text-align: center;
  }
  .business_field-sec-wrap .detail > div {
    margin-bottom: 20px;
  }
  .business_field-sec-wrap .detail > div a {
    border-radius: 10px;
    background: #F2F8FC url("../img/sp_map.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 80%;
    margin-bottom: 20px;
    display: block;
    transition: .3s;
  }
  .business_field-sec-wrap .detail > div a:hover {
    opacity: .7;
  }
  .business_field-sec-wrap .detail a {
    color: #0071BC;
    font-size: 26px;
    padding-left: 45px;
  }
}
#interview-sec h2 {
  font-family: var(--font-jp);
  font-weight: var(--font-w-b);
}
.interview-list .swiper-pagination-bullet {
  background-color: #0071BC;
  border-radius: 0;
  opacity: 1;
  height: 5px;
  width: 80px;
}
.interview-list .swiper-pagination-bullet {
  margin: 0 5px;
}
.interview-list .swiper-pagination-bullet-active {
  background-color: #D6D6D6;
}
.interview-list .swiper-button-prev, .interview-list .swiper-button-next{
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,.30);
	background-color: #0071BC;
	background-size: 11px auto;
	background-position: center center;
	background-repeat: no-repeat;
	height: 75px;
	width: 75px;
	transition: .3s;
}
.interview-list .swiper-button-prev:hover, .interview-list .swiper-button-next:hover{
	background-color: #888888;
}
.interview-list .swiper-button-prev {
  background-image: url("../common/img/ic_arrow_prev.svg");
}
.interview-list .swiper-button-next {
  background-image: url("../common/img/ic_arrow_next.svg");
}
.interview-list {
  font-family: var(--font-jp);
  font-weight: var(--font-w-r);
  line-height: 1.2;
  letter-spacing: .02em;
}
.interview-list .swiper-slide .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 10px);
  transition: .3s;
}
.interview-list .name {
  background-position: left center;
  background-repeat: no-repeat;
}
.interview-list .type1 {
  color: var(--type1-color1);
}
.interview-list .type1 .image {
  box-shadow: 10px 10px 0 rgba(180, 81, 161, .10);
}
.interview-list .type1 a:hover .image {
  box-shadow: 10px 10px 0 rgba(180, 81, 161, .40);
}
.interview-list .type1 .name {
  background-image: url("../img/ic_arrow_purple.svg");
}
.interview-list .type2 {
  color: var(--type2-color1);
}
.interview-list .type2 .image {
  box-shadow: 10px 10px 0 rgba(142, 175, 68, .10);
}
.interview-list .type2 a:hover .image {
  box-shadow: 10px 10px 0 rgba(142, 175, 68, .40);
}
.interview-list .type2 .name {
  background-image: url("../img/ic_arrow_green.svg");
}
@media print, screen and (min-width: 781px) {
  #interview-sec {
    background: url("../img/bg_interview.svg") right 15px top 70px no-repeat;
    padding: 250px 0 110px;
  }
  #interview-sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .interview-sec-wrap {
    margin: 0 auto;
    width: 90%;
    max-width: 1080px;
  }
  .interview-list {
    font-size: 18px;
    position: relative;
  }
  .interview-list .image {
    padding-bottom: 121.2%;
    margin-bottom: 25px;
  }
  .interview-list .name {
    padding-left: 45px;
  }
  .interview-list .swiper-container {
    overflow: visible;
  }
  .interview-list .swiper-button-prev, .interview-list .swiper-button-next {
    margin-top: -46px;
  }
  .interview-list .swiper-button-prev {
    left: -46px;
  }
  .interview-list .swiper-button-next {
    right: -46px;
  }
  .interview-list .swiper-pagination {
    position: absolute;
    right: 0;
    top: -50px;
  }
  .interview-list .swiper-slide:nth-child(1) .image {
    background-image: url("../img/interview01.jpg");
  }
  .interview-list .swiper-slide:nth-child(2) .image {
    background-image: url("../img/interview02.jpg");
  }
  .interview-list .swiper-slide:nth-child(3) .image {
    background-image: url("../img/interview03.jpg");
  }
  .interview-list .swiper-slide:nth-child(4) .image {
    background-image: url("../img/interview04.jpg");
  }
  .interview-list .swiper-slide:nth-child(5) .image {
    background-image: url("../img/interview05.jpg");
  }
  .interview-list .swiper-slide:nth-child(6) .image {
    background-image: url("../img/interview06.jpg");
  }
}
@media screen and (max-width: 780px) {
  #interview-sec {
    margin-top: 60px;
  }
  #interview-sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
  .interview-sec-wrap {
    border-top: 1px solid #F2F2F2;
    background: url("../img/bg_interview.svg") center 50px no-repeat;
    background-size: 100% auto;
    padding: 110px 0 60px;
    margin: 0 20px;
  }
  .interview-list {
    font-size: 18px;
    position: relative;
  }
  .interview-list .swiper-slide {
    margin-bottom: 40px;
  }
  .interview-list .image {
    padding-bottom: 82.35%;
    margin-bottom: 25px;
  }
  .interview-list .name {
    padding-left: 45px;
  }
  .interview-list .swiper-container {
    overflow: visible;
  }
  .interview-list .swiper-wrapper {
    display: block;
  }
  .interview-list .swiper-button-prev, .interview-list .swiper-button-next {
    display: none
  }
  .interview-list .swiper-pagination {
    display: none;
  }
  .interview-list .swiper-slide:nth-child(1) .image {
    background-image: url("../img/sp_interview01.jpg");
  }
  .interview-list .swiper-slide:nth-child(2) .image {
    background-image: url("../img/sp_interview02.jpg");
  }
  .interview-list .swiper-slide:nth-child(3) .image {
    background-image: url("../img/sp_interview03.jpg");
  }
  .interview-list .swiper-slide:nth-child(4) .image {
    background-image: url("../img/sp_interview04.jpg");
  }
  .interview-list .swiper-slide:nth-child(5) .image {
    background-image: url("../img/sp_interview05.jpg");
  }
  .interview-list .swiper-slide:nth-child(6) .image {
    background-image: url("../img/sp_interview06.jpg");
  }
}
#recruit-area > section h2 {
  font-family: var(--font-jp);
  font-weight: var(--font-w-b);
  text-align: center;
}
#recruit-area > section > ul > li {
  font-family: var(--font-jp);
  font-weight: var(--font-w-m);
  margin-top: 20px;
}
#recruit-area > section > ul > li a {
  background-image: url("../common/img/ic_arrow_entry.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-color: #FFF;
  color: #0071BC;
  display: block;
  transition: .2s;
}
#recruit-area > section > ul > li a:hover {
	background-image: url("../common/img/ic_arrow_gray.svg");
  color: #888888;
}
#recruit-area > section > ul > li > span {
  background-image: url("../common/img/ic_arrow_entry_none.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-color: #FFF;
  color: #99C6E4;
  display: block;
	line-height: 1.1;
}
#recruit-area > section > ul > li > span > span{
	font-family: var(--font-en);
	font-weight: var(--font-w-r);
	font-size: 15px;
}
@media print, screen and (min-width: 781px) {
  #recruit-area {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px;
    ;
    width: 90%;
    max-width: 1080px;
  }
  #recruit-area > section {
    background-color: #F2F8FC;
    padding: 20px 20px 40px;
    width: 49.07%;
  }
  #recruit-area > section h2 {
    font-size: 24px;
  }
  #recruit-area > section > ul > li {
    font-size: 26px;
  }
  #recruit-area > section > ul > li a{
    padding: 20px 20px 20px 65px;
  }
	#recruit-area > section > ul > li > span{
    padding: 16px 20px 16px 65px;
  }
}
@media screen and (max-width: 780px) {
  #recruit-area {}
  #recruit-area > section {
    background-color: #F2F8FC;
    padding: 20px 20px 40px;
    margin-bottom: 5px;
  }
  #recruit-area > section h2 {
    font-size: 24px;
  }
  #recruit-area > section > ul > li {
    font-size: 22px;
  }
  #recruit-area > section > ul > li a{
    padding: 20px 20px 20px 65px;
  }
	#recruit-area > section > ul > li > span{
    padding: 16px 20px 16px 65px;
  }
}
@media print, screen and (min-width: 781px) {}
@media screen and (max-width: 780px) {}
@media print, screen and (min-width: 781px) {}
@media screen and (max-width: 780px) {}