@charset "UTF-8";

#header-container,
#footer {
  position: relative;
  z-index: 1;
}
#header-container,
.whiteArea {
  background-color: #fff;
}
.grayArea {
  background-color: #f2f2f2;
}

/* ==================================
First View
================================== */
#fv {
  max-height: 640px;
  overflow: hidden;
}
/* -------------------
EyeCatch
------------------- */
#fv .eyecatch {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-attachment: fixed;
}
#fv .eyecatch {
  height: 640px;
  position: relative;
}
/* -------------------
FirstView Copy
------------------- */
#fvCopy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10rem;
  line-height: 1em;
  padding-left: calc(calc(100vw - 1100px) / 2);
  font-weight: 400;
  font-family: "Fjalla One", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  mix-blend-mode: exclusion;
  color: #fff;
  margin-left: 20px;
}
#fvCopy .read {
  display: block;
  font-size: 0.3em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  line-height: 1em;
  padding-top: 0.5em;
}
/* -------------------
Recruit Button
------------------- */
#fv .btn_recruit {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  text-align: right;
}
#fv .btn_recruit img {
  margin-right: 20px;
  vertical-align: bottom;
}
/* ==================================
Feed - News
================================== */
#feedNews {
  background: #006880;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
#feedNews ul {
  list-style: none;
  padding-right: calc(calc(100vw - 1100px) / 2);
  padding-left: 0;
  width: 45%;
}
#feedNews li a {
  color: #fff;
  position: relative;
  padding: 20px 70px 20px 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  font-size: 0.9em;
  line-height: 1.5em;
}
#feedNews .day,
#feedNews .icon_cat {
  margin-right: 0.8em;
  display: inline-block;
}
#feedNews .icon_cat {
  background: #fff;
  color: #006880;
  display: inline-block;
  line-height: 1em;
  font-size: 0.9em;
  padding: 2px 5px 3px 5px;
}

/* 矢印 */
#feedNews .arrow,
#feedNews .arrow::after {
  display: block;
  border-top: solid #fff 2px;
}
#feedNews .arrow {
  width: 50px;
  height: 1em;
  position: absolute;
  right: 10px;
  top: 50%;
}
#feedNews .arrow::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 1px;
  transform: rotate(45deg);
  width: 8px;
  height: 5px;
}

/* 左側の白いエリア */
#feedNews .whiteArea {
  width: 55%;
  background-color: #fff;
  position: relative;
}
#feedNews .whiteArea::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 60px;
  top: -60px;
  left: 0;
  background-color: #fff;
}

/* ==================================
Top Recruit
================================== */
#top-recruit {
  position: relative;
  background-image: url(../common/img/bg_txt_recruit.gif);
  background-position: -100px 70px;
  background-repeat: repeat-x;
  background-size: 700px;
  padding: 200px 0 100px;
}

/* -------------------
Catch Copy
------------------- */
#top-recruit .catchCopy {
  padding-left: calc(calc(100vw - 1100px) / 2);
  position: absolute;
  top: -30px;
  left: 0;
  margin-left: 20px;
}
#top-recruit .catchCopy img {
  width: 100%;
  height: auto;
  max-width: 520px;
}

/* -------------------
Section
------------------- */
#top-recruit section.inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#top-recruit .txtBox,
#top-recruit .photoBox {
  width: 50%;
}
#top-recruit .txtBox {
  padding-left: calc(calc(100vw - 1100px) / 2);
}
#top-recruit .txtBox .boxIn {
  padding: 20px;
}
#top-recruit .tit_read {
  padding: 80px 0 20px;
  margin-bottom: 0.5em;
}
#top-recruit .txtBox p {
  padding: 0 0 20px;
}
#top-recruit .photoBox {
  background-image: url(../common/img/ph_recruit.jpg);
  background-position: top 30px left 30px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 32vw;
  max-height: 500px;
  position: relative;
  padding-right: calc(calc(100vw - 1100px) / 2);
}
#top-recruit .photoBox::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 500px;
  position: absolute;
  top: 30px;
  left: 30px;
}
#top-recruit .photoBox img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 0;
  top: 0;
  left: 0;
}
/* -------------------
Button
------------------- */
#top-recruit .btn_normal {
  margin-top: 20px;
}
/* ==================================
BLOG
================================== */
#blog {
  padding: 50px 0 120px;
  overflow: hidden;
}

/* -------------------
Slide
------------------- */
/* common */
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before,
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
[class^="swiper-button-"] {
  transition: all 0.3s ease;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -50px;
}
.swiper-pagination-bullet-active {
  background-color: #006880;
}
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: opacity 0.6s ease;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 70%;
  max-width: 640px;
  height: auto;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
.swiper-slide figure.tumb {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.swiper-slide figure.tumb::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

#blog .swiper-slide {
  background: #fff;
  width: 70%;
  max-width: 640px;
}
#blog .swiper-slide a {
  display: block;
  color: #000;
}

.tit_post {
  display: block;
  padding: 1.5em 1em;
  line-height: 1.5em;
}

/* None */
.blog_none {
  text-align: center;
  padding-top: 3em;
}

/* -------------------
Button
------------------- */
#blog .btn_normal {
  margin-top: 70px;
}

/* ==================================
TMG Movie
================================== */
#tmgMovie {
  height: 56.25vw;
  max-height: 400px;
  min-height: 180px;
}
#tmgMovie .videoBox {
  position: relative;
  height: 100%;
}
#tmgMovie .virdeoIn {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#tmgMovie .virdeoIn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 104, 128, 0.75);
}
#tmgMovie .videoBox video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 210vh;
  height: auto;
  max-width: none;
}

/* ==================================
Service
================================== */
#service {
  position: relative;
}
#service .wrap {
  position: relative;
  padding: 160px 0 80px;
}

/* -------------------
Title
------------------- */
#service .floatBox {
  position: absolute;
  width: 100%;
  display: block;
  margin: 0;
  padding: calc(-4.7em - 70px) 0 0;
  height: calc(4.7em + 70px);
  top: calc(-4.7em - 70px);
}
#service .whiteBox {
  width: 70%;
  max-width: 780px;
  margin: 0 auto;
  background: #fff;
  padding-top: 40px;
}

#service .floatBox .txt_read {
  padding: 0;
  color: #006880;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

/* -------------------
Service Box
------------------- */
#service .inner {
  display: flex;
  flex-wrap: wrap;
}
.serviceBox {
  padding-bottom: 40px;
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  margin-bottom: 60px;
}
.serviceBox a.link_content {
  padding: 0 20px 40px;
  display: block;
}
.serviceBox a.link_content h3 {
  text-align: center;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 20px 0;
}
.serviceBox a.link_content h3 .read {
  display: block;
  font-size: 0.6em;
  line-height: 1.5em;
}
.serviceBox a.link_content:hover {
  opacity: 0.7;
  color: #006880;
}
.serviceBox a.link_content p,
.serviceBox a.link_content:hover p {
  color: #000;
}

.serviceBox .btn_viewmore {
  position: absolute;
  bottom: 0;
  margin-left: 10px;
}

/* ==================================
Company
================================== */
#company {
  position: relative;
  padding: 120px 0;
}
#company::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#company .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#company .photoBox,
#company .txtBox {
  width: 50%;
}
#company .photoBox {
  margin: 0 0 -70px;
}
#company .photoBox img {
  margin-left: -20px;
  margin-top: -220px;
}
#company .txtBox {
  text-align: center;
  margin-top: -50px;
}
#company .txtBox .txt_read {
  color: #006880;
  font-size: 1.5em;
  line-height: 1.5em;
  display: inline-block;
}
#company .txtBox .btn_viewmore {
  text-align: left;
}

/* ==================================
RECRUIT
================================== */
#recruit {
  padding: 120px 0 0;
}
#recruit .wrap {
  background: url(../common/img/bg_recruit.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 20px;
}
#recruit p {
  color: #fff;
}
#recruit #recruitCopy {
  font-style: italic;
  font-size: 2.4em;
  line-height: 1.5em;
  padding-bottom: 20px;
}
#recruit .btn_normal {
  margin-top: 20px;
}

/* ==================================
Footer Copy
================================== */
#footerCopy {
  padding: 0 0 120px;
}
#footerCopy p {
  text-align: center;
  font-size: 3em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-weight: 700;
  font-family: "Fjalla One", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
#footerCopy .read {
  display: block;
  font-size: 0.5em;
  line-height: 1.5em;
  letter-spacing: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  font-weight: 400;
}

/* ------------------------------------------------------------------------------------

1023px以下

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 1023px) {
  /* ==================================
First View
================================== */
  #fvCopy {
    font-size: 8rem;
    line-height: 1em;
    padding-left: 60px;
  }

  /* ==================================
Feed - News
================================== */
  #feedNews ul {
    width: 55%;
  }
  #feedNews li a {
    padding: 20px 80px 20px 20px;
  }
  #feedNews .arrow {
    right: 20px;
  }

  /* 左側の白いエリア */
  #feedNews .whiteArea {
    width: 45%;
  }
  #feedNews .whiteArea::before {
    height: 30px;
    top: -30px;
  }

  /* ==================================
Intern
================================== */
  #top-recruit {
    background-size: 90%;
    background-position: -100px 170px;
    padding: 280px 0 100px;
  }
  #top-recruit::before {
    width: 55%;
  }
  #top-recruit .catchCopy {
    padding-left: 60px;
    top: 40px;
  }

  #top-recruit .tit_read {
    padding: 20px 0 0;
  }
  #top-recruit .txtBox p {
    padding: 0;
  }

  #top-recruit .photoBox {
    background-image: none;
  }
  #top-recruit .photoBox::before {
    content: none;
  }

  /* ==================================
TMG Movie
================================== */
  #tmgMovie .virdeoIn {
    position: absolute;
  }
  #tmgMovie .videoBox video {
    width: 100vw;
    height: auto;
  }

  /* ==================================
Service
================================== */

  /* -------------------
Title
------------------- */
  #service .floatBox .txt_read br.pc {
    display: block;
  }

  /* ==================================
Company
================================== */
  #company .txtBox .txt_read br.pc {
    display: block;
  }
  #company .photoBox img {
    margin-top: -150px;
  }
  #company .txtBox {
    text-align: center;
    margin-top: -70px;
  }
}

/* ------------------------------------------------------------------------------------

834px以下

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 834px) {
  /* ==================================
First View
================================== */
  #fv {
    max-height: 360px;
  }
  #fv .eyecatch {
    height: 360px;
    background-attachment: scroll;
  }
  #fvCopy {
    font-size: 12vw;
    line-height: 1em;
    padding-left: 60px;
  }

  /* ==================================
Feed - News
================================== */
  #feedNews {
    padding: 0;
  }
  #feedNews ul {
    padding-right: 0;
    width: 100%;
  }
  #feedNews li a {
    flex-wrap: wrap;
  }

  /* 左側の白いエリア */
  #feedNews .whiteArea {
    display: none;
  }
  #feedNews .whiteArea::before {
    content: none;
  }

  /* ==================================
Intern
================================== */
  #top-recruit {
    background-position: -100px 24vw;
    padding: 30px 0 70px;
  }
  #top-recruit::before {
    content: none;
  }

  #top-recruit .catchCopy {
    width: 70vw;
    margin-left: 0;
    margin: 30px 0 50px;
    position: static;
  }
  #top-recruit section.inner {
    display: block;
    background-image: url(../common/img/ph_recruit.jpg);
    background-position: top left 30px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10vw;
    margin-bottom: 0;
  }
  #top-recruit .txtBox {
    width: 80%;
    padding-left: 0;
    background: rgba(255, 255, 255, 0.8);
    margin: 15vw auto 0;
  }
  #top-recruit .photoBox {
    height: 0;
  }
  #top-recruit .photoBox img {
    display: none;
  }

  /* ==================================
BLOG
================================== */
  #blog {
    padding: 50px 0 70px;
  }

  /* ==================================
Service
================================== */
  #service .wrap {
    padding: 120px 20px 20px;
  }

  /* -------------------
Title
------------------- */
  #service .floatBox {
    top: -4.7em;
  }
  #service .whiteBox {
    width: 80%;
  }

  #service .floatBox .txt_read {
    padding: 0;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5em;
  }
  #service .floatBox .txt_read br.pc {
    display: none;
  }

  /* -------------------
Service Box
------------------- */
  .serviceBox {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  .serviceBox a.link_content {
    padding: 0;
  }
  .serviceBox .btn_viewmore {
    position: static;
  }

  /* ==================================
Company
================================== */
  #company {
    padding: 80px 0;
  }
  #company .wrap {
    padding: 0 20px;
  }
  #company .photoBox,
  #company .txtBox {
    width: 100%;
  }
  #company .photoBox {
    order: 1;
    position: relative;
    margin: -20px 0 0;
  }
  #company .photoBox img {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: -40px;
    margin-left: 0;
  }
  #company .txtBox {
    z-index: 1;
    padding-bottom: 90px;
    padding-top: 60px;
  }
  #company .txtBox .txt_read {
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 4px #fff, -2px 2px 4px #fff, 2px -2px 4px #fff,
      -2px -2px 4px #fff, 2px 0px 4px #fff, 0px 2px 4px #fff, -2px 0px 4px #fff,
      0px -2px 4px #fff;
  }
  #company .txtBox .btn_viewmore {
    text-align: center;
  }
  #company .txtBox .btn_viewmore a {
    background-color: rgba(255, 255, 255, 0.7);
  }

  /* ==================================
RECRUIT
================================== */
  #recruit {
    padding: 0;
  }
  #recruit p {
    text-align: left;
  }
  #recruit #recruitCopy {
    font-size: 1.8em;
    line-height: 1.5em;
    padding-bottom: 1em;
    text-align: center;
  }

  /* ==================================
Footer Copy
================================== */
  #footerCopy {
    padding: 0 0 90px;
  }
  #footerCopy p {
    font-size: 7vw;
    line-height: 1.5em;
  }
}

/* ------------------------------------------------------------------------------------

480px以下

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  /* ==================================
First View
================================== */
  #fv {
    max-height: 240px;
  }
  #fv .eyecatch {
    height: 240px;
  }

  #fvCopy {
    font-size: 13vw;
    line-height: 1em;
    padding-left: 20px;
    height: 240px;
    padding-top: 60px;
  }
  #fv .btn_recruit {
    bottom: 10px;
  }
  #fv .btn_recruit img {
    margin-right: 10px;
    width: 100px;
    height: 100px;
  }
  /* ==================================
Intern
================================== */
  #top-recruit {
    padding: 0 0 70px;
    background-position: -100px 14vw;
  }
  #top-recruit .catchCopy {
    margin: 0 0 20px;
    padding-left: 20px;
    padding-top: 30px;
  }
  #top-recruit section.inner {
    background-size: contain;
    padding-top: 100px;
  }
  #top-recruit .txtBox {
    width: 90%;
    padding-left: 0;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
  }

  /* ==================================
Service
================================== */

  /* -------------------
Title
------------------- */
  #service .floatBox .txt_read {
    font-size: 1em;
    line-height: 1.5em;
  }

  /* -------------------
Service Box
------------------- */
  .serviceBox a.link_content h3 {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  /* ==================================
Company
================================== */
  #company {
    padding: 60px 0;
  }
  #company .photoBox img {
    bottom: 20px;
    width: 70%;
  }

  /* ==================================
Footer Copy
================================== */
  #footerCopy {
    /*padding: 0 0 70px;*/
    padding: 0 0 100px;
  }
}
