@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  background: #f8f8f8;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  margin: 0 auto;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease;
}

h2 {
  text-align: center;
  margin-bottom: 50px;
}
h2 img {
  height: 125px;
  margin: 0 auto;
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.main-visual {
  position: relative;
  width: 100%;
  height: auto;
}
.main-visual__title {
  position: absolute;
  width: 90%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.main-visual__title-news {
  width: 120px;
}
@media (max-width: 991px) {
  .main-visual__title {
    flex-flow: column;
    top: 35%;
    gap: 50px;
    width: 90%;
  }
  .main-visual__title-news {
    width: auto;
    height: 23px;
  }
}
.main-visual__copy {
  width: 50%;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  margin-right: auto;
  margin-left: 0;
  z-index: 1;
  display: block;
  text-align: center;
}
.main-visual__copy img {
  width: 100%;
  max-height: 32px;
}
.main-visual__copy.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .main-visual__copy {
    margin-right: 0;
  }
  .main-visual__copy img {
    max-height: 15px;
  }
}
.main-visual__logo {
  width: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  text-align: center;
}
.main-visual__logo img {
  width: 70%;
  max-height: 306px;
}
.main-visual__logo.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .main-visual__logo.is-show {
    position: relative;
    left: 0;
  }
}
@media (min-width: 1001px) {
  .main-visual__logo.is-center {
    opacity: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .main-visual__logo.is-right {
    left: 100%;
    top: 50%;
    transform: translate(-100%, -50%);
    transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media (max-width: 991px) {
  .main-visual__logo {
    height: 133px;
  }
}
.main-visual__bg {
  z-index: -1;
  width: 100vw;
}
@media (max-width: 991px) {
  .main-visual__bg {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.news {
  position: relative;
  margin-top: -180px;
  background: #fff;
  padding: 60px 50px 60px 80px;
}

.contents-maker {
  height: 180px;
  overflow-y: scroll;
}
.contents-maker dl {
  margin-bottom: 45px;
}
.contents-maker dt {
  margin-bottom: 16px;
}
.contents-maker dd {
  line-height: 1.8;
}

.greeting {
  position: relative;
  padding: 350px 0 200px;
}
.greeting h2 {
  text-align: left;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 6.2rem;
  line-height: 1.625;
}
.greeting p {
  font-size: 2rem;
  line-height: 3;
}
.greeting-image {
  width: 100%;
}
.greeting .col-lg-5 {
  position: relative;
  padding-left: 0;
  margin-top: 240px;
}
.greeting .col-lg-7 {
  position: relative;
  right: 0;
  padding-left: 110px;
  padding-right: 5%;
}
.greeting .col-lg-7 p {
  margin-bottom: 160px;
}
.greeting-illust__top {
  position: absolute;
  width: auto;
  height: 88px;
  right: 0;
  top: -350px;
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1), transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.greeting-illust__top.is-show {
  opacity: 1;
  transform: translateX(0);
}
.greeting-illust__bot {
  width: auto;
  height: 148px;
  display: block;
  margin-left: auto;
  margin-right: -5%;
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1), transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.greeting-illust__bot.is-show {
  opacity: 1;
  transform: translateX(0);
}

.company {
  padding: 210px 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url(../images/bg_company.jpg);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}
.company-table {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 2rem;
  color: #fff;
}
.company tr th, .company tr td {
  padding: 22px 0;
  border-bottom: 2px solid;
}
.company tr th {
  width: 140px;
  border-color: #fff;
}
.company tr td {
  width: calc(100% - 140px);
  padding-left: 45px;
  border-color: rgba(255, 255, 255, 0.4);
}
.company tr td li:first-child {
  margin-bottom: 15px;
}
.company tr td br {
  display: none;
}
.company tr td .button {
  margin-left: 18px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.button:hover {
  opacity: 0.8 !important;
  transition: all 0.3s ease;
}
.button-map {
  background-color: #392f2c;
  width: 120px;
  height: 30px;
  border-radius: 15px;
}
.button-map img {
  height: 15px;
}
.button-contact {
  width: 80vw;
  max-width: 430px;
  height: 100px;
  border-radius: 50px;
  background-color: #fff;
  margin-top: 50px;
}
.button-contact img {
  height: 22px;
}

.recruit {
  padding: 150px 0;
}
.recruit .container {
  padding: 60px 50px 60px 60px;
  background-color: #fff;
}

.contact {
  position: relative;
  color: #fff;
  background: url(../images/top_contact.svg), #46b6b7;
  background-repeat: no-repeat;
}
.contact-cont {
  text-align: center;
  padding: max(8vw, 200px) 0 80px;
}

footer {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  background-color: #392f2c;
}

@media (max-width: 991px) {
  .container {
    width: 90%;
  }
  h2 img {
    height: 84px;
  }
  .button-contact {
    width: 250px;
    height: 60px;
  }
  .button-contact img {
    height: 17px;
  }
  .main-visual__title {
    flex-flow: column;
    top: 35%;
    gap: 50px;
  }
  .main-visual__title-news {
    width: auto;
    height: 23px;
  }
  .main-visual__copy, .main-visual__logo {
    width: 90%;
    position: relative;
    left: 0;
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .main-visual__copy.is-show, .main-visual__logo.is-show {
    opacity: 1 !important;
    transform: translateY(0);
  }
  .main-visual__copy img, .main-visual__logo img {
    max-width: 250px;
  }
  .main-visual__copy {
    height: 15px;
    margin-right: 0;
  }
  .main-visual__copy img {
    width: 100%;
    max-width: 350px;
  }
  .main-visual__logo {
    height: 133px;
  }
  .main-visual__bg {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news {
    margin-top: -100px;
    padding: 30px 25px;
    font-size: 14px;
  }
  .news .row {
    gap: 25px;
  }
  .news .contents-maker {
    height: 260px;
  }
  .contents-maker dl {
    margin-bottom: 38px;
  }
  .greeting {
    margin-top: 0;
    padding: 50px 0 100px;
  }
  .greeting .row {
    gap: 60px;
  }
  .greeting .col-lg-5 {
    margin-top: 0;
  }
  .greeting .col-lg-7 {
    width: 90%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin: 0 auto;
  }
  .greeting .col-lg-7 p {
    margin-bottom: 35px;
  }
  .greeting h2 {
    font-size: 2.6rem;
    margin-bottom: 38px;
  }
  .greeting p {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  .greeting-illust__top {
    position: relative;
    top: 0;
    left: -40px;
    height: 50px;
    margin-top: 50px;
  }
  .greeting-illust__bot {
    position: relative;
    height: 88px;
    right: -75px;
  }
  .company {
    padding: 70px 0;
    background-attachment: scroll;
  }
  .company tr th, .company tr td {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 15px 0;
  }
  .company tr th {
    width: 82px;
  }
  .company tr td {
    padding-left: 15px;
  }
  .company tr td .button {
    display: flex;
    margin-top: 5px;
    margin-left: 0;
  }
  .company tr td br {
    display: block;
  }
  .company tr td li:first-child {
    margin-bottom: 0;
  }
  .recruit {
    padding: 70px 0;
    font-size: 1.4rem;
  }
  .recruit .container {
    padding: 30px 25px;
  }
  .recruit .contents-maker {
    height: 260px;
  }
  .contact-cont {
    padding: 90px 0 60px;
  }
}
.fadein-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.fadein-up.is-show {
  opacity: 1;
  transform: none;
}

.fadein-down {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.fadein-down.is-show {
  opacity: 1;
  transform: none;
}

.fadein-left {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.fadein-left.is-show {
  opacity: 1;
  transform: none;
}

.fadein-right {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.fadein-right.is-show {
  opacity: 1;
  transform: none;
}/*# sourceMappingURL=style.css.map */