@charset "utf-8";
/* CSS Document */

.cms_layer{
  position: relative;
  z-index: 1;
}

.cms_keyvisual{
  position: relative;
  height: 580px;
  padding-top: 120px;
}
.cms_catch{padding-left: 56px;}
.cms_catch h1{
  font-size: 5rem;
  font-weight: bold;
}
.cms_catch h1 span{display: none;}
.cms_catch h1::after{
  content: "";
  display: inline-block;
  height: 64px;
  margin: 32px 8px 0;
  vertical-align: top;
  border-right: 5px solid #000000;
  animation: typinganime 1s ease infinite;
}
.cms_catch p{
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #000000;
}
.cms_catch p span{display: none;}
.cms_catch p::after{
  content: "|";
  vertical-align: top;
  font-size: 0.9375rem;
  animation: typinganime 1s ease infinite;
}
@keyframes typinganime{
  0%{opacity: 0}
  50%{opacity: 0}
  51%{opacity: 1}
  100%{opacity: 1}
}


.cms_important{
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  height: 56px;
  left: calc(50% - 540px);
  bottom: 96px;
  padding: 0 56px 0 40px;
  border-radius: 56px;
  background-color: #F5F5F5;
}
.cms_impttl{
  font-size: 1.125rem;
  font-weight: 500;
  color: #101010;
}
.cms_impinfo{
  width: 100%;
  max-width: 584px;
}
.cms_impinfo p{
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cms_impinfo a{
  display: block;
  color: #333333;
}
.cms_impinfotop a{
  text-decoration: underline;
  color: #333333;
}
@media screen and (max-width:1240px){
  .cms_important{
    width: calc(100% - 160px);
    left: 80px;
  }
  .cms_impinfo{width: calc(100% - 230px);}
}



.cms_ttlblock{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
}
.cms_ttlblock::after{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #1F2022;
  transition: all linear 0.15s;
}
.cms_ttlblock.active::after{width: 100%;}
.cms_sectionttl p{
  font-size: 1.125rem;
  font-weight: 500;
  color: #1F2022;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.2s linear;
}
.cms_ttlblock.active .cms_sectionttl p{
  opacity: 1;
  transform: translate(0);
}
.cms_sectionttl h2{
  line-height: 1.2;
  font-family: Roboto, YakuHanJP, 'Noto Sans Japanese',"Hiragino Sans";
  font-size: 5rem;
  font-weight: bold;
  color: #1F2022;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.2s linear;
}
.cms_ttlblock.active .cms_sectionttl h2{
  opacity: 1;
  transform: translate(0);
}
.cms_infotop a span:first-of-type{
  position: relative;
  vertical-align: middle;
  font-family: Roboto, YakuHanJP, 'Noto Sans Japanese',"Hiragino Sans";
  font-weight: 500;
  font-size: 1.125rem;
  color: #1F2022;
}
.cms_infotop a span:first-of-type::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #1F2022;
  transition: all linear 0.15s;
}
.cms_infotop a span:last-of-type{
  display: inline-block;
  width: 76px;
  height: 76px;
  margin-left: 24px;
  padding-top: 23px;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  background-color: #323232;
  overflow: hidden;
}
.cms_leftnav div{position: static;}



.cms_colm2{
  display: flex;
  justify-content: center;
}
.cms_company,
.cms_recruit{
  position: relative;
  width: 50%;
  padding: 158px 48px 42px 100px;
  animation: bggradient 20s linear infinite;
  background-size: 264%;
}
.cms_company{background-image: linear-gradient(45deg, #2c3e50, #3498db, #2c3e50, #3498db, #2c3e50, #3498db);}
.cms_recruit{background-image: linear-gradient(45deg, #185a9d, #43cea2, #185a9d, #43cea2, #185a9d, #43cea2);}
@keyframes bggradient{
  0%{background-position-x: 240%;}
  100%{background-position-x: 0;}
}
.cms_company::before,
.cms_recruit::before{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.cms_company>div,
.cms_recruit>div{
  position: relative;
  z-index: 1;
}
.cms_company>div .cms_sectionttl,
.cms_recruit>div .cms_sectionttl{margin-bottom: 40px;}
.cms_company>div .cms_sectionttl h2,
.cms_recruit>div .cms_sectionttl h2{
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
}
.cms_company>div .cms_sectionttl.active h2,
.cms_recruit>div .cms_sectionttl.active h2{
  opacity: 1;
  transform: translate(0);
}
.cms_company>div .cms_sectionttl p,
.cms_recruit>div .cms_sectionttl p{
  font-family: Roboto, YakuHanJP, 'Noto Sans Japanese',"Hiragino Sans";
  font-size: 5rem;
  font-weight: bold;
  color: #FFFFFF;
}
.cms_company>div .cms_sectionttl.active p,
.cms_recruit>div .cms_sectionttl.active p{
  opacity: 1;
  transform: translate(0);
}
.cms_more{text-align: right;}
.cms_more a span:first-of-type{
  position: relative;
  vertical-align: middle;
  font-family: Roboto, YakuHanJP, 'Noto Sans Japanese',"Hiragino Sans";
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
}
.cms_more a span:first-of-type::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #FFFFFF;
  transition: all linear 0.15s;
}
.cms_more a span:last-of-type{
  display: inline-block;
  width: 76px;
  height: 76px;
  margin-left: 24px;
  padding-top: 23px;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
}



.cms_contact{
  padding: 104px 0 176px;
  text-align: center;
}
.cms_contact .cms_sectionttl{margin-bottom: 64px;}
.cms_contact .cms_sectionttl p{
  margin-bottom: 8px;
  font-family: Roboto, YakuHanJP, 'Noto Sans Japanese',"Hiragino Sans";
  font-size: 1.5rem;
}
.cms_contact.active .cms_sectionttl p{
  opacity: 1;
  transform: translate(0);
}
.cms_contact .cms_sectionttl h2{font-size: 2rem;}
.cms_contact.active .cms_sectionttl h2{
  opacity: 1;
  transform: translate(0);
}
.cms_contact .cms_colm2{margin-bottom: 72px;}
.cms_contact .cms_colm2>div{width: 486px;}
.cms_contact .cms_colm2>div:first-of-type{margin-right: 80px;}
.cms_contact .cms_colm2>div h3{
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #1F2022;
  border-top: 1px solid #707070;
}
.cms_contact .cms_colm2>div h3 span{
  display: inline-block;
  padding: 0 24px;
  background-color: #FFFFFF;
  transform: translateY(-17px);
}
.cms_contact .cms_colm2>div div{
  line-height: 1;
  margin-bottom: 24px;
}
.cms_contact .cms_colm2>div div span{
  margin-left: 8px;
  vertical-align: middle;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1F2022;
}
.cms_contact .cms_colm2>div p{color: #1F2022;}
.cms_form a{
  display: inline-block;
  width: 484px;
  height: 74px;
  padding-top: 23px;
  color: #1F2022;
  border-radius: 40px;
  border: 1px solid #1F2022;
  transition: all 0.2s linear;
}
.cms_form a span{display: inline-block;}
.cms_form a img{margin-right: 10px;}
.cms_form a img:last-of-type{display: none;}


@keyframes floatshow{
  0%{transform: translateY(40px);}
  100%{transform: translateY(0);}
}







@media screen and (min-width:821px){
  .cms_impinfo a:hover{color: #0086BE;}
  .cms_impinfotop a:hover{text-decoration: none;}

  .cms_infotop a:hover span:first-of-type::after{animation: borderwrite 0.2s linear forwards;}
  .cms_infotop a:hover span:last-of-type img{animation: positionmove 0.2s linear forwards;}

  .cms_more a:hover span:first-of-type::after{animation: borderwrite 0.2s linear forwards;}
  .cms_more a:hover span:last-of-type img{animation: positionmove 0.2s linear forwards;}

  .cms_form a:hover{
    color: #FFFFFF;
    background-color: #1F2022;
  }
  .cms_form a:hover span{animation: floatshow 0.2s linear forwards;}
  .cms_form a:hover img:first-of-type{display: none;}
  .cms_form a:hover img:last-of-type{
    display: inline;
    animation: floatshow 0.2s linear forwards;
  }
}

