@charset "utf-8";

/*******************************
 JS
*******************************/
.js-slick {
  overflow: hidden;
  opacity: 0;
  transition: all 300ms;
}

.js-slick.slick-initialized {
  opacity: 1;
}

/* ============================================
  KV
============================================ */
.kv {
}

.kv_item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.kv_item .img,
.kv_item > a {
  display: block;
  width: 100%;
}

.kv_catch {
  position: absolute;
  overflow: hidden;
  transition: all 1000ms 500ms;
}

.kv_catch01 {
  top: 105px;
  left: -40px;
  width: 0;
}

.kv_catch01.active,
.kv_catch01 img {
  max-width: 679px;
  width: calc(679 / 1500 * 100vw);
  max-height: 195px;
  height: 13vw;
}

@media (min-width: 415px) and (max-width: 1500px) {
  .kv {
  }

  .kv_item {
  }

  .kv_item .img {
  }

  .kv_catch01 {
    top: 7vw;
    left: -2.666666666vw;
  }

  .kv_catch01 {
  }

  .kv_catch01.active,
  .kv_catch01 img {
  }
}

@media (max-width: 414px) {
  .kv_item > a,
  .kv_item .img {
    position: relative;
  }

  .kv_catch01 {
    top: 50%;
    left: calc(20 / 414 * 100vw);
    transform: translateY(-50%);
  }

  .kv_catch01.active,
  .kv_catch01 img {
    width: calc(320 / 414 * 100vw);
    height: auto;
  }
}

/* ============================================
  Contents
============================================ */
.contents {
  overflow: hidden;
}

.contents::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 78.6666666666vw;
  z-index: -1;
  background: linear-gradient(204.99deg, rgba(183, 225, 248, 1) 0%, rgba(74, 149, 209, 1) 99.97%);
  opacity: 0.2;
  transform: skewX(-11.5deg);
  transform-origin: top right;
  width: 100%;
  height: 100%;
}

@media (min-width: 415px) and (max-width: 1500px) {
}

@media (max-width: 414px) {
}

/* ============================================
  section
============================================ */
.section {
  position: relative;
  padding: 0 0 55px;
}

.section > .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #152267;
  font-size: 7.2rem;
  line-height: 1;
  width: 100%;
  max-height: 255px;
  height: 17vw;
}

.section > .heading > span {
  color: #3e7fa7;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 5px 0 0 0;
}

.section .btn {
  font-size: 1.6rem;
  max-width: 208px;
  width: 13.866666666vw;
  max-height: 52px;
  height: 3.466666666vw;
  margin: 55px 0 0 auto;
}

@media (min-width: 415px) and (max-width: 1500px) {
  .section {
    padding: 0 0 3.666666666vw;
  }

  .section .btn {
    font-size: 1.066666666vw;
    margin: 3.666666666vw 0 0 auto;
  }

  .section > .heading {
    font-size: 4.8vw;
  }

  .section > .heading > span {
    font-size: 1.2vw;
    margin: 0.33333333vw 0 0 0;
  }
}

@media (max-width: 414px) {
  .section {
    padding: 0;
  }
  .section > .heading {
    font-size: 3.6rem;
    height: auto;
  }

  .section > .heading > span {
    color: #3e7fa7;
    font-size: 1.3rem;
    margin-top: calc(5 / 414 * 100vw);
  }

  .section .btn {
    font-size: 1.2rem;
    max-width: unset;
    width: calc(210 / 414 * 100vw);
    max-height: unset;
    height: calc(52 / 414 * 100vw);
    margin: calc(40 / 414 * 100vw) auto 0;
  }
}

/* ============================================
  vision
============================================ */
.section-vision {
  padding: 0 0 110px;
}

.section-vision .column_item:nth-of-type(1) {
  flex: 0 0 auto;
  max-width: 440px;
  width: 29.333333333vw;
  padding: 260px 0 0 90px;
}

.section-vision .column_item:nth-of-type(2) {
  flex: 1 1 auto;
  max-width: 520px;
  width: 34.666666666vw;
  padding: 180px 0 0 0;
}

.section-vision .heading {
  height: auto;
}

.section-vision .text {
  font-size: 1.8rem;
}

.section-vision .btn {
  font-size: 1.6rem;
  max-width: 303px;
  width: 20.2vw;
  max-height: 60px;
  height: 4vw;
  margin: 90px auto 0;
}

@media (min-width: 415px) and (max-width: 1500px) {
  .section-vision .column_item:nth-of-type(1) {
    padding: 17.333333333vw 0 0 6vw;
  }

  .section-vision .column_item:nth-of-type(2) {
    padding: 12vw 0 0 0;
  }

  .section-vision .text {
    font-size: 1.2vw;
  }

  .section-vision .btn {
    font-size: 1.066666666vw;
    margin: 6vw auto 0;
  }
}

@media (max-width: 414px) {
  .section-vision {
    padding: calc(40 / 414 * 100vw) calc(20 / 414 * 100vw);
  }
  .section-vision .column {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .section-vision .column_item:nth-of-type(1) {
    width: 100%;
    padding: 0;
  }

  .section-vision .column_item:nth-of-type(2) {
    width: 100%;
    padding: 0;
  }

  .section-vision .text {
    font-size: 1.2rem;
    margin: calc(20 / 414 * 100vw) auto 0;
  }

  .section-vision .btn {
    font-size: 1.2rem;
    max-width: unset;
    width: calc(210 / 414 * 100vw);
    max-height: unset;
    height: calc(45 / 414 * 100vw);
    margin: calc(30 / 414 * 100vw) auto 0;
  }
}

/* ============================================
  business
============================================ */
.section-business {
}

.section-business::after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: url(../img/top/orn_business01.svg) no-repeat 0 bottom/ 643px auto, #eaeaea;
  width: 100%;
  height: 472px;
}

.section-business > .heading {
}

.section-business > .heading > span {
}

.section-business .btn {
}

@media (min-width: 415px) and (max-width: 1500px) {
  .section-business {
  }

  .section-business::after {
    background-size: 42.866666666vw auto, auto;
    height: 31.466666666vw;
  }

  .section-business > .heading {
  }

  .section-business > .heading > span {
  }

  .section-business .btn {
  }
}
@media (max-width: 414px) {
  .section-business {
    padding: calc(40 / 414 * 100vw) 0;
  }
}

.businessList {
  display: flex;
}

.businessList_item {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.businessList_item:not(:nth-of-type(3n + 1)) {
  margin-left: 20px;
}

.businessList_item > a {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  transition: all 300ms;
}

.businessList_item > a::before,
.businessList_item > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.businessList_item > a::before {
  z-index: -1;
  background: #fff;
  transition: all 300ms;
}

.businessList_item > a:hover::before {
  opacity: 0;
}

.businessList_item > a::after {
  z-index: -2;
  background: linear-gradient(90deg, rgba(0, 100, 201, 1) 0%, rgba(33, 26, 126, 1) 100%);
}

.businessList_item > a:hover {
  color: #fff;
}

.businessList_item .inner {
  order: 2;
  display: flex;
  flex-direction: column;
  position: relative;
  /* max-height: 152px; */
  /* height: 10.133333333vw; */
  padding: 30px 42px;
}

.businessList_item .inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: all 300ms;
  max-width: 17px;
  width: 1.133333333vw;
  max-height: 17px;
  height: 1.133333333vw;
}

.businessList_item :hover .inner::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.businessList_item .heading {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}

.businessList_item .heading + .text {
  text-align: justify;
  max-width: 265px;
  width: 17.666666666vw;
  margin: 15px 0 0;
}

.businessList_item .img {
  background-color: #fff;
}

.businessList_item .img > img {
  display: block;
  width: 100%;
}

@media (min-width: 415px) and (max-width: 1500px) {
  .businessList_item:not(:nth-of-type(3n + 1)) {
    margin-left: 1.333333333vw;
  }

  .businessList_item .inner {
    padding: 2vw 2.8vw;
  }

  .businessList_item .inner::after {
    right: 1.333333333vw;
  }

  .businessList_item .heading {
    font-size: 1.2vw;
  }

  .businessList_item .heading + .text {
    margin: 1vw 0 0;
  }
}
@media (max-width: 414px) {
  .businessList {
    flex-wrap: wrap;
  }

  .businessList_item {
    margin-top: calc(30 / 414 * 100vw);
  }

  .businessList_item:not(:nth-of-type(3n + 1)) {
    margin-left: unset;
  }

  .businessList_item .inner {
    height: auto;
    padding: calc(20 / 414 * 100vw);
  }

  .businessList_item .inner::after {
    width: calc(13 / 414 * 100vw);
    height: calc(13 / 414 * 100vw);
  }

  .businessList_item .heading {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
  }

  .businessList_item .heading + .text {
    width: calc(100% - calc(13 / 414 * 100vw));
    max-width: unset;
    margin: calc(15 / 414 * 100vw) 0 0;
  }
}

/* ============================================
  recruit
============================================ */
.section-recruit::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 78.6666666666vw;
  z-index: -1;
  background: linear-gradient(204.99deg, rgba(183, 225, 248, 1) 0%, rgba(74, 149, 209, 1) 99.97%);
  opacity: 0.2;
  transform: skewX(11.5deg);
  transform-origin: top right;
  width: 100%;
  height: 100%;
}

.section-recruit .btn {
  margin-top: 100px;
}

.recruitList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recruitList_item > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.recruitList_item .inner {
  position: absolute;
  right: -25px;
  bottom: -55px;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 100, 201, 1) 0, rgba(33, 26, 126, 1) 100%);
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  width: 466px;
  height: 118px;
  padding: 25px;
}

.recruitList_item .inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transition: all 300ms;
  width: 100%;
  height: 100%;
}

.recruitList_item :hover .inner::before {
  opacity: 0;
}

.recruitList_item .inner::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 300ms;
  border-top: 1px solid #152267;
  border-right: 1px solid #152267;
  max-width: 11px;
  width: 0.733333333vw;
  max-height: 11px;
  height: 0.733333333vw;
}

.recruitList_item :hover .inner::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.recruitList_item .heading {
  color: #152267;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  transition: all 300ms;
}

.recruitList_item .text {
  color: #626262;
  font-size: 1.4rem;
  transition: all 300ms;
  margin: 20px 0 0 0;
}

.recruitList_item :hover .heading,
.recruitList_item :hover .text {
  color: #fff;
}

.recruitList_item .img,
.recruitList_item .img > img {
  display: block;
  width: 100%;
}

@media (min-width: 415px) {
  .recruitList_item:not(:nth-of-type(2n + 1)) {
    margin-left: 90px;
  }

  .recruitList_item:nth-of-type(n + 3) {
    margin-top: 110px;
  }

  .recruitList_item:nth-of-type(n) {
    max-width: 610px;
    width: 46.923076923%;
  }
  .recruitList_item:nth-of-type(2n) {
    max-width: 600px;
    width: 46.153846153%;
  }
}

@media (min-width: 415px) and (max-width: 1500px) {
  .section-recruit .btn {
    margin-top: 6.6666666666vw;
  }

  .recruitList_item:not(:nth-of-type(2n + 1)) {
    margin-left: 6.923076923%;
  }

  .recruitList_item:nth-of-type(n + 3) {
    margin-top: 8.4615384615%;
  }

  .recruitList_item .inner {
    right: -1.666666666vw;
    bottom: -3.666666666vw;
    width: 31.066666666vw;
    height: 7.8666666666vw;
    padding: 1.666666666vw;
  }

  .recruitList_item .inner::after {
    right: 2vw;
  }

  .recruitList_item .heading {
    font-size: 1.6vw;
  }

  .recruitList_item .text {
    font-size: 0.933333333vw;
    margin: 1.333333333vw 0 0 0;
  }
}

@media (max-width: 414px) {
  .section-recruit {
    padding: calc(40 / 414 * 100vw) 0;
  }

  .section-recruit .btn {
    margin-top: 0;
  }

  .recruitList {
    margin-top: calc(30 / 414 * 100vw);
  }

  .recruitList_item {
    width: 100%;
  }

  .recruitList_item:not(:first-of-type) {
    margin-top: calc(10 / 414 * 100vw);
  }

  .recruitList_item a {
    display: flex;
    flex-direction: column;
  }

  .recruitList_item .inner {
    order: 1;
    position: relative;
    top: calc(-40 / 414 * 100vw);
    right: 0;
    bottom: 0;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: calc(15 / 414 * 100vw);
  }

  .recruitList_item .inner::after {
    right: calc(15 / 414 * 100vw);
    max-width: unset;
    width: calc(11 / 414 * 100vw);
    max-height: unset;
    height: calc(11 / 414 * 100vw);
  }

  .recruitList_item .heading {
    font-size: 1.4rem;
  }

  .recruitList_item .text {
    font-size: 1.2rem;
    margin: calc(15 / 414 * 100vw) 0 0 0;
  }
}

/* ============================================
  news
============================================ */
.section-news {
  background: #f2f2f2;
}

.newsList {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.newsList_item {
  position: relative;
  /* max-width: 250px; */
  width: calc((100% - 90px) / 4);
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.newsList_item:not(:nth-of-type(4n + 1)) {
  margin-left: 30px;
}

.newsList_item a {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  width: 100%;
  height: 100%;
}

.newsList_item .inner {
  order: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 10px;
  min-height: 0%;
}

.newsList_item .heading {
  order: 2;
  font-size: 1.6rem;
  font-weight: 400;
}

.newsList_item .date {
  order: 1;
  color: #3e7fa7;
  font-size: 1.6rem;
  font-weight: 500;
}

.newsList_item .text {
  order: 3;
  font-size: 1.4rem;
  font-weight: 400;
}

.newsList_item .img {
  order: 1;
  height: auto;
  min-height: 0%;
}

.newsList_item .img > img {
  display: block;
  width: 100%;
}

/*--------------修正追加-------------*/

.column {
  display: block;
}
.section-vision .column_item:nth-of-type(1) {
  flex: 0 0 auto;
  max-width: 440px;
  width: 29.333333333vw;
  padding: 160px 0 0 0;
  margin: 0 auto;
  text-align: center;
}
.section-vision .column_item:nth-of-type(2) {
  flex: 1 1 auto;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0 0;
}
.section-news {
  background-color: #ffffff;
}
/*-----------------------------------*/

@media (min-width: 415px) and (max-width: 1500px) {
  .newsList_item {
    width: calc((100% - 6vw) / 4);
  }

  .newsList_item:not(:nth-of-type(4n + 1)) {
    margin-left: 2vw;
  }
  .newsList_item .inner {
    padding: 0.666666666vw;
  }

  .newsList_item .heading {
    font-size: 1.066666666vw;
  }

  .newsList_item .date {
    font-size: 1.066666666vw;
  }

  .newsList_item .text {
    font-size: 0.933333333vw;
  }
}

@media (max-width: 414px) {
  .section-news {
    padding: calc(40 / 414 * 100vw) 0;
  }

  .newsList {
    margin-top: calc(30 / 414 * 100vw);
  }

  .newsList_item {
    width: 100%;
  }

  .newsList_item:not(:first-of-type) {
    margin-top: calc(30 / 414 * 100vw);
  }

  .newsList_item:not(:nth-of-type(4n + 1)) {
    margin-left: unset;
  }

  .newsList_item .inner {
    order: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
  }

  .newsList_item .heading {
    font-size: 1.4rem;
  }

  .newsList_item .date {
    font-size: 1.2rem;
  }

  .newsList_item .text {
    font-size: 1.2rem;
  }

  /*--------------修正追加-------------*/
  .section-vision .column_item:nth-of-type(1) {
    padding: 60px 0 0 0;
  }
  .section-vision .column_item:nth-of-type(2) {
    padding: 10px 0 0;
  }
  /*-----------------------------------*/
}








.businessList_item_in {
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    transition: all 300ms;
	background: #fff;
}






.section h2.heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #152267;
  font-size: 7.2rem;
  line-height: 1;
  width: 100%;
  max-height: 255px;
  height: 17vw;
}

.section h2.heading > span {
  color: #3e7fa7;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 5px 0 0 0;
}

.section-vision h2.heading {
    height: auto;
}


@media (min-width: 415px) and (max-width: 1500px) {
  .section h2.heading {
    font-size: 4.8vw;
  }

  .section h2.heading > span {
    font-size: 1.2vw;
    margin: 0.33333333vw 0 0 0;
  }


}


@media (max-width: 414px) {
  .section h2.heading {
    font-size: 3.6rem;
    height: auto;
  }

  .section h2.heading > span {
    color: #3e7fa7;
    font-size: 1.3rem;
    margin-top: calc(5 / 414 * 100vw);
  }


}



@media (max-width: 414px) {
.recruitList_item .inner {
    order: 1;
    position: relative;
    right: 0;
    top: 100px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: calc(15 / 414 * 100vw);
}
.recruitList {
    margin-top: -40px;
}
}


@media (max-width: 414px) {
.section .heading_b > span {
    color: #3e7fa7;
    font-size: 1.3rem;
    margin-top: calc(5 / 414 * 100vw);
}
}

.businessList_item:hover .inner {
	color: #fff;
background: linear-gradient(90deg, rgba(0, 100, 201, 1) 0%, rgba(33, 26, 126, 1) 100%);
	transition: all 300ms;
}

@media (max-width: 414px) {
.businessList {
    display: block !important;
}
.recruitList {
    display: block !important;
}
.businessList_item {
    margin-top: calc(30 / 414 * 100vw) !important;
}
}




/** 再構築 **/
.o_recruitList {
justify-content: space-between !important;
}
.o_recruitList_item {position: relative;}
.o_recruitList_item .o_inner {
    position: absolute;
    right: -25px;
    bottom: -45px;
    z-index: 1;
    background: #fff;
    box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 10%);
    width: 466px;
    height: 118px;
    padding: 25px;
}
.o_inner h3 {
    color: #152267;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
    transition: all 300ms;
}
.o_inner p {
    color: #626262;
    font-size: 1.4rem;
    transition: all 300ms;
    margin: 20px 0 0 0;
}
.o_recruitList_item:hover figure {
	opacity: 0.7;
}
.o_recruitList_item:hover .o_inner {
background: linear-gradient(90deg, rgba(0, 100, 201, 1) 0, rgba(33, 26, 126, 1) 100%);
}
.o_recruitList_item:hover .o_inner h3,
.o_recruitList_item:hover .o_inner p {
color: #fff;
}



@media (min-width: 415px) and (max-width: 1500px) {
.o_recruitList_item .o_inner {
    right: -1.666666666vw;
    bottom: -3.666666666vw;
    width: 31.066666666vw;
    height: 7.8666666666vw;
    padding: 1.666666666vw;
}
.o_inner h3 {
    font-size: 1.6vw;
}
.o_inner p {
    font-size: 0.933333333vw;
    margin: 1.333333333vw 0 0 0;
}
}


@media (max-width: 414px) {
.o_recruitList {display: block !important;}
.o_recruitList_item {padding-top: 70px;}
.o_recruitList_item .o_inner {
    order: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -40px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: calc(15 / 414 * 100vw);
}
.o_inner h3 {
    font-size: 1.4rem;
}
.o_inner p {
    font-size: 1.2rem;
    margin: calc(15 / 414 * 100vw) 0 0 0;
}
.o_recruitList_item_t {padding-top: 0 !important;}
.section-recruit .btn {margin-top: 90px;}
}


