@charset "UTF-8";
/*
Theme Name: SMART inc.
Theme URI: u\
Author: SMART
Author URI: uocmoz.com
Description: 
Version: 4.1
*/
/* All Settings
==============================*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

body {
  color: #333333;
  font-size: 1.4em;
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}

p {
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

.sec-title {
  font-size: 6rem;
  color: #014DB4;
  font-family: "Oxygen", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-title {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
.sec-title span {
  display: block;
  color: #222;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .sec-title span {
    font-size: 2.4rem;
    margin-top: 0.4rem;
  }
}

.sec-title__text {
  margin-top: 3.2rem;
  font-size: 2.1rem;
  line-height: 4.2rem;
}
@media screen and (max-width: 768px) {
  .sec-title__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
  }
}

img {
  width: 100%;
}

.btn,
a.btn,
button.btn {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1rem;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 0.2rem solid #014DB4;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #014DB4;
}

/* header-menu
==============================*/
header {
  width: 100%;
  background-color: #fff;
}
header .inner {
  width: 85%;
  max-width: 130rem;
  height: 8rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  header .inner {
    width: 100%;
    height: 5rem;
  }
}
header .inner .title-area {
  width: 20%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .inner .title-area {
    width: 34%;
  }
}
header .inner .title-area a {
  display: flex;
  align-items: center;
}
header .inner .title-area a img {
  width: 90%;
}
header .inner .title-area a p {
  font-size: 1.2rem;
  color: #F3B52A;
  padding-left: 0.8rem;
}
header .inner nav.g-nav {
  width: 80%;
  display: block;
}
@media screen and (max-width: 768px) {
  header .inner nav.g-nav {
    display: none;
  }
}
header .inner nav.g-nav ul {
  padding-left: 3%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner nav.g-nav ul li a {
  font-size: 1.6rem;
  font-weight: 500;
}
header .inner nav.g-nav ul li a.recruit-btn {
  font-weight: 500;
  padding: 1rem 4rem;
  color: #014DB4;
  border-radius: 50rem;
  border: 0.2rem solid #014DB4;
}
header .inner .openbtn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
}
@media screen and (max-width: 768px) {
  header .inner .openbtn {
    display: block;
  }
}
header .inner .openbtn .openbtn-area {
  transition: all 0.6s;
  width: 5rem;
  height: 5rem;
}
header .inner .openbtn span {
  width: 2rem;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0.5rem;
  height: 0.2rem;
  border-radius: 2rem;
  background: #014DB4;
}
header .inner .openbtn span:nth-of-type(1) {
  top: 1.6rem;
}
header .inner .openbtn span:nth-of-type(2) {
  top: 2.4rem;
}
header .inner .openbtn span:nth-of-type(3) {
  top: 3.2rem;
}
header .inner .openbtn.active {
  position: fixed;
  animation: grade 0.7s ease-in-out;
}
header .inner .openbtn.active span {
  background: #014DB4;
}
header .inner .openbtn.active span:nth-of-type(1) {
  top: 1.8rem;
  left: -0.2rem;
  transform: translateY(0.6rem) rotate(-45deg);
  width: 50%;
}
header .inner .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .inner .openbtn.active span:nth-of-type(3) {
  top: 3rem;
  left: -0.2rem;
  transform: translateY(-0.6rem) rotate(45deg);
  width: 50%;
}

.modal {
  width: 100%;
  height: 100vh;
  padding: 5rem 0;
  position: fixed;
  bottom: 0;
  color: #014DB4;
  background-color: #f1f1f1;
  z-index: -999;
  display: none;
  animation: appear 1s;
}
.modal.active {
  z-index: 950;
  display: block;
  animation: appear 1s;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal .container nav {
  margin: 0 calc(50% - 50vw);
}
.modal .container nav ul li {
  padding: 1.6rem 0;
  border-bottom: #014DB4 0.05rem solid;
}
.modal .container nav ul li:first-child {
  border-top: #014DB4 0.05rem solid;
}
.modal .container nav ul li a {
  display: block;
  width: 88%;
  margin: 0 auto;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.modal .container nav ul li a span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.3rem;
}
.modal .container .title-area {
  text-align: center;
}
.modal .container .title-area a {
  text-align: center;
}
.modal .container .title-area a img {
  margin-top: 6rem;
  width: 18rem;
}
.modal .container .title-area p {
  margin-top: 2rem;
  font-size: 1.2rem;
}

section.container {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 1.2rem;
}
@media screen and (max-width: 768px) {
  section.container {
    max-width: 100%;
  }
}

.slider {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider img {
  width: 100%; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 2rem 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.5rem;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 0.8rem; /*ドットボタンのサイズ*/
  height: 0.8rem; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.accordion_one:not(:last-child) {
  margin-bottom: 2rem;
}
.accordion_one .accordion_header {
  background-color: #F3B52A;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.2rem 0 1.2rem 2.4rem;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header .i_box .one_i::before, .accordion_one .accordion_header .i_box .one_i::after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 1rem;
  width: 1.8rem;
  height: 0.4rem;
  position: absolute;
  top: 0.7rem;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i::before {
  width: 0.4rem;
  height: 1.8rem;
  top: 0;
  left: 0.7rem;
}
.accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}
.accordion_one .accordion_header.open .i_box .one_i::before {
  content: none;
}
.accordion_one .accordion_header.open .i_box .one_i::after {
  transform: rotate(-45deg);
}
.accordion_one .accordion_inner {
  display: none;
  padding: 3rem 2rem;
  background-color: #fff;
  border: 0.3rem solid #F3B52A;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.accordion_one .accordion_inner .txt_a_ac {
  margin: 0;
  line-height: 2.7rem;
  list-style-type: disc;
  list-style-position: inside;
}

/************
メインビュー
***********/
#main-view {
  height: calc(100vh - 8rem);
  position: relative;
  display: grid;
  grid-template-columns: 5% 90% 5%;
  grid-template-rows: 90% 10%;
}
@media screen and (max-width: 768px) {
  #main-view {
    height: calc(100vh - 4rem);
    grid-template-rows: 86% 14%;
  }
}
#main-view .left-area {
  grid-column: 1/2;
  grid-row: 1/3;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #main-view .left-area {
    display: none;
  }
}
#main-view .center-area {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #main-view .center-area {
    grid-column: 1/4;
    grid-row: 1/2;
  }
}
#main-view .center-area .title {
  position: absolute;
  bottom: 5rem;
  left: 6rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #main-view .center-area .title {
    left: 2rem;
    bottom: 30%;
  }
}
#main-view .center-area .title h1 {
  font-size: 5.6rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  #main-view .center-area .title h1 {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
}
#main-view .center-area .title p {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #main-view .center-area .title p {
    font-size: 1.4rem;
  }
}
#main-view .center-area .bg-full {
  height: calc(100vh - 8rem);
}
#main-view .center-area .bg-full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  margin: 0;
}
#main-view .center-area .bg-full div.img01 {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(1, 77, 180, 0.8)), url(assets/img/main-bg_01.jpg);
  background-size: cover;
  background-position: center;
}
#main-view .center-area .bg-full div.img02 {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(1, 77, 180, 0.8)), url(assets/img/main-bg_02.jpg);
  background-size: cover;
  background-position: center;
}
#main-view .center-area .bg-full div.img03 {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(1, 77, 180, 0.8)), url(assets/img/main-bg_03.jpg);
  background-size: cover;
  background-position: center;
}
#main-view .center-area .bg-full .slick-dots {
  z-index: 999;
  font-size: 20px !important;
}
#main-view .right-area {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  #main-view .right-area {
    display: none;
  }
}
#main-view .right-area .scrolldown1 {
  position: absolute;
  right: 3%;
  bottom: 15rem;
  height: 2rem;
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
#main-view .right-area .scrolldown1 span {
  position: absolute;
  left: 0.5rem;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#main-view .right-area .scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.2rem;
  height: 15rem;
  background-color: #014DB4;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 8rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 5rem;
    opacity: 0;
  }
}
#main-view .bottom-area {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #main-view .bottom-area {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
#main-view .bottom-area h3 {
  padding-right: 2rem;
  color: #014DB4;
  font-weight: 700;
}
#main-view .bottom-area .news-slider {
  height: 30rem;
}
@media screen and (max-width: 768px) {
  #main-view .bottom-area .news-slider {
    width: 40rem;
  }
}
#main-view .bottom-area .news-slider li {
  width: 30rem;
}
#main-view .bottom-area .news-slider li span {
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  #main-view .bottom-area .news-slider li span {
    display: block;
  }
}

/************
SMARTについて
***********/
#about {
  padding: 15rem 0 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 7.5rem 0 3rem;
  }
}
#about .container {
  max-width: 110rem;
  margin: 0 auto;
}
#about .container .l-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  box-shadow: 0.5rem 0.5rem 1rem rgba(217, 217, 217, 0.5019607843), -0.5rem -0.5rem 1rem rgba(217, 217, 217, 0.5019607843);
  padding: 6rem;
}
@media screen and (max-width: 768px) {
  #about .container .l-inner {
    flex-direction: column-reverse;
    padding: 3rem;
  }
}
#about .container .l-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40%;
  height: 80%;
  background: linear-gradient(45deg, #909090, #b1b1b1, #e8e8e8);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #about .container .l-inner::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #about .container .l-inner .about__main-text {
    text-align: center;
  }
}
#about .container .l-inner .about__image {
  width: 38%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .container .l-inner .about__image {
    width: 80%;
  }
}
#about .container .l-inner .about__image img {
  width: 100%;
}

/************
企業理念
***********/
#philosophy {
  padding: 6rem 0 15rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #philosophy {
    padding: 3rem 0 7.5rem;
  }
}

/************
事業内容
***********/
#business {
  padding: 6rem 0 15rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #business {
    padding: 3rem 0 7.5rem;
  }
}
#business .container {
  max-width: 110rem;
  margin: 0 auto;
}
#business .container .l-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  box-shadow: 0.5rem 0.5rem 1rem rgba(217, 217, 217, 0.5019607843), -0.5rem -0.5rem 1rem rgba(217, 217, 217, 0.5019607843);
  padding: 6rem;
}
@media screen and (max-width: 768px) {
  #business .container .l-inner {
    flex-direction: column;
    padding: 3rem;
  }
}
#business .container .l-inner::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 40%;
  height: 80%;
  background: linear-gradient(45deg, #01b466, #0164b4, #014db4);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #business .container .l-inner::after {
    display: none;
  }
}
#business .container .l-inner .business__image img {
  width: 55rem;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #business .container .l-inner .business__image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #business .container .l-inner .business__main-text {
    text-align: center;
  }
}

/************
img-area
***********/
#img-area {
  width: 100%;
  height: 30rem;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(1, 77, 180, 0.6)), url(assets/img/bgimg_area.jpg);
  background-size: cover;
  background-position: center 85%;
}
@media screen and (max-width: 768px) {
  #img-area {
    height: 18rem;
  }
}

/************
工事実績
***********/
#works {
  margin: 5.6rem auto 10rem;
  max-width: 130rem;
}
@media screen and (max-width: 768px) {
  #works {
    margin: 5.6rem auto 6rem;
  }
}
#works.container .l-inner .sec-title {
  text-align: center;
}
#works.container .l-inner .news-area {
  margin-top: 5.6rem;
}
#works.container .l-inner .news-area .news-list {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 768px) {
  #works.container .l-inner .news-area .news-list {
    flex-wrap: wrap;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
#works.container .l-inner .news-area .news-list .colum {
  width: 24%;
  min-height: 38rem;
  background-color: #fff;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  #works.container .l-inner .news-area .news-list .colum {
    width: 48%;
    min-height: 25rem;
    margin-bottom: 2rem;
  }
}
#works.container .l-inner .news-area .news-list .colum .blog-item__thumbnail-image {
  height: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #works.container .l-inner .news-area .news-list .colum .blog-item__thumbnail-image {
    height: 11rem;
  }
}
#works.container .l-inner .news-area .news-list .colum .text-sec {
  margin: 3rem 3rem 0;
}
@media screen and (max-width: 768px) {
  #works.container .l-inner .news-area .news-list .colum .text-sec {
    margin: 1rem 1rem 0;
  }
}
#works.container .l-inner .news-area .news-list .colum .text-sec .date {
  font-size: 1.2rem;
}
#works.container .l-inner .news-area .news-list .colum .news-btn {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #works.container .l-inner .news-area .news-list .colum .news-btn {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
#works.container .l-inner .news-area .news-list .colum .news-btn span {
  border-bottom: 0.1rem solid #222;
}
#works.container .l-inner .news-area .news-list .colum.more {
  background: linear-gradient(135deg, rgba(1, 77, 180, 0.5), rgba(1, 77, 180, 0.5)), url(assets/img/bg.png);
  background-size: cover;
  background-position: center;
  transition: background 1s, color 1s;
}
#works.container .l-inner .news-area .news-list .colum.more a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
#works.container .l-inner .news-area .news-list .colum.more a p {
  color: #fff;
  font-size: 1.6rem;
  padding-bottom: 1.4rem;
}
#works.container .l-inner .news-area .news-list .colum.more a .material-symbols-outlined {
  font-size: 4rem;
  color: #fff;
}
#works.container .l-inner .news-area .news-list .colum.more a:hover {
  transform: translateX(1rem);
}

/************
採用_お知らせ
***********/
#recruit_news {
  padding: 0;
}
#recruit_news .l-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  #recruit_news .l-inner {
    flex-direction: column;
  }
}
#recruit_news .l-inner .colum {
  width: 50%;
  height: 28rem;
}
@media screen and (max-width: 768px) {
  #recruit_news .l-inner .colum {
    width: 100%;
    height: 18rem;
  }
}
#recruit_news .l-inner .recruit-area {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(assets/img/banner_smart.jpg);
  background-size: cover;
  background-position: center;
}
#recruit_news .l-inner .recruit-area a .a__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#recruit_news .l-inner .recruit-area a .a__inner p {
  text-align: center;
  color: #fff;
}
#recruit_news .l-inner .recruit-area a .a__inner p.title-jp {
  font-size: 1.4rem;
}
#recruit_news .l-inner .recruit-area a .a__inner p.title-en {
  font-size: 3.4rem;
  font-family: "Oxygen", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
}
#recruit_news .l-inner .recruit-area a .a__inner p.title-text {
  font-size: 1.2rem;
}
#recruit_news .l-inner .news-area {
  padding: 4rem;
  background: linear-gradient(135deg, #01b466, #0164b4, #014db4);
}
@media screen and (max-width: 768px) {
  #recruit_news .l-inner .news-area {
    padding: 2.4rem;
    height: auto;
  }
}
#recruit_news .l-inner .news-area .col-inner h3 {
  font-size: 1.6rem;
  color: #fff;
  padding-left: 1rem;
  font-family: "Oxygen", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
}
#recruit_news .l-inner .news-area .col-inner ul {
  border-top: 0.1rem solid #fff;
  margin: 1rem 0;
}
#recruit_news .l-inner .news-area .col-inner ul li {
  border-bottom: 0.1rem solid #fff;
}
#recruit_news .l-inner .news-area .col-inner ul li a {
  width: 100%;
  display: block;
  padding: 1.5rem 0;
  transition: all 0.6s;
}
#recruit_news .l-inner .news-area .col-inner ul li a:hover {
  transform: translateX(1rem);
}
@media screen and (max-width: 768px) {
  #recruit_news .l-inner .news-area .col-inner ul li a {
    padding: 1rem 0;
  }
}
#recruit_news .l-inner .news-area .col-inner ul li a .text-sec {
  padding-left: 1rem;
  padding-right: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  #recruit_news .l-inner .news-area .col-inner ul li a .text-sec {
    flex-direction: column;
  }
}
#recruit_news .l-inner .news-area .col-inner ul li a .text-sec .date {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #recruit_news .l-inner .news-area .col-inner ul li a .text-sec .date {
    font-size: 1.2rem;
  }
}
#recruit_news .l-inner .news-area .col-inner ul li a .text-sec .news-title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #recruit_news .l-inner .news-area .col-inner ul li a .text-sec .news-title {
    padding-left: 0;
  }
}
#recruit_news .l-inner .news-area .col-inner .more_btn {
  color: #fff;
  font-size: 1.4rem;
  padding-left: 90%;
}
#recruit_news .l-inner .news-area .col-inner .more_btn:hover {
  color: rgb(147, 147, 147);
}
@media screen and (max-width: 768px) {
  #recruit_news .l-inner .news-area .col-inner .more_btn {
    padding-left: 80%;
  }
}

/************
フッター
***********/
footer {
  height: 6rem;
  color: #fff;
  background-color: #222;
}
footer .container {
  width: 90%;
  max-width: 130rem;
  margin: 0 auto;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .container {
    justify-content: center;
  }
}
footer .container ul {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .container ul {
    display: none;
  }
}
footer .container ul li {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  footer .container ul li {
    font-size: 1.2rem;
  }
}
footer .container ul li a:hover {
  color: rgb(197, 195, 195);
}
footer .container p {
  color: #fff;
  font-size: 1.2rem;
}

/************
お問い合わせ
***********/
#entry-form {
  background-color: rgba(144, 144, 144, 0.1);
}
#entry-form .container {
  width: 90%;
  margin: 0 auto;
  padding: 6rem 0;
}
#entry-form .container .entry-form_inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 8rem 16rem 16rem;
  border: 0.1rem solid #707070;
  background-color: #fff;
  /*  フォームの幅（自由に変えてOK） */
}
@media screen and (max-width: 768px) {
  #entry-form .container .entry-form_inner {
    padding: 4rem 3rem 4rem;
  }
}
#entry-form .container .entry-form_inner h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #014DB4;
}
#entry-form .container .entry-form_inner .contactForm {
  max-width: 70rem;
  margin: 8rem auto 0;
  /* 各項目の下部余白 */
  /* ボタン */
  /* ボタンにホバーした時 */
  /* ローダー */
}
#entry-form .container .entry-form_inner .contactForm .contact_item {
  margin-bottom: 3.2rem;
  /* 項目名 */
  /* 名前やメールアドレスなどユーザーが入力する箇所 */
}
#entry-form .container .entry-form_inner .contactForm .contact_item .label {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: -0.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #entry-form .container .entry-form_inner .contactForm .contact_item .label {
    font-size: 1.4rem;
  }
}
#entry-form .container .entry-form_inner .contactForm .contact_item .label span {
  color: #ffffff;
  /* 必須タグ */
  /* 任意タグ */
}
#entry-form .container .entry-form_inner .contactForm .contact_item .label span.label_tag {
  color: #ffffff;
  border-radius: 0.3rem;
  margin-right: 1rem;
  padding: 3px 8px;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .label span.label_must {
  background-color: #c87247;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .label span.label_option {
  background-color: #888988;
}
#entry-form .container .entry-form_inner .contactForm .contact_item input[type=text],
#entry-form .container .entry-form_inner .contactForm .contact_item input[type=email],
#entry-form .container .entry-form_inner .contactForm .contact_item input[type=date],
#entry-form .container .entry-form_inner .contactForm .contact_item input[type=tel] {
  width: 100%;
  height: 4rem;
  border: solid 1px #DDDDDD;
  border-radius: 0.4rem;
  padding: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #entry-form .container .entry-form_inner .contactForm .contact_item input[type=text],
  #entry-form .container .entry-form_inner .contactForm .contact_item input[type=email],
  #entry-form .container .entry-form_inner .contactForm .contact_item input[type=date],
  #entry-form .container .entry-form_inner .contactForm .contact_item input[type=tel] {
    font-size: 1.4rem;
  }
}
#entry-form .container .entry-form_inner .contactForm .contact_item textarea, #entry-form .container .entry-form_inner .contactForm .contact_item select {
  width: 100%;
  border: solid 1px #DDDDDD;
  border-radius: 0.4rem;
  padding: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #entry-form .container .entry-form_inner .contactForm .contact_item textarea, #entry-form .container .entry-form_inner .contactForm .contact_item select {
    font-size: 1.4rem;
  }
}
#entry-form .container .entry-form_inner .contactForm .contact_item textarea {
  height: 16rem;
}
#entry-form .container .entry-form_inner .contactForm .contact_item textarea.certification {
  height: 8rem;
}
#entry-form .container .entry-form_inner .contactForm .contact_item select {
  height: 4rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .wpcf7-not-valid-tip {
  margin-top: 1rem;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .ex_message {
  margin-top: 1.2rem;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .privacy_policy {
  width: 100%;
  height: 4rem;
  border: solid 1px #DDDDDD;
  border-radius: 0.4rem;
  padding: 0.5rem;
  height: 12rem;
  overflow: auto;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  #entry-form .container .entry-form_inner .contactForm .contact_item .privacy_policy {
    font-size: 1.4rem;
  }
}
#entry-form .container .entry-form_inner .contactForm .contact_item .input {
  width: 100%;
  box-sizing: border-box;
}
#entry-form .container .entry-form_inner .contactForm .btnArea {
  text-align: center;
}
#entry-form .container .entry-form_inner .contactForm input[type=submit] {
  background: #014DB4;
  border: 2px solid #ffffff;
  width: 28rem;
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-weight: bold;
  padding: 1.4rem 0;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: 0.3rem;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  #entry-form .container .entry-form_inner .contactForm input[type=submit] {
    width: 20rem;
    padding: 1rem 0;
    font-size: 1.8rem;
  }
}
#entry-form .container .entry-form_inner .contactForm input[type=submit]:hover {
  color: #014DB4;
  background-color: #ffffff;
  border-color: #014DB4;
}
#entry-form .container .entry-form_inner .contactForm .wpcf7-spinner {
  display: block;
  margin: 0 auto;
  position: absolute;
}

/* 下層ページ
==============================*/
.under-head .under-head__top-inner {
  width: 100%;
  height: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .under-head .under-head__top-inner {
    height: 16rem;
  }
}
.under-head .under-head__top-inner h1, .under-head .under-head__top-inner p {
  color: #fff;
}
.under-head .under-head__top-inner h1 {
  font-size: 5.6rem;
  font-family: "Oxygen", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .under-head .under-head__top-inner h1 {
    font-size: 3.2rem;
  }
}
.under-head .under-head__top-inner p {
  font-size: 1.6rem;
}
.under-head #breadcrumb {
  max-width: 160rem;
  margin: 0 auto;
  padding: 1rem 8rem;
}
@media screen and (max-width: 768px) {
  .under-head #breadcrumb {
    padding: 1rem 1rem;
  }
}
.under-head #breadcrumb ul li {
  display: inline; /*横並びにする*/
  line-height: 2rem; /*行間*/
}
@media screen and (max-width: 768px) {
  .under-head #breadcrumb ul li {
    font-size: 1rem;
  }
}
.under-head #breadcrumb ul li a span {
  color: rgb(170, 170, 170);
}
.under-head #breadcrumb ul li a span:hover {
  text-decoration: underline;
}

.pagenation {
  text-align: center;
  margin: 2rem 0 0;
}

.nav-links {
  display: flex;
}

.pagenation .page-numbers {
  display: inline-block;
  margin: 0 0.3rem;
  padding: 1rem 1.5rem;
  color: #333;
  border-radius: 0.3rem;
  border: 0.1rem solid #014DB4;
  background: #fff;
}

.pagenation .current {
  padding: 1rem 1.5rem;
  background: #014DB4;
  color: #fff;
}

.pagenation .prev,
.pagenation .next {
  background: transparent;
  box-shadow: none;
  color: #014DB4;
}

.pagenation .dots {
  background: transparent;
  box-shadow: none;
}

/* -- ABOUT US  -- */
#banner-about-us {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(1, 77, 180, 0.9)), url(assets/img/banner_company.jpg);
  background-size: cover;
  background-position: center 20%;
}

#about-us {
  margin: 6rem auto;
  padding: 0 0;
  box-shadow: 0.5rem 0.5rem 1rem rgba(217, 217, 217, 0.5019607843), -0.5rem -0.5rem 1rem rgba(217, 217, 217, 0.5019607843);
}
@media screen and (max-width: 768px) {
  #about-us {
    margin: 3rem 2rem;
  }
}
#about-us.container .intro-messeage {
  text-align: center;
  padding: 6rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(assets/img/bgimg_area.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #about-us.container .intro-messeage {
    padding: 3rem;
  }
}
#about-us.container .intro-messeage img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #about-us.container .intro-messeage img {
    width: 90%;
    margin: 3rem auto;
  }
}
#about-us.container .intro-messeage h2 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 5rem;
  margin: 4rem;
}
@media screen and (max-width: 768px) {
  #about-us.container .intro-messeage h2 {
    margin: 0;
    font-size: 2.1rem;
    line-height: 3.5rem;
    text-align: left;
  }
}
#about-us.container .intro-messeage p {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  #about-us.container .intro-messeage p {
    margin: 3rem 0;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: left;
  }
}
#about-us.container .figure-smart {
  padding: 6rem;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart {
    padding: 4rem 3rem;
  }
}
#about-us.container .figure-smart .top-area {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart .top-area {
    flex-direction: column;
  }
}
#about-us.container .figure-smart .top-area .column {
  max-width: 42%;
  border: 0.5rem solid #014DB4;
  padding: 6rem 4rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart .top-area .column {
    max-width: 100%;
    border: 0.5rem solid #014DB4;
    padding: 3rem 2rem;
  }
  #about-us.container .figure-smart .top-area .column:last-child {
    margin-top: 4rem;
    position: relative;
  }
  #about-us.container .figure-smart .top-area .column:last-child::before {
    content: "×";
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2.4rem;
  }
  #about-us.container .figure-smart .top-area .column:last-child::after {
    content: "↓";
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2.4rem;
  }
}
#about-us.container .figure-smart .top-area .column h3 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart .top-area .column h3 {
    font-size: 1.8rem;
  }
}
#about-us.container .figure-smart .top-area .column p {
  margin: 3.4rem 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart .top-area .column p {
    font-size: 1.3rem;
    margin: 2.6rem 0;
  }
}
#about-us.container .figure-smart .top-area .column .specialty {
  margin: 0 0;
  text-align: center;
  font-weight: 500;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart .top-area .column .specialty {
    line-height: 2.4rem;
  }
}
#about-us.container .figure-smart .top-area .column .specialty.smfl {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart .top-area .column .specialty.smfl {
    padding-top: 0;
  }
}
#about-us.container .figure-smart .line_01 {
  width: 52%;
  height: 6rem;
  border-right: 0.3rem solid #014DB4;
  border-left: 0.3rem solid #014DB4;
  border-bottom: 0.3rem solid #014DB4;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart .line_01 {
    display: none;
  }
}
#about-us.container .figure-smart .line_02 {
  width: 0.3rem;
  height: 6rem;
  background-color: #014DB4;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart .line_02 {
    display: none;
  }
}
#about-us.container .figure-smart .column-smart {
  width: 100%;
  margin: 2rem auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart .column-smart {
    margin: 4rem auto 0;
  }
}
#about-us.container .figure-smart .column-smart img {
  width: 18rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart .column-smart img {
    width: 14rem;
  }
}
#about-us.container .figure-smart .column-smart p {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #about-us.container .figure-smart .column-smart p {
    font-size: 1.5rem;
  }
}

#greeting {
  display: flex;
  background-color: rgba(239, 239, 239, 0.1);
}
@media screen and (max-width: 768px) {
  #greeting {
    flex-direction: column;
  }
}
#greeting .column.left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #greeting .column.left {
    width: 100%;
  }
}
#greeting .column.left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #greeting .column.left img {
    width: 100%;
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#greeting .column.left h1 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 6rem;
}
@media screen and (max-width: 768px) {
  #greeting .column.left h1 {
    font-size: 1.2rem;
    line-height: 2.2rem;
    top: 20%;
    left: 3rem;
  }
}
#greeting .column.left h1 span {
  display: block;
  font-size: 2.7rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #greeting .column.left h1 span {
    font-size: 2rem;
  }
}
#greeting .column.right {
  width: 50%;
  padding: 6rem;
}
@media screen and (max-width: 768px) {
  #greeting .column.right {
    width: 100%;
    padding: 6rem 3rem;
    text-align: center;
  }
}
#greeting .column.right h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4rem;
}
@media screen and (max-width: 768px) {
  #greeting .column.right h2 {
    font-size: 2.1rem;
    line-height: 3rem;
    text-align: left;
  }
}
#greeting .column.right p {
  margin-top: 2rem;
  line-height: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #greeting .column.right p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
  }
}
#greeting .column.right .btn {
  margin-top: 2rem;
}

/* -- BUSINESS  -- */
#banner-business {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(1, 77, 180, 0.9)), url(assets/img/banner_business.jpg);
  background-size: cover;
  background-position: center;
}

#business-list {
  padding: 8rem 0;
}
#business-list.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#business-list.container .business__colum {
  width: 32%;
  box-shadow: 0.5rem 0.5rem 1rem rgba(217, 217, 217, 0.5019607843), -0.5rem -0.5rem 1rem rgba(217, 217, 217, 0.5019607843);
}
#business-list.container .business__colum img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#business-list.container .business__colum:not(:nth-child(n+7)) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #business-list.container .business__colum {
    width: 85%;
    margin: 0 auto;
  }
  #business-list.container .business__colum:not(:nth-child(n+9)) {
    margin-bottom: 7rem;
  }
}
#business-list.container .business__colum .inner {
  padding: 2rem 4rem;
  min-height: 24rem;
}
#business-list.container .business__colum .inner h2 {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0.6rem 0;
  border-bottom: #014DB4 solid 0.3rem;
}
#business-list.container .business__colum .inner p {
  padding-top: 1.2rem;
}

/* -- COMPANY  -- */
#banner-company {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(1, 77, 180, 0.9)), url(assets/img/banner_company.jpg);
  background-size: cover;
  background-position: center 75%;
}

#company-info {
  padding: 0 0 13rem;
}
@media screen and (max-width: 768px) {
  #company-info {
    padding: 0 0 3rem;
  }
}
#company-info.container .logo-area {
  text-align: center;
  margin: 4.4rem 0;
}
@media screen and (max-width: 768px) {
  #company-info.container .logo-area {
    margin: 2.2rem 0;
  }
}
#company-info.container .logo-area img {
  width: 16%;
}
@media screen and (max-width: 768px) {
  #company-info.container .logo-area img {
    width: 40%;
  }
}
#company-info.container .tab-area .tab {
  display: flex;
  justify-content: center;
}
#company-info.container .tab-area .tab li {
  width: 30%;
}
#company-info.container .tab-area .tab li a {
  height: 6rem;
  display: block;
  background: #E6E6E6;
  margin: 0 2px;
  font-size: 1.8rem;
  line-height: 6rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area .tab li a {
    font-size: 1.6rem;
  }
}
#company-info.container .tab-area .tab li.active a {
  color: #fff;
  background: #014DB4;
}
#company-info.container .tab-area .area {
  max-width: 92rem;
  margin: 6rem auto 5rem;
  padding: 5rem;
  display: none;
  opacity: 0;
  background: #fff;
  box-shadow: 0.5rem 0.5rem 1rem rgba(217, 217, 217, 0.5019607843), -0.5rem -0.5rem 1rem rgba(217, 217, 217, 0.5019607843);
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area .area {
    width: 90%;
    padding: 5rem 3rem;
  }
}
#company-info.container .tab-area .area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#company-info.container .tab-area .area table {
  width: 100%;
  border-top: 0.2rem solid #014DB4;
  border-bottom: 0.2rem solid #014DB4;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area .area table {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#company-info.container .tab-area .area table tr:not(:last-child) {
  border-bottom: 0.1rem solid #CDD6DD;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area .area table tr {
    display: flex;
    flex-direction: column;
    padding: 1.6rem 0;
  }
}
#company-info.container .tab-area .area table tr th, #company-info.container .tab-area .area table tr td {
  padding: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area .area table tr th, #company-info.container .tab-area .area table tr td {
    padding: 0 0;
  }
}
#company-info.container .tab-area .area table tr th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area .area table tr th {
    width: 100%;
  }
}
#company-info.container .tab-area .area table tr td iframe {
  margin-top: 1.6rem;
  width: 100%;
  height: 35rem;
}
#company-info.container .tab-area #br-info .br-tokyo, #company-info.container .tab-area #br-info .br-nagoya {
  margin-top: 8rem;
}
#company-info.container .tab-area #br-info h2 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 0.8rem;
  border-left: 0.6rem solid #014DB4;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area #br-info h2 {
    font-size: 1.6rem;
    padding-left: 0.4rem;
    border-left: 0.4rem solid #014DB4;
  }
}
#company-info.container .tab-area #br-info p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area #br-info p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 1.4rem 0;
  }
}
#company-info.container .tab-area #br-info iframe {
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area #br-info iframe {
    height: 30rem;
  }
}
#company-info.container .tab-area #shareholder img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area #shareholder img {
    margin-bottom: 1rem;
  }
}
#company-info.container .tab-area #shareholder .arbiz a:hover {
  text-decoration: underline;
}
#company-info.container .tab-area #shareholder .arbiz img {
  width: 16rem;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area #shareholder .arbiz img {
    width: 10rem;
  }
}
#company-info.container .tab-area #shareholder .smfl {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area #shareholder .smfl {
    margin-top: 9rem;
  }
}
#company-info.container .tab-area #shareholder .smfl a:hover {
  text-decoration: underline;
}
#company-info.container .tab-area #shareholder .smfl img {
  width: 28rem;
}
@media screen and (max-width: 768px) {
  #company-info.container .tab-area #shareholder .smfl img {
    width: 16rem;
  }
}

/* -- WORKS  -- */
#banner-works {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(1, 77, 180, 0.9)), url(assets/img/banner_works.jpg);
  background-size: cover;
  background-position: center 39%;
}

#work-list {
  margin: 5.6rem auto 10rem;
}
#work-list.container .l-inner .news-area {
  margin-top: 3.2rem;
}
#work-list.container .l-inner .news-area .news-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 768px) {
  #work-list.container .l-inner .news-area .news-list {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
#work-list.container .l-inner .news-area .news-list .colum {
  width: 24%;
  min-height: 34rem;
  background-color: #fff;
  box-shadow: 0 0 0.3rem 0.3rem rgba(0, 0, 0, 0.08);
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #work-list.container .l-inner .news-area .news-list .colum {
    width: 48%;
    min-height: 25rem;
    margin-bottom: 2rem;
  }
}
#work-list.container .l-inner .news-area .news-list .colum .blog-item__thumbnail-image {
  height: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #work-list.container .l-inner .news-area .news-list .colum .blog-item__thumbnail-image {
    height: 11rem;
  }
}
#work-list.container .l-inner .news-area .news-list .colum .text-sec {
  margin: 3rem 3rem 0;
}
@media screen and (max-width: 768px) {
  #work-list.container .l-inner .news-area .news-list .colum .text-sec {
    margin: 1rem 1rem 0;
  }
}
#work-list.container .l-inner .news-area .news-list .colum .text-sec .date {
  font-size: 1.2rem;
}
#work-list.container .l-inner .news-area .news-list .colum .text-sec .news-title {
  margin-top: 0.5rem;
  font-size: 1.3rem;
}
#work-list.container .l-inner .news-area .news-list .colum .news-btn {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #work-list.container .l-inner .news-area .news-list .colum .news-btn {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
#work-list.container .l-inner .news-area .news-list .colum .news-btn span {
  border-bottom: 0.1rem solid #222;
}

/* -- NEWS  -- */
#banner-news {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(1, 77, 180, 0.9)), url(assets/img/banner_news.jpg);
  background-size: cover;
  background-position: center 75%;
}

#news .news-area {
  padding: 6rem 0;
  margin: 0 auto;
}
#news .news-area .col-inner ul {
  border-top: 0.1rem solid #000;
  margin: 3rem 0;
}
#news .news-area .col-inner ul li {
  border-bottom: 0.1rem solid #000;
}
#news .news-area .col-inner ul li a {
  width: 100%;
  display: block;
  padding: 3rem 0;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  #news .news-area .col-inner ul li a {
    padding: 2rem 0;
  }
}
#news .news-area .col-inner ul li a:hover {
  transform: translateX(3rem);
}
#news .news-area .col-inner ul li a .text-sec {
  padding-left: 1rem;
  padding-right: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  #news .news-area .col-inner ul li a .text-sec {
    flex-direction: column;
  }
}
#news .news-area .col-inner ul li a .text-sec .date {
  color: #014DB4;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #news .news-area .col-inner ul li a .text-sec .date {
    font-size: 1.4rem;
  }
}
#news .news-area .col-inner ul li a .text-sec .news-title {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #news .news-area .col-inner ul li a .text-sec .news-title {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
#news .news-area .col-inner .more_btn {
  font-size: 1.4rem;
  padding-left: 90%;
}

/* -- RECRUIT  -- */
#banner-recruit {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(1, 77, 180, 0.9)), url(assets/img/banner_recruit.jpg);
  background-size: cover;
  background-position: center 40%;
}

#recruit-info h2 {
  margin: 8rem 0 10rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #recruit-info h2 {
    margin: 4rem 0 6rem;
    font-size: 1.6rem;
  }
}
#recruit-info table {
  width: 80%;
  margin: 0 auto;
  border-bottom: 0.2rem solid #014DB4;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
#recruit-info table.mid-table {
  margin-top: 8.6rem;
}
@media screen and (max-width: 768px) {
  #recruit-info table {
    width: 95%;
    font-size: 1.4rem;
  }
}
#recruit-info table tr.title {
  color: #fff;
  background-color: #014DB4;
}
#recruit-info table tr.title th, #recruit-info table tr.title td {
  padding: 0.6rem 0;
}
#recruit-info table tr.title th {
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit-info table tr.title td {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #recruit-info table tr {
    display: flex;
    flex-direction: column;
  }
  #recruit-info table tr:not(:first-child) {
    padding: 1.6rem 0;
  }
}
#recruit-info table tr:not(:last-child) {
  border-bottom: 0.1rem solid #CDD6DD;
}
#recruit-info table tr th, #recruit-info table tr td {
  padding: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  #recruit-info table tr th, #recruit-info table tr td {
    padding: 0 0;
  }
}
#recruit-info table tr th {
  width: 20%;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit-info table tr th {
    width: 100%;
    padding-left: 0;
  }
}
#recruit-info .btn-area {
  text-align: center;
  margin: 8rem 0;
}
#recruit-info .btn-area .btn {
  margin: 0 auto;
}

/* -- article  -- */
#blog {
  padding: 10rem 0 16rem;
}
@media screen and (max-width: 768px) {
  #blog {
    padding: 8rem 0 8rem;
  }
}
#blog .container {
  max-width: 72rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #blog .container {
    width: 95%;
  }
}
#blog .container .blog-detail__info {
  display: flex;
  align-items: center;
}
#blog .container .blog-detail__info .cat {
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  font-weight: 500;
  color: #fff;
  background-color: #f7b52c;
}
#blog .container .blog-detail__info .date {
  color: #014DB4;
  font-weight: 600;
}
#blog .container .blog-detail__title {
  padding-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: #014DB4 0.3rem solid;
}
#blog .container .blog-detail__image {
  margin-top: 4rem;
  width: 100%;
}
#blog .container .blog-detail__image img {
  width: 100%;
  border-radius: 0.5rem;
}
#blog .container .blog-detail__body {
  margin: 3rem 0 6rem;
  font-size: 1.6rem;
}
#blog .container .blog-detail__body a {
  text-decoration: underline;
}
#blog .container .blog-detail__body a:hover {
  color: #707070;
}
#blog .container .blog-detail__body p {
  line-height: 1.8;
}
#blog .container .blog-detail__link-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#blog .container .blog-detail__link-btn .link-btn {
  width: 33.3333333333%;
  padding: 2.4rem;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #blog .container .blog-detail__link-btn .link-btn {
    padding: 0;
    font-size: 1.2rem;
  }
}
#blog .container .blog-detail__link-btn .link-btn:nth-child(2) {
  border-left: 0.1rem solid #014DB4;
  border-right: 0.1rem solid #014DB4;
}

/* -- MAINTENANCE  -- */
#banner-maintenance {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(1, 77, 180, 0.9)), url(assets/img/banner_business.jpg);
  background-size: cover;
  background-position: center;
}

#maintenance {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
#maintenance p {
  margin-top: 8rem;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #maintenance p {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=style.css.map */