/*kv*/
.kv {
  position: relative;
  overflow: hidden;
}

.single_item,
.slick-list,
.slick-track {
  height: 100%;
}

/* .single_item .slide {} */
.slick-slide {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 1080px;
  overflow: hidden;
  color: #fff;
}

.single_item .slide1 {
  background-image: url(../img/kv_01_sp.jpg);
}
.single_item .slide2 {
  background-image: url(../img/kv_02_sp.jpg);
}
.single_item .slide3 {
  background-image: url(../img/kv_03_sp.jpg);
}
.single_item .slide4 {
  background-image: url(../img/kv_04_sp.jpg);
}
.single_item .slide {
  display: flex;
  justify-content: flex-end;
}
.single_item .lead_area {
  color: #fff;
}
.single_item .lead_area .lead {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.35;
}
.single_item .lead_area .txt {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}

/* .single_item .lead_area .copy {} */
.kv .scroll_down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 52px;
}
.kv .scroll_down:after {
  position: absolute;
  top: 0;
  opacity: 0;
  animation: pathmove 1.4s ease-in-out infinite;
  background: #fff;
  width: 1px;
  height: 30px;
  content: "";
}
.kv .scroll_down span {
  position: absolute;
  top: -15px;
  left: -23px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.slidercontrolBtns {
  position: absolute;
  right: 30px;
  bottom: 70px;
  margin: auto;
}
.slidercontrolBtns ul {
  display: flex;
  justify-content: flex-end;
}
.slidercontrolBtns ul li {
  position: relative;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.slidercontrolBtns ul li a {
  display: block;
  transition: all 0.15s ease-in;
  border-radius: 100%;
  background: #fff;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.slidercontrolBtns ul li a span {
  display: none;
}
.slidercontrolBtns ul li a:hover, .slidercontrolBtns ul li a:focus {
  background: #072f93;
  color: #fff;
}
.slidercontrolBtns ul li button {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  appearance: none;
  transition: all 0.15s ease-in;
  border: none;
  border-radius: 100%;
  background: #fff;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.slidercontrolBtns ul li button.play {
  background: #072f93 !important;
}
.slidercontrolBtns ul li button.play:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/icon_play.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
}
.slidercontrolBtns ul li button.pause:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/icon_pause.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
}
.slidercontrolBtns ul li button span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.slidercontrolBtns ul li button:hover, .slidercontrolBtns ul li button:focus {
  background: #072f93;
  color: #fff;
}
.slidercontrolBtns .play a {
  background: #072f93 !important;
}

.sliderPause .slidercontrolBtns .play {
  background: #fff !important;
}
.sliderPause .slidercontrolBtns .pause {
  background: #072f93 !important;
}
@keyframes pathmove {
  0% {
    top: 0;
    opacity: 0;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 30px;
  }
  100% {
    top: 50px;
    opacity: 0;
    height: 0;
  }
}
/* news pickup */
#top #news_pick {
  background-color: #000;
}
#top #news_pick .fixity {
  border-bottom: 10px solid #fff;
  padding: 20px 10px 20px;
  text-align: center;
}
#top #news_pick .fixity a {
  color: #fff;
  font-size: 2.5rem;
  text-decoration: underline;
}
#top #news_pick .inner {
  display: flex;
  margin: auto;
  padding: 10px 0;
  width: 1000px;
}
#top #news_pick .inner h2 {
  display: flex;
  position: static;
  justify-content: center;
  align-items: center;
  margin: 0 16px 0 0;
  background-image: none;
  background-color: #072f93;
  padding: 4px 10px;
  width: 152px;
  text-align: center;
}
#top #news_pick .inner h2 span {
  color: #fff;
  font-size: 1.4rem;
}
#top #news_pick .inner h2::before {
  display: none;
  background: none;
  width: 0;
  height: 0;
}
#top #news_pick a {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}
#top #news_pick a dl {
  display: flex;
  align-items: center;
}
#top #news_pick a dl * {
  color: #fff;
  font-size: 1.6rem;
}
#top #news_pick a dl dt {
  margin-right: 10px;
  width: 125px;
}
#top #news_pick a dl dd {
  width: 685px;
  line-height: 1.6;
  text-decoration: underline;
}
#top .news_btn {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1500px;
}
#top .news_btn a {
  display: block;
  border: 4px solid #3399ff;
  background-position: 94% center;
  padding: 17px 35px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
#top .news_btn a:hover {
  background-color: #fff;
}
#top .news_btn a.anchor {
  background-size: 22px 22px;
}
#top .news_btn a.anchor:hover {
  background-size: 26px 26px;
}
#top .news_btn2 {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1500px;
}
#top .news_btn2 a {
  display: block;
  border: 4px solid #db3d23;
  background-position: 94% center;
  padding: 17px 35px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

/* news ----*/
#top #news {
  background-color: #e1e9f7;
  padding-top: 40px;
  padding-bottom: 35px;
}
#top #news h2 {
  position: relative;
  margin: 60px 0 30px;
  background-image: url(../common/img/icon_leadcopy_sp.svg) !important;
  background-position: left top 0.7em;
  background-size: 20px 5px;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  color: #000;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.4;
}
#top #news h2:first-child {
  margin-top: 0;
}
#top #news h2:before {
  position: static;
}
#top #news .news_area a {
  display: block;
  border-bottom: 1px solid #c7c7c7;
  color: #000;
}
#top #news .news_area a.link {
  height: auto;
}
#top #news .news_area a dt {
  font-weight: 500;
}
#top #news .news_area a dd {
  font-weight: 400;
}
/*PC*/
/* info
-------------------------------------------------------------*/
#top #info {
  padding-top: 40px;
  padding-bottom: 32px;
}
#top #info h2 {
  position: relative;
  margin: 60px 0 30px;
  background-image: url(../common/img/icon_leadcopy_sp.svg) !important;
  background-position: left top 0.7em;
  background-size: 20px 5px;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  color: #000;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.4;
}
#top #info h2:first-child {
  margin-top: 0;
}
#top #info h2:before {
  position: static;
}
#top #info .news_area a {
  display: block;
  border-bottom: 1px solid #c7c7c7;
  color: #000;
}
#top #info .news_area a.link {
  height: auto;
}
#top #info .news_area a dt {
  font-weight: 500;
}
#top #info .news_area a dd {
  font-weight: 400;
}
#top #container {
  width: 100%;
}
#top .footer {
  margin-top: 0;
}
#top h2 small {
  color: #83939d;
  font-size: 1.8rem;
}
#top h2 p {
  color: #83939d;
  font-size: 1.8rem;
}
#top h2 p strong,
#top h2 p em {
  color: #072f93;
  font-size: 1.8rem;
}
#top .section {
  border-bottom: 1px solid #e9eeef;
}
#top .section .inner_l {
  margin-right: auto;
  margin-left: auto;
  width: 92%;
  max-width: 1500px;
}
#top .section .inner_m {
  margin-right: auto;
  margin-left: auto;
  width: 92%;
  max-width: 1360px;
}
#top .section .copy {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
}
#top .section .col2 .txt {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2;
}
#top .eachTextAnime span {
  opacity: 0;
}
#top .eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* sec1 --*/
#top .sec1.section {
  padding-top: 40px;
  padding-bottom: 80px;
}
#top .sec1.section h2 {
  margin-top: 0;
}
#top .sec1.section h2 span:nth-of-type(n + 6) {
  color: #83939d;
  font-size: 1.8rem;
}
#top .sec1.section .col2.csr .colL .img img {
  width: auto;
  max-width: 100%;
}
#top .sec1.section .colL ul li {
  margin-bottom: 10px;
  background-color: #fff;
  -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
#top .sec1.section .colL ul li a {
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 15px;
  width: 100%;
  height: 100%;
}
#top .sec1.section .colL ul li a .icon {
  display: flex;
  justify-content: center;
  margin-right: 15px;
  width: 29%;
  text-align: center;
}
#top .sec1.section .colL ul li a .icon img {
  width: auto;
  max-width: 100%;
}
#top .sec1.section .colL ul li a .txt_area {
  width: 67.5%;
}
#top .sec1.section .colL ul li a .txt_area .label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px 8px 8px;
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}
#top .sec1.section .colL ul li a .txt_area .label.label-new {
  border: 2px solid #ff0115;
}
#top .sec1.section .colL ul li a .txt_area .label.label1 {
  border: 2px solid #dd1d44;
}
#top .sec1.section .colL ul li a .txt_area .label.label2 {
  border: 2px solid #4ca223;
}
#top .sec1.section .colL ul li a .txt_area .label.label3 {
  border: 2px solid #007cc6;
}
#top .sec1.section .colL ul li a .txt_area .label.label4 {
  border: 2px solid #ffb000;
}
#top .sec1.section .colL ul li a .txt_area .ttl {
  margin-bottom: 8px;
  background: url(../common/img/icon_nw.svg) no-repeat center right 0px;
  background-size: 18px;
  padding-right: 25px;
  font-weight: 500;
  font-size: 1.55rem;
  line-height: 1.4;
}
#top .sec1.section .colL ul li a .txt_area p {
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 1.015625vw, 1.4rem);
  line-height: 1.4;
}

/* sec2 */
.sec2.section {
  padding-bottom: 70px;
}

/* sec3 */
#top .sec3.section {
  padding-bottom: 80px;
}

/* sec6 */
.section.sec6 ul.btn {
  display: flex;
  flex-wrap: wrap;
}
.section.sec6 ul.btn li {
  width: 100%;
  max-height: 280px;
}
.section.sec6 ul.btn li a {
  display: flex;
  position: relative;
  position: relative;
  justify-content: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.section.sec6 ul.btn li a::after {
  display: block;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
.section.sec6 ul.btn li a:focus {
  outline: dashed #ccc thin;
}
.section.sec6 ul.btn li a:focus::after {
  transform: scale(1.05);
}
.section.sec6 ul.btn li a:focus p.jp > span {
  transform: scale(1.2);
}
.section.sec6 ul.btn li a:hover::after {
  transform: scale(1.05);
}
.section.sec6 ul.btn li div {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 1;
}
.section.sec6 ul.btn li div p {
  font-family: "Noto Sans JP";
}
.section.sec6 ul.btn li div p.jp {
  display: inline-block;
  position: relative;
  padding: 5px 38px 0 0;
  font-weight: 500;
  line-height: 1;
}
.section.sec6 ul.btn li div p.jp span {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.1s ease-in;
  background: url(../common/img/icon_arrow_2.svg);
  background-size: 24px;
  width: 24px;
  height: 24px;
}
.section.sec6 ul.btn li div p.txt {
  line-height: 1.4;
}
.section.sec6 ul.btn li.company a::after {
  background-image: url(../img/top_btn01_pc.jpg);
}
.section.sec6 ul.btn li.movie a:after {
  background-image: url(../img/top_btn03_pc.jpg);
}
.section.sec6 ul.btn li.feature a:after {
  background-image: url(../img/top_btn04_pc.jpg);
}
.section.sec6 ul.btn li.feature a .jp {
  background-position: right 4px;
  line-height: 1.4;
}
.section.sec6 ul.btn lirecruit a:after {
  background-image: url(../img/top_btn02_pc.jpg);
  background-position: 25% top;
}
.section.sec6 ul.btn lirecruit a .jp > span {
  background: url(../common/img/icon_nw_w.svg);
  background-size: 24px;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 801px) {
  .kv {
    height: auto !important;
    height: -webkit-fill-available;
  }
  .kv .scroll_down {
    bottom: 25px;
    height: 84px;
  }
  .kv .scroll_down:after {
    height: 60px;
  }
  .kv .intro {
    position: fixed;
    top: 0;
    z-index: 3;
    /* min-width: 1500px; */
    /*background-color: rgba(255,255,255,0.5);*/
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    min-height: 970px;
  }
  .kv .intro .intro_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    height: 56.25vw;
    min-height: 970px;
    /* min-width: 1500px; */
    max-height: 1080px;
  }
  .kv .intro .intro_inner .lead_area {
    position: relative;
    bottom: 19%;
    left: calc(4.2% - 1px);
    width: 100%;
    height: 455.2px;
  }
  .slick-slide {
    background: #3969eb;
    height: 1080px;
    max-height: 1080px;
  }
  .single_item .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    position: relative;
    justify-content: flex-end;
    background-image: none;
    width: 100vw;
    height: 56.25vw;
    min-height: 970px;
    /* min-width: 1500px; */
    max-height: 1080px;
  }
  .single_item .slide::before {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 0;
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100vw;
    /* min-width: 1500px; */
    max-width: 1920px;
    height: 56.25vw;
    min-height: 970px;
    max-height: 1080px;
    content: "";
  }
  .single_item .slide1::before {
    background-image: url(../img/kv_01_pc.jpg);
  }
  .single_item .slide2::before {
    background-image: url(../img/kv_02_pc.jpg);
  }
  .single_item .slide3::before {
    background-image: url(../img/kv_03_pc.jpg);
  }
  .single_item .slide4::before {
    background-image: url(../img/kv_04_pc.jpg);
  }
  .single_item .lead_area {
    position: relative;
    z-index: 2;
    margin-bottom: 11%;
    /* 135px */
    margin-left: 4%;
  }
  .single_item .lead_area .lead {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 6rem;
    line-height: 1.4;
  }
  .single_item .lead_area .txt {
    margin-bottom: 27px;
    font-size: 2.2rem;
    line-height: 1.7;
  }
  #top .news_btn {
    margin-top: 50px;
    width: 98%;
  }
  #top .news_btn a {
    background-position: 97.5% center;
    padding: 24px 35px 25px;
    font-size: 1.8rem;
  }
  #top .news_btn a.anchor {
    transition: all 0.3s ease 0s;
    background-size: 32px 32px;
  }
  #top .news_btn a.anchor:hover {
    background-size: 38px 38px;
  }
  #top .news_btn2 {
    width: 98%;
  }
  #top .news_btn2 a {
    background-position: 97.5% center;
    padding: 24px 35px 25px;
    font-size: 1.8rem;
  }
  #top #main {
    padding-top: 0 !important;
  }
  #top #container {
    position: relative;
    margin-top: -55px;
  }
  #top h2 {
    position: relative;
    left: auto;
    margin: 75px 0 75px;
    background: none;
    padding: 0 0 0 0.25em;
    color: #072f93;
    font-weight: 300;
    font-size: 10.6rem;
    font-size: clamp(8rem, 9vw, 10.6rem);
    line-height: 1.4;
  }
  #top h2:before {
    position: absolute;
    top: 50%;
    left: -187px;
    background: url(../common/img/p_gradation_l.svg) no-repeat left center;
    width: 200px;
    height: 6px;
    content: "";
  }
  #top h2 small {
    font-size: 6.6rem;
  }
  #top .section .inner_l {
    width: 96%;
  }
  #top .section .copy {
    margin-bottom: 50px;
    font-size: 5rem;
    font-size: clamp(2rem, 3.0833333333vw, 5rem);
  }
  #top .section .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top .section .col2 .colR {
    margin-right: 100px;
    margin-right: clamp(1rem, 4.1666666667vw, 5rem);
    max-width: 560px;
  }
  #top .section .col2 .colR .txt {
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-size: clamp(1.5rem, 1.3333333333vw, 1.8rem);
    line-height: 2;
  }
  #top .section .col2 .colL {
    max-width: 800px;
  }
  #top .sec1.section {
    padding-top: 78px;
    padding-bottom: 150px;
  }
  #top .sec1.section h2 span:nth-of-type(n + 6) {
    font-size: 6.6rem;
    font-size: clamp(4rem, 5vw, 6.6rem);
  }
  #top .sec1.section h2 span:nth-of-type(-n + 5) {
    color: #072f93;
  }
  #top .sec1.section .col2 {
    padding-left: 50px;
    padding-left: clamp(2rem, 2.34375vw, 5rem);
    width: 100%;
  }
  #top .sec1.section .col2.csr {
    margin-top: 100px;
  }
  #top .sec1.section .col2.csr .colL {
    position: static;
    flex-shrink: 1;
    margin-top: 0;
    margin-right: 90px;
    margin-right: clamp(2rem, 4.8333333333vw, 9rem);
    width: 42.6%;
    max-width: 640px;
  }
  #top .sec1.section .col2.csr .colL .img img {
    width: 100%;
  }
  #top .sec1.section .col2.csr .colR {
    margin-top: 40px;
    margin-right: clamp(0.1rem, 0.4166666667vw, 5rem) !important;
    min-width: 520px;
  }
  #top .sec1.section .colR {
    flex-shrink: 1;
    width: 39%;
    min-width: 450px;
  }
  #top .sec1.section .colL {
    flex-grow: 1;
    width: 60%;
    max-width: 820px;
  }
  #top .sec1.section .colL ul {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #top .sec1.section .colL ul::after {
    position: absolute;
    top: -80px;
    right: -7%;
    z-index: -1;
    background-color: #e1e9f7;
    width: 65vw;
    width: clamp(30rem, 65vw, 110rem);
    height: 90%;
    content: "";
  }
  #top .sec1.section .colL ul li {
    flex: 1 0 48%;
    flex-grow: 1;
    margin-right: 2%;
    margin-bottom: 20px;
    max-width: 392px;
    min-height: 198px;
  }
  #top .sec1.section .colL ul li:nth-child(even) {
    margin-right: 0;
  }
  #top .sec1.section .colL ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: all 0.3s ease 0s;
    padding: 20px 12px 20px 18px;
  }
  #top .sec1.section .colL ul li a .icon {
    width: 32%;
    width: clamp(5rem, 5.46875vw, 11.5rem);
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #top .sec1.section .colL ul li a .txt_area {
    width: 100%;
  }
  #top .sec1.section .colL ul li a .txt_area .label {
    margin-bottom: 12px;
  }
  #top .sec1.section .colL ul li a .txt_area .ttl {
    font-size: 1.7rem;
    font-size: clamp(1.4rem, 1.171875vw, 1.7rem);
    line-height: 1.5;
  }
  #top .sec1.section .colL ul li a .txt_area p {
    line-height: 1.5;
  }
  .sec2.section {
    padding-top: 105px;
    padding-bottom: 360px;
  }
  .sec2.section h2 {
    margin-top: 0;
  }
  .sec2.section h2 span {
    color: #072f93;
    font-size: 10.6rem;
  }
  .sec2.section h2 span:nth-of-type(-n + 5) {
    color: #83939d;
    font-size: 6.6rem;
  }
  .sec2.section h2 span:nth-of-type(n + 14) {
    color: #83939d;
    font-size: 6.6rem;
  }
  .sec2.section .platform_area {
    position: relative;
    padding-left: 50px;
    padding-left: clamp(2rem, 2.34375vw, 5rem);
  }
  .sec2.section .platform_area .txt_area .copy {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .sec2.section .platform_area .txt_area .txt {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    max-width: 420px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .sec2.section .platform_area .img_area {
    position: absolute;
    top: -25px;
    right: -4%;
    right: clamp(-8rem, -4.296875vw, 7rem);
    width: calc(100% - 395px) !important;
  }
  .sec2.section .platform_area .img_area img {
    width: 100%;
    max-width: 920px;
  }
  #top .sec3.section {
    padding-top: 21px;
    padding-bottom: 150px;
  }
  #top .sec3.section h2 span {
    color: #072f93;
    font-size: 10.6rem;
  }
  #top .sec3.section h2 span:nth-of-type(-n + 13) {
    color: #83939d;
    font-size: 6.6rem;
  }
  #top .sec3.section .col2 {
    margin-right: auto;
    margin-bottom: 150px;
    margin-left: 3.3%;
    margin-left: clamp(1rem, 3.3333333333vw, 5rem);
  }
  #top .sec3.section .col2:last-of-type {
    margin-bottom: 0;
  }
  #top .sec3.section .col2:last-of-type .colL {
    margin-right: 100px;
    width: 650px;
    max-width: 650px;
  }
  #top .sec3.section .col2:last-of-type .colR {
    width: 600px;
    max-width: 600px;
  }
  #top .sec3.section .col2 .colL {
    margin-right: 100px;
    margin-right: clamp(1rem, 6.6666666667vw, 10rem);
    width: 600px;
  }
  #top .sec3.section .col2 .colL .img img {
    width: auto;
    max-width: 100%;
  }
  #top .sec3.section .col2 .colL .copy {
    white-space: nowrap;
  }
  #top .sec3.section .col2 .colR {
    margin-right: 0;
    max-width: 650px;
  }
  #top .sec3.section .col2 .colR .img img {
    width: auto;
    max-width: 100%;
  }
  .section.sec6 {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .section.sec6 ul.btn li {
    /*width: 25%;*/
    width: 33.3333333333%;
    /*height: 480px;*/
    max-height: 100%;
  }
  .section.sec6 ul.btn li a {
    width: 100%;
    height: 390px;
  }
  .section.sec6 ul.btn li a::after {
    transition: all 0.8s ease;
  }
  .section.sec6 ul.btn li div {
    top: 14%;
    left: 7%;
  }
  .section.sec6 ul.btn li div p.jp {
    margin-bottom: 20px;
    padding: 6px 55px 0 0;
    font-size: 3rem;
  }
  .section.sec6 ul.btn li div p.jp span {
    background-size: 42px;
    width: 42px;
    height: 42px;
  }
  .section.sec6 ul.btn lirecruit a .jp > span {
    transform: scale(1.2);
  }
}
@media print, screen and (max-width: 800px) {
  .kv {
    top: -70px;
  }
  #container {
    margin-top: -70px;
  }
  #top main {
    padding: 70px 0 0px;
  }
  .single_item .lead_area {
    margin-bottom: 90px;
    padding: 0 4%;
  }
  .kv .intro {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /*background-color: rgba(255,255,255,0.5);*/
    background-color: #fff;
    width: 100%;
    height: 100%;
    max-height: 1080px;
  }
  .kv .intro .intro_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
  .kv .intro .intro_inner .lead_area {
    position: absolute;
    bottom: 40.5%;
    left: 4.2%;
    width: auto;
  }
  .kv .intro .intro_inner .lead_area img {
    width: auto;
    max-width: 100%;
  }
  .slidercontrolBtns {
    position: absolute;
    right: 15px;
    bottom: 19px;
    margin: auto;
  }
  .slidercontrolBtns ul li {
    position: relative;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
  }
  #top #news_pick .inner {
    /* display: block; */
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
  }
  #top #news_pick .inner h2 {
    display: inline-block;
    margin: 0 1em 10px 0;
    padding: 10px 16px;
  }
  #top #news_pick a {
    width: 100%;
  }
  #top #news_pick a dl {
    display: block;
  }
  #top #news_pick a dl dt {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #top #news_pick a dl dd {
    width: 100%;
  }
  #top .news_btn {
    margin-top: 3rem;
    padding-right: 4%;
    padding-left: 4%;
  }
  #top .news_btn2 {
    margin-top: 3rem;
    padding-right: 4%;
    padding-left: 4%;
  }
  #top h2 {
    margin-bottom: 6px;
    margin-left: 34px;
    background: none;
    padding-left: 0;
    color: #072f93;
    font-weight: normal;
    font-size: 1.8rem;
  }
  #top .h2_sp {
    position: relative;
    left: auto;
    margin: 75px 0 40px;
    margin-bottom: 6px;
    background: none;
    padding-left: 35px;
    color: #072f93;
    font-weight: 300;
    font-size: 5.6rem;
    line-height: 1.4;
  }
  #top .h2_sp :before {
    position: absolute;
    top: 50%;
    left: -15px;
    background: url(../common/img/p_gradation_l_sp.svg) no-repeat left center;
    width: 40px;
    height: 3px;
    content: "";
  }
  #top .section .col2 a.link {
    text-align: right;
  }
  #top .section .col2 .colR {
    padding: 40px 0;
  }
  #top .section .col2 .colR .link {
    display: block;
    margin-left: auto;
  }
  #top .section .col2 .colL {
    margin-right: -4%;
    margin-left: -4%;
    background-color: #e1e9f7;
    padding: 40px 0;
  }
  #top .sec1.section .col2.csr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 25px;
  }
  #top .sec1.section .col2.csr .colL {
    margin: 0;
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
  }
  #top .sec1.section .colL ul {
    padding: 0 4%;
  }
  .sec2.section h2 span {
    color: #072f93;
  }
  .sec2.section h2 span:nth-of-type(-n + 5) {
    color: #83939d;
  }
  .sec2.section h2 span:nth-of-type(n + 14) {
    color: #83939d;
  }
  .sec2.section .h2_sp {
    margin-top: 42px;
  }
  .sec2.section .platform_area {
    margin-top: 60px;
  }
  .sec2.section .platform_area .txt_area {
    margin-bottom: 30px;
  }
  .sec2.section .platform_area .txt_area .txt {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .sec2.section .platform_area .txt_area a.link {
    display: block;
    margin-right: auto;
    margin-bottom: 0;
    text-align: right;
  }
  .sec2.section .platform_area .img_area {
    margin-right: -4%;
    margin-left: -4%;
  }
  #top .sec3.section h2 {
    margin-top: 0;
  }
  #top .sec3.section h2 span:nth-of-type(-n + 13) {
    color: #83939d;
  }
  #top .sec3.section .h2_sp {
    margin-top: 40px;
  }
  #top .sec3.section .col2 {
    margin-bottom: 80px;
  }
  #top .sec3.section .col2:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  #top .sec3.section .col2:last-of-type .txt {
    margin-bottom: 25px;
  }
  #top .sec3.section .col2:last-of-type .colL {
    padding-top: 30px;
    padding-bottom: 0;
  }
  #top .sec3.section .col2 .link {
    display: block;
    margin-right: auto;
  }
  #top .sec3.section .col2 .colL {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
  }
  #top .sec3.section .col2 .colL .copy {
    margin-top: 18px;
  }
  #top .sec3.section .col2 .colR {
    padding: 0;
  }
  .section.sec6 ul.btn li a {
    padding: 0;
    height: 280px;
  }
  .section.sec6 ul.btn li div {
    top: 11%;
    left: 5%;
  }
  .section.sec6 ul.btn li div p.jp {
    margin-bottom: 15px;
    background-position: right top;
    background-size: 25px 25px;
    padding: 0 32px 5px 0;
    font-size: 2rem;
  }
  .section.sec6 ul.btn li div p.jp span {
    display: block;
  }
  .section.sec6 ul.btn li div p.en {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .section.sec6 ul.btn li div p.txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 801px) and (max-width: 1360px) {
  .kv .intro .intro_inner .lead_area {
    bottom: 21%;
  }
  .kv .single_item .lead_area {
    bottom: 7%;
  }
}
@media screen and (max-width: 600px) {
  #top #news_pick .fixity a {
    line-height: 1.4;
  }
}
@media screen and (min-width: 801px), print {
  #top #news {
    padding-top: 100px;
    padding-bottom: 95px;
  }
  #top #news h2 {
    position: relative;
    left: 0;
    margin: 75px 0 50px;
    background-image: url(../common/img/icon_leadcopy.svg) !important;
    background-position: left 55%;
    background-size: 32px 6px;
    background-repeat: no-repeat;
    padding: 0 0 0 50px;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.4;
  }
  #top #news .news_area {
    margin-bottom: 43px;
    padding-left: 50px;
  }
  #top #news .news_area a {
    transition: all 0.3s ease 0s;
    /*background-size: 32px 32px;*/
    padding: 33px 40px 25px 0;
    font-size: 2rem;
  }
  #top #news .news_area a:hover {
    color: #072f93;
  }
  #top #news .news_area a.link span {
    top: 40%;
  }
  #top #news .news_area a dt {
    margin-bottom: 15px;
  }
  #top #news .news_area a dd {
    line-height: 1.8;
  }
  #top #news .news_area div:first-of-type a {
    padding-top: 0;
  }
  #top #news .news_area div:first-of-type a.link span {
    top: 18%;
  }
  #top #news .left {
    padding-left: 50px;
  }
  #top #info {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #top #info h2 {
    position: relative;
    left: 0;
    margin: 75px 0 45px;
    background-image: url(../common/img/icon_leadcopy.svg) !important;
    background-position: left center;
    background-size: 32px 6px;
    background-repeat: no-repeat;
    padding: 0 0 0 50px;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.4;
  }
  #top #info .news_area {
    margin-bottom: 43px;
    padding-left: 50px;
  }
  #top #info .news_area a {
    transition: all 0.3s ease 0s;
    background-size: 32px 32px;
    padding: 33px 60px 25px 0;
    font-size: 2rem;
  }
  #top #info .news_area a:hover {
    color: #072f93;
  }
  #top #info .news_area a.link span {
    top: 40%;
  }
  #top #info .news_area a dt {
    margin-bottom: 15px;
  }
  #top #info .news_area a dd {
    line-height: 1.8;
  }
  #top #info .news_area div:first-of-type a {
    padding-top: 0;
  }
  #top #info .news_area div:first-of-type a.link span {
    top: 18%;
  }
  #top #info .left {
    padding-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  #top #news .news_area {
    margin-bottom: 30px;
  }
  #top #news .news_area a {
    /*background-size: 22px 22px;*/
    padding: 19px 0 18px;
    font-size: 1.6rem;
  }
  #top #news .news_area a.link {
    height: auto;
  }
  #top #news .news_area a.link span {
    top: 50%;
    transform: translateY(-50%);
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
  }
  #top #news .news_area a dt {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #top #news .news_area a dd {
    padding-right: 40px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #top #news .news_area div:first-of-type a {
    padding-top: 0;
  }
  #top #news .left {
    text-align: right;
  }
  #top #info h2 {
    margin-bottom: 35px;
  }
  #top #info .news_area {
    margin-bottom: 30px;
  }
  #top #info .news_area a {
    /*background-size: 22px 22px;*/
    padding: 19px 0 18px;
    font-size: 1.4rem;
  }
  #top #info .news_area a.link {
    height: auto;
  }
  #top #info .news_area a.link span {
    top: 50%;
    transform: translateY(-50%);
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
  }
  #top #info .news_area a dt {
    margin-bottom: 10px;
  }
  #top #info .news_area a dd {
    padding-right: 40px;
    line-height: 1.6;
  }
  #top #info .news_area div:first-of-type a {
    padding-top: 0px;
  }
  #top #info .left {
    text-align: right;
  }
}
@media print, screen and (min-width: 1360px) {
  #top h2 {
    padding: 0 0 0 0.4em;
  }
  #top h2:before {
    width: 187px;
  }
}
@media print, screen and (min-width: 801px) and (max-width: 1024px) {
  #top .sec1.section .colR {
    min-width: inherit;
  }
  #top .sec1.section .colL ul li {
    flex: 1 0 100%;
    flex-grow: 1;
    margin-right: 2%;
    margin-bottom: 20px;
    max-width: 100%;
  }
  #top .sec1.section .colL ul li a .icon {
    width: 24%;
  }
}
@media print, screen and (min-width: 1500px) {
  #top .sec1.section .colL ul::after {
    right: -140px;
    width: 1100px;
    height: 450px;
  }
}/*# sourceMappingURL=top.css.map */
