/* ==================================================
	color settings
================================================== */
h2 {
  color: #054988;
  font-size: 6.4rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 13.33vw;
    margin-bottom: 10.664vw;
  }
}

#content_area > *:not(.keiden):not(.news):not(.workflow) {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #content_area > *:not(.keiden):not(.news):not(.workflow) {
    margin-top: 13.33vw;
  }
}

#mainvisual {
  background: -webkit-gradient(linear, left top, right top, from(rgba(94, 161, 255, 0.8)), to(rgba(122, 247, 255, 0.8))), url(../img/top/main_bg_pc.jpg) no-repeat top center/cover;
  background: linear-gradient(to right, rgba(94, 161, 255, 0.8), rgba(122, 247, 255, 0.8)), url(../img/top/main_bg_pc.jpg) no-repeat top center/cover;
  height: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #mainvisual {
    background: -webkit-gradient(linear, left top, right top, from(rgba(94, 161, 255, 0.8)), to(rgba(122, 247, 255, 0.8))), url(../img/top/main_bg_sp.jpg) no-repeat top center/cover;
    background: linear-gradient(to right, rgba(94, 161, 255, 0.8), rgba(122, 247, 255, 0.8)), url(../img/top/main_bg_sp.jpg) no-repeat top center/cover;
    height: 119.97vw;
  }
}

#mainvisual h1 img {
  width: 79.98vw;
}

@media screen and (min-width: 768px) {
  #mainvisual h1 img {
    position: relative;
    margin-top: -200px;
    width: 701px;
  }
}

.keiden {
  background: #054988;
  color: #fff;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .keiden {
    position: relative;
    margin-top: -183px;
    width: 67vw;
    margin-left: auto;
    padding: 80px 0 80px 80px;
  }
}

@media screen and (max-width: 767px) {
  .keiden {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

.keiden h2 {
  color: #fff;
  font-size: 3.8rem;
  margin-bottom: 0;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .keiden h2 {
    font-size: 6.665vw;
    margin-bottom: 5.332vw;
  }
}

@media screen and (min-width: 768px) {
  .keiden .site_wrap {
    width: 800px;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .keiden .site_wrap > div {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: flex-start;
  }
	.keiden .site_wrap > p {
		width: 530px;
		margin-top: -105px;
	}
}

.keiden img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .keiden img {
    width: 39.99vw;
    margin-bottom: 5.332vw;
  }
}

.news {
  position: relative;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .news {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

@media screen and (min-width: 768px) {
  .news.bg_l::before {
    top: -280px;
    height: calc(100% + 280px);
  }
}

@media screen and (max-width: 767px) {
  .news.bg_l::before {
    width: calc(100vw - 5vw);
  }
}

@media screen and (min-width: 768px) {
  .news .news_body {
    width: 800px;
  }
}

.news li {
  margin-bottom: 15px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .news li {
    max-width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.news li a {
  margin-left: 15px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .news li a {
    display: block;
    margin-left: 0;
    margin-top: 1.333vw;
  }
}

.news li a:hover {
  text-decoration: none;
}

.news time {
  margin-right: 10px;
	font-family: "monospace";
}

.news span {
  display: inline-block;
  padding: 6px 8px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  min-width: 70px;
}

@media screen and (max-width: 767px) {
  .news span {
    padding: 1.0664vw;
    font-size: 3.1992vw;
  }
}

.news span.notice {
  background: #054988;
}

.news span.report {
  background: #0659a7;
}

.news .btn_style01 {
  margin-right: 0;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .news .btn_style01 {
    margin-top: 7.998vw;
  }
}

.case {
  text-align: center;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .case {
    padding-bottom: 13.33vw;
  }
}

.case.bg_r::before {
  height: 70%;
}

@media screen and (max-width: 767px) {
  .case.bg_r::before {
    height: 80%;
  }
}

.case h2 + p {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .case h2 + p {
    margin-bottom: 10.664vw;
  }
}

.case ul {
  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;
  position: relative;
}

.case ul::after {
  width: 380px;
  display: block;
  content: "";
}

.case ul li {
  width: 380px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .case ul li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 7.998vw;
  }
}

.case ul li .img_box {
  border: 1px solid #e2e8f6;
}

.case ul li .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (min-width: 768px) {
  .case ul li .img_box img {
    width: 380px;
    height: 284px;
  }
}

@media screen and (max-width: 767px) {
  .case ul li .img_box img {
    width: 100%;
    height: 120px;
  }
}

@media screen and (min-width: 768px) {
  .case ul li .img_box img:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .case ul li .img_box img:hover:hover {
    opacity: 0.6;
  }
}

.case ul li dl {
  margin-top: 20px;
}

.case ul li dl dt {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .case ul li dl dt {
    font-size: 4.2656vw;
  }
}

@media screen and (min-width: 768px) {
  .case ul li dl br {
    display: none;
  }
}

.case ul li dl dd {
  margin-top: 5px;
  line-height: 1.6;
}

.products {
  text-align: center;
}

.products h2 + p {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .products h2 + p {
    margin-bottom: 10.664vw;
  }
}

@media screen and (min-width: 768px) {
  .products .site_wrap {
    width: 84vw;
  }
}

.products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .products ul li {
    width: 100%;
  }
}

.products ul li[data-list="01"] {
  background: url(../img/top/products_img01.jpg) top center/cover;
}

.products ul li[data-list="02"] {
  background: url(../img/top/products_img02.jpg) top center/cover;
}

.products ul li[data-list="03"] {
  background: url(../img/top/products_img03.jpg) top center/cover;
}

.products ul li[data-list="04"] {
  background: url(../img/top/products_img04.jpg) top center/cover;
}

.products ul li[data-list="05"] {
  background: url(../img/top/products_img05.jpg) top center/cover;
}

.products ul li::before {
  background: inherit;
  content: '';
  -webkit-filter: blur(2px);
          filter: blur(2px);
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.products ul li::after {
  content: "";
  position: absolute;
  background: rgba(6, 89, 167, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products ul li:nth-child(odd)::after {
  content: "";
  position: absolute;
  background: rgba(5, 73, 136, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .products ul li:hover::before {
    -webkit-filter: none;
            filter: none;
  }
  .products ul li:hover::after {
    opacity: 0.3;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .products ul li:hover::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .products ul li:hover::after:hover {
    opacity: 0.6;
  }
}

.products ul li a {
  z-index: 2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  padding: 140px 0;
}

@media screen and (max-width: 767px) {
  .products ul li a {
    padding-top: 10.664vw;
    padding-bottom: 10.664vw;
  }
}

.products ul li span {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .products ul li span {
    font-size: 4.7988vw;
  }
}

.products ul li .btn_style01 {
  margin-top: 40px;
  border: 1px solid #fff;
  padding: 16px 0;
}

@media screen and (max-width: 767px) {
  .products ul li .btn_style01 {
    margin-top: 5.332vw;
    padding: 4.7988vw;
  }
}

.workflow {
  margin-top: 200px;
  position: relative;
}

.workflow::after {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(94, 161, 255, 0.8)), to(rgba(122, 247, 255, 0.8))), url(../img/top/workflow_img.jpg) right center no-repeat;
  background: linear-gradient(to right, rgba(94, 161, 255, 0.8), rgba(122, 247, 255, 0.8)), url(../img/top/workflow_img.jpg) right center no-repeat;
  background-size: 960px auto;
  width: 960px;
  height: 586px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .workflow::after {
    background-size: cover;
    width: 75vw;
    height: 200px;
  }
}

.workflow .site_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .workflow .site_wrap {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

.workflow .flow {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .workflow .flow {
    margin-top: 50px;
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .workflow .flow {
    margin-top: 13.33vw;
  }
}

@media screen and (min-width: 768px) {
  .workflow .flow ul {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .workflow .flow ul {
    padding: 6.665vw;
  }
}

.workflow .flow ul li {
  position: relative;
  border: 1px solid #e2e8f6;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .workflow .flow ul li {
    padding: 34px 16px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  .workflow .flow ul li {
    padding-top: 3.999vw;
    padding-bottom: 3.999vw;
    margin-bottom: 7.998vw;
  }
}

.workflow .flow ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  background: url(../img/common/ico_arrow.png) right center no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 14px;
  right: -22px;
  top: calc(50% - 7px);
}

@media screen and (max-width: 767px) {
  .workflow .flow ul li:not(:last-child)::after {
    background: url(../img/common/ico_arrow_under.png) center bottom no-repeat;
    background-size: 14px auto;
    width: 14px;
    height: 8px;
    right: calc(50% - 7px);
    top: inherit;
    bottom: -23px;
  }
}

.cont_bnr .site_wrap {
  position: relative;
  background: #f3f6f8;
}

@media screen and (min-width: 768px) {
  .cont_bnr .site_wrap {
    padding: 50px 100px;
    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;
  }
}

@media screen and (max-width: 767px) {
  .cont_bnr .site_wrap {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

@media screen and (min-width: 768px) {
  .cont_bnr .line {
    width: 1px;
    height: 345px;
    background-color: #054988;
    display: block;
  }
}


@media screen and (min-width: 768px) {
  .cont_bnr .site_wrap .cont,
  .cont_bnr .site_wrap .area {
    width: 44%;
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .cont_bnr .cont {
    padding-bottom: 10.664vw;
    text-align: center;
  }
}

.cont_bnr .cont .tel {
  margin-top: 20px;
  font-size: 4.4rem;
  position: relative;
  background: url(../img/common/ico_tel.png) left center no-repeat;
  background-size: 34px auto;
  padding-left: 44px;
}

@media screen and (max-width: 767px) {
  .cont_bnr .cont .tel {
    font-size: 11.7304vw;
  }
}

.cont_bnr .cont .time {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .cont_bnr .cont .time {
    font-size: 3.1992vw;
  }
}

.cont_bnr .cont .btn_style02 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .cont_bnr .cont .btn_style02 {
    margin-top: 5.332vw;
  }
}

@media screen and (max-width: 767px) {
  .cont_bnr .area {
    border-top: 1px solid #054988;
    padding-top: 10.664vw;
    text-align: center;
  }
}

.cont_bnr .area dl {
  margin-bottom: 30px;
}

.cont_bnr .area dl dt {
  margin-bottom: 10px;
}

.cont_bnr .area dl dd {
  line-height: 1.6;
}

.banner {
  text-align: center;
  color: #fff;
}

.banner h2 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .banner h2 {
    font-size: 5.8652vw;
  }
}

.banner .btn_style01 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .banner .btn_style01 {
    margin-top: 5.332vw;
  }
}

@media screen and (min-width: 768px) {
  .banner .site_wrap {
    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;
  }
}

.banner .site_wrap > section {
  width: 48%;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .banner .site_wrap > section {
    width: 100%;
    padding: 9.331vw;
  }
}

@media screen and (max-width: 767px) {
  .banner .site_wrap > section:first-child {
    margin-bottom: 6.665vw;
  }
}

/* company
-------------------------------------------------- */
.company {
  background: -webkit-gradient(linear, left top, right top, from(rgba(94, 161, 255, 0.8)), to(rgba(122, 247, 255, 0.8))), url(../img/top/company_img.jpg) no-repeat top center/cover;
  background: linear-gradient(to right, rgba(94, 161, 255, 0.8), rgba(122, 247, 255, 0.8)), url(../img/top/company_img.jpg) no-repeat top center/cover;
}

/* recruit
-------------------------------------------------- */
.recruit {
  background: -webkit-gradient(linear, left top, right top, from(rgba(94, 161, 255, 0.8)), to(rgba(122, 247, 255, 0.8))), url(../img/top/recruit_img.jpg) no-repeat top center/cover;
  background: linear-gradient(to right, rgba(94, 161, 255, 0.8), rgba(122, 247, 255, 0.8)), url(../img/top/recruit_img.jpg) no-repeat top center/cover;
}
