@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 基本設定
****************************************/
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  line-height: 2;
  color: #1E1E1E;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  padding-top: 98px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  vertical-align: middle;
}

p {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1e1e1e;
}


/*共通---------------------------------*/
.flex {
  display: flex;
}

.fl_between {
  justify-content: space-between;
}

.inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.sec {
  padding: 100px 0;
}

.secTtl h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 28px;
}
.secTtl h3 {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #19458f;
}
.secTtl h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin: 40px 0 60px;
}
.secTtl_2 h2 {
  font-size: 20px;
  color: #4d8fd1;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 20px;
}
.secTtl_2 h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
}


/*500px以下のとき*************************/
@media screen and (max-width:500px) {
.secTtl h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.secTtl h3 {
  font-size: 16px;
}
.secTtl h4 {
  font-size: 18px;
  margin: 20px 0 30px;
}
.sec {
  padding: 50px 0;
}
.secTtl_2 h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.secTtl_2 h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
}

}

/*920px以下のときここまで*********************/


/*フォント---------------------------------*/
.Roboto {
  font-family: 'Roboto', sans-serif;
}


/*ボタン----------------------------------*/
.btnWrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  height: 68px;
  font-size: 16px;
  border: 1px solid #1e1e1e;
  border-radius: 34px;
  transition: .3s;
  color: #1e1e1e;
  text-align: left;
  overflow: hidden;
}
.btn {
  line-height: 68px;
  background: #fff;
  width: 100%;
  padding: 0 30px;
      transition: .3s;
}
.btnWhite {
  position: relative;
}
.btnWhite::after {
position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    -webkit-transform: rotate(-45deg) translateY(-80%);
    transform: rotate(-45deg) translateY(-80%);
    width: 9px;
    height: 9px;
    cursor: pointer;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    transition: .3s;
    transition: .3s;
}
.btn.btnBlue {
  position: relative;
  background: #1f364e;
  color: #fff;
  transition: .3s;
}
.btnBlue::after {
position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    -webkit-transform: rotate(-45deg) translateY(-80%);
    transform: rotate(-45deg) translateY(-80%);
    width: 9px;
    height: 9px;
    cursor: pointer;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: .3s;
}
.btnWrap:hover .btn {
margin-top: -34px;
}


/*ヘッダー--------------------------------*/
.header {
position: fixed;
top: 0;
  z-index: 100000;
  width: 100%;
}
.gnav {
  align-items: center;
  padding-left: 3%;
  background: #fff;
  opacity: 1;

}
.gnavLogo img {
  width: 178px;
  z-index: 1000;
}
.gnavList {
  align-items: center;
}

.gnavList li a {
  display: block;
  text-decoration: none;
  padding: 30px 25px;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  color: #838383;
  letter-spacing: 0.05em;
}

.gnavList li p {
  font-size: 16px;
  padding-bottom: 10px;
}

.gnavTel {
  padding: 21px 30px;
  border-left: 1px solid #eee;
}
.gnavTel > div {
  align-items: center;
}
.gnavTel > div > p {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0;
  margin-left: 5px;
}
.gnavTel_ico img {
  width: 15px;
}
.gnavTel .gnavTel_time {
  font-size: 14px;
  color: #838383;
  padding: 0;
}
.gnavTel_time span {
  font-size: 12px;
  border: 1px solid #838383;
  line-height: 1;
  padding: 0px 6px;
  margin-right: 5px;
}

.gnavList > .gnavContact > a {
  background: #21b2b3;
  padding: 28px 10px 23px;
}
.gnavContact img {
  width: 34px;
  margin-bottom: 10px;
}
.gnavContact > a > p {
  color: #fff;
  font-size: 14px;
  padding: 0;
}
  .pcHidden1000 {
    display: none;
  }


/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
  body {
    padding-top: 50px;
  }
  .spHidden1000 {
    display: none;
  }

  .pcHidden1000 {
    display: block;
  }

  /*スマホナビ----------------*/
  .gnav {
    height: 50px;
  }
  .gnavLogo img {
  width: 100px;
}

  #nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  #nav-toggle img {
    position: fixed;
    top: 10px;
    left: 5%;
  }

  #nav-toggle > div {
    position: relative;
    width: 60px;
    height: 50px;
  }

  #nav-toggle span {
    width: 18px;
    height: 1px;
    left: 22px;
    display: block;
    background: #333;
    position: absolute;
    transition: .2s;
  }

  #nav-toggle span:nth-child(1) {
    top: 19px;
  }

  #nav-toggle span:nth-child(2) {
    top: 24px;
  }

  #nav-toggle span:nth-child(3) {
    top: 29px;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-toggle {
    z-index: 100000;
  }

  #gloval-nav {
    background: rgba(255, 255, 255, 0.99);
    width: 100%;
    height: 100%;
    padding: 50px 0 0;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow: scroll;
  }

  #gloval-nav ul li a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    width: 100%;
  }
  #gloval-nav ul li a:hover {
    opacity: 0.8;
  }

  .open #gloval-nav {
    visibility: visible;
    z-index: 990;
  }

  #gloval-nav .Roboto {
    font-size: 20px;
    line-height: 1;
  }

  #gloval-nav li:last-child {
    background: #21b2b3;
  }
    #gloval-nav li:last-child a, #gloval-nav li:last-child p {
    color: #fff;
  }
  .spNavTxt img {
    width: 150px;
    display: block;
    margin: 30px auto 10px;
  }
  .spNavTxt p {
    text-align: center;
  }
}

/*下層ページ共通--------------------------------*/
.underMv {
  height: 465px;
  position: relative;
}
.underMvTtl h2 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  padding-top: 170px;
}
.underMvTtl h3 {
  font-size: 50px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.underMvBc {
  padding: 10px 0;
  text-align: left;
  padding-top: 160px;
  position: relative;
}
.underMvBc {
  color: #fff;
}
.underMvBc a {
  text-decoration: none;
  color: #fff;
}
.underMvBcWrap {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #303030;
  height: 48px;
  width: 45%;
}

/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.underMv {
  height: 300px;
}
.underMvTtl h2 {
  font-size: 16px;
  padding-top: 100px;
}
.underMvTtl h3 {
  font-size: 40px;
}
.underMvBc {
  padding-top: 85px;
}
.underMvBcWrap {
  width: 70%;
}
}

/*メインビジュアル=======================================*/
.slider {
 position: relative;
 height: auto;
}
.sliderTxt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  left: 3%;
}
.sliderTxt p {
  color: #fff;
}
.sliderTxtTtl {
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.sliderTxtCorp {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  margin-top: 20px;
}
.sliderTxtEng {
  line-height: 1.5;
}
.sliderScroll {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  z-index: 1;
}
.sliderScroll::before {
  content: '';
  display: block;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: #fff;
  z-index: 1;
}
.topNews {
  position: relative;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #edf1f5;
  align-items: center;
}
.topNews > span {
  font-weight: bold;
  font-size: 24px;
  color: #4d8fd1;
  line-height: 1;
  padding-right: 55px;
}
.topNews dl {
  align-items: center;
  width: 100%;
}
.topNews dl dt {
margin-right: 15px;
}
.topNews dl dt span {
  display: inline-block;
font-size: 14px;
color: #fff;
background: #19458f;
line-height: 1;
padding: 10px 20px;
margin-left: 20px;
}
.swiper-news {
  width: 100%;
}
/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.topNews dl dt span {
padding: 5px 10px;
margin-left: 15px;
}
}

/*500px以下のとき*************************/
@media screen and (max-width:500px) {
  .sliderTxtTtl {
  font-size: 30px;
}
.sliderTxtCorp {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  margin-top: 10px;
}
.sliderTxtEng {
  font-size: 12px;
  line-height: 1.5;
}
  .topNews {
  padding: 10px;
}
.topNews > span {
  font-size: 20px;
  padding-right: 20px;
}
.topNews dl {
  flex-direction: column;
  align-items: flex-start;
}
}

/*top service=======================================*/
.topSrv .secTtl {
text-align: center;
}
.topSrvLarge {
  margin-bottom: 80px;
}
.topSrvLarge li {
  width: 48%;
  max-width: 570px;
}
.topSrvTxt {
  text-align: center;
}
.topSrvTxt h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
}
.topSrvTxt p {
  padding: 20px 0 25px;
}
.topSrvTxt .btnWrap {
  margin: 0 auto;
}
.topSrvSmall li {
  width: 30%;
}
/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.topSrvTxt h4 {
  font-size: 20px;
}
}

/*500px以下のとき*************************/
@media screen and (max-width:500px) {
.topSrvLarge {
  margin-bottom: 40px;
  display: block;
}
.topSrvLarge li {
  width: 100%;
  margin-bottom: 50px;
}
.topSrvTxt p {
  padding: 10px 0 20px;
}
.topSrvSmall {
  display: block;
}
.topSrvSmall li {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.topSrvSmall li:last-child {
  margin-bottom: 0;
}
}

/*topAbout=======================================*/
.topAbout {
  height: 646px;
  width: 100%;
}
.topAbout > p {
  width: 50%;
  background: url(../img/topAbout.jpg) center / cover no-repeat;
}
.topAboutTxtWrap {
  width: 50%;
  background: #edf1f5;
  align-items: center;
  padding-left: 5%;
}
.topAboutTxt {
  width: 90%;
  max-width: 520px;
}
.topAboutTxt > .secTtl > h4 {
  margin: 60px 0 40px;
}
.topAboutMsg {
  margin-bottom: 60px;
}
.topAboutTxt .btn {
  background: #edf1f5;
}
.topAboutTxt .btn.btnBlue {
  background: #1f364e;
}

/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.topAbout {
  height: 500px;
}
.topAboutTxtWrap {
  padding-left: 3%;
}
.topAboutTxt > .secTtl > h4 {
  margin: 30px 0 20px;
}
.topAboutMsg {
  margin-bottom: 30px;
}
.topAboutTxt .btn {
  background: #edf1f5;
}
.topAboutTxt .btn.btnBlue {
  background: #1f364e;
}
.topAbout .secTtl h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.topAbout .secTtl h3 {
  font-size: 16px;
}
.topAbout .secTtl h4 {
  font-size: 18px;
  margin: 20px 0 30px;
}
}

/*500px以下のとき*************************/
@media screen and (max-width:500px) {
.topAbout {
  height: auto;
  flex-direction: column-reverse;
}
.topAbout > p {
  width: 100%;
  height: 250px;
}
.topAboutTxtWrap {
  width: 100%;
  background: #edf1f5;
  align-items: center;
  padding-left: 0;
}
.topAboutTxt {
  width: 96%;
  margin: 0 auto;
  padding: 50px 0;
}
}

/*topRecruit=======================================*/
.topRecruit .secTtl {
  text-align: center;
}
.topRecruitItem {
  width: 49%;
  background: url(../img/topRec.jpg) center / cover no-repeat;
padding: 80px 0;
}
.topRecruitItem.topRecruitItemLeft {
  background: url(../img/topRecSystem.jpg) center / cover no-repeat;
}
.topRecruitItemBox {
  color: #fff;
  text-align: center;
  padding: 50px 0;
  width: 72%;
  border: 3px solid #fff;
  margin: 0 auto;
}
.topRecruitItemTtl {
    color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.topRecruitItemTtlEng {
    color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.topRecruitItemTtlEng::after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  background: #fff;
  position: absolute;
  bottom: -22px;
   left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.topRecruitItemMsg {
  color: #fff;
  margin: 50px 0 40px;
}
.topRecruitItemBox .btnWrap {
  margin: 0 auto;
  max-width: 200px;
}
/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.topRecruitItem {
padding: 50px 0;
}
.topRecruitItemBox {
  padding: 30px 0;
  width: 80%;
}
.topRecruitItemTtl {
  line-height: 1.5;
}
.topRecruitItemTtlEng {
    line-height: 1.5;
}
.topRecruitItemTtlEng::after {
  bottom: -12px;
}
.topRecruitItemMsg {
  margin: 25px 0 30px;
}
}
/*500px以下のとき*************************/
@media screen and (max-width:500px) {
  .topRecruitItemWrap {
    flex-direction: column;
  }
  .topRecruitItem {
  width: 100%;
}
.topRecruitItem {
padding: 20px 0;
}
.topRecruitItemTtl {
  font-size: 16px;
}
.topRecruitItemTtlEng {
  font-size: 32px;
}
}

/*topAccess=======================================*/
.topAccess {
background: #edf1f5;
}
.topAccess .secTtl {
  text-align: center;
}
.topAccess .secTtl > p {
  margin: 40px 0;
}
.topAccessMap {
  width: 100%;
  height: 500px;
}
/*500px以下のとき*************************/
@media screen and (max-width:500px) {
  .topAccess .secTtl > p {
  margin: 20px 0;
}
  .topAccessMap {
  height: 300px;
}
}


/*topAccess=======================================*/
.footer {
  background: #1f364e;
}
.footerTotop {
  position: relative;
  width: 100%;
  height: 80px;
  background: #313131;
  cursor: pointer;
}
.footerTotop::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.footer small {
  display: block;
  width: 100%;
  background: #1f364e;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 24px 0;
}
.footerList {
  border-right: 1px solid #354a60;
}
.footerList li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin-right: 70px;
}
.footerWrap {
  padding: 50px 0;
  border-bottom: 1px solid #354a60;
}
.footerlogo {
  width: 180px;
}
.footerAddress {
  font-size: 13px;
  color: #fff;
  margin: 20px 0 14px;
  line-height: 1;
}
.footerAddTel p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.footerAddTel {
  margin-bottom: 20px;
}
.footerBtn {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #21b2b3;
  padding: 15px 0;
  text-align: center;
}
.footerBtn img {
  width: 16px;
  margin-right: 15px;
}
.footerAdd {
  margin: 0 auto;
  padding-left: 20px;
}
/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.footerList li a {
  margin-right: 40px;
}
.footerList ul ul:first-child {
  display: block;
}
.footerWrap {
  display: block;
}
.footerList {
  border-right: 0px;
  border-bottom: 1px solid #354a60;
  padding-bottom: 30px;
}
.footerAdd {
  margin: 0 auto;
  padding-left: 0px;
  margin-top: 40px;
}
}

/*500px以下のとき*************************/
@media screen and (max-width:500px) {
  .footerTotop {
  height: 50px;
}
.footerTotop::before {
  width: 12px;
  height: 12px;
}
.footerList ul {
  display: block;
}
.footerList li a {
  padding: 15px 0;
  margin-right: 0;
  line-height: 1;
  width: 100%;
}
}

/*会社概要ページ=======================================*/
.about {
  background: url(../img/aboutMv.jpg) center / cover no-repeat;
}
/*aboutMsg=======================================*/
.aboutMsg {
  position: relative;
  margin: 100px 0;
  height: 646px;
}
.aboutMsg > p {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  background: url(../img/aboutMsg.jpg) center / cover no-repeat;
}
.aboutMsgTxt {
  width: 50%;
  max-width: 600px;
  padding-top: 50px;
}
.aboutMsgTxt p {
  line-height: 2.5;
}
.aboutMsg .secTtl_2 {
  position: relative;
  margin-bottom: 80px;
}
.aboutMsg .secTtl_2::after {
  content: '';
  height: 2px;
  width: 40px;
  background: #4d8fd1;
  position: absolute;
  bottom: -40px;
  left: 0;
}


/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.aboutMsg {
  margin: 50px 0;
  height: auto;
}
.aboutMsg > p {
  position: relative;
  height: 400px;
  width: 100%;
  background: url(../img/aboutMsg.jpg) top / cover no-repeat;
  margin-top: 20px;
}
.aboutMsgTxt {
  width: 100%;
  max-width: 100%;
  padding-top: 0px;
}
.aboutMsg .secTtl_2 {
  margin-bottom: 60px;
}
.aboutMsg .secTtl_2::after {
  bottom: -30px;
}
}

/*500px以下のとき*************************/
@media screen and (max-width:500px) {
  .aboutMsg > p {
  height: 250px;
}
}

/*aboutCompany=======================================*/
.aboutCompany {
  background: #fafafa;
}
.aboutCompanyInner {
  background: #fff;
  padding: 60px 0 80px;
}
.aboutCompany .secTtl_2 {
  width: 85%;
  padding-bottom: 30px;
  margin: 0 auto;
}
.company_cont th,.company_cont td {
  letter-spacing: 0.1em;
  padding: 25px 0;
}
.company_cont th {
  font-weight: bold;
  text-align: left;
  width: 120px;
    border-bottom: 1px solid #4d8fd1;
}
.company_cont td {
  padding-left: 120px;
}
.company_cont tr {
  border-bottom: 1px solid #E2E2E2;
}
.company_cont {
  width: 85%;
  margin: 0 auto;
}
.company_cont .aboutAccessMap {
  width: 90%;
  height: 300px;
  margin: 30px 0 20px;
}
.mapBtn {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px;
  border: 1px solid #21b2b3;
  color: #21b2b3;
  border-radius: 2px;
}

/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.company_cont th {
  width: 100px;
}
.company_cont td {
  padding-left: 50px;
}
}
/*500px以下のとき*************************/
@media screen and (max-width:500px) {
.company_cont th,.company_cont td {
  width: 100%;
  display: block;
}
.company_cont th {
  padding: 20px 0 0;
  border-bottom: 0px;
}
.company_cont td {
  padding: 10px 0 20px;
}
.company_cont {
  width: 95%;
}
.aboutCompany .secTtl_2 {
  width: 95%;
}
}

/*Recruit=======================================*/
.recruit .secTtl_2 {
text-align: center;
position: relative;
margin-bottom: 80px;
}
.recruit .secTtl_2::after {
  content: '';
  height: 2px;
  width: 40px;
  background: #4d8fd1;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.recruitMsgBox {
  width: 80%;
  padding: 80px;
  margin: -100px auto 0;
  background: #fff;
  position: relative;
}
.recruitMsgBox h4 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1;
  border-bottom: 4px solid #283347;
}
.recruitMsgBox p {
  margin-top: 40px;
  line-height: 2.5;
}
.sq {
  position: absolute;
  right: 0;
  top: -120px;
}
/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.recruitMsgBox {
  padding: 50px;
  margin: -60px auto 0;
}
.sq {
  top: -100px;
}
.sq img {
  width: 100px;
}
}
/*500px以下のとき*************************/
@media screen and (max-width:500px) {
  .recruitMsgBox {
  width: 95%;
  padding: 30px;
  margin: -50px auto 0;
}
.recruitMsgBox h4 {
  font-size: 24px;
  padding-bottom: 10px;
}
.recruitMsgBox p {
  margin-top: 20px;
  line-height: 2.5;
}
.sq {
  top: -60px;
}
.sq img {
  width: 60px;
}
}

/*Recruit=======================================*/
.statue {
  background: url(../img/aboutStatBack.png) top / cover no-repeat;
}
.statue .secTtl_2 h2,.statue .secTtl_2 h3 {
  color: #fff;
}
.statue .secTtl_2 {
  margin-bottom: 60px;
  text-align: center;
}
.statueList li {
  width: 30%;
  background: #fff;
  padding: 40px;
  text-align: center;
}
.statueList li img {
  width: 70%;
}
.statueList li h4 {
  display: inline-block;
  padding: 20px 20px 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05;
  border-bottom: 2px solid #283347;
}
.statueList li p {
  text-align: left;
  margin-top: 20px;
}

/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.statue .secTtl_2 {
  margin-bottom: 30px;
}
.statueList {
  display: block;
}
.statueList li {
  width: 90%;
  margin: 0 auto 20px;
}
.statueList li img {
  width: 160px;
}
}
/*500px以下のとき*************************/
@media screen and (max-width:500px) {
  .statueList li {
  padding: 20px;
}
}

/*Recruitment=======================================*/
.recruitment .secTtl_2 {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.recruitment .secTtl_2::after {
  content: '';
  height: 2px;
  width: 40px;
  background: #4d8fd1;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.recruitmentWrap {
  background: #fafafa;
  padding: 40px;
}
.recruitmentBtn {
  position: relative;
  display: block;
  border: 2px solid #303030;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.recruitmentBtn::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #303030;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recruitmentBtn::before {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  background: #303030;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#keisagyou {
  align-items: center;
  cursor: pointer;
}
#yousetukou {
  align-items: center;
  cursor: pointer;
}
.recruitmentWrap {
  margin-bottom: 30px;
}
.recruitmentWrap h4 img {
  width: 32px;
  margin-right: 20px;
}
.recruitmentWrap h4 {
  font-size: 20px;
  font-weight: bold;
  color: #1f364e;
  line-height: 1;
}
.recruitmentInner {
  background: #fff;
  padding: 40px;
  margin-top: 30px;
}
.recruitmentInner h5 {
  font-size: 16px;
  font-weight: bold;
  color: #4d8fd1;
  line-height: 1;
  margin: 30px 0;
}
.recruitmentBox tr {
  border-bottom: 1px solid #dcdcdc;
}
.recruitmentBox tr:first-child {
  border-top: 1px solid #dcdcdc;
}
.recruitmentBox th {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #4d8fd1;
  text-align: center;
  width: 210px;
  background: #eff7ff;
  padding: 30px 0;
}
.recruitmentBox td {
  padding: 30px 0 30px 40px;
}
.keisagyouInner.hidden {
  display: none;
  transition: 0.3s;
}
.yousetukouInner {
  display: none;
}
.yousetukouInner.hidden {
  display: block;
}

/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.recruitmentBox th {
  width: 130px;
  padding: 20px 0;
}
.recruitmentBox td {
  padding: 20px 0 20px 30px;
}
}
/*500px以下のとき*************************/
@media screen and (max-width:500px) {
  .recruitmentWrap {
    padding: 20px;
}
.recruitmentInner {
    padding: 20px;
    margin-top: 20px;
}
.recruitmentBox th {
  width: 100%;
  display: block;
  padding: 10px 0;
}
.recruitmentBox td {
  width: 100%;
  display: block;
  padding: 10px 0 30px 0px;
}
.recruitmentWrap h4 {
  font-size: 16px;
}
.recruitmentWrap h4 img {
  width: 20px;
  margin-right: 10px;
}
}

/*Recruitment=======================================*/
.welfare {
  text-align: center;
  background: #fafafa;
}
.welfareWrap {
  margin-top: 60px;
}
.welfareWrap li {
  width: 30%;
}
.welfareWrap h4 {
  font-weight: bold;
  font-size: 24px;
  margin: 25px 0;
  line-height: 1;
}
/*500px以下のとき*************************/
@media screen and (max-width:500px) {
.welfareWrap {
  margin-top: 30px;
  display: block;
}
.welfareWrap li {
  width: 100%;
  margin-bottom: 40px;
}
.welfareWrap h4 {
  font-size: 20px;
  margin: 20px 0;
}
}

/*事業内容ページ=======================================*/
.serviceMv {
  background: url(../img/servMv.jpg) center / cover no-repeat;
}
/*service=======================================*/
.service {
  background: #fafafa;
}
.service .secTtl_2 {
text-align: center;
position: relative;
margin-bottom: 80px;
}
.service .secTtl_2::after {
  content: '';
  height: 2px;
  width: 40px;
  background: #4d8fd1;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*MANUFACTURE=======================================*/
.manu {
  text-align: center;
}
.manuList {
  flex-wrap: wrap;
  margin-top: 60px;
}
.manuList li {
  width: 30%;
  height: 140px;
  font-weight: bold;
  margin-bottom: 34px;
}
.manuList a {
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  width: 100%;
  height: 100%;
}
.sha-ringu {
  background: url(../img/servManu_nuki.jpg) center / cover no-repeat;
}
.noko {
  background: url(../img/servManu_nuki.jpg) center / cover no-repeat;
}
.laser {
  background: url(../img/servManu_laser.jpg) center / cover no-repeat;
}
.mage {
  background: url(../img/servManu_mage.jpg) center / cover no-repeat;
}
.yousetsu {
  background: url(../img/servManu_yousetu1.jpg) center / cover no-repeat;
}
.manuList li {
  position: relative;
}
.manuList li img {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.manuList_1 {
  padding-top: 30px;
}
.manuList_2 {
  padding-top: 45px;
}

/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.manuList {
  margin-top: 30px;
}
.manuList li {
  width: 48%;
  height: 100px;
  margin-bottom: 30px;
}
.manuList a {
  font-size: 22px;
}
.manuList_1 {
  padding-top: 20px;
}
.manuList_2 {
  padding-top: 35px;
}
}
/*500px以下のとき*************************/
@media screen and (max-width:500px) {
  .manuList li {
  margin-bottom: 15px;
}
.manuList a {
  font-size: 18px;
}
}

/*manuContWrap=======================================*/
.manuContWrap {
  background: #eeeeee;
  padding: 80px 0;
}
.manuContwhite {
  background: #fff;
  padding: 60px 100px;
  margin-bottom: 60px;
}
.manuContwhite h2 {
  position: relative;
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  padding: 35px 0 35px 80px;
  margin-bottom: 40px;
  background: #283347;
  line-height: 1;
}
.manuContwhite h2::before {
  position: absolute;
  left: 40px;
  top: 35px;
  content: '';
  display: block;
  width: 8px;
  height: 40px;
  background: #fff;
  margin-bottom: 60px;
}
.manuCont h3 {
  font-size: 30px;
  border-top: 2px solid #283347;
  border-bottom: 2px solid #283347;
  color: #283347;
  font-weight: bold;
  line-height: 1;
  padding: 30px 0;
  margin: 40px 0 30px;
}
.manuContInner {
background: #fafafa;
padding: 40px 30px;
}
.manuContInner h4 {
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  color: #283347;
  padding-bottom: 25px;
  border-bottom: 1px solid #283347;
  margin-bottom: 25px;
}
.manuContInner img {
  width: 230px;
}
.manuContInner > div {
  width: 65%;
}

/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {
.manuContWrap {
  padding: 40px 0;
}
.manuContwhite {
  padding: 30px 30px;
  margin-bottom: 40px;
}
.manuContwhite h2 {
  font-size: 30px;
  padding: 25px 0 25px 60px;
  margin-bottom: 20px;
}
.manuContwhite h2::before {
  left: 30px;
  top: 25px;
  width: 5px;
  height: 30px;
}
.manuCont h3 {
  font-size: 20px;
  padding: 20px 0;
  margin: 30px 0 20px;
}
.manuContInner {
padding: 20px;
}
.manuContInner h4 {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.manuContInner img {
  width: 130px;
}
.manuContInner > div {
  width: 65%;
}
}
/*500px以下のとき*************************/
@media screen and (max-width:500px) {
  .manuContwhite h2 {
  font-size: 26px;
  padding: 15px 0 15px 40px;
}
.manuContwhite h2::before {
  left: 20px;
  top: 15px;
  width: 5px;
  height: 26px;
}
.manuContInner {
  flex-direction: column-reverse;
}
.manuContInner > p {
  min-height: 0%;
}
.manuContInner img {
  width: 100%;
}
.manuContInner > div {
  width: 100%;
  margin-top: 30px;
}
}







/*1000px以下のとき*************************/
@media screen and (max-width:1000px) {

}
/*500px以下のとき*************************/
@media screen and (max-width:500px) {
  
}



/*contact--------------------------------*/
.contact {
  background: #fafafa;
}
.contactInner {
  width: 96%;
  max-width: 1040px;
  margin: 0 auto;
}
.contact .red {
  color: #d90000;
}
.contact > div > p {
  margin: 60px 0 40px;
}
.formArea {
  padding: 60px 0 30px;
  background: #fff;
}
.entryformArea {
  margin: 0 auto;
  max-width: 880px;
  width: 90%;
}

.formTable th,
.formTable td {
  display: block;
}

.formTable th {
  margin: 3rem 0 1rem;
  text-align: start;
}

.form_item {
  position: relative;
  margin-bottom: 3rem;
}
.form_item dt {
  font-weight: bold;
  letter-spacing: 0.2em;
}
.form_item dt span {
  color: #d90000;
}

.form_item dd {
  margin-top: 1rem;
}

.input_txt,
.textarea_txt {
  width: 100%;
  border-radius: 5px;
  background: #fafafa;
  border: 0;
  padding: 5px 20px;
}

.textarea_txt {
  padding-top: 15px;
}

.input_txt {
  height: 50px;
}

.form_item input.chack {
  height: none;
}

.contact_btnArea {
  text-align: center;
  position: relative;
  width: 300px;
  height: 70px;
  margin: 0 auto;
}

input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: #21b2b3;
  border: none;
  border-radius: 35px;
  color: #fff;
  text-align: left;
  padding-left: 30px;
  font-size: 16px;
  cursor: pointer;
}
.contact_btnArea::after {
  position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    -webkit-transform: rotate(-45deg) translateY(-80%);
    transform: rotate(-45deg) translateY(-80%);
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.boxpp::-webkit-scrollbar {
  width: 10px;
}
.boxpp::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

input,textarea {
  font-size: 100%;
}
.boxpp {
  overflow: auto;
    position: relative;
    width: 100%;
    height: 270px;
    margin: 30px auto 40px;
    padding: 40px 5%;
    border: 1px solid #dcdcdc;
    text-align: left;
    background: #fff;
}
.boxpp span {
  display: block;
    margin-bottom: 12px;
    font-weight: bold;
}
.ppBtnTxt {
  color: #d90000;
  text-align: center;
  margin-bottom: 40px;
}

/*thanksページ--------------------------------*/
.thanks {
  text-align: center;
  padding: 30px 0 100px;
}
.thanks img {
  width: 170px;
}
.thanks h2 {
  margin: 80px 0 50px;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.05em;
}
.thanks h3 {
  margin-bottom: 80px;
}
.thanks .btnWrap {
  margin: 0 auto;
}