#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
}
#loading .loading_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#loading .loading_inner_logo {
  width: 29rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  text-align: center;
}
#loading .loading_inner_logo p {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 2rem;
}
#loading.is-show .loading_inner_logo {
  -webkit-transform: translate3d(0, -3rem, 0);
          transform: translate3d(0, -3rem, 0);
  opacity: 0;
}

.top {
  overflow: hidden;
  padding-bottom: 1px;
}

@media screen and (max-width: 767px) {
  #header.is-fixed .header__inner {
    background-color: rgba(255, 255, 255, 0.9);
  }
  #header .header__inner {
    background: transparent;
  }
}
#top-fixed_btn {
  position: fixed;
  z-index: 100;
  right: 12px;
  bottom: 10rem;
  width: 378px;
  height: 106px;
}
#top-fixed_btn a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}
#top-fixed_btn a .top-fixed_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  position: relative;
  color: #fff;
  z-index: 0;
}
#top-fixed_btn a .top-fixed_btn_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: var(--color-gr);
}
#top-fixed_btn a .top-fixed_btn_inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#2C29E6), to(#298BF4));
  background: linear-gradient(90deg, #2C29E6 0%, #298BF4 100%);
}
#top-fixed_btn a .fixed_btn_photo {
  width: 160px;
}
#top-fixed_btn a .fixed_btn_txt {
  padding-left: 12px;
  width: calc(100% - 160px);
}
#top-fixed_btn a .fixed_btn_txt .fixed_btn_txt_en {
  font-size: 24px;
  font-family: var(--font_en);
  line-height: 1;
}
#top-fixed_btn a .fixed_btn_txt .fixed_btn_txt_jp {
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1;
}
#top-fixed_btn a:before {
  content: "";
  width: 6px;
  height: 7px;
  background: url(/ise/assets/images/common/icon_arrow_w.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

@media screen and (min-width: 768px) {
  #top-fixed_btn a:hover .top-fixed_btn_inner:before {
    opacity: 0;
  }
  #top-fixed_btn a .top-fixed_btn_inner {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #top-fixed_btn a .top-fixed_btn_inner:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--color-gr);
  }
  #top-fixed_btn a .top-fixed_btn_inner:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  #top-fixed_btn {
    right: 1.5rem;
    bottom: 10rem;
    width: 25rem;
    height: 6rem;
  }
  #top-fixed_btn a {
    padding: 0;
    border-radius: 0.4rem;
    overflow: hidden;
    background: none;
  }
  #top-fixed_btn a .top-fixed_btn_inner {
    padding: 0;
  }
  #top-fixed_btn a .top-fixed_btn_inner:before {
    left: 1rem;
  }
  #top-fixed_btn a .top-fixed_btn_inner:after {
    display: none;
  }
  #top-fixed_btn a .fixed_btn_photo {
    width: 10rem;
  }
  #top-fixed_btn a .fixed_btn_txt {
    padding-left: 1rem;
    width: calc(100% - 10rem);
  }
  #top-fixed_btn a .fixed_btn_txt .fixed_btn_txt_en {
    font-size: 1.6rem;
  }
  #top-fixed_btn a .fixed_btn_txt .fixed_btn_txt_jp {
    font-size: 1rem;
    margin-top: 0.7rem;
  }
  #top-fixed_btn a:after {
    right: 1.3rem;
  }
}
.top-m_n {
  position: relative;
}
.top-m_n:before {
  content: "";
  width: 100%;
  height: calc(100% + 20rem);
  background: linear-gradient(83.41deg, #ECEFFA 10.35%, #EFF7FC 55.14%, #E5F1FB 99.94%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top-m_n {
    background: url(/ise/assets/images/top/mv_bg_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .top-m_n:before {
    height: 70rem;
    display: none;
  }
}
#header {
  opacity: 0;
}
#header.is-show {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.top-mv {
  background: url(/ise/assets/images/top/mv_bg.png) 0 0 no-repeat;
  background-size: 160rem auto;
  position: relative;
  height: 120rem;
}
.top-mv.is-show .top-mv_txt .cover:before {
  -webkit-animation-name: cover;
          animation-name: cover;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.top-mv.is-show .top-mv_txt .cover .cover_inner {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.top-mv.is-show .top-mv_photo {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top-mv.is-show .top-mv_photo:before {
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.top-mv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 44.9rem;
  bottom: 0;
  right: 0;
  background: url(/ise/assets/images/top/mv_slide_cover_bottom.png) 0 0 no-repeat;
  background-size: cover;
  z-index: 2;
}
.top-mv .top-mv_inner {
  max-width: 160rem;
  width: 100%;
  position: relative;
  padding-top: 28rem;
  margin: 0 auto;
}
.top-mv .top-mv_txt {
  padding-left: 12rem;
  /*
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  transition-delay:3s;
  */
  position: relative;
}
.top-mv .top-mv_txt .cover {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.top-mv .top-mv_txt .cover:before {
  content: "";
  background: var(--color-gr);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -100%;
  width: 100%;
  z-index: 2;
}
.top-mv .top-mv_txt .cover .cover_inner {
  opacity: 0;
  display: block;
}
.top-mv .top-mv_txt_jp {
  width: 51.4rem;
}
.top-mv .top-mv_txt_jp .cover + .cover {
  margin-top: 3rem;
}
.top-mv .top-mv_txt_en {
  font-family: var(--font_en);
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #0000FE;
  margin-top: 4rem;
}
.top-mv .top-mv_photo {
  opacity: 0;
  width: 74rem;
  height: 120rem;
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
}
.top-mv .top-mv_photo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 24rem;
  top: 0;
  right: 0;
  background: url(/ise/assets/images/top/mv_slide_cover_top.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 2;
  opacity: 0;
}
.top-mv .top-mv_photo .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top-mv .top-mv_photo .swiper-slide {
  width: 100%;
  height: 48rem;
}
.top-mv .top-mv_photo .swiper-slide img {
  border-radius: 3px;
}
.top-mv .top-mv_slide {
  height: 100%;
}
.top-mv .top-mv_slide .swiper {
  height: 100%;
}
.top-mv .top-mv_slide01 {
  width: calc(50% - 8px);
  position: absolute;
  top: 0;
  left: 0;
}
.top-mv .top-mv_slide02 {
  width: calc(50% - 8px);
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}

@-webkit-keyframes cover {
  50% {
    left: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}

@keyframes cover {
  50% {
    left: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@-webkit-keyframes show {
  100% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  100% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1600px) {
  .top-mv .top-mv_inner {
    padding-top: 21.875vw;
    padding-bottom: 32.65625vw;
  }
  .top-mv .top-mv_txt {
    padding-left: 3.125vw;
  }
  .top-mv .top-mv_txt_jp {
    max-width: 514px;
  }
  .top-mv .top-mv_txt_en {
    font-size: 15px;
    margin-top: 3.125vw;
  }
  .top-mv .top-mv_photo {
    width: 50vw;
    right: 2.34375vw;
  }
  .top-mv .top-mv_photo .swiper-slide {
    height: 32.8125vw;
  }
}
@media screen and (max-width: 1234px) {
  .top-mv .top-mv_txt_jp .top-mv_txt_jp01 img,
  .top-mv .top-mv_txt_jp .top-mv_txt_jp02 img,
  .top-mv .top-mv_txt_jp .top-mv_txt_jp03 img {
    width: auto;
    height: 4.5380875203vw;
  }
}
@media screen and (max-width: 1000px) {
  .top-mv .top-mv_txt_en {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .top-mv .top-mv_txt_en {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv {
    background: none;
    padding-bottom: 0;
    height: 60rem;
  }
  .top-mv:after {
    display: none;
  }
  .top-mv .top-mv_inner {
    width: 100%;
    padding-top: 9rem;
    padding-bottom: 0;
  }
  .top-mv .top-mv_txt {
    padding-left: 1.2rem;
    padding-bottom: 2.3rem;
  }
  .top-mv .top-mv_txt_jp {
    width: 26.4rem;
  }
  .top-mv .top-mv_txt_jp .top-mv_txt_jp01 img,
  .top-mv .top-mv_txt_jp .top-mv_txt_jp02 img,
  .top-mv .top-mv_txt_jp .top-mv_txt_jp03 img {
    width: auto;
    height: 7.1794871795vw;
  }
  .top-mv .top-mv_txt_jp .cover + .cover {
    margin-top: 1rem;
  }
  .top-mv .top-mv_txt_en {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .top-mv .top-mv_photo {
    width: 100%;
    position: static;
  }
  .top-mv .top-mv_photo:before {
    display: none;
  }
  .top-mv .top-mv_photo .swiper-slide {
    width: 22.4rem;
    height: 12.6rem;
  }
  .top-mv .top-mv_slide {
    height: auto;
  }
  .top-mv .top-mv_slide .swiper {
    height: auto;
  }
  .top-mv .top-mv_slide01 {
    width: 100%;
    position: static;
  }
  .top-mv .top-mv_slide02 {
    margin-top: 0.5rem;
    width: 100%;
    position: static;
  }
}
.top_ttl span {
  display: block;
  line-height: 1;
}
.top_ttl .en {
  font-size: 40px;
  margin-bottom: 24px;
}
.top_ttl .jp {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}
.top_ttl .jp:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0000FE;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.4rem;
}

@media screen and (max-width: 767px) {
  .top_ttl .en {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
  .top_ttl .jp {
    font-size: 1.6rem;
    padding-left: 1rem;
  }
  .top_ttl .jp:before {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
  }
}
.top-news {
  position: relative;
  z-index: 10;
}
.top-news .top-news_inner {
  border-radius: 1.2rem;
  padding: 80px;
  background: rgba(245, 249, 253, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-news .top-news_left {
  width: 240px;
}
.top-news .top-news_left .top_ttl {
  margin-bottom: 6rem;
}
.top-news .top-news_right {
  width: 800px;
  margin-left: auto;
}
.top-news .top-news_right ul {
  margin-top: -22px;
}
.top-news .top-news_right ul li {
  border-bottom: 1px solid #DDDDDD;
  list-style: none;
}
.top-news .top-news_right ul li a {
  padding: 22px 24px 22px 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news .top-news_right ul li a .news_date {
  font-family: var(--font_en);
  color: #555555;
  font-size: 11px;
  width: 120px;
  padding-top: 0;
}
.top-news .top-news_right ul li a .news_cat {
  font-size: 12px;
  width: 120px;
  height: 24px;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news .top-news_right ul li a .news_desc {
  font-size: 14px;
  padding-left: 20px;
  width: calc(100% - 240px);
}

@media screen and (max-width: 1320px) {
  .top-news {
    padding: 0 20px;
  }
  .top-news .top-news_inner {
    width: 100%;
    padding: 8rem 4rem;
  }
  .top-news .top-news_right {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 1024px) {
  .top-news .top-news_right ul li a .news_desc {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 0 1.5rem;
  }
  .top-news .top-news_inner {
    border-radius: 0.8rem;
    padding: 4rem 1.5rem 11rem;
    position: relative;
  }
  .top-news .top-news_left {
    width: 100%;
  }
  .top-news .top-news_left .top_ttl {
    margin-bottom: 0.5rem;
  }
  .top-news .top-news_left .btn {
    position: absolute;
    width: 30rem;
    margin-left: -15rem;
    left: 50%;
    bottom: 4rem;
  }
  .top-news .top-news_right {
    width: 100%;
  }
  .top-news .top-news_right ul {
    margin-top: 0;
  }
  .top-news .top-news_right ul li a {
    padding: 2rem 4rem 2rem 0;
  }
  .top-news .top-news_right ul li a .news_date {
    font-size: 1.1rem;
    width: 11.5rem;
    padding-top: 0;
  }
  .top-news .top-news_right ul li a .news_cat {
    width: 12rem;
    height: 2rem;
    border-radius: 1rem;
  }
  .top-news .top-news_right ul li a .news_desc {
    font-size: 1.4rem;
    padding-left: 0;
    padding-top: 0.5rem;
    width: 100%;
  }
}
.top-about {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F7FD), color-stop(15%, #D6F8FF), color-stop(50%, #C5DBFF), color-stop(85%, #D6F8FF), to(#FFFFFF));
  background: linear-gradient(180deg, #F2F7FD 0%, #D6F8FF 15%, #C5DBFF 50%, #D6F8FF 85%, #FFFFFF 100%);
  padding-top: 24rem;
  padding-bottom: 12rem;
  position: relative;
}
.top-about .top-about_label {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16rem;
  line-height: 1;
  font-family: var(--font_en);
  color: #fff;
  white-space: nowrap;
}
.top-about .top-about_label span {
  margin-left: 12rem;
  line-height: 1;
}
.top-about .top-about_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-about .top-about_left {
  width: calc(100% - 84rem);
  padding-top: 1rem;
}
.top-about .top-about_right {
  width: 84rem;
}
.top-about .top-about_right .top-about_ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.top-about .top-about_right p {
  font-size: 16px;
  line-height: 2;
}
.top-about .top-about_right .btn {
  margin-left: auto;
  margin-top: 48px;
  width: 320px;
  height: 64px;
  border-radius: 32px;
}
.top-about .top-about_photos {
  margin-top: 12rem;
  margin-left: -5rem;
  margin-right: -5rem;
}
.top-about .top-about_photos ul {
  margin-left: -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-about .top-about_photos ul li {
  width: calc(33.333% - 4rem);
  list-style: none;
  margin-left: 4rem;
}
.top-about .top-about_photos ul li:nth-child(2n) {
  margin-top: 4rem;
}
.top-about .top-about_photos ul li img {
  border-radius: 0.6rem;
}

@media screen and (max-width: 1320px) {
  .top-about {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-about .top-about_inner {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .top-about .top-about_left {
    width: calc(100% - 840px);
  }
  .top-about .top-about_right {
    width: 840px;
  }
}
@media screen and (max-width: 1060px) {
  .top-about .top-about_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-about .top-about_right {
    width: 100%;
  }
  .top-about .top-about_right .top-about_ttl br {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding-top: 15.5rem;
    padding-bottom: 10rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(10%, #D6F8FF), color-stop(50%, #C5DBFF), color-stop(90%, #D6F8FF), to(#FFFFFF));
    background: linear-gradient(180deg, #FFFFFF 0%, #D6F8FF 10%, #C5DBFF 50%, #D6F8FF 90%, #FFFFFF 100%);
  }
  .top-about .top-about_label {
    font-size: 5.4rem;
    top: 6rem;
    left: 16.5%;
  }
  .top-about .top-about_label span {
    margin-left: 4rem;
  }
  .top-about .top-about_left {
    width: 100%;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }
  .top-about .top-about_right {
    width: 100%;
    padding: 0 1.5rem;
  }
  .top-about .top-about_right .top-about_ttl {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
  .top-about .top-about_right p {
    font-size: 1.4rem;
  }
  .top-about .top-about_right .btn {
    margin: 4rem auto 0;
    width: 30rem;
    height: 5rem;
    border-radius: 2.5rem;
  }
  .top-about .top-about_photos {
    margin-top: 4rem;
    margin-left: -19rem;
    margin-right: -19rem;
  }
  .top-about .top-about_photos ul {
    margin-left: -1.5rem;
  }
  .top-about .top-about_photos ul li {
    width: calc(33.333% - 1.5rem);
    margin-left: 1.5rem;
  }
  .top-about .top-about_photos ul li:nth-child(2n) {
    margin-top: 1.5rem;
  }
}
.top-service {
  margin-bottom: 12rem;
}
.top-service .top-service_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.top-service .top-service_left {
  width: 36.9%;
}
.top-service .top-service_left .top_ttl {
  margin-bottom: 4rem;
}
.top-service .top-service_left .top_ttl .en {
  font-size: 7.2rem;
  background: var(--color-gr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-service .top-service_left p {
  font-size: 16px;
  line-height: 2;
}
.top-service .top-service_left ul {
  margin-top: 40px;
}
.top-service .top-service_left ul li {
  border-bottom: 1px solid #DDDDDD;
  list-style: none;
}
.top-service .top-service_left ul li:last-child {
  border: none;
}
.top-service .top-service_left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.top-service .top-service_left ul li a:hover, .top-service .top-service_left ul li a.is-current {
  padding-left: 12px;
  background: #F6FAFF;
}
.top-service .top-service_left ul li a:hover .arrow:before, .top-service .top-service_left ul li a.is-current .arrow:before {
  right: 10px;
  opacity: 1;
}
.top-service .top-service_left ul li a:hover .arrow:after, .top-service .top-service_left ul li a.is-current .arrow:after {
  opacity: 0;
  right: 0;
}
.top-service .top-service_left ul li a .top-service_copy {
  color: #000;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.top-service .top-service_left ul li a .num {
  font-family: var(--font_en);
  color: #0000FE;
  font-size: 12px;
  margin-right: 16px;
}
.top-service .top-service_left ul li a .txt {
  font-size: 18px;
}
.top-service .top-service_left ul li a .arrow {
  width: 100%;
}
.top-service .top-service_right {
  width: 56.7%;
  margin-left: auto;
}
.top-service .top-service_right .top-service_img {
  position: relative;
  width: 100%;
  aspect-ratio: 68/66;
}
.top-service .top-service_right .top-service_img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
}
.top-service .top-service_right .top-service_img .is-show {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .top-service {
    margin-bottom: 5rem;
  }
  .top-service .top-service_inner {
    width: 100%;
    padding: 0 1.5rem;
  }
  .top-service .top-service_left {
    width: 100%;
  }
  .top-service .top-service_left .top_ttl {
    margin-bottom: 3rem;
  }
  .top-service .top-service_left .top_ttl .en {
    font-size: 4rem;
  }
  .top-service .top-service_left p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .top-service .top-service_left ul {
    margin-top: 4rem;
  }
  .top-service .top-service_left ul li {
    border: none;
    list-style: none;
    margin-bottom: 1rem;
  }
  .top-service .top-service_left ul li:last-child {
    border: none;
    margin-bottom: 0;
  }
  .top-service .top-service_left ul li a {
    padding: 0;
  }
  .top-service .top-service_left ul li a:hover, .top-service .top-service_left ul li a.is-current {
    padding-left: 0;
    background: transparent;
  }
  .top-service .top-service_left ul li a p {
    padding: 1.3rem 1.5rem;
    width: 100%;
  }
  .top-service .top-service_left ul li a .num {
    margin-right: 1rem;
  }
  .top-service .top-service_left ul li a .txt {
    font-size: 1.6rem;
  }
  .top-service .top-service_right {
    display: none;
  }
}
.top-company {
  padding-bottom: 4rem;
  background: #C5DBFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #FFFFFF), color-stop(85%, #D6F8FF), to(#C5DBFF));
  background: linear-gradient(180deg, #FFFFFF 60%, #D6F8FF 85%, #C5DBFF 100%);
}
.top-company .top-company_inner {
  background: url(/ise/assets/images/top/comapny_bg.png) right top no-repeat #F6FAFF;
  background-size: auto 100%;
  border-radius: 8px;
  padding: 80px;
}
.top-company .top_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.4rem;
}
.top-company .top_ttl .en {
  font-size: 7.2rem;
  background: var(--color-gr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.top-company .top_ttl .jp {
  margin-left: 2.4rem;
}
.top-company .top-company_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}
.top-company .top-company_links .top-company_link {
  width: calc(33.333% - 30px);
  margin-left: 30px;
}
.top-company .top-company_links .top-company_link a {
  display: block;
}
.top-company .top-company_links .top-company_link a .top-company_thum {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
}
.top-company .top-company_links .top-company_link a .top-company_thum img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-company .top-company_links .top-company_link a .arrow {
  font-size: 18px;
  padding-right: 30px;
}
.top-company .top-company_links .top-company_link a:hover .top-company_thum img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-company .top-company_links .top-company_link a:hover .arrow:before {
  right: 1rem;
  opacity: 1;
}
.top-company .top-company_links .top-company_link a:hover .arrow:after {
  opacity: 0;
  right: 0;
}

@media screen and (max-width: 1320px) {
  .top-company {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-company .top-company_inner {
    width: 100%;
    padding: 40px 20px;
  }
  .top-company .top-company_links {
    margin-left: -15px;
  }
  .top-company .top-company_links .top-company_link {
    width: calc(33.333% - 15px);
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-company {
    padding: 0 1.5rem 4rem;
  }
  .top-company .top-company_inner {
    background: url(/ise/assets/images/top/comapny_bg_sp.png) right top no-repeat #F6FAFF;
    background-size: 100% auto;
    border-radius: 0.8rem;
    padding: 4rem 1.5rem;
  }
  .top-company .top_ttl {
    margin-bottom: 3rem;
    display: block;
  }
  .top-company .top_ttl .en {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
  .top-company .top_ttl .jp {
    margin-left: 0;
  }
  .top-company .top-company_links {
    margin-left: 0;
    margin-top: -1.5rem;
  }
  .top-company .top-company_links .top-company_link {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .top-company .top-company_links .top-company_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-company .top-company_links .top-company_link a .top-company_thum {
    border-radius: 0.8rem;
    margin-bottom: 0;
    width: 14rem;
  }
  .top-company .top-company_links .top-company_link a p {
    width: calc(100% - 14rem);
    padding-left: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.top-recruit {
  position: relative;
  background: var(--color-gr);
}
.top-recruit:before {
  content: "";
  width: 100%;
  height: 8rem;
  border-radius: 0px 0px 8rem 8rem;
  background: #C5DBFF;
  position: absolute;
  top: -0.2rem;
  left: 0;
  z-index: 2;
}
.top-recruit:after {
  content: "";
  width: 100%;
  height: 8rem;
  border-radius: 8rem 8rem 0px 0px;
  background: #fff;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  z-index: 2;
}
.top-recruit .top-recruit_inner {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.top-recruit .top-recruit_inner .top-recruit_ttl {
  margin-bottom: 4rem;
}
.top-recruit .top-recruit_inner .top-recruit_ttl .en {
  font-size: 7.2rem;
}
.top-recruit .top-recruit_inner .top-recruit_ttl .jp:before {
  display: none;
}
.top-recruit .top-recruit_inner p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
}
.top-recruit .top-recruit_inner .btn-w {
  width: 320px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-recruit:before {
    height: 5rem;
  }
  .top-recruit:after {
    height: 5rem;
    background: #F8F8F8;
  }
  .top-recruit .top-recruit_inner .top-recruit_ttl {
    margin-bottom: 4rem;
  }
  .top-recruit .top-recruit_inner .top-recruit_ttl .en {
    font-size: 4rem;
  }
  .top-recruit .top-recruit_inner p {
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
  .top-recruit .top-recruit_inner .btn-w {
    width: 30rem;
    height: 5rem;
    border-radius: 2.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}