@charset "UTF-8";
/**追加CSS**/

/**追加CSS PC**/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

body {
  color: #1A1A1A;
  font-size: 12px;
  line-height: 1.4;
  margin: 0px;
}

body {
  background-color: #FFFFFF;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;overflow: scroll;
  min-width: 1400px;
  font-size: 14px;
}

p {
  margin: 0px;
}

a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
padding: 0px;
list-style: none;
margin:0;
}

h1{
    margin:0;
}

h2{
    margin:0;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
  position: relative;
}

#menu {
    display: none;
}

.flex{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.flex-sb{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.wrap {
    width: 1100px!important;
    margin: 0 auto;
    position: relative;
}

.wrap02 {
    width: 1400px;
    margin: 0 auto;
    /* position: relative; */
}

#sec03 a.a_btn {
    margin-left: 0 !important;
}

img, svg {
    vertical-align: middle !important;
}

.singleFlexSB {
    display: flex;
    justify-content: space-between;
}

.singleContent {
    width: 740px;
}

.singleSidebar {
    width: 240px;
}

/*** タブ切り替え ***/
 
.area .sec05_box {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.area .show {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  opacity: 1;
  z-index: 10;
}

/*** TOP　共通 ***/
.btn {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 14px !important;
}

.sec_ttl {
    /* margin-bottom: 60px; */
}

.sec_ttl .sub {
    line-height: 0;
}

.sec_ttl .ttl {
    margin: 20px 0 20px;
    padding-left: 1em;
}

h2.text {
    font-size: 13px;
    font-weight: 400;
    padding-left: 1em;
}

a.a_btn {
    width: 245px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    font-size: 18px !important;
    border-radius: 10px;
    margin: 0;
    transition: .3s;
}

a.a_btn:hover {
  background: #fff;
  color: #302d42 !important;
}

a.a_btn.comingSoon_btn span.comingSoon{
  opacity: 0;
  position: absolute;
  left: 60px;
}

a.a_btn.comingSoon_btn:hover span{
  opacity: 0;
}

a.a_btn.comingSoon_btn:hover span.comingSoon{
  opacity: 1;
}

a.a_btn:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 10px;
    background: url(/wp-content/uploads/2020/02/btn_line.png)no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.a_btn:hover:before {
    width: 60px;
    height: 10px;
    background: url(/wp-content/uploads/2020/02/btn_line_hv.png)no-repeat;
    background-position: center;
    background-size: contain;
    left: -15px;
    top: 0;
    bottom: 0;
}

a.a_btn:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(/wp-content/uploads/2020/02/icon_arrow.png)no-repeat,#5d8099;
    background-position: center;
    background-size: auto;
    top: 0;
    right: -50px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.a_btn:hover:after {
    opacity: 1;
    right: 0px;
}

a.a_btn.comingSoon_btn:hover:after {
    opacity: 0;
    right: 0px;
}

.btn_bl {
    mix-blend-mode: hard-light;
    background: -moz-linear-gradient(left, #5cc9ff, #00a6f9); 
    background: -webkit-linear-gradient(left, #5cc9ff, #00a6f9); 
    background: linear-gradient(to left, #5cc9ff, #00a6f9); 
}

.btn_blc {
    background: #302d42;
}

/*** TOP START ***/
header#main-header {
    background: url(/wp-content/uploads/2020/02/hd_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 0;
}

.head_box {
    align-items: center;
}

li.nav_li01 {
    position: relative;
}

.head_box nav {
    width: 920px;
    padding-right: 200px;
}

.head_box nav a {
    color: #302d42;
    font-size: 14px;
}

.head_box nav a:hover {
    color: #00a6f9;
}

#hd_menu {
  position: relative;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

#hd_menu li {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

#hd_menu li.nav_arrow:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#hd_menu li.nav_arrow:hover:before {
  opacity: 1;
}

#hd_menu li ul{
  list-style: none;
  position: absolute;
  top: 40px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100vw;
  margin-left: calc(92% - 50vw);
  background: rgba(93, 128, 152, 0.6);
  justify-content: center;
  z-index: 1;
}

#hd_menu li ul li {
  overflow: hidden;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

#hd_menu li ul li a {
  padding: 0 15px;
  margin: 18px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  position: relative;
  border-radius: 20px;
}

#hd_menu li ul li a:hover {
  background: #fff;
  color: #00a6f9;
}

#hd_menu li ul li a:before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #00a6f9;
  border: 3px solid #fff;
  position: absolute;
  border-radius: 10px;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#hd_menu li ul li a:hover:before {
  opacity: 1;
}

#hd_menu li:hover ul li{
  overflow: visible;
  height: 60px;
}

#hd_menu li:hover ul li:first-child{
  border-top: 0;
}

#hd_menu li:hover ul li:last-child{
  border-bottom: 0;
}

div#head-contact {
    width: 120px;
    background: #00a6f9;
    font-size: 12px;
}

div#head-contact li {
  width: 40px;
  border: 1px solid #00a6f9;
}

div#head-contact a {
  color: #fff;
  text-align: center;
  color: #5d8099;
  background: #fff;
}

div#head-contact a.a_choice {
  color: #fff;
  background: #00a6f9;
}

section#main_visual .bx-wrapper {
    box-shadow: none !important;
    border: none;
    margin-bottom: 0;
    background: none;
}

ul.main_ul li.main_li {
  height: 620px;
  position: relative;
  width: 100% !important;
}

section#main_visual {
    position: relative;
}

.recMainVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2020/02/main_01bg.png);
    z-index: -1;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.recMainVideo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

ul.main_ul li.main_li:nth-of-type(1):before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    /*background: url(/wp-content/uploads/2020/02/main_01-1.png)no-repeat;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


ul.main_ul li.main_li:nth-of-type(2) {
  /*background: url(/wp-content/uploads/2020/02/main_02.png)no-repeat;*/
  background-position: center;
  background-size: cover;
}

ul.main_ul li.main_li:nth-of-type(3) {
  /*background: url(/wp-content/uploads/2020/02/main_03.png)no-repeat;*/
  background-position: center;
  background-size: cover;
}

li.main_li .img {
    position: absolute;
    top: 0;
    left: 0;
}

section#main_visual .bx-wrapper .bx-prev {
    background: url(/wp-content/uploads/2020/02/slider_prev.png)no-repeat !important;
    background-position: center;
    background-size: auto;
    left: calc(50vw - 550px);
    top: 150px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

section#main_visual .bx-wrapper .bx-prev:hover {
    background: url(/wp-content/uploads/2020/02/slider_prev_hv.png)no-repeat !important;
}

section#main_visual .bx-wrapper .bx-next {
    background: url(/wp-content/uploads/2020/02/slider_next.png)no-repeat !important;
    background-position: center;
    background-size: auto;
    z-index: 10;
    left: calc(50vw - 550px);
    top: auto;
    bottom: 150px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

section#main_visual .bx-wrapper .bx-next:hover {
    background: url(/wp-content/uploads/2020/02/slider_next_hv.png)no-repeat !important;
}

.main_L {
    width: 560px;
    padding-top: 150px;
    position: relative;
    z-index: 10;
}

.main_R {
    width: 240px;
    padding: 120px 0 0 0;
    margin-right: 40px;
}

ul.question_ul {
    color: #fff;
    list-style: none;
    padding-left: 0;
    font-size: 16px;
}

ul.question_ul li {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  padding-left: 40px;
}

ul.question_ul li:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 30px;
  background: url(/wp-content/uploads/2020/02/main_q.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
}

ul.question_ul li:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 11px;
  background: url(/wp-content/uploads/2020/02/main_line02.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: -8px;
}

ul.question_ul li:first-child:after  {
  content: none;
}

ul.question_ul li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.main_img {
    line-height: 0;
    margin-bottom: 120px;
}

p.main_p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

/*** main visiual ***/
.sec_newsLR {
    align-items: center;
}

section#sec_news,section#sec_business {
    background: url(/wp-content/uploads/2020/02/sec_news_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.news_ttl {
    line-height: 0;
    width: 60px;
}

section#sec_news .blog {
    width: 980px;
    background: rgb(224, 231, 236);
    height: 60px;
    line-height: 60px;
    position: relative;
}

section#sec_business .blog {
    width: 1100px;
    background: rgb(224, 231, 236);
    height: 60px;
    line-height: 60px;
}

section#sec_news span.day,
section#sec_business span.day {
    width: 220px;
    padding: 0 1rem;
}

section#sec_news span.ttl {
    width: 700px;
    padding: 0 1rem;
}

section#sec_business span.ttl {
    width: 820px;
    padding: 0 1rem;
}

section#sec_news .plus, section#sec_business .plus {
    width: 60px;
    text-align: center;
}

section#sec_news .more {
    width: 60px;
    height: 60px;
    background: #5d8099;
    text-align: center;
    position: relative;
}

a.blog_a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

a.more_a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

section#sec_news .more span {
    height: 3px;
    background: #fff;
    display: inline-block;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}

section#sec_news .more span:nth-of-type(1) {
    width: 30px;
    top: 17px;
    right: 0;
    left: 0;
    margin: auto;
}

section#sec_news .more span:nth-of-type(2) {
    width: 25px;
    top: 27px;
    left: 15px;
}

section#sec_news .more span:nth-of-type(3) {
    width: 20px;
    top: 37px;
    left: 15px;
}

section#sec_news .more:hover span {
    width: 30px;
}

.loop_wrap {
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

section#sec01 {
    margin-top: 40px;
    padding-bottom: 50px;
}

ul.sec01_ul li {
    width: 280px;
    text-align: center;
}

.sec01_number {
    text-align: left;
}

.sec01_img{
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.sec01_img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 100%;
    max-width: 100%;
}

ul.sec01_ul {
    margin-top: 60px;
}

section#sec02 {
    background: url(/wp-content/uploads/2020/02/sec02_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.sec02_box {
    width: 640px;
    margin-left: auto;
    padding-left: 120px;
}

.sec02_text {
    padding-left: 1em;
    margin-top: 30px;
    line-height: 2;
}

.sec02_text a.a_btn {
    margin-top: 30px;
}

section#sec03 {
    background: url(/wp-content/uploads/2020/02/sec03_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 60px;
    height: 420px;
}

.sec03_text {
    width: 560px;
    line-height: 2;
    margin: 100px 0 30px;
}

section#sec03 .sec_ttl {
    padding-top: 40px;
}

section#sec04 {
    padding: 140px 0;
}

ul.sec04_ul {
    align-items: center;
}

ul.sec04_ul li.sec04_li {
    margin: 30px 0 0 13px;
    align-items: center;
    position: relative;
    width: 358px;
}

ul.sec04_ul li.sec04_li a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

li.sec04_li .sec04_L {
    width: 80px;
    height: 80px;
    position: relative;
}

li.sec04_li .sec04_R {
    width: 268px;
}

li.sec04_li .sec04_L img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

ul.sec04_ul li:nth-of-type(3n + 1) {
  margin-left: 0px;
  /*width: 320px;*/
}

.sec04_R h3 {
    font-size: 20px;
    margin: 0 0 5px 0;
}

.sec04_R h3 span {
    font-size: 13px;
    display: block;
    font-weight: 200;
}

.sec04_R p {
    font-size: 12px;
}

.sec04_R {
    margin-left: 10px;
}

.sec05_top {
    background: url(/wp-content/uploads/2020/02/sec05_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
}

.sec05_top .wrap {
  height: auto !important;
}

.sec05_ttl {
    width: 360px;
    height: 70px;
    color: #fff;
    text-align: center;
    background: #00a6f9;
    border-radius: 10px;
    margin: 0 10px;
    cursor: pointer;
}

.active.sec05_ttl {
    background: #fff;
    height: 70px;
    border-radius: 10px 10px 0 0;
}

.sec05_ttl h3 {
    font-size: 25px;
    margin: 0;
    padding: 13px 0;
}

.active.sec05_ttl h3 {
  color: #00a6f9;
}

.sec05_ttl h3 span {
    font-size: 13px;
    display: block;
    font-weight: normal;
	margin-top: 2px;
}

.active.sec05_ttl h3 span {
  color: #5d8099;
}

ul.sec05_text {
    color: #5d8099;
    font-size: 14px;
    text-align: left;
    padding: 10px 20px;
    opacity: 0;
}

.active.sec05_ttl ul.sec05_text {
  opacity: 1;
}

.tab_wrap {
    margin: 50px 0 150px;
}

ul.sec05_slider li {
    position: relative;
}

section#sec05 .bx-wrapper .bx-prev {
    background: url(/wp-content/uploads/2020/02/sec05_prev.png)no-repeat !important;
    background-position: center;
    background-size: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    left: 0;
    width: 23px;
    height: 42px;
}

section#sec05 .bx-wrapper .bx-prev:hover {
    background: url(/wp-content/uploads/2020/02/sec05_prev_hv.png)no-repeat !important;
}

section#sec05 .bx-wrapper .bx-next {
    background: url(/wp-content/uploads/2020/02/sec05_next.png)no-repeat !important;
    background-position: center;
    background-size: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    right: 0;
    display: block;
    width: 23px;
    height: 42px;
}

section#sec05 .bx-wrapper .bx-next:hover {
    background: url(/wp-content/uploads/2020/02/sec05_next_hv.png)no-repeat !important;
}

.sec05_box .bx-wrapper {
    box-shadow: none;
    border: none;
    max-width: 100% !important;
    width: 100%;
    /*display: none !important;*/
    margin-bottom: 20px;
}

.sec05_box.show .bx-wrapper {
  display: block !important;
}

.prof_box {
  position: absolute;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  color: #5d8099;
  border: 3px solid #5d8099;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  width: 375px;
  bottom: 0px;
  left: -80px;
  z-index: 1;
}

ul.sec05_slider li[aria-hidden="false"] .img,
ul.sec05_slider li[aria-hidden="true"] .img,
ul.sec05_slider01 li[aria-hidden="false"] .img,
ul.sec05_slider01 li[aria-hidden="true"] .img ,
ul.sec05_slider02 li[aria-hidden="false"] .img,
ul.sec05_slider02 li[aria-hidden="true"] .img  {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

ul.sec05_slider li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] +  li[aria-hidden="false"] .img,
ul.sec05_slider li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="false"] + li[aria-hidden="true"] .img,
ul.sec05_slider li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="true"] + li[aria-hidden="true"] .img ,
ul.sec05_slider01 li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] +  li[aria-hidden="false"] .img,
ul.sec05_slider01 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="false"] + li[aria-hidden="true"] .img,
ul.sec05_slider01 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="true"] + li[aria-hidden="true"] .img,
ul.sec05_slider02 li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] +  li[aria-hidden="false"] .img,
ul.sec05_slider02 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="false"] + li[aria-hidden="true"] .img,
ul.sec05_slider02 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="true"] + li[aria-hidden="true"] .img  {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

ul.sec05_slider li[aria-hidden="false"] .prof_box,
ul.sec05_slider li[aria-hidden="true"] .prof_box,
ul.sec05_slider01 li[aria-hidden="false"] .prof_box,
ul.sec05_slider01 li[aria-hidden="true"] .prof_box,
ul.sec05_slider02 li[aria-hidden="false"] .prof_box,
ul.sec05_slider02 li[aria-hidden="true"] .prof_box {
  opacity: 0;
}

ul.sec05_slider li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] +  li[aria-hidden="false"] .prof_box,
ul.sec05_slider li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="false"] + li[aria-hidden="true"] .prof_box,
ul.sec05_slider li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="true"] + li[aria-hidden="true"] .prof_box,
ul.sec05_slider01 li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] +  li[aria-hidden="false"] .prof_box,
ul.sec05_slider01 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="false"] + li[aria-hidden="true"] .prof_box,
ul.sec05_slider01 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="true"] + li[aria-hidden="true"] .prof_box,
ul.sec05_slider02 li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] +  li[aria-hidden="false"] .prof_box,
ul.sec05_slider02 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="false"] + li[aria-hidden="true"] .prof_box,
ul.sec05_slider02 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="true"] + li[aria-hidden="true"] .prof_box {
  opacity: 1;
  z-index: 10;
}

.tab_wrap.area .wrap{
    height: 483px;
    position: relative;
}

/*.tab_wrap.area .wrap:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2020/02/coming_soonBack.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
  opacity: .3;
}*/

/*.tab_wrap.area .sec05_box:before {
    content: "Coming soon ...";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 500px;
    text-align: center;
    background: #fff;
    font-size: 26px;
    line-height: 80px;
    height: 80px;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-3deg);
    box-shadow: 5px 5px #2daef9;
    font-weight: bold;
    font-style: italic;
}*/

.tab_wrap.area .sec05_box:nth-child(1):before {
    display: none;
}

/* beforeで枠線の三角を表現 */
.prof_box::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #5d8099;
  border-left: 15px solid transparent;
}

/* beforeで本体の三角を表現 */
.prof_box::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 20px;
    top: -11px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(255, 255, 255, 1);
    border-left: 15px solid transparent;
}

p.prof_ttl {
  font-weight: 600;
  font-size: 16px;
}

.prof {
    font-size: 13px;
}

.prof dl.flex {
    margin: 0;
}

.prof dl dd {
    margin: 0;
    width: 260px;
}

.prof dl dt {
    width: 88px;
    padding-right: 10px;
}

section#sec06 {
    /* padding: 170px 0 0; */
    margin-bottom: 160px;
    height: 480px;
}

section#sec06 .sec_ttl {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 1;
}

.sec06_slider li {
    height: 480px;
    padding: 155px 0 0;
}

.sec06_slider li:nth-of-type(1) {
    background: url(/wp-content/uploads/2020/02/sec06_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.sec06_slider li:nth-of-type(2) {
    background: url(/wp-content/uploads/2020/02/sec06_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.sec06_slider li:nth-of-type(3) {
    background: url(/wp-content/uploads/2020/02/sec06_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
}

section#sec06 .bx-wrapper {
    height: 480px;
    box-shadow: none;
    border: none;
}

section#sec06 .bx-viewport {
    height: 480px !important;
}

section#sec06 .bx-wrapper .bx-prev {
    background: url(/wp-content/uploads/2020/02/sec05_prev.png)no-repeat !important;
    background-position: center;
    background-size: contain !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    top: 30px;
    left: 0;
    width: 12px;
    height: 24px;
}

section#sec06 .bx-controls-direction {
    width: 270px;
    margin: auto;
    position: relative;
}

section#sec06 .bx-wrapper .bx-prev:hover {
    background: url(/wp-content/uploads/2020/02/sec05_prev_hv.png)no-repeat !important;
    background-position: center;
    background-size: contain !important;
}

section#sec06 .bx-wrapper .bx-next {
    background: url(/wp-content/uploads/2020/02/sec05_next.png)no-repeat !important;
    background-position: center;
    background-size: contain !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    top: 30px;
    right: 0;
    width: 12px;
    height: 24px;
}

section#sec06 .bx-wrapper .bx-next:hover {
    background: url(/wp-content/uploads/2020/02/sec05_next_hv.png)no-repeat !important;
    background-position: center;
    background-size: contain !important;
}

section#sec06 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #5d8099;
    width: 20px;
    height: 20px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-indent: 1px !important;
}

section#sec06 .bx-wrapper .bx-pager.bx-default-pager a:hover,
section#sec06 .bx-wrapper .bx-pager.bx-default-pager a.active,
section#sec06 .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #00a6f9;
}

section#sec06 .bx-wrapper .bx-pager.bx-default-pager a:focus{
  text-decoration: none;
}

section#sec06 .bx-wrapper .bx-pager {
  bottom: -35px;
}

.sec06_LR {
    margin-top: 30px;
}

.sec06_L p {
    font-size: 25px;
    width: 430px;
    font-weight: 600;
    line-height: 1.4;
}

.sec06_L p span {
  color: #5d8099;
  font-size: 18px;
}

.sec06_dl {
    margin-top: 30px;
    line-height: 1.6;
}

.sec06_dl dl,.sec06_dl dd {
    margin: 0;
    font-weight: 600;
}

.sec06_dl dl {
  font-size: 20px;
}

.sec06_dl dt {
  width: 140px;
  position: relative;
  font-weight: 600;
}

.sec06_dl dt:after {
  content: "/";
  position: absolute;
  right: 0;
}

.sec06_dl dd {
  padding-left: 1rem;
}

section#sec07 {
    background: url(/wp-content/uploads/2020/02/sec07_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.sec07_R {
    margin-left: 20%;
}

.sec07_LR {
    align-items: baseline;
}

.sec07_L {
    margin-top: 30px;
}

section#sec08 {
    background: url(/wp-content/uploads/2020/02/sec08_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
}

.sec08_LR {
    align-items: center;
}

.sec08_L {
    width: 40%;
    color: #fff;
}

.sec08_R {
    width: 55%;
}

ul.sec08_ulR {
    display: none;
    position: relative;
}

ul.sec08_ulL {
    margin: 30px 0 0 60px;
    font-size: 17px;
}

ul.sec08_ulL li {
    padding-left: 20px;
    cursor: pointer;
	margin-bottom:10px;
}

ul.sec08_ulL li p{
    display: inline-block;
    padding: 0 1em;
    border-radius: 30px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 2;
    font-weight: 600;
}

ul.sec08_ulL li p:hover,
ul.sec08_ulL li.active p{
  background: #fff;
  color: #5d8099;
}

ul.sec08_ulL li p:before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #00a6f9;
  border: 3px solid #fff;
  position: absolute;
  border-radius: 10px;
  left: -20px;
  top: 10px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

ul.sec08_ulL li p:hover:before,
ul.sec08_ulL li.active p:before {
  opacity: 1;
}

ul.sec08_img {
    padding-left: 0;
    list-style: none;
}

ul.sec08_img li {
  line-height: 0;
  border-radius: 10px;
  margin-bottom: 10px;
}

ul.sec08_img li img {
  border-radius: 5px;
}

section#sec09 {
    padding: 50px 0;
    background: #003651;
}

.sec09_bnr li {
    width: 32%;
}

section#sec10 {
    text-align: center;
    padding: 70px 0;
}

ul.sec10_ul {
    font-size: 25px;
    margin-top: 20px;
}

ul.sec10_ul li {
  padding-top: 280px;
  position: relative;
}

ul.sec10_ul li a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

ul.sec10_ul li:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 75px;
  background: url(/wp-content/uploads/2020/02/sec10_arrow.png)no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100px;
  margin: auto;
}

ul.sec10_ul li:hover:before {
  opacity: 1;
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
  animation-iteration-count: infinite;/* アニメーションの繰り返し（無限）*/
}

.challenge {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 10px;
}

@keyframes RightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(-25px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(5px);
  }
}

ul.sec10_ul li:nth-of-type(1) {
  background: url(/wp-content/uploads/2020/02/sec10_01.png)no-repeat;
  background-position: center 15px;
  background-size: 230px;
}

ul.sec10_ul li:hover:nth-of-type(1) {
  background: url(/wp-content/uploads/2020/02/sec10_01_hv.png)no-repeat;
  background-position: center top;
  background-size: 230px;
}

ul.sec10_ul li:nth-of-type(2) {
  background: url(/wp-content/uploads/2020/02/sec10_02.png)no-repeat;
  background-position: center 15px;
  background-size: 230px;
}

ul.sec10_ul li:hover:nth-of-type(2) {
  background: url(/wp-content/uploads/2020/02/sec10_02_hv.png)no-repeat;
  background-position: center top;
  background-size: 230px;
}

ul.sec10_ul li:nth-of-type(3) {
  background: url(/wp-content/uploads/2020/02/sec10_03.png)no-repeat;
  background-position: center 15px;
  background-size: 230px;
}

ul.sec10_ul li:hover:nth-of-type(3) {
  background: url(/wp-content/uploads/2020/02/sec10_03_hv.png)no-repeat;
  background-position: center top;
  background-size: 230px;
}

section#sec11 {
    background: url(/wp-content/uploads/2020/02/sec11_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
}

.sec11_R a.a_btn {
    margin-top: 30px;
}

.sec11_R a.a_btn:hover{
  color: #fff !important;
}

.sec11_R a.a_btn:hover:before {
    width: 60px;
    height: 10px;
    background: url(/wp-content/uploads/2020/02/btn_line.png)no-repeat;
    background-position: center;
    background-size: contain;
    left: -15px;
    top: 0;
    bottom: 0;
}

.sec11_R a.a_btn:hover:after{
  mix-blend-mode: none;
}

.sec11_R {
    width: 550px;
    margin: auto;
    text-align: left;
    line-height: 1.8;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

p.sec11_top {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

p.sec11_top span {
  font-size: 18px;
  font-weight: 800;
}

p.sec11_btm {
    font-size: 15px;
}

.ft_top {
    padding: 20px 0;
}

.ft_nav {
    background: #67b1d5;
    /* padding: 15px 0; */
}

.ft_nav a {
  color: #fff;
  line-height: 2;
  position: relative;
  display: inline-block;
}

.ft_nav a:hover {
  color: #00a6f9;
}

.ft_nav a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #00a6f9;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ft_nav a:hover:before {
  width: 100%;
}

.ft_L {
    width: 910px;
    padding: 40px 60px 40px 0;
}

.ft_R {
    width: 190px;
    padding: 20px 0 20px 60px;
    position: relative;
}
.ft_R:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
  left: 0;
}

.mg_1 {
    margin-top: 1rem;
}

.ft_btn {
    text-align: center;
    padding: 10px 0;
    background-color: #302d42;
    color: #fff;
}

ul.sns_ul {
    position: fixed;
    top: 45vh;
    right: 3.5vw;
    text-align: center;
    z-index: 10;
    mix-blend-mode: screen;
}

ul.sns_ul li {
  line-height: 3;
}

ul.sns_ul li img{
  mix-blend-mode: difference;
}

a.a_entry {
    width: 100px;
    height: 40px;
    background: url(/wp-content/uploads/2020/02/entry_btn.png)no-repeat;
    background-position: center;
    background-size: cover;
}

a.a_entry:hover {
    background: url(/wp-content/uploads/2020/02/entry_btn_hv.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.entry_box {
    position: fixed;
    right: 1vw;
    bottom: 10vh;
}

.hd_top_sp {
    display: none;
}

.sec09_bnr li a img{
  transition: .3s;
}

.sec09_bnr li:first-child{
  position: relative;
}


ul.sec09_bnr.flex-sb.sp {
    display: none;
}

footer#main_footer {
    padding: 0;
    background: #fff;
}

li {
    text-align: left;
}

ul.nav_ul li {
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
}

ul.nav_ul li a {
    color: #fff;
}

.ft_btn small {
    font-size: 12px;
}

li.main_li:nth-of-type(1) .main_R {
    width: auto;
    padding: 0;
    margin-right: 0;
    position: absolute;
    right: 0%;
    top: 70%;
    margin: auto;
    z-index: 999;
}

.interviewBtn a {
    display: block;
    text-align: center;
    position: relative;
    background: #302c41;
    color: #fff !important;
    font-size: 16px;
    z-index: 10;
    border-radius: 3px;
    margin-top: 10px;
    overflow: hidden;
    line-height: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.interviewBtn a:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 10px;
    background: url(/wp-content/uploads/2020/02/btn_line.png)no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.interviewBtn a:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(/wp-content/uploads/2020/02/icon_arrow.png)no-repeat,#5d8099;
    background-position: center;
    background-size: auto;
    top: 0;
    right: -30px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.interviewBtn a:hover:before {
    width: 60px;
    height: 10px;
    background: url(/wp-content/uploads/2020/02/btn_line_hv.png)no-repeat;
    background-position: center;
    background-size: contain;
    left: -15px;
    top: 0;
    bottom: 0;
}

.interviewBtn a:hover {
    background: #fff;
    color: #302d42 !important;
}

.interviewBtn a:hover:after {
    opacity: 1;
    right: 0px;
}

section.interViewMain {
    background-image: url(/wp-content/uploads/2020/02/main_01-1.png);
    background-size: cover;
    background-position: center;
}

section.interViewMain .wrap {
    position: relative;
    height: 500px;
}

section.interViewMain p.mainName {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 130px;
    line-height: 1;
    color: rgba(238, 238, 238, 0.5);
    height: 260px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mainMessage {
    position: absolute;
    left: 0;
    bottom: 180px;
    line-height: 0;
    width: 500px;
}

section.interViewMain .image {
    position: absolute;
    right: 200px;
    top: 200px;
}

section.interviewContent .content {
    padding: 0;
    width: 300px;
    overflow: inherit;
}

section.interviewContent .image {
    width: 700px;
    padding-top: 100px;
    position: relative;
    z-index: 10;
}

section.interviewContent .content .profile {
    margin: -110px 0 50px;
    position: relative;
    z-index: 10000000000;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 10px 10px rgba(204, 204, 204, 0.5);
}

section.interviewContent {
    position: relative;
    z-index: 100;
}

section.interviewContent .content .profile .job {
    background: #138df6;
    color: #fff;
    display: table;
    padding: 3px 12px;
    margin-bottom: 10px;
}

section.interviewContent .content .profile .name {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 5px;
}

section.interviewContent .content .profile .info {
    font-size: 10px;
}

section.interviewContent .content .text h2 {
    border-left: 3px solid #138cf6;
    padding-left: 5px;
    margin: 0 0 20px;
    font-size: 16px;
}

section.interviewContent .content .text p {
    font-size: 14px;
    line-height: 1.5;
}

.recMainVideo video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

p.noImageCover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

p.noImageCover span {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    line-height: 30px;
    height: 30px;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-3deg);
}


/* ↓インタビュー詳細ページCSS↓ */
.interviewMV {
    height: 66vw;
    min-height: 924px;
    min-height: 924px;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #000;
    margin-bottom: 100px;
}

.ota .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/otaTOP.jpg);
}

.yukimasa .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/yukimasaTOP.jpg);
}

.tanaka .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/tanakaTOP.jpg);
}

.takizawa .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/takizawa_mitsuki_main.jpg);
}

.endo_shiori .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/endo_shiori_main.jpg);
}

.minagawa_ai .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/minagawaTOP.jpg);
}

.matsuzaka .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/matsuzaka_yuta_main.jpg);
}

.konishi .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/konishi_kanako_main.jpg);
}

.kawauchi .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/kawauchi_yuma_main.jpg);
}

.kawaguchi .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/kawaguchiTOP.jpg);
}

.ichikawa .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/ichikawaTOP.jpg);
}

.horiuchi .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/horiuchi_masato_main.jpg);
}

.endo .interviewMV {
    background-image: url(/wp-content/uploads/2020/02/endo_shiori_main.jpg);
}


.textArea {
    position: absolute;
    bottom: 300px;
    left: 50px;
    text-shadow: 0 0 10px #fff;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 30px;
}

.yukimasa .textArea,
.tanaka .textArea {
    left: auto;
    right: 50px;
}

.textArea .name {
    font-size: 40px;
}

.textArea .name span {
    font-size: 20px;
    margin-left: 20px;
}

.textArea .class {
    font-size: 16px;
}

.hobby {
    position: absolute;
    left: 50px;
    bottom: 50px;
    font-size: 16px;
    background: -moz-linear-gradient(left, #5cc9ff, #00a6f9);
    background: -webkit-linear-gradient(left, #5cc9ff, #00a6f9);
    background: linear-gradient(to left, #5cc9ff, #00a6f9);
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
}

/*.hobby:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #4fc5fe transparent;
    position: absolute;
    right: 100px;
    bottom: 100%;
}*/

p.handwriting {
    width: 250px;
    margin: 0 auto 10px;
}

.interviewSec01 .interviewImage {
    left: calc(550px - 50vw);
    width: 60vw;
}

.interviewSec01 .interviewContent {
    padding-left: 500px;
}

.interviewContent h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    line-height: 1;
    margin: 0 0 20px;
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9);
}

.interviewContent h2 span {
    display: block;
    font-size: 20px;
}

.interviewContent {
    position: relative;
    z-index: 100;
}

.interviewContent .text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.interviewSec01 .interviewContent {
    top: -100px;
}

.interviewSec02 .interviewImage {
  left: calc(550px - 10vw);
  width: 60vw;
}

.interviewImage {
    position: relative;
}

.interviewSec02 .interviewContent {
    top: -95px;
}

.interviewSec03 .interviewContent {
    top: -100px;
    left: 50px;
    width: 1050px;
}

p.handwriting {
    position: absolute;
    right: 100px;
    bottom: 300px;
    width: 500px;
}

.yukimasa p.handwriting,
.tanaka p.handwriting {
    right: auto;
    left: 100px;
}



/* ↑インタビュー詳細ページCSS↑ */

.custom-pager,
.custom-pager02,
.custom-pager03 {
    display: flex;
    justify-content: center;
}

.custom-pager a,
.custom-pager02 a,
.custom-pager03 a {
    display: block;
    width: 120px;
    margin: 0 10px;
    position: relative;
    height: 60px;
    overflow: hidden;
    border-radius: 60px
}

.custom-pager-area {
    width: 100%;
}

.custom-pager a:after,
.custom-pager02 a:after,
.custom-pager03 a:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 60px;
    box-shadow: 0 0 0 #17a6f9 inset;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s;
}

.custom-pager a.active:after,
.custom-pager02 a.active:after,
.custom-pager03 a.active:after {
    box-shadow: 0 0 0 5px #17a6f9 inset;
    z-index: 10;
}

ul.tab-group {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.recruitLifeContent {
    padding: 50px 0;
}

ul.tab-group li {
    width: 500px;
    background: #333;
    text-align: center;
    transition: .2s;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(113.83190052944838deg, rgba(86, 216, 228,1) 5.736111111111111%,rgb(23, 166, 249) 96.29166666666666%);
    padding: 10px 10px 10px;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
}

ul.tab-group li a {
  color: #fff;
}

ul.tab-group li > span,
ul.tab-group li a > span {
    display: block;
    padding: 20px 10px 20px;
    transition: .2s;
    position: relative;
}

ul.tab-group li > span span,
ul.tab-group li a > span span {
    font-size: 200%;
    margin-left: 5px;
}

ul.tab-group li > span:after,
ul.tab-group li a > span:after {
  transform: rotate(45deg);
  content: "";
  transition: .2s;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  margin: auto;
  bottom: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  right: 0;
}

ul.tab-group li.is-active > span,
ul.tab-group li.is-active a > span {
    background: #fff;
}

ul.tab-group li.is-active {
    color: #17a6f9;
}

ul.tab-group li.is-active > span:after,
ul.tab-group li.is-active a > span:after {
    border-color: #17a6f9;
}

.panel {
    display: none;
}

.panel.is-show {
    display: block;
}

.lifeSection {
    position: relative;
}

.lifeSection .time {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: linear-gradient(113.83190052944838deg, rgba(86, 216, 228,1) 5.736111111111111%,rgb(23, 166, 249) 96.29166666666666%);
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    font-size: 20px;
}

.lifeSection .time span {
    transform: scaleY(1.2);
    display: block;
}

.lifeSection .time span {
    transform: scaleY(1.2);
    display: block;
}

.lifeContent {
    position: absolute;
    top: 0;
    width: 490px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px 20px;
}

.lifeContent:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
  left: 100%;
  top: 35px;
}

.lifeContent h3 {
    padding: 5px 10px;
    background: linear-gradient(113.83190052944838deg, rgba(86, 216, 228,1) 5.736111111111111%,rgb(23, 166, 249) 96.29166666666666%);
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 10px;
}

.lifeContent .text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.lifeSection:nth-child(2n) .lifeContent {
    left: auto;
    right: 0;
}

.lifeSection:nth-child(2n) .lifeContent:before {
    left: auto;
    right: 100%;
    border-width: 5px 10px 5px 0px;
    border-color: transparent #ccc transparent transparent;
}

.lifeSection:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
  width: 5px;
  height: calc(100% - 20px);
  background: #ccc;
  background: linear-gradient(113.83190052944838deg, #eee 5.736111111111111%,#aaa 96.29166666666666%);
}

.lifeSection:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #aaa transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  z-index: -1;
}

.lifeSection:last-child:before,.lifeSection:last-child:after {
    display: none;
}

.lifeSection:last-child {
    margin-bottom: 150px;
}

div#recruitLife h1.kotei_h1 img {
    width: 330px;
}

div#recruitLife h1.kotei_h1 {
    padding-top: 10px;
}


/**追加CSS PC END**/


/**追加CSS SP START**/
@media (max-width: 750px) {

html, body {
    height: auto !important;
    background: #fff !important;
}

.pc {
  display: none !important;
}

.sp {
  display: block;
}

/*spmenu~*/
.sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}
.sp_pr {
    position: relative;
}
.slicknav_menu .slicknav_menutxt {
    display: none !important;
}
.slicknav_menu .slicknav_icon {
    width: 100%;
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    width: 25px !important;
    height: 3px !important;
}
a.slicknav_btn {
    background: #fff;
    border-radius: 0px;
}
/*SPMENU kurukuru*/
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
    top: 5px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    position: absolute;
}
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
    top: 0.4px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    position: absolute;
    width: 25px !important;
}
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}
span.slicknav_icon-bar {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
.slicknav_menu .slicknav_icon {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    position: relative;
}
/*kokomade*/
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_menu {
    background-color: #fff;
}
a.slicknav_btn {
    margin: 12px 3px 3px 0px;
    padding: 0px 0 0 0px;
    height: 25px;
    width: 25px;
}
.slicknav_menu .slicknav_icon {
    height: 16px !important;
    display: block;
}
.slicknav_menu .slicknav_icon:after {
    display: block;
    font-size: 70%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}
.slicknav_nav a {
    color: #333 !important;
    display: inline-block;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: left;
    margin: 0;
    letter-spacing: normal;
    font-size: 80%;
    border: solid #ccc;
    border-width: 0 0px 1px 0;
    line-height: 30px;
    background-image: url(/wp-content/uploads/2020/02/sec05_next_hv.png);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-left: 25px;
}

.slicknav_nav a {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 40px;
    text-align: center;
    width: 49%;
    display: inline-block !important;
}

.slicknav_nav a:hover{
  background:#fff !important;
  background-position: right 10px center;
}
/*~spmenu*/
.sp_hd_logo {
    position: absolute;
    width: 160px;
    top: 15px;
    left: 5px;
}

.sp_hd_tel {
    position: absolute;
    width: 20px;
    top: 12.5px;
    right: 5px;
}

.sp_hd_mail {
    position: absolute;
    width: 20px;
    top: 12.5px;
    right: 5px;
}

.wrap{
  max-width: 94%;
}

.wrap02 {
  max-width: 98%;
}

/*** (SP)TOP START ***/
body {
  overflow: hidden;
  min-width: 100%;
}

.slicknav_menu {
    background: #fff !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #302d42 !important;
    box-shadow: none !important;
}

div#head-contact {
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 10px;
  height: 25px;
  width: 100px;
}

div#head-contact li {
  width: 33px;
  height: 25px;
}

div#head-contact a {
  height: 100%;
  line-height: 25px;
}

section#main_visual {
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 10;
}

ul.sns_spbox {
    width: 50%;
    background: #302d42;
    justify-content: space-around;
}

ul.sns_spbox li a {
  line-height: 3.5;
}

.entry_spbox {
    width: 100%;
    text-align: center;
    background: #5c7f98;
}

.entry_spbox a {
  color: #fff;
}

.hd_top_sp.flex {
    display: flex;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 3px;
    position: relative;
    z-index: 10;
}

ul.main_ul li.main_li {
  height: auto;
}

section#sec_news,section#sec_business {
    background: #F8F9F9;
}

.sec_newsLR {
    display: block;
}

.news_ttl {
    text-align: center;
    width: 100%;
    height: 40px;
    position: relative;
}

.news_ttl:before {
  position: absolute;
  width: 100vw;
  height: 40px;
  background: #e7ecf0;
  content: "";
  display: inline-block;
  left: -2%;
}

.news_ttl {
  line-height: 3;
}

section#sec_news .blog {
    background: none;
    justify-content: end;
}

section#sec_news .more {
  display: none;
}

section#sec_news span.day,
section#sec_business span.day {
    width: auto;
    padding: 0 1rem;
    font-size: 12px;
}

section#sec_news span.ttl {
    width: auto;
    padding: 0 1rem;
    font-size: 12px;
}

section#sec_news .plus, section#sec_business .plus {
  display: none;
}

.loop_wrap img {
  width: auto;
  height: 100px;
  max-width: 2000px !important;
}

section#sec01 {
    margin-top: 15vw;
    padding-bottom: 15vw;
}

ul.sec01_ul li {
    width: 100%;
    text-align: left;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding: 0 2vw;
    align-items: center;
    margin-bottom: 5vw;
}

ul.sec01_ul li:last-child{
  margin-bottom: 0px;
}

h2.text {
    font-size: 15px;
    padding-left: 0;
}

.sec01_text {
  margin-top: 0px;
}

.sec01_img {
    width: 25vw;
    height: 25vw;
    max-width: 30%;
}

.sec01_sptext {
    width: 65%;
}

.sec01_sptext h3 {
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
    margin-top: 10px;
}

.sec01_number {
    width: auto;
}

span.slicknav_icon-bar:nth-child(2) {
    width: 20px !important;
}

span.slicknav_icon-bar:nth-child(3) {
    width: 15px !important;
}

.sec_ttl .ttl {
    margin: 3vw auto 0;
    padding-left: 0;
    width: 90vw;
}

.loop_wrap {
    padding-top: 2vw;
}

ul.sec01_ul {
    margin-top: 10vw;
}

#sec02_sp01{
  background-image: url(/wp-content/uploads/2020/02/sec02_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sec02_sp01 .wrap{
  position: relative;
  height: 60vw;
}

#sec02_sp01 .sec_ttl{
  position: absolute;
  top: 65vw;
}

section#sec_business .blog {
    width: 100%;
    background: #fff;
    height: auto;
    line-height: 1.8;
    padding: 3vw 0;
}

section.sec02_sp02 {
    background-image: url(/wp-content/uploads/2020/02/sec02_bg02_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20vw 0 10vw;
    margin-bottom: 0vw;
}

a.btn_sp {
    display: block;
    width: 80%;
    max-width: 420px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff !important;
    background-color: #302d42 !important;
    margin: 0 auto;
    border-radius: 6px;
    position: relative;
}

.comingSoon_btn span{
  display: none;
}

.comingSoon_btn span.comingSoon{
  display: block;
}

section#sec_business {
    background: #fff !important;
}

section#sec_business span.day {
    padding: 0;
}

section#sec_business span.ttl {
    width: auto;
    padding: 0;
}

#sec03_sp01{
  background-image: url(/wp-content/uploads/2020/02/sec03_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	padding-bottom: 10vw;
}

#sec03_sp01 .sec_ttl{
  padding: 10vw 0 40vw 0;
}


h2.text_sp {
    color: #fff;
}

.sec03_sp02{
  margin-top: -1px;
  margin-bottom: 0px !important;
}

section#sec04 {
    padding: 10vw 0;
}

ul.sec04_ul li.sec04_li {
    margin: 0;
    width: 100%;
    margin-bottom: 5vw;
    position: relative;
}

ul.sec04_ul {
    margin-top: 5vw;
}

.sec04_L {
    width: 17%;
}

.sec04_R {
    width: 75%;
    margin-left: 2%;
}

.sec04_R h3 {
    font-size: 16px;
    margin: 0px 0 2vw 0;
    line-height: 1.3;
}

.sec04_R p {
    line-height: 1.3;
    font-size: 12px;
}

ul.sec04_ul li.sec04_li:after {
    width: 5vw;
    max-width: 20%;
    height: 100%;
    display: block;
    background-color: #302d42;
    content: "";
    position: absolute;
    right: 0;
    bottom:0;
    top:0;
    margin: auto;
    background-image: url(/wp-content/uploads/2020/02/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}

ul.sec04_ul li.sec04_li:last-child{
  margin-bottom: 0px;
}

section#sec07 {
    padding: 10vw 0;
}

.sec07_L {
    margin-top: 0vw;
    width: 40vw;
}

.sec07_R {
    margin-left: 4%;
    width: 48%;
}

a.btn_sp.sp.sec07_btn_sp {
    width: 100%;
}

.sec07_LR {
    align-items: center;
    justify-content: space-between;
    margin-top: 5vw;
}

section#sec08 {
    padding: 10vw 0;
}

section#sec08 .sec_ttl h2.text {
    color: #fff;
}

.sec08_L {
    width: 40%;
    padding-left: 5%;
}

.sec08_R {
    width: 60%;
}

ul.sec08_ulL {
    margin: 0px;
    font-size: 13px;
}

ul.sec08_ulL li {
    padding-left: 0px;
}

ul.sec08_ulR.show li {
    width: 48%;
    margin-bottom: 0vw;
}

ul.sec08_ulR.show li.oneImage {
    width: 100%;
}

ul.sec08_ulR.show li:nth-child(5) {
    width: 100%;
}

ul.sec08_ulR.show li:nth-child(5) p {
    font-size: 12px;
    color: #5d8099;
    line-height: 1.2;
}

.sec08_LR{
  margin-top: 5vw;
}

ul.sec09_bnr.flex-sb.sp li {
    width: 32%;
}

ul.sec09_bnr.flex-sb.sp {
    display: flex;
}

section#sec09 {
    padding: 10vw 0;
}

ul.sec10_ul {
    margin-top: 0vw;
}

ul.sec10_ul li {
    width: 30%;
    padding-top: 35vw;
}

ul.sec10_ul li:nth-of-type(1) {
    background-size: 100%;
}

ul.sec10_ul li:nth-of-type(2) {
    background-size: 100%;
}

ul.sec10_ul li:nth-of-type(3) {
    background-size: 100%;
}

ul.sec10_ul li p {
    font-size: 14px;
}

ul.sec10_ul li .ul_ttl{
  height: 5vw;
}

ul.sec10_ul li:hover:nth-of-type(1) {
    background-size: 100%;
}

ul.sec10_ul li:hover:nth-of-type(2) {
    background-size: 100%;
}

ul.sec10_ul li:hover:nth-of-type(3) {
    background-size: 100%;
}

ul.sec10_ul li:before {
    width: 8vw;
    height: 6vw;
    top: 13vw;
}

section#sec10 {
    padding: 10vw 0;
}

#sec11_sp{
  background-image: url(/wp-content/uploads/2020/02/sec11_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0 30px 0;
}

#sec11_sp .wrap{
  position: relative;
}

#sec11_sp .sec_ttl{
  position: absolute;
  top: -80px;
}

#sec11_sp .sec_ttl .sub img{
  width: 100px;
}

#sec11_sp .sec_ttl h2.text{
  color: #fff;
}

.sec11_R {
    width: 100%;
}

p.sec11_top {
    margin-bottom: 3vw;
    font-size: 13px;
    text-align: left;
    color: #fff;
    line-height: 1.5;
}

p.sec11_top span {
    font-size: 15px;
}

p.sec11_btm {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 5vw;
}

a.btn_sp.sec11_btn_sp {
    background-color: #fff;
    color: #000;
    text-shadow: 0px 0px 0px;
}

.entry_box.pc {
    display: none !important;
}

.ft_top {
    padding: 5vw 0;
}

.ft_logo.sp {
    width: 40vw;
    margin: 0 auto;
    max-width: 140px;
}

.ft_nav_sp ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #302d42;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
}

.ft_nav_sp ul li {
    height: 45px;
    margin-bottom: 1px;
}

#sec06_sp .bx-wrapper {
    box-shadow: 0px 0px 0px;
    border: none;
    background: none;
    margin-bottom: 30px;
}

.sec06_slider_sp ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #000;
}

.sec06_sdr_sp_L {
    width: 35%;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
}

.sec06_sdr_sp_L img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
}

.sec06_sdr_sp_R {
    width: 70%;
}

.sec06_L p {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
}

.sec06_L p span {
    font-size: 12px;
    display: block;
}

.sec06_L {
    width: 65%;
    padding: 2vw;
}

.sec06_dl {
    margin-top: 3vw;
}

.sec06_dl dl {
    font-size: 13px;
}

.sec06_dl dt {
    width: 85px;
}

.sec06_dl dd {
    padding-left: 10px;
}

.sec06_ttlbox{
  background-image: url(/wp-content/uploads/2020/02/sec02_bg02_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10vw 0;
}

#sec06_sp .bx-wrapper .bx-pager.bx-default-pager a {
  background: #5d8099;
  text-indent: 1px !important;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

#sec06_sp .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #00a6f9 !important;
}

.bx-wrapper .bx-pager {
    position: static !important;
    padding-top:5vw !important;
}



/*** main　追加分  ***/
ul.main_sldsp li.main_sldsp_li {
    /* position: relative; */
    height: 80vw;
    padding: 20px 0;
}

.recMainVideo video {
    width: 200%;
    left: -50%;
}

ul.main_sldsp li.main_sldsp_li:nth-of-type(1) {
    /*background: url(/wp-content/uploads/2020/02/main_01bg.png)no-repeat;*/
    background-position: center;
    background-size: cover;
}

ul.main_sldsp li.main_sldsp_li:nth-of-type(1):before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    /*background: url(/wp-content/uploads/2020/02/main_01-1.png)no-repeat;*/
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

ul.main_sldsp li.main_sldsp_li:nth-of-type(2) {
    /*background: url(/wp-content/uploads/2020/02/main_02.png)no-repeat;*/
    background-position: center;
    background-size: cover;
}

ul.main_sldsp li.main_sldsp_li:nth-of-type(3) {
    /*background: url(/wp-content/uploads/2020/02/main_03.png)no-repeat;*/
    background-position: center;
    background-size: cover;
}

a.sp_btn {
    max-width: 400px;
    width: 90%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(/wp-content/uploads/2020/02/sp_btn_bg.png)no-repeat !important;
    color: #fff !important;
    font-size: 20px !important;
    mix-blend-mode: hard-light;
}

ul.main_sldsp a.sp_btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: auto;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
}

#main_visual ul.main_sldsp a.sp_btn {
    mix-blend-mode: hard-light;
    background: -moz-linear-gradient(left, #5cc9ff, #00a6f9) !important; 
    background: -webkit-linear-gradient(left, #5cc9ff, #00a6f9) !important; 
    background: linear-gradient(to left, #5cc9ff, #00a6f9) !important; 
}

ul.main_sldsp {
    height: auto;
}

ul.main_sldsp .wrap {
    height: 100%;
    z-index: 1;
}

.sp_main_movie {
    position: absolute;
    right: 10vw;
    top: 16vh;
    width: 70px;
    max-width: 20%;
    z-index: 10;
}

.sp_main_img {
    max-width: 75%;
    padding-top: 15vw;
}

p.main_p {
    font-size: 14px;
    font-weight: 500;
}

.pd_100 {
  padding-top: 100px;
}

.sp_mL {
  max-width: 70%;
  width: 280px;
}

.main_R {
    max-width: 290px;
    width: 90%;
    padding: 0;
    margin-right: 0px;
    position: absolute;
    right: 6vw;
    bottom: 22%;
}

ul.question_ul li {
  font-size: 13px;
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
  padding-left: 40px;
}

ul.question_ul li:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 30px;
  background: url(/wp-content/uploads/2020/02/main_q.png)no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
}

ul.main_sldsp li.main_sldsp_li:nth-of-type(3) .sp_main_img{
  max-width: 90%;
  width: 350px;
  position: absolute;
  top: 30%;
  left: 0;
}

ul.question_ul li:after {
    width: 80vw;
    height: 4vw;
    right: 10px;
    top: -10px;
    background-position: right;
}

.sec05_ttl {
  width: 33.3%;
  margin: 0;
  height: auto;
  border-radius: 0;
}

.active.sec05_ttl {
    border-radius: 0;
    height: auto;
}

.sec05_ttl h3 span {
  display: none;
}

.sec05_ttl h3 {
    font-size: 3.5vw;
}

section#main_visual .bx-pager.bx-default-pager {
    z-index: 999;
    bottom: -30px;
    padding-top: 0 !important;
    position: absolute !important;
}

section#main_visual .bx-wrapper .bx-pager.bx-default-pager a {
  background: #5b7f98;
}

section#main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
section#main_visual .bx-wrapper .bx-pager.bx-default-pager a.active,
section#main_visual .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #04a6f9;
}

section#main_visual .bx-wrapper .bx-prev {
    background: url(/wp-content/uploads/2020/02/sec05_prev_hv.png)no-repeat !important;
    background-position: center;
    background-size: contain !important;
    left: 0;
    top: calc(80vw + 10px);
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 20px;
    height: 30px;
    margin-top: 0;
}

section#main_visual .bx-wrapper .bx-next {
    background: url(/wp-content/uploads/2020/02/sec05_next_hv.png)no-repeat !important;
    background-position: center;
    background-size: contain !important;
    right: 0;
    left: auto;
    top: calc(80vw + 10px);
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 20px;
    height: 30px;
    margin-top: 0;
}

section#main_visual .bx-wrapper .bx-prev:hover {
    background: url(/wp-content/uploads/2020/02/sec05_prev.png)no-repeat !important;
    background-position: center;
    background-size: contain !important;
}

section#main_visual .bx-wrapper .bx-next:hover {
    background: url(/wp-content/uploads/2020/02/sec05_next.png)no-repeat !important;
    background-position: center;
    background-size: contain !important;
}

ul.sec05_text {
  width: 100%;
  position: absolute;
  color: #5d8099;
  font-size: 14px;
  text-align: left;
  padding: 10px 20px;
  opacity: 0;
  left: 0;
  height: 70px;
}

.sec05_tab.tab.clearfix.flex {
    width: 100%;
    margin-top: 20px;
}

.tab_wrap.area .wrap{
    height: 70vw;
    max-height: 300px;
}

.tab_wrap {
    margin: 30px 0 calc(80px + 15vw);
    position: relative;
}

.tab_wrap.area .wrap:before {
    width: 70%;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    box-shadow: 3px 3px #2daef9;
}

.prof_box {
  font-size: 13px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  width: 90vw;
  bottom: -70px;
  top: auto;
  left: -34vw;
  z-index: 10;
  margin: auto;
}

ul.sec05_slider li[aria-hidden="false"] .img,
ul.sec05_slider li[aria-hidden="true"] .img,
ul.sec05_slider01 li[aria-hidden="false"] .img,
ul.sec05_slider01 li[aria-hidden="true"] .img,
ul.sec05_slider02 li[aria-hidden="false"] .img,
ul.sec05_slider02 li[aria-hidden="true"] .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

ul.sec05_slider li[aria-hidden="false"] .prof_box,
ul.sec05_slider li[aria-hidden="true"] .prof_box,
ul.sec05_slider01 li[aria-hidden="false"] .prof_box,
ul.sec05_slider01 li[aria-hidden="true"] .prof_box,
ul.sec05_slider02 li[aria-hidden="false"] .prof_box,
ul.sec05_slider02 li[aria-hidden="true"] .prof_box {
  opacity: 0;
}

ul.sec05_slider li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] +  li[aria-hidden="false"] .prof_box,
ul.sec05_slider li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="false"] + li[aria-hidden="true"] .prof_box,
ul.sec05_slider li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="true"] + li[aria-hidden="true"] .prof_box,
ul.sec05_slider01 li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] +  li[aria-hidden="false"] .prof_box,
ul.sec05_slider01 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="false"] + li[aria-hidden="true"] .prof_box,
ul.sec05_slider01 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="true"] + li[aria-hidden="true"] .prof_box,
ul.sec05_slider02 li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] +  li[aria-hidden="false"] .prof_box,
ul.sec05_slider02 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="false"] + li[aria-hidden="true"] .prof_box,
ul.sec05_slider02 li[aria-hidden="true"] + li[aria-hidden="false"] + li[aria-hidden="true"] + li[aria-hidden="true"] .prof_box {
  opacity: 0;
}

ul.sec05_slider li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] .prof_box,
ul.sec05_slider li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="true"] .prof_box,
ul.sec05_slider01 li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] .prof_box,
ul.sec05_slider01 li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="true"] .prof_box,
ul.sec05_slider02 li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="false"] .prof_box,
ul.sec05_slider02 li[aria-hidden="true"] + li[aria-hidden="false"] +  li[aria-hidden="true"] .prof_box {
  opacity: 1;
  z-index: 20;
}

.sec05_box .bx-viewport {
    overflow: visible !important;
}

.prof dl dd {
    margin: 0;
    width: 65%;
    min-width: 180px;
}

.prof dl dt {
    width: 30%;
    min-width: 80px;
}

/* アイコンを下に表示 */
.prof_box::before{
  content: '';
  position: absolute;
  display: block;
  /* width: 0; */
  /* height: 0; */
  /* left: 80px; */
  /* top: auto; */
  /* bottom: -16px; */
  /* border: none; */
  /* border-top: 15px solid #5c8099; */
  /* border-right: 15px solid transparent; */
  /* border-left: 15px solid transparent; */
  left: 0;
  right: 0;
  margin: auto;
}
.prof_box::after{
  content: '';
  position: absolute;
  display: block;
  /* width: 0; */
  /* height: 0; */
  /* left: 80px; */
  /* top: auto; */
  /* bottom: -12px; */
  /* border: none; */
  /* border-top: 15px solid rgba(255, 255, 255, 0.9); */
  /* border-right: 15px solid transparent; */
  /* border-left: 15px solid transparent; */
  left: 0;
  right: 0;
  margin: auto;
}

.sec05_box .bx-wrapper {
  margin-bottom: 0;
}

section.interViewMain .wrap {
    height: 100vw;
}

section.interViewMain p.mainName {
    font-size: 20vw;
    height: 40vw;
}

.mainMessage {
    bottom: auto;
    top: 20vw;
    width: 80vw;
}

section.interViewMain .image {
    right: 0;
    top: 60vw;
    width: 30vw;
}

section.interviewContent .content .profile {
    margin: 10vw 0;
    box-shadow: 5px 5px rgba(204, 204, 204, 0.5);
}

section.interviewContent .image {
    padding-top: 20px;
}

.recMainVideo {
    top: 0;
    height: calc(100% - 50px);
    height: 100%;
}


#sec05{
  position: relative;
}

/*#sec05:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2020/02/coming_soonBack.png);
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 999999;
  opacity: .3;
  background-size: 200vw;
}*/

/*.tab_wrap.area .wrap:after{
  display: none;
}*/

/*h2.sec10_ttl{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

#sec02_sp01 .sec_ttl .ttl {
    padding-left: 10vw;
}

section#sec02_sp01 h2.text {
    padding-left: 10vw;
}

li.sec04_li .sec04_L {
    width: 17%;
    height: 15vw;
}

li.sec04_li .sec04_R {
    width: 75%;
}


/* ↓インタビュー詳細ページCSS↓ */
body {
    padding-top: 50px;
}

.interviewMV {
    height: 130vw;
    margin-bottom: 50px;
    min-height: auto;
    margin-top: 50px;
}

.yukimasa .interviewMV {
    background-position: left 15% center;
}

.takizawa .interviewMV {
    background-position: left 30% center;
}

.textArea {
    left: 2vw;
    top: auto;
    padding: 2vw 1vw;
    width: 96vw;
    text-align: center;
    bottom: 2vw;
}

.yukimasa .textArea,
.tanaka .textArea {
    left: 2vw;
    right: auto;
}

p.handwriting {
    width: 40vw;
    margin: 0 auto 10px;
}

.textArea .name {
    font-size: 7vw;
    margin-bottom: 2vw;
}

.textArea .name span {
    display: inline-block;
    margin-left: 10px;
    font-size: 3vw;
}

.textArea .class {
    width: 100%;
    font-size: 2.8vw;
}

.hobby {
    left: 3vw;
    bottom: 4vw;
    font-size: 3vw;
    line-height: 1.5;
    padding: 3vw 6vw;
    border-radius: 200px;
    right: 3vw;
}

.hobby:after {
    border-width: 0 8px 10px 8px;
    right: 10vw;
}

.interviewImage {
    position: static;
}

.interviewSec01 .interviewImage {
    width: 100%;
}

.interviewContent {
    position: static;
}

.interviewSec01 .interviewContent {
    padding: 0;
}

.interviewContent h2 {
    font-size: 40px;
    margin: 20px 0;
}

.interviewContent h2 span {
    font-size: 14px;
}

.interviewContent .text {
    font-size: 13px;
}

.interviewSec01 {
    margin-bottom: 50px;
}

.interviewSec02 .interviewImage {
    width: 100%;
}

.interviewSec02 {
    margin-bottom: 50px;
}

.interviewSec03 .interviewContent {
    width: 100%;
}

.interviewSec03 {
    margin-bottom: 50px;
}

p.handwriting,
.yukimasa p.handwriting,
.tanaka p.handwriting {
    width: 50vw;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25vw;
}

.matsuzaka p.handwriting {
    width: 40vw;
}



/* ↑インタビュー詳細ページCSS↑ */


.custom-pager-sp,
.custom-pager-sp02,
.custom-pager-sp03 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.custom-pager-sp a,
.custom-pager-sp02 a,
.custom-pager-sp03 a {
    width: 15vw;
    margin: 0 1vw;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
}

.custom-pager-sp a:after,
.custom-pager-sp02 a:after,
.custom-pager-sp03 a:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 60px;
    box-shadow: 0 0 0 #17a6f9 inset;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s;
}

.custom-pager-sp a.active:after,
.custom-pager-sp02 a.active:after,
.custom-pager-sp03 a.active:after {
    box-shadow: 0 0 0 2px #17a6f9 inset;
    z-index: 10;
}

ul.tab-group li {
  width: 100%;
    padding: 5px;
}

ul.tab-group {
    margin-bottom: 30px;
}

.lifeSection:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
  width: 5px;
  height: calc(100% - 20px);
  background: #ccc;
  background: linear-gradient(113.83190052944838deg, #eee 5.736111111111111%,#aaa 96.29166666666666%);
}

.lifeSection:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #aaa transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  z-index: -1;
}

.lifeSection:last-child:before,.lifeSection:last-child:after {
    display: none;
}

.lifeSection:last-child {
    margin-bottom: 150px;
}

ul.tab-group {
    display: block;
}

li.tab.is-active {
    width: 100%;
}

.lifeSection {
    height: auto !important;
    padding-left: 50px;
    padding-bottom: 30px;
}

.lifeSection .time {
    left: 0;
    right: auto;
    width: 40px;
    height: 40px;
    font-size: 10px;
    line-height: 40px;
    z-index: 10;
}

.lifeContent {
    position: static;
    width: auto;
    padding: 10px;
}

.lifeSection:before {
    left: 18px;
    right: auto;
    width: 4px;
    z-index: 1;
}

.lifeSection:after {
    right: auto;
    left: 13px;
    z-index: 0;
}

.lifeContent h3 {
    font-size: 16px;
    padding: 5px 0;
}

.lifeContent .text {
    font-size: 13px;
}

.lifeContent:before {
    border-width: 4px 5px 4px 0px;
    border-color: transparent #ccc transparent transparent;
    left: auto;
    right: calc(100% - 50px);
    top: 15px;
}

.lifeSection:nth-child(2n) .lifeContent:before {
    right: calc(100% - 50px);
    border-width: 4px 5px 4px 0px;
}

.lifeSection:last-child {
    margin-bottom: 0;
}

div#recruitLife h1.kotei_h1 img {
    width: 80%;
}

div#recruitLife h1.kotei_h1 {
    padding: 0;
}

.challenge {
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 0px;
}

.ft_btn {
    background-color: #fff;
    color: #302d42;
}

}
/**追加CSS SP END**/
