/* Scss Document */
/*sp*/
/*pc*/
@media screen and (min-width: 750px) {
  body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, span, div, img {
    margin: 0;
    padding: 0; } }
@media screen and (max-width: 749px) {
  body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, span, div, img {
    margin: 0;
    padding: 0; } }

@media screen and (min-width: 750px) {
  a:link {
    color: #505050;
    transition: color .3s;
    text-decoration: none; } }
@media screen and (max-width: 749px) {
  a:link {
    color: #505050;
    transition: color .3s;
    text-decoration: none; } }

@media screen and (min-width: 750px) {
  a:visited {
    color: #505050;
    text-decoration: none; } }
@media screen and (max-width: 749px) {
  a:visited {
    color: #505050;
    text-decoration: none; } }

@media screen and (min-width: 750px) {
  a:hover {
    color: #0341b8;
    text-decoration: none; } }
@media screen and (max-width: 749px) {
  a:hover {
    color: #0341b8;
    text-decoration: none; } }

@media screen and (min-width: 750px) {
  a:active {
    color: #505050;
    text-decoration: none; } }
@media screen and (max-width: 749px) {
  a:active {
    color: #505050;
    text-decoration: none; } }

@media screen and (min-width: 750px) {
  ul li, ol li {
    list-style-type: none; } }
@media screen and (max-width: 749px) {
  ul li, ol li {
    list-style-type: none; } }

@media screen and (min-width: 750px) {
  #HeaderArea {
    width: 100%;
    background: #fff; } }
@media screen and (max-width: 749px) {
  #HeaderArea {
    width: 100%;
    background: #fff; } }

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: "."; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden; }

@media screen and (min-width: 750px) {
  .HeaderTop {
    padding: 20px 0; } }
@media screen and (max-width: 749px) {
  .HeaderTop {
    padding: 20px 0; } }

@media screen and (min-width: 750px) {
  .HeaderWidth {
    width: 1000px;
    margin: 0 auto; } }
@media screen and (max-width: 749px) {
  .HeaderWidth {
    width: 100%;
    margin: 0 auto; } }

@media screen and (min-width: 750px) {
  .HeaderLogo {
    float: left;
    width: 260px;
    padding-left: 10px; } }
@media screen and (max-width: 749px) {
  .HeaderLogo {
    float: left;
    width: 260px;
    padding-left: 10px; } }

@media screen and (min-width: 750px) {
  .HeaderMenu {
    float: right;
    width: 400px; } }
@media screen and (max-width: 749px) {
  .HeaderMenu {
    float: right;
    width: 400px; } }

@media screen and (min-width: 750px) {
  ul.MainMenu {
    display: flex;
    justify-content: flex-end; } }
@media screen and (max-width: 749px) {
  ul.MainMenu {
    display: flex;
    justify-content: flex-end; } }

@media screen and (min-width: 750px) {
  ul.MainMenu li {
    padding: 5px 20px;
    font-family: "Rounded Mplus 1c";
    border-right: 1px solid #000; } }
@media screen and (max-width: 749px) {
  ul.MainMenu li {
    padding: 5px 20px;
    font-family: "Rounded Mplus 1c";
    border-right: 1px solid #000; } }

@media screen and (min-width: 750px) {
  ul.MainMenu li:last-child {
    border-right: none; } }

@media screen and (min-width: 750px) {
  #MainVisual {
    height: 607px;
    background: url(../image/img_index/mainimg_index.jpg) no-repeat 50% 0; } }
@media screen and (max-width: 749px) {
  #MainVisual {
    height: 320px;
    background: url(../image/img_index/mainimg_index.jpg) no-repeat scroll center 50px/cover; } }

@media screen and (min-width: 750px) {
  .CorporateCopy {
    position: absolute;
    width: 100%;
    backface-visibility: hidden; }
    .CorporateCopy h2 {
      display: block;
      margin: 0px auto;
      text-align: center;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 200px; } }
@media screen and (max-width: 749px) {
  .CorporateCopy {
    position: absolute;
    width: 100%;
    backface-visibility: hidden; }
    .CorporateCopy h2 {
      display: block;
      margin: 0px auto;
      text-align: center;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 150px; }
      .CorporateCopy h2 img {
        width: 300px;
        height: auto; } }

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@media screen and (min-width: 750px) {
  #IndexContents {
    margin: 2px 0; } }
@media screen and (max-width: 749px) {
  #IndexContents {
    margin: 2px 0; } }

@media screen and (min-width: 750px) {
  .CompanyArea {
    height: 385px;
    margin-bottom: 1px;
    background: url(../image/img_index/bg_company.jpg) no-repeat 50% 0; } }
@media screen and (max-width: 749px) {
  .CompanyArea {
    height: 308px;
    margin-bottom: 1px;
    background: url(../image/img_index/bg_company_sp.jpg) no-repeat 50% 0; } }

@media screen and (min-width: 750px) {
  .SeviceArea {
    height: 385px;
    margin-bottom: 1px;
    background: url(../image/img_index/bg_service.jpg) no-repeat 50% 0; } }
@media screen and (max-width: 749px) {
  .SeviceArea {
    height: 308px;
    margin-bottom: 1px;
    background: url(../image/img_index/bg_service_sp.jpg) no-repeat 50% 0; } }

@media screen and (min-width: 750px) {
  .RecruitArea {
    height: 385px;
    margin-bottom: 1px;
    background: url(../image/img_index/bg_recruit.jpg) no-repeat 50% 0; } }
@media screen and (max-width: 749px) {
  .RecruitArea {
    height: 308px;
    margin-bottom: 1px;
    background: url(../image/img_index/bg_recruit_sp.jpg) no-repeat 50% 0; } }

@media screen and (min-width: 750px) {
  #LinkArea {
    padding: 50px 0;
    width: 1000px;
    margin: 0 auto; } }
@media screen and (max-width: 749px) {
  #LinkArea {
    padding: 50px 0;
    width: 100%;
    margin: 0 auto; } }

@media screen and (min-width: 750px) {
  .LinkTitle {
    text-align: center; } }
@media screen and (max-width: 749px) {
  .LinkTitle {
    text-align: center; } }

@media screen and (min-width: 750px) {
  ul.LinkButton {
    display: flex;
    justify-content: center; } }
@media screen and (max-width: 749px) {
  ul.LinkButton {
    text-align: center; } }

@media screen and (min-width: 750px) {
  ul.LinkButton li {
    padding: 20px; } }
@media screen and (max-width: 749px) {
  ul.LinkButton li {
    padding: 20px; } }

@media screen and (min-width: 750px) {
  #FooterArea {
    padding: 50px 0;
    width: 1000px;
    margin: 0 auto; } }
@media screen and (max-width: 749px) {
  #FooterArea {
    padding: 50px 0;
    width: 100%;
    margin: 0 auto; } }

@media screen and (min-width: 750px) {
  .FooterLogo {
    text-align: center; } }
@media screen and (max-width: 749px) {
  .FooterLogo {
    text-align: center; } }

@media screen and (min-width: 750px) {
  .FooterInfo {
    font-family: "Rounded Mplus 1c";
    text-align: center; } }
@media screen and (max-width: 749px) {
  .FooterInfo {
    font-family: "Rounded Mplus 1c";
    text-align: center; } }

@media screen and (min-width: 750px) {
  .CopyRight {
    font-family: "Rounded Mplus 1c";
    text-align: center;
    margin-top: 20px; } }
@media screen and (max-width: 749px) {
  .CopyRight {
    font-family: "Rounded Mplus 1c";
    text-align: center;
    margin-top: 20px; } }

@media screen and (min-width: 750px) {
  .ButtonStyle {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    font-family: "Mplus 1p"; } }
@media screen and (max-width: 749px) {
  .ButtonStyle {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    font-family: "Mplus 1p"; } }

@media screen and (min-width: 750px) {
  .ButtonStyle::before,
  .ButtonStyle::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; } }
@media screen and (max-width: 749px) {
  .ButtonStyle::before,
  .ButtonStyle::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; } }

@media screen and (min-width: 750px) {
  .ButtonStyle,
  .ButtonStyle::before,
  .ButtonStyle::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; } }
@media screen and (max-width: 749px) {
  .ButtonStyle,
  .ButtonStyle::before,
  .ButtonStyle::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; } }

@media screen and (min-width: 750px) {
  .ButtonStyle {
    position: relative;
    z-index: 2;
    background-color: rgba(46, 46, 46, 0.1);
    border: 2px solid #2e2e2e;
    color: #2e2e2e;
    line-height: 50px;
    overflow: hidden;
    font-family: 'Yantramanav', sans-serif; } }
@media screen and (max-width: 749px) {
  .ButtonStyle {
    position: relative;
    z-index: 2;
    background-color: rgba(46, 46, 46, 0.2);
    border: 2px solid #2e2e2e;
    color: #2e2e2e;
    line-height: 50px;
    overflow: hidden; } }

@media screen and (min-width: 750px) {
  .ButtonStyle:hover {
    color: #fff; } }
@media screen and (max-width: 749px) {
  .ButtonStyle:hover {
    color: #fff; } }

@media screen and (min-width: 750px) {
  .ButtonStyle::after {
    top: -100%;
    width: 100%;
    height: 100%; } }
@media screen and (max-width: 749px) {
  .ButtonStyle::after {
    top: -100%;
    width: 100%;
    height: 100%; } }

@media screen and (min-width: 750px) {
  .ButtonStyle:hover::after {
    top: 0;
    background-color: #333; } }
@media screen and (max-width: 749px) {
  .ButtonStyle:hover::after {
    top: 0;
    background-color: #333; } }

@media screen and (min-width: 750px) {
  .ContentsPageButton {
    width: 1000px;
    margin: 0 auto; } }
@media screen and (max-width: 749px) {
  .ContentsPageButton {
    width: 100%;
    margin: 0 auto; } }

@media screen and (min-width: 750px) {
  .CompanyBtn {
    position: relative; } }
@media screen and (max-width: 749px) {
  .CompanyBtn {
    position: relative; } }

@media screen and (min-width: 750px) {
  .CompanyStyle {
    position: absolute;
    top: 240px;
    left: 398px; } }
@media screen and (max-width: 749px) {
  .CompanyStyle {
    position: absolute;
    top: 183px;
    width: 90%;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    max-width: 290px; } }

@media screen and (min-width: 750px) {
  .SeviceBtn {
    position: relative; } }
@media screen and (max-width: 749px) {
  .SeviceBtn {
    position: relative; } }

@media screen and (min-width: 750px) {
  .SeviceStyle {
    position: absolute;
    top: 240px;
    left: 398px; } }
@media screen and (max-width: 749px) {
  .SeviceStyle {
    position: absolute;
    top: 183px;
    width: 90%;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    max-width: 290px; } }

@media screen and (min-width: 750px) {
  .RecruitBtn {
    position: relative; } }
@media screen and (max-width: 749px) {
  .RecruitBtn {
    position: relative; } }

@media screen and (min-width: 750px) {
  .RecruitStyle {
    position: absolute;
    top: 240px;
    left: 398px; } }
@media screen and (max-width: 749px) {
  .RecruitStyle {
    position: absolute;
    top: 183px;
    width: 90%;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    max-width: 290px; } }
