@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  list-style: none;
  min-width: 1150px;
  color: #333;
  font-weight: 500;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
body img {
  display: block;
  max-width: 100%;
}
body a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}
body li {
  list-style: none;
}
body .fw500 {
  font-weight: 500;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 8% 0 8.8%;
}
@media screen and (max-width: 1280px) {
  header {
    padding: 0 4% 0 2.8%;
  }
}
header .com-logo {
  padding-bottom: 14px;
}
@media (max-width: 768px) {
  header .com-logo {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
header .com-logo img {
  height: 60px;
  width: auto;
}
@media (max-width: 768px) {
  header .com-logo img {
    height: 45px;
  }
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
}
header nav li {
  padding: 80px 23px 20px 23px;
  margin-right: 20px;
  position: relative;
}
header nav li:last-child {
  margin-right: 0;
}
header nav li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: transparent transparent #dcdcdc #dcdcdc;
  transform: rotate(-45deg);
  top: 71%;
  right: 0;
}
header nav li a {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
}
header nav .li-green {
  background-color: #50b46e;
}
header nav .li-green a {
  color: #fff;
}
header nav .li-green::before {
  display: none;
}
header #humb {
  position: fixed;
  border-radius: 999px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 999;
  display: none;
}
@media (max-width: 768px) {
  header #humb {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    display: block;
  }
}
header #humb span {
  position: absolute;
  display: block;
  transition: 0.4s;
  background: #234650;
}
@media (max-width: 768px) {
  header #humb span {
    left: 15px;
    width: 20px;
    height: 1px;
  }
}
header #humb .top {
  top: 21px;
}
@media (max-width: 768px) {
  header #humb .top {
    top: 17px;
  }
}
header #humb .middle {
  top: 31px;
}
@media (max-width: 768px) {
  header #humb .middle {
    top: 25px;
  }
}
header #humb .bottom {
  top: 41px;
}
@media (max-width: 768px) {
  header #humb .bottom {
    top: 33px;
  }
}
header #humb.on {
  z-index: 999;
}
header #humb.on .top {
  transform: rotate(45deg);
  top: 33px;
}
@media (max-width: 768px) {
  header #humb.on .top {
    top: 25px;
  }
}
header #humb.on .middle {
  opacity: 0;
}
header #humb.on .bottom {
  transform: rotate(-45deg);
  top: 33px;
}
@media (max-width: 768px) {
  header #humb.on .bottom {
    top: 25px;
  }
}
header #hum-nav {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  transition: 0.4s opacity;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  z-index: 500;
}
header #hum-nav ul {
  display: flex;
  display: block;
}
header #hum-nav ul li {
  margin: 0;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  text-align: center;
}
header #hum-nav ul li::before {
  display: none;
}
header #hum-nav ul li a {
  transition: 0.4s;
  color: #333;
}
header #hum-nav ul li a:hover {
  opacity: 0.7;
  color: #666;
}
header .visible {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2 !important;
}

.main {
  margin-top: 200px;
  background-image: url("../img/mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 500px;
  height: 65vh;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .main {
    background-image: url("../img/mv_sp.jpg");
    background-size: cover;
    background-position: top left;
    margin-top: 110px;
  }
}
.main h2 {
  position: absolute;
  right: 18%;
  top: -18%;
}
@media (max-width: 768px) {
  .main h2 {
    right: 6%;
    top: -16%;
  }
}
.main h2 img {
  height: 170px;
  width: auto;
}
@media (max-width: 768px) {
  .main h2 img {
    height: 102px;
  }
}
.main .news {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: auto;
  transform: translateY(50px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .main .news {
    width: 95%;
  }
}
.main .news .news-black {
  background-color: #234650;
  padding: 40px;
}
@media (max-width: 768px) {
  .main .news .news-black {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.main .news .news-black h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.main .news div {
  height: 98px;
}
.main .news div .news-white {
  padding-right: 60px;
  padding-left: 40px;
  padding-top: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .main .news div .news-white {
    padding-right: 40px;
    padding-left: 20px;
    padding-top: 20px;
  }
}
.main .news div .news-white .news-about {
  width: 100%;
}
.main .news div .news-white .news-about .news-about-text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.7333333333;
}
@media (max-width: 768px) {
  .main .news div .news-white .news-about .news-about-text {
    font-size: 12px;
  }
}
.main .news div .news-white .news-about .news-about-text .date {
  display: block;
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0.15em;
  color: #999;
}
@media (max-width: 768px) {
  .main .news div .news-white .news-about .news-about-text .date {
    font-size: 12px;
  }
}
.main .news div .news-white .btn-wrap {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 10px;
  height: 40px;
}
@media (max-width: 768px) {
  .main .news div .news-white .btn-wrap {
    right: 15px;
  }
}
.main .news div .news-white .btn-wrap .next {
  height: auto;
  margin-bottom: 20px;
}
.main .news div .news-white .btn-wrap .prev {
  height: auto;
}

#product .pro-area {
  padding-top: 90px;
  padding-left: 8%;
  padding-right: 2%;
  padding-bottom: 100px;
  background-color: #395861;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #product .pro-area {
    padding-right: 8%;
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  #product .pro-area {
    flex-direction: column;
  }
}
#product .pro-area::before {
  position: absolute;
  content: "";
  height: 170px;
  width: 762px;
  background-image: url("../img/product.png");
  background-size: 762px 170px;
  z-index: 0;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  #product .pro-area::before {
    width: 80%;
    background-size: 80%;
    background-position: right;
    top: 10px;
    right: 20px;
  }
}
#product .pro-area .pro-text {
  margin-top: 50px;
  color: #fff;
}
#product .pro-area .pro-text h3 {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #product .pro-area .pro-text h3 {
    font-size: 23px;
  }
}
#product .pro-area .pro-text h3 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 2px solid #50b46e;
  margin-bottom: 20px;
  width: 60px;
  font-weight: 400;
}
#product .pro-area .pro-text p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.3333333333;
  font-weight: 500;
}
@media (max-width: 768px) {
  #product .pro-area .pro-text p {
    font-size: 13px;
  }
}
#product .pro-area .pro-text p span {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #a1b0b5;
  font-weight: 500;
}
@media (max-width: 768px) {
  #product .pro-area .pro-img {
    margin-top: 25px;
  }
}
#product .pro-area .pro-img img {
  height: 394px;
  width: auto;
}
@media (max-width: 768px) {
  #product .pro-area .pro-img img {
    width: 100%;
    height: auto;
  }
}
#product .redicon {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 70px 60px 60px 60px;
  max-width: 1140px;
  margin: -70px auto 0;
}
@media (max-width: 768px) {
  #product .redicon {
    padding: 35px 2% 30px 2%;
  }
}
#product .redicon h4 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #234650;
}
@media (max-width: 768px) {
  #product .redicon h4 {
    font-size: 16px;
  }
}
#product .redicon p {
  color: #657d84;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #product .redicon p {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-top: 5px;
    margin-bottom: 30px;
  }
}
#product .redicon .redicon-box {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #product .redicon .redicon-box {
    overflow-x: scroll;
  }
}
#product .redicon .redicon-box img {
  margin-bottom: 35px;
  max-width: 1000px;
  height: auto;
}
@media (max-width: 768px) {
  #product .redicon .redicon-box img {
    width: 230%;
    margin-bottom: 0px;
  }
}
#product .redicon .redicon-p {
  color: #234650;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-bottom: 2px solid #234650;
  width: 640px;
  margin: 0 auto;
  font-weight: 500;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  #product .redicon .redicon-p {
    font-size: 12px;
    border-bottom: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  #product .redicon .redicon-p span {
    border-bottom: 1px solid #234650;
    line-height: 2;
  }
}

#factory {
  display: flex;
  justify-content: space-between;
  margin-top: -50px;
  position: relative;
}
@media (max-width: 768px) {
  #factory {
    flex-direction: column;
    margin-top: 0;
  }
}
#factory .fac-text {
  padding: 210px 16% 220px 8%;
  width: 65%;
  background-color: #e6ebe1;
  position: relative;
}
@media (max-width: 768px) {
  #factory .fac-text {
    width: 100%;
    padding: 100px 8% 40px 8%;
  }
}
#factory .fac-text::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 698px;
  background-image: url("../img/factory.png");
  background-size: 698px 180px;
  z-index: 0;
  left: 12.5%;
  bottom: -39px;
}
@media (max-width: 768px) {
  #factory .fac-text::before {
    width: 80%;
    background-size: 80%;
    background-position: right;
    top: 10px;
    right: 20px;
  }
}
#factory .fac-text h3 {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  font-weight: 500;
  color: #234650;
}
@media (max-width: 768px) {
  #factory .fac-text h3 {
    font-size: 23px;
  }
}
#factory .fac-text h3 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 2px solid #50b46e;
  margin-bottom: 20px;
  width: 60px;
  color: #50b46e;
  font-weight: 400;
}
#factory .fac-text p {
  font-size: 15px;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #factory .fac-text p {
    font-size: 13px;
  }
}
#factory .fac-img {
  right: 0;
  width: 35%;
  margin-top: 170px;
}
#factory .fac-img::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 131px;
  background-color: #234650;
  transform: rotate(-45deg);
  top: 270px;
  right: 39%;
  z-index: 1;
}
#factory .fac-img::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 131px;
  background-color: #234650;
  transform: rotate(-45deg);
  top: 630px;
  right: 2.5%;
}
@media (max-width: 768px) {
  #factory .fac-img {
    margin-top: 0;
    width: 100%;
    background-color: #e6ebe1;
    padding: 0 8%;
    padding-bottom: 60px;
    position: relative;
  }
  #factory .fac-img::before {
    width: 17%;
    top: 15%;
    left: 0%;
  }
  #factory .fac-img::after {
    width: 17%;
    top: 85%;
    right: 8%;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  #factory .fac-img::after {
    top: 75%;
  }
}
#factory .fac-img img {
  object-fit: cover;
  height: 453px;
  position: absolute;
  width: 44%;
  right: 0;
}
@media (max-width: 768px) {
  #factory .fac-img img {
    width: 100%;
    height: auto;
    position: static;
    margin-top: 0px;
  }
}

#company {
  padding: 200px 20.5%;
}
@media (max-width: 768px) {
  #company {
    padding: 100px 8%;
  }
}
@media (max-width: 768px) {
  #company {
    margin-bottom: 15px;
  }
}
#company h3 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
  font-weight: 500;
  color: #234650;
}
@media (max-width: 768px) {
  #company h3 {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
#company h3 span {
  margin: 0 auto;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 2px solid #50b46e;
  margin-bottom: 20px;
  width: 130px;
  color: #50b46e;
  font-weight: 500;
}
@media (max-width: 768px) {
  #company h3 span {
    font-size: 13px;
    width: 118px;
  }
}
#company table {
  width: 100%;
  border-collapse: collapse;
}
#company table tr + tr {
  border-top: 1px solid #dee3e5;
}
#company table tr th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-right: 50px;
}
@media (max-width: 768px) {
  #company table tr th {
    font-size: 12px;
    padding-right: 15px;
  }
}
#company table tr td {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
}
@media (max-width: 768px) {
  #company table tr td {
    font-size: 12px;
  }
}
#company .com-btn {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #company .com-btn {
    margin-bottom: 50px;
  }
}
#company .com-btn a {
  padding: 20px 0;
  display: block;
  border: #50b46e 1px solid;
  width: auto;
  color: #50b46e;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #company .com-btn a {
    font-size: 12px;
  }
}
#company .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media (max-width: 768px) {
  #company .gmap {
    padding-bottom: 80%;
  }
}
#company .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#recruit {
  background-color: #234650;
  padding: 200px 20.5%;
  position: relative;
}
@media (max-width: 768px) {
  #recruit {
    padding: 100px 8%;
    padding-bottom: 130px;
  }
}
#recruit::before {
  position: absolute;
  content: "";
  height: 168px;
  width: 685px;
  background-image: url("../img/recruito.png");
  background-size: 685px 168px;
  z-index: 0;
  left: 0;
  top: -5px;
}
@media (max-width: 768px) {
  #recruit::before {
    width: 70%;
    background-size: 100%;
    background-position: top;
    right: 0;
  }
}
#recruit .rec-flex {
  display: flex;
  color: #fff;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #recruit .rec-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#recruit .rec-flex h3 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-right: 165px;
}
@media screen and (max-width: 1270px) {
  #recruit .rec-flex h3 {
    margin-right: 80px;
  }
}
@media (max-width: 768px) {
  #recruit .rec-flex h3 {
    margin-right: 0;
    font-size: 25px;
    margin-bottom: 10px;
  }
}
#recruit .rec-flex h3 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 2px solid #50b46e;
  margin-bottom: 17px;
  width: 55px;
  color: #fff;
}
@media (max-width: 768px) {
  #recruit .rec-flex h3 span {
    font-size: 13px;
    width: 55px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
#recruit .rec-flex p {
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.15em;
  font-weight: 300;
  margin-top: 6px;
}
@media (max-width: 768px) {
  #recruit .rec-flex p {
    font-size: 13px;
  }
}
#recruit table {
  width: 100%;
  color: #fff;
  border-collapse: collapse;
}
#recruit table tr {
  border-bottom: 1px solid #dee3e5;
}
#recruit table tr th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-right: 15px;
}
@media (max-width: 768px) {
  #recruit table tr th {
    font-size: 12px;
    padding-right: 10px;
  }
}
#recruit table tr td {
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
}
@media (max-width: 768px) {
  #recruit table tr td {
    font-size: 12px;
  }
}
#recruit .tel-area {
  background-color: #50b46e;
  min-width: 800px;
  position: absolute;
  bottom: -117px;
  left: 50%;
  transform: translateX(-50%);
  padding: 65px 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  #recruit .tel-area {
    min-width: 100%;
    padding: 45px 0;
  }
}
#recruit .tel-area h4 {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #recruit .tel-area h4 {
    font-size: 15px;
  }
}
#recruit .tel-area .tel-box {
  border-bottom: 2px solid;
  border-color: rgba(255, 255, 255, 0.3);
  width: 470px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #recruit .tel-area .tel-box {
    width: auto;
    border-bottom: none;
  }
}
#recruit .tel-area .tel-box a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  line-height: 1.4285714286;
  letter-spacing: -0.025em;
  font-weight: bold;
  margin-right: 15px;
}
@media (max-width: 768px) {
  #recruit .tel-area .tel-box a {
    font-size: 29px;
    margin-right: 5px;
  }
}
#recruit .tel-area .tel-box a p {
  font-size: 18px;
  display: inline;
  letter-spacing: 0.025em;
}
#recruit .tel-area .tel-box span {
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #recruit .tel-area .tel-box span {
    display: block;
    border-bottom: 2px solid;
    border-color: rgba(255, 255, 255, 0.3);
    width: 230px;
    margin: 0 auto;
    padding-bottom: 4px;
  }
}

.info {
  padding: 200px 20.5% 150px 20.5%;
  color: #234650;
  background-image: url(../img/info-background.jpg);
  background-size: cover;
}
@media (max-width: 768px) {
  .info {
    padding: 200px 8% 70px 8%;
  }
}
.info h3 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .info h3 {
    font-size: 23px;
  }
}
.info .info-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .info .info-box {
    flex-direction: column;
    margin-top: 60px;
  }
}
.info .info-box .i-box {
  text-align: center;
  color: #234650;
}
@media (max-width: 768px) {
  .info .info-box .i-box {
    margin-bottom: 40px;
  }
}
.info .info-box .i-box img {
  margin: 0 auto;
}
.info .info-box .i-box p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #234650;
}
.info .info-box .i-box a {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  letter-spacing: 0.025em;
  border-bottom: 2px solid #50b46e;
  padding-bottom: 3px;
  color: #234650;
  font-weight: bold;
}
.info .info-box .i-box span {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #234650;
}

footer {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 50px;
  }
}
footer .com-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dee3e5;
}
@media (max-width: 768px) {
  footer .com-logos {
    flex-direction: column;
    gap: 15px;
  }
}
footer .com-logos .c-logo {
  display: flex;
  justify-content: center;
}
footer .com-logos .c-logo a {
  display: block;
}
footer .com-logos .c-logo img {
  display: block;
  margin: auto;
  width: auto;
  max-width: 90%;
}
footer .com-logos .c-logo.c-logo1 img {
  height: 46px;
}
footer .com-logos .c-logo.c-logo2 img {
  height: 57px;
}
footer .com-logos2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 5%;
}
@media (max-width: 768px) {
  footer .com-logos2 {
    flex-direction: column;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  footer .com-logos2 .c-logo {
    margin-bottom: 5px;
  }
}
footer .com-logos2 .c-logo img {
  height: 40px;
  width: auto;
}
footer .com-logos2 .copy {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  footer .com-logos2 .copy {
    flex-direction: column;
  }
}
footer .com-logos2 .copy a {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-right: 70px;
  color: #4d4d4d;
}
@media (max-width: 768px) {
  footer .com-logos2 .copy a {
    margin-right: 0;
  }
}
footer .com-logos2 .copy p {
  font-size: 12px;
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .mb-30 {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .mb-30sp {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */