@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	main_contents
================================================== */
.main_contents > section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1025px) {
  .main_contents > section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
  .main_contents > section {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
/* ========== end △ */

/* ==================================================
	visual
================================================== */
.visual {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/main_bg.jpg) center no-repeat;
  background-size: cover;
  min-height: 1140px;
  width: 100%;
  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;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .visual {
    min-height: 550px;
  }
}
/* ========== end △ */
.visual::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40vw;
  height: 160px;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #5EB8F5), to(#A5D9F7));
  background: linear-gradient(-90deg, #5EB8F5 50%, #A5D9F7 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .visual::before {
    height: 26.66vw;
  }
}
/* ========== end △ */
.visual h1 {
  font-size: 4.4rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .visual h1 {
    font-size: 5.8652vw;
    margin-bottom: 5.332vw;
  }
}
/* ========== end △ */
.visual h1 span {
  font-size: 7rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .visual h1 span {
    font-size: 7.998vw;
  }
}
/* ========== end △ */
.visual .btn a {
  display: block;
  width: 563px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .visual .btn a {
    width: 100%;
  }
}
/* ========== end △ */

/* ==================================================
	business
================================================== */
.business {
  position: relative;
  margin-top: calc(1140px - 25vw);
  padding-top: 300px;
  text-align: center;
  color: #fff;
  z-index: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .business {
    margin-top: calc(550px - 35vw);
    padding-top: 26.66vw;
  }
}
/* ========== end △ */
.business::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 900px;
  background: #489FE3 url(../images/busibess_deco.png) top 100px center no-repeat;
  background-size: auto 420px;
  -webkit-clip-path: polygon(0 15vw, 100% 0%, 100% 100%, 0 calc(100% - 15vw));
          clip-path: polygon(0 15vw, 100% 0%, 100% 100%, 0 calc(100% - 15vw));
  z-index: -1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .business::before {
    height: 111.972vw;
    background-size: auto 170px;
  }
}
/* ========== end △ */
.business h2 {
  margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .business h2 {
    margin-bottom: 5.332vw;
  }
}
/* ========== end △ */
.business .inner {
  margin-top: 80px;
  text-align: left;
  color: #181818;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .business .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .business .inner {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .business .inner > div {
    width: 47%;
  }
}
/* ========== end △ */
.business .inner h3 {
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .business .inner h3 {
    margin-top: 3.999vw;
  }
}
/* ========== end △ */
.business .inner p {
  margin: 40px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .business .inner p {
    margin-top: 5.332vw;
    margin-bottom: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .business .inner .btn_style {
    text-align: right;
  }
}
/* ========== end △ */
.business .inner .jibanchosa h3::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: url(../images/busibess_ttldeco01.png) no-repeat;
  background-size: cover;
  width: 63px;
  height: 35px;
  z-index: -1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .business .inner .jibankairyou {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.business .inner .jibankairyou h3::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: url(../images/busibess_ttldeco02.png) no-repeat;
  background-size: cover;
  width: 105px;
  height: 55px;
  z-index: -1;
}

/* ==================================================
	recruit
================================================== */
.recruit {
  position: relative;
  padding-top: 300px;
  padding-bottom: 150px;
  margin-top: 200px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .recruit {
    margin-top: 13.33vw;
    padding-top: 26.66vw;
    padding-bottom: 21.328vw;
  }
}
/* ========== end △ */
.recruit::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: url(../images/recruit_bg.jpg) bottom no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 10vw, 100% 0%, 100% calc(100% - 10vw), 0 100%);
          clip-path: polygon(0 10vw, 100% 0%, 100% calc(100% - 10vw), 0 100%);
  z-index: -2;
}
.recruit::after {
  content: "RECRUIT";
  position: absolute;
  left: calc(50% - 50vw - 120px);
  bottom: 10px;
  color: #98D7F6;
  font-size: 22rem;
  font-weight: bold;
  z-index: -1;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .recruit::after {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .recruit::after {
    font-size: 23.994vw;
    left: calc(50% - 50vw - 10px);
    bottom: -70px;
  }
}
/* ========== end △ */
.recruit h2 {
  font-size: 6rem;
  position: relative;
  display: inline-block;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .recruit h2 {
    font-size: 9.5976vw;
  }
}
/* ========== end △ */
.recruit h2::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -40px;
  background: url(../images/recruit_ttldeco.png) no-repeat;
  background-size: cover;
  width: 202px;
  height: 77px;
  z-index: -1;
}
.recruit p {
  margin: 80px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .recruit p {
    width: 70vw;
    margin-top: 7.998vw;
    margin-bottom: 5.332vw;
  }
}
/* ========== end △ */

/* ==================================================
	works
================================================== */
.works {
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .works {
    margin-top: 26.66vw;
    margin-bottom: 21.328vw;
  }
}
/* ========== end △ */
.works::after {
  content: "";
  position: absolute;
  right: calc(50% - 50vw);
  top: -10vw;
  background: url(../images/works_deco.png) no-repeat;
  background-size: cover;
  width: 360px;
  height: 213px;
  z-index: -1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .works::after {
    width: 42.656vw;
    height: 23.994vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .works .img {
    margin-left: calc(50% - 50vw);
    width: 43vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .works .txt {
    width: 50%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .works .txt {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.works .txt .catch {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .works .txt .catch {
    margin-top: 2.666vw;
    margin-bottom: 2.666vw;
    font-size: 4.2656vw;
  }
}
/* ========== end △ */
.works .txt .catch span {
  font-size: 2.6rem;
  color: #489FE3;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .works .txt .catch span {
    font-size: 5.8652vw;
  }
}
/* ========== end △ */
.works .txt .btn_style {
  margin-top: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .works .txt .btn_style {
    margin-top: 5.332vw;
    text-align: right;
  }
}
/* ========== end △ */

/* ==================================================
	set_wrap
================================================== */
.set_wrap {
  position: relative;
  text-align: center;
  padding-top: 250px;
  padding-bottom: 250px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .set_wrap {
    padding-top: 26.66vw;
    padding-bottom: 26.66vw;
  }
}
/* ========== end △ */
.set_wrap::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: -4vw;
  background: url(../images/setwrap_deco.png) no-repeat;
  background-size: cover;
  width: 520px;
  height: 172px;
  z-index: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .set_wrap::before {
    width: 58.652vw;
    height: 19.4618vw;
  }
}
/* ========== end △ */
.set_wrap::after {
  content: "";
  position: absolute;
  right: calc(50% - 50vw);
  bottom: -8vw;
  background: url(../images/setwrap_deco02.png) no-repeat;
  background-size: cover;
  width: 360px;
  height: 407px;
  z-index: -1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .set_wrap::after {
    width: 42.656vw;
    height: 48.2546vw;
    right: calc(50% - 60vw);
    bottom: -20vw;
  }
}
/* ========== end △ */
.set_wrap .bg_area::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #F2FBFF;
  -webkit-clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
          clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
  z-index: -1;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .set_wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* ========== end △ */
.set_wrap .inner > a {
  display: block;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .set_wrap .inner > a {
    width: 30%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .set_wrap .inner > a + a {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .set_wrap .inner > a:hover {
    color: #489FE3;
  }
}
/* ========== end △ */
.set_wrap .inner h2 {
  text-align: left;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .set_wrap .inner h2 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .set_wrap .inner h2 {
    margin-top: 3.999vw;
  }
}
/* ========== end △ */
.set_wrap .inner h2 span {
  background: url(../common_img/ico_arrow.png) right center no-repeat;
  background-size: 36px auto;
}

/* ==================================================
	news
================================================== */
.news {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news {
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.news h2 {
  text-align: center;
  margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news h2 {
    margin-bottom: 5.332vw;
  }
}
/* ========== end △ */
.news ul {
  max-width: 950px;
  margin: 0 auto;
  height: 150px;
  overflow-y: scroll;
  padding-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news ul {
    height: 53.32vw;
  }
}
/* ========== end △ */
.news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ========== end △ */
.news ul li + li {
  margin-top: 25px;
}
.news ul li time {
  color: #489FE3;
  font-weight: bold;
  margin-right: 20px;
}
.news .btn_style {
  margin-top: 50px;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .news .btn_style {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */