@charset "UTF-8";
/*! destyle.css v2.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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none !important; }

/* 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;
  /* 2 */
  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; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * 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; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*iPad 768*1024 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

body {
  font-family: "Lato", "NotoSansJP", sans-serif; }

/*
@import 'variable';
*/
.background {
  width: 100%;
  /*	height: 768px;*/
  background-image: linear-gradient(to right, #4b6cb7, #182848);
  /*	position:absolute;*/
  top: 0;
  left: 0;
  z-index: 10; }

.l-header {
  /*display: flex;*/
  /*	background-color: gray;*/
  /*align-items: center;*/
  height: 80px;
  width: 100%;
  /*header-fixedに関連*/
  top: 0;
  left: 0;
  z-index: 10000; }
  @media screen and (max-width: 767px) {
    .l-header {
      height: 60px;
      transition: .7s;
      overflow: hidden; } }

.l-header-container {
  width: 100%;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .l-header-container {
      width:97%;
      height: 60px;
      margin: 0 3%; } }

/*スマホ用ナビゲーション*/
/*ハンバーガーメニュークリック時に、
l-headerに付与・削除*/
@media screen and (max-width: 767px) {
  .l-header-sp-navOpen {
    height: 100vh;
    width: 100%;
    background-color: #4b6cb7;
    transition: .7s; } }

.l-header-logo {
  height: 40px;
  margin: 0 25px 0 40px; }
  @media screen and (max-width: 767px) {
    .l-header-logo {
      height: 30px;
      margin: 0;
      /*
      		position: absolute;
      		top:12px;
      		left:3%;
      */ } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-header-logo {
    margin: 0 20px 0 10px; } }
.l-header-navArea {
  /*	list-style: none;*/
  /*	margin-top:20px;*/
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px; }

/*スマホ用ナビゲーションエリア*/
.l-header-navArea-sp {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  flex-direction: column;
  /*
  	justify-content: center;
  */
  pointer-events: auto; }

.l-header-navArea-nav {
  /*	text-decoration: none;*/
  /*	border:1px black solid;*/
  /*	width:80px;*/
  height: 80px;
  display: block;
  text-align: center;
  padding-top: 22px;
  position: relative; }

/*test*/
/*.l-header-navArea-nav:hover{
	background-color:blue;
	border-bottom: 1px solid #fff;
	transition: .3s;
	padding-bottom: -5px;
}*/
.l-header-navArea-nav::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 15px;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: center top;
  /*上部中央基点*/ }

/*現在地とhoverの設定*/
.l-header-navArea-nav:hover::after {
  transform: scale(1, 1); }

/*X方向にスケール拡大*/
.l-header-navArea-nav-text {
  width: 100%;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  transition: .3s; }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-header-navArea-nav-text {
    font-size: 15px;
    transition: .3s; } }
.l-header-navArea-nav-text-eg {
  display: block;
  font-family: "Loto";
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  margin-top: 3px; }

.slash {
  width: 1px;
  background-color: #fff;
  height: 40px;
  transform: rotate(35deg);
  margin: 5px 25px 10px 20px;
  transition: .3s; }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .slash {
    transform: rotate(0deg);
    margin: 5px 8px 10px 8px;
    transition: .3s; } }
/*スマホ用ハンバーガーメニュー*/
.l-header-buttonArea {
  /*
  	position: absolute;
  	top:15px;
  	right: 3%;
  */
  display: flex;
  align-items: center;
  margin: 0 5% 0 auto;
  /*@include sp {
  	position: absolute;
  	top:10px;
  	right: 3%;
  }*/ }
  .l-header-buttonArea-btn {
    width: 30px;
    height: 20px;
    position: relative; }
    .l-header-buttonArea-btn span {
      position: absolute;
      right: 0;
      transition: .5s;
      transform: translateY(0) rotate(0);
      display: block;
      width: 100%;
      height: 2px;
      background: #fff; }
    .l-header-buttonArea-btn span:nth-of-type(1) {
      width: 100%;
      top: 0; }
    .l-header-buttonArea-btn span:nth-of-type(2) {
      width: 100%;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    .l-header-buttonArea-btn span:nth-of-type(3) {
      width: 100%;
      bottom: 0; }

.activ span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg); }
.activ span:nth-of-type(2) {
  width: 0; }
.activ span:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg); }

.MVArea {
  /*
  	text-align: right;
  	height:688px;
  */
  width: 100%;
  height: 688px;
  position: relative;
  /*	border:5px black solid;*/ }
  @media screen and (max-width: 767px) {
    .MVArea {
      padding: 0 3% 0;
      height: 610px; } }

.MVArea-imageArea {
  width: 100%;
  /*
  	position: absolute;
  	z-index:20;
  	right:0;
  	top:0;
  */
  text-align: right; }

/*
.MVArea-imageArea-listArea{
	position: relative;
}
*/
.MVArea-imageArea-listArea-imageList1,
.MVArea-imageArea-listArea-imageList2,
.MVArea-imageArea-listArea-imageList3 {
  width: 1366px;
  margin-left: auto;
  height: 100%;
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  /*	@include sp {
  		width:auto;
  		overflow: hidden;
  		margin-left: 0;
  	}*/ }

.MVArea-imageArea-listArea-sp-imageList1,
.MVArea-imageArea-listArea-sp-imageList2,
.MVArea-imageArea-listArea-sp-imageList3 {
  width: auto;
  margin-left: 0;
  overflow: hidden;
  height: 100%;
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0; }
  @media screen and (max-width: 767px) {
    .MVArea-imageArea-listArea-sp-imageList1,
    .MVArea-imageArea-listArea-sp-imageList2,
    .MVArea-imageArea-listArea-sp-imageList3 {
      width: auto;
      overflow: hidden;
      margin-left: 0; } }

.MVArea-textArea {
  /*	margin:122px 0 0 170px;*/
  width: 80%;
  z-index: 30;
  position: absolute;
  top: 122px;
  left: 50%;
  transform: translateX(-50%);
  /*
  	top:122px;
  	left:10%;
  */ }
  @media screen and (max-width: 767px) {
    .MVArea-textArea {
      /*		margin: 60px 0 0 0;*/
      width: 97%;
      top: 60px;
      left: 3%;
      transform: translateX(0); } }

.MVArea-textArea-mainText {
  font-size: 84px;
  font-weight: 900;
  line-height: 112px;
  letter-spacing: 20;
  color: #fff;
  text-shadow: 3px 3px 3px #182848;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .MVArea-textArea-mainText {
      font-size: 48px;
      line-height: 58px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .MVArea-textArea-mainText {
    font-size: 60px;
    line-height: 80px; } }
.MVArea-textArea-subText {
  margin-top: 20px;
  font-family: Noto Sans JP;
  font-weight: bold;
  font-size: 25px;
  color: #182848;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 12px 30px 8px; }
  @media screen and (max-width: 767px) {
    .MVArea-textArea-subText {
      font-size: 20px;
      padding: 12px 20px 8px; } }

.MVArea-textArea-subText::before {
  transform: skewX(-45deg);
  content: "";
  /*ボックスを作る*/
  position: absolute;
  /*ポジションで中央に配置*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  /* 親要素の後ろに来るように-1 */
  background-color: #fff;
  box-shadow: 6px 4px 0 0 #182848; }
  @media screen and (max-width: 767px) {
    .MVArea-textArea-subText::before {
      transform: skewX(-20deg); } }

.MVArea-textArea-newsArea {
  display: flex;
  border: 2px #182848 solid;
  margin-top: 120px;
  justify-content: space-between;
  align-items: center;
  background-color: #182848;
  color: #fff;
  height: 60px; }
  @media screen and (max-width: 767px) {
    .MVArea-textArea-newsArea {
      width: 97%;
      display: block;
      margin-top: 150px;
      background-color: transparent;
      height: auto;
      border: none;
      font-size: 13px; } }

.MVArea-textArea-newsArea-title {
  /*
  	width:150px;
  */
  width: 15%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .MVArea-textArea-newsArea-title {
      width: auto;
      height: 25px;
      text-align: left;
      font-size: 14px;
      /*		background-color: #182848;*/
      color: #fff;
      display: inline-block;
      padding: 6px 18px 0 10px;
      position: relative; } }

@media screen and (max-width: 767px) {
  .MVArea-textArea-newsArea-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #182848;
    transform: scaleY(1.3) perspective(0.6em) rotateX(5deg);
    transform-origin: bottom left; } }

.MVArea-textArea-newsArea-content {
  display: flex;
  align-items: center;
  /*
  	width:800px;
  */
  width: 75%;
  color: #182848;
  height: 100%;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .MVArea-textArea-newsArea-content {
      width: 97%;
      padding: 0 2%;
      height: 45px;
      border: 1px solid #182848; } }

.MVArea-textArea-newsArea-content::before {
  transform: skewX(-45deg);
  content: "";
  /*ボックスを作る*/
  position: absolute;
  /*ポジションで中央に配置*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  /* 親要素の後ろに来るように-1 */
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .MVArea-textArea-newsArea-content::before {
      transform: skewX(0); } }

.MVArea-textArea-newsArea-content date {
  /*
  	width:150px;
  */
  width: 20%;
  text-align: right;
  margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .MVArea-textArea-newsArea-content date {
      width: 20%; } }

.MVArea-textArea-newsArea-content tag {
  /*
  	width:100px;
  */
  width: 15%;
  margin: 0 30px;
  text-align: center;
  padding: 4px 2px;
  background-color: #b8614b;
  color: #fff;
  border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .MVArea-textArea-newsArea-content tag {
      width: 65px; } }

.MVArea-textArea-newsArea-content p {
  /*
  	width:500px;
  */
  width: 65%; }
  @media screen and (max-width: 767px) {
    .MVArea-textArea-newsArea-content p {
      width: auto; } }

.MVArea-textArea-newsArea-arrow {
  /*
  	width:100px;
  */
  width: 10%;
  text-align: center; }

.l-container, .l-container--big {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto; }
  .l-container--big {
    max-width: 1274px; }

.l-section {
  /*	position: relative;*/
  margin: 160px 0 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .l-section {
      margin: 120px 0 0; } }

.l-service {
  padding: 160px 0 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .l-service {
      padding-top: 120px; } }
  .l-service-container {
    background-color: #f0f0f0;
    padding-top: 55px;
    display: flex;
    background-image: linear-gradient(-45deg, #f0f0f0 0, #f0f0f0 10%, #fff 10%, #fff 35%, #f0f0f0 35%, #f0f0f0 100%); }
    @media screen and (max-width: 767px) {
      .l-service-container {
        padding-top: 0;
        display: block;
        width: 100%;
        background-image: linear-gradient(-65deg, #f0f0f0 0, #f0f0f0 10%, #fff 10%, #fff 45%, #f0f0f0 45%, #f0f0f0 100%); } }
    @media screen and (min-width: 1300px) {
      .l-service-container {
        padding-left: 10%; } }
    .l-service-container-photoArea {
      margin-right: 30px;
      /*50px*/
      /*height:440px;*/
      width: 40%;
      min-width: 420px;
      /*625px*/ }
      @media screen and (max-width: 767px) {
        .l-service-container-photoArea {
          width: 100%;
          min-width: 100%;
          margin-right: 0;
          margin-bottom: 40px; } }
      .l-service-container-photoArea-photo {
        width: 100%; }
    .l-service-container-textArea {
      padding: 0 3% 50px; }
  .l-service-borderWhite {
    width: 100%;
    height: 85px;
    margin-top: -85px;
    background-color: #fff; }

@media screen and (max-width: 767px) {
  .l-about {
    padding: 0 3%; } }
.l-about-container {
  background-image: url("../img/background-image-about.jpg");
  background-size: cover;
  padding: 40px 0 40px 170px; }
  @media screen and (max-width: 767px) {
    .l-about-container {
      background-image: none;
      padding: 0; } }
  .l-about-container-textArea {
    width: 500px;
    background-color: #fff;
    padding: 50px; }
    @media screen and (max-width: 767px) {
      .l-about-container-textArea {
        width: 100%;
        padding: 0; } }
  .l-about-container-photoArea {
    margin-top: 40px; }

.l-about-photoArea {
  width: 100%;
  padding-bottom: 40px; }
  .l-about-photoArea-photo {
    width: 100%; }

.l-works-container {
  padding: 30px 0;
  /*
  		width:1020px;
  */
  margin: 0 auto;
  background-image: linear-gradient(45deg, #f0f0f0 20%, #f0f0f0 20%, #fff 20%, #fff 85%, #f0f0f0 85%, #f0f0f0 100%); }
  @media screen and (max-width: 767px) {
    .l-works-container {
      background-image: linear-gradient(-65deg, #f0f0f0 0, #f0f0f0 10%, #fff 10%, #fff 90%, #f0f0f0 90%, #f0f0f0 100%); } }
  .l-works-container-textArea {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .l-works-container-textArea {
        text-align: left;
        padding: 0 3%; } }
  .l-works-container-photoArea {
    display: flex;
    justify-content: center;
    width: 90%;
    transform: translateX(15px);
    margin: 0 auto 40px; }
    @media screen and (max-width: 767px) {
      .l-works-container-photoArea {
        display: block;
        width: 100%;
        margin: 0 0 40px;
        transform: translateX(0); } }
    .l-works-container-photoArea-card {
      width: 475px;
      box-shadow: 0 0 5px;
      background-color: #fff;
      position: relative; }
      @media screen and (max-width: 767px) {
        .l-works-container-photoArea-card {
          width: 100%;
          box-shadow: 0 0 0;
          background-color: transparent; } }
      .l-works-container-photoArea-card + .l-works-container-photoArea-card {
        margin-left: 40px; }
        @media screen and (max-width: 767px) {
          .l-works-container-photoArea-card + .l-works-container-photoArea-card {
            margin-left: 0;
            margin-top: 40px; } }
      .l-works-container-photoArea-card-imgArea {
        height: auto;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .l-works-container-photoArea-card-imgArea {
            height: auto;
            width: 100%;
            margin-bottom: 25px; } }
        .l-works-container-photoArea-card-imgArea-img {
          width: 100%; }
      .l-works-container-photoArea-card-title {
        font-size: 24px;
        line-height: 1;
        color: #b8614b;
        margin-bottom: 15px;
        padding-left: 15px; }
@includ sp {
  .l-works-container-photoArea-card-title {
    font-size: 20px; } }
      .l-works-container-photoArea-card-text {
        font-size: 16px;
        line-height: 32px;
        padding-left: 15px; }
        @media screen and (max-width: 767px) {
          .l-works-container-photoArea-card-text {
            font-size: 14px;
            line-height: 28px; } }
      .l-works-container-photoArea-card-number {
        width: 55px;
        height: 55px;
        position: absolute;
        left: -15px;
        top: -15px;
        color: #fff;
        background-color: #182848;
        text-align: center;
        padding-top: 20px; }
        @media screen and (max-width: 767px) {
          .l-works-container-photoArea-card-number {
            left: 0;
            top: 0;
            width: 65px;
            height: 40px;
            padding-top: 13px; } }

.l-recruit {
  text-align: center;
  background-color: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .l-recruit {
      text-align: left;
      background-color: #fff;
      padding-top: 0;
      padding-bottom: 0; } }
  .l-recruit-container-photoArea {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto 60px; }
    @media screen and (max-width: 767px) {
      .l-recruit-container-photoArea {
        display: block;
        margin-bottom: 40px;
        margin-top: 30px;
        width: 100%; } }
    .l-recruit-container-photoArea-set {
      position: relative;
      width: 100%; }
      .l-recruit-container-photoArea-set + .l-recruit-container-photoArea-set {
        margin-left: 36px; }
        @media screen and (max-width: 767px) {
          .l-recruit-container-photoArea-set + .l-recruit-container-photoArea-set {
            margin-left: 0; } }
      .l-recruit-container-photoArea-set-photo {
        width: 100%; }
      .l-recruit-container-photoArea-set-tag {
        color: #fff;
        display: flex;
        justify-content: space-between;
        width: 255px;
        height: 50px;
        background-color: rgba(25, 25, 25, 0.64);
        padding: 17px 15px;
        text-align: left; }
        @media screen and (max-width: 767px) {
          .l-recruit-container-photoArea-set-tag {
            background-color: rgba(0, 0, 0, 0); } }
        .l-recruit-container-photoArea-set-tag-arrow {
          /*						margin-left: 100px;*/ }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-recruit-container-photoArea-set-tag {
    width: 200px; } }
.l-recruit-container-photoArea-set:nth-of-type(1) {
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    .l-recruit-container-photoArea-set:nth-of-type(1) {
      padding-top: 0; } }

.tag-1 {
  position: absolute;
  bottom: -20px;
  right: -10px; }
  @media screen and (max-width: 767px) {
    .tag-1 {
      bottom: 0;
      left: 0; } }

.l-recruit-container-photoArea-set:nth-of-type(2) {
  padding-top: 40px; }
  @media screen and (max-width: 767px) {
    .l-recruit-container-photoArea-set:nth-of-type(2) {
      padding-top: 0; } }

.tag-2 {
  position: absolute;
  bottom: 20px;
  right: -10px; }
  @media screen and (max-width: 767px) {
    .tag-2 {
      bottom: 0;
      left: 0; } }

.tag-3 {
  position: absolute;
  bottom: 60px;
  right: -10px; }
  @media screen and (max-width: 767px) {
    .tag-3 {
      bottom: 0;
      left: 0; } }

.l-contact {
  background-image: url("../../../dist/assets/img/bckground-image-contact.jpg");
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .l-contact {
      margin-top: 120px;
      background-image: url("../img/sp/bckground-image-contact.jpg"); } }
  .l-contact-container-textArea {
    text-align: center; }
  .l-contact-container-buttonArea {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .l-contact-container-buttonArea {
        display: block; } }

.l-footer {
  padding-top: 85px;
  padding-bottom: 120px;
  background-color: #182848; }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 40px 3%; } }
  .l-footer-container {
    padding: 0 8% 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .l-footer-container {
        padding: 0;
        flex-direction: column-reverse; } }
    .l-footer-container-infoArea-logo {
      padding-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .l-footer-container-infoArea-logo {
          padding-bottom: 25px; } }
    .l-footer-container-infoArea-listArea {
      color: #fff;
      font-size: 16px;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .l-footer-container-infoArea-listArea {
          font-size: 14px; } }
      .l-footer-container-infoArea-listArea-list + .l-footer-container-infoArea-listArea-list {
        padding-top: 24px; }
        @media screen and (max-width: 767px) {
          .l-footer-container-infoArea-listArea-list + .l-footer-container-infoArea-listArea-list {
            padding-top: 18px; } }
    .l-footer-container-menuArea {
      padding-top: 100px; }
      @media screen and (max-width: 767px) {
        .l-footer-container-menuArea {
          padding-top: 0;
          padding-bottom: 80px; } }
      .l-footer-container-menuArea-listArea {
        color: #fff;
        font-size: 16px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
        @media screen and (max-width: 767px) {
          .l-footer-container-menuArea-listArea {
            font-size: 14px;
            -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
            display: flex;
            flex-direction: column-reverse; } }
        .l-footer-container-menuArea-listArea-list {
          letter-spacing: 6px; }
          @media screen and (max-width: 767px) {
            .l-footer-container-menuArea-listArea-list {
              letter-spacing: normal; } }
          .l-footer-container-menuArea-listArea-list + .l-footer-container-menuArea-listArea-list {
            margin-right: 24px; }
            @media screen and (max-width: 767px) {
              .l-footer-container-menuArea-listArea-list + .l-footer-container-menuArea-listArea-list {
                margin-bottom: 20px; } }

.list-recruit {
  margin: 0 40px 0 80px; }
  @media screen and (max-width: 767px) {
    .list-recruit {
      margin: 40px 0 0 0; } }

.l-copyright {
  background-color: #191919;
  height: 60px; }
  @media screen and (max-width: 767px) {
    .l-copyright {
      height: 40px;
      display: flex;
      align-items: center; } }
  .l-copyright-container {
    padding: 24px 175px 0;
    font-size: 12px;
    line-height: 12px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .l-copyright-container {
        padding: 0 0 0 3%;
        font-size: 10px; } }

/*
@import 'menu';
@import 'vertical-bar';
@import 'footer';
*/
.c-sectionTitle {
  font-size: 48px;
  line-height: 1;
  font-family: "Lato";
  font-weight: bold;
  color: #191919;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .c-sectionTitle {
      font-size: 32px; } }
  .c-sectionTitle-sub {
    font-size: 24px;
    line-height: 1;
    font-family: "Lato", "NotoSansJP", sans-serif;
    font-weight: 400;
    color: #7991c7; }
    @media screen and (max-width: 767px) {
      .c-sectionTitle-sub {
        font-size: 20px; } }

@media screen and (max-width: 767px) {
  .c-sectionTitle-recruit {
    padding: 0 3%; } }

.c-sectionTitle-contact {
  font-size: 48px;
  line-height: 1;
  font-family: "Lato";
  font-weight: bold;
  color: #fff;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .c-sectionTitle-contact {
      font-size: 32px; } }
  .c-sectionTitle-contact-sub {
    font-size: 24px;
    line-height: 1;
    font-family: Noto Sans JP;
    font-weight: 400;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .c-sectionTitle-contact-sub {
        font-size: 20px; } }

.c-section-message {
  font-size: 32px;
  line-height: 1.5;
  font-family: Noto Sans JP;
  font-weight: 400;
  color: #191919;
  padding-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .c-section-message {
      font-size: 24px; } }

.c-section-text {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .c-section-text {
      font-size: 14px;
      line-height: 28px; } }

.c-section-text-contact {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 60px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .c-section-text-contact {
      text-align: left;
      padding: 0 3% 30px;
      text-align: left; } }

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 72px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background-color: #4b6cb7; }
  @media screen and (max-width: 767px) {
    .c-button {
      height: 45px;
      font-size: 14px;
      margin: 0 auto; } }

.c-button:hover {
  opacity: 0.8;
  transition: .3s; }

.c-button-works {
  margin: 0 auto; }

.c-button-works:hover {
  opacity: 0.8;
  transition: .3s; }

.c-button-contact-left {
  display: flex;
  align-items: center;
  /*	justify-content: center;*/
  padding-left: 85px;
  width: 258px;
  height: 72px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  background-color: #b8614b;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-button-contact-left {
      width: 97%;
      margin: 0 auto 20px;
      height: 48px;
      padding-left: 0;
      justify-content: center; } }

.c-button-contact-left:hover {
  opacity: 0.8;
  transition: .3s; }

.c-button-contact-left:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/Backhoe.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%); }

.c-button-contact-right {
  display: flex;
  align-items: center;
  /*	justify-content: center;*/
  padding-left: 80px;
  width: 258px;
  height: 72px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  background-color: #191919;
  margin-left: 80px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-button-contact-right {
      width: 97%;
      margin: 0 auto 20px;
      height: 48px;
      padding-left: 0;
      justify-content: center; } }

.c-button-contact-right:hover {
  opacity: 0.8;
  transition: .3s; }

.c-button-contact-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/Factory.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(0, -50%); }
  @media screen and (max-width: 767px) {
    .c-button-contact-right:before {
      left: 40px; } }

.c-arrow {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 16px;
  height: 6px;
  margin-bottom: 3px;
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg); }

.c-arrow-contact-left {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 16px;
  height: 6px;
  margin-bottom: 3px;
  display: inline-block;
  /*
      margin-left: 10px;
  */
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg) translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 40px;
  /*
  	transform: translate(0,-50%);
  */ }

.c-arrow-contact-right {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 16px;
  height: 6px;
  margin-bottom: 3px;
  display: inline-block;
  /*
      margin-left: 10px;
  */
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg) translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 20px;
  /*
  	transform: translate(0,-50%);
  */ }
  @media screen and (max-width: 767px) {
    .c-arrow-contact-right {
      right: 40px; } }

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999; }

.animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: lodanimetion 1500ms ease-out forwards infinite;
  animation: lodanimetion 1500ms ease-out forwards infinite; }

@keyframes lodanimetion {
  from,to {
    opacity: 0; }
  50% {
    opacity: .5; } }
/*アニメーション要素のスタイル*/
.anm-fadein-from-down {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px); }

/*アニメーション要素までスクロールした時のスタイル*/
.active-anm-fadein-from-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

/*アニメーション要素のスタイル*/
.anm-slide-from-left {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  transform: translateX(-500px); }

/*アニメーション要素までスクロールした時のスタイル*/
.active-anm-slide-from-left {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }
