@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* 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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 1260px) {
  html {
    font-size: 0.7936507936507936vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 1.3555vw;
  }
}

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  z-index: 0;
  background-color: white;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button {
  letter-spacing: 2px;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: black;
}

.c-ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.c-ttl span {
  position: relative;
}

.c-ttl span::after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 75px);
}

.c-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1340px) {
  .c-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .c-ttl {
    font-size: 4rem;
  }
  .c-container {
    margin-left: unset;
    margin-right: unset;
  }
}

.mainVisual {
  position: relative;
  background: url(../img/fv_img.jpg) no-repeat;
  height: 70vh;
  width: 100%;
  background-size: cover;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainVisual-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainVisual-ttl span:first-child {
  font-size: 40px;
  color: white;
  font-weight: bold;
}

.mainVisual-ttl span:last-child {
  font-size: 20px;
  color: white;
  font-weight: 500;
}

.movieIntro {
  max-width: 100%;
  margin: 80px auto 80px;
}

.movieIntro-item {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.movieIntro-iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.movieIntro-iframe__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.recruitInfo {
  padding: 80px 0;
  background-color: #F5F5F5;
}

.recruitInfo-container {
  max-width: 1280px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruitInfo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.recruitInfo-wrapper__item {
  white-space: normal;
  width: 80%;
  min-width: 300px;
  max-width: 300px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
  margin: 0 20px 20px 0;
}

.recruitInfo-wrapper__item img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.recruitInfo-wrapper__salary {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.recruitInfo-wrapper__address {
  font-size: 16px;
  font-weight: 500;
}

figure {
display: table;
}

figcaption {
display: table-caption;
caption-side: bottom;
}

img {
width: 100%;
object-fit: contain;
height: auto;
}

.img-box{
max-width: 100%;
margin: 0 auto;
}

.img-box figure{
margin: 0 0 20px;
width: 100%;
display: block;
}

.img-box img {
width: 100%;
height: auto;
display: block;
margin: 0 auto;
}

figcaption {
text-align: center;
display: block;
margin-top: 8px;
font-size: 12px;
}

.company {
  padding: 80px 0;
  position: relative;
}

.company-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.company-txtArea {
  width: 700px;
}

.company-txtArea__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 0;
}

.company-txtArea__row:nth-child(2) {
  border-top: 1px solid #DDDDDD;
}

.company-txtArea__row p {
  font-size: 16px;
  font-weight: 500;
}

.company__category {
  width: 193px;
  padding-left: 10px;
}

.company__category__contents {
  width: 507px;
}

.company__img {
  width: 435px;
}

.company__img img {
  width: 435px;
  height: 435px;
}

.company__intro {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.company__intro span {
  font-size: 15px;
  font-weight: bold;
  color: #1A895B;
  margin-left: 20px;
}

.footer {
  background-color: #004A50;
  padding: 16px;
  text-align: center;
}

.footer P {
  font-size: 13px;
  color: white;
  font-weight: 400;
}

.pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  display: none;
  cursor: pointer;
}

.pagetop:hover {
  opacity: 0.9;
}

@media (max-width: 1340px) {
  .movieIntro-item {
    margin-left: 30px;
    margin-right: 30px;
  }
  .movieIntro-iframe {
    width: 33%;
  }
  .movieIntro-iframe iframe {
    width: 100%;
    height: 300px;
  }
  .company-txtArea {
    width: 60%;
  }
  .company__img {
    width: 37%;
  }
  .company__img img {
    width: 100%;
    height: 435px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}

@media (max-width: 768px) {
  .mainVisual-ttl span:first-child {
    font-size: 5rem;
  }
  .mainVisual-ttl span:last-child {
    font-size: 3rem;
  }
  .movieIntro {
    margin: 10rem 3rem;
  }
  .movieIntro-item {
    margin-left: unset;
    margin-right: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movieIntro-iframe {
    width: 100%;
    margin-bottom: 8rem;
  }
  .movieIntro-iframe:last-child {
    margin-bottom: unset;
  }
  .movieIntro-iframe__ttl {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .movieIntro-iframe iframe {
    height: 200px;
  }
  .recruitInfo {
    padding: 10rem 3rem;
  }
  .recruitInfo-container {
    margin-top: 8rem;
  }
  .company {
    padding: 10rem 3rem;
  }
  .company-item {
    margin-top: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .company__img {
    width: 100%;
  }
  .company__img img {
    height: 250px;
  }
  .company-txtArea {
    width: 100%;
    margin-top: 4rem;
  }
  .company-txtArea__row p {
    font-size: 3rem;
  }
  .company__intro {
    font-size: 4rem;
  }
  .company__intro span {
    font-size: 3rem;
  }
  .company__category {
    width: 25%;
    padding-left: unset;
  }
  .company__category__contents {
    width: 73%;
  }
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
  .pagetop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pagetop a img {
    width: 10rem;
    height: 10rem;
  }
}

.sub-main {
  background-color: #004A50;
  padding: 80px;
}

.sub-main__inner {
  background-color: white;
  padding: 80px;
  max-width: 1280px;
  margin: 0 auto;
}

.sub-main__ttl {
  font-size: 30px;
  font-weight: bold;
}

.sub-main__category {
  margin-top: 60px;
  background-color: #F5F5F5;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #004A50;
}

.sub-main__txtArea {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.8;
}

.sub-main-item {
  display: block;
  width: 100%;
}

.sub-main-item .recruitInfo-wrapper__item {
  -webkit-box-shadow: -1px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 4px 6px rgba(0, 0, 0, 0.2);
}

.backBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.backBtn__link {
  width: 400px;
  height: 80px;
  background-color: #004A50;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .sub-main {
    padding: 10rem 3rem;
  }
  .sub-main__inner {
    padding: 8rem 3rem;
  }
  .sub-main__ttl {
    font-size: 4rem;
  }
  .sub-main__category {
    margin-top: 6rem;
    font-size: 3rem;
    padding: 3rem 2rem;
  }
  .sub-main__txtArea {
    margin-top: 6rem;
    font-size: 2.8rem;
  }
  .sub-main-item .recruitInfo-container {
    margin-top: 6rem;
  }
  .backBtn {
    margin-top: 6rem;
  }
  .backBtn a {
    width: 100%;
    height: unset;
    padding: 3.5rem 0;
    font-size: 4rem;
  }
}

.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

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

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