@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans", "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 16px;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

.inner {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

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

.is-center {
  align-items: center;
}

/*プロダクト*/
.product {
  background: #222;
  padding-top: 130px;
  padding-bottom: 95px;
}
.product-list {
  width: 45.3%;
}
.product-img {
  width: 43.8%;
  height: 177px;
}
.product-img img {
  height: auto;
  object-fit: cover;
}
.product-body {
  width: 50.8%;
}

.product-list a {
  display: block;
  transition: 0.7s;
}
.product-list a:hover {
  opacity: 0.6;
}

.product-img {
  overflow: hidden;
}
.product-img img {
  transition: 0.7s;
}
.product-img:hover img {
  transform: scale(1.1);
}

.product-list.left {
  margin-right: 92px;
}

.porduct-title {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
.porduct-title span {
  font-size: 14px;
  margin-left: 25px;
}

.product-body {
  color: #fff;
  font-weight: bold;
  padding-top: 12px;
}
.product-body-title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 23px;
}
.product-body-txt {
  line-height: 1.7;
}

@media screen and (max-width: 1280px) {
  .product-list.left {
    margin-right: 40px;
  }

  .product-list {
    width: 50%;
  }

  .product-img {
    width: 50%;
  }

  .product-body {
    width: 44%;
  }
}
@media screen and (max-width: 950px) {
  .product {
    padding-top: 70px;
  }
  .product-wrap {
    flex-direction: column;
  }
  .product-head {
    text-align: center;
  }

  .product-list {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 30px;
  }
  .product-body {
    width: 48%;
  }
  .product-img {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .product-list-body {
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }

  .product {
    padding-bottom: 40px;
  }
  .product-img {
    width: 100%;
  }
  .product-body {
    width: 100%;
  }
}
/*カンパニーセクション*/
.company {
  height: 610px;
  font-weight: bold;
}
.company-title {
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.company-txt {
  font-size: 16px;
  padding-top: 28px;
  line-height: 1.7;
}

/*キャッチ*/
.company-catch {
  width: 95%;
  margin-left: 3.5%;
}

.company-chatch-title {
  font-size: 133px;
  font-weight: bold;
  color: #f4f4f4;
  letter-spacing: 0.05em;
}

.company-left {
  width: 46%;
  margin-top: -30px;
}
.company-right {
  width: 50%;
  margin-top: -75px;
}
.company-right img {
  max-width: 600px;
  height: 604px;
  object-fit: cover;
}
.company .btn a {
  display: block;
  padding-top: 21px;
  padding-bottom: 21px;
  background: #222;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  border: 1px solid #222;
  width: 279px;
  margin-top: 45px;
  transition: 0.7s;
}
.company .btn a:hover {
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
}

/*メディアクエリ*/
@media screen and (max-width: 1330px) {
  .company-catch {
    text-align: center;
  }

  .company-chatch-title {
    font-size: 90px;
  }

  .company {
    height: 510px;
  }
  .company-title {
    font-size: 40px;
  }
  .company-left {
    width: 46%;
    margin-top: -10px;
  }
  .company-right {
    width: 46%;
    margin-top: -30px;
  }
  .company-right img {
    height: 475px;
  }
}
@media screen and (max-width: 950px) {
  .company-chatch-title {
    font-size: 70px;
  }

  .company-title {
    font-size: 32px;
  }
  .company-left {
    width: 47%;
    margin-top: -10px;
  }
  .company-right {
    width: 47%;
    margin-top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .company {
    padding-top: 20px;
    height: auto;
  }
  .company-right {
    margin-top: 30px;
  }

  .company-wrap {
    flex-direction: column-reverse;
    width: 80%;
  }
  .company-left {
    width: 100%;
    margin-bottom: 80px;
  }
  .company-right {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .company-title {
    text-align: center;
  }

  .company .btn a {
    width: 100%;
  }
}
/*リクルート*/
.recruit {
  background-image: url(../image/recruit2.jpg);
  width: 100%;
  height: 359px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  font-weight: bold;
}
.recruit::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.recruit-title {
  font-size: 14px;
  color: #222;
}
.recruit-title span {
  display: block;
  font-size: 69px;
  letter-spacing: 0.05em;
}

.recruit .inner {
  position: relative;
}

.recruit-body {
  max-width: 722px;
  width: 100%;
  position: absolute;
  left: 19%;
  color: #fff;
}

.recruit-txt {
  margin-top: 30px;
  line-height: 1.8;
}

.recruit-wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  top: -55px;
}
.recruit-wrap .btn a {
  display: block;
  padding-top: 21px;
  padding-bottom: 21px;
  background: #222;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  border: 1px solid #222;
  width: 279px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 155px;
  transition: 0.7s;
}
.recruit-wrap .btn a:hover {
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
}

@media screen and (max-width: 950px) {
  .recruit-body {
    position: static;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit-wrap .btn a {
    margin-top: 90px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-wrap {
    padding-top: 20px;
  }

  .recruit-title {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
  }

  .recruit-title {
    font-size: 26px;
  }
  .recruit-title span {
    font-size: 14px;
    margin-left: 25px;
  }
}
/*サービス*/
.about {
  padding-top: 65px;
  padding-bottom: 172px;
  font-weight: bold;
}
.about-card {
  width: 32%;
  box-shadow: 0 4px 12px #908f8f;
}

.about-card-body {
  padding: 25px 20px 20px 20px;
}
.about-card-title {
  font-size: 20px;
  margin-bottom: 25px;
}
.about-card-txt {
  line-height: 1.6;
}

.about-img {
  overflow: hidden;
}
.about-img img {
  transition: ease-in-out 0.7s;
}

.about-img:hover img {
  transform: scale(1.1);
}

.about-card a {
  display: block;
  transition: ease-in-out 0.7s;
}
.about-card a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 950px) {
  .about-wrap {
    flex-direction: column;
  }

  .about-card {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*フッター*/
.footer {
  color: #fff;
  background: #222;
  padding-bottom: 45px;
  font-weight: bold;
}
.footer-wrap {
  padding-top: 45px;
  padding-bottom: 42px;
  border-bottom: 1px solid #fff;
  margin-bottom: 28px;
}

.footer-title {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.footer-title span {
  margin-right: 55px;
}

.footer-ul {
  width: 20%;
  margin-top: 57px;
  list-style: none;
}
.footer-ul-title {
  margin-bottom: 20px;
}
.footer-ul-list {
  margin-bottom: 17px;
  font-size: 15px;
  margin-left: 20px;
  position: relative;
}
.footer-ul-list::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 5px;
  height: 1px;
  background-color: #fff;
}

.footer-ul-txt {
  margin-left: 8px;
  margin-bottom: 25px;
  list-style: none;
}

.footer-ul li a {
  display: block;
  position: relative;
}
.footer-ul li a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 28%;
  height: 2px;
  background: #fff;
  bottom: -8px;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}

.footer-ul li a:hover::after {
  visibility: visible;
  opacity: 1;
}

/*個人情報*/
.footer-txt span {
  margin-right: 35px;
}

@media screen and (max-width: 950px) {
  .footer-title {
    font-size: 14px;
  }
  .footer-title span {
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    display: block;
  }

  .footer-ul {
    width: 50%;
  }

  .footer-txt {
    font-size: 14px;
  }
  .footer-txt span {
    margin-right: 15px;
  }
}
/*お問い合わせ*/
.contact {
  background: #49c3ea;
  padding-bottom: 67px;
  color: #fff;
  font-weight: bold;
}
.contact-title {
  margin-top: 55px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.contact-title span {
  font-size: 14px;
  margin-left: 25px;
}

.contact-body {
  margin-top: 58px;
  width: 51.8%;
}
.contact-body-box {
  width: 45.2%;
}
.contact-body-text {
  font-size: 14px;
}
.contact-body .btn a {
  display: block;
  padding-top: 21px;
  padding-bottom: 21px;
  background: #222;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  border: 1px solid #222;
  width: 279px;
  margin-bottom: 25px;
  transition: 0.7s;
}
.contact-body .btn a:hover {
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
}

@media screen and (max-width: 1280px) {
  .contact-body {
    flex-direction: column;
  }
  .contact-body-box {
    width: 100%;
  }
  .contact-body-box.left {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 950px) {
  .contact-wrap {
    flex-direction: column;
  }
  .contact-head {
    text-align: center;
  }
  .contact-body {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-body-box .btn a {
    width: 100%;
  }
}
/* アニメーション */
.visible,
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  opacity: 1;
}

/* 上にアニメーション */
.visible.animeTop,
.invisible.animeTop {
  transition: all 0.5s;
  transform: translateY(100px);
}

.visible.animeTop {
  transform: translateY(0);
}

/* 左からアニメーション */
.visible.animeLeft,
.invisible.animeLeft {
  transition: all 0.3s;
  transform: translateX(-40px);
}

.visible.animeLeft {
  transform: translateX(0);
}

/*ヘッダー*/
.mv-header {
  font-weight: bold;
}

.mv {
  background-image: url(../image/topbg2.jpg);
  height: 737px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*ロゴ*/
.site-title {
  font-size: 20px;
  padding-top: 35px;
  letter-spacing: 0.05em;
}

.gnav ul {
  list-style: none;
  padding-top: 40px;
}
.gnav ul li a {
  display: block;
  width: 100px;
  margin-left: 22px;
  text-align: center;
  transition: 0.7s;
}
.gnav ul li a:hover {
  color: #808080;
}
.gnav ul li a span {
  font-size: 12px;
}

/*テキストエリア*/
.mv-content {
  width: 65%;
  margin-top: 80px;
  margin-left: 36.5%;
}
.mv-content-title {
  font-size: 51px;
  color: #fff;
  transform: rotate(-5deg);
  letter-spacing: 0.05em;
}
.mv-content-title p {
  font-family: adobe-handwriting-ernie, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mv-content-body {
  font-weight: bold;
  font-size: 69px;
  letter-spacing: 0.05em;
  padding-top: 38px;
  padding-left: 50px;
  padding-bottom: 32px;
  line-height: 1.3;
}
.mv-content-txt {
  font-size: 16px;
  font-weight: bold;
  margin-left: 48px;
  line-height: 1.8;
}

/*ニュースセクション*/
.news {
  background-color: #ededed;
  padding-top: 35px;
  padding-bottom: 38px;
  font-weight: bold;
}
.news-title {
  font-size: 16px;
  width: 29%;
  display: flex;
  align-items: center;
}
.news-title span {
  font-size: 36px;
  margin-right: 40px;
}
.news-title-list {
  width: 65%;
}

.news-wrap a {
  display: block;
  transition: 0.7s;
}
.news-wrap a:hover {
  color: #808080;
}

.news-content-time {
  margin-right: 57px;
}

@media screen and (max-width: 1280px) {
  .mv-content {
    width: 64%;
    margin-right: 3%;
  }

  .mv-content-body {
    font-size: 40px;
  }
}
@media screen and (max-width: 950px) {
  .mv {
    background-image: url(../image/top_sp.jpg);
    height: 737px;
    background-position: initial;
  }

  .mv-header-wrap {
    flex-direction: column;
  }

  .gnav {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .gnav ul {
    padding-top: 25px;
  }

  .news-wrap {
    flex-direction: column;
  }

  .news-title {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
  }
  .news-title span {
    font-size: 26px;
    margin-right: 20px;
  }

  .news-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /*ハンバーガー*/
  .gnavbtn {
    position: fixed;
    z-index: 200;
    top: 10px;
    right: 5px;
    width: 40px;
    height: 40px;
  }

  .gnavbtn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #808080;
    margin-top: 5px;
  }

  .gnav ul {
    display: block;
    text-align: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    background-color: rgba(75, 194, 234, 0.9);
    transform: translate(100%);
    transition: 1s;
  }
  .gnav ul li a {
    width: 100%;
    margin-bottom: 40px;
  }
  .gnav ul li a span {
    display: none;
  }

  .show .gnav ul {
    transform: translate(0);
  }

  /*テキストエリア*/
  .mv {
    height: 100hv;
  }

  .mv-content {
    width: 98%;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-content-body {
    margin-top: 75px;
    font-size: 30px;
    padding-left: 30px;
  }
  .mv-content-txt {
    margin-left: 30px;
    line-height: 1.4;
  }

  .mv-content-title {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 60px;
  }
  .mv-content-title span {
    display: block;
  }

  .news-content-time {
    margin-right: 20px;
  }
}

/*# sourceMappingURL=style.css.map */