@charset "UTF-8";
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "MS Pゴシック", sans-serif;
  line-height: 1.5;
  color: #212121;
}

/* common */
.sp_hide {
  display: inline-block;
}
@media (max-width: 599px) {
  .sp_hide {
    display: none;
  }
}

.content h1 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 599px) {
  .content h1 {
    font-size: 32px;
  }
}
.content h1 .rb {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  margin: 16px 0 0;
}
@media (max-width: 599px) {
  .content h1 .rb {
    font-size: 14px;
    margin: 16px 0 0;
  }
}

.i_close {
  width: 24px;
  height: 24px;
  background-image: url(../img/close.svg);
}

.i_sns {
  width: 24px;
  height: 24px;
  display: block;
}
.i_sns:hover {
  opacity: 0.6;
}

.i_pinterest {
  background-image: url(../img/pinterest.svg);
}

.i_twitter {
  background-image: url(../img/x.svg);
}

.i_instagram {
  background-image: url(../img/instagram.svg);
}

.i_facebook {
  background-image: url(../img/facebook.svg);
}

a.text_link {
  color: #616161;
  font-size: 14px;
  display: inline-block;
  position: relative;
  line-height: 1;
}
a.text_link:hover {
  color: #212121;
}

.text_link_blank {
  color: #616161;
  font-size: 14px;
  padding: 0 25px 0 0;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.text_link_blank::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/open-in-new.svg) no-repeat;
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
}
.text_link_blank:hover {
  color: #212121;
}

.site_top_bg {
  position: absolute;
  width: 100%;
}
.site_top_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  filter: brightness(0.5);
  height: 100vh;
}
@media (max-width: 599px) {
  .site_top_bg {
    height: 100svh;
    overflow: hidden;
  }
}

.text_red {
  color: #ED442C;
}

.link_btn {
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.link_btn::after {
  content: "";
  border-top: 1px solid #212121;
  width: 24px;
  position: absolute;
  height: 1px;
  right: 0;
}

nav.breadcrumbs {
  position: absolute;
  width: 100%;
  color: #FFF;
  margin: 32px 0 0;
  padding: 0 80px;
}
@media (max-width: 599px) {
  nav.breadcrumbs {
    margin: 24px 0 0;
    padding: 0 24px;
  }
}
nav.breadcrumbs ol {
  display: flex;
  max-width: 865px;
  margin: auto;
}
nav.breadcrumbs li {
  border: none;
  font-size: 12px;
  padding: 0;
  position: relative;
  line-height: 1;
}
nav.breadcrumbs li:not(:last-child) {
  margin: 0 28px 0 0;
}
nav.breadcrumbs li:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  right: -16px;
}

.anime_cov {
  overflow: hidden;
}

.anime_txt_title {
  animation: 0.75s appeat_text_title;
}

.anime_txt_rb {
  animation: 0.75s appeat_text_rb;
}

a .text_decoration::after {
  content: "";
  border-bottom: 1px solid #FFF;
  padding: 0 0 4px;
  width: 0%;
  transition: 0.3s;
  margin: auto;
  display: block;
}
a:hover .text_decoration::after {
  content: "";
  width: 100%;
  transition: 0.3s;
}
a.text_link_blank:hover .text_decoration::after, a.text_link:hover .text_decoration::after {
  border-bottom: 1px solid #ED442C;
}

/* header */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  padding: 0 80px;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
@media (max-width: 960px) {
  header {
    padding: 0 24px;
  }
}
@media (max-width: 599px) {
  header {
    padding: 0 0 0 16px;
    height: 56px;
  }
}
header .h_logo {
  width: 130px;
  height: auto;
}
@media (max-width: 599px) {
  header .h_logo {
    width: 104px;
  }
}
header nav {
  font-size: 14px;
  color: #616161;
}
header nav ul {
  display: flex;
  grid-gap: 25px;
}
header nav a {
  position: relative;
}
header nav a::after {
  content: "";
  position: relative;
  width: 0%;
  border-bottom: 1px solid #ED442C;
  transition: 0.3s;
  left: 0;
  bottom: -3px;
  display: block;
  margin: auto;
}
header nav a:hover {
  color: #212121;
}
header nav a:hover::after {
  content: "";
  position: relative;
  width: 100%;
  left: 0;
  bottom: -3px;
  transition: 0.3s;
}
header nav .here {
  position: relative;
}
header nav .rb {
  display: none;
}
@media (max-width: 960px) {
  header nav {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  header nav {
    position: absolute;
    display: none;
    font-size: 16px;
    font-weight: bold;
  }
  header nav ul {
    flex-direction: column;
    text-align: center;
    height: 100vh;
    justify-content: center;
    grid-gap: 46px;
  }
  header nav .rb {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 3px 0 0 0;
  }
}
.site_top header nav a::after {
  border-bottom: 1px solid #FFF;
}
.site_top header nav a:hover {
  color: inherit;
}
@media (min-width: 600px) {
  .site_top header nav {
    color: #FFF;
  }
}
header .nav_trg {
  display: none;
  width: 56px;
  height: 56px;
}
@media (max-width: 599px) {
  header .nav_trg {
    display: block;
  }
}
header .nav_trg img {
  margin: calc(50% - 12px);
}
header .i_close {
  display: none;
  position: absolute;
  top: 16px;
  left: 16px;
}
@media (max-width: 599px) {
  header .i_close {
    display: block;
  }
}
@media (max-width: 599px) {
  header #drawer:checked ~ nav {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}

/* main */
main.content {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 598px);
}
@media (min-width: 600px) {
  main.content {
    min-height: calc(100vh - 172px);
  }
}
@media (min-width: 600px) {
  main.content.top_page {
    min-height: calc(100svh - 172px);
    max-width: 1920px;
    margin: auto;
  }
}

.main_top {
  display: flex;
  width: 100%;
  height: 320px;
  background-size: 1920px;
  overflow: hidden;
  background-position: center;
  position: relative;
  background-size: cover;
}
@media (max-width: 599px) {
  .main_top {
    height: 240px;
    background-position: center;
  }
}
.main_top.company {
  background-image: url(../img/company_pc.jpg);
}
@media (max-width: 599px) {
  .main_top.company {
    background-image: url(../img/company_sp.jpg);
  }
}
.main_top.work {
  background-image: url(../img/work_pc.jpg);
}
@media (max-width: 599px) {
  .main_top.work {
    background-image: url(../img/work_sp.jpg);
  }
}
.main_top.access {
  background-image: url(../img/access_pc.jpg);
}
@media (max-width: 599px) {
  .main_top.access {
    background-image: url(../img/access_sp.jpg);
  }
}
.main_top.recruit {
  background-image: url(../img/recruit_pc.jpg);
}
@media (max-width: 599px) {
  .main_top.recruit {
    background-image: url(../img/recruit_sp.jpg);
  }
}
.main_top::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main_top .inner {
  position: absolute;
  margin: auto;
  width: 100%;
  max-width: 865px;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -51%);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  width: calc(100% - 160px);
}
@media (max-width: 599px) {
  .main_top .inner {
    width: calc(100% - 48px);
  }
}

.sec_wrap {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  min-height: 496px;
}
@media (max-width: 599px) {
  .sec_wrap {
    min-height: inherit;
  }
}
.sec_wrap .bg_text {
  font-weight: bold;
  position: absolute;
  top: 152px;
  left: 50%;
  font-size: 176px;
  line-height: 1;
  color: #F8F8F8;
}
@media (max-width: 599px) {
  .sec_wrap .bg_text {
    display: none;
  }
}

.content h2 {
  font-size: 32px;
}
@media (max-width: 599px) {
  .content h2 {
    font-size: 24px;
  }
}
.content section {
  position: relative;
  padding: 72px 0;
  max-width: 865px;
  width: 100%;
  width: calc(100% - 160px);
  margin: auto;
}
@media (max-width: 960px) {
  .content section {
    width: calc(100% - 48px);
    padding: 31px 0 56px;
  }
}
@media (max-width: 599px) {
  .content section {
    width: calc(100% - 32px);
  }
}
.content section h2 {
  font-weight: bold;
  margin: 0 0 16px;
}
@media (max-width: 599px) {
  .content section h2 {
    line-height: 1;
    margin: 0 0 24px;
  }
}
.content section.sec_wide {
  max-width: 1198px;
}
.content section.col_02 {
  display: grid;
  grid-gap: 40px 80px;
  max-width: 1200px;
}
@media (max-width: 960px) {
  .content section.col_02 {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .content section.col_02 {
    grid-gap: 56px;
  }
  .content section.col_02:not(:first-child) {
    padding: 72px 0;
  }
}
.content section.col_02 img {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
.content section.col_02 .txt_rb {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 12px;
  font-weight: normal;
}
.content section.col_02 .text_block {
  align-self: end;
  max-width: 564px;
}
@media (max-width: 960px) {
  .content section.col_02 .text_block {
    max-width: inherit;
  }
}
.content section.col_02 .link_btn_block {
  width: 174px;
  align-self: start;
  background: #ED442C;
  color: #FFF;
  line-height: 1;
  padding: 14px 32px;
  font-weight: bold;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  grid-gap: 10px;
}
.content section.col_02 .link_btn_block::after {
  content: "";
  background: url(../img/i-link.svg) no-repeat;
  background-size: 20px 20px;
  width: 17px;
  height: 20px;
}
.content section.col_02 .link_btn_block:hover {
  opacity: 0.8;
}
@media (max-width: 960px) {
  .content section.col_02 .link_btn_block {
    margin: auto;
  }
}
.content section.col_02 .img_work {
  margin: auto;
  max-width: 518px;
  width: 100%;
}
@media (max-width: 960px) {
  .content section.col_02.reverse {
    display: flex;
    flex-direction: column;
  }
}
.content section.col_02.reverse img {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
.content section.col_02.reverse .text_block {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}
.content section dl.inner_sec {
  width: 100%;
  padding: 24px 0;
  grid-gap: 16px 0;
  display: flex;
  flex-direction: column;
}
.content section dl.inner_sec:first-child {
  padding: 48px 0 24px;
}
.content section dl.inner_sec dt {
  width: auto;
}
.content section dl.inner_sec dd {
  line-height: 2;
}
.content section dl.inner_sec h3 {
  font-size: 18px;
  font-weight: bold;
}
.content section dl.inner_sec ul.disc {
  list-style: disc;
  padding: 0 0 0 24px;
}
.content section dl.inner_sec ul.disc li, .content section dl.inner_sec ul.disc li:last-child {
  padding: 0;
  border: inherit;
}
.content li {
  border-top: 1px solid #F5F5F5;
  padding: 28px 0 27px;
  font-size: 16px;
}
.content li:last-child:not(.map) {
  border-bottom: 1px solid #F5F5F5;
}
.content li.map {
  padding: 28px 0 0;
}
.content li.map .li_title {
  font-weight: bold;
  margin: 0 0 27px;
}
.content li dl {
  display: flex;
}
@media (max-width: 599px) {
  .content li dl {
    flex-direction: column;
    grid-gap: 6px;
  }
}
@media (max-width: 599px) {
  .content li {
    padding: 20px 0 19px;
  }
}
.content .breadcrumbs li:last-child {
  border: none;
}
.content dt {
  width: 160px;
  padding: 0 24px 0 0;
  flex-shrink: 0;
}
.content p {
  font-size: 16px;
  line-height: 2;
}
.content .col_block {
  margin: 56px 0 0;
  display: flex;
  flex-direction: row-reverse;
  grid-gap: 56px;
}
@media (max-width: 960px) {
  .content .col_block {
    flex-direction: column;
    grid-gap: 31px;
  }
}
.content .img_work {
  width: 100%;
  height: auto;
  margin: 56px 0 0;
}
@media (max-width: 960px) {
  .content .img_work {
    margin: 0;
  }
}
.content .text_flex_row {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  width: 279px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .content .text_flex_row {
    grid-gap: 20px;
    width: inherit;
  }
}
.content .text_flex_row p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .content .text_flex_row p {
    font-size: 16px;
  }
}
.content .googlemap-bw {
  width: 100%;
  max-width: 865px;
  height: 490px;
  overflow: hidden;
  position: relative;
}
.content .googlemap-bw iframe {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: 0px;
}
.content .gm-inset-map {
  display: none;
}

/* トップページ */
.site_top {
  background: #FFF;
}
@media (max-width: 599px) {
  .site_top {
    max-height: inherit;
    overflow: inherit;
  }
}
.site_top .main_cover {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
@media (max-width: 599px) {
  .site_top .content {
    min-height: calc(100vh - 56px);
  }
}
.site_top .top_title {
  padding: 0 80px;
  color: #FFF;
  bottom: 20%;
  position: absolute;
}
@media (max-width: 960px) {
  .site_top .top_title {
    bottom: calc(100svh - 80%);
    padding: 0 24px;
  }
}
@media (max-width: 599px) {
  .site_top .top_title {
    padding: 0 24px;
    bottom: calc((100svh - 168px) / 2);
  }
}
.site_top .top_title h2 {
  font-size: 64px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 960px) {
  .site_top .top_title h2 {
    font-size: 6.6666666667vw;
  }
}
@media (max-width: 599px) {
  .site_top .top_title h2 {
    font-size: 28px;
  }
}
.site_top .top_title .top_sec_lead {
  font-size: 20px;
  margin: 24px 0 0 0;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 960px) {
  .site_top .top_title .top_sec_lead {
    margin: 8px 0 0 0;
  }
}
@media (max-width: 599px) {
  .site_top .top_title .top_sec_lead {
    font-size: 14px;
    margin: 14px 0 0 0;
  }
}
.site_top .scrl_anime {
  font-size: 12px;
  display: block;
  line-height: 1;
  position: absolute;
  bottom: 40px;
  color: #FFF;
  left: 80px;
  writing-mode: vertical-rl;
}
@media (max-width: 960px) {
  .site_top .scrl_anime {
    left: 24px;
  }
}
@media (max-width: 599px) {
  .site_top .scrl_anime {
    left: 16px;
    bottom: 28px;
  }
}
@media (orientation: landscape) and (max-height: 750px) {
  .site_top .scrl_anime {
    left: 32px;
    bottom: 40px;
  }
}
.site_top .mainv_line {
  height: 37px;
  display: inline-block;
  margin: 12px 0 0;
  position: relative;
}
.site_top .mainv_line::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  animation-name: scrolldown;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes scrolldown {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* footer */
footer {
  position: relative;
  z-index: 1;
  background: #212121;
  color: #FFFFFF;
}
footer .f_bottom {
  height: 86px;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1920px;
  margin: auto;
}
@media (max-width: 960px) {
  footer .f_bottom {
    padding: 0 24px;
  }
}
@media (max-width: 599px) {
  footer .f_bottom {
    height: 107px;
    padding: 0 8px;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
footer nav ul {
  display: flex;
  grid-gap: 24px;
}
@media (max-width: 599px) {
  footer nav ul {
    grid-gap: 48px;
  }
}
footer .nav_flex_block_sp {
  display: none;
}
@media (max-width: 599px) {
  footer .nav_flex_block_sp {
    display: flex;
    flex-wrap: wrap;
  }
  footer .nav_flex_block_sp .link_btn {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 34px 0;
    text-align: center;
    border-bottom: 1px solid #535353;
  }
  footer .nav_flex_block_sp .link_btn:nth-child(2n) {
    border-left: 1px solid #535353;
  }
  footer .nav_flex_block_sp .rb {
    font-size: 13px;
    margin: 12px 0 0;
  }
}
footer copy {
  font-size: 12px;
  margin: 0 24px 0 0;
}
@media (max-width: 599px) {
  footer copy {
    margin: 0;
  }
}

/* keyframes */
@keyframes appeat_text_title {
  from {
    transform: translateY(107px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes appeat_text_rb {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes appeat_text_top_mainV {
  0% {
    background-image: url(../img/top_location_02.jpg);
  }
  50% {
    background-image: url(../img/top_company.jpg);
  }
  100% {
    background-image: url(../img/top_location_02.jpg);
  }
}/*# sourceMappingURL=style_01.css.map */