/* ========================================

mainvisual

======================================== */
.mainvisual_inner {
  margin-left: auto;
  width: calc(100% - 300px);
  position: relative;
  max-height: calc(100vh - 240px);
  min-height: 560px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.mainvisual_inner::before {
  width: 100%;
  padding-top: 80%;
  content: '';
  display: block;
  position: relative;
  z-index: 10;
}
.mainvisual .slide_wrap {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mainvisual .slide_wrap img {
  width: 100%;
}
.mainvisual_copy {
  width: 50%;
  max-width: 562px;
  position: absolute;
  left: 66px;
  bottom: 106px;
}
.mainvisual::before, .mainvisual::after {
  width: 100%;
  height: 920px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: clamp(0px, 48.57vw, 1300px);
  top: calc(100% - 500px);
}
.mainvisual::before {
  z-index: -1;
  background: linear-gradient(to bottom right, #99d3df, #88bbd6);
}

@media screen and (max-width: 1240px) {
  .mainvisual_inner {
    width: calc(90% - 110px);
  }
}
@media screen and (max-width: 1024px) {
  .mainvisual_inner {
    width: 95%;
    max-height: none;
  }
  .mainvisual .slide {
    overflow: hidden;
    margin-left: auto;
  }
  .mainvisual .slide img {
    width: 100%;
  }
  .mainvisual_copy {
    width: 94.4%;
    max-width: 562px;
    position: absolute;
    left: 10px;
    bottom: 56px;
  }
}
@media screen and (max-width: 800px) {
  .mainvisual_inner {
    border-radius: 5px 0 0 5px;
  }
  .mainvisual_inner::before {
    display: none;
  }
  .mainvisual .slide_wrap {
    position: relative;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mainvisual .slide_wrap .slick-slide {
    overflow: hidden;
    border-radius: 5px 0 0 5px;
  }
  .mainvisual_copy {
    width: 95%;
    max-width: 379px;
    left: 9px;
    bottom: 26px;
  }
  .mainvisual::before, .mainvisual::after {
    width: 100%;
    height: 430px;
  }
  .mainvisual::before {
    -webkit-animation-duration: 400s;
            animation-duration: 400s;
  }
  .mainvisual::after {
    -webkit-animation-duration: 200s;
            animation-duration: 200s;
  }
}
@-webkit-keyframes bg_wave01 {
  0% {
    background-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
  100% {
    background-position: -5996px 0;
    mask-position: -2998px 0;
    -webkit-mask-position: -2998px 0;
  }
}
@-webkit-keyframes bg_wave02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3000px 0;
  }
}
/* ========================================

news

======================================== */
.news {
  width: calc(100% - 180px);
  position: relative;
  margin-left: auto;
  margin-top: -50px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}
.news_title {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news_title .ico_news::before {
  width: 40px;
  height: 40px;
  background-image: url(../img/common/ico_news.png);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news .arrow {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 60px;
  border: 2px solid #0098bc;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news .arrow svg {
  width: 24px;
  fill: #0098bc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list {
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 2;
  position: relative;
}
.news_list li {
  width: 100%;
  display: none;
}
.news_list li a {
  width: 100%;
  height: 120px;
  padding: 0 140px 0 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.news_list li a span {
  padding-bottom: 6px;
  border-bottom: 1px solid #1f1f1f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 801px) {
  .news:hover {
    color: #fff;
    background-color: #0098bc;
  }
  .news:hover .news_title {
    color: #fff;
  }
  .news:hover .news_title .ico_news:before {
    content: "";
    background-image: url(../img/common/ico_news_on.png);
    background-position: 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .news:hover .arrow {
    border-color: #fff;
  }
  .news:hover .arrow svg {
    fill: #fff;
  }
  .news:hover .news_list li a span {
    color: #fff;
    border-color: #fff;
  }
}
@media screen and (max-width: 800px) {
  .news {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 47px;
    border-radius: 0;
    background-color: transparent;
  }
  .news_title {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 14px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .news_title .ptcl {
    font-size: 21px;
  }
  .news_title .icon {
    text-align: center;
    width: 22px;
    height: 23px;
    display: inline-block;
    margin-right: 8px;
    background-color: #0098bc;
    border-radius: 11px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .news_title svg {
    width: 2px;
    fill: #fff;
    vertical-align: top;
    margin-top: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .news .arrow {
    display: none;
  }
  .news_list li a {
    height: auto;
    padding: 0;
  }
  .news_list li a span {
    padding-bottom: 4px;
  }
}
@-webkit-keyframes scroll_bar {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
/* ========================================

message

======================================== */
.message {
  position: relative;
  margin-bottom: 96px;
}
.message_inner {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.message .box_text {
  width: 50%;
  max-width: 620px;
  margin-left: auto;
  padding-top: 120px;
}
.message .box_text .title {
  width: 84%;
  max-width: 396px;
  margin-left: 40px;
  z-index: 2;
}
.message .box_text_inner {
  font-size: 17px;
  line-height: 2.35;
  width: 80%;
  max-width: 480px;
  position: relative;
  margin: 20% 0 0 50px;
}
.message .box_text_inner::before {
  width: 70vw;
  max-width: 800px;
  height: 600px;
  content: '';
  display: block;
  position: absolute;
  top: -9%;
  left: -70px;
  background-color: #fff;
  border-radius: 5px;
  z-index: -1;
}
.message .box_text .txt {
  margin-bottom: 26px;
}
.message .btn_border {
  margin-top: 46px;
}
.message .btn_border a .replace_img {
  width: 160px;
  background-image: url(../img/top/message_btn_txt.png);
}
.message .btn_border a .replace_img::after {
  background-image: url(../img/top/message_btn_txt_on.png);
}
.message .box_img {
  width: 50%;
  position: relative;
}
.message .box_img .img {
  width: 52.86%;
  max-width: 370px;
}
.message .box_img .img01 {
  margin-left: auto;
}
.message .box_img .img02 {
  position: absolute;
  top: 90px;
  top: 6.4285vw;
  left: 0;
  border: 6px solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (min-width: 1400px) {
  .message::before {
    background-position: calc(50% + 494px) 0;
  }
}
@media screen and (max-width: 800px) {
  .message {
    margin-bottom: 60px;
  }
  .message::before {
    display: none;
  }
  .message .box_text {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    margin-top: -62px;
    padding-top: 0;
    position: relative;
    z-index: 2;
  }
  .message .box_text .title {
    width: 100%;
    max-width: 303px;
    margin-left: 0;
    z-index: 2;
  }
  .message .box_text_inner {
    font-size: 16px;
    line-height: 2;
    width: 100%;
    max-width: none;
    margin: 50px 0 0 0;
  }
  .message .box_text_inner .txt {
    margin-bottom: 26px;
  }
  .message .box_text_inner::before {
    display: none;
  }
  .message .btn_border {
    max-width: none;
    margin-top: 40px;
  }
  .message .btn_border a .replace_img {
    width: 151px;
  }
  .message .box_img {
    width: 85%;
    margin: 0 auto;
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .message .box_img .img {
    width: 52.86%;
    max-width: 370px;
  }
  .message .box_img .img01 {
    margin-left: auto;
  }
  .message .box_img .img02 {
    position: absolute;
    top: 90px;
    top: 6.4285vw;
    left: 0;
    border: 6px solid #fff;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
/* ========================================

service

======================================== */
.service {
  height: 705px;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .img {
  width: 60%;
  max-width: 840px;
  height: 100%;
  position: absolute;
  top: 0;
}
.service .img::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
}
.service .img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.service .box_text {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
.service .box_text_inner {
  font-size: 17px;
  color: #fff;
  width: 66%;
  max-width: 680px;
  position: relative;
  margin-left: auto;
  padding: 80px 5.7%;
  z-index: 2;
  background-image: linear-gradient(130deg, #99d3df  30%, #88bbd6);
  border-radius: 5px;
}
.service .box_text .title {
  font-size: 1.8rem;
}
.service .box_text .txt {
  font-size: 16px;
  line-height: 2;
  margin: 28px 0 44px;
}
.service .btn_border {
  max-width: none;
}
.service .btn_border a {
  width: 100%;
  border: none;
}


@media screen and (max-width: 800px) {
  .service {
    height: auto;
    display: block;
    margin-bottom: 0;
    padding: 36px 0 40px;
    background-image: linear-gradient(130deg, #78c8dc 60%, #44a4bb);
  }
  .service .img {
    width: 85%;
    max-width: 840px;
    overflow: hidden;
    position: relative;
    top: auto;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 5px;
  }
  .service .img::before {
    display: none;
  }
  .service .img img {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .service .box_text {
    width: 85%;
  }
  .service .box_text::before {
    display: none;
  }
  .service .box_text_inner {
    width: 100%;
    max-width: none;
    position: relative;
    margin: 0 auto;
    padding: 0;
    background: none;
  }
  .service .box_text_inner::before {
    display: none;
  }
  .service .box_text .title {
    width: 100%;
    max-width: 209px;
    margin: 0 auto;
  }
  .service .box_text .txt {
    margin: 30px 0;
  }
  .service .btn_border a .replace_img {
    width: 143px;
  }
}
/* ========================================

recruit

======================================== */
.recruit {
  position: relative;
  margin-bottom: 174px;
  z-index: 2;
}
.recruit_title {
  margin-bottom: 80px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: center;
}
.recruit_title::after {
  width: 100%;
  max-width: 1240px;
  height: 800px;
  content: '';
  display: block;
  position: absolute;
  top: 100px;
  right: 50%;
  border-radius: 5px;
  background-color: #ecf6f9;
  z-index: -1;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.recruit_title .title {
  width: 27.8%;
  max-width: 344px;
  margin-left: 4.8%;
}
.recruit_title .txt {
  margin: 28px 0 44px;
}
.recruit_content{
  width: 61.4%;
    font-size: 17px;
    line-height: 2.35;
    margin-left: 4.8%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.recruit .btn_border a .replace_img {
  width: 157px;
  background-image: url(https://placehold.jp/376x36.png);
}
.recruit .btn_border a .replace_img::after{
  background-image: url(ttps://placehold.jp/376x37.png);
}
.recruit_list .slick-slide {
  -webkit-transform: translate(calc(-340px + -10vw), 0);
          transform: translate(calc(-340px + -10vw), 0);
}
.recruit_list_item {
  width: 43%;
  max-width: 600px;
  position: relative;
  margin: 0 20px;
  padding-bottom: 6px;
}
.recruit_list_item:nth-child(even) {
  margin-top: 44px;
}
.recruit_list_item::after {
  width: 100%;
  height: calc(100% - 6px);
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgba(56, 144, 144, 0.2);
  z-index: -1;
  border-radius: 5px;
}

@media screen and (min-width: 1400px) {
  .recruit_list .slick-slide {
    -webkit-transform: translate(160px, 0);
            transform: translate(160px, 0);
  }
}
@media screen and (max-width: 1024px) {
  .recruit_list .slick-slide {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 800px) {
  .recruit_list .slick-slide {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 800px) {
  .recruit {
    margin-bottom: 0;
    padding-top: 50px;
  }
  .recruit_title {
    width: 85%;
    margin-bottom: 43px;
  }
  .recruit_title::after {
    display: none;
  }
  .recruit_title .title {
    width: 100%;
    max-width: 282px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .recruit_title .txt {
    font-size: 16px;
    line-height: 2;
    width: 100%;
    margin-bottom: 30px;
  }
  .recruit_list {
    padding-bottom: 70px;
  }
  .recruit_list::before {
    width: 100%;
    height: 325px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #eff7f9;
    z-index: -1;
  }
  .recruit_list_item {
    width: 85%;
    max-width: 600px;
    position: relative;
    margin: 0 10px;
    padding-bottom: 6px;
  }
  .recruit_list_item:nth-child(even) {
    margin-top: 25px;
  }
  .recruit_list_item span {
    border-radius: 2.5px;
  }
  .recruit_list_item::after {
    height: calc(100% - 4px);
    left: 0;
    top: 4px;
    border-radius: 2.5px;
  }
  .recruit_content{
    width: 100%;
    margin: 0;
  }
}
/* ========================================

staff

======================================== */
.staff {
  position: relative;
}
.staff_inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}
.staff .img {
  overflow: hidden;
  border-radius: 5px;
}
.staff .staff_title {
  color: #0098bc;
  width: 84%;
  max-width: 680px;
  position: relative;
  margin: -70px 0 36px;
  padding-top: 50px;
  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;
  background-color: #fff;
  border-radius: 0 10px 0 0;
}
.staff .staff_title::before, .staff .staff_title::after {
  width: 17px;
  height: 17px;
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/common/img_edge.svg);
  background-size: 100%;
}
.staff .staff_title::before {
  top: -17px;
  left: 0;
}
.staff .staff_title::after {
  top: 53px;
  right: -17px;
}
.staff .staff_title .title {
  margin-bottom: 26px;
  font-size: 4.2rem;
  font-weight: 100;
  font-family: 'Ubuntu';
  text-transform: uppercase;
}
.staff .staff_title .title::after {
  width: 70px;
  height: 2px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 18px 20px 0 16px;
  background-image: url(../img/common/ptn_tile.gif);
  background-repeat: repeat;
  background-size: 2px;
}
.staff .staff_title .en {
  font-size: 18px;
}
.staff .box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staff .box_text .txt {
  font-size: 17px;
  line-height: 2.35;
  width: 53%;
}
.staff .btn_border {
  width: 44%;
  max-width: 540px;
  margin-top: 10px;
  font-size: 17px;
}
.staff .btn_border a .replace_img {
  width: 188px;
  background-image: url(https://placehold.jp/376x36.png);
}

@media screen and (min-width: 1400px) {
  .staff::before {
    background-position: calc(50% + 650px) 0;
  }
}
@media screen and (max-width: 800px) {
  .staff {
    width: 100%;
    margin-bottom: 50px;
  }
  .staff_inner {
    width: 100%;
  }
  .staff::before {
    display: none;
  }
  .staff .img {
    border-radius: 0;
  }
  .staff .staff_title {
    text-align: center;
    width: 85%;
    max-width: none;
    margin: -25px auto 20px;
    padding-top: 40px;
    display: block;
    border-radius: 5px 5px 0 0;
  }
  .staff .staff_title::before, .staff .staff_title::after {
    width: 9px;
    height: 9px;
  }
  .staff .staff_title::before {
    top: 16px;
    left: -9px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .staff .staff_title::after {
    top: 16px;
    right: -9px;
  }
  .staff .staff_title .title {
    max-width: 242px;
    margin: 0 auto 12px;
  }
  .staff .staff_title .title::after {
    display: none;
  }
  .staff .staff_title .en {
    font-size: 14px;
  }
  .staff .box_text {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .staff .box_text .txt {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .staff .box_text .btn_border {
    width: 100%;
    max-width: none;
    margin-top: 26px;
  }
  .staff .btn_border a .replace_img {
    width: 178px;
  }
}
/* ========================================

works

======================================== */
.works_title {
  color: #0098bc;
  line-height: 1;
  margin-bottom: 64px;
}
.works_title .en {
  margin-bottom: 26px;
  font-size: 4.2rem;
  font-weight: 100;
  font-family: 'Ubuntu';
  text-transform: uppercase;
}
.works_title .desc {
  font-size: 16px;
}
.works_list_item {
  width: 31.3%;
  max-width: 388px;
}
.works_list_item:not(:last-of-type) {
  margin-right: 3.05%;
}

@media screen and (max-width: 800px) {
  .works {
    padding: 46px 0 60px;
    margin-bottom: 0;
  }
  .works_title {
    text-align: center;
    margin-bottom: 47px;
  }
  .works_title .en {
    max-width: 326px;
    margin: 0 auto 18px;
  }
  .works_title .desc {
    font-size: 14px;
  }
  .works_list_item {
    width: 100%;
    max-width: none;
    margin-bottom: 46px;
  }
  .works_list_item:not(:last-of-type) {
    margin-right: 0;
  }
  .works_list_item .info .category a {
    height: 36px;
    border-radius: 20px;
  }
  .works_list_item .info .date {
    font-size: 15px;
  }
  .works_list_item .box_text .title {
    font-size: 20px;
    margin: 18px 0 14px;
  }
  .works_list_item .box_text .txt {
    font-size: 14px;
  }
  .works_list_item.new::before {
    top: -10px;
    left: -10px;
    background-size: 52px;
  }
  .works .btn_list {
    margin-top: 0;
  }
}

/*# sourceMappingURL=top.css.map */