@charset "UTF-8";
/*reset*/
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: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
// form
input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
*/
/*
font-weight: 400;
font-style: normal;
*/
/* DemiLight
font-weight: 300;
font-style: normal;
*/
/*
font-weight: 500;
font-style: normal;
*/
/*
font-weight: 700;
font-style: normal;
*/
.bold {
  font-weight: bold;
}

.red {
  color: #EB1C24;
}

.no_disp {
  display: none !important;
}

.objfit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  font-family: MyYuGothicM, YuGothic, Meiryo, メイリオ, Noto Sans Japanese, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ\ Ｐゴシック, sans-serif;
  font-weight: 500;
  width: 100%;
  color: #1A1A1A;
  position: relative;
  padding-bottom: 80px;
}

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

.sp {
  display: none !important;
}

@media screen and (max-width: 720px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 0.8;
}

a[target="_blank"]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  /*指定しないと表示されない*/
  padding-left: 0.8em;
  /*文字とアイコンの間に隙間*/
}

#footer {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #a1a1a1;
          box-shadow: 0px 0px 5px 0px #a1a1a1;
  z-index: 6;
  width: 100%;
  position: fixed;
  bottom: -110px;
  height: 70px;
  padding: 10px 0px 0px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#footer.is-show {
  bottom: 0;
  opacity: 1;
}

#footer .footer_wrap {
  width: calc(100% - 40px);
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1900px;
}

#footer .footer_wrap .footer_logo {
  width: 175px;
}

#footer .footer_wrap .footer_wrap_low1 {
  letter-spacing: 1.3px;
  font-size: 16px;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#footer .footer_wrap .footer_wrap_low1 h1 {
  padding: 0 50px;
  font-size: 16px;
  font-weight: bold;
}

#footer .footer_wrap .footer_wrap_low1 a {
  color: #000;
  text-decoration: none;
}

#footer .footer_wrap .footer_wrap_low1 .dli-chevron-left {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
  margin-right: 10px;
  position: relative;
  top: -1px;
}

#footer .footer_wrap .footer_wrap_low1 .dli-chevron-right {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(25%) rotate(45deg);
          transform: translateX(25%) rotate(45deg);
  margin-right: 10px;
  position: relative;
  top: -1px;
}

#footer .footer_wrap .footer_wrap_low2 {
  width: 175px;
}

#footer .footer_wrap .footer_wrap_low2 ul {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: auto;
  text-decoration: none;
}

#footer .footer_wrap .footer_wrap_low2 ul li {
  margin-left: 30px;
}

#footer .footer_wrap .footer_wrap_low2 ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  margin: 20px auto;
  display: block;
  position: relative;
}

#footer .footer_wrap .footer_wrap_low2 ul li a::before {
  width: 0;
  height: 2px;
  content: "";
  display: inline-block;
  background: #1a1a1a;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transition: .3s;
  transition: .3s;
}

#footer .footer_wrap .footer_wrap_low2 ul li a::after {
  width: 0;
  height: 2px;
  content: "";
  display: inline-block;
  background: #1a1a1a;
  position: absolute;
  right: 50%;
  bottom: -5px;
  -webkit-transition: .3s;
  transition: .3s;
}

#footer .footer_wrap .footer_wrap_low2 ul li a:hover::before, #footer .footer_wrap .footer_wrap_low2 ul li a.active::before {
  width: 19px;
}

#footer .footer_wrap .footer_wrap_low2 ul li a:hover::after, #footer .footer_wrap .footer_wrap_low2 ul li a.active::after {
  width: 19px;
}

#top .movie_area {
  width: 100%;
  height: 100vh;
}

#top .movie_area .mv_wrap {
  width: auto;
  height: 100vh;
}

#top .movie_area .mv_wrap .mv_img {
  width: 100%;
  height: 100vh;
  position: absolute;
}

#top .movie_area .mv_wrap .mv_img .object-fit-cov-b {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

#top .movie_area .mv_wrap .mv {
  width: 100%;
  height: 100vh;
  position: absolute;
}

#top .movie_area .mv_wrap .mv::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: -webkit-radial-gradient(black 20%, transparent 20%), -webkit-radial-gradient(black 20%, transparent 20%);
  background-image: radial-gradient(black 20%, transparent 20%), radial-gradient(black 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}

#top .movie_area .mv_wrap .mv #bg-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

#top .movie_area .movie_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  /* 垂直方向の中央揃え */
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#top .movie_area .movie_text h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: #000 1px 0 10px;
}

#top .movie_area::after {
  content: "";
  display: block;
  height: 100vh;
  background-size: cover;
  position: absolute;
  background-position: right;
  top: 0;
  right: 0;
  width: calc(338/1920 * 100%);
  background: -webkit-repeating-linear-gradient(315deg, #797373, #797373 11px, #ffffff00 11px, #ffffff00 22px);
  background: repeating-linear-gradient(135deg, #797373, #797373 11px, #ffffff00 11px, #ffffff00 22px);
  max-width: 338px;
}

#top #epc {
  padding: 0 0 0;
  z-index: 2;
  position: relative;
  background: #fff;
}

#top #epc .epc_inner_wrap {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1460px;
  padding: 80px 20px 60px;
}

#top #epc .epc_inner_wrap .epc_title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
}

#top #epc .epc_inner_wrap .epc_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/epc_img.jpg) no-repeat;
  background-position: 0% 34%;
  background-size: 50%;
}

#top #epc .epc_inner_wrap .epc_content .epc_image_area, #top #epc .epc_inner_wrap .epc_content .epc_text_area {
  width: 50%;
}

#top #epc .epc_inner_wrap .epc_content .epc_text_area {
  font-size: 20px;
  text-align: right;
  line-height: 30px;
  width: 70%;
}

#top #epc .epc_inner_wrap .epc_content .epc_text_area p {
  margin-bottom: 16px;
}

#top #epc .epc_inner_wrap .epc_content .epc_text_area p:last-child {
  margin-bottom: 0;
}

#top #epc .epc_inner_wrap .epc_content .epc_text_area .epc_text_jp {
  margin-bottom: 60px;
}

#top #info {
  z-index: 2;
  position: relative;
  background: #231815;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

#top #info .info_inner_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1460px;
  padding: 80px 20px 60px;
}

#top #info .info_area_left {
  width: calc((560/1460)*100%);
}

#top #info .info_area_right {
  width: calc((900/1460)*100%);
}

#top #info .info_area_col {
  margin-bottom: 50px;
  pointer-events: none;
}

#top #info h3 {
  margin-bottom: 10px;
  font-weight: bold;
}

#top #info a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

#top #info a.telephone-none {
  pointer-events: none;
  margin-bottom: 0px;
}

#top #info .info_map {
  margin-bottom: 20px;
  width: 100%;
  height: 430px;
  position: relative;
  overflow: hidden;
}

#top #info .info_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  top: -200px;
}

#top #recruit {
  z-index: 2;
  position: relative;
  background: url(../img/recruit_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920 / 1044;
  color: #fff;
  padding: 115px 0 0;
}

#top #recruit a {
  text-decoration: none;
  color: #fff;
}

#top #recruit .recruit_inner_wrap {
  width: calc(100% - 40px);
  max-width: 1460px;
  margin: auto;
  padding: 0 0;
  height: calc(100% - 115px);
  position: relative;
}

#top #recruit .recruit_title {
  font-size: 24px;
  margin-bottom: 20px;
}

#top #recruit .recruit_content .recruit_text_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
}

#top #recruit .recruit_content .recruit_text_area::after {
  display: block;
  content: "";
  background: url(../img/underconstruction.svg) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: relative;
  top: 13px;
  left: 10px;
}

#top #recruit .recruit_image_area {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 26.7%;
  height: auto;
}

#top #recruit .recruit_image_area .recruit_image_area_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#top #recruit .recruit_image_area .recruit_image_area_wrap .recruit_image_1, #top #recruit .recruit_image_area .recruit_image_area_wrap .recruit_image_2 {
  margin: 10px 0;
}

#top #recruit .recruit_image_area .recruit_image_area_wrap .recruit_image_1 {
  width: 100%;
  background: url(../img/recruit_01.jpg) no-repeat;
  background-size: cover;
  aspect-ratio: 389/259;
  display: block;
}

#top #recruit .recruit_image_area .recruit_image_area_wrap .recruit_image_2 {
  width: 100%;
  background: url(../img/recruit_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 389/170;
  display: block;
}

#top #recruit .recruit_image_area .recruit_image_area_wrap img {
  width: 386px;
  margin: 10px 0;
}

#work .c-bnr {
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  display: inline-block;
  width: 190px;
  height: 190px;
}

#work .c-bnr.effect_obj {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  -webkit-animation: anim-out .2s ease-out forwards;
          animation: anim-out .2s ease-out forwards;
}

#work .c-bnr.effect_obj:hover {
  -webkit-animation: anim .6s ease-out forwards;
          animation: anim .6s ease-out forwards;
}

#work .c-bnr.effect_obj::before,
#work .c-bnr.effect_obj::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

#work .c-bnr.effect_obj::before {
  background: #ffffff33;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

#work .c-bnr.effect_obj.rec_link::after {
  color: #000;
  content: "RECRUIT";
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#work .c-bnr.effect_obj.rec_link.collabo::after {
  content: "協業会社募集";
}

#work .c-bnr.effect_obj:hover::after {
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}

#work .c-bnr.effect_obj:hover::before,
#work .c-bnr.effect_obj:hover::after {
  opacity: 1;
}

@-webkit-keyframes anim {
  0% {
    border-radius: 50%;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  20% {
    border-radius: 26%;
    -webkit-transform: rotate(45deg) scale(1.1);
            transform: rotate(45deg) scale(1.1);
  }
  50% {
    border-radius: 40%;
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
  60% {
    border-radius: 50%;
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
  100% {
    border-radius: 50%;
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
}

@keyframes anim {
  0% {
    border-radius: 50%;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  20% {
    border-radius: 26%;
    -webkit-transform: rotate(45deg) scale(1.1);
            transform: rotate(45deg) scale(1.1);
  }
  50% {
    border-radius: 40%;
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
  60% {
    border-radius: 50%;
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
  100% {
    border-radius: 50%;
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
}

@-webkit-keyframes anim-out {
  0% {
    border-radius: 50%;
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
  100% {
    border-radius: 50%;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
}

@keyframes anim-out {
  0% {
    border-radius: 50%;
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
  100% {
    border-radius: 50%;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
}

#work .contents_wrap {
  margin-bottom: 80px;
}

#work .contents {
  max-width: 1300px;
  padding: 50px 0 0;
  margin: 0 auto 0;
  color: #1a1a1a;
}

#work .contents .work_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#work .contents .work_list .effect_obj {
  margin: 0 35px 50px;
}

#work .contents .work_list .effect_obj.rec_link {
  border: solid 2px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#work .contents .work_list .effect_obj.info_link {
  border: solid 2px #727171;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#work .contents .work_list .img_area {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg) scale(1.2);
          transform: rotate(-45deg) scale(1.2);
}

#work .contents .work_list .img_01 {
  background: url(../img/work_01/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_02 {
  background: url(../img/work_02/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_03 {
  background: url(../img/work_03/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_04 {
  background: url(../img/work_04/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_05 {
  background: url(../img/work_05/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_06 {
  background: url(../img/work_06/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_07 {
  background: url(../img/work_07/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_08 {
  background: url(../img/work_08/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_09 {
  background: url(../img/work_09/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_10 {
  background: url(../img/work_10/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_11 {
  background: url(../img/work_11/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_12 {
  background: url(../img/work_12/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_13 {
  background: url(../img/work_13/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_14 {
  background: url(../img/work_14/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_15 {
  background: url(../img/work_15/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_16 {
  background: url(../img/work_16/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_17 {
  background: url(../img/work_17/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_18 {
  background: url(../img/work_18/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_19 {
  background: url(../img/work_19/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_20 {
  background: url(../img/work_20/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_21 {
  background: url(../img/work_21/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_22 {
  background: url(../img/work_22/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_23 {
  background: url(../img/work_23/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_24 {
  background: url(../img/work_24/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_25 {
  background: url(../img/work_25/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_26 {
  background: url(../img/work_26/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_27 {
  background: url(../img/work_27/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_28 {
  background: url(../img/work_28/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_29 {
  background: url(../img/work_29/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_30 {
  background: url(../img/work_30/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_31 {
  background: url(../img/work_31/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_32 {
  background: url(../img/work_32/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_33 {
  background: url(../img/work_33/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_34 {
  background: url(../img/work_34/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_35 {
  background: url(../img/work_35/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_36 {
  background: url(../img/work_36/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_37 {
  background: url(../img/work_37/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_38 {
  background: url(../img/work_38/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_39 {
  background: url(../img/work_39/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_40 {
  background: url(../img/work_40/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_41 {
  background: url(../img/work_41/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_42 {
  background: url(../img/work_42/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_43 {
  background: url(../img/work_43/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_44 {
  background: url(../img/work_44/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_45 {
  background: url(../img/work_45/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_46 {
  background: url(../img/work_46/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_47 {
  background: url(../img/work_47/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_48 {
  background: url(../img/work_48/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_49 {
  background: url(../img/work_49/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_50 {
  background: url(../img/work_50/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_51 {
  background: url(../img/work_51/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_52 {
  background: url(../img/work_52/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_53 {
  background: url(../img/work_53/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_54 {
  background: url(../img/work_54/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_55 {
  background: url(../img/work_55/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_56 {
  background: url(../img/work_56/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_57 {
  background: url(../img/work_57/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_58 {
  background: url(../img/work_58/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_59 {
  background: url(../img/work_59/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_60 {
  background: url(../img/work_60/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_61 {
  background: url(../img/work_61/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_62 {
  background: url(../img/work_62/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_63 {
  background: url(../img/work_63/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_64 {
  background: url(../img/work_64/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_65 {
  background: url(../img/work_65/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_66 {
  background: url(../img/work_66/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_67 {
  background: url(../img/work_67/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_68 {
  background: url(../img/work_68/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_69 {
  background: url(../img/work_69/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_70 {
  background: url(../img/work_70/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_71 {
  background: url(../img/work_71/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_72 {
  background: url(../img/work_72/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_73 {
  background: url(../img/work_73/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_74 {
  background: url(../img/work_74/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_75 {
  background: url(../img/work_75/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_76 {
  background: url(../img/work_76/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_77 {
  background: url(../img/work_77/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_78 {
  background: url(../img/work_78/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_79 {
  background: url(../img/work_79/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_80 {
  background: url(../img/work_80/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_81 {
  background: url(../img/work_81/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_82 {
  background: url(../img/work_82/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_83 {
  background: url(../img/work_83/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_84 {
  background: url(../img/work_84/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_85 {
  background: url(../img/work_85/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_86 {
  background: url(../img/work_86/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_87 {
  background: url(../img/work_87/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_88 {
  background: url(../img/work_88/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_89 {
  background: url(../img/work_89/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_90 {
  background: url(../img/work_90/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_91 {
  background: url(../img/work_91/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_92 {
  background: url(../img/work_92/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_93 {
  background: url(../img/work_93/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_94 {
  background: url(../img/work_94/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_95 {
  background: url(../img/work_95/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_96 {
  background: url(../img/work_96/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_97 {
  background: url(../img/work_97/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_98 {
  background: url(../img/work_98/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_99 {
  background: url(../img/work_99/thumbnail_00.jpg) no-repeat center center/cover;
}

#work .contents .work_list .img_info_link {
  background: url(../img/worklist_aboutus.svg) no-repeat center center/cover;
  background-size: 130px 130px;
}

#work-detail .contents {
  max-width: 1200px;
  padding: 50px 0 0;
  margin: 0 auto 0;
  color: #1a1a1a;
}

#work-detail .contents .contents_img {
  margin-bottom: 110px;
}

#work-detail .contents .contents_title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 60px;
}

#work-detail .contents .contents_text {
  font-size: 16px;
  line-height: 1.75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 80px;
}

#work-detail .contents .contents_text p {
  margin-bottom: 30px;
}

#work-detail .contents .contents_text .contents_text_jp, #work-detail .contents .contents_text .contents_text_en {
  width: 47%;
}

#work-detail .thumbnail_area {
  background-color: #f5f5f7;
  padding: 75px 0 150px;
}

#work-detail .thumbnail_area .thumbnail_area_inner {
  max-width: 1275px;
  margin: auto;
}

#work-detail .thumbnail_area .thumbnail_area_inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#work-detail .thumbnail_area .thumbnail_area_inner ul li {
  width: 350px;
  margin: 0 calc(75px/2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 233px;
}

#work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_2nd {
  margin: 80px auto 0;
  width: auto;
}

#work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_2nd.col_1 {
  padding: 0 425px;
}

#work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_2nd.col_2 {
  padding: 0 calc((1200px - 350px) / 4);
}

#work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_text {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin-top: 50px;
}

@media screen and (min-width: 721px) and (max-width: 1300px) {
  #work .c-bnr {
    width: 15.38462vw;
    height: 15.38462vw;
  }
  #work .contents .work_list .effect_obj {
    margin: 0 4.80769vw 3.07692vw;
  }
  #work-detail .thumbnail_area {
    padding: 5.76923vw 0 11.53846vw;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner ul li {
    width: 26.92308vw;
    margin: 0 2.88462vw;
    height: 17.92308vw;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_2nd {
    margin: 6.15385vw auto 0;
    width: auto;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_2nd.col_1 {
    padding: 0 32.69231vw;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_2nd.col_2 {
    padding: 0 calc(65.38462vw / 4);
  }
  #work-detail .contents .contents_text p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 720px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .el_humburger {
    right: 4.16667vw;
    top: 4.58333vw;
    position: absolute;
    width: 6.25vw;
    height: 6.25vw;
    padding-top: 1.66667vw;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .el_humburger > span {
    display: block;
    width: 5vw;
    margin: 0 auto 0.97222vw;
    height: 0.55556vw;
    background: #000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen .el_humburger > span.top {
    -webkit-transform: translateY(1.52778vw) rotate(-45deg);
            transform: translateY(1.52778vw) rotate(-45deg);
    background: #fff;
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger > span.bottom {
    -webkit-transform: translateY(-1.52778vw) rotate(45deg);
            transform: translateY(-1.52778vw) rotate(45deg);
    background: #fff;
  }
  .el_humburgerButton__close > span {
    display: block;
    width: 18px;
    margin: 0 auto;
    height: 2px;
    background: #fff;
  }
  /*ナビゲーション*/
  .navigation {
    display: none;
  }
  .navigation.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
  }
  .navigation_screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #231815;
    z-index: 0;
    margin-top: 0px;
    padding-top: 0px;
    overflow: auto;
  }
  .navigation_wrapper {
    padding: 0 0 0vw;
    text-align: center;
    position: relative;
    top: 22.22222vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 90%;
  }
  .navigation_item {
    line-height: 13.88889vw;
    margin: 2.77778vw 0;
  }
  .navigation_item > a {
    color: #fff;
    text-decoration: none;
    font-size: 5.55556vw;
    font-weight: 700;
  }
  .js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  body {
    width: 100%;
    min-width: auto;
    padding-bottom: 0;
  }
  body.js_humburgerOpen #header {
    opacity: 1 !important;
    top: 0 !important;
  }
  body #header {
    height: 16.66667vw;
    min-width: auto;
    position: fixed;
    z-index: 10;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 1.38889vw #a1a1a1;
            box-shadow: 0px 0px 1.38889vw #a1a1a1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: -18.05556vw;
  }
  body #header.is-show-header {
    opacity: 1;
    top: 0;
  }
  body #header .header_wrap {
    min-width: auto;
    max-width: 100%;
    z-index: 10;
  }
  body #header .header_wrap .header_logo {
    position: absolute;
    width: 36.11111vw;
    position: absolute;
    top: 7.22222vw;
    left: 4.16667vw;
    z-index: 11;
  }
  body #header .header_wrap .header_wrap_low1 {
    display: block;
  }
  body #header .header_wrap .header_wrap_low1 .header_logo_wrap {
    display: block;
    position: absolute;
    width: auto;
  }
  body #header .header_wrap .header_wrap_low1 .header_logo_wrap .header_link {
    width: 24.86111vw;
    height: 8.75vw;
    display: block;
    padding: 3.61111vw 0 0 3.61111vw;
  }
  body #header .header_wrap .header_wrap_low1 .header_center_text {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 4.16667vw;
    line-height: 5.41667vw;
    margin-top: 2.36111vw;
  }
  #link_area .link_area_wrap {
    display: block;
    padding: 0;
  }
  #link_area .link_title {
    font-size: 4.30556vw;
    padding: 5.83333vw 0;
    display: block;
    text-align: center;
  }
  #link_area .banner_wrap {
    margin: auto;
    height: auto;
    width: 89.16667vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 3.33333vw;
  }
  #link_area .banner_wrap a {
    margin: 0 0 4.16667vw;
  }
  #link_area .banner_wrap img {
    width: 41.66667vw;
    height: 16.66667vw;
  }
  #footer {
    -webkit-box-shadow: 0px 0px 0.69444vw 0px #a1a1a1;
            box-shadow: 0px 0px 0.69444vw 0px #a1a1a1;
    bottom: -15.27778vw;
    height: 16.66667vw;
    padding: 1.38889vw 0px 0px;
  }
  #footer .footer_wrap {
    width: 90%;
    height: 100%;
  }
  #footer .footer_wrap .footer_logo {
    display: none;
  }
  #footer .footer_wrap .footer_wrap_low1 {
    letter-spacing: 0.18056vw;
    font-size: 3.61111vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #footer .footer_wrap .footer_wrap_low1 h1 {
    display: none;
  }
  #footer .footer_wrap .footer_wrap_low1 .prev, #footer .footer_wrap .footer_wrap_low1 .next {
    height: 100%;
    display: table;
  }
  #footer .footer_wrap .footer_wrap_low1 a {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
  }
  #footer .footer_wrap .footer_wrap_low1 .dli-chevron-left {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 1.52778vw;
    height: 1.52778vw;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(25%) rotate(-135deg);
            transform: translateX(25%) rotate(-135deg);
    margin-right: 1.80556vw;
    position: relative;
    top: 0;
  }
  #footer .footer_wrap .footer_wrap_low1 .dli-chevron-right {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 1.52778vw;
    height: 1.52778vw;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(25%) rotate(45deg);
            transform: translateX(25%) rotate(45deg);
    margin-right: 1.80556vw;
    position: relative;
    top: 0;
  }
  #footer .footer_wrap .footer_wrap_low2 {
    display: none;
    width: 175px;
  }
  #footer .footer_wrap .footer_wrap_low2 ul {
    width: 100%;
    max-width: 1000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: auto;
    text-decoration: none;
  }
  #footer .footer_wrap .footer_wrap_low2 ul li {
    margin-left: 30px;
  }
  #footer .footer_wrap .footer_wrap_low2 ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    margin: 20px auto;
    display: block;
    position: relative;
  }
  #footer .footer_wrap .footer_wrap_low2 ul li a::before {
    width: 0;
    height: 2px;
    content: "";
    display: inline-block;
    background: #1a1a1a;
    position: absolute;
    left: 50%;
    bottom: -5px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #footer .footer_wrap .footer_wrap_low2 ul li a::after {
    width: 0;
    height: 2px;
    content: "";
    display: inline-block;
    background: #1a1a1a;
    position: absolute;
    right: 50%;
    bottom: -5px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #footer .footer_wrap .footer_wrap_low2 ul li a:hover::before, #footer .footer_wrap .footer_wrap_low2 ul li a.active::before {
    width: 19px;
  }
  #footer .footer_wrap .footer_wrap_low2 ul li a:hover::after, #footer .footer_wrap .footer_wrap_low2 ul li a.active::after {
    width: 19px;
  }
  #top .movie_area .mv_wrap .mv::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-radial-gradient(black 20%, transparent 20%), -webkit-radial-gradient(black 20%, transparent 20%);
    background-image: radial-gradient(black 20%, transparent 20%), radial-gradient(black 20%, transparent 20%);
    background-size: 0.83333vw 0.83333vw;
    background-position: 0 0, 0.41667vw 0.41667vw;
  }
  #top .movie_area .movie_text {
    z-index: 1;
  }
  #top .movie_area .movie_text h1 img {
    width: 80vw;
    margin: auto;
    padding-left: 5vw;
  }
  #top .movie_area::after {
    content: "";
    display: block;
    height: 100vh;
    background-size: cover;
    position: absolute;
    background-position: right;
    top: 0;
    right: 0;
    width: calc(338/1920 * 100%);
    background: -webkit-repeating-linear-gradient(315deg, #797373, #797373 1.52778vw, #ffffff00 1.52778vw, #ffffff00 3.05556vw);
    background: repeating-linear-gradient(135deg, #797373, #797373 1.52778vw, #ffffff00 1.52778vw, #ffffff00 3.05556vw);
    max-width: 9.02778vw;
  }
  #top #epc .epc_inner_wrap {
    width: calc(100% - 5.55556vw);
    max-width: 100vw;
    padding: 16.66667vw 0 16.66667vw;
  }
  #top #epc .epc_inner_wrap .epc_title {
    font-size: 5.55556vw;
    text-align: center;
    margin-bottom: 5.55556vw;
  }
  #top #epc .epc_inner_wrap .epc_content {
    display: block;
    background: url(../img/epc_img.jpg) no-repeat;
    background-position: top center;
    background-size: 100%;
    padding-top: 73.61111vw;
  }
  #top #epc .epc_inner_wrap .epc_content .epc_image_area, #top #epc .epc_inner_wrap .epc_content .epc_text_area {
    width: 100%;
  }
  #top #epc .epc_inner_wrap .epc_content .epc_text_area {
    font-size: 3.47222vw;
    text-align: center;
    line-height: 5vw;
    width: 100%;
  }
  #top #epc .epc_inner_wrap .epc_content .epc_text_area p {
    margin-bottom: 5.55556vw;
  }
  #top #epc .epc_inner_wrap .epc_content .epc_text_area .epc_text_jp {
    margin-bottom: 11.11111vw;
  }
  #top #info {
    font-size: 3.88889vw;
    line-height: 5.55556vw;
  }
  #top #info .info_inner_wrap {
    width: 100%;
    display: block;
    width: calc(100% - 5.55556vw);
    padding: 11.11111vw 0 13.88889vw;
    margin: auto;
  }
  #top #info .info_area_left {
    width: 100%;
  }
  #top #info .info_area_right {
    width: 100%;
  }
  #top #info .info_area_col {
    margin-bottom: 6.94444vw;
  }
  #top #info .info_area_col li {
    margin-bottom: 2.77778vw;
  }
  #top #info h3 {
    margin-bottom: 2.77778vw;
    font-size: 4.44444vw;
  }
  #top #info a {
    margin-bottom: 2.77778vw;
  }
  #top #info .info_map {
    margin-bottom: 2.77778vw;
    aspect-ratio: 16/9;
    height: auto;
  }
  #top #info .info_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 111.11111vw;
    top: -27.77778vw;
  }
  #top #recruit {
    padding: 0 0;
    aspect-ratio: 720 / 800;
    background-position: center;
  }
  #top #recruit .recruit_inner_wrap {
    width: calc(100% - 5.55556vw);
    height: 100%;
  }
  #top #recruit .recruit_title {
    font-size: 5.55556vw;
    margin: 0 0 5.55556vw 0;
    padding-top: 13.88889vw;
  }
  #top #recruit .recruit_content .recruit_text_area {
    font-size: 4.16667vw;
  }
  #top #recruit .recruit_content .recruit_text_area::after {
    display: block;
    content: "";
    background: url(../img/underconstruction.svg) no-repeat;
    background-size: contain;
    width: 16.66667vw;
    height: 16.66667vw;
    position: relative;
    top: 1.80556vw;
    left: 1.38889vw;
  }
  #top #recruit .recruit_image_area {
    width: 34%;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  #top #recruit .recruit_image_area .recruit_image_area_wrap .recruit_image_1, #top #recruit .recruit_image_area .recruit_image_area_wrap .recruit_image_2 {
    margin: 2.77778vw 0;
    -webkit-box-shadow: 0px 0px 0.55556vw;
            box-shadow: 0px 0px 0.55556vw;
  }
  #top #recruit .recruit_image_area .recruit_image_area_wrap .recruit_image_1 {
    width: 100%;
    background: url(../img/recruit_01.jpg) no-repeat;
    background-size: cover;
    aspect-ratio: 389/259;
    display: block;
  }
  #top #recruit .recruit_image_area .recruit_image_area_wrap .recruit_image_2 {
    width: 100%;
    background: url(../img/recruit_02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 389/170;
    display: block;
  }
  #work .c-bnr {
    width: 33.33333vw;
    height: 33.33333vw;
  }
  #work .contents {
    padding: 16.66667vw 0 0;
  }
  #work .contents .work_list {
    width: 90%;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #work .contents .work_list .effect_obj {
    margin: 0 4.16667vw 5.55556vw;
  }
  #work .contents .work_list .effect_obj::after {
    font-size: 4.16667vw;
  }
  #work .contents .work_list .img_info_link {
    background-size: 18.05556vw 18.05556vw;
  }
  #work-detail .contents {
    padding: 0;
  }
  #work-detail .contents .contents_img {
    margin-bottom: 6.94444vw;
  }
  #work-detail .contents .contents_title {
    width: 90%;
    margin: auto;
    font-size: 6.38889vw;
    line-height: 9.02778vw;
    margin-bottom: 6.94444vw;
  }
  #work-detail .contents .contents_text {
    font-size: 4.44444vw;
    line-height: 1.75;
    margin-bottom: 11.11111vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #work-detail .contents .contents_text p {
    margin-bottom: 4.16667vw;
  }
  #work-detail .contents .contents_text .contents_text_jp, #work-detail .contents .contents_text .contents_text_en {
    width: 90%;
    margin: auto;
  }
  #work-detail .contents .contents_text .contents_text_jp {
    margin-bottom: 11.11111vw;
  }
  #work-detail .thumbnail_area {
    padding: 11.11111vw 0 20.83333vw;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner {
    width: 100%;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner ul li {
    width: 100%;
    margin: 0;
    height: auto;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner ul li img {
    width: 90%;
    margin: 0 auto 8.33333vw;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_2nd {
    margin: 0;
    padding: 0;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_2nd.col_1 {
    padding: 0;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_2nd.col_2 {
    padding: 0;
    margin: 0 auto 0;
    width: auto;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_text {
    width: 90%;
    margin: auto;
    font-size: 4.44444vw;
    margin-top: 6.94444vw;
    margin-bottom: 13.88889vw;
  }
  #work-detail .thumbnail_area .thumbnail_area_inner .thumbnail_text p {
    margin-bottom: 2.77778vw;
  }
}
